@font-face {
  font-family: 'Euclid Square';
  src: url("fonts/EuclidSquare-Regular.eot");
  src: local("Euclid Square Regular"), local("EuclidSquare-Regular"), url("fonts/EuclidSquare-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/EuclidSquare-Regular.woff2") format("woff2"), url("fonts/EuclidSquare-Regular.woff") format("woff"), url("fonts/EuclidSquare-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Euclid Square';
  src: url("fonts/EuclidSquare-Medium.eot");
  src: local("Euclid Square Medium"), local("EuclidSquare-Medium"), url("fonts/EuclidSquare-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/EuclidSquare-Medium.woff2") format("woff2"), url("fonts/EuclidSquare-Medium.woff") format("woff"), url("fonts/EuclidSquare-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Euclid Square';
  src: url("fonts/EuclidSquare-SemiBold.eot");
  src: local("Euclid Square SemiBold"), local("EuclidSquare-SemiBold"), url("fonts/EuclidSquare-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/EuclidSquare-SemiBold.woff2") format("woff2"), url("fonts/EuclidSquare-SemiBold.woff") format("woff"), url("fonts/EuclidSquare-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
:root {
  font-size: 30px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

input {
  outline: none; }
  input.error {
    color: red !important;
    border-color: red !important; }

html {
  scroll-behavior: smooth; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #000;
  border: 1px solid #ddd; }

.lazy {
  opacity: 0; }

body {
  font-family: 'Euclid Square', sans-serif;
  font-size: 0.9rem;
  padding: 5.5rem 5rem 0 19.7rem;
  overflow-x: hidden; }

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem; }
.section-title {
  font-size: 1.6rem;
  font-weight: 500; }

.arrows {
  display: flex;
  gap: 1rem; }
  .arrows span {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    border: 1px solid #E3000F;
    color: #E3000F;
    background: #fff; }
    .arrows span:hover {
      background: #E3000F;
      color: #fff; }

.btn {
  width: 11rem;
  height: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #E3000F;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 500; }
  .btn:hover {
    background: #C80310; }
  .btn-white {
    background: #fff;
    border: 1px solid #E3000F;
    color: #E3000F; }
    .btn-white:hover {
      background: #E3000F;
      color: #fff; }

.social {
  display: flex;
  gap: 1rem; }
  .social li {
    display: flex; }
  .social a {
    display: flex;
    color: #000; }
    .social a:hover {
      color: #E3000F; }
    .social a svg {
      width: 1.1rem;
      height: 1.1rem; }

.owl-stage-outer {
  padding: 1.5rem 1.35rem 2.5rem;
  margin: -1.5rem -1.35rem -2.5rem; }

.nopad-slider {
  margin-left: -1.5rem;
  margin-right: -5rem;
  width: calc(100% + 5.2rem); }
  .nopad-slider .owl-stage-outer {
    padding-left: 2.8rem;
    margin-left: -1.6rem; }

.tel-popup {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 6;
  right: 1rem;
  bottom: 5rem;
  background: #E3000F;
  color: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  animation: pulse-red 2s infinite; }
  .tel-popup img {
    width: 1.05rem; }
  .tel-popup:last-child {
    margin-bottom: 0; }
  .tel-popup:hover {
    background: #C80310; }

.text-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: rgba(0, 0, 0, 0.7);
  display: none; }
  .text-popup__content {
    max-height: 90svh;
    overflow: auto;
    width: 50rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2.1rem;
    border-bottom: 0.65rem solid #E3000F;
    background: #fff;
    line-height: 1.5; }

.read-more {
  text-align: center; }
  .read-more a {
    color: #377EC5;
    text-decoration: underline; }
    .read-more a:hover {
      color: #E3000F; }

.mobile-menu {
  display: none; }

@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(227, 0, 15, 0.6); }
  70% {
    box-shadow: 0 0 0 1rem rgba(255, 121, 63, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0); } }
@keyframes preloaderLogo {
  50% {
    opacity: .5; }
  100% {
    opacity: 1;
    transform: none; } }
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center; }
  .preloader::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 25rem;
    height: 28rem;
    background: url(../img/preloader-1.png) top left no-repeat;
    background-size: contain;
    content: ''; }
  .preloader::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24rem;
    height: 24rem;
    background: url(../img/preloader-2.png) bottom right no-repeat;
    background-size: contain;
    content: ''; }
  .preloader__logo {
    width: 12.5rem;
    animation: preloaderLogo 1.5s linear forwards;
    transform: scale(0.7);
    opacity: 0; }
    .preloader__logo img {
      width: 100%;
      display: block; }

.feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: rgba(0, 0, 0, 0.7);
  display: none; }
  .feedback-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2.1rem;
    border-bottom: 0.65rem solid #E3000F;
    background: #fff;
    width: 24rem; }
  .feedback__close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #E3000F;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none; }
    .feedback__close img {
      width: 1rem; }
    .feedback__close:hover {
      background: #C80310; }
  .feedback__title {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    text-align: center;
    color: #E3000F;
    font-weight: 400; }
  .feedback__text {
    font-size: 0.85rem;
    line-height: 150%;
    text-align: center; }
  .feedback-form {
    margin: 2rem 0 0.8rem;
    font-size: 0.9rem; }
    .feedback-form input {
      width: 100%;
      height: 3.5rem;
      border: 1px solid rgba(17, 17, 17, 0.1);
      margin-bottom: 0.8rem;
      text-align: center;
      color: #E3000F;
      outline: none; }
      .feedback-form input::placeholder {
        color: rgba(227, 0, 15, 0.5); }
      .feedback-form input:focus {
        border-color: #E3000F; }
    .feedback-form .btn {
      width: 100%;
      height: 3.5rem;
      margin-top: .4rem;
      font-size: 0.9rem; }
  .feedback__agree {
    font-size: 0.7rem;
    text-align: center;
    max-width: 13rem;
    margin: 0 auto; }
  .feedback-done {
    display: none; }
    .feedback-done .feedback__text {
      margin-bottom: 1rem;
      padding: 0 1rem; }
  .feedback__img {
    margin: 4.3rem 0 3.2rem;
    text-align: center; }
    .feedback__img img {
      display: inline-block;
      width: 10rem; }

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 18rem;
  height: 100vh;
  overflow: auto;
  background: #fff url(../img/pattern-sidebar.png) left 40vh no-repeat;
  background-size: 10rem;
  z-index: 6;
  border-right: 1px solid #D9D9D9;
  padding: .8rem 0 1rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  .sidebar__logo {
    display: flex;
    width: 100%;
    padding: 0 3.6rem;
    margin-bottom: 1.7rem; }
    .sidebar__logo img {
      width: 100%;
      display: block; }
  .sidebar-menu {
    font-weight: 500;
    font-size: 0.8rem; }
    .sidebar-menu li {
      display: flex; }
    .sidebar-menu a {
      display: flex;
      align-items: center;
      padding: 0.7rem 0.7rem 0.7rem 3.6rem;
      width: 100%;
      gap: 1rem;
      color: #000; }
      .sidebar-menu a:hover {
        color: #E3000F; }
      .sidebar-menu a.active {
        background: #EDF1F4;
        color: #E3000F; }
      .sidebar-menu a svg {
        width: 1.1rem;
        height: 1.1rem; }
  .sidebar-buttons {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    margin-bottom: 2rem; }
    .sidebar-buttons .btn {
      width: 100%;
      padding: 0 1.5rem; }
  .sidebar__video {
    width: 100%;
    height: 9.5rem;
    margin-bottom: 1.3rem;
    overflow: hidden;
    background: url(../img/preview.jpg) center center no-repeat;
    background-size: cover; }
    .sidebar__video video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .sidebar-social {
    justify-content: center; }

.header {
  height: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5rem 0 1.7rem;
  position: fixed;
  right: 0;
  top: 0;
  width: calc(100% - 18rem);
  background: #fff;
  z-index: 6;
  border-bottom: 1px solid #D9D9D9;
  font-size: 0.8rem;
  font-weight: 500; }
  .header__logo, .header-mobile {
    display: none; }
  .header-menu {
    display: flex;
    gap: 2rem; }
    .header-menu a {
      color: #000; }
      .header-menu a:hover, .header-menu a.active {
        color: #E3000F; }
  .header-search {
    position: relative; }
    .header-search__input {
      display: flex;
      align-items: center;
      gap: .5rem; }
      .header-search__input img {
        width: 1.2rem;
        margin-right: 0.3rem; }
      .header-search__input input {
        border: none;
        border-bottom: 1px solid #D9D9D9;
        width: 13rem; }
        .header-search__input input:focus {
          border-color: #000; }
    .header-search__result {
      display: none;
      min-height: 3rem;
      position: absolute;
      right: 0;
      width: 13rem;
      margin-top: 0.5rem;
      padding: .5rem .25rem .5rem .5rem;
      background: #fff;
      box-shadow: 0px 0.5rem 1.3rem 0px rgba(0, 0, 0, 0.4); }
    .header-search__list {
      max-height: 25rem;
      overflow: auto;
      padding-right: 0.25rem; }
      .header-search__list::-webkit-scrollbar {
        width: 0.4rem; }
      .header-search__list .product-item {
        margin-bottom: 0.6rem;
        width: 100%; }
        .header-search__list .product-item:last-child {
          margin-bottom: 0; }
    .header-search__no {
      margin-top: .5rem;
      text-align: center;
      display: none; }
  .header__lang {
    color: #000; }
    .header__lang:hover, .header__lang.active {
      color: #E3000F; }
  .header-phones {
    display: flex;
    gap: 2.5rem; }
    .header-phones a {
      color: #000;
      display: inline-flex;
      align-items: center;
      gap: .5rem; }
      .header-phones a img {
        width: 0.9rem; }
      .header-phones a:hover, .header-phones a.active {
        color: #E3000F; }

.main__video {
  width: 100%;
  height: 32rem;
  margin-bottom: 2rem;
  background: url(../img/preview.jpg) center center no-repeat;
  background-size: cover; }
  .main__video video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }
.main-breadcrumbs {
  padding: 0.9rem 1.5rem;
  background: #EDF1F4;
  font-size: 0.8rem;
  margin-bottom: 2rem; }
  .main-breadcrumbs a {
    color: #000;
    opacity: .5;
    margin-left: 2.2rem;
    position: relative; }
    .main-breadcrumbs a::before {
      width: 1.2rem;
      height: 1.2rem;
      background: url(../img/icons/chevron-right.svg) center center no-repeat;
      background-size: contain;
      content: '';
      position: absolute;
      left: -1.7rem;
      transform: translateY(-1px); }
    .main-breadcrumbs a:first-child {
      margin-left: 0; }
      .main-breadcrumbs a:first-child::before {
        content: none; }
    .main-breadcrumbs a:hover {
      opacity: 1;
      color: #E3000F; }
    .main-breadcrumbs a:last-child {
      pointer-events: none;
      opacity: 1;
      font-weight: 600; }
    .main-breadcrumbs a p {
      display: inline; }
    .main-breadcrumbs a ul {
      display: inline; }
      .main-breadcrumbs a ul li {
        display: inline; }
        .main-breadcrumbs a ul li:first-child::before {
          content: none; }
        .main-breadcrumbs a ul li::before {
          content: '\\'; }
.main-slider {
  margin-bottom: 1.2rem;
  position: relative; }
  .main-slider .section-title {
    padding-left: 1rem; }
    .main-slider .section-title ul {
      display: inline; }
      .main-slider .section-title ul li {
        margin-left: 0.3rem;
        display: inline; }
        .main-slider .section-title ul li:first-child::before {
          content: none; }
        .main-slider .section-title ul li::before {
          content: '\\'; }
  .main-slider__item {
    height: 17.5rem; }
    .main-slider__item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .main-slider .owl-stage-outer {
    margin: 0;
    padding: 0; }
  .main-slider__wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    width: 100%;
    gap: 2rem; }
  .main-slider__arrows {
    gap: 0;
    flex-shrink: 0; }
    .main-slider__arrows span {
      border: .1rem solid #fff;
      color: #fff;
      background: transparent; }
      .main-slider__arrows span:hover {
        background: #E3000F;
        border-color: #E3000F; }
    .main-slider__arrows div {
      display: flex;
      align-items: center;
      font-size: 0.7rem;
      gap: .1rem;
      width: 4rem;
      justify-content: center; }
.main-banner {
  height: 17.5rem;
  position: relative;
  margin-bottom: 1.5rem; }
  .main-banner .section-title {
    color: #fff;
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2.75rem; }
  .main-banner__img {
    width: 100%;
    height: 100%;
    position: relative; }
    .main-banner__img::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background: linear-gradient(83deg, rgba(0, 0, 0, 0.4) 17.4%, rgba(0, 0, 0, 0) 59.1%); }
    .main-banner__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }

.about {
  padding-top: 3rem; }
  .about-page {
    padding-top: 3rem; }
  .about-head {
    text-align: center;
    color: #585960; }
    .about-head p {
      margin-bottom: 1.5rem; }
    .about-head img {
      width: 11rem; }
  .about-content {
    text-align: center;
    max-width: 43rem;
    margin: 0 auto 2.2rem; }
  .about__title {
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 1.3rem; }
  .about__text {
    color: #585960;
    line-height: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 3.9rem; }
  .about-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.15rem 1.7rem; }
  .about__img {
    width: calc(50% - 11rem);
    height: 16rem; }
    .about__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .about-item {
    width: 18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: .9rem; }
    .about-item__ico {
      width: 2.4rem; }
      .about-item__ico img {
        width: 100%;
        display: block; }
    .about-item__title {
      font-weight: 600;
      font-size: 1.2rem;
      max-width: 13rem; }
    .about-item__text {
      font-size: 0.8rem;
      color: #585960;
      max-width: 21rem;
      line-height: 1.1rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      max-height: 3.3rem; }
    .about-item .read-more {
      font-size: 0.8rem;
      margin-top: -0.5rem; }
    .about-item__link {
      font-weight: 600;
      font-size: 0.65rem;
      border-bottom: 1px solid transparent;
      color: #fff; }
      .about-item__link:hover {
        border-color: #fff; }
    .about-item-big {
      width: 28rem; }
  .about-big {
    width: calc(100% - 30rem);
    position: relative;
    color: #fff;
    height: 17rem;
    display: flex;
    align-items: center; }
    .about-big__bg {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .about-big__bg::before {
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 33.53%, rgba(0, 0, 0, 0) 72.52%);
        opacity: .9; }
      .about-big__bg img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .about-big .about-item {
      padding: 1.5rem;
      width: 21rem; }
      .about-big .about-item__text {
        color: #fff; }
      .about-big .about-item .read-more a {
        color: #fff; }

.lab {
  padding: 7rem 0 10rem;
  position: relative; }
  .lab::after {
    position: absolute;
    right: -5rem;
    bottom: -40%;
    height: 40.5rem;
    width: 19.5rem;
    background: url(../img/pattern-lab.png) center right no-repeat;
    background-size: contain;
    content: '';
    z-index: -1; }
  .lab-main {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 3.5rem; }
  .lab-info {
    width: 42%;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .lab-info__text {
      line-height: 1.4rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 9;
      max-height: 12.6rem; }
    .lab-info__btns {
      display: flex;
      gap: 1.25rem; }
    .lab-info .read-more {
      text-align: left; }
  .lab .section-title {
    margin-bottom: 1.5rem; }
  .lab__video {
    width: 58%;
    height: 24.5rem; }
    .lab__video video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .lab-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem; }
    .lab-numbers__item {
      width: calc(25% - .9rem);
      padding: 0.8rem;
      border: 1px solid #D9D9D9;
      display: flex;
      align-items: center;
      gap: .8rem;
      background: #fff; }
    .lab-numbers__ico {
      width: 2.4rem;
      flex-shrink: 0; }
      .lab-numbers__ico img {
        width: 100%;
        display: block; }
    .lab-numbers__text div {
      font-weight: 600;
      line-height: 110%;
      font-size: 1.1rem; }
    .lab-numbers__text p {
      font-size: 0.8rem;
      color: #585960; }

.news-item {
  transition: .6s all;
  cursor: pointer;
  position: relative;
  color: #fff; }
  .news-item:hover {
    box-shadow: 0px 0.5rem 1.3rem 0px rgba(0, 0, 0, 0.4); }
    .news-item:hover .news-item__arrow {
      background: #E3000F; }
    .news-item:hover .news-item__date {
      background: #E3000F;
      transform: translate(-1rem, -1rem); }
  .news-item__date {
    width: 5.5rem;
    height: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgba(208, 208, 208, 0.9);
    transition: .6s all;
    font-size: 0.7rem; }
  .news-item__img {
    width: 100%;
    height: 15rem; }
    .news-item__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .news-item__wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.5rem;
    display: flex; }
  .news-item__title {
    width: calc(100% - 3.5rem);
    display: flex;
    align-items: center;
    background: rgba(33, 35, 74, 0.9);
    padding: 0 1.5rem;
    font-size: 0.8rem; }
  .news-item__text {
    display: none; }
  .news-item__arrow {
    background: rgba(208, 208, 208, 0.9);
    transition: .6s all;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem; }
    .news-item__arrow img {
      width: 0.65rem !important; }
.news-popup {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  display: none; }
  .news-popup__close {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    background: #E3000F;
    color: #fff;
    top: 0;
    right: 0; }
    .news-popup__close:hover {
      background: #C80310; }
  .news-popup__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0px 0.35rem 0.9rem rgba(167, 167, 167, 0.25);
    width: 70rem;
    max-width: calc(100% - 2rem);
    padding: 1.1rem;
    display: flex;
    gap: 1.1rem;
    max-height: calc(100dvh - 5rem);
    overflow: auto; }
  .news-popup__img {
    width: 45%;
    position: sticky;
    top: 0; }
    .news-popup__img img {
      width: 100%;
      display: block;
      object-fit: cover;
      max-height: 87vh; }
  .news-popup__wrap {
    width: 55%; }
  .news-popup__title {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem; }
  .news-popup__text {
    line-height: 150%; }

.objects {
  padding: 10rem 0; }
  .objects .owl-stage {
    display: flex; }
  .objects-item {
    transition: .6s all;
    border: 1px solid #D9D9D9;
    height: 100%;
    cursor: pointer; }
    .objects-item__img {
      width: 100%;
      height: 15rem; }
      .objects-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .objects-item__wrap {
      padding: 1.5rem 1.75rem 2.25rem; }
    .objects-item__name {
      font-size: 1.1rem;
      font-weight: 500;
      margin-bottom: 1.3rem; }
    .objects-item__text {
      line-height: 150%;
      font-size: 0.8rem; }
    .objects-item:hover {
      box-shadow: 0px 0.5rem 1.3rem 0px rgba(0, 0, 0, 0.4); }
  .objects-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    display: none; }
    .objects-popup img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      max-height: 90vh;
      object-fit: contain;
      width: 65vw;
      cursor: default; }

.partners-item {
  width: 15.5rem;
  height: 7.5rem;
  background: #fff;
  box-shadow: 0px 0.5rem 1.3rem 0px rgba(0, 0, 0, 0.4); }
  .partners-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain; }

.download {
  padding: 7.5rem 0; }
  .download-card {
    position: relative;
    padding: 2.7rem 2.7rem 3rem;
    padding-right: 35%;
    color: #fff;
    background: #E3000F;
    z-index: 1; }
    .download-card::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 10rem;
      width: 20rem;
      height: 99%;
      background: url(../img/pattern-donwload.png) center center no-repeat;
      background-size: contain;
      z-index: -2;
      content: ''; }
  .download .section-title {
    margin-bottom: 2.4rem; }
  .download-form {
    gap: .8rem;
    display: flex;
    font-size: 0.8rem; }
    .download-form input {
      width: 35%;
      border: 1px solid #fff;
      background: #E3000F;
      color: #fff;
      padding: 0 1.7rem;
      height: 3.1rem; }
      .download-form input::placeholder {
        color: rgba(255, 255, 255, 0.4); }
    .download-form .btn {
      width: 30%;
      background: #E3000F;
      border: 1px solid #fff;
      color: #fff;
      height: 3.1rem;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      .download-form .btn:hover {
        color: #E3000F;
        background: #fff; }
  .download__error {
    font-size: 0.8rem;
    margin-top: 0.2rem;
    color: #fff;
    position: absolute;
    display: none; }
  .download__policy {
    font-size: 0.7rem;
    margin-top: 1.5rem; }
  .download__img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5rem;
    width: 52%;
    height: 28rem;
    margin-top: -1rem;
    z-index: -1; }
    .download__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain;
      object-position: right; }

.branches-main {
  display: flex;
  align-items: flex-end;
  gap: 5rem;
  padding: 3rem 5rem 3rem 0;
  margin-right: -5rem;
  background: url(../img/branches/map.svg) bottom right no-repeat;
  background-size: 60%; }
.branches-map {
  width: 70%;
  position: relative; }
  .branches-map img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 29.5rem;
    z-index: 2;
    pointer-events: none;
    object-fit: contain;
    display: block; }
  .branches-map svg {
    color: #E1E1E1;
    width: 100%;
    height: 29.5rem;
    filter: drop-shadow(0px 1px 1rem rgba(0, 0, 0, 0.2));
    display: block; }
    .branches-map svg path {
      cursor: pointer;
      transition: .6s all;
      pointer-events: none; }
      .branches-map svg path:hover {
        color: #ccc; }
      .branches-map svg path[data-count] {
        pointer-events: auto; }
      .branches-map svg path.active {
        color: #E3000F;
        pointer-events: none;
        fill: #E3000F; }
.branches-list {
  width: 30%; }
.branches-item {
  display: none;
  position: relative;
  min-height: 24rem; }
  .branches-item:first-child {
    display: block; }
  .branches-item__card {
    display: none;
    background: #fff;
    box-shadow: 0px 0.5rem 1.3rem 0px rgba(0, 0, 0, 0.4);
    position: relative; }
    .branches-item__card::after {
      left: 2.7rem;
      width: calc(100% - 5.4rem);
      position: absolute;
      bottom: 0;
      height: 0.2rem;
      background: #E3000F;
      content: ''; }
    .branches-item__card:first-child {
      display: block; }
  .branches-item__wrap {
    padding: .5rem 1.5rem 2rem; }
  .branches-item__arrows {
    position: absolute;
    top: 3.75rem;
    z-index: 2;
    margin-left: -1.25rem;
    width: calc(100% + 2.5rem);
    justify-content: space-between; }
  .branches-item__img {
    width: 100%;
    height: 8rem;
    padding: 1rem; }
    .branches-item__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }
  .branches-item__info {
    margin-bottom: 1.4rem;
    display: flex;
    align-items: flex-start;
    gap: .23rem; }
    .branches-item__info:last-child {
      margin-bottom: 0; }
  .branches-item__ico {
    flex-shrink: 0;
    width: 1.2rem; }
    .branches-item__ico img {
      width: 100%;
      display: block; }
  .branches-item__text div {
    font-size: 1rem;
    font-weight: 500;
    color: #E3000F;
    margin-bottom: 0.5rem; }
  .branches-item__text a {
    color: #000; }
    .branches-item__text a:hover {
      color: #E3000F; }

.letters {
  padding-top: 7rem; }
  .letters-item {
    width: 19rem; }
    .letters-item__img {
      border-radius: 1.5rem;
      box-shadow: 0px 0.5rem 1.3rem 0px rgba(0, 0, 0, 0.4);
      padding: 1rem;
      margin-bottom: 2rem;
      height: 27rem;
      cursor: pointer; }
      .letters-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
  .letters-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    display: none; }
    .letters-popup img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      height: 90vh;
      cursor: default; }

.reviews {
  padding: 7rem 0 10rem; }
  .reviews-item {
    width: 19rem; }
    .reviews-item__wrap {
      border-radius: 1.5rem;
      box-shadow: 0px 0.5rem 1.3rem 0px rgba(0, 0, 0, 0.4);
      padding: 1.35rem;
      padding-right: 0.75rem;
      font-size: 0.7rem;
      line-height: 180%;
      position: relative;
      overflow: hidden;
      margin-bottom: 1.5rem; }
      .reviews-item__wrap::after {
        position: absolute;
        left: 1rem;
        bottom: 0;
        width: 95%;
        height: 3rem;
        content: '';
        background: linear-gradient(0deg, #FFF 17.5%, rgba(255, 255, 255, 0) 100%); }
      .reviews-item__wrap img {
        width: 1.8rem !important;
        margin-bottom: 0.5rem; }
      .reviews-item__wrap div {
        height: 14rem;
        overflow: auto;
        padding-right: 0.5rem;
        padding-bottom: 1rem; }
        .reviews-item__wrap div::-webkit-scrollbar {
          width: .3rem;
          height: 0.3rem; }
        .reviews-item__wrap div::-webkit-scrollbar-track {
          background: #FFAAB0;
          width: 0.2rem; }
        .reviews-item__wrap div::-webkit-scrollbar-thumb {
          background: #E3000F;
          border: none;
          border-radius: .3rem; }
    .reviews-item__author div {
      font-size: 1.1rem;
      font-weight: 700; }
    .reviews-item__author p {
      line-height: 180%;
      font-weight: 500;
      font-style: italic;
      font-size: 0.8rem; }

.buyer {
  padding-bottom: 8rem; }
  .buyer .section-title {
    margin-bottom: 4.5rem; }
  .buyer-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem; }
  .buyer-item {
    width: calc(25% - 1.125rem);
    padding: 0.75rem 0.75rem 0.75rem 1.25rem;
    background: #fff;
    box-shadow: 0px 0.5rem 1.3rem 0px rgba(0, 0, 0, 0.4);
    transition: .6s all; }
    .buyer-item:hover {
      background: #E3000F;
      color: #fff; }
      .buyer-item:hover .buyer-item__count {
        color: #fff; }
      .buyer-item:hover .buyer-item__ico {
        color: #E3000F; }
        .buyer-item:hover .buyer-item__ico circle {
          fill: #fff; }
    .buyer-item__count {
      font-size: 1.25rem;
      margin-bottom: 1rem;
      transition: .6s all;
      color: #E3000F; }
    .buyer-item__name {
      height: 2.3rem; }
    .buyer-item__ico {
      display: flex;
      justify-content: flex-end;
      color: #fff;
      transition: .6s all; }
      .buyer-item__ico svg {
        width: 3.5rem;
        height: 3.5rem; }
        .buyer-item__ico svg circle {
          transition: .6s all; }

.catalog-block {
  margin-bottom: 8rem; }
  .catalog-block .section-title {
    margin-bottom: 3rem; }
  .catalog-block:last-child {
    margin-bottom: 4rem; }
.catalog-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: #EDF1F4;
  color: #000;
  height: 3.5rem;
  gap: 1rem;
  font-weight: 500; }
  .catalog-item__name ul li::before {
    content: '\2022';
    margin: 0 0.3rem; }
  .catalog-item__ico {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #E3000F;
    color: #fff;
    width: 1.5rem;
    flex-shrink: 0;
    height: 1.5rem;
    transition: .6s all; }
    .catalog-item__ico svg {
      width: 0.5rem; }
  .catalog-item:hover {
    color: #fff;
    background: #E3000F; }
    .catalog-item:hover .catalog-item__ico {
      background: #fff;
      color: #E3000F; }
.catalog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem; }
  .catalog-list .catalog-item {
    width: calc(50% - .75rem); }
  .catalog-list__tripple .catalog-item {
    width: calc(33.3333% - 1rem);
    height: 5rem;
    font-weight: 600;
    font-size: 1rem; }
    .catalog-list__tripple .catalog-item__ico {
      width: 2rem;
      height: 2rem; }
  .catalog-list .section-title {
    text-align: center;
    width: 100%;
    margin: 4rem 0 5rem; }
  .catalog-list__product {
    display: flex;
    gap: 1rem; }
  .catalog-list__wrap {
    width: calc(33.33333% - .66666rem);
    display: flex;
    flex-direction: column;
    gap: .6rem; }
.catalog-colors {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 8rem; }
  .catalog-colors__head {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem; }
    .catalog-colors__head img {
      flex-shrink: 0;
      width: 11rem; }
  .catalog-colors__choose {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3rem; }
    .catalog-colors__choose li {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      width: calc(20% - .8rem);
      height: 3.3rem;
      border: 1px solid #E3000F; }
      .catalog-colors__choose li.active, .catalog-colors__choose li:hover {
        color: #fff;
        background: #E3000F; }
  .catalog-colors__images {
    width: 60rem;
    max-width: 100%;
    margin-bottom: 3rem; }
    .catalog-colors__images img {
      width: 100%;
      display: none; }
      .catalog-colors__images img.active {
        display: block; }
  .catalog-colors__info {
    display: flex;
    align-items: center;
    gap: 1.3rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 167%; }
    .catalog-colors__info img {
      width: .95rem;
      flex-shrink: 0; }
.catalog-text {
  margin: 4rem 0;
  line-height: 167%; }
  .catalog-text strong {
    font-weight: 600; }
  .catalog-text a {
    color: #E3000F;
    border-bottom: 1px solid transparent; }
    .catalog-text a:hover {
      border-color: #E3000F; }

.product {
  display: flex;
  gap: 4.5rem; }
  .product-item {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    color: #377EC5;
    font-weight: 500; }
    .product-item svg {
      width: .85rem;
      height: 0.85rem;
      flex-shrink: 0; }
    .product-item:hover {
      color: #E3000F; }
  .product-right {
    width: 13rem;
    flex-shrink: 0; }
  .product-left .product-side {
    display: none; }
  .product-main {
    display: flex;
    gap: 3.5rem;
    align-items: center;
    margin-bottom: 3.5rem; }
    .product-main__wrap {
      width: calc(100% - 18.5rem); }
  .product__img {
    width: 15rem;
    height: 17rem;
    flex-shrink: 0; }
    .product__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }
  .product__name {
    font-size: 1.1rem;
    font-weight: 600;
    display: inline-block;
    border-bottom: 2px solid #000;
    margin-bottom: 1.5rem; }
  .product__empty {
    color: #E3000F;
    width: 100%;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 63.6px 0px rgba(148, 148, 148, 0.5);
    padding: 1.7rem 0;
    margin: 0.5rem 0 -3rem;
    font-size: 0.8rem;
    font-weight: 500; }
  .product-info {
    width: 100%; }
    .product-info td {
      padding-bottom: 1rem;
      max-width: 20rem;
      vertical-align: top; }
    .product-info__name {
      padding-right: .75rem;
      display: flex;
      align-items: center;
      gap: .7rem;
      color: #8C8C8C; }
      .product-info__name img {
        width: 1.75rem;
        flex-shrink: 0; }
    .product-info__value {
      font-weight: 500;
      padding-top: 0.4rem; }
  .product-iframe {
    max-width: 100%;
    aspect-ratio: 16 / 9;
    width: 44rem;
    margin-bottom: 3.5rem; }
    .product-iframe iframe {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .product-side {
    position: sticky;
    top: 5.5rem;
    width: 13rem;
    background: #fff;
    z-index: 5;
    box-shadow: 0px 0.5rem 1.3rem 0px rgba(0, 0, 0, 0.4);
    padding: 1.25rem; }
    .product-side__logos {
      width: 100%; }
      .product-side__logos img {
        width: 100%;
        height: 3.5rem;
        display: block;
        object-fit: contain;
        margin-bottom: 1.25rem; }
  .product-tabs__choose {
    border-radius: .5rem;
    background: #E8E8E8;
    display: inline-flex;
    margin-bottom: 1.5rem; }
    .product-tabs__choose li {
      width: 10rem;
      height: 3.1rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      color: #585960;
      border-radius: .5rem; }
      .product-tabs__choose li:hover {
        color: #000; }
      .product-tabs__choose li.active {
        background: #fff;
        box-shadow: 0px 0.5rem 1.3rem 0px rgba(0, 0, 0, 0.4);
        color: #000;
        font-weight: 500; }
  .product-tabs__wrap {
    border: 2px solid #E8E8E8;
    padding: 2rem; }
  .product-tab {
    display: none; }
    .product-tab:first-child {
      display: block; }
    .product-tab .section-title {
      margin-bottom: 2rem; }
  .product-description {
    line-height: 187%;
    font-size: 0.8rem; }
    .product-description h1, .product-description h2, .product-description h3, .product-description h4, .product-description h5, .product-description h6 {
      font-size: 1.1rem;
      font-weight: 600;
      display: inline-block;
      border-bottom: 2px solid #000; }
    .product-description strong {
      font-weight: 600; }
    .product-description a {
      color: #E3000F;
      border-bottom: 1px solid transparent; }
      .product-description a:hover {
        border-color: #E3000F; }
    .product-description figure {
      padding: 0;
      margin: 0; }
    .product-description table {
      width: 100%;
      line-height: 140%; }
      .product-description table tr:nth-child(2n - 1) {
        background: #EDF1F4; }
      .product-description table th {
        font-weight: 600;
        font-size: 0.9rem;
        color: #fff;
        background: #E3000F;
        padding: 0.6rem;
        border: 1px solid #fff; }
      .product-description table td {
        padding: 0.6rem 1rem; }
    .product-description ul li::before {
      content: '\2022';
      margin: 0 0.3rem; }
    .product-description ol {
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 1.5rem; }
      .product-description ol li {
        display: list-item; }
    .product-description img {
      width: 100%;
      display: block; }

.order {
  padding-top: 7rem;
  margin-top: -4rem; }
  .order-form {
    background: #EDF1F4;
    width: 40.5rem;
    max-width: 100%;
    padding: 1.5rem 11vw 2rem 1.5rem; }
  .order__title {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    gap: 1rem; }
    .order__title::before {
      width: 1.6rem;
      height: 1.6rem;
      content: '';
      background: url(../img/favicon.png) center center no-repeat;
      background-size: contain;
      flex-shrink: 0; }
  .order-block {
    margin-bottom: 1.5rem; }
  .order-item {
    width: 100%;
    font-size: 0.7rem;
    margin-bottom: 0.75rem; }
    .order-item p {
      margin-bottom: 0.3rem; }
    .order-item input {
      width: 100%;
      border: none;
      height: 2.25rem;
      padding: 0 .75rem; }
    .order-item textarea {
      padding: 0.75rem;
      outline: none;
      resize: none;
      width: 100%;
      border: none;
      height: 4rem; }
      .order-item textarea::placeholder {
        color: #BEBEBE; }
  .order-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1.8rem;
    margin-bottom: 0.75rem; }
    .order-wrap .order-item {
      margin-bottom: 0;
      width: calc(50% - .9rem); }
  .order-check {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 0.6rem;
    gap: .75rem;
    margin-bottom: 1.75rem; }
    .order-check input {
      width: 1rem;
      height: 1rem;
      appearance: none;
      background: #fff;
      flex-shrink: 0;
      border: 1px solid #fff; }
      .order-check input:checked {
        background: #E3000F; }

.certs {
  padding-top: 7.5rem; }
  .certs::after {
    top: 17rem; }
  .certs .section-title {
    margin-bottom: 3rem; }
  .certs-list {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap; }
    .certs-list li {
      width: calc(25% - 1.5rem); }
      .certs-list li img {
        width: 100%;
        display: block;
        cursor: pointer; }
  .certs-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    display: none; }
    .certs-popup img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      height: 90vh;
      cursor: default; }

.advantages {
  color: #fff;
  background: #E3000F;
  padding: 3rem 7.5rem;
  border-radius: 3rem; }
  .advantages__title {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 2.2rem;
    text-align: center; }
  .advantages-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-bottom: 2.2rem; }
  .advantages-item {
    width: calc(33.3333% - .8rem); }
    .advantages-item:hover .advantages-item__line span {
      width: 100%; }
    .advantages-item__head {
      display: flex;
      align-items: center;
      gap: .5rem;
      font-size: 0.85rem; }
      .advantages-item__head img {
        width: 1.2rem;
        flex-shrink: 0; }
    .advantages-item__line {
      margin: 0.8rem 0;
      height: 2px;
      background: rgba(255, 255, 255, 0.3); }
      .advantages-item__line span {
        display: block;
        transition: .6s all;
        height: 2px;
        background: #fff;
        width: 0; }
    .advantages-item__text {
      font-size: 0.7rem;
      line-height: 1rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      max-height: 3rem; }
    .advantages-item .read-more {
      text-align: left; }
      .advantages-item .read-more a {
        color: #fff;
        font-size: 0.7rem; }
  .advantages__images {
    display: flex;
    height: 23rem;
    gap: 1.2rem; }
    .advantages__images img {
      display: block;
      object-fit: cover;
      height: 100%;
      border-radius: 1.5rem; }
      .advantages__images img:nth-child(1) {
        width: 60%; }
      .advantages__images img:nth-child(2) {
        width: 40%; }

.vacancy {
  padding-top: 5rem; }
  .vacancy .section-title {
    margin-bottom: 2.5rem; }
  .vacancy-choose {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 3.5rem;
    flex-wrap: wrap; }
    .vacancy-choose li {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      height: 3rem;
      padding: 0 2rem;
      border-radius: 3rem;
      font-size: 1.1rem;
      border: 1px solid #e2e2e2; }
      .vacancy-choose li:hover {
        color: #E3000F;
        border-color: #E3000F; }
      .vacancy-choose li.active {
        background: #E3000F;
        border-color: #E3000F;
        pointer-events: none;
        color: #fff; }
  .vacancy-wrap {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
    margin-right: -5rem; }
  .vacancy-main {
    width: 64%; }
  .vacancy-item {
    margin-bottom: 1.5rem;
    transition: .6s all;
    border-radius: 2.5rem;
    padding: 0.7rem 0.7rem 0.7rem 1.5rem;
    font-size: 1.1rem;
    cursor: pointer;
    user-select: none;
    background: #EDF1F4; }
    .vacancy-item:hover {
      background: #E3000F;
      color: #fff; }
    .vacancy-item__wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 2rem; }
    .vacancy-item img {
      display: block;
      width: 2rem; }
    .vacancy-item:last-child {
      margin-bottom: 0; }
    .vacancy-item__content {
      display: none; }
  .vacancy__img {
    width: 36%;
    height: 28rem;
    overflow: hidden;
    border-radius: 2.5rem 0 0 2.5rem; }
    .vacancy__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .vacancy-popup {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    display: none; }
    .vacancy-popup__close {
      position: absolute;
      right: .5rem;
      top: .5rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      width: 2rem;
      height: 2rem;
      background: #E3000F;
      border-radius: 50%; }
      .vacancy-popup__close img {
        width: .8rem; }
      .vacancy-popup__close:hover {
        background: #C80310; }
    .vacancy-popup__content {
      display: flex;
      justify-content: space-between;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 2.5rem 3rem;
      width: 56rem;
      height: 40rem;
      max-height: 95dvh;
      overflow: auto;
      background: #fff;
      box-shadow: 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.02), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.04), 0px 64.815px 46.852px 0px rgba(0, 0, 0, 0.05);
      border-radius: 1.5rem; }
    .vacancy-popup__text {
      font-size: 0.9rem;
      line-height: 170%; }
    .vacancy-popup__title {
      font-size: 1.1rem;
      margin-bottom: 1.5rem;
      font-weight: 600;
      color: #E3000F;
      display: inline-block;
      border-bottom: 2px solid #E3000F; }
    .vacancy-popup__wrap {
      width: 50%;
      line-height: 160%;
      font-size: .9rem; }
      .vacancy-popup__wrap h1, .vacancy-popup__wrap h2, .vacancy-popup__wrap h3, .vacancy-popup__wrap h4, .vacancy-popup__wrap h5, .vacancy-popup__wrap h6, .vacancy-popup__wrap strong {
        color: #E3000F;
        border-bottom: 2px solid #E3000F;
        border-color: #E3000F; }
      .vacancy-popup__wrap ul {
        margin-top: 0.5rem; }
    .vacancy-popup__form {
      width: 45%; }
      .vacancy-popup__form input {
        width: 100%;
        border: none;
        border-bottom: 1px solid #E3000F;
        color: #E3000F;
        margin-bottom: .5rem;
        height: 2.5rem; }
        .vacancy-popup__form input::placeholder {
          color: rgba(227, 0, 15, 0.7); }
      .vacancy-popup__form input[type="file"] {
        cursor: pointer;
        font-size: 0.8rem; }
      .vacancy-popup__form input::file-selector-button {
        color: #fff;
        padding: 0.5rem;
        border: none;
        background: #E3000F;
        font-family: 'Euclid Square';
        font-size: 0.7rem;
        cursor: pointer; }
      .vacancy-popup__form .btn {
        margin-top: 2rem; }

.delivery {
  padding-top: 1rem; }
  .delivery-head {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin-bottom: 4.5rem; }
    .delivery-head__text {
      width: 100%;
      line-height: 180%; }
    .delivery-head__img {
      width: 30rem;
      flex-shrink: 0;
      height: 21.5rem; }
      .delivery-head__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
  .delivery-main {
    padding-bottom: 1rem; }
    .delivery-main .section-title {
      margin-bottom: 2.2rem; }
    .delivery-main__content {
      font-size: 0.9rem; }

.write {
  padding-top: 1rem;
  position: relative;
  z-index: 1; }
  .write::after {
    right: -5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 27rem;
    height: 43rem;
    content: '';
    z-index: -1;
    background: url(../img/pattern-write.png) center right no-repeat;
    background-size: contain; }

.gallery {
  padding-top: 3rem; }
  .gallery .section-head {
    margin-bottom: 2.5rem; }
  .gallery-block {
    margin-bottom: 5rem; }
    .gallery-block:last-child {
      margin-bottom: 0; }
  .gallery-item {
    width: 28rem;
    height: 15.5rem; }
    .gallery-item img, .gallery-item iframe {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }

.footer-main {
  box-shadow: 0px 0.5rem 1.3rem 0px rgba(0, 0, 0, 0.4);
  background: #fff;
  display: flex;
  margin-right: -5rem; }
.footer-info {
  width: 58%;
  padding: 1.5rem 2.5rem 2.5rem; }
.footer__logo {
  width: 11rem;
  display: block;
  margin-bottom: 1.3rem; }
  .footer__logo img {
    width: 100%;
    display: block; }
.footer-wrap {
  display: flex;
  justify-content: space-between; }
.footer-col {
  width: 20rem; }
.footer__title {
  font-size: 1.1rem;
  margin-bottom: 1.4rem; }
.footer-item {
  margin-bottom: 1.4rem;
  font-size: 1rem;
  padding-right: 0.5rem; }
  .footer-item a {
    color: #000; }
    .footer-item a:hover {
      color: #E3000F; }
.footer-menu li {
  margin-bottom: 1rem; }
  .footer-menu li:last-child {
    margin-bottom: 0; }
.footer-menu a {
  color: #000; }
  .footer-menu a:hover {
    color: #E3000F; }
.footer__map {
  width: 42%; }
  .footer__map #footerMap {
    width: 100%;
    height: 100%; }
.footer-copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0; }
  .footer-copy a {
    color: #000; }
    .footer-copy a:hover {
      color: #E3000F; }

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px; } }
@media (max-width: 2600.98px) {
  :root {
    font-size: 24px; } }
@media (max-width: 2300.98px) {
  :root {
    font-size: 22px; } }
@media (max-width: 2100.98px) {
  :root {
    font-size: 20px; } }
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; }

  .sidebar__logo {
    margin-bottom: 1rem; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; }

  .advantages {
    padding: 3rem 5.5rem; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  body {
    padding: 5.5rem 1.5rem 0; }

  .btn {
    font-size: 0.85rem;
    height: 3rem;
    width: 13rem; }

  .nopad-slider {
    margin-right: -1.5rem;
    width: calc(100% + 1.7rem); }

  .preloader::before {
    width: 20rem; }
  .preloader::after {
    width: 18rem; }

  .text-popup__content {
    width: calc(100% - 3rem); }

  .mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: #fff; }
    .mobile-menu .container {
      padding: 1.5rem 1.5rem 4rem;
      height: 100dvh;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
      width: 100%; }
    .mobile-menu__head {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      width: 100%; }
    .mobile-menu__close {
      width: 2.5rem;
      height: 2.5rem;
      background: #E3000F;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none; }
      .mobile-menu__close img {
        width: 1rem; }
      .mobile-menu__close:hover {
        background: #C80310; }
    .mobile-menu__logo {
      width: 8rem;
      display: inline-block; }
      .mobile-menu__logo img {
        width: 100%;
        display: block; }
    .mobile-menu__list {
      font-size: 1.7rem;
      text-align: center; }
      .mobile-menu__list li {
        margin-bottom: 1.5rem; }
      .mobile-menu__list a {
        color: #000; }
        .mobile-menu__list a.active {
          color: #E3000F; }
    .mobile-menu .sidebar-buttons {
      padding: 0;
      flex-direction: row; }
      .mobile-menu .sidebar-buttons .btn {
        width: 22rem; }
    .mobile-menu .header-phones {
      display: flex; }

  .sidebar {
    display: none; }

  .header {
    width: 100%;
    padding: 0.5rem 1.5rem; }
    .header-menu, .header-phones, .header-social {
      display: none; }
    .header-search__input input {
      width: 15rem; }
    .header-search__result {
      width: 15rem; }
    .header__logo {
      display: block;
      height: 100%; }
      .header__logo img {
        height: 100%;
        display: block; }
    .header-mobile {
      width: 2.8rem;
      height: 2.8rem;
      color: #fff;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      background: #E3000F; }
      .header-mobile svg {
        width: 1.5rem; }

  .main__video {
    height: 25rem; }
  .main-slider .section-title {
    padding-left: 0; }

  .about {
    padding-top: 2rem; }
    .about-page {
      padding-top: 2rem; }
    .about-main {
      gap: 1.5rem 0; }
    .about-item {
      width: 14rem; }
    .about__img {
      width: calc(50% - 8rem); }
    .about-big {
      width: calc(100% - 16rem); }

  .lab {
    padding: 5rem 0; }
    .lab::after {
      right: -1.5rem;
      height: 30rem;
      width: 15rem;
      bottom: -30%; }
    .lab-main {
      flex-direction: column;
      margin-bottom: 2.5rem; }
    .lab-info {
      width: 100%;
      gap: 2.5rem; }
      .lab-info__text {
        max-width: 35rem; }
    .lab__video {
      width: 100%; }
    .lab-numbers {
      gap: 1.5rem; }
      .lab-numbers__item {
        width: calc(50% - .75rem); }

  .news-popup__content {
    display: block; }
  .news-popup__close {
    transform: none;
    right: 0;
    top: 0;
    width: 3rem;
    height: 3rem; }
  .news-popup__img {
    width: 100%;
    position: static; }
  .news-popup__wrap {
    width: 100%;
    padding-top: 1rem; }

  .objects {
    padding: 5rem 0; }
    .objects-popup img {
      height: auto;
      width: calc(100% - 5rem); }

  .download {
    padding: 5rem 0; }
    .download-card {
      padding: 2.5rem 1.5rem; }
    .download__img {
      transform: none;
      position: static;
      width: 100%;
      height: 23rem;
      margin-bottom: -4rem;
      margin-top: 0; }

  .branches-main {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-right: 0;
    margin-right: 0;
    background-position-x: center;
    background-size: 90%; }
  .branches-map {
    width: 100%; }
  .branches-list {
    width: 22rem; }

  .letters {
    padding-top: 5rem; }
    .letters-popup img {
      height: auto;
      width: calc(100% - 5rem); }

  .reviews {
    padding: 5rem 0; }

  .buyer {
    padding-bottom: 5rem; }
    .buyer .section-title {
      margin-bottom: 3rem; }
    .buyer-item {
      width: calc(50% - .75rem); }

  .catalog-block, .catalog-colors {
    margin-bottom: 5rem; }
  .catalog-list__tripple .catalog-item {
    width: calc(50% - .75rem); }

  .product {
    gap: 0; }
    .product-left .product-side {
      display: block; }
    .product-right {
      display: none; }
    .product-main {
      gap: 2rem;
      margin-bottom: 2rem; }
      .product-main__wrap {
        width: calc(100% - 17rem); }
    .product-iframe {
      margin-bottom: 2rem; }
    .product-side {
      width: 100%;
      position: static;
      margin-bottom: 2rem;
      text-align: center; }
      .product-side__logos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
        margin-bottom: 2rem; }
        .product-side__logos img {
          margin-bottom: 0;
          width: 10.5rem; }

  .certs {
    padding-top: 5rem; }
    .certs-list {
      gap: 1.5rem; }
      .certs-list li {
        width: calc(33.3333% - 1rem); }
    .certs-popup img {
      height: auto;
      width: calc(100% - 5rem); }

  .advantages {
    padding: 3rem 1.5rem; }
    .advantages-list {
      flex-wrap: wrap;
      gap: 1.5rem; }
    .advantages-item {
      width: calc(50% - .75rem); }
    .advantages__images {
      height: 17rem; }

  .vacancy-choose {
    gap: 1rem;
    margin-bottom: 2.5rem; }
    .vacancy-choose li {
      padding: 0 1.5rem;
      height: 2.5rem;
      font-size: 1rem; }
  .vacancy-wrap {
    margin-right: 0;
    flex-direction: column; }
  .vacancy-main {
    width: 100%; }
  .vacancy__img {
    width: 100%;
    border-radius: 2rem; }
  .vacancy-popup__content {
    width: calc(100% - 4rem);
    height: auto;
    gap: 2rem;
    padding: 3rem 2rem; }
  .vacancy-popup__form, .vacancy-popup__wrap {
    width: 50%; }

  .delivery-head {
    flex-direction: column-reverse; }

  .write::after {
    content: none; }
  .write .order-form {
    width: 100%; }

  .footer-main {
    margin-right: 0;
    flex-direction: column; }
  .footer-info {
    width: 100%; }
  .footer__map {
    width: 100%;
    height: 25rem; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  body {
    padding: 4.5rem 1rem 0; }

  .feedback-content {
    transform: none;
    top: auto;
    left: 0;
    width: 100%;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

  .owl-stage-outer {
    padding: 1.5rem .9rem 2.5rem;
    margin: -1.5rem -.9rem -2.5rem; }

  .nopad-slider {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 1.1rem); }
    .nopad-slider .owl-stage-outer {
      padding-left: 2.2rem;
      margin-left: -1.1rem; }

  .arrows {
    gap: .75rem; }
    .arrows span {
      width: 2rem;
      height: 2rem; }
      .arrows span svg {
        width: 0.5rem; }

  .section-head {
    margin-bottom: 2rem; }
  .section-title {
    font-size: 1.5rem; }

  .preloader::before {
    width: 10rem; }
  .preloader::after {
    width: 9rem; }
  .preloader__logo {
    width: 9rem; }

  .text-popup__content {
    width: calc(100% - 2rem);
    padding: 1.5rem 1rem; }

  .mobile-menu .container {
    padding: 1rem 1rem 2.5rem; }
  .mobile-menu__logo {
    width: 7rem; }
  .mobile-menu__close {
    width: 2rem;
    height: 2rem; }
    .mobile-menu__close img {
      width: 0.9rem; }
  .mobile-menu__list {
    font-size: 1.2rem; }
    .mobile-menu__list li {
      margin-bottom: 1.05rem; }
  .mobile-menu .sidebar-buttons {
    flex-wrap: wrap; }
    .mobile-menu .sidebar-buttons .btn {
      width: 100%;
      padding: 0 0.5rem; }

  .header {
    padding: 0.5rem 1rem;
    height: 3.5rem; }
    .header__logo {
      height: 90%; }
    .header-search__input img {
      margin-right: 0; }
    .header-search__input p {
      display: none; }
    .header-search__input input {
      width: 10rem; }
    .header-search__result {
      width: 12rem; }
    .header-mobile {
      width: 2rem;
      height: 2rem; }
      .header-mobile svg {
        width: 1.2rem; }

  .main {
    margin: -1rem -1rem 0; }
    .main__video {
      height: 22rem;
      margin-bottom: 1rem; }
    .main-breadcrumbs {
      padding: 1rem;
      font-size: 0.9rem; }
      .main-breadcrumbs a {
        margin-left: 1.8rem; }
    .main-slider__wrap {
      flex-direction: column;
      gap: 1rem; }
    .main-banner__img::after {
      background: linear-gradient(83deg, rgba(0, 0, 0, 0.4) 48.4%, rgba(0, 0, 0, 0) 100.1%); }
    .main-banner .section-title {
      left: 1rem; }

  .about-head p {
    margin-bottom: 1rem; }
  .about__title {
    font-size: 1.8rem; }
  .about-main {
    gap: 1rem; }
  .about-item {
    width: 100%;
    padding-bottom: 1rem; }
    .about-item__text {
      font-size: 0.9rem; }
    .about-item__link {
      font-size: 0.75rem; }
  .about__img {
    width: 100%; }
  .about-big {
    width: 100%;
    order: 25; }
    .about-big__bg::before {
      background: rgba(0, 0, 0, 0.6); }

  .lab {
    padding: 4.5rem 0; }
    .lab::after {
      right: -1rem;
      height: 20rem;
      width: 10rem;
      bottom: -20%; }
    .lab__video {
      margin-left: -1rem;
      width: calc(100% + 2rem);
      height: 20rem; }
    .lab-numbers {
      gap: 1rem; }
      .lab-numbers__item {
        width: 100%; }

  .news-item__date {
    font-size: 0.8rem;
    width: 6rem; }
  .news-item__title {
    padding: 0 1rem;
    font-size: 0.9rem; }

  .objects {
    padding: 4.5rem 0; }
    .objects-item__wrap {
      padding: 1.4rem 1.5rem 2rem; }
    .objects-item__name {
      margin-bottom: 1.2rem; }
    .objects-item__text {
      font-size: 0.9rem; }
    .objects-popup img {
      width: calc(100% - 1.5rem); }

  .download {
    padding: 4.5rem 0; }
    .download-card {
      padding: 2rem 1rem; }
      .download-card::after {
        width: 15rem;
        height: 15rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .download .section-title {
      margin-bottom: 1rem; }
    .download-form {
      flex-direction: column;
      gap: .5rem;
      font-size: 0.9rem; }
      .download-form input, .download-form .btn {
        width: 100%; }
      .download-form .btn {
        margin-top: .5rem;
        font-size: 0.9rem; }
    .download__policy {
      font-size: 0.8rem; }
    .download__img {
      margin-left: -1rem;
      width: calc(100% + 2rem);
      height: 16rem; }

  .branches-main {
    background-image: none;
    padding-bottom: 0; }
  .branches-map {
    margin-left: -1rem;
    width: calc(100% + 2rem);
    overflow: auto;
    margin-bottom: 1.5rem; }
    .branches-map img {
      width: 45rem;
      max-width: none; }
    .branches-map svg {
      width: 45rem; }
  .branches-list {
    width: 90%; }

  .letters {
    padding-top: 4.5rem; }
    .letters-popup img {
      width: calc(100% - 1.5rem); }

  .reviews {
    padding: 4.5rem 0; }
    .reviews-item__wrap {
      font-size: 0.8rem; }
    .reviews-item__author p {
      font-size: 0.9rem; }

  .buyer {
    padding-bottom: 4.5rem; }
    .buyer-list {
      gap: 1rem; }
    .buyer-item {
      width: 100%; }

  .catalog-block {
    margin-bottom: 4.5rem; }
    .catalog-block:last-child {
      margin-bottom: 2rem; }
    .catalog-block .section-title {
      margin-bottom: 2rem; }
  .catalog-colors {
    margin-bottom: 4.5rem; }
    .catalog-colors__head {
      flex-direction: column;
      gap: 1.5rem;
      margin-bottom: 2rem; }
    .catalog-colors__choose {
      margin-left: -1rem;
      width: calc(100% + 2rem);
      overflow: auto;
      flex-wrap: nowrap;
      padding: 0 1rem; }
      .catalog-colors__choose::-webkit-scrollbar {
        display: none; }
      .catalog-colors__choose li {
        flex-shrink: 0;
        width: 9rem;
        height: 2.5rem; }
    .catalog-colors__images {
      margin-left: -1rem;
      width: calc(100% + 2rem);
      max-width: none; }
    .catalog-colors__info {
      align-items: flex-start; }
  .catalog-list {
    gap: .6rem 1rem; }
    .catalog-list .catalog-item {
      width: 100%; }
    .catalog-list__wrap {
      width: calc(50% - .5rem); }
  .catalog-text {
    margin: 2.5rem 0; }

  .product-main {
    flex-direction: column; }
    .product-main__wrap {
      width: 100%; }
  .product-iframe {
    width: 100%; }
  .product-side__logos img {
    width: calc(50% - .5rem); }
  .product-tabs__choose {
    width: 100%; }
    .product-tabs__choose li {
      width: 50%; }
  .product-tabs__wrap {
    border-width: 1px;
    padding: 1.5rem 1rem; }
  .product-description {
    font-size: 0.9rem;
    line-height: 167%; }
    .product-description table {
      font-size: 0.75rem;
      margin-left: -1rem;
      width: calc(100% + 2rem); }
      .product-description table td {
        padding: 0.3rem 0.5rem; }

  .order-form {
    width: 100%;
    padding: 1.5rem 1rem 1rem; }
    .order-form .btn {
      width: 100%; }
  .order-item {
    font-size: 0.9rem; }
    .order-item input {
      height: 2.5rem; }
    .order-item textarea {
      height: 6rem; }
  .order-wrap .order-item {
    width: 100%; }
  .order-check {
    font-size: 0.75rem; }

  .certs {
    padding-top: 4.5rem; }
    .certs .section-title {
      margin-bottom: 2rem; }
    .certs-list {
      gap: 1rem; }
      .certs-list li {
        width: calc(50% - .5rem); }
    .certs-popup img {
      width: calc(100% - 1.5rem); }

  .advantages {
    margin-left: -1rem;
    width: calc(100% + 2rem);
    border-radius: 0;
    padding: 3rem 1rem; }
    .advantages__title {
      font-size: 1.6rem; }
    .advantages-item {
      width: 100%; }
      .advantages-item__head {
        font-size: 0.9rem; }
      .advantages-item__text {
        font-size: 0.8rem; }
    .advantages__images {
      height: auto;
      flex-direction: column; }
      .advantages__images img:nth-child(1), .advantages__images img:nth-child(2) {
        width: 100%;
        height: 17rem; }

  .vacancy {
    padding-top: 4.5rem; }
    .vacancy .section-title {
      margin-bottom: 2rem; }
    .vacancy-choose {
      margin-left: -1rem;
      width: calc(100% + 2rem);
      flex-wrap: nowrap;
      overflow: auto;
      padding: 0 1rem; }
      .vacancy-choose::-webkit-scrollbar {
        display: none; }
      .vacancy-choose li {
        flex-shrink: 0; }
    .vacancy-item {
      font-size: 0.95rem;
      padding-left: 1rem;
      margin-bottom: 1rem; }
    .vacancy-popup__content {
      flex-direction: column;
      width: calc(100% - 2rem);
      padding: 2.5rem 1rem;
      border-radius: 0; }
      .vacancy-popup__content::-webkit-scrollbar-thumb {
        background: #E3000F; }
    .vacancy-popup__wrap, .vacancy-popup__form {
      width: 100%; }
    .vacancy__img {
      border: 1.5rem;
      height: 17rem; }

  .delivery-head {
    gap: 1.7rem; }
    .delivery-head__img {
      width: 100%;
      height: 20rem; }

  .footer-info {
    padding: 1rem 1rem 2rem; }
  .footer-col:nth-child(1) {
    width: 58%; }
  .footer-col:nth-child(2) {
    width: 42%; }
  .footer-wrap {
    gap: 1rem; }
  .footer-item {
    font-size: .9rem;
    margin-bottom: 1rem;
    padding-right: 0; }
  .footer__map {
    height: 20rem; }
  .footer-copy span {
    display: none; } }
@media (max-width: 389.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px; } }
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px; } }

/*# sourceMappingURL=main.css.map */
