@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1220px) {
  .container {
    width: 970px;
  }
}

.fill_opros_list_right {
  display: block;
}

@media screen and (max-width: 650px) {
  .fill_opros_list_right {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 610px;
  }
}

@media screen and (max-width: 639px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

.wrapper {
  font: 400 14px "Roboto";
  color: #000;
  position: relative;
  z-index: 2;
  background: #fff;
}

.wrapper * {
  font-family: inherit;
}

.title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 59px;
}

@media only screen and (max-width: 991px) {
  .title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.fancybox-caption {
  background: #ef8733;
  padding: 12px 18px;
  color: #000;
  font-size: 14px;
  font-family: "Roboto";
}

.swiper-wrapper {
  align-items: flex-start;
}

.swiper-slide {
  height: auto;
}

.swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  bottom: auto !important;
}

.swiper-pagination span {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  margin: 0 22px 0 0 !important;
  display: block;
  background: none;
  cursor: pointer;
  transition: 300ms;
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .swiper-pagination span {
    width: 9px;
    height: 9px;
  }
}

.swiper-pagination span.swiper-pagination-bullet-active,
.swiper-pagination span:hover {
  background: #fff;
}

.swiper-pagination span:last-child {
  margin-right: 0 !important;
}

.breadcrumbs {
  color: #6c6c6c;
  margin-bottom: 45px;
  padding-top: 50px;
}

@media only screen and (max-width: 991px) {
  .breadcrumbs {
    margin-bottom: 30px;
    padding-top: 32px;
  }
}

.breadcrumbs ul {
  display: inline;
}

.breadcrumbs ul li {
  display: inline;
}

.breadcrumbs ul li:last-child::after {
  display: none;
}

.breadcrumbs ul li::after {
  content: "";
  display: inline-block;
  margin: 0 4px 0 11px;
  background: url(../uploads/bread-before.svg) no-repeat;
  width: 9px;
  height: 10px;
}

.breadcrumbs ul li::after:last-child {
  display: none;
}

.breadcrumbs ul li a {
  font: 400 14px "Roboto";
  color: #6c6c6c;
}

.breadcrumbs ul li a:hover {
  color: #ef8733;
}

.list__link {
  padding-top: 14px;
  padding-bottom: 19px;
  cursor: pointer;
}

.list__link:last-child {
  margin-right: 0;
}

.list__link a {
  font: 700 18px "Roboto";
  color: #000;
  max-width: 350px;
  margin-left: 22px;
  position: relative;
}

.list__link a:hover {
  color: #ff9900;
  transition: 300ms;
}

@media only screen and (max-width: 991px) {
  .list__link a {
    margin-left: 22px;
  }
}

@media only screen and (max-width: 639px) {
  .list__link a {
    font-size: 14px;
  }
}

.list__link a::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -20px;
  right: 0;
  width: 10px;
  height: 10px;
  background: #ff9900;
  border-radius: 50%;
}

@media only screen and (max-width: 991px) {
  .list__link a::before {
    left: -22px;
    top: 3px;
  }
}

.list__item {
  border-bottom: 1px solid #ff9900;
}

.list__item:last-child {
  border-bottom: none;
}

.list__item.active .list__content {
  display: block;
}

.list__content {
  display: none;
  padding: 20px 0 20px 22px;
}

.list__content p {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .list__content p {
    margin-bottom: 20px;
  }
}

.list__content img {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .list__content img {
    margin-bottom: 20px;
  }
}

.content {
  max-width: 930px;
}

@media only screen and (max-width: 639px) {
  .content {
    max-width: 100%;
  }
}

.content ul li {
  position: relative;
  margin-bottom: 10px;
  margin-left: 22px;
}

.content ul li:last-child {
  margin-bottom: 0;
}

.content ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -21px;
  width: 8px;
  height: 8px;
  background: #ff9900;
  border-radius: 50%;
}

.content ul li a {
  font-size: 18px;
  position: relative;
  text-decoration: underline;
  /*margin-bottom: 25px;*/
  color: #ef8733;
  text-decoration: underline;
}

.list__item ul li a {
  font-size: 14px;
  position: relative;
  text-decoration: underline;
  /*margin-bottom: 25px;*/
  color: #ef8733;
  text-decoration: underline;
}

#block_if_need_hide ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -21px;
  width: 8px;
  height: 8px;
  background: #ff9900;
  border-radius: 50%;
}

.content ul li a:hover {
  color: #ff9900;
}

.content ul li a:last-child {
  margin-bottom: 0;
}

.content.content--indent {
  margin-bottom: 55px;
}

@media only screen and (max-width: 991px) {
  .content.content--indent {
    margin-bottom: 0;
  }
}

.content.content--more {
  /* max-height: 285px;
  overflow: hidden;*/
}

.content.content--more.show {
  max-height: 100%;
  overflow: visible;
}

.content h1 {
  font-weight: bold;
  font-size: 24px;
  font-family: "Roboto";
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .content h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.content p {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px;
}
.content p a {
  font-size: 18px;
  line-height: 21px;
  /*margin-bottom: 20px;*/
  color: #ef8733;
  text-decoration: underline;
}

.list__content p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.list__content p a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #ef8733;
  text-decoration: underline;
}

.list__content ul li {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.content ul li::before {
}

.content ul {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}

.content h1 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.content h2 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}
.content h3 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}

.content h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 21px;
}

.content p span {
  /*font-size: 18px;
  line-height: 1.2;*/
}

@media only screen and (max-width: 991px) {
  .content p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
  }
}

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

.card {
  background: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px rgba(146, 146, 146, 0.25);
  padding: 19px 13px 20px 16px;
  text-align: center;
  line-height: 1.3;
  transition: 300ms;
}

.card:hover {
  box-shadow: 0px 0px 25px rgba(146, 146, 146, 0.45);
}

@media only screen and (max-width: 991px) {
  .card {
    padding: 11px 13px;
  }
}

@media only screen and (max-width: 639px) {
  .card {
    padding: 10px 1px 7px;
  }
}

.card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  height: 106px;
}

@media only screen and (max-width: 991px) {
  .card__img {
    height: 90px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 639px) {
  .card__img {
    height: 70px;
  }
}

.card__text {
  font-family: "Roboto";
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 0 20px;
}

@media only screen and (max-width: 1230px) {
  .card__text {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .card__text {
    padding: 0 3px;
  }
}

.cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

@media only screen and (max-width: 991px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 14px;
  }
}

@media only screen and (max-width: 639px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6px;
  }
}

.cards--large {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

@media only screen and (max-width: 991px) {
  .cards--large {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 14px;
  }
}

@media only screen and (max-width: 639px) {
  .cards--large {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6px;
  }
}

.card-large {
  background: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px rgba(146, 146, 146, 0.2);
  padding: 10px 6px 40px 10px;
  text-align: center;
  overflow: hidden;
}

.card-large:hover {
  box-shadow: 0px 0px 25px rgba(146, 146, 146, 0.45);
}

@media only screen and (max-width: 991px) {
  .card-large {
    padding: 11px 5px;
  }
}

@media only screen and (max-width: 639px) {
  .card-large {
    padding: 11px 0 5px;
  }
}

.card-large__img {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: #000;
}

@media only screen and (max-width: 991px) {
  .card-large__img {
    height: 120px;
  }
}

@media only screen and (max-width: 639px) {
  .card-large__img {
    height: 80px;
  }
}

.card-large__text {
  font: 400 15px "Roboto";
  color: #6c6c6c;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 0 10px;
}

@media only screen and (max-width: 1200px) {
  .card-large__text {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .card-large__text {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 639px) {
  .card-large__text {
    height: 50px;
    font-size: 14px;
    padding: 0 3px;
  }
}

.article {
  margin-bottom: 45px;
}

@media only screen and (max-width: 991px) {
  .article {
    margin-bottom: 40px;
  }
}

.article__info {
  display: flex;
}

@media only screen and (max-width: 1220px) {
  .article__info {
    align-items: flex-start;
  }
}

.article__content {
  width: 587px;
  margin-right: 20px;
}

.article__content .list__link a {
  font-weight: 400;
  font-size: 18px;
  text-decoration: underline;
}

.article__content .list__link a::before {
  width: 8px;
  height: 8px;
}

.article__content .list__content {
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .article__content {
    width: 100%;
  }
}

@media only screen and (max-width: 639px) {
  .article__content {
    width: 100%;
  }
}

.article__container {
  display: flex;
  margin-bottom: 80px;
}

@media only screen and (max-width: 991px) {
  .article__container {
    display: block;
    margin-bottom: 30px;
  }
}

.article__slider {
  width: 587px;
}

@media only screen and (max-width: 1220px) {
  .article__slider {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  .article__slider {
    /*max-width: 300px;*/
    display: none;
  }
}

@media only screen and (max-width: 639px) {
  .article__slider {
    display: none;
  }
}

.article__slider-image {
  position: relative;
}

.article__slider-image img {
  display: flex;
  width: 100%;
}

.article__slider-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.article__slider-hover:hover {
  opacity: 1;
}

.article__slider-hover img {
  position: absolute;
  top: 43%;
  left: 45%;
  width: 46px;
  height: 46px;
}

@media only screen and (max-width: 991px) {
  .article__slider-hover img {
    height: 25px;
    width: 25px;
  }
}

.article__slider-item {
  cursor: default;
}

.article__slider-item img {
  margin-bottom: 0;
}

.article__text {
  background: #ef8733;
  padding: 12px 5px 15px 18px;
  cursor: default;
}

@media only screen and (max-width: 991px) {
  .article__text {
    font-size: 12px;
  }
}

.article__more {
  margin-top: 23px;
}

.article__more a {
  color: #ff9900;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.article-vertical {
  margin-bottom: 75px;
}

@media only screen and (max-width: 991px) {
  .article-vertical {
    margin-bottom: 40px;
  }
}

.article-vertical .content {
  max-width: 900px;
}

@media only screen and (max-width: 639px) {
  .article-vertical__slider {
    display: none;
  }
}

.article-vertical__slider .swiper-pagination {
  bottom: 19% !important;
}

.article-vertical__slider-item {
  margin-bottom: 45px;
}

.article-vertical__slider-image {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-vertical__slider-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.article-vertical__slider-hover:hover {
  opacity: 1;
}

.article-vertical__slider-hover img {
  position: absolute;
  bottom: 42%;
  left: 48%;
  right: 0;
  width: 46px;
  height: 46px;
}

@media only screen and (max-width: 991px) {
  .article-vertical__slider-hover img {
    height: 25px;
    width: 25px;
  }
}

.article-wide {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .article-wide {
    margin-bottom: 40px;
  }
}

.article-wide__info {
  display: flex;
}

@media only screen and (max-width: 639px) {
  .article-wide__info {
    display: block;
  }
}

.article-wide__info .content {
  max-width: 425px;
  margin-right: 40px;
}

@media only screen and (max-width: 1230px) {
  .article-wide__info .content {
    max-width: 370px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .article-wide__info .content {
    max-width: 250px;
  }
}

@media only screen and (max-width: 639px) {
  .article-wide__info .content {
    max-width: 100%;
  }
}

.article-wide__info p {
  font-size: 18px;
  line-height: 1;
}

@media only screen and (max-width: 991px) {
  .article-wide__info p {
    font-size: 14px;
  }
}

.article-wide__info .article__slider {
  width: 730px;
}

@media only screen and (max-width: 991px) {
  .article-wide__info .article__slider {
    max-width: 100%;
  }
}

.article-large {
  margin-bottom: 130px;
}

@media only screen and (max-width: 767px) {
  .article-large {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 639px) {
  .article-large {
    margin-bottom: 50px;
  }
}

.article-large__container {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .article-large__container {
    display: block;
  }
}

.article-large__item {
  margin-right: 45px;
}

@media only screen and (max-width: 991px) {
  .article-large__item {
    display: flex;
    margin-bottom: 20px;
  }
}

.article-large__item .content {
  margin-bottom: 56px;
}

@media only screen and (max-width: 991px) {
  .article-large__item .content {
    margin-bottom: 0;
  }
}

.article-large__item .content p {
  font-size: 18px;
  line-height: 1.2;
}

@media only screen and (max-width: 991px) {
  .article-large__item .content p {
    font-size: 14px;
  }
}

.article-large__item .article__slider {
  width: 548px;
}

@media only screen and (max-width: 1200px) {
  .article-large__item .article__slider {
    width: 450px;
  }
}

.article-large__item .article__text {
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .article-large__item .article__text {
    font-size: 12px;
    padding: 5px 6px 5px 10px;
  }
}

@media only screen and (max-width: 991px) {
  .article-large__content-text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.article-tall {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .article-tall {
    margin-bottom: 50px;
  }
}

.article-tall__item {
  display: flex;
}

@media only screen and (max-width: 639px) {
  .article-tall__item {
    display: block;
  }
}

.article-tall__item .content {
  max-width: 650px;
  margin-right: 40px;
}

@media only screen and (max-width: 1200px) {
  .article-tall__item .content {
    max-width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .article-tall__item .content {
    max-width: 50%;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 639px) {
  .article-tall__item .content {
    max-width: 100%;
    margin-right: 0;
  }
}

.article-tall__item .content p {
  font-size: 18px;
  line-height: 1;
}

@media only screen and (max-width: 991px) {
  .article-tall__item .content p {
    font-size: 14px;
  }
}

.article-tall__item .content ul {
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .article-tall__item .content ul {
    font-size: 14px;
  }
}

.article-tall__item .content ul li {
  margin-bottom: 0;
}

.article-tall__item .list__item:first-child {
  border-top: 1px solid #ff9900;
}

.article-tall__item .list__item a {
  max-width: 100%;
}

.article-tall__item .list__content {
  padding-bottom: 20px;
  margin-left: 22px;
}

.article-tall__item .article__slider {
  width: 469px;
}

.article-tall__item .article__text {
  font-size: 18px;
  max-width: 513px;
  padding-right: 15px;
}

@media only screen and (max-width: 991px) {
  .article-tall__item .article__text {
    font-size: 12px;
    padding: 5px 6px 5px 10px;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.article-float {
  margin-bottom: 50px;
  /* margin-bottom: 50px;*/
}

@media only screen and (max-width: 991px) {
  .article-float {
    margin-bottom: 40px;
  }
}

.article-float__slider {
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
  background: #fff;
}

.article-float .article__slider {
  width: 730px;
}

@media only screen and (max-width: 1230px) {
  .article-float .article__slider {
    width: 500px;
  }
}

.article-float .swiper-wrapper {
  height: auto;
}

.product {
  padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .product {
    padding-bottom: 53px;
  }
}

.tabs {
  margin-bottom: 80px;
}

@media only screen and (max-width: 991px) {
  .tabs {
    margin-bottom: 50px;
  }
}

.tabs__title {
  margin-bottom: 70px;
}

@media only screen and (max-width: 991px) {
  .tabs__title {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 639px) {
  .tabs__title {
    margin-bottom: 30px;
  }
}

.tabs__nav {
  display: flex;
}

.tabs__nav-item {
  width: 284px;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #d9d9d9;
  margin-right: 22px;
  font-size: 18px;
  cursor: pointer;
}

@media only screen and (max-width: 1220px) {
  .tabs__nav-item {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .tabs__nav-item {
    display: none;
  }
}

.tabs__nav-item.active {
  border: 1px solid transparent;
  border-color: #000;
  border-bottom: none;
  background: #fff;
  position: relative;
}

.tabs__nav-item.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 5px;
  background: #fff;
}

.tabs__nav-item:last-child {
  margin-right: 0;
}

.tabs__select {
  display: none;
}

@media only screen and (max-width: 991px) {
  .tabs__select {
    display: block;
    margin-bottom: 30px;
    position: relative;
    width: 364px;
    max-width: 100%;
  }
}

.tabs__select-header {
  width: 364px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #ffffff;
  border: 1px solid transparent;
  border-color: #000;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px rgba(146, 146, 146, 0.25);
}

@media only screen and (max-width: 639px) {
  .tabs__select-header {
    width: 300px;
    padding: 14px 18px 15px 10px;
  }
}

.tabs__select-current {
  font-size: 18px;
}

@media only screen and (max-width: 639px) {
  .tabs__select-current {
    font-size: 14px;
  }
}

@media only screen and (max-width: 639px) {
  .tabs__select-arrow img {
    transform: translateY(-2px);
  }
}

.tabs__select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid transparent;
  border-color: #000;
  padding: 18px 25px;
  background: #fff;
  border-top: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 300ms;
}

@media only screen and (max-width: 639px) {
  .tabs__select-items {
    width: 300px;
    padding: 14px 18px 15px 10px;
  }
}

.tabs__select-items.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tabs__select-item {
  font-size: 16px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 639px) {
  .tabs__select-item {
    font-size: 14px;
  }
}

.tabs__select-item:last-child {
  margin-bottom: 0;
}

.tabs__items {
  padding: 50px 19px 25px;
  border: 1px solid transparent;
  border-color: #000;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(146, 146, 146, 0.25);
}

@media only screen and (max-width: 991px) {
  .tabs__items {
    border: none;
    padding: 0;
    background: none;
    box-shadow: none;
  }
}

.tabs__item:not(:first-child) {
  display: none;
}

.forms {
  margin-bottom: 83px;
}

@media only screen and (max-width: 991px) {
  .forms {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 639px) {
  .forms {
    margin-bottom: 20px;
  }
}

.forms__inner {
  max-width: 1000px;
}

.forms__title {
  margin-bottom: 30px;
  font-size: 18px;
  color: black;
}

.forms__inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 30px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .forms__inputs {
    display: block;
    margin-bottom: 20px;
  }
}

.forms__inputs input {
  max-width: 485px;
  height: 38px;
  border: 1px solid #000000;
  box-sizing: border-box;
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  .forms__inputs input {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
}

.forms__btn {
  width: 132px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.social {
  padding-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .social {
    padding-bottom: 20px;
  }
}

.social__items {
  display: flex;
}

.social__items a {
  display: flex;
  margin-right: 8px;
}

@media only screen and (max-width: 639px) {
  .social__items a {
    margin-right: 15px;
  }
}

.social__items a img {
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 639px) {
  .social__items a img {
    width: 34px;
    height: 34px;
  }
}

.social__items a:last-child {
  margin-right: 0;
}

.aside {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .aside {
    display: none;
  }
}

.info {
  margin-bottom: 85px;
}

@media only screen and (max-width: 991px) {
  .info {
    margin-bottom: 54px;
  }
}

@media only screen and (max-width: 639px) {
  .info {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .info .content {
    max-width: 100%;
  }
}

.contacts {
  margin-bottom: 85px;
}

@media only screen and (max-width: 991px) {
  .contacts {
    margin-bottom: 40px;
  }
}

.contacts__items {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .contacts__items {
    display: block;
  }
}

.contacts__info {
  flex-shrink: 0;
  margin-right: 150px;
  max-width: 225px;
}

@media only screen and (max-width: 1230px) {
  .contacts__info {
    margin-right: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__info {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-right: 0;
    grid-gap: 0 80px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 639px) {
  .contacts__info {
    display: block;
  }
}

.contacts__item {
  margin-bottom: 35px;
}

@media only screen and (max-width: 639px) {
  .contacts__item {
    margin-bottom: 25px;
  }
}

.contacts__item:last-child {
  margin-bottom: 0;
}

.contacts__header {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media only screen and (max-width: 639px) {
  .contacts__header {
    font-size: 14px;
  }
}

.contacts__data {
  font-size: 18px;
}

@media only screen and (max-width: 639px) {
  .contacts__data {
    max-width: 190px;
    font-size: 14px;
  }
}

.contacts__data:last-child {
  margin-bottom: 0;
}

.contacts__data p {
  margin-bottom: 5px;
}

.contacts__map {
  flex-grow: 10;
  width: 100%;
}

.contacts__map iframe {
  height: 372px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .contacts__map iframe {
    height: 256px;
  }
}

@media only screen and (max-width: 639px) {
  .contacts__map iframe {
    height: 150px;
  }
}

.requisites {
  padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .requisites {
    padding-bottom: 50px;
  }
}

.requisites .content {
  margin-bottom: 40px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .requisites .content {
    margin-bottom: 15px;
  }
}

.requisites__info p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .requisites__info p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 639px) {
  .requisites__info p {
    font-size: 14px;
  }
}

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

.requisites__info p span {
  font-weight: 400;
  margin-left: 5px;
}

.partners {
  padding-bottom: 90px;
}

@media only screen and (max-width: 991px) {
  .partners {
    padding-bottom: 40px;
  }
}

.partners .article__more {
  text-align: right;
}

.partners__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 55px 20px;
}

@media only screen and (max-width: 991px) {
  .partners__items {
    display: block;
  }
}

.partners__item {
  background: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px rgba(146, 146, 146, 0.25);
  padding: 24px 31px 39px 20px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 991px) {
  .partners__item {
    margin-bottom: 33px;
    padding-bottom: 20px;
  }
  .partners__item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 639px) {
  .partners__item {
    padding: 13px 14px 17px 12px;
    margin-bottom: 12px;
  }
  .partners__item:last-child {
    margin-bottom: 0;
  }
}

.partners__img {
  margin-bottom: 23px;
  height: 110px;
}

@media only screen and (max-width: 991px) {
  .partners__img {
    width: 250px;
  }
}

@media only screen and (max-width: 639px) {
  .partners__img {
    width: 150px;
    height: 60px;
    margin-bottom: 15px;
  }
}

.partners__subtitle {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  .partners__subtitle {
    margin-bottom: 18px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 639px) {
  .partners__subtitle {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.partners__text {
  margin-bottom: 30px;
  font-size: 18px;
  flex-grow: 1;
}

@media only screen and (max-width: 991px) {
  .partners__text {
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 13px;
  }
}

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

.partners__info .article__more {
  margin: 0;
}

.partners__info .article__more a {
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .partners__info .article__more a {
    font-size: 14px;
  }
}

.partners__country {
  font-size: 18px;
  color: #ef8733;
}

@media only screen and (max-width: 991px) {
  .partners__country {
    font-size: 14px;
  }
}

@media only screen and (max-width: 639px) {
  .partners__country {
    font-size: 12px;
  }
}

.information {
  padding-bottom: 80px;
}

.information__description {
  margin-bottom: 56px;
  max-width: 960px;
}

@media only screen and (max-width: 767px) {
  .information__description {
    font-size: 14px;
    padding-bottom: 27px;
  }
}

.information__description h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .information__description h3 {
    font-size: 14px;
  }
}

.information__description p {
  margin-bottom: 20px;
  line-height: 1.2;
}

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

.information__description p a {
  color: #ff9900;
  font-size: 18px;
  cursor: pointer;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .information__description p a {
    font-size: 14px;
  }
}

.information__inner .event_place {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

.information__inner .event_date {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(239, 135, 51, 1);
  margin-top: 15px;
}

.event_option {
  margin-top: 10px;
}

.partner__description {
  margin-bottom: 56px;
  margin-top: 10px;
  max-width: 1200px;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;

  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 20px;
}

.partner__description a {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.partner__description_item {
  display: relative;
}

.partner__description_item_desc {
  order: 0;
}

.partner__description_item_img {
  order: 1;
}

.partner__description p {
  margin-top: 19px;
}

.partner__description ul {
  margin-top: 19px;
  margin-bottom: 19px;
  list-style: none;
}

.partner__description ul li {
  line-height: 25px;
  position: relative;
  margin-left: 22px;
  margin-bottom: 5px;
  display: list-item;
  text-align: -webkit-match-parent;
}

@media only screen and (max-width: 767px) {
  .partner__description {
    font-size: 14px;
  }

  .information__inner .event_place {
    font-size: 14px;
  }

  .information__inner .event_date {
    font-size: 14px;
  }

  .partner__description .event_option {
    display: none;
  }
}

.partner__description_mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .partner__description {
    grid-template-columns: 1fr;
  }

  .partner__description_item {
    display: block;
  }

  .partner__description_item_img {
    display: none;
  }

  .partner__description_mobile {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px;
    margin-top: 10px;
  }

  .partner__description_mobile_item {
    position: relative;
  }

  .partner__description_item_desc {
    order: 1;
  }

  .partner__description_item_img {
    order: 0;
  }
}

.partner__description ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -21px;
  width: 8px;
  height: 8px;
  background: #ff9900;
  border-radius: 50%;
}

.information__text {
  font-weight: 400;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .information__text {
    font-size: 14px;
  }
}

.information__items {
  border: 1px solid #000000;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px rgba(146, 146, 146, 0.25);
  padding: 32px 0 40px 32px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .information__items {
    padding: 30px 7px 25px 25px;
  }
}

@media only screen and (max-width: 639px) {
  .information__items {
    padding: 30px 7px 27px 15px;
  }
}

.information__item {
  margin-bottom: 40px;
  max-width: 735px;
}

@media only screen and (max-width: 767px) {
  .information__item {
    margin-bottom: 35px;
  }
  .information__item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 639px) {
  .information__item {
    margin-bottom: 25px;
  }
}

.information__item:last-child {
  margin-bottom: 0;
}

.information__item .content ul li {
  font-size: 18px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .information__item .content ul li {
    font-size: 14px;
  }
  .content ul li {
    font-size: 14px;
  }
}

.information__subtitle {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .information__subtitle {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.information__heading {
  margin-bottom: 21px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .information__heading {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 639px) {
  .information__heading {
    margin-bottom: 10px;
  }
}

.watch {
  margin-bottom: 85px;
}

.watch__info {
  margin-bottom: 70px;
}

@media only screen and (max-width: 639px) {
  .watch__info {
    margin-bottom: 35px;
  }
}

.watch__info:last-child {
  margin-bottom: 0;
}

.watch__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

@media only screen and (max-width: 991px) {
  .watch__items {
    display: block;
  }
}

.watch__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (max-width: 639px) {
  .watch__title {
    margin-bottom: 25px;
  }
}

.watch__item {
  margin-bottom: 40px;
}

@media only screen and (max-width: 639px) {
  .watch__item {
    margin-bottom: 30px;
  }
}

.watch__video {
  margin-bottom: 44px;
}

@media only screen and (max-width: 991px) {
  .watch__video {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 639px) {
  .watch__video {
    margin-bottom: 17px;
  }
}

.watch__video iframe {
  display: flex;
  width: 588px;
  height: 320px;
}

@media only screen and (max-width: 1230px) {
  .watch__video iframe {
    width: 100%;
    height: 280px;
  }
}

@media only screen and (max-width: 639px) {
  .watch__video iframe {
    height: 169px;
  }
}

.watch__text {
  font-size: 18px;
}

@media only screen and (max-width: 639px) {
  .watch__text {
    font-size: 14px;
  }
}

.watch__btn {
  background: #000;
  padding: 8px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 639px) {
  .watch__btn {
    font-size: 14px;
  }
}

.news {
  padding-bottom: 60px;
}

@media only screen and (max-width: 639px) {
  .news {
    padding-bottom: 50px;
  }
}

.news-filter {
  margin-bottom: 20px;
}

.news-filter select {
  max-width: 250px;
  margin-right: 5px;
  padding: 5px;
}

.news-filter .form-group {
  margin-bottom: 15px;
}

.news-filter .form-group button {
  background-color: #cccccc;
  color: #000000;
  padding: 3px;
}

.news-filter .news-filter-cats select,
.news-filter .news-filter-cats .child,
.news-filter .news-filter-industries select,
.news-filter .news-filter-industries .child {
  display: inline-block;
}

.news__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

@media only screen and (max-width: 991px) {
  .news__items {
    display: block;
  }
}

.news__item {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .news__item {
    margin-bottom: 37px;
  }
  .news__item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .news__item {
    margin-bottom: 20px;
  }
}

.footer {
  position: relative;
  z-index: 5;
}

.footer__item {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .footer__item {
    margin-bottom: 37px;
  }
  .footer__item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer__item {
    margin-bottom: 20px;
  }
}

.footer {
  background-color: rgba(29, 29, 27, 1);
}

.news__content {
  padding-left: 24px;
  padding-top: 20px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.news__content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(32, 32, 32, 0.63) 36.64%,
    rgba(0, 0, 0, 0) 70.16%
  );
}

@media only screen and (max-width: 639px) {
  .news__content {
    padding-top: 18px;
    padding-left: 13px;
    padding-right: 34px;
  }
}

.news__img {
  position: relative;
  height: 270px;
}

@media only screen and (max-width: 639px) {
  .news__img {
    height: 210px;
  }
}

.news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__text {
  font-size: 18px;
  color: #fff;
  position: relative;
  max-width: 330px;
  margin-bottom: 21px;
  z-index: 2;
}

@media only screen and (max-width: 1220px) {
  .news__text {
    max-width: 250px;
  }
}

@media only screen and (max-width: 991px) {
  .news__text {
    max-width: 500px;
    margin-bottom: 33px;
  }
}

@media only screen and (max-width: 639px) {
  .news__text {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.news__more {
  z-index: 2;
  position: relative;
}

.news__more a {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 639px) {
  .news__more a {
    font-size: 14px;
  }
}

.form-equipment {
  background-color: white;
}
.form-equipment-index {
  background-color: white;
  margin-bottom: 100px;
}

.form-equipment-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

#contact_form_3 {
  padding-top: 100px;
}

.form-equipment-input-block {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  width: 80%;
}

@media only screen and (max-width: 1250px) {
  .form-equipment-input-block {
    width: 100%;
  }
}

.form-equipment-input-block-left {
  flex-grow: 1;
  padding-right: 30px;
}

.form-equipment-input-block-right {
  flex-grow: 1;
}

@media only screen and (max-width: 600px) {
  .form-equipment-input-block {
    flex-direction: column;
  }

  .form-equipment-input-block-left {
    padding-right: 0px;
  }

  .form-equipment-input-block-right {
    margin-top: 10px;
  }
}

.form-equipment-input-block-submit {
  margin-top: 25px;
}

.form-equipment-input input {
  padding: 11px 13px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
.form-equipment-input select {
  padding: 11px 13px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
.form-equipment-input textarea {
  padding: 11px 13px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

.mt_10 {
  margin-top: 10px;
}

.social-form {
  margin-top: 86px;
}

.hide-block {
  display: none;
}

.footer_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

@media only screen and (max-width: 991px) {
  .footer_items {
    display: block;
  }
  .footer_items .hide_md {
    display: none;
  }
  .footer_items .footer__item .footer_title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
  }
  .footer_items .footer__item .footer_link_block div {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
  }
}

.menu_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.menu_container__item {
  position: relative;
}

.menu_desktop_title {
  font-family: Arial;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.menu_desktop_under_title {
  font-family: Arial;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

@media only screen and (max-width: 991px) {
  .menu_container {
    display: block;
  }
}

.footer .container {
  padding-bottom: 60px;
}

.menu_desktop_title_mobile {
  display: none;
}

.slider-main-flex-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
  align-items: center;
}

@media only screen and (max-width: 1300px) {
  .slider-main-flex-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 800px) {
  .slider-main-flex-container-item-catalog {
    display: none;
  }

  .slider-main-flex-container {
    display: block;
  }
}

.slider-main-flex-container-item {
  position: relative;
}







.slider-main-flex-container-v2 {
  display: grid;
  grid-template-columns: 3fr 4fr;
  grid-gap: 20px;
  align-items: center;
  width: 1000px;
}

@media only screen and (max-width: 1300px) {
  .slider-main-flex-container-v2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 800px) {
  .slider-main-flex-container-v2 {
    display: block;
  }

  .slider-main-flex-container-item-catalog {
    display: none;
  }
}

.circle-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  justify-items: center;
}

.circle-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  max-width: 160px;
}

.circle-label {
  font-size: 14px;
  margin-bottom: 3px;
  min-height: 36px; /* Чтобы подписи не прыгали */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.circle-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Скрытие изображений по 2 */
@media (max-width: 1100px) {
  .img-3, .img-6 {
    display: none;
  }
    
  .circle-images {
    grid-template-columns: 1fr 1fr;
  }

  .slider-main-flex-container-v2 {
    width: 850px;
  }

}

@media (max-width: 900px) {
  .img-2, .img-5 {
    display: none;
  }  
  .circle-images {
    grid-template-columns: 1fr;
  }
  
  .slider-main-flex-container-v2 {
    width: 680px;
  }

}

@media (max-width: 700px) {
  .img-1, .img-4 {
    display: none;
  }
  
  .slider-main-flex-container-v2 {
    width: 100%;
  }

}












.form-slider-title {
  font-weight: bold;
  font-size: 24px;
  font-family: "Roboto";
  text-align: left;
}

.form-slider-under-title {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding-top: 25px;
  padding-bottom: 15px;
}

.form-slider-mist {
  padding-top: 4px;
  padding-bottom: 4px;
  color: red;
  font-weight: 600;
}

.bl_cf_1 {
  display: none;
}

.index-carusel-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

@media only screen and (max-width: 1200px) {
  .index-carusel-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .index-carusel-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}

.index-carusel {
  background-color: white;
  margin-top: 200px;
  margin-bottom: 100px;
}

.div_index_main {
  position: relative;
}

.div_index_main:hover .in_flex {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.div_index_link_bg {
  position: absolute;
  top: 0px;
  right: 16px;
  left: 16px;
  bottom: 0px;
  z-index: 9;
}

.div_index_link {
  display: block;
  position: absolute;
  top: 0px;
  right: 16px;
  left: 16px;
  bottom: 0px;
  z-index: 15;
}

.div_index_link_title {
  position: absolute;
  top: 0px;
  right: 16px;
  left: 16px;
  bottom: 0px;
  padding: 0 30px;
  z-index: 10;
}

.banner_index_bg {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.index-about-company {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.index-about-company-left {
  position: relative;
}
.index-about-company-right {
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .index-about-company {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
}

.pb_4 {
  padding-bottom: 25px;
}

.index-video-article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.index-video-article-item {
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .index-video-article {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}

.main-article-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.main-article-item {
  position: relative;
  margin-bottom: 15px;
}

#frame_index_video {
  margin-top: 0px;
}

.article-large__content-text {
  font-size: 18px;
  margin-bottom: 33px;
}

.article-large__content-text p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 21px;
}

.article-large__content-text p span {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 33px;
}

@media only screen and (max-width: 991px) {
  .article-large__content-text {
    font-size: 14px;
  }
  .article-large__content-text p {
    font-size: 14px;
  }
  .article-large__content-text p span {
    font-size: 14px;
  }
}

.site_map_title {
  padding-top: 15px;
  padding-bottom: 15px;
}

.content .article__description {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: justify;
}

.content .article__description p {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: justify;
}

.content .article__description ul li {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

.content .article__description a {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

.article-img-top {
  display: none;
}

@media only screen and (max-width: 639px) {
  .article-img-top {
    display: block;
    margin-bottom: 20px;
  }

  .content .article__description {
    font-size: 14px;
  }

  .content .article__description p {
    font-size: 14px;
  }

  .content .article__description ul li {
    font-size: 14px;
  }

  .content .article__description a {
    font-size: 14px;
  }
}

.news_date {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(239, 135, 51);
}

.table_dedert {
  width: 100%;
  border-collapse: collapse;
}

.table_dedert td {
  padding: 5px;
  border: 1px solid rgb(220, 220, 220);
  vertical-align: top;
  font-size: 14px;
}

.swiper_button {
  position: relative;
  top: -100px;
  text-align: center;
  z-index: 100;
}
.swiper_button_top {
  position: relative;
  top: -115px;
  text-align: center;
  z-index: 100;
}

.swiper_button_circle {
  height: 12px;
  width: 12px;
  background-color: rgb(250, 120, 0);
  border-radius: 12px;
  display: inline-block;
  margin: 4px;
  cursor: pointer;
}

.list__content iframe {
  width: 100%;
  max-width: 600px;
}

@media only screen and (max-width: 991px) {
  .swiper_button {
    display: none;
  }
  .article-large__item {
    margin-right: 0px;
  }
}

.hidden_part_text a {
  font-size: 14px;
}

.hidden_part_text ul li a {
  font-size: 14px;
}

.hidden_part_text ol li a {
  font-size: 14px;
}

.hidden_part_text p a {
  font-size: 14px;
}

.li_right_data {
  position: absolute;
  right: 0px;
  min-width: 300px;
  min-height: 30px;
  z-index: 101;
}

/**Search**/
.block_search_apora {
  z-index: 101;
  position: relative;
  right: 20px;
  display: none;
}

.input_search_apora {
  padding: 8px;
  border: 1px solid rgb(220, 220, 220);
  width: 300px;
}

.search_btn_apora {
  z-index: 110;
  position: absolute;
  right: 30px;
  top: 7px;
  cursor: pointer;
}

.block_search_apora button {
  text-indent: -9999px;
}

.block_search_apora .block_search_apora-result {
  position: absolute;
  background-color: #f1f1f1;
  top: 32px;
  left: 0;
  width: 100%;
  max-height: 261px;
  overflow-y: scroll;
}

.block_search_apora .block_search_apora-result > ul {
  display: none;
}

.block_search_apora .block_search_apora-result > ul > li > a {
  padding: 8px;
  display: block;
  text-decoration: none;
  color: #333333;
  font-size: 13px;
  line-height: 13px;
}

.block_search_apora .block_search_apora-result > ul > li > a:hover {
  background-color: #bdbdbd;
}

.block_search_apora .block_search_apora-result-empty {
  font-size: 13px;
  padding: 8px;
  line-height: 13px;
  display: none;
}

/***Search-end***/
/***MobileSearch***/
.mobile_search {
  display: none;
  width: 100%;
  padding: 15px 15px 0 15px;
}

.mobile_search .mobile_block_search_apora {
  position: relative;
}

.mobile_search .mobile_input_search_apora {
  width: 100%;
  padding: 15px;
  border: 1px solid rgb(220, 220, 220);
}

.mobile_search .mobile_block_search_apora-result {
  position: absolute;
  background-color: #f1f1f1;
  top: 46px;
  left: 0;
  width: 100%;
  max-height: 261px;
  overflow-y: scroll;
}

.mobile_search .mobile_block_search_apora-result > ul > li > a {
  padding: 8px;
  display: block;
  text-decoration: none;
  color: #333333;
  font-size: 13px;
  line-height: 13px;
}

.mobile_block_search_apora-result-empty {
  display: none;
}

.mobile_search .mobile_search_btn_apora {
  position: absolute;
  right: 13px;
  top: 13px;
  cursor: pointer;
}

/***MobileSearch-end***/

.fade_part_search {
  display: none;
  z-index: 100;
  position: absolute;
  left: 0px;
  right: 0px;
  background-color: black;
  opacity: 0.5;
  height: 70px;
}

.opros_input::-webkit-input-placeholder {
  font-style: italic;
}
.opros_input::-moz-placeholder {
  font-style: italic;
} /* Firefox 19+ */
.opros_input:-moz-placeholder {
  font-style: italic;
} /* Firefox 18- */
.opros_input:-ms-input-placeholder {
  font-style: italic;
}

#table_calc .opros_input {
  background-color: rgb(255, 240, 240);
}

#table_calc td {
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 8px;
}

#table_calc .td_input_radio {
  width: 30px;
}

#table_calc .opros_input {
  margin-top: 0px;
}

#table_calc .tr_help_title td {
  padding-bottom: 0px;
  color: rgb(100, 100, 100);
  font-size: 13px;
}

.table_calc-title {
  word-break: normal;
  white-space: normal;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-top: 12px;
}

.table_calc .opros_input {
  margin-top: 0;
}

.table_calc .row {
  margin-bottom: 10px;
}

.table_calc .with-radio input[type="radio"] {
  display: inline-block;
  width: 10%;
}

.table_calc .with-radio input[type="number"],
.table_calc .with-radio input[type="text"] {
  width: 87%;
  display: inline-block;
}

.table_calc .opros_input {
  background-color: rgb(255, 240, 240);
}

.popup-fade {
  display: none;
}
.popup-fade:before {
  content: "";
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 9999;
}
.popup {
  position: fixed;
  top: 20%;
  left: 50%;
  padding: 20px;
  width: 360px;
  margin-left: -200px;
  background: #fff;
  border: 1px solid rgb(200, 200, 200);
  border-radius: 4px;
  z-index: 99999;
  opacity: 1;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.mist_calculator {
  color: red;
  font-weight: 600;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.text_center {
  text-align: center;
}

#table_calc .select_input {
  height: 41px;
}
@media screen and (max-width: 1000px) {
  #table_calc .opros_input {
    padding: 6px 4px;
  }
  #table_calc .select_input {
    height: 31px;
  }
}

.table_benefits_company {
  width: 100%;
  border-collapse: collapse;
}

.table_benefits_company td {
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
  text-align: left;
}

.font_600 {
  font-weight: 600;
}

.benefits_desc {
  word-wrap: normal;
  white-space: normal;
}

.benefits_desc_block {
  max-width: 850px;
  width: 100%;
  white-space: normal;
}
.form_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form_col {
  width: calc(100% - 5px);
  margin-right: 15px;
  white-space: normal;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.row_title {
  background: #e1e1e1;
  padding: 10px 10px;
  margin: 10px 0 0;
  margin-bottom: 5px;
  margin-top: 15px;
}
.form_col:last-child {
  margin-right: 0;
}

.consumer_block__title {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 16px;
  color: white;
  background-color: rgb(0, 0, 0);
  padding-bottom: 10px;
  padding-top: 5px;
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.col80 {
  width: 160px;
  min-width: 160px;
  text-align: center;
}
.col50 {
  width: 100%;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.opros_title {
  font-size: 18px;
}
.title_opros_small {
  margin: 10px 0 0;
  display: flex;
  justify-content: space-between;
  font-weight: bolder;
  font-size: 14px;
  text-decoration: underline;
  font-family: "Roboto";
  margin-bottom: 5px;
}

.remove {
  color: white;
  font-family: "Roboto";
  padding-right: 10px;
}

.opros_sended {
  font-family: "Roboto";
}

.opros_sended_title {
  color: green;
}

.consumer_block__title .title_opros_small {
  text-decoration: none;
}
@media (max-width: 768px) {
  body {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
  }
  .container {
    width: 100% !important;
    margin: 0 !important;
  }
  .form_row .form_col {
    margin-right: 0;
  }

  .form_row .form_col .form_row {
    flex-direction: row;
  }

  .form_row .form_col .form_row .form_col {
    margin-right: 10px;
  }
  .form_row .form_col .form_row .form_col.col80 {
    width: 50%;
    text-align: right;
  }
  .form_row .form_col .form_row .form_col:last-child {
    margin-right: 0;
  }
  .form_row .form_col .form_row .col80 {
    width: 80px;
    min-width: 80px;
    margin-right: 10px;
  }
  .form_row__inner {
    flex-direction: row;
  }
  .form_col input,
  .form_col textarea,
  .form_col select {
    margin: 10px 0 10px;
  }
  .customer .form_col input,
  .customer .form_col textarea,
  .customer .form_col select {
    margin: 0 0 10px;
  }
  .hide-mobile {
    display: none;
  }
  .form_row {
    flex-direction: column;
  }
  .form_col {
    width: 100%;
  }
  .col80 {
    width: 100%;
  }
  .col50 {
    width: 100%;
  }
  .col80 .opros_input {
    width: 100% !important;
  }
  .form_row .form_col .form_row .col80.col5 {
    min-width: 150px;
  }
  .read_about_company_v2 {
    padding: 8px 20px;
  }
}

.table_modelniy_ryad_aseptic_napolnitel {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

.table_modelniy_ryad_aseptic_napolnitel td {
  border: 1px solid rgb(150, 150, 150);
  padding: 5px;
  font-size: 13px;
}

.article__description .article_calculator {
  font-size: 14px;
}

.article__description .article_calculator p {
  font-size: 14px;
  word-break: normal;
  white-space: normal;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.article__description .article_calculator .text_center {
  text-align: center;
}

.article__description .article_calculator .formula {
  font-size: 18px;
}

.form_flex_3_cols {
  display: -webkit-flex;
  display: flex;
}

.fa_times_data {
  padding-top: 19px;
  padding-left: 5px;
  padding-right: 5px;
}

.col-100 {
  padding: 0 15px;
  width: 100%;
}

.col-75 {
  padding: 0 15px;
  width: 75%;
  float: left;
}

.col-60 {
  padding: 0 15px;
  width: 60%;
  float: left;
}

.col-50 {
  padding: 0 15px;
  width: 50%;
  float: left;
}

.col-40 {
  padding: 0 15px;
  width: 40%;
  float: left;
}

.col-37_5 {
  padding: 0 15px;
  width: 37.5%;
  float: left;
}

.col-25 {
  padding: 0 15px;
  width: 25%;
  float: left;
}

.col-20 {
  padding: 0 15px;
  width: 20%;
  float: left;
}

.col-12_5 {
  padding: 0 15px;
  width: 12.5%;
  float: left;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 767px) {
  .col-75,
  .col-60,
  .col-50,
  .col-40,
  .col-37_5,
  .col-25,
  .col-20,
  .col-12_5 {
    width: 100%;
    margin-bottom: 10px;
  }
  .row {
    margin-bottom: 0;
  }
}

.site-search {
  margin: 20px 0;
}

.site-search h1 {
  font-size: 17px;
  margin-bottom: 20px;
}

.site-search .item {
  background-color: #ededed;
  padding: 15px;
  margin-bottom: 20px;
}

.site-search .item h2,
.site-search .item a {
  font-size: 14px;
  line-height: 14px;
}

.site-search .item h2 {
  margin-bottom: 10px;
}

.site-search .item h2 a {
  text-decoration: none;
}

.site-search .item h2 a:hover {
  text-decoration: underline;
}

.site-search .item-more {
  text-decoration: underline;
}

.site-search .item-more:hover {
  text-decoration: none;
}

.site-search .item-content {
  margin-bottom: 10px;
}

.button_get_price {
  background-color: black;
  border: 1px solid black;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  padding: 8px 20px;
  display: inline-block;
  cursor: pointer;
  text-align: center;

  display: inline-block;
  width: auto;
  margin-right: 10px;
  margin-top: 0px;
}

@media screen and (max-width: 800px) {
  .button_get_price {
    width: 100%;
    display: block;
    margin-right: 10px;
    margin-top: 10px;
  }
}

.search-result a {
  color: rgb(250, 120, 0);
}

.container-reference-img {
  margin-top: 15px;
  text-align: left;
}

.reference-img-mail {
  max-width: 300px;
  max-height: 500px;
}

.div_volume_emkost {
  display: none;
}
