.about_block .about_bg img, .promotional_container .promotional_bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.about_info {
  padding-top: 150px; }
  .about_info:not(.showed) .top_info {
    opacity: 0;
    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); }
  .about_info:not(.showed) .inner_bottom {
    opacity: 0;
    transform: translate3d(0, 150%, 0);
    -moz-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    -webkit-transform: translate3d(0, 150%, 0);
    -o-transform: translate3d(0, 150%, 0); }
  .about_info .info_title {
    color: #333333;
    font-size: 120%;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .about_info .top_info {
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    position: relative;
    padding-left: 80px; }
    .about_info .top_info:before {
      top: 1px;
      bottom: 6px;
      left: 0;
      width: 2px;
      display: block;
      content: "";
      position: absolute;
      background: #666666; }
  .about_info .inner_bottom {
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    font-size: 140%;
    line-height: 20px;
    color: #333333;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 120px;
    -moz-column-gap: 120px;
    column-gap: 120px; }
    .about_info .inner_bottom span {
      margin-bottom: 20px;
      display: flex; }

.about_block {
  position: relative; }
  .about_block:not(.showed) .inner_block {
    transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  .about_block .about_bg {
    position: relative;
    overflow: hidden; }
    .about_block .about_bg img {
      object-fit: cover; }
    .about_block .about_bg:before {
      display: block;
      content: "";
      padding-bottom: 40%; }
    .about_block .about_bg:after {
      content: '';
      background-color: rgba(26, 26, 26, 0.7);
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
  .about_block .inner_block {
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    position: absolute;
    bottom: 0;
    left: 130px;
    margin-bottom: 100px;
    max-width: 700px;
    padding: 0 20px;
    color: #ffffff;
    line-height: 70px;
    font-size: 600%;
    font-family: "playfair-regular", "sylfaen-regular";
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    .about_block .inner_block span {
      font-family: "bold", "arm-bold"; }

.promotional_container {
  padding-top: 80px;
  padding-bottom: 70px; }
  .promotional_container .animation_block {
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    transition: all 1.5s; }
  .promotional_container .promotional_bg {
    overflow: hidden;
    position: relative; }
    .promotional_container .promotional_bg:not(.showed) {
      opacity: 0;
      -o-transition: none;
      -ms-transition: none;
      -moz-transition: none;
      -webkit-transition: none;
      transition: none;
      -o-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
    .promotional_container .promotional_bg img {
      object-fit: cover; }
    .promotional_container .promotional_bg:before {
      display: block;
      content: "";
      padding-bottom: 64%; }
  .promotional_container .promotional_block {
    padding: 60px;
    margin-right: auto;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    max-width: 480px;
    margin-top: -350px; }
    .promotional_container .promotional_block:not(.showed) {
      opacity: 0;
      transform: translate3d(0, 5%, 0);
      -moz-transform: translate3d(0, 5%, 0);
      -ms-transform: translate3d(0, 5%, 0);
      -webkit-transform: translate3d(0, 5%, 0);
      -o-transform: translate3d(0, 5%, 0); }
  .promotional_container .promotional_title {
    color: #333333;
    font-family: "playfair-regular", "sylfaen-regular";
    font-size: 450%;
    line-height: 50px;
    display: flex;
    flex-direction: column-reverse; }
    .promotional_container .promotional_title:before {
      content: "";
      width: 100vw;
      max-width: 155px;
      min-width: 70px;
      height: 2px;
      background: #666666;
      margin-top: 34px; }
  .promotional_container .promotional_description {
    margin-top: 40px;
    margin-bottom: 35px;
    font-size: 140%;
    line-height: 20px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .promotional_container .site_btn {
    max-width: 180px; }

.bottom_info {
  -o-transition: opacity 1.5s;
  -ms-transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s; }
  .bottom_info:not(.showed) {
    opacity: 0;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  .bottom_info .info_description {
    color: #333333;
    font-family: "playfair-regular", "sylfaen-regular";
    font-size: 450%;
    line-height: 50px;
    text-align: center;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    max-width: 780px;
    margin: 0 auto; }
    .bottom_info .info_description:before {
      padding-bottom: 40px; }
  .bottom_info .inner_info {
    color: #333333;
    font-size: 140%;
    line-height: 20px;
    text-align: center; }

@media (max-width: 1199px) {
  .about_block .inner_block {
    line-height: 55px;
    font-size: 500%;
    left: 0;
    padding: 0 20px; }

  .bottom_info .info_description {
    font-size: 400%;
    line-height: 44px; }

  .promotional_container .promotional_title {
    font-size: 400%;
    line-height: 44px; } }
@media (max-width: 991px) {
  .about_block .inner_block {
    line-height: 40px;
    font-size: 400%; }
  .about_block .about_bg:before {
    padding-bottom: 64%; }

  .about_info .top_info {
    padding-left: 20px;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s; }
  .about_info .inner_bottom {
    margin-top: 35px;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px; }

  .promotional_container .promotional_title {
    font-size: 350%;
    line-height: 40px; }

  .bottom_info .info_description {
    font-size: 350%;
    line-height: 40px; } }
@media (max-width: 767px) {
  .about_info {
    padding-top: 40px; }

  .about_block .inner_block {
    line-height: 30px;
    font-size: 300%;
    margin-bottom: 30px; }
  .about_block .about_bg:before {
    padding-bottom: 64%; }

  .bottom_info .info_description {
    font-size: 300%;
    line-height: 35px;
    padding-bottom: 25px; }

  .promotional_container .promotional_block {
    margin-top: -250px; }
  .promotional_container .promotional_title {
    font-size: 300%;
    line-height: 35px; }
  .promotional_container .promotional_bg:before {
    padding-bottom: 100%; } }
@media (max-width: 575px) {
  .about_block .about_bg:before {
    padding-bottom: 100%; } }
@media (max-width: 479px) {
  .about_info .top_info {
    padding-left: 20px; }
  .about_info .inner_bottom {
    margin-top: 35px;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; }

  .bottom_info .info_description {
    font-size: 250%;
    line-height: 30px; }

  .promotional_container .promotional_block {
    margin-top: -150px;
    padding: 20px; }
  .promotional_container .promotional_title {
    font-size: 250%;
    line-height: 30px; }
  .promotional_container .promotional_bg:before {
    padding-bottom: 100%; } }
@media (max-width: 359px), (max-height: 399px) {
  .about_block .inner_block {
    line-height: 30px;
    font-size: 250%; }
  .about_block .about_bg:before {
    padding-bottom: 65%; }

  .promotional_container .promotional_block {
    max-width: 100%;
    background: none;
    box-shadow: none;
    margin-top: 20px;
    padding: 0; } }

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