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

.page_head_block {
  padding-top: 20px;
  padding-bottom: 45px;
}
.page_head_block .head_inner {
  min-height: 435px;
  border-radius: 4px;
  background-size: cover;
  color: #ffffff;
  padding: 40px 160px;
  display: flex;
  align-items: center;
  text-align: center;
}
.page_head_block .head_content {
  max-width: 680px;
}
.page_head_block .head_content img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 100%;
  height: 56px;
  margin-bottom: 30px;
}
.page_head_block .short_description {
  font-size: 180%;
  line-height: 27px;
}

.about_product {
  text-align: center;
  padding-bottom: 135px;
}
.about_product .info_block {
  max-width: 1260px;
  margin: 0 auto;
}

.about_page .section_title {
  text-align: center;
  margin-bottom: 45px;
}
.about_page .section_title:after {
  display: block;
  margin: 45px auto 0;
  width: 100px;
  height: 2px;
  content: "";
  background: #f9b638;
}
.about_page .share_content {
  display: flex;
  padding-top: 35px;
  justify-content: flex-end;
}

.experts_section {
  background: #f7f7f7;
  padding: 75px 0 135px;
}

.experts_list li {
  display: flex;
}
.experts_list li:not(:first-child) {
  margin-top: 90px;
}
.experts_list .image_block {
  flex: 0 0 24%;
  max-width: 24%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.experts_list .image_block:before {
  display: block;
  content: "";
  padding-bottom: 130%;
}
.experts_list .image_block img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.experts_list .info_block {
  flex: 0 0 76%;
  max-width: 76%;
  padding-left: 80px;
  padding-top: 45px;
}
.experts_list .expert_name {
  font-size: 360%;
  line-height: 44px;
  margin-bottom: 10px;
}
.experts_list .expert_education,
.experts_list .expert_opinion,
.experts_list .expert_profession {
  font-size: 160%;
  line-height: 22px;
}
.experts_list .expert_opinion {
  font-style: italic;
}
.experts_list .expert_profession {
  opacity: 0.4;
}
.experts_list .expert_education:not(:last-child),
.experts_list .expert_opinion:not(:last-child),
.experts_list .expert_profession:not(:last-child),
.experts_list .standard_text:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 1559px) {
  .page_head_block {
    padding-bottom: 40px;
  }
  .page_head_block .head_inner {
    min-height: 400px;
    padding-left: 135px;
    padding-right: 135px;
  }
  .page_head_block .head_content {
    max-width: 380px;
  }
  .page_head_block .head_content img {
    height: 50px;
    margin-bottom: 25px;
  }
  .page_head_block .short_description {
    font-size: 160%;
    line-height: 24px;
  }

  .about_product {
    padding-bottom: 120px;
  }
  .about_product .info_block {
    max-width: 900px;
  }

  .section_title {
    margin-bottom: 40px;
  }
  .section_title:after {
    margin-top: 40px;
    width: 90px;
  }

  .experts_section {
    padding: 65px 0 120px;
  }

  .experts_list li:not(:first-child) {
    margin-top: 80px;
  }
  .experts_list .image_block {
    flex: 0 0 27%;
    max-width: 27%;
  }
  .experts_list .info_block {
    flex: 0 0 73%;
    max-width: 73%;
    padding-left: 70px;
    padding-top: 40px;
  }
  .experts_list .expert_name {
    font-size: 320%;
    line-height: 38px;
  }
  .experts_list .expert_education,
.experts_list .expert_opinion,
.experts_list .expert_profession {
    font-size: 140%;
    line-height: 20px;
  }
  .experts_list .expert_education:not(:last-child),
.experts_list .expert_opinion:not(:last-child),
.experts_list .expert_profession:not(:last-child),
.experts_list .standard_text:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media (max-width: 1439px) {
  .page_head_block {
    padding-bottom: 35px;
  }
  .page_head_block .head_inner {
    min-height: 335px;
    padding-left: 120px;
    padding-right: 120px;
  }
  .page_head_block .head_content {
    max-width: 440px;
  }
  .page_head_block .head_content img {
    height: 45px;
  }
  .page_head_block .short_description {
    font-size: 140%;
    line-height: 21px;
  }

  .about_product {
    padding-bottom: 105px;
  }
  .about_product .info_block {
    max-width: 720px;
  }

  .section_title {
    margin-bottom: 35px;
  }
  .section_title:after {
    margin-top: 35px;
    width: 80px;
  }

  .experts_section {
    padding: 60px 0 105px;
  }

  .experts_list li:not(:first-child) {
    margin-top: 70px;
  }
  .experts_list .image_block {
    flex: 0 0 29%;
    max-width: 29%;
  }
  .experts_list .info_block {
    flex: 0 0 71%;
    max-width: 71%;
    padding-left: 60px;
    padding-top: 35px;
  }
  .experts_list .expert_name {
    font-size: 280%;
    line-height: 34px;
  }
  .experts_list .expert_education,
.experts_list .expert_opinion,
.experts_list .expert_profession {
    font-size: 130%;
    line-height: 19px;
  }
}
@media (max-width: 1199px) {
  .page_head_block {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .page_head_block .head_inner {
    min-height: 320px;
    padding-left: 105px;
    padding-right: 105px;
  }
  .page_head_block .head_content {
    max-width: 340px;
  }
  .page_head_block .head_content img {
    height: 40px;
    margin-bottom: 20px;
  }
  .page_head_block .short_description {
    font-size: 130%;
    line-height: 19px;
  }

  .about_product {
    padding-bottom: 90px;
  }
  .about_product .info_block {
    max-width: 600px;
  }

  .section_title {
    margin-bottom: 30px;
  }
  .section_title:after {
    margin-top: 30px;
    width: 75px;
  }

  .experts_section {
    padding: 50px 0 90px;
  }

  .experts_list li:not(:first-child) {
    margin-top: 60px;
  }
  .experts_list .image_block {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .experts_list .info_block {
    flex: 0 0 73%;
    max-width: 73%;
    padding-left: 55px;
    padding-top: 20px;
  }
  .experts_list .expert_name {
    font-size: 260%;
    line-height: 32px;
  }
  .experts_list .expert_education:not(:last-child),
.experts_list .expert_opinion:not(:last-child),
.experts_list .expert_profession:not(:last-child),
.experts_list .standard_text:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .page_head_block {
    padding-top: 30px;
  }
  .page_head_block .head_inner {
    min-height: 210px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page_head_block .head_content {
    max-width: 640px;
    margin: 0 auto;
  }
  .page_head_block .head_content img {
    height: 50px;
    margin-bottom: 25px;
  }
  .page_head_block .short_description {
    font-size: 160%;
    line-height: 24px;
  }

  .about_product {
    padding-bottom: 60px;
  }
  .about_product .info_block {
    max-width: 100%;
  }

  .section_title {
    margin-bottom: 40px;
  }
  .section_title:after {
    margin-top: 40px;
    width: 90px;
  }

  .experts_section {
    padding: 30px 0;
  }

  .experts_list li {
    display: block;
  }
  .experts_list li:not(:first-child) {
    margin-top: 50px;
  }
  .experts_list .image_block {
    float: left;
    flex: none;
    max-width: 100%;
    width: 20%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .experts_list .info_block {
    flex: none;
    max-width: 100%;
    padding: 0;
  }
  .experts_list .expert_name {
    font-size: 320%;
    line-height: 38px;
  }
  .experts_list .expert_education,
.experts_list .expert_opinion,
.experts_list .expert_profession {
    font-size: 140%;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .page_head_block .head_inner {
    min-height: 180px;
  }
  .page_head_block .head_content img {
    height: 45px;
  }
  .page_head_block .short_description {
    font-size: 140%;
    line-height: 21px;
  }

  .about_product {
    padding-bottom: 40px;
  }

  .section_title {
    margin-bottom: 35px;
  }
  .section_title:after {
    margin-top: 35px;
    width: 80px;
  }

  .experts_list li:not(:first-child) {
    margin-top: 40px;
  }
  .experts_list .image_block {
    width: 30%;
    min-width: 128px;
  }
  .experts_list .expert_name {
    font-size: 240%;
    line-height: 30px;
  }
  .experts_list .expert_education,
.experts_list .expert_opinion,
.experts_list .expert_profession {
    font-size: 130%;
    line-height: 19px;
  }
}
@media (max-width: 575px) {
  .page_head_block .head_content img {
    height: 40px;
    margin-bottom: 20px;
  }

  .section_title {
    margin-bottom: 30px;
  }
  .section_title:after {
    margin-top: 30px;
    width: 75px;
  }
}
@media (max-width:359px) {
  .page_head_block .head_content img {
    height: 32px;
    margin-bottom: 15px;
  }
  .page_head_block .short_description {
    font-size: 130%;
    line-height: 19px;
  }

  .experts_list li:not(:first-child) {
    margin-top: 30px;
  }
  .experts_list .image_block {
    min-width: 100px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .experts_list .expert_name {
    font-size: 200%;
    line-height: 24px;
  }
}

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