/*
 * Подключаемые классы
 */
.owl-carousel .owl-stage {
  display: flex;
  flex-flow: nowrap row;
  align-items: stretch;
}
.owl-carousel .owl-item {
  position: relative;
  display: flex;
  flex-flow: nowrap row;
  align-items: stretch;
}
.owl-carousel .owl-item .item {
  width: 100%;
}
.owl-carousel .owl-dots {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
.owl-carousel .owl-dots button.owl-dot {
  opacity: 0.5;
  margin: 0 0.25rem;
}
.owl-carousel .owl-dots button.owl-dot span {
  display: block;
  width: 30px;
  height: 3px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background: var(--color-black);
}
.owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
}
.layout {
  overflow: hidden;
}
.publications-page__wrapper {
  padding-top: 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.gray_box {
  background: var(--color-gray_box);
}
.color_red {
  color: var(--color-red_100);
}
.w-100 {
  width: 100%;
}
.m_t_0 {
  margin-top: 0 !important;
}
.m_t_1 {
  margin-top: 1rem !important;
}
.m_t_1_5 {
  margin-top: 1.5rem !important;
}
.m_t_2 {
  margin-top: 2rem !important;
}
.m_t_2_5 {
  margin-top: 2.5rem !important;
}
.m_t_3 {
  margin-top: 3rem !important;
}
.m_t_4 {
  margin-top: 4rem !important;
}
.m_t_5 {
  margin-top: 5rem !important;
}
.m_b_0 {
  margin-bottom: 0 !important;
}
.m_b_1 {
  margin-bottom: 1rem !important;
}
.m_b_1_5 {
  margin-bottom: 1.5rem !important;
}
.m_b_2 {
  margin-bottom: 2rem !important;
}
.m_b_2_5 {
  margin-bottom: 2.5rem !important;
}
.m_b_3 {
  margin-bottom: 3rem !important;
}
.m_b_4 {
  margin-bottom: 4rem !important;
}
.m_b_5 {
  margin-bottom: 5rem !important;
}
hr.lpsite_line {
  margin: 0;
  padding: 0;
  border: none;
  height: 0;
  border-bottom: 1px var(--color-border) solid;
  width: 100%;
}
.lpsite_small {
  font-size: 0.8em;
}
.lpsite_header {
  display: flex;
  position: relative;
  height: 650px;
  max-height: 100vh;
  align-items: center;
}
.lpsite_header .lpsite_header_inner {
  position: relative;
  z-index: 2;
  color: #414141;
  max-width: 50%;
}
.lpsite_header .lpsite_header_inner .button {
  border-color: var(--color-red_100);
  background: var(--color-red_100);
  color: #FFF;
}
.lpsite_header .line_1 {
  font-size: 24px;
  padding-bottom: 10px;
}
.lpsite_header .line_3 {
  font-size: 18px;
  padding-top: 20px;
  line-height: 1.5;
}
.lpsite_header .line_2,
.lpsite_header h1 {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  line-height: 1.25;
}
.lpsite_header .btn_box {
  margin-top: 50px;
}
.lpsite_header:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  background: #222 url(../img/main_offer.webp) center center no-repeat;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-size: cover;
}
.lpsite_header:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  background: linear-gradient(to right, #e4d9cf 0%, #e4d9cf 30%, rgba(228, 217, 207, 0) 80%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-size: cover;
}
.lpsite_section {
  margin-top: 80px;
}
.lpsite_section.lpsite_section_double {
  padding-bottom: 80px;
}
.lpsite_section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}
.lpsite_section .h2_desc {
  font-size: 20px;
  text-align: center;
}
.lpsite_section .h2_box {
  margin-bottom: 50px;
}
.lpsite_section .h2_box h2 {
  margin-bottom: 20px;
}
.lpsite_section_fire_items .btn_box {
  text-align: center;
  margin-bottom: 30px;
}
.lpsite_section_advantages .lpsite_icons {
  margin-top: 80px;
}
.lpsite_section_advantages .lpsite_icons .item {
  text-align: center;
}
.lpsite_section_advantages .lpsite_icons .item .icon {
  text-align: center;
}
.lpsite_section_advantages .lpsite_icons .item .icon img {
  width: auto;
  height: 75px;
}
.lpsite_section_advantages .lpsite_icons .item .name {
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0;
}
.lpsite_section_advantages .lpsite_icons .item .desc {
  font-size: 14px;
  line-height: 1.5;
}
.lpsite_section_advantages .lpsite_items .item {
  position: relative;
  height: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px var(--color-red_100) solid;
}
.lpsite_section_advantages .lpsite_items .item .name {
  text-align: center;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  height: 50px;
  background: var(--color-red_100);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  justify-content: center;
}
.lpsite_section_advantages .lpsite_items .item .desc {
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
}
.lpsite_section_advantages .lpsite_items .item .desc ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.lpsite_section_advantages .lpsite_items .item .desc ul li {
  display: block;
  position: relative;
  margin: 0 0 16px;
  padding-left: 30px;
}
.lpsite_section_advantages .lpsite_items .item .desc ul li:last-child {
  margin: 0;
}
.lpsite_section_advantages .lpsite_items .item .desc ul li:before {
  width: 15px;
  height: 1px;
  background: #424242;
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.lpsite_section_tech .scheme_1 {
  margin-top: 50px;
}
.tech_table {
  overflow: hidden;
  border: 1px solid #CED1D3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}
.tech_table:before {
  width: 1px;
  height: 100%;
  content: '';
  background: #CED1D3;
  position: absolute;
  top: 0;
  left: 50%;
}
.tech_table .row {
  border-bottom: 1px solid #CED1D3;
}
.tech_table .row div[class*="col-"] {
  padding: 20px;
}
.tech_table .row:last-child {
  border: none;
}
.tech_table .tech_table_th .row {
  background: rgba(217, 217, 217, 0.1);
  border-bottom: 1px solid #CED1D3;
  font-weight: 600;
}
.lpsite_section_objects .objects_list {
  margin: 0 0 50px;
}
.lpsite_section_objects .objects_list .row {
  justify-content: center;
}
.lpsite_section_objects .objects_list .item .img img {
  width: 100%;
  display: block;
  height: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.lpsite_section_objects .objects_list .item .name {
  margin: 15px 0 10px;
  font-weight: 600;
}
.lpsite_section_steps .row .col-12 {
  position: relative;
  height: 100%;
  margin-bottom: 30px;
}
.lpsite_section_steps .item {
  position: relative;
  height: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 50px;
  border: 1px #ccc solid;
}
.lpsite_section_steps .item .name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin: 30px 0 15px;
}
.lpsite_section_steps .item .img_box {
  display: flex;
  flex-flow: nowrap row;
  gap: 50px;
  align-items: center;
}
.lpsite_section_steps .item .img_box .img img {
  width: auto;
  height: 90px;
}
.lpsite_section_steps .item .img_box .arrows {
  width: 100%;
}
.lpsite_section_steps .item .img_box .arrows img {
  width: 100%;
  height: auto;
}
.lpsite_section_footer h2,
.lpsite_section_footer .h2_desc {
  text-align: left;
}
.lpsite_section_footer .s_footer_img img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .lpsite_header {
    height: 420px;
  }
  .lpsite_header .line_2,
  .lpsite_header h1 {
    font-size: 30px;
  }
  .lpsite_header .line_2 br,
  .lpsite_header h1 br {
    display: none;
  }
  .lpsite_header .lpsite_header_inner {
    max-width: 67%;
  }
  .lpsite_header:after {
    background: linear-gradient(to right, #e4d9cf 0%, #e4d9cf 50%, rgba(228, 217, 207, 0) 100%);
  }
  .lpsite_section_steps .steps_list .item .desc br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .lpsite_section {
    margin-top: 60px;
  }
  .lpsite_section.lpsite_section_double {
    padding-bottom: 60px;
  }
  .lpsite_section h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .lpsite_header {
    height: calc(100vh - 50px);
    padding: 75px 0 0;
    align-items: self-start;
    text-align: center;
  }
  .lpsite_header:before {
    background-image: url(../img/main_offer_mobile_2.webp);
    background-position: bottom center;
  }
  .lpsite_header:after {
    background: linear-gradient(to bottom, #e4d9cf 0%, #e4d9cf 0%, rgba(228, 217, 207, 0) 70%);
  }
  .lpsite_header .lpsite_header_inner {
    max-width: none;
  }
  .lpsite_header .line_1 {
    font-size: 18px;
  }
  .lpsite_header .line_3 {
    font-size: 14px;
  }
  .lpsite_header .line_2,
  .lpsite_header h1 {
    font-size: 22px;
  }
  .lpsite_header .line_2 br,
  .lpsite_header h1 br {
    display: none;
  }
  .lpsite_header .btn_box {
    margin-top: 30px;
  }
  .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .row div[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .lpsite_section {
    margin-top: 50px;
  }
  .lpsite_section.lpsite_section_double {
    padding-bottom: 30px;
  }
  .lpsite_section_advantages .lpsite_items .col-12 {
    margin-bottom: 15px;
  }
  .lpsite_section_advantages .lpsite_icons {
    margin-top: 50px;
    padding-bottom: 35px;
  }
  .lpsite_section_advantages .lpsite_icons .col-12 {
    margin-bottom: 15px;
  }
  .lpsite_section_steps .item {
    padding: 30px;
  }
  .lpsite_section_steps .item .img_box .img img {
    width: auto;
    height: 50px;
  }
  .lpsite_section_steps .item .desc {
    font-size: 15px;
  }
  .lpsite_section_footer {
    margin-top: 0;
  }
}
@media screen and (max-width: 565px) {
  .lpsite_section h2 {
    font-size: 17px;
  }
  .lpsite_section h2 {
    font-size: 17px;
    padding: 0 50px;
    text-align: center;
  }
  .lpsite_section .h2_desc {
    font-size: 14px;
  }
  .lpsite_section_objects .objects_list .item {
    padding-bottom: 30px;
    text-align: center;
  }
  .lpsite_section_objects .objects_list .item .img img {
    width: 60%;
    margin: 0 auto;
  }
  .lpsite_section_objects .objects_list .item .name {
    font-size: 20px;
  }
  .lpsite_section_steps .h2_box {
    margin-bottom: 30px;
  }
  .lpsite_section_steps .item .img_box .arrows {
    opacity: 0;
  }
  .lpsite_section_steps .steps_list .col-step-1 {
    order: 1;
  }
  .lpsite_section_steps .steps_list .col-step-2 {
    order: 2;
  }
  .lpsite_section_steps .steps_list .col-step-3 {
    order: 3;
  }
  .lpsite_section_steps .steps_list .col-step-4 {
    order: 4;
  }
  .lpsite_section_footer {
    text-align: center;
  }
  .lpsite_section_footer h2 {
    text-align: center;
    padding: 0;
  }
  .lpsite_section_footer .h2_desc {
    text-align: center;
  }
  .lpsite_section_footer .col-text {
    order: 2;
  }
  .lpsite_section_footer .col-pic {
    order: 1;
  }
  .s_footer_img {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=style_custom.css.map */