.about_page .team_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.about_page .team_img img, .about_page .about_news .news_image_video img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.about_page .slider_link:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 991px) {
  .about_page .slider_link:before {
    width: 52px;
    height: 52px;
  }
}
@media screen and (max-width: 990px) {
  .about_page .slider_link:before {
    width: 41px;
    height: 41px;
  }
}
.about_page .slider_link:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-style: solid;
  border-color: transparent #ffffff;
  z-index: 2;
  pointer-events: none;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 991px) {
  .about_page .slider_link:after {
    width: 15px;
    height: 15px;
    border-width: 10px 0 10px 15px;
    margin: 0 0 0 3px;
  }
}
@media screen and (max-width: 990px) {
  .about_page .slider_link:after {
    width: 10px;
    height: 10px;
    border-width: 5px 0 5px 10px;
  }
}

.about_page .slick-next:before, .about_page .slick-prev:before, .about_page .slick-arrow:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.about_page .about_news .news_image_video img, .about_page .about_news * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.about_page .about_blocks {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.about_page .about_blocks .about_title {
  color: #ffffff;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  padding: 66px 10px 0;
  margin: 0 0 40px;
}
@media screen and (min-width: 991px) {
  .about_page .about_blocks .about_title {
    font-size: 450%;
    line-height: 75px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .about_page .about_blocks .about_title {
    font-size: 400%;
    line-height: 54px;
  }
}
@media screen and (min-width: 576px) and (max-width: 990px) {
  .about_page .about_blocks .about_title {
    font-size: 250%;
    line-height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .about_page .about_blocks .about_title {
    font-size: 180%;
    line-height: 28px;
  }
}
.about_page .about_blocks .block_about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px 0;
}
.about_page .about_blocks .about_description {
  font-size: 140%;
  line-height: 30px;
  margin-top: 191px;
  display: block;
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  color: #ffffff;
  margin-left: auto;
  padding: 50px 10px 0;
}
.about_page .about_blocks .about_description:before {
  content: "";
  height: 4px;
  max-width: 177px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 10px;
  background: #AA241F;
}
.about_page .about_blocks .about_info {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-left: 8.33%;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.about_page .about_blocks .img_block {
  position: relative;
  z-index: 1;
  margin-top: -95px;
}
.about_page .about_blocks .img_block img {
  width: 100%;
  display: block;
  height: auto;
}
.about_page .about_blocks .inner_info {
  background: #ffffff;
  border-radius: 10px;
  padding: 40px;
  font-size: 140%;
  line-height: 30px;
}
.about_page .about_blocks .inner_info span,
.about_page .about_blocks .inner_info p,
.about_page .about_blocks .inner_info a {
  color: #AA241F;
  font-family: "mardoto-bold", "roboto-bold";
}
.about_page .slider_about {
  background: linear-gradient(89.74deg, #000000 1.7%, #1C162C 99.43%);
  padding-top: 130px;
}
.about_page .slider_about .page_row {
  align-items: flex-start;
}
.about_page .block_left {
  flex: 1;
  padding: 0 10px;
}
.about_page .block_right {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-left: auto;
}
.about_page .info_title {
  font-family: "mardoto-bold", "roboto-bold";
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1200px) {
  .about_page .info_title {
    font-size: 300%;
    line-height: 45px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .about_page .info_title {
    font-size: 200%;
    line-height: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 990px) {
  .about_page .info_title {
    font-size: 180%;
    line-height: 25px;
  }
}
@media screen and (max-width: 575px) {
  .about_page .info_title {
    font-size: 140%;
    line-height: 20px;
  }
}
.about_page .info_description {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1200px) {
  .about_page .info_description {
    font-size: 180%;
    line-height: 30px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .about_page .info_description {
    font-size: 160%;
    line-height: 23px;
  }
}
@media screen and (max-width: 990px) {
  .about_page .info_description {
    font-size: 140%;
    line-height: 23px;
  }
}
@media screen and (max-width: 575px) {
  .about_page .info_description {
    font-size: 120%;
    line-height: 18px;
  }
}
.about_page .slider_link {
  position: relative;
}
.about_page .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  width: 40px;
  height: 40px;
  font-size: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
  color: #ffffff;
  z-index: 2;
}
.about_page .slick-arrow:before {
  display: block;
}
.about_page .slick-prev {
  left: 20px;
}
.about_page .slick-prev:before {
  content: "\e902";
  font-size: 1.5rem;
}
.about_page .slick-next {
  right: 20px;
}
.about_page .slick-next:before {
  content: "\e903";
  font-size: 1.5rem;
}
.about_page .slick-disabled {
  display: none !important;
}
.about_page .about_news {
  display: block;
  color: inherit;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(0.86deg, #000000 4.41%, rgba(0, 0, 0, 0) 40.5%);
}
.about_page .about_news .news_image_video {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 65.2%;
  border-radius: 10px;
}
.about_page .about_news .news_image_video img {
  border-radius: 10px;
  object-fit: cover;
}
.about_page .about_news .news_title {
  font-size: 120%;
  line-height: 18px;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute !important;
  bottom: 15px;
  padding: 0 12px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.about_page .team_block {
  padding-bottom: 100px;
  padding-top: 100px;
}
.about_page .team_block .about_title {
  text-transform: uppercase;
  max-width: 1180px;
  margin: 0 auto;
  font-size: 450%;
  line-height: 75px;
  padding: 0 10px;
  color: #ffffff;
  font-family: "mardoto-bold", "roboto-bold";
}
@media screen and (min-width: 991px) {
  .about_page .team_block .about_title {
    font-size: 400%;
    line-height: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .about_page .team_block .about_title {
    font-size: 300%;
    line-height: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 990px) {
  .about_page .team_block .about_title {
    font-size: 200%;
    line-height: 23px;
  }
}
@media screen and (max-width: 575px) {
  .about_page .team_block .about_title {
    font-size: 180%;
    line-height: 23px;
  }
}
.about_page .team_inner {
  position: relative;
}
.about_page .team_inner:before {
  content: "";
  background: linear-gradient(0.86deg, #000000 4.41%, rgba(0, 0, 0, 0) 40.5%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.about_page .team_name {
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  margin-bottom: 7px;
}
@media screen and (min-width: 1200px) {
  .about_page .team_name {
    font-size: 200%;
    line-height: 22px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .about_page .team_name {
    font-size: 160%;
    line-height: 21px;
  }
}
@media screen and (max-width: 990px) {
  .about_page .team_name {
    font-size: 140%;
    line-height: 18px;
  }
}
@media screen and (max-width: 575px) {
  .about_page .team_name {
    font-size: 120%;
    line-height: 17px;
  }
}
.about_page .position_team {
  color: #ffffff;
  display: block;
}
@media screen and (min-width: 991px) {
  .about_page .position_team {
    font-size: 170%;
    line-height: 19px;
  }
}
@media screen and (min-width: 576px) and (max-width: 990px) {
  .about_page .position_team {
    font-size: 140%;
    line-height: 18px;
  }
}
@media screen and (max-width: 575px) {
  .about_page .position_team {
    font-size: 120%;
    line-height: 17px;
  }
}
.about_page .team_info {
  position: relative;
  bottom: 15px;
  z-index: 1;
  left: 0;
  right: 0;
  padding: 0 20px;
  width: 100%;
}
.about_page .team_about_list {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.about_page .team_list {
  margin: 70px 0 0;
}
.about_page .team_list li {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  padding: 0 10px;
  position: relative;
}
.about_page .team_list li:nth-child(2n+2) {
  padding-top: 80px;
}
.about_page .team_img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.about_page .team_img:before {
  display: block;
  content: "";
  padding-bottom: 135%;
}
.about_page .team_img img {
  border-radius: 10px;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .about_page .about_blocks .about_description {
    padding: 20px 10px 0;
    margin-top: 66px;
  }
  .about_page .about_blocks .about_info {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 26px 10px 0;
  }
  .about_page .team_block,
.about_page .slider_about {
    padding-top: 80px;
  }
}
@media screen and (max-width: 990px) {
  .about_page {
    margin-top: 60px;
  }
  .about_page .info_title {
    margin-bottom: 13px;
  }
  .about_page .team_list {
    margin: 20px 0 0;
  }
  .about_page .team_block,
.about_page .slider_about {
    padding-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .about_page .about_news .news_title {
    bottom: 13px;
    padding: 0 3px;
  }
  .about_page .team_info {
    padding: 0 5px;
  }
  .about_page .team_block {
    padding-bottom: 20px;
  }
  .about_page .team_list li:nth-child(2n+2) {
    padding-top: 0;
  }
  .about_page .about_blocks .about_title {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 10px 0;
    margin: 0 0 20px;
  }
  .about_page .about_blocks .about_info {
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about_page .about_blocks .img_block {
    margin-top: 10px;
  }
  .about_page .about_blocks .inner_info {
    padding: 15px;
    font-size: 120%;
    line-height: 20px;
  }
  .about_page .about_blocks .about_description {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .about_page .block_right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about_page .block_left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .about_page {
    margin-top: 0;
  }
}

.web .about_page .slick-arrow, .about_page .web .slick-arrow {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.about_page .about_news {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.about_page .about_news .news_image:before {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.about_page .about_news .news_image:after, .about_page .about_news img {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .about_page .slick-arrow, .about_page .touch .slick-arrow {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.about_page .about_news {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.about_page .about_news .news_image:before {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.about_page .about_news .news_image:after, .about_page .about_news img {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .about_page .slick-arrow:hover, .about_page .web .slick-arrow:hover {
  opacity: 0.7;
}
.about_page .about_news:hover {
  color: #4F8EB3;
}
.about_page .about_news:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}
.about_page .about_news:hover .news_image:before {
  background: #ffffff;
}
.about_page .about_news:hover .news_image:after {
  border-left-color: #222222;
}
.about_page .about_news:hover .news_title,
.about_page .about_news:hover .news_date {
  color: #ffffff;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about_page .about_news:active {
  color: #4F8EB3;
}
.about_page .about_news:active img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.about_page .about_news:active .news_image:before {
  background: #ffffff;
}
.about_page .about_news:active .news_image:after {
  border-left-color: #222222;
}
.about_page .about_news:active .news_title,
.about_page .about_news:active .news_date {
  color: inherit;
}

.touch .about_page .slick-arrow:active, .about_page .touch .slick-arrow:active {
  opacity: 0.7;
}

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