@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main_banner .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  top: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.main_banner .swiper-pagination span {
  margin: 0 !important;
}

section {
  margin: 60px 0;
}

h1, .h1 {
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 42px;
}

h2, .h2 {
  font-size: clamp(20px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 992px) {
  .main {
    padding-bottom: 40px;
  }
}

/*main_video*/
.main_video_row {
  border-radius: 20px;
  padding: 40px 60px;
  color: #fff;
  min-height: 572px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main_video_row {
    min-height: 308px;
    padding: 30px 20px;
  }
}
.main_video_row::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20.64%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20.64%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: 1;
  inset: 0;
}
.main_video_row .h2, .main_video_row .main_video_desc, .main_video_row .social {
  color: #fff;
  position: relative;
  z-index: 1;
}
.main_video_row .main_video_desc {
  line-height: 1.4;
  max-width: 500px;
  font-size: clamp(16px, 2vw, 18px);
}
.main_video_row .main_video_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*main_projects*/
.main_projects_row {
  margin: 30px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .main_projects_row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .main_projects_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.main_projects_row .item_project {
  border-radius: 22px;
  overflow: hidden;
  min-height: 413px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .main_projects_row .item_project {
    min-height: 280px;
  }
}
.main_projects_row .item_project::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20.64%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20.64%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.main_projects_row .item_project:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.main_projects_row .item_project img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: absolute;
}
.main_projects_row .item_project .title {
  position: absolute;
  line-height: 1.2;
  padding: 0 26px;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 500;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .main_projects_row .item_project .title {
    padding: 0 20px;
  }
}
.main_projects_row + .btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*main_news*/
.main_news_row {
  margin: 30px 0;
}
.main_news_row .item_new {
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 410px;
  padding: 27px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .main_news_row .item_new {
    width: 260px;
    min-height: 260px;
  }
}
.main_news_row .item_new::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20.64%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20.64%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.main_news_row .item_new .new_desc_row {
  position: relative;
  z-index: 2;
  color: #fff;
  display: -ms-grid;
  display: grid;
  gap: 16px;
  -ms-grid-rows: auto 16px 1fr 16px auto;
  grid-template-rows: auto 1fr auto;
}
.main_news_row .item_new:hover .img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.main_news_row .item_new .img {
  position: absolute;
  inset: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.main_news_row .item_new .tag_new {
  background: #E3E3E3;
  border-color: 40px;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 14px 10px 38px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 40px;
  position: relative;
}
.main_news_row .item_new .tag_new::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-23px, -50%);
          transform: translate(-23px, -50%);
  background: url(/assets/img/icons/tag_new.svg) no-repeat center;
  width: 18px;
  height: 18px;
  background-size: cover;
}
.main_news_row .item_new .title_new {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.2;
  height: 125px;
  margin: 0 0 20px;
}
.main_news_row .item_new .new_date_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_news_row .item_new .new_date_row .new_dat {
  color: #D3D3D3;
  font-weight: 300;
}
.main_news_row .item_new .new_date_row .new_sub_title {
  color: #D3D3D3;
  font-weight: 300;
}

.navigation_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navigation_row .swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.navigation_row .swiper-navigation .swiper-button-disabled {
  opacity: 0.3;
}
.navigation_row .slipe-slider-prev, .navigation_row .slipe-slider-next {
  line-height: 0;
}

/*subscribe*/
.subscribe {
  margin: 60px 0 20px;
}

.subscribe_row {
  background: #FFFFFF;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 73px 0;
}
@media screen and (max-width: 768px) {
  .subscribe_row {
    padding: 20px;
  }
}
.subscribe_row .subscribe_title {
  font-size: clamp(20px, 3vw, 36px);
  font-weight: 500;
  margin: 0 auto 19px;
  width: 606px;
}
@media screen and (max-width: 768px) {
  .subscribe_row .subscribe_title {
    width: 100%;
    text-align: center;
  }
}
.subscribe_row .subscription {
  margin: 0 auto;
  width: 606px;
  display: -ms-grid;
  display: grid;
  gap: 12px;
  -ms-grid-columns: 1fr 12px auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 768px) {
  .subscribe_row .subscription {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.subscribe_row .check_row {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  font-weight: 300;
  color: #656565;
}
@media screen and (max-width: 768px) {
  .subscribe_row .check_row {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.2;
  }
}
.subscribe_row .check_row a {
  text-decoration: underline;
  font-weight: 300;
  color: #656565;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.2;
}
.subscribe_row .check_row a:hover {
  text-decoration: none;
}
.subscribe_row .input.email {
  background-image: url(/assets/img/icons/icons/input-email.svg);
}

/*news_page*/
.news_tags_row {
  margin: 0 0 14px;
}
.news_tags_row .news_tags_title {
  margin-right: 4px;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .news_tags_row .news_tags_title {
    width: 100%;
    display: block;
    margin: 0 0 8px;
  }
}
.news_tags_row .link_tag {
  background: #fff;
  padding: 11px 15px;
  border-radius: 10px;
  color: #656565;
  font-size: 14px;
  font-weight: 300;
  margin: 0 2px 8px;
  display: inline-block;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.news_tags_row .link_tag.active {
  background: #FF2838;
  color: #fff;
}
.news_tags_row .link_tag:hover {
  border: 1px solid #656565;
}

.news_dates .input {
  background: #fff;
  max-width: 150px;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .news_dates .input {
    max-width: 120px;
  }
}
.news_dates .news_date_title {
  margin-right: -12px;
}
@media screen and (max-width: 640px) {
  .news_dates .news_date_title {
    width: 100%;
    margin-right: 0;
  }
}
.news_dates .news_dates_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 20px;
  margin: 0 0 10px;
}
@media screen and (max-width: 640px) {
  .news_dates .news_dates_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news_dates .date_row {
  position: relative;
}

.calendar-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 10px;
  background: url(/assets/img/icons/calendar.svg) no-repeat center;
  width: 18px;
  height: 18px;
  z-index: 1;
  cursor: pointer;
  pointer-events: auto;
}

.news {
  margin-bottom: 0;
}

.news_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .news_row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .news_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.news_row .item_new {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 20px;
}
.news_row .item_new:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.news_row .item_new .item_new_img {
  border-radius: 16px;
  overflow: hidden;
  max-height: 200px;
}
.news_row .item_new .item_new_img img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.news_row .item_new_title {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  margin: 16px 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .news_row .item_new_title {
    line-height: 1.2;
  }
}
.news_row .item_new_prev {
  font-size: 14px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*new_details*/
.new_details_row {
  background: #fff;
  border-radius: 20px;
  padding: 40px 60px;
}
@media screen and (max-width: 768px) {
  .new_details_row {
    padding: 14px;
  }
}
.new_details_row p {
  margin: 0 0 24px;
}
.new_details_row .sub_title {
  margin: -30px 0 0;
}
.new_details_row .gallery_page {
  margin: 33px 0 40px;
}
.new_details_row .center {
  margin: 0 auto;
  display: table;
}
.new_details_row .new_details_head {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.new_details_row .new_details_label {
  background: #FF2838;
  border-radius: 30px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}
.new_details_row .new_details_date {
  margin-right: auto;
  color: #656565;
  font-size: 14px;
  position: relative;
  padding-left: 26px;
}
.new_details_row .new_details_date::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  left: 0;
  background: url(/assets/img/icons/date.svg) no-repeat center;
  width: 18px;
  height: 18px;
}
.new_details_row .new_details_prev {
  background: #F2F3F5;
  padding: 8px 28px 8px 57px;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .new_details_row .new_details_prev {
    display: none;
  }
}
.new_details_row .new_details_prev::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(20px, -50%);
          transform: translate(20px, -50%);
  left: 0;
  background: url(/assets/img/icons/btn_prev.svg) no-repeat center;
  width: 20px;
  height: 20px;
}
.new_details_row .new_details_prev:hover {
  background: #FF2838;
  color: #fff;
}
.new_details_row .new_details_prev:hover::before {
  background: url(/assets/img/icons/btn_prev_hover.svg) no-repeat center;
}

/*about*/
.about_page_row .about_page_up {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  min-height: 450px;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 60px;
  gap: 8px;
}
@media screen and (max-width: 992px) {
  .about_page_row .about_page_up {
    padding: 0 20px;
  }
}
.about_page_row .about_page_up::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20.64%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20.64%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.about_page_row .about_page_up img {
  position: absolute;
  inset: 0;
}
.about_page_row .about_page_desc {
  max-width: 580px;
  font-size: 18px;
  position: relative;
  color: #fff;
  z-index: 2;
}
.about_page_row .about_page_title {
  position: relative;
  color: #fff;
  z-index: 2;
}
.about_page_row .about_page_item_count {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.about_page_row .about_page_count {
  margin: 40px 0 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 50px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .about_page_row .about_page_count {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 20px;
  }
}
.about_page_row .about_page_item img {
  border-radius: 12px;
}
.about_page_row .items_count {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 1fr;
  grid-template-columns: auto 1fr;
  padding: 15px 10px;
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_page_row .item_count {
  font-size: clamp(36px, 3vw, 40px);
  font-weight: 500;
}
.about_page_row .item_count_img {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.about_page_row .item_count_img img {
  width: 52px;
  height: 52px;
}
.about_page_row .item_count_text {
  color: #656565;
  font-weight: 300;
}
.about_page_row .about_page_work_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 40px 0 50px;
}
@media screen and (max-width: 992px) {
  .about_page_row .about_page_work_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.about_page_row .about_page_work_row .item_work_title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: clamp(20px, 2vw, 36px);
  font-weight: 500;
}
.about_page_row .about_page_work_row .item_work_text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 500;
}
.about_page_row .about_page_work_row .item_work {
  position: relative;
  min-height: 624px;
  border-radius: 32px;
  overflow: hidden;
  padding: 40px;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .about_page_row .about_page_work_row .item_work {
    min-height: 280px;
    gap: 5px;
    padding: 18px;
  }
}
.about_page_row .about_page_work_row .item_work:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.about_page_row .about_page_work_row .item_work img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: absolute;
  inset: 0;
}
.about_page_row .about_page_work_row .item_work::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20.64%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20.64%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

/*command*/
.command_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 413px 10px 413px 10px 413px;
  grid-template-columns: repeat(3, 413px);
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 0 10px;
  scrollbar-width: thin;
  scrollbar-color: #F2F3F5 #F2F3F5;
}
@media screen and (max-width: 768px) {
  .command_row {
    -ms-grid-columns: (250px)[3];
    grid-template-columns: repeat(3, 250px);
  }
}
.command_row .color_1 {
  background: #C8C8C8;
}
.command_row .color_2 {
  background: #FC651A;
}
.command_row .item_command {
  position: relative;
  min-height: 525px;
  border-radius: 30px;
  padding: 30px;
  overflow: hidden;
  height: 100%;
}
.command_row .item_command img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 322px;
  height: 300px;
}
.command_row .command_tag {
  background: #fff;
  font-size: 12px;
  font-weight: 300;
  color: #FD4544;
  padding: 7px 9px;
  border-radius: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.command_row .command_name {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  margin: 10px 0 0;
  max-width: 300px;
}

.command .accordeon.active .accordeon-btn {
  color: #FD4544;
}
.command .accordeon_sub {
  border-bottom: 0.8px solid rgba(0, 0, 0, 0.1019607843);
}
.command .accordeon_sub:last-child {
  border: none;
}
.command .accordeon_content_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 20px 1fr;
  grid-template-columns: 120px 1fr;
  gap: 8px 20px;
}
@media screen and (max-width: 768px) {
  .command .accordeon_content_row {
    -ms-grid-columns: 105px 10px 1fr;
    grid-template-columns: 105px 1fr;
    gap: 10px;
  }
}
.command .accordeon-btn_sub {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .command .accordeon-btn_sub {
    text-align: left;
  }
}
.command .command_sub_text {
  color: #656565;
  font-weight: 300;
  margin: 0 0 20px;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.4;
}
.command .command_img {
  min-height: 160px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .command .command_img {
    height: 140px;
  }
}
.command .accordeon_params_name {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 500;
  max-width: 200px;
  line-height: 1.2;
}
.command .command_position {
  color: #656565;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .command .command_position {
    line-height: 1.2;
    margin: 10px 0;
  }
}
.command .command_phone {
  font-size: clamp(14px, 1vw, 16px);
}
.command .checkbox_row {
  margin: 10px 10px 0;
}
.command .checkbox_row .checkbox_desc {
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .command .checkbox_row .checkbox_desc {
    font-size: 14px;
  }
}
.command .checkbox_row a {
  text-decoration: underline;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .command .checkbox_row a {
    font-size: 14px;
  }
}
.command .checkbox_row a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .command .contacts-row {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .command .contacts-block {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .command .contacts__title {
    margin: 0 0 10px;
  }
}

/*projects*/
.projects {
  margin: 40px 0;
}

.project_row {
  display: -ms-grid;
  display: grid;
  gap: 50px;
}
.project_row .project_new {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 40px 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 520px 65px 1fr;
  grid-template-columns: 520px 1fr;
  gap: 65px;
}
@media screen and (max-width: 1200px) {
  .project_row .project_new {
    -ms-grid-columns: 420px 40px 1fr;
    grid-template-columns: 420px 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 992px) {
  .project_row .project_new {
    -ms-grid-columns: 320px 20px 1fr;
    grid-template-columns: 320px 1fr;
    gap: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .project_row .project_new {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.project_row .project_desc_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 20px 1fr 20px auto;
  grid-template-rows: auto 1fr auto;
  gap: 20px;
}
.project_row .item_project_img {
  border-radius: 16px;
  overflow: hidden;
  max-height: 346px;
}
.project_row .item_project_img img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.project_row .item_project_img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.project_row .item_project_title {
  font-size: clamp(20px, 4vw, 40px);
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project_row .item_project_prev {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.42;
  font-weight: 300;
  color: #656565;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project_row .more_new {
  color: #FF2838;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.project_row .more_new:hover {
  text-decoration: underline;
}

/*project_details*/
.project_details .accordeons {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .project_details .accordeons {
    margin: 0 0 20px;
  }
}
.project_details .accordeon {
  border-top: none;
  padding: 0;
}
.project_details .accordeon.active .accordeon-btn::before {
  background-image: url(/assets/img/icons/accordeon-down.svg);
}
.project_details .accordeon-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  font-size: 16px;
  color: #656565;
}
.project_details .accordeon-btn::after {
  display: none;
}
.project_details .accordeon-btn::before {
  content: "";
  background-image: url(/assets/img/icons/accordeon-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 52px;
  height: 52px;
  background-size: cover;
}

.project_details_row {
  padding: 40px 60px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .project_details_row {
    padding: 20px;
  }
}
.project_details_row .page_video_row {
  border-radius: 20px;
  overflow: hidden;
}
.project_details_row .main_video_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project_block_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 992px) {
  .project_block_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 992px) {
  .project_details_desc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.project_details_desc p {
  margin: 0 0 20px;
  line-height: 1.4;
  font-weight: 300;
  color: #656565;
  font-size: clamp(16px, 1vw, 18px);
}

.details_desc_logo {
  max-width: 100px;
  margin: 0 0 20px;
}

.project_details_gallery {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.project_details_gallery img {
  max-height: 300px;
  border-radius: 12px;
}

.page_banner {
  margin: 40px 0 0;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 768px) {
  .page_banner {
    height: 180px;
  }
}
.page_banner .img {
  position: absolute;
  inset: 0;
}
.page_banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.2;
  z-index: 1;
}
.page_banner .btn {
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*specialists*/
.specialists_row {
  padding: 40px 50px 10px;
  background: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .specialists_row {
    padding: 20px;
  }
}
.specialists_row .specialist_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .specialists_row .specialist_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.specialists_row .specialist_desc h2, .specialists_row .specialist_desc .h2 {
  margin: 0 0 20px;
}
.specialists_row .specialist_desc p {
  color: #656565;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 300;
}
.specialists_row .specialist_img {
  border-radius: 12px;
  overflow: hidden;
}
.specialists_row .specialist_img img {
  display: block;
}
.specialists_row .accordeons {
  margin: 40px 0;
}
@media screen and (max-width: 992px) {
  .specialists_row .accordeons {
    margin: 20px 0 0;
  }
}
.specialists_row .block_list {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  margin: 40px 0;
}
@media screen and (max-width: 992px) {
  .specialists_row .block_list {
    gap: 20px;
    margin: 40px 0 10px;
  }
}
.specialists_row .block_list .block_list_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  border-bottom: 0.8px solid rgba(0, 0, 0, 0.1019607843);
  padding: 20px 0;
}
@media screen and (max-width: 992px) {
  .specialists_row .block_list .block_list_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 20px;
  }
}
.specialists_row .block_list .block_list_row:last-child {
  border-bottom: none;
}
.specialists_row .block_list .list_row {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.specialists_row .block_list .list_title {
  font-size: clamp(18px, 3vw, 34px);
  font-weight: 500;
}
.specialists_row .block_list .list_sub_title {
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 300;
  color: #656565;
}

.specialists_row_down {
  padding: 40px 50px;
  background: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .specialists_row_down {
    padding: 20px;
  }
}
.specialists_row_down .specialist_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .specialists_row_down .specialist_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.specialists_row_down .specialist_desc h2, .specialists_row_down .specialist_desc .h2 {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .specialists_row_down .specialist_desc h2, .specialists_row_down .specialist_desc .h2 {
    margin: 0 0 10px;
  }
}
.specialists_row_down .specialist_desc p {
  color: #656565;
  line-height: 1.4;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 300;
}
.specialists_row_down .specialist_img {
  border-radius: 12px;
  overflow: hidden;
}
.specialists_row_down .specialist_img img {
  display: block;
}
@media screen and (max-width: 768px) {
  .specialists_row_down .btn {
    white-space: normal;
    text-align: center;
    line-height: 1.2;
  }
}

/*recommendation*/
div.recommendation_row {
  margin: 0 0 40px;
}

.recommendation_row {
  background: #fff;
  padding: 40px 50px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .recommendation_row {
    padding: 20px;
  }
}
.recommendation_row .photo_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .recommendation_row .photo_row {
    gap: 10px;
  }
}
.recommendation_row .photo_row img {
  border-radius: 12px;
  overflow: hidden;
}
.recommendation_row .documents_row .documents__card-title {
  font-size: clamp(16px, 2vw, 30px);
}
.recommendation_row .documents_row .documents__card {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.recommendation_row .documents_row .documents__card:last-child {
  border-bottom: none;
}
.recommendation_row .documents_row .documents__card::before {
  background: none;
}
.recommendation_row .documents_row .documents__card::after {
  background: none;
}

.recommendation .specialists_row {
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  .recommendation .specialists_row {
    padding: 20px;
    margin: 40px 0;
  }
}
.recommendation .specialist_desc p {
  font-size: clamp(16px, 1vw, 18px);
}
.recommendation .page_banner .btn {
  white-space: normal;
  text-align: center;
  line-height: 1.2;
}

/*courses*/
.courses .course_row {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
.courses .course_new {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 10px 50px 10px 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 270px 30px 1fr;
  grid-template-columns: 270px 1fr;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .courses .course_new {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 10px;
  }
}
.courses .course_new:hover .item_course_img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.courses .course_desc_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 14px auto 14px 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 14px;
}
.courses .course_tag {
  font-size: 12px;
  font-weight: 300;
  padding: 7px 10px;
  background: #FF2838;
  border-radius: 30px;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.courses .item_course_img {
  border-radius: 16px;
  overflow: hidden;
  min-height: 270px;
}
@media screen and (max-width: 992px) {
  .courses .item_course_img {
    min-height: 240px;
  }
}
.courses .item_course_img img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.courses .item_course_title {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.courses .item_course_prev {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.5;
  font-weight: 300;
  color: #656565;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .courses .item_course_prev {
    display: block;
  }
}

/*page_project*/
.page_project {
  margin: 40px 0;
}
.page_project .box {
  margin: 0;
}
.page_project .about__row {
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 992px) {
  .page_project .about__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.page_project .about__row h2 {
  line-height: 1.2;
}
.page_project .img {
  height: 500px;
  border-radius: 16px;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .page_project .img {
    height: auto;
  }
}
.page_project p {
  margin: 0 0 20px;
  line-height: 1.4;
}
.page_project .video-wrapper {
  width: 100%;
  height: 100%;
}
.page_project .about__col:first-child {
  max-width: 100%;
}
.page_project .checkbox_row {
  margin-left: 5px;
}
.page_project .checkbox_desc {
  color: #656565;
  font-weight: 300;
}
.page_project .checkbox_desc a {
  color: #656565;
  font-weight: 300;
  text-decoration: underline;
}
.page_project .checkbox_desc a:hover {
  text-decoration: none;
}

/*documents*/
.documents .documents_row {
  background: #fff;
  padding: 20px 40px;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .documents .documents_row {
    padding: 20px;
  }
}
.documents .documents__card {
  padding: 20px 0;
}
.documents .documents__card::before {
  width: 100%;
  left: 0;
}
.documents .documents__card:first-child::before {
  background: none;
}
.documents .documents__card:last-child::after {
  background: none;
}
.documents .documents__card .date {
  font-size: 14px;
  color: #656565;
  font-weight: 300;
}

/*smi*/
.smi_row, .smi_row_2 {
  margin: 30px 0;
}
.smi_row .item_new, .smi_row_2 .item_new {
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 304px;
  padding: 27px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .smi_row .item_new, .smi_row_2 .item_new {
    width: 260px;
    min-height: 260px;
  }
}
.smi_row .item_new::before, .smi_row_2 .item_new::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20.64%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20.64%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.smi_row .item_new .new_desc_row, .smi_row_2 .item_new .new_desc_row {
  position: relative;
  z-index: 2;
  color: #fff;
  display: -ms-grid;
  display: grid;
  gap: 16px;
  -ms-grid-rows: auto 16px 1fr 16px auto;
  grid-template-rows: auto 1fr auto;
}
.smi_row .item_new .img, .smi_row_2 .item_new .img {
  position: absolute;
  inset: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.smi_row .item_new:hover .img, .smi_row_2 .item_new:hover .img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.smi_row .item_new .tag_new, .smi_row_2 .item_new .tag_new {
  background: #E3E3E3;
  border-color: 40px;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 14px 10px 38px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 40px;
  position: relative;
}
.smi_row .item_new .tag_new::before, .smi_row_2 .item_new .tag_new::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-23px, -50%);
          transform: translate(-23px, -50%);
  background: url(/assets/img/icons/tag_new.svg) no-repeat center;
  width: 18px;
  height: 18px;
  background-size: cover;
}
.smi_row .item_new .title_new, .smi_row_2 .item_new .title_new {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 26px;
  line-height: 1.2;
  height: 130px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .smi_row .item_new .title_new, .smi_row_2 .item_new .title_new {
    font-size: 18px;
    -webkit-line-clamp: 6;
  }
}
.smi_row .item_new .new_date_row, .smi_row_2 .item_new .new_date_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.smi_row .item_new .new_date_row .new_dat, .smi_row_2 .item_new .new_date_row .new_dat {
  color: #D3D3D3;
  font-weight: 300;
  position: relative;
  padding-left: 25px;
  font-size: 12px;
}
.smi_row .item_new .new_date_row .new_dat::before, .smi_row_2 .item_new .new_date_row .new_dat::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url(/assets/img/icons/icon_date.svg) no-repeat center;
  width: 18px;
  height: 18px;
}
.smi_row .item_new .new_date_row .new_sub_title, .smi_row_2 .item_new .new_date_row .new_sub_title {
  color: #D3D3D3;
  font-weight: 300;
  position: relative;
  padding-left: 25px;
  font-size: 12px;
}
.smi_row .item_new .new_date_row .new_sub_title::before, .smi_row_2 .item_new .new_date_row .new_sub_title::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url(/assets/img/icons/map.svg) no-repeat center;
  width: 18px;
  height: 18px;
}
.smi_row .item_new .new_date_row .new_sub_video, .smi_row_2 .item_new .new_date_row .new_sub_video {
  color: #D3D3D3;
  font-weight: 300;
  position: relative;
  padding-left: 25px;
  font-size: 12px;
}
.smi_row .item_new .new_date_row .new_sub_video::before, .smi_row_2 .item_new .new_date_row .new_sub_video::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url(/assets/img/icons/play.svg) no-repeat center;
  width: 18px;
  height: 18px;
}

.info_page {
  background: #F7F6FB;
  border-radius: 16px;
  padding: 20px 20px 20px 60px;
  margin: 30px 0 0;
  position: relative;
  color: #656565;
  font-size: 16px;
  font-weight: 300;
}
.info_page::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(20px, -50%);
          transform: translate(20px, -50%);
  left: 0;
  background: url(/assets/img/icons/info.svg) no-repeat center;
  width: 24px;
  height: 24px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.link_more {
  position: relative;
  display: table;
}
.link_more::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(40px, -40%);
          transform: translate(40px, -40%);
  right: 0;
  background: url(/assets/img/icons/link_more.svg) no-repeat center;
  width: 33px;
  height: 33px;
}

.next_icon {
  position: relative;
  padding: 15px 48px 15px 38px;
}
.next_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
  right: 0;
  background: url(/assets/img/icons/btn_more.svg) no-repeat center;
  width: 20px;
  height: 20px;
}
.next_icon.center {
  margin: 0 auto;
  display: table;
}

.breadcrumbs {
  margin: 0 0 20px;
  display: block !important;
}

.breadcrumbs__nav {
  margin: 0 0 20px;
}

blockquote, .blockquote {
  position: relative;
  margin: 24px 0;
  padding: 30px 44px;
  background: #F7F6FB;
  border-left: 4px solid #FF2838;
  border-radius: 20px;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  blockquote, .blockquote {
    padding: 26px 16px;
  }
}
blockquote a, .blockquote a {
  font-weight: 500;
  color: #FF2838;
  font-size: clamp(18px, 2vw, 20px);
}

.iframe, .page_video_row {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 24px 0;
}
.iframe iframe, .iframe video, .page_video_row iframe, .page_video_row video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.btn_prev {
  background: transparent;
  color: #000;
  border: 1px solid #000000;
  position: relative;
  padding: 15px 38px 15px 48px;
  margin: 24px 0 0;
}
.btn_prev::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(20px, -50%);
          transform: translate(20px, -50%);
  left: 0;
  background: url(/assets/img/icons/btn_prev.svg) no-repeat center;
  width: 20px;
  height: 20px;
}
.btn_prev:hover {
  background: transparent;
  border: 1px solid #FF2838;
  color: #FF2838;
}
.btn_prev:hover::before {
  background: url(/assets/img/icons/new_details_prev_hover.svg) no-repeat center;
}

.about__dsc {
  margin: 0;
}

.about__row {
  border: none;
  padding: 50px 0;
}
@media screen and (max-width: 992px) {
  .about__row {
    padding: 0;
  }
}

.box {
  margin: 40px 0;
}
@media screen and (max-width: 992px) {
  .box {
    padding: 20px;
  }
}

.single-news__slider-wrapper .swiper-autoheight .swiper-slide {
  height: auto;
  max-height: none !important;
}

.single-news__slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide {
  height: auto;
}

.single-news__slider-wrapper {
  margin-bottom: 20px;
}

.single-news__slider-wrapper .slider-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 640px) {
  .bx-pag-prev, .bx-pag-next {
    display: none !important;
  }
}

.next_icon.quiz {
  margin: 30px auto 0;
}

.contacts-block__value:hover {
  color: #FF2838;
}

/*accordion*/
.accordeon-btn {
  text-align: left;
  font-size: clamp(18px, 3vw, 30px);
  line-height: 1.4;
}

.accordeon {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .accordeon {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 992px) {
  .accordeon-content {
    padding-bottom: 0px;
  }
}

.breadcrumbs__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.accordeon_sub-content {
  display: none;
  padding-bottom: 30px;
  margin-top: 10px;
}

.accordeon-btn_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  outline: none;
}

.accordeon-btn_sub:after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 38px;
  height: 38px;
  background-image: url(/assets/img/icons/accordeon-default.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: 12px;
}

.accordeon_sub.active .accordeon-btn_sub:after {
  background-image: url(/assets/img/icons/accordeon-close.svg);
}

