.about_page .gallery_list {
  padding: 0;
  margin: 0 -15px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.about_page .gallery_list li img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.footer {
  margin-top: 250px;
}
.footer:before {
  display: none;
}

.inner_title {
  font-size: 280%;
  line-height: 37px;
  color: #242525;
  font-family: "semibold";
  margin-bottom: 25px;
}

.inner_description {
  color: #000000;
  font-size: 180%;
  line-height: 30px;
}

.head_description {
  max-width: 956px;
  width: 100%;
}

.about_page .about_page_inner {
  padding: 34px 0;
  position: relative;
  overflow: hidden;
}
.about_page .about_page_inner:before {
  display: block;
  content: "";
  position: absolute;
  background: url("../../../css/images/transparent_squares.png");
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 60%;
  background-position-y: top;
  background-position-x: right;
}
.about_page .about_page_inner:after {
  display: block;
  content: "";
  position: absolute;
  background: url("../../../css/images/transparent_squares2.png");
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 60%;
  background-position-y: bottom;
  background-position-x: left;
}
.about_page .about_description_inner {
  color: #000000;
  font-size: 140%;
  line-height: 25px;
}
.about_page .about_bottom,
.about_page .assortment_section {
  display: flex;
  align-items: center;
  position: relative;
}
.about_page .about_bottom:after,
.about_page .assortment_section:after {
  content: "";
  position: absolute;
  background: #F3F3F3;
  left: 60px;
  right: 60px;
  bottom: -40px;
  z-index: -1;
  height: 530px;
}
.about_page .about_bottom .image_block,
.about_page .assortment_section .image_block {
  position: relative;
  overflow: hidden;
  width: 80%;
  background-size: cover !important;
  background-position: center !important;
}
.about_page .about_bottom .image_block:before,
.about_page .assortment_section .image_block:before {
  display: block;
  content: "";
  padding-bottom: 48.13%;
}
.about_page .about_bottom .info_block,
.about_page .assortment_section .info_block {
  position: relative;
  width: 25%;
  margin-left: -4.6%;
  margin-top: 15%;
}
.about_page .about_bottom .info_block img,
.about_page .assortment_section .info_block img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  display: block;
}
.about_page .inner_about {
  display: flex;
  align-items: center;
}
.about_page .about_description {
  color: #333333;
  font-size: 160%;
  line-height: 25px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  max-width: 420px;
}
.about_page .text_about {
  margin: -100px auto 0;
}
.about_page .text_about .row {
  justify-content: space-between;
}
.about_page .text_about .text_inner {
  margin-bottom: 105px;
}
.about_page .text_about .inner_title {
  max-width: 420px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #00ADBB;
}
.about_page .bottom_block {
  margin-top: 180px;
}
.about_page .bottom_block .gallery_list {
  z-index: 9;
  margin: -150px -15px;
}
.about_page .bottom_block .consultation_text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  margin: -25px auto;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
.about_page .bottom_block .consultation_text .inner_title {
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.about_page .bottom_block .consultation_text .about_description {
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.about_page .bottom_block .inner_title {
  max-width: 420px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #00ADBB;
}
.about_page .bottom_block .about_description {
  color: #333333;
  font-size: 160%;
  line-height: 25px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  max-width: 420px;
}
.about_page .bottom_block .about_block_img {
  right: auto;
  left: 0;
}
.about_page .bottom_block .inner_title {
  max-width: 420px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #00ADBB;
}
.about_page .bottom_block .left_text {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.about_page .bottom_block .left_text > .inner_title {
  display: flex;
  align-items: flex-end;
  width: 46%;
}
.about_page .about_bottom {
  align-items: flex-end;
  z-index: 3;
  margin: -280px auto 0;
}
.about_page .about_bottom .info_block {
  width: 100%;
  margin-left: -11%;
  margin-bottom: -11%;
}
.about_page .about_bottom .about_images {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about_page .about_bottom .about_images_inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about_page .about_bottom .about_images_inner .inner_title {
  display: flex;
  width: 100%;
  max-width: 357px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.about_page .about_bottom .about_images_inner .about_description {
  width: 100%;
  max-width: 357px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.about_page .about_bottom .image_block {
  width: 100%;
}
.about_page .about_bottom .image_block:before {
  padding-bottom: 144%;
}
.about_page .about_bottom:after {
  display: none;
}
.about_page .about_blocks {
  position: relative;
  margin: 340px auto;
}
.about_page .about_blocks .inner_title {
  max-width: 420px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #00ADBB;
}
.about_page .about_block_img {
  position: relative;
  overflow: hidden;
  overflow: hidden;
  position: absolute;
  width: 45%;
  right: 0;
  z-index: 3;
  max-height: 595px;
  height: 100%;
}
.about_page .about_block_img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.about_page .consultation_block {
  position: relative;
  background: #00ADBB;
  overflow: hidden;
}
.about_page .consultation_block:before {
  position: absolute;
  content: "";
  background: #ffffff;
  z-index: 2;
  height: 170px;
  width: 100%;
  bottom: -4px;
  transform: skewY(4deg);
  -moz-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  -webkit-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  transform-origin: left top;
  -webkit-transfrom-origin: left top;
}
.about_page .consultation_block:after {
  position: absolute;
  content: "";
  background: #ffffff;
  z-index: 2;
  height: 170px;
  width: 100%;
  top: -4px;
  transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  -webkit-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  transform-origin: left top;
  -webkit-transfrom-origin: left top;
}
.about_page .consultation_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  height: 730px;
}
.about_page .consultation_inner .consultation_img {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 690px;
  overflow: hidden;
}
.about_page .consultation_inner .consultation_img img {
  max-height: 620px;
  max-width: 100%;
  display: block;
}
.about_page .consultation_inner .consultation_info {
  flex: 0 0 50%;
  max-width: 50%;
}
.about_page .gallery_list li img {
  display: block;
  width: 100%;
  height: auto;
}
.about_page .gallery_list a {
  display: block;
  position: relative;
}
@media screen and (max-width: 959px) {
  .about_page .gallery_list {
    margin: 25px -10px;
  }
}
@media screen and (min-width: 768px) {
  .about_page .gallery_list li {
    width: 33.333%;
  }
}
@media screen and (min-width: 400px) and (max-width: 767px) {
  .about_page .gallery_list li {
    width: 50%;
  }
}
@media screen and (max-width: 399px) {
  .about_page .gallery_list li {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .about_page .inner_title {
    font-size: 200%;
    line-height: 28px;
  }
  .about_page .inner_description {
    font-size: 160%;
    line-height: 24px;
  }
  .about_page .about_bottom:after,
.about_page .assortment_section:after {
    display: none;
  }
  .about_page .about_blocks {
    position: relative;
    margin: 230px auto;
  }
}
@media screen and (max-width: 990px) {
  .about_page {
    padding: 0;
  }
  .about_page .inner_title {
    font-size: 180%;
    margin-bottom: 8px;
    line-height: 25px;
  }
}
@media screen and (max-width: 959px) {
  .about_page .about_block_img {
    width: 100%;
    position: relative;
    max-height: 100%;
    margin-top: 20px;
  }
  .about_page .inner_about {
    flex-direction: column;
  }
  .about_page .inner_about .inner_container {
    padding: 0;
  }
  .about_page .about_page_inner {
    padding: 0;
  }
  .about_page .consultation_block {
    display: none;
  }
  .about_page .about_bottom {
    margin: 0;
    padding: 0;
    flex-direction: column-reverse;
  }
  .about_page .about_bottom .info_block {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .about_page .about_bottom .about_images_inner {
    margin-top: 20px;
  }
  .about_page .about_bottom .about_images_inner .inner_title,
.about_page .about_bottom .about_images_inner .about_description {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
  }
  .about_page .about_bottom .image_block:before {
    padding-bottom: 100%;
  }
  .about_page .bottom_block {
    margin-top: 0;
  }
  .about_page .bottom_block .about_description,
.about_page .bottom_block .inner_title {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
  }
  .about_page .bottom_block .consultation_block {
    display: block;
    margin: 20px 0;
  }
  .about_page .bottom_block .consultation_block:before, .about_page .bottom_block .consultation_block:after {
    display: none;
  }
  .about_page .bottom_block .consultation_block .consultation_inner {
    height: auto;
  }
  .about_page .bottom_block .consultation_block .consultation_text {
    padding: 40px 15px;
    margin: 0;
    top: auto;
    position: relative;
  }
  .about_page .bottom_block .gallery_list {
    margin: 0;
  }
  .about_page .text_about {
    margin: 0;
  }
  .about_page .text_about .text_inner {
    margin-bottom: 30px;
  }
  .about_page .text_about .col-md-5 {
    padding: 0;
  }
  .about_page .about_blocks {
    margin: 40px auto;
  }
  .about_page .about_blocks .about_description,
.about_page .about_blocks .inner_title {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    max-width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .footer {
    margin-top: 25px;
  }
}
.about_page .gallery_list a {
  -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 .gallery_list a {
  -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 .gallery_list a:hover {
  opacity: 0.9;
}

.about_page .gallery_list a:active {
  opacity: 0.9;
}

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