

/* Start:/local/templates/mobi/components/bitrix/news.detail/home/style.css?175947926035622*/
.mainpage_slider {
  height: 34.33vw;
  max-height: 640px;
  min-height: 320px;
  overflow: hidden;
}
.mainpage_slider .background_slider_wrap {
  position: absolute;
  width: 100%;
  max-height: 640px;
  overflow: hidden;
}
.mainpage_slider .background_slider_wrap .background_slider .background_slide {
  height: 34.33vw;
  max-height: 640px;
  min-height: 320px;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
}
.mainpage_slider .slider {
  position: relative;
  z-index: 1;
  height: 34.33vw;
  max-height: 640px;
  min-height: 320px;
}
.mainpage_slider .slider .slick-arrow {
  position: absolute;
  border: none;
  height: 56px;
  width: 40px;
  top: 50%;
  margin-top: -28px;
  z-index: 1;
}
.mainpage_slider .slider .slick-arrow.slick-prev {
  background: url(/local/templates/mobi/components/bitrix/news.detail/home/images/slider-arrow--right.png) no-repeat center #404247;
  border-radius: 0 3px 3px 0;
}
.mainpage_slider .slider .slick-arrow.slick-prev:hover {
  background: url(/local/templates/mobi/components/bitrix/news.detail/home/images/slider-arrow--right-h.png) no-repeat center #ffe804;
}
.mainpage_slider .slider .slick-arrow.slick-next {
  background: url(/local/templates/mobi/components/bitrix/news.detail/home/images/slider-arrow--left.png) no-repeat center #404247;
  border-radius: 3px 0 0 3px;
  right: 0;
}
.mainpage_slider .slider .slick-arrow.slick-next:hover {
  background: url(/local/templates/mobi/components/bitrix/news.detail/home/images/slider-arrow--left-h.png) no-repeat center #ffe804;
}
.mainpage_slider .slider .slick-dots {
  position: absolute;
  bottom: 30px;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  width: 100%;
}
.mainpage_slider .slider .slick-dots li {
  padding: 0;
  border: transparent 2px solid;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  cursor: pointer;
}
.mainpage_slider .slider .slick-dots li.slick-active {
  border: #ffe804 2px solid;
}
.mainpage_slider .slider .slick-dots li.slick-active button {
  border: 1px solid #ffe804;
  background: #ffe804;
}
.mainpage_slider .slider .slick-dots li button {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  height: 8px;
  width: 8px;
  text-indent: -9999px;
  padding: 0;
  cursor: pointer;
}
.mainpage_slider .slider .slide {
  height: 34.33vw;
  max-height: 640px;
  min-height: 320px;
}
.mainpage_slider .slider .slide .gray-background {
  background: rgba(51, 51, 51, 0.6);
  height: 34.33vw;
  max-height: 640px;
  min-height: 320px;
}
.mainpage_slider .slider .slide .gray-background .description_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34.33vw;
  max-height: 640px;
  min-height: 320px;
}
.mainpage_slider .slider .slide .gray-background .description_wrap .description {
  max-width: 58.8888%;
  flex: 0 0 58.8888%;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
}
@media (max-width: 1319px) {
  .mainpage_slider .slider .slide .gray-background .description_wrap .description {
    max-width: 90%;
    flex: 0 0 90%;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 480px) {
  .mainpage_slider .slider .slide .gray-background .description_wrap .description {
    font-size: 18px;
    line-height: 22px;
  }
}
.mainpage_slider .slider .slide .gray-background .description_wrap .description:after {
  content: "";
  margin: 32px auto;
  width: 72px;
  border-top: solid 4px #ffe804;
  display: block;
}
@media (max-width: 991px) {
  .mainpage_slider .slider .slide .gray-background .description_wrap .description:after {
    display: none;
  }
}

.mainpage_catalog_wrap {
  padding: 64px 15px 45px;
}
.mainpage_catalog_wrap .caption {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.mainpage_catalog_wrap .mainpage_catalog {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .mainpage_catalog_wrap .mainpage_catalog {
    flex-wrap: wrap;
  }
}
.mainpage_catalog_wrap .mainpage_catalog .catalog_section {
  flex: 0 0 13%;
  max-width: 13%;
  padding: 20px 0;
  border: 1px transparent solid;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
  transition: all 0.2s linear 0s;
}
@media (max-width: 991px) {
  .mainpage_catalog_wrap .mainpage_catalog .catalog_section {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 480px) {
  .mainpage_catalog_wrap .mainpage_catalog .catalog_section {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.mainpage_catalog_wrap .mainpage_catalog .catalog_section:hover {
  border: 1px solid #d9dbdc;
  border-bottom: 4px solid #ffe804;
}
.mainpage_catalog_wrap .mainpage_catalog .catalog_section a {
  display: block;
}
.mainpage_catalog_wrap .mainpage_catalog .catalog_section a .catalog_section_image {
  text-align: center;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.mainpage_catalog_wrap .mainpage_catalog .catalog_section a .catalog_section_image img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.mainpage_catalog_wrap .mainpage_catalog .catalog_section a .catalog_item_name {
  display: block;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
}
@media (max-width: 1219px) {
  .mainpage_catalog_wrap .mainpage_catalog .catalog_section a .catalog_item_name {
    font-size: 16px;
  }
}

.why_we {
  background: #f2f4f5;
  padding: 74px 0 96px;
}
@media (max-width: 767px) {
  .why_we {
    padding: 40px 0;
  }
}
.why_we .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .why_we .container {
    flex-wrap: wrap;
  }
}
.why_we .container .column {
  flex: 0 0 41.46667%;
  max-width: 41.46667%;
  padding-right: 10.45%;
}
@media (max-width: 991px) {
  .why_we .container .column {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.why_we .container .column.column-second {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 29px;
  flex: 0 0 58.13333%;
  max-width: 58.13333%;
  padding-right: 0;
}
@media (max-width: 991px) {
  .why_we .container .column.column-second {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.why_we .container .column .caption {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 45px;
}
@media (max-width: 510px) {
  .why_we .container .column .caption {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.why_we .container .column .first-text {
  font-size: 16px;
  line-height: 24px;
  color: #4d4b3b;
  max-width: 355px;
}
@media (max-width: 991px) {
  .why_we .container .column .first-text {
    max-width: 100%;
  }
}
.why_we .container .column .advantage_item {
  padding-right: 30px;
  margin-bottom: 8px;
  width: 50%;
}
@media (max-width: 510px) {
  .why_we .container .column .advantage_item {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
  }
  .why_we .container .column .advantage_item:nth-child(2), .why_we .container .column .advantage_item:nth-child(4) {
    order: 2;
  }
}
.why_we .container .column .advantage_item .number {
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 6px;
}
@media (max-width: 510px) {
  .why_we .container .column .advantage_item .number {
    font-size: 16px;
  }
}
.why_we .container .column .advantage_item .number:after {
  content: "";
  display: block;
  border-top: solid 3px #ffe804;
  padding-top: 2px;
  width: 24px;
}
.why_we .container .column .advantage_item .text {
  font-size: 16px;
  color: #4d4b3b;
  line-height: 24px;
}

.digit_advantages {
  padding-top: 74px;
  padding-bottom: 96px;
}
@media (max-width: 767px) {
  .digit_advantages {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.digit_advantages .caption {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 50px;
}
.digit_advantages .digit_advantages_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .digit_advantages .digit_advantages_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.digit_advantages .digit_advantages_wrap .digit_advantage {
  flex: 0 0 16.46667%;
  max-width: 16.46667%;
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 991px) {
  .digit_advantages .digit_advantages_wrap .digit_advantage {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .digit_advantages .digit_advantages_wrap .digit_advantage {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}
.digit_advantages .digit_advantages_wrap .digit_advantage .text_1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .digit_advantages .digit_advantages_wrap .digit_advantage .text_1 {
    margin-bottom: 15px;
  }
}
.digit_advantages .digit_advantages_wrap .digit_advantage .number {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 25px;
}
.digit_advantages .digit_advantages_wrap .digit_advantage .number:after {
  content: "";
  display: block;
  margin: 12px auto 16px;
  border-bottom: 4px solid #ffe804;
  width: 32px;
}
.digit_advantages .digit_advantages_wrap .digit_advantage .text_2 {
  font-size: 16px;
  color: #4d4b3b;
  min-height: 72px;
}

.certificates {
  background-color: #f2f4f5;
  padding: 74px 15px 15px;
}
@media (max-width: 767px) {
  .certificates {
    flex-wrap: wrap;
    padding: 40px 0 15px;
  }
}
.certificates .caption {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .certificates .caption {
    font-size: 19px;
    margin: 0 40px 50px;
  }
}
.certificates .caption a {
  position: absolute;
  font-size: 16px;
  font-weight: normal;
  margin-left: 30px;
  line-height: 32px;
  padding-top: 2px;
}
@media (max-width: 480px) {
  .certificates .caption a {
    margin-left: 0;
    right: 0;
    top: 0;
  }
}
.certificates .caption a:before {
  display: inline-block;
  content: "";
  background: url("/local/templates/mobi/components/bitrix/news.detail/home/images/sertificates.png") no-repeat;
  height: 33px;
  width: 33px;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -5px;
}
@media (max-width: 480px) {
  .certificates .caption a:before {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .certificates .caption a span {
    display: none;
  }
}

.certificates .certificates-wrap .certificates-wrap-bar {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .certificates .certificates-wrap .certificates-wrap-bar {
    margin-bottom: 20px;
  }
}
.certificates .certificates-wrap .certificate {
  padding: 0 30px;
  flex: 1 0 230px;
  text-align: center;
}
.certificates .certificates-wrap .certificate:hover img {
  box-shadow: 0 0 50px -20px black;
}
.certificates .certificates-wrap .certificate img {
  transition: all 0.2s ease-in-out 0s;
}
.certificates .certificates-wrap .certificates-swiper-scrollbar {
  border-radius: 10px;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 1%;
  bottom: 5px;
  z-index: 50;
  height: 1px;
  width: 98%;
}
.certificates .certificates-wrap .certificates-swiper-scrollbar .swiper-scrollbar-drag {
  height: 11px;
  width: 100%;
  position: relative;
  background-color: #404247;
  border-radius: 10px;
  left: 0;
  top: -5px;
}

.news_actions {
  display: flex;
  justify-content: space-between;
  padding-top: 74px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .news_actions {
    display: block;
  }
}
.news_actions .news {
  max-width: 48%;
  flex: 0 0 48%;
}
@media (max-width: 991px) {
  .news_actions .news {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
.news_actions .news .caption {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
.news_actions .news .caption a {
  font-weight: normal;
  margin-left: 30px;
  line-height: 32px;
  padding-top: 2px;
  font-size: 16px;
}
.news_actions .news .caption a:before {
  display: inline-block;
  content: "";
  background: url(/images/news.svg) no-repeat;
  height: 33px;
  width: 33px;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -5px;
  transition: background-color 0.2s ease-in-out 0s;
  border-radius: 50%;
}
.news_actions .news .caption a:hover:before {
  background-color: #ffe804;
}
.news_actions .actions {
  max-width: 48%;
  flex: 0 0 48%;
}
@media (max-width: 991px) {
  .news_actions .actions {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.news_actions .actions .caption {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
.news_actions .actions .caption a {
  font-weight: normal;
  margin-left: 30px;
  line-height: 32px;
  padding-top: 2px;
  font-size: 16px;
}
.news_actions .actions .caption a:before {
  display: inline-block;
  content: "";
  background: url(/images/special.svg) no-repeat;
  height: 33px;
  width: 33px;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -5px;
  transition: background-color 0.2s ease-in-out 0s;
  border-radius: 50%;
}
.news_actions .actions .caption a:hover:before {
  background-color: #ffe804;
}
.news_actions .actions .caption a span {
  font-size: 16px;
}

.partners {
  background-color: #f2f4f5;
  padding: 74px 0;
  position: relative;
}
@media (max-width: 600px) {
  .partners {
    padding: 40px 0;
  }
}
.partners .caption {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.partners .partners_list .partner {
  width: auto;
  padding: 0 30px;
}
.partners .partners_list .partner .img {
  display: inline-block;
}
.partners .partners_list .partner .img img {
  filter: grayscale(100%);
  transition: all 0.3s;
}
.partners .partners_list .partner .img img:hover {
  filter: none;
}
.partners .partners-swiper-scrollbar {
  border-radius: 10px;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 1%;
  margin-top: 20px;
  z-index: 50;
  height: 1px;
  width: 98%;
}
.partners .partners-swiper-scrollbar .swiper-scrollbar-drag {
  height: 11px;
  width: 100%;
  position: relative;
  background-color: #404247;
  border-radius: 10px;
  left: 0;
  top: -5px;
}

.main_map {
  background: url("/local/templates/mobi/components/bitrix/news.detail/home/images/main_map_bg.png") no-repeat;
  background-size: cover;
  text-align: center;
  padding: 120px 0;
}
@media (max-width: 600px) {
  .main_map {
    padding: 40px 0;
  }
}
.main_map .img {
  margin-bottom: 40px;
}
.main_map .text_1 {
  font-size: 24px;
  font-weight: bold;
  width: 42%;
  margin: 0 auto 40px;
}
@media (max-width: 991px) {
  .main_map .text_1 {
    width: 100%;
  }
}
.main_map .text_2 {
  font-size: 16px;
  color: #4d4b3b;
  width: 42%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .main_map .text_2 {
    width: 100%;
  }
}

.mainpage_text {
  display: flex;
  justify-content: space-between;
  padding: 96px 0;
}
@media (max-width: 767px) {
  .mainpage_text {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.mainpage_text .pagetitle {
  flex: 1 0 25%;
  max-width: 25%;
}
@media (max-width: 991px) {
  .mainpage_text .pagetitle {
    flex: 1 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .mainpage_text .pagetitle {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.mainpage_text .pagetitle h1 {
  font-size: 28px;
  font-weight: 500;
}
.mainpage_text .pagetitle hr.yellow {
  margin: 0;
  height: 3px;
  border: none;
  background: #ffe804;
  max-width: 32px;
}
.mainpage_text .mainpage_text_wrap {
  flex: 1 1 74%;
  max-width: 74%;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .mainpage_text .mainpage_text_wrap {
    flex: 1 0 62%;
    max-width: 62%;
  }
}
@media (max-width: 767px) {
  .mainpage_text .mainpage_text_wrap {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.mainpage_text .mainpage_text_wrap .mainpage_text_content {
  font-size: 16px;
  line-height: 24px;
  height: 90px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.mainpage_text .mainpage_text_wrap .mainpage_text_content.open {
  height: auto;
}
.mainpage_text .mainpage_text_wrap .mainpage_text_content.open:after {
  display: none;
}
.mainpage_text .mainpage_text_wrap .mainpage_text_content:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #ffffff 100%);
  opacity: 1;
  transition: all 0.3s;
}
.mainpage_text .mainpage_text_wrap .mainpage_text_content .youtube-video {
  width: 560px;
  height: 315px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mainpage_text .mainpage_text_wrap .mainpage_text_content .youtube-video {
    max-width: 100%;
    height: auto;
    padding: 56.25% 0 0;
    background-size: contain;
  }
}
.mainpage_text .mainpage_text_wrap .mainpage_text_content .youtube-video:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMCUiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDY4IDQ4IiB3aWR0aD0iMTAwJSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGFzcz0ieXRwLWxhcmdlLXBsYXktYnV0dG9uLWJnIiBkPSJNNjYuNTIsNy43NGMtMC43OC0yLjkzLTIuNDktNS40MS01LjQyLTYuMTlDNTUuNzksLjEzLDM0LDAsMzQsMFMxMi4yMSwuMTMsNi45LDEuNTUgQzMuOTcsMi4zMywyLjI3LDQuODEsMS40OCw3Ljc0QzAuMDYsMTMuMDUsMCwyNCwwLDI0czAuMDYsMTAuOTUsMS40OCwxNi4yNmMwLjc4LDIuOTMsMi40OSw1LjQxLDUuNDIsNi4xOSBDMTIuMjEsNDcuODcsMzQsNDgsMzQsNDhzMjEuNzktMC4xMywyNy4xLTEuNTVjMi45My0wLjc4LDQuNjQtMy4yNiw1LjQyLTYuMTlDNjcuOTQsMzQuOTUsNjgsMjQsNjgsMjRTNjcuOTQsMTMuMDUsNjYuNTIsNy43NHoiIGZpbGw9IiMyMTIxMjEiIGZpbGwtb3BhY2l0eT0iMC44Ij48L3BhdGg+PHBhdGggZD0iTSA0NSwyNCAyNywxNCAyNywzNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==") no-repeat center;
  background-size: contain;
}
.mainpage_text .mainpage_text_wrap .mainpage_text_content .youtube-video:hover:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMCUiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDY4IDQ4IiB3aWR0aD0iMTAwJSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGFzcz0ieXRwLWxhcmdlLXBsYXktYnV0dG9uLWJnIiBkPSJNNjYuNTIsNy43NGMtMC43OC0yLjkzLTIuNDktNS40MS01LjQyLTYuMTlDNTUuNzksLjEzLDM0LDAsMzQsMFMxMi4yMSwuMTMsNi45LDEuNTUgQzMuOTcsMi4zMywyLjI3LDQuODEsMS40OCw3Ljc0QzAuMDYsMTMuMDUsMCwyNCwwLDI0czAuMDYsMTAuOTUsMS40OCwxNi4yNmMwLjc4LDIuOTMsMi40OSw1LjQxLDUuNDIsNi4xOSBDMTIuMjEsNDcuODcsMzQsNDgsMzQsNDhzMjEuNzktMC4xMywyNy4xLTEuNTVjMi45My0wLjc4LDQuNjQtMy4yNiw1LjQyLTYuMTlDNjcuOTQsMzQuOTUsNjgsMjQsNjgsMjRTNjcuOTQsMTMuMDUsNjYuNTIsNy43NHoiIGZpbGw9IiNmMDAiPjwvcGF0aD48cGF0aCBkPSJNIDQ1LDI0IDI3LDE0IDI3LDM0IiBmaWxsPSIjZmZmIj48L3BhdGg+PC9zdmc+");
}
.mainpage_text .mainpage_text_wrap .height_toggle {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}
.mainpage_text .mainpage_text_wrap .height_toggle:before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: url(/local/templates/mobi/components/bitrix/news.detail/home/images/height_toggle_arrow.png) no-repeat left top;
  margin-right: 15px;
}
.mainpage_text .mainpage_text_wrap .height_toggle:hover:before {
  background-position: right top;
}
.mainpage_text .mainpage_text_wrap .height_toggle.open:before {
  background-position: left bottom;
}
.mainpage_text .mainpage_text_wrap .height_toggle.open:hover:before {
  background-position: right bottom;
}

.mainpage_slider .background_slide {
  width: 100%;
  background: no-repeat center;
  background-size: cover; 
}

.mainpage_catalog_wrap {
  padding: 40px 15px 65px;
}

.mainpage_catalog_wrap .main_title {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .mainpage_catalog_wrap {
    padding: 60px 15px 75px;
  }

  .mainpage_catalog_wrap .main_title {
    margin-bottom: 35px;
  }
}

.why_us {
  display: grid;
  grid-template-columns: 1fr;
}

.why_us_facts_column {
  background: 
  url('/images/why_us_bg.jpg')
  center / cover
  no-repeat;
}

.why_us_column {
  max-width: 100%;
  height: 100%;
  padding: 0 15px;
}

.why_us_column_container {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}

.why_us_wrap {
  height: 100%;
  padding: 60px 0;
}

.why_us_facts {
  color: #fff;
}

.why_us_facts,
.why_us_adv {
  height: 100%;
}

.why_us_text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 55px;
}

.why_us_adv_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.why_us_adv_item {
  width: 100%;
  max-width: 100%;
  display: flex;
}

.why_us_adv_item_number {
  font-size: 30px;
  line-height: 32px;
  margin-right: 20px;
  font-weight: 600;
}

.why_us_adv_item_number:after {
  content: "";
  display: block;
  border-top: solid 4px #ffe804;
  border-radius: 2px;
  padding-top: 2px;
  width: 100%;
}

.why_us_adv_item_text {
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02px;
}

.why_us_facts_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}

.why_us_facts_item {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 100%;
  max-width: 100%;
  padding: 14px 12px;
  border: 1px solid #9d9d9f;
  min-height: 60px;
}

.why_us_facts_item_number {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-right: 20px;
  position: relative;
  padding-left: 18px;
}

.why_us_facts_item_number:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  width: 11px;
  height: 18px;
  transform: translateY(-50%);
  background: 
  url('/images/why_us_symbol.png')
  center / 100%
  no-repeat;
}

.why_us_facts_item_number_rev:before {
  background: 
  url('/images/why_us_symbol_rev.png')
  center / 100%
  no-repeat;
}

.why_us_facts_item_text {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .why_us {
    grid-template-columns: 1fr;
  }

  .why_us .main_title {
    text-align: center;
  }

  .why_us .main_title:after {
    margin: 5px auto 0;
  }

  .why_us_text {
    height: auto!important;
  }
}

@media (min-width: 576px) {
  .why_us_column_container {
    width: 510px;
  }

  .why_us_facts_item {
    min-width: 44%;
  }
}

@media (min-width: 768px) {
  .why_us_column_container {
    width: 690px;
  }

  /* .why_us_adv_list {
    grid-template-columns: 48% 52%;
  } */

  .why_us_adv_list {
    grid-template-columns: 1fr 1fr;
  }

  .why_us_facts_item {
    min-width: 31%;
  }
}

@media (min-width: 992px) {
  .why_us {
    grid-template-columns: 1fr 1fr;
  }

  .why_us_column {
    padding: 0;
  }

  .why_us_facts_wrap {
    padding-right: 20px;
  }

  .why_us_adv_wrap {
    padding-left: 20px;
  }

  .why_us_column_container {
    width: 465px;
  }

  .why_us_facts_column .why_us_column_container {
    margin: 0 0 0 auto;
  }

  .why_us_adv_column .why_us_column_container {
    margin: 0 auto 0 0;
  }

  .why_us_facts,
  .why_us_adv {
    display: flex;
    flex-direction: column;
  }

  .why_us_facts_item {
    padding: 14px 8px;
  }

  .why_us_facts_item_number {
    margin-right: 13px;
  }

  /* .why_us_text {
    flex: 1;
  } */

  .why_us_adv_list {    
    grid-template-columns: 1fr;
  }

  .why_us_adv_item_number {
    margin-right: 12px;
  }

  .why_us_facts_item {
    min-width: 44%;
  }
}

@media (min-width: 1220px) {
  .why_us_column_container {
    width: 565px;
  }

  .why_us_facts_wrap {
    padding-right: 28px;
  }

  .why_us_facts_list {
    gap: 15px;
  }

  .why_us_facts_item {
    min-width: 30%;
    flex-direction: column;
    align-items: start;
    padding: 14px 9px;
    min-height: 100px;
  }

  .why_us_facts_item_number {
    margin-bottom: 15px;
  }

  .why_us_adv_wrap {
    padding-left: 28px;
  }

  .why_us_adv_list {
    row-gap: 30px;
    column-gap: 20px;
  }
}

@media (min-width: 1320px) {
  .why_us_column_container {
    width: 605px;
  }

  .why_us_text {
    flex: 1;
  }

  .why_us_facts_item {
    min-width: 31%;
    flex-direction: row;
    align-items: center;
    min-height: 90px;
  }

  .why_us_facts_item_number {
    margin-bottom: 0;
  }

  .why_us_adv_list {    
    row-gap: 40px;
    grid-template-columns: calc(48% - 10px) calc(52% - 10px);
    margin-top: 21px;
  }
}

.main_certificates {
  background-color: #f2f3f8;
  padding: 60px 0;
}

.main_certificates .more_link:before {
  content: "";
  background: url("/local/templates/mobi/components/bitrix/news.detail/home/images/sertificates.png") no-repeat;
  height: 33px;
  width: 33px;
  vertical-align: middle;
  margin-top: -5px;
  transition: background-color 0.2s ease-in-out 0s;
  border-radius: 50%;
  display: none;
}

.main_certificates_list {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 20px;
  padding: 15px;
  margin: -15px;
}

.main_certificates_item {
  flex: 0 0 auto;
  max-width: 100%;
  width: 100%;
  text-align: center;
}

.main_certificates_item img {
  border-radius: 4px;
  border: 1px solid #cbcbcb;
  object-fit: cover;
  min-height: 222px;
  max-height: 240px;
  transition: all 0.2s ease-in-out 0s;
}

.main_certificates_item:hover img {
  box-shadow: 0 0 30px -20px black;
}

@media (max-width: 575px) {
  .main_certificates .main_title {
    padding: 0 40px;
  }

  .main_certificates .more_link:before {
    display: inline-block;
  }
}

@media (min-width: 380px) {
  .main_certificates_item {
    width: calc((100% - 20px) / 2);
  }
}

@media (min-width: 576px) {
  .main_certificates_list {
    padding: 20px;
    margin: -20px;
  }

  .main_certificates_item {
    width: calc((100% - 40px) / 3);
  }
}

@media (min-width: 768px) {
  .main_certificates_item img {
    min-height: 240px;
  }
}

@media (min-width: 992px) {
  .main_certificates {
    padding: 60px 0 80px;
  }

  .main_certificates_item {
    width: calc((100% - 80px) / 5);
  }
}

@media (min-width: 1220px) {
  .main_certificates {
    padding: 70px 0;
  }

  .main_certificates_list {
    gap: 25px;
    padding: 25px;
    margin: -25px;
  }

  .main_certificates_item {
    width: calc((100% - 100px) / 5);
  }

  .main_certificates_item img {
    min-height: 285px;
  }

  .main_certificates_item:hover img {
    box-shadow: 0 0 35px -20px black;
  }
}

@media (min-width: 1320px) {
  .main_certificates {
    padding: 60px 0 80px;
  }

  .main_certificates_list {
    gap: 40px;
    padding: 40px;
    margin: -40px;
  }

  .main_certificates_item {
    width: calc((100% - 160px) / 5);
  }

  .main_certificates_item img {
    min-height: 296px;
  }

  .main_certificates_item:hover img {
    box-shadow: 0 0 50px -20px black;
  }
}

.main_partners {
  background-color: #f2f3f8;
  padding: 45px 0 80px; 
}

.partners_slider_container {
  position: relative;
  padding: 0 15px;
}

.main_partners_list {
  padding: 0 15px;
}

.main_partners_list .slick-list {
  margin: 0 0 0 -25px;
}

.main_partners_list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.main_partners_list .slick-slide {
  margin: 0 0 0 25px;
}

.partners_slider_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 0;
  width: 15px;
  height: 27px;
  border: none;
  outline: none;
  cursor: pointer;
}

.partners_slider_prev {
  left: 0;
  background: url('/local/templates/mobi/components/bitrix/news.detail/home/images/partners_slider_prev.png') 0
  0 / 100% no-repeat;
}

.partners_slider_next {
  right: 0;
  background: url('/local/templates/mobi/components/bitrix/news.detail/home/images/partners_slider_next.png') 0 0 / 100% no-repeat;
}

.main_partner_img {
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  background-color: #fff;
}

.main_partner_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(100%);
  transition: all 0.3s;
}

.main_partner_img:hover img {
  filter: none;
}

@media (min-width: 1220px) {
  .main_partners {
    padding-bottom: 95px; 
  }
}

.main_geography {
  padding: 100px 0;
  z-index: 1;
  position: relative;
  background: 
  url('/images/geography_bg.jpg')
  top center / cover
  no-repeat;
  color: #fff;
}

.main_geography:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(10, 10, 10, 0.4);
}

.main_geography_title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.main_geography_text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

@media (min-width: 576px) {

}

@media (min-width: 992px) {
  .main_geography {
    padding: 120px 0;
  }

  .main_geography_title {
    font-size: 36px;
  }

  .main_geography_text {
    max-width: 80%;
  }
}

@media (min-width: 1220px) {
  .main_geography_title {
    font-size: 40px;
    line-height: 50px;
  }

  .main_geography_text {
    max-width: 65%;
  }
}

@media (min-width: 1320px) {
  .main_geography_text {
    max-width: 60%;
  }
}

.main_text {
  padding: 50px 0 60px;
}

.main_text_title {
  margin-bottom: 30px;
}

.main_text_title > h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.main_text_content {
  height: 340px;
  overflow: hidden;
  position: relative;
}

.main_text_content:not(.show):after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, transparent 95%, #fff 100%);
  opacity: 1;
  transition: all 0.3s;
}

.main_text_content.show {
  height: auto;
}

.main_text_toggle {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
}

.main_text_toggle > span {
  border-bottom: 1px dashed;
  transition: border-color .2s ease-in-out;
}

.main_text_toggle:hover > span {
  border-color: transparent;
}

.main_text .youtube-video {
  width: 560px;
  height: 315px;
  display: inline-block;
  position: relative;
  cursor: pointer; 
}

.main_text .youtube-video:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMCUiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDY4IDQ4IiB3aWR0aD0iMTAwJSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGFzcz0ieXRwLWxhcmdlLXBsYXktYnV0dG9uLWJnIiBkPSJNNjYuNTIsNy43NGMtMC43OC0yLjkzLTIuNDktNS40MS01LjQyLTYuMTlDNTUuNzksLjEzLDM0LDAsMzQsMFMxMi4yMSwuMTMsNi45LDEuNTUgQzMuOTcsMi4zMywyLjI3LDQuODEsMS40OCw3Ljc0QzAuMDYsMTMuMDUsMCwyNCwwLDI0czAuMDYsMTAuOTUsMS40OCwxNi4yNmMwLjc4LDIuOTMsMi40OSw1LjQxLDUuNDIsNi4xOSBDMTIuMjEsNDcuODcsMzQsNDgsMzQsNDhzMjEuNzktMC4xMywyNy4xLTEuNTVjMi45My0wLjc4LDQuNjQtMy4yNiw1LjQyLTYuMTlDNjcuOTQsMzQuOTUsNjgsMjQsNjgsMjRTNjcuOTQsMTMuMDUsNjYuNTIsNy43NHoiIGZpbGw9IiMyMTIxMjEiIGZpbGwtb3BhY2l0eT0iMC44Ij48L3BhdGg+PHBhdGggZD0iTSA0NSwyNCAyNywxNCAyNywzNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==") no-repeat center;
  background-size: contain; 
}

.main_text .youtube-video:hover:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMCUiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDY4IDQ4IiB3aWR0aD0iMTAwJSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGFzcz0ieXRwLWxhcmdlLXBsYXktYnV0dG9uLWJnIiBkPSJNNjYuNTIsNy43NGMtMC43OC0yLjkzLTIuNDktNS40MS01LjQyLTYuMTlDNTUuNzksLjEzLDM0LDAsMzQsMFMxMi4yMSwuMTMsNi45LDEuNTUgQzMuOTcsMi4zMywyLjI3LDQuODEsMS40OCw3Ljc0QzAuMDYsMTMuMDUsMCwyNCwwLDI0czAuMDYsMTAuOTUsMS40OCwxNi4yNmMwLjc4LDIuOTMsMi40OSw1LjQxLDUuNDIsNi4xOSBDMTIuMjEsNDcuODcsMzQsNDgsMzQsNDhzMjEuNzktMC4xMywyNy4xLTEuNTVjMi45My0wLjc4LDQuNjQtMy4yNiw1LjQyLTYuMTlDNjcuOTQsMzQuOTUsNjgsMjQsNjgsMjRTNjcuOTQsMTMuMDUsNjYuNTIsNy43NHoiIGZpbGw9IiNmMDAiPjwvcGF0aD48cGF0aCBkPSJNIDQ1LDI0IDI3LDE0IDI3LDM0IiBmaWxsPSIjZmZmIj48L3BhdGg+PC9zdmc+"); 
}

@media (max-width: 767px) {
  .main_text .youtube-video {
    max-width: 100%;
    height: auto;
    padding: 56.25% 0 0;
    background-size: contain; 
  } 
}

@media (min-width: 768px) {
  .main_text_content {
    height: 280px;
  }
}

@media (min-width: 992px) {
  .main_text {
    padding: 60px 0 70px;
  }

  .main_text_title > h1 {
    font-size: 36px;
  }

  .main_text_content {
    height: 220px;
  }

  .main_text_toggle {
    text-align: left;
  }
}

@media (min-width: 1220px) {
  .main_text_content {
    height: 180px;
  }
}

@media (min-width: 1320px) {
  .main_text_title > h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .main_text_content {
    height: 180px;
  }
}

.certificates_slider_container {
  position: relative;
  padding: 0 30px;
}

.certificates_container {
  position: relative;
}

.main_certificates_list {
  padding: 0 !important;
  margin: 0 !important;
  overflow: initial;
}

.main_certificates_list .slick-list {
  margin: -40px -20px -40px -20px;
  padding: 40px 20px 40px 0;
}

.main_certificates_item {
  display: inline-flex !important;
  justify-content: center;
  margin-left: 20px;
}

.certificates_slider_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 0;
  width: 15px;
  height: 27px;
  border: none;
  outline: none;
  cursor: pointer;
}

.certificates_slider_prev {
  left: 0;
  background: url('/local/templates/mobi/components/bitrix/news.detail/home/images/partners_slider_prev.png') 0
  0 / 100% no-repeat;
}

.certificates_slider_next {
  right: 0;
  background: url('/local/templates/mobi/components/bitrix/news.detail/home/images/partners_slider_next.png') 0 0 / 100% no-repeat;
}

.slick-hidden ~ .certificates_slider_container {
  padding: 0;
}

@media (min-width: 576px) {
  .certificates_slider_prev {
    left: 0;
  }

  .certificates_slider_next {
    right: 0;
  }
}

@media (min-width: 1320px) {
  .main_certificates_list .slick-list {
    margin: -40px;
    padding: 40px 40px 40px 0;
  }

  .main_certificates_item {
    margin-left: 40px;
  }
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/mobi/components/bitrix/news.detail/home/bitrix/news.list/actions_index_new/style.css?17111135687240*/
.action_list {
  margin-bottom: 10px; }
  .action_list .action_list_wrap {
    display: flex;
    justify-content: space-between; }
    .action_list .action_list_wrap .action {
      /*flex: 0 0 50%;
      max-width: 50%;*/
      padding: 0 15px; }
      .action_list .action_list_wrap .action .image {
        background-color: #f2f4f5;
        position: relative;
        display: block;
        height: 176px;
        transition: all 0.2s ease-in-out 0s;
        overflow: hidden;
        text-align: center;
        margin-bottom: 10px; }
        .action_list .action_list_wrap .action .image img {
          vertical-align: top;
          transition: all 0.2s ease-in-out 0s;
          margin: 0 auto;
          max-width: none; }
        .action_list .action_list_wrap .action .image:hover img {
          transform: scale3d(1.1, 1.1, 1); }
        .action_list .action_list_wrap .action .image:hover:after {
          opacity: 1; }
        .action_list .action_list_wrap .action .image:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          transition: all 0.2s ease-in-out 0s;
          background: url(/images/pa__bg.png) no-repeat center rgba(0, 0, 0, 0.3); }
      .action_list .action_list_wrap .action .date {
        color: #838485;
        font-size: 13px;
        margin-bottom: 10px; }
      .action_list .action_list_wrap .action .name {
        font-size: 19px;
        font-weight: bold;
        margin-bottom: 20px;
        display: block; }
      .action_list .action_list_wrap .action .description {
        font-size: 16px;
        color: #4d4b3b;
        line-height: 24px; }

.arrows {
  display: flex;
  padding-left: 10px; }
  .arrows .arrow {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    margin-right: 4px; }
    .arrows .arrow.swiper-button-disabled {
      opacity: 0.5;
      cursor: default; }
      .arrows .arrow.swiper-button-disabled:hover {
        background-color: transparent; }
    .arrows .arrow.arrow_left {
      background: url("/local/templates/mobi/components/bitrix/news.detail/home/bitrix/news.list/actions_index_new/images/arrow-left.png") no-repeat center; }
    .arrows .arrow.arrow_right {
      background: url("/local/templates/mobi/components/bitrix/news.detail/home/bitrix/news.list/actions_index_new/images/arrow-right.png") no-repeat center; }
    .arrows .arrow:hover {
      background-color: #ffe804; }

.special_offers {
  background-color: #f2f3f8;
  padding: 70px 0 50px;
}

.main_title {
  font-size: 24px;
    font-weight: bold;
    margin-bottom: 45px;
}

.main_title:after {
    content: "";
    margin: 5px 0 0;
    width: 30px;
    border-top: solid 4px #ffe804;
    display: block;
}

.dec_center:after {
  margin: 5px auto 0;
}

.dec_left:after {
  margin: 5px 0 0;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.special_offers_item {
  /* max-width: 400px; */
}

.special_offers_item_img {
  width: 100%;
  max-width: 220px;
  margin-right: 20px;
  object-fit: contain;
  margin-top: 25px;
}

.special_offers_item_title {
  display: block;
  font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
    max-width: calc(100% - 220px);
    padding-left: 20px;
    text-decoration: none;
}

.special_offers_item_box {
  background-color: #fff;
  border-radius: 3px;
  padding: 0 20px 30px;
    min-height: 170px;
}

.special_offers_item_label {
  font-size: 18px;
    font-weight: bold;
  color: #171717;
  min-height: 40px;
  min-width: 140px;
  background-color: #ffe804;
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  margin-bottom: 10px;
}

.special_offers_item_caption {
  font-size: 13px;
  line-height: 18px;
  max-height: 90px;
}

.special_offers_item_caption_offset {
  padding-top: 20px;
}

.shape_outside:after{
    clear: both;
    display: table;
    content: " ";
}

.shape_img {
    float: right;
    width: 220px;
}

.special_offers_slider_nav {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.special_offers_slider_more {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 auto;
}

.special_offers_slider_more:hover,
.special_offers_slider_more:focus {
  text-decoration: none;
}

.special_offers_slider_more > span {
  border-bottom: 1px dashed;
    transition: border-color .2s ease-in-out;
}

.special_offers_slider_more:hover > span {
  border-color: transparent;
}

.special_offers_slider .slick-list {
    margin: 0 0 0 -20px;
}

.special_offers_slider .slick-slide {
    margin: 0 0 0 20px;
}

.special_offers_slider_arrow {
    cursor: pointer;
    transition: background 0.2s;
    flex: 0 0 60px;
    width: 61px;
    height: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}

.special_offers_slider_prev {
    background-image: url('/local/templates/mobi/components/bitrix/news.detail/home/images/special_offers_slider_prev.png');
}

.special_offers_slider_next {
    background-image: url('/local/templates/mobi/components/bitrix/news.detail/home/images/special_offers_slider_next.png');
}

@media (max-width: 540px) {
  .shape_outside {
    display: flex;
    flex-direction: column;
  }

  .special_offers_item_title {
    order: 1;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .special_offers_item_img_link {
    display: inline-flex;
    justify-content: center;
    order: 2;
  }

  .special_offers_item_img {
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .special_offers_item_box {
    min-height: auto;
    order: 3;
  }

  .special_offers_slider_nav {
    gap: 15px;
  }
}

@media (max-width: 991px) {
  .special_offers_item_title {
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .special_offers_item_img {
    max-width: 180px;
    margin-top: 35px;
    margin-right: 10px;
  }

  .special_offers_item_title {
    max-width: calc(100% - 160px);
  }

  .shape_img {
      width: 180px;
  }

  .special_offers_item_label {
    margin-bottom: 0;
  }
}

@media (min-width: 1220px) {
  .special_offers {
      padding: 60px 0 80px;
  }

  .main_title {
      margin-bottom: 55px;
  }

  .special_offers_item_title {
      padding-left: 30px;
  }

  .special_offers_item_img {
    max-width: 243px;
    margin-top: 0;
    margin-right: 10px;
  }

  .special_offers_item_title {
    max-width: calc(100% - 220px);
  }

  .shape_img {
      width: 243px;
  }

  .special_offers_item_box {
      padding: 0 30px 40px;
  }
}

@media (min-width: 1320px) {
  .special_offers {
      padding: 60px 0;
  }

  .special_offers_item_img {
    max-width: 280px;
  }

  .special_offers_item_title {
    max-width: calc(100% - 260px);
  }

  .shape_img {
      width: 280px;
  }

  .special_offers_item_box {
      padding: 0 30px 40px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/mobi/components/bitrix/news.detail/home/bitrix/news.list/news_index_new/style.css?17111135682996*/
.main_news {
	padding: 60px 0;
}

.main_title_box {
	position: relative;
}

.more_link {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 14px;
	text-decoration: none;
}

.main_news .more_link:before {
    content: "";
    background: url('/images/news.svg') no-repeat;
    height: 33px;
    width: 33px;
    vertical-align: middle;
    margin-top: -5px;
    transition: background-color 0.2s ease-in-out 0s;
    border-radius: 50%;
    display: none;
}

.more_link:hover,
.more_link:focus {
	text-decoration: none;
}

.more_link > span {
    border-bottom: 1px dashed;
    transition: border-color .2s ease-in-out;
}

.more_link:hover > span,
.more_link:focus > span {
	border-color: transparent;
}

.news_area {
	display: grid;
	grid-template-columns: 1fr;
	gap: 35px 25px;
}

.news_single {
	display: block;
	color: #fff;
	padding: 40px 30px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	border-radius: 4px;
	text-decoration: none;
}

.news_single:hover,
.news_single:focus {
	text-decoration: none;
	color: #fff;
}

.news_single:before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(34, 34, 34, 0.4);
	border-radius: 4px;
}

.news_single_date {
	font-size: 14px;
	margin-bottom: 30px;
}

.news_single_name {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

.news_single_text {
	font-size: 13px;
	line-height: 18px;
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_list_item {
	border-top: 1px solid #e8e8e8;
	padding-top: 10px;
}

.news_list_item:first-child {
	border-top: 0;
	padding-top: 0;
}

.news_list_item + .news_list_item {
	margin-top: 10px;
}

.news_list_item_name {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	text-decoration: underline;
    text-decoration-thickness: 0.1em;
    text-decoration-skip-ink: none;
    text-underline-offset: 0.15em;
}

.news_list_item_date {
	font-size: 12px;
	color: #979797;
	margin-bottom: 10px;
}

.news_list_item_text {
	font-size: 13px;
	line-height: 15px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 575px) {
	.main_news .main_title {
		padding: 0 40px;
	}

	.more_link > span {
		display: none;
	}

	.more_link:hover:before {
	    background-color: #ffe804;
	}

	.main_news .more_link:before {
    	display: inline-block;
	}
}


@media (min-width: 768px) {
	.news_area {
		grid-template-columns: 1fr 1fr;
	}

	.news_list_item:first-child {
		border-top: 1px solid #e8e8e8;
		padding-top: 10px;
	}
}

@media (min-width: 1320px) {
	.main_news {
		padding: 45px 0 60px;
	}
}
/* End */
/* /local/templates/mobi/components/bitrix/news.detail/home/style.css?175947926035622 */
/* /local/templates/mobi/components/bitrix/news.detail/home/bitrix/news.list/actions_index_new/style.css?17111135687240 */
/* /local/templates/mobi/components/bitrix/news.detail/home/bitrix/news.list/news_index_new/style.css?17111135682996 */
