.about_page .about_video .video_btn, .about_page .about_video a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.about_bg {
  background: #000000;
  position: relative;
  z-index: 1;
  height: 720px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  background-position-y: center;
}
.about_bg > .page_container {
  height: 100%;
}
.about_bg .breadcrumbs div {
  color: #ffffff;
}
.about_bg .about_block {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-top: -60px;
}
.about_bg .page_title {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 28px;
}
.about_bg .block_description {
  font-size: 300%;
  line-height: 37px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.about_page {
  padding: 60px 0;
}
.about_page .about_offer {
  display: flex;
  justify-content: space-between;
}
.about_page .about_offer > .page_title {
  padding-right: 20px;
}
.about_page .about_description {
  font-size: 140%;
  line-height: 21px;
  color: #333333;
  max-width: 487px;
}
.about_page .about_right,
.about_page .about_left {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -10px;
  align-items: flex-end;
  justify-content: space-between;
}
.about_page .about_video {
  position: relative;
  margin: 60px 0;
}
.about_page .about_video a:before {
  display: block;
  content: "";
  padding-bottom: 54%;
}
.about_page .about_video a img {
  object-fit: cover;
}
.about_page .about_video .video_btn {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border: none;
}
.about_page .about_video .video_btn:focus {
  outline: none;
}
.about_page .about_video .video_btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px;
  border-radius: 19%;
  background-color: rgba(51, 51, 51, 0.7);
  width: 71px;
  height: 46px;
}
.about_page .about_video .video_btn:after {
  display: block;
  content: "";
  border-style: solid;
  border-color: transparent #ffffff;
  width: 12px;
  height: 16px;
  border-width: 12px 0 12px 14px;
  position: relative;
  z-index: 2;
  margin-top: -35px;
}
.about_page .about_video .video_btn:hover:before {
  opacity: 0.5;
}
.about_page .about_right .small_block {
  justify-content: flex-start;
}
.about_page .about_right .btn_location {
  justify-content: end;
}
.about_page .img_about {
  max-width: 590px;
  padding: 0 10px;
}
.about_page .img_about img {
  display: block;
  height: auto;
  width: 100%;
}
.about_page .btn_location {
  font-size: 140%;
  line-height: 21px;
  margin-bottom: 22px;
  color: #666666;
  text-align: left;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.about_page .btn_location:before {
  margin-left: 10px;
}
.about_page .inner_info {
  max-width: 251px;
  padding: 0 10px;
}
.about_page .small_about {
  max-width: 180px;
}
.about_page .small_about img {
  display: block;
  height: auto;
  width: 100%;
}
.about_page .info_description {
  font-size: 140%;
  line-height: 21px;
  color: #333333;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.about_page .about_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px;
}
.about_page .big_block {
  flex: 0 0 66%;
  max-width: 66%;
  padding: 0 10px;
}
.about_page .small_block {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1023px) {
  .about_page .about_left,
  .about_page .about_right {
    flex-direction: column;
    align-items: unset;
  }
  .about_page .about_right .about_inner {
    justify-content: flex-end;
  }
  .about_page .about_inner {
    justify-content: end;
  }
  .about_page .inner_info {
    max-width: 400px;
  }
  .about_page .small_block,
  .about_page .big_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .about_bg {
    height: 500px;
  }
  .about_bg .block_description {
    font-size: 250%;
    line-height: 31px;
  }
}
@media screen and (max-width: 767px) {
  .about_bg {
    height: 370px;
  }
  .about_bg .block_description {
    font-size: 200%;
    line-height: 1.33em;
  }
  .about_bg .about_block {
    margin-top: -33px;
  }
  .about_bg .page_title {
    line-height: 1.33em;
  }
  .about_page {
    padding: 25px 0;
  }
  .about_page .about_offer {
    flex-direction: column;
  }
  .about_page .about_video {
    margin: 40px 0;
  }
  .about_page .about_left {
    margin: 40px -10px;
  }
  .about_page .about_inner,
  .about_page .about_left {
    flex-direction: column;
    align-items: unset;
  }
  .about_page .inner_info {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .about_page .inner_info .page_title {
    padding-bottom: 10px;
  }
  .about_page .about_right {
    flex-direction: column-reverse;
    margin: 40px -10px;
  }
  .about_page .about_right .about_inner {
    flex-direction: column-reverse;
  }
  .about_page .about_right .small_block {
    margin-right: auto;
  }
  .about_page .img_about,
  .about_page .inner_info {
    max-width: 100%;
  }
  .about_page .small_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about_page .big_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about_bg {
    height: 290px;
  }
  .about_bg .block_description {
    font-size: 160%;
    line-height: 1.33em;
  }
  .about_bg .about_block {
    margin-top: -33px;
  }
  .about_bg .page_title {
    line-height: 28px;
    -webkit-line-clamp: 2;
  }
}
/*custom changes*/
.page_head_block {
  padding: 0 !important;
}

.about_page .about_video .video_btn:before {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .about_page .btn_location, .about_page .web .btn_location {
  -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_video .video_btn {
  -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 .btn_location, .about_page .touch .btn_location {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .about_page .btn_location:hover, .about_page .web .btn_location:hover {
  color: #FB016F;
}
.touch .about_page .btn_location:active, .about_page .touch .btn_location:active {
  color: #FB016F;
}

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