@charset "utf-8";
@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";

.search-form {
  background: #fff;width: 100%;
  padding: 20px 0;
}

.search-form * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.search-form-in {
  max-width: 1380px;
  margin: 0 auto;
padding: 10px 50px;
  background: url("/search-form-bg.png") no-repeat;
  background-size: contain;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
}

.search-form-in .h1 {
  margin: 0 0 40px;
  padding: 0;
  font-family: 'SF UI Display' !important;
  font-weight: 500;
  font-size: 60px;
  color: #fff;
  line-height: 1;
}

.search-form-in form {
  position: relative;
}

.search-form-in form input {
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0 100px 0 40px;
  font-family: 'SF UI Display' !important;
  font-weight: 200;
  font-size: 40px;
  color: #333;
  border: 0;
  outline: 0px;
  box-shadow: inset 6px 11px 36px rgba(0, 0, 0, 0.16);
  border-radius: 7px;
}

.search-form-in form input::-webkit-input-placeholder {
  color: #b4b4b4;
}

.search-form-in form input::-moz-placeholder {
  color: #b4b4b4;
}

.search-form-in form input:-moz-placeholder {
  color: #b4b4b4;
}

.search-form-in form input:-ms-input-placeholder {
  color: #b4b4b4;
}

.search-form-in form .button-search {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 68px;
  height: 69px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0px;
  background: url("/search.png") center no-repeat;
  background-size: contain;
}

.search-form-in form .button-search:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 1024px) {
  .search-form-in {
    padding: 20px 30px;
  }

  .search-form-in .h1 {
    font-size: 20px;
padding-bottom: 40px;
  }

  .search-form-in form input {
    padding: 0 60px 0 20px;
    font-size: 20px;
    height: 60px;
  }

  .search-form-in form .button-search {
    width: 40px;
    height: 40px;
    right: 10px;
  }
}

@media only screen and (max-width: 700px) {
  .search-form-in {
    padding: 20px 15px;
  }

  .search-form-in .h1 {
    margin-bottom: 20px;
  }

  .search-form-in form input {
    height: 40px;
    padding: 0 30px 0 5px;
    font-size: 14px;
  }

  .search-form-in form .button-search {
    width: 30px;
    height: 30px;
    right: 5px;
  }
}
.section-title-main
{
display:none;
}

img[data-lazyloaded]{
    opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

.wrap-cod {
  background-color: #f1f1f1;
}
.wrap-cod div div {
  width: auto;
  padding: 0;
}

.wrap-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.bg-hkred {
  background-color: #D62E51;
}

.bg-hkred a {
  color: white;
  text-decoration: none;
  font-size: inherit;
  line-height: 1em;
}

/*
@media (min-width: 1200px) {
  .hklot {
    max-width: 17.25% !important;
  }
  .hklow {
    max-width: 18.75% !important;
    min-width: 18.75% !important;
  }
  .sets-2 {
    font-size: 1em !important;
  }
  .sets-3 {
    font-size: 1.5em !important;
  }
}*/
@media (min-width: 576px) {
/*  .hklot {
    max-width: 16.66% !important;
  } */
  /*.hklow {
    max-width: 18% !important;
    min-width: 18% !important; 
  }*/
  .container .wrap-cod .wrap-row .sets-2,
  .container .wrap-cod .wrap-row .sets-4 {
    font-size: .7em;
  }
  .container .wrap-cod .wrap-row .sets-3 {
    font-size: 1em;
  }
}

@media (max-width: 575px) {
  .container .wrap-cod .wrap-row .sets-4 {
    font-size: .7em;
  }
  .container .wrap-cod .wrap-row .sets-2 {
    font-size: .9em;
  }
}

.wrap-cod hr {
    border: none;
    color: #D62E51;
    background-color: #D62E51;
    height: 2px;
    opacity: 1;
}

.back_to_top {
  position: fixed;
  bottom: 80px;
  left: 40px;
  z-index: 9999;
  width: 76px;
  height: 76px;
  text-align: center;
  line-height: 76px;
  cursor: pointer;
  display: none;
}

/* .back_to_top:hover {
  background: #871515;
} */

.back_to_top-show {
  display: block;
}

.our-advantages {
  background-color: #f5f5f5;
  padding: 10px 0 30px;
}
.our-advantages h2 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.our-advantages__fl-con {
  display: flex;
  flex-wrap: wrap;
}
.our-advantages__fl-item {
  flex: 500px;
  display: flex;
  padding-bottom: 20px;
}
.our-advantages__img {
  width: 50px;
  height: 50px;
  min-width: 50px;
}
.our-advantages__txt {
  margin-left: 20px;
  align-self: center;
  text-align: left;
}
.slider_blog .box.box-slider_blog__slider.box-text-bottom.box-blog-post {
    height: max-content;
}
.doom .box-image {
    padding: 0 15px;
}
.button-new.button-fill.show_mobail__b {
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 16px 30px;
    border-radius: 0;
    text-transform: none;
    display: block;
}
#page_nosidebar .page-inner .wp-block-image img {
    width: 100%;
}
#page_nosidebar .review-slider .col {
    margin-bottom: 25px;
}
#page_nosidebar .doctor-image {
    margin-bottom: 20px;
}
.doom li{
    list-style-type: none;
    padding-left: 35px;
}
.doom .wp-block-image img{
    padding: 5px;
}
@media (min-width: 768px) {
    #page_nosidebar ul.toc_list {
        column-count: 2;
        column-gap: 15%;
    }
}
@media (max-width: 990px) {
  .our-advantages__txt br {
      display: none;
  }
}


.landing-icon-card {
  border: 1px solid #d62e51;
  border-radius: 10px;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  display: flex;
}

.landing-icon-card__icon {
  flex-shrink: 0;
  width: 50px;
}

.landing-button {
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 167%;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  font-family: Open Sans, serif !important;
}

@media (width <= 767px) {
  .landing-button {
    width: 100%;
  }
}

.landing-button--primary {
  color: #fff;
  background: #e8004d;
  border: 1px solid #0000000d;
}

.landing-button--primary:hover {
  background: #cf0045;
}

.landing-button--secondary {
  color: #757575;
  background: #fff;
  border: 1px solid #fff;
}

.landing-button--secondary:hover {
  color: #fff;
  background: #e8004d;
}

.landing-image-card {
  border-radius: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.landing-image-card__wrapper {
  background-color: #ccc;
  width: 100%;
  padding-top: 100%;
}

.landing-image-card img {
  object-fit: cover;
  object-position: top center;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.landing-image-card__text {
  color: #fff;
  z-index: 1;
  text-align: center;
  background: #2d2d2db3;
  width: 100%;
  padding: 16px 20px;
  font-size: 11px;
  font-weight: 400;
  line-height: 164%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase !important;
  font-family: Open Sans, serif !important;
}

.landing-image-card__text b {
  font-weight: 700;
}

.landing-quote div {
  color: #2e2d2d;
  filter: drop-shadow(2px 4px 2px #0003);
  background: #f1e4e4;
  border-radius: 20px;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 162%;
  font-family: Open Sans, serif !important;
}

.landing-quote div:after {
  content: "";
  background-image: url("../images/quote-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 24px;
  display: block;
  position: absolute;
  left: 30px;
  transform: translateY(38%)scale(1.5);
}

.landing-text-card {
  border: 1px solid #d62e51;
  border-radius: 5px;
  padding: 16px 20px;
}

.landing-text-card__title {
  color: #2e2d2d;
  border-bottom: 1px dashed #d62e51;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
  text-transform: uppercase !important;
  font-family: Open Sans, serif !important;
}

.landing-text-card__content {
  color: #2e2d2d;
  font-size: 16px;
  font-weight: 400;
  line-height: 162%;
  font-family: Open Sans, serif !important;
}

.landing-text-field input {
  color: #2e2d2d !important;
  background: #fff;
  border: none  !important;
  border-radius: 100px  !important;
  width: 100%  !important;
  padding: 10px 20px  !important;
  font-size: 14px  !important;
  font-weight: 400;
  line-height: 157%;
  font-family: Open Sans, serif !important;
}

.landing-text-field input::placeholder {
  color: #2e2d2d  !important;
  font-size: 14px  !important;
  font-weight: 400  !important;
  line-height: 157%  !important;
  font-family: Open Sans, serif !important;
}

.landing-text-field input:focus {
  outline: none;
}

.landing-submit-button input {
  color: #e1004b  !important;
  cursor: pointer  !important;
  background: #fff  !important;
  border: none  !important;
  border-radius: 100px  !important;
  width: 100%  !important;
  padding: 10px 20px  !important;
  font-size: 12px  !important;
  font-weight: 700  !important;
  line-height: 167%  !important;
  transition: all .3s;
  font-family: Open Sans, serif !important;
  height: auto !important;
}

.landing-submit-button input:hover {
  color: #fff  !important;
  background: #ae003a  !important;
}

.breadcrumbs {
  color: #2e2d2d;
  font-size: 14px;
  font-weight: 400;
  line-height: 157%;
  list-style: none;
  font-family: Open Sans, serif !important;
}

.breadcrumbs li {
  font-weight: 700;
  display: inline-block;
}

.breadcrumbs li:not(:last-child):after {
  content: " > ";
  font-weight: 400;
}

.breadcrumbs a {
  color: #e8004d;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.landing-welcome {
  margin: 40px 0;
}

.landing-welcome__wrapper {
  background: #f7f7f7;
  border-radius: 20px;
  overflow: hidden;
}

.landing-welcome__banner {
  background: #d62e51;
  align-items: center;
  height: 454px;
  display: flex;
}

@media (width <= 1139px) {
  .landing-welcome__banner {
    height: 276px;
  }
}

@media (width <= 767px) {
  .landing-welcome__banner {
    flex-direction: column;
    height: auto;
  }
}

.landing-welcome__banner-image {
  background-image: url("../images/landing-welcome-desktop.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  width: 55%;
  height: 100%;
}

@media (width <= 1139px) {
  .landing-welcome__banner-image {
    width: 50%;
  }
}

@media (width <= 767px) {
  .landing-welcome__banner-image {
    background-image: url("../images/landing-welcome-phone.png");
    width: 100%;
    height: 294px;
  }
}

.landing-welcome__banner-text {
  padding: 0 75px 0 55px;
}

@media (width <= 1139px) {
  .landing-welcome__banner-text {
    padding: 0 40px 0 30px;
  }
}

@media (width <= 767px) {
  .landing-welcome__banner-text {
    padding: 30px 20px 40px;
  }
}

.landing-welcome__banner-text h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase !important;
  font-family: Open Sans, serif !important;
}

@media (width <= 1139px) {
  .landing-welcome__banner-text h1 {
    font-size: 30px;
    line-height: 127%;
  }
}

@media (width <= 767px) {
  .landing-welcome__banner-text h1 {
    font-size: 30px;
    line-height: 127%;
  }
}

.landing-welcome__advantages {
  border-bottom: 2px solid #d62e51;
  border-left: 2px solid #d62e51;
  border-right: 2px solid #d62e51;
  border-radius: 0 0 20px 20px;
  display: flex;
  font-family: "Open Sans", sans-serif !important;
}

@media (width <= 1139px) {
  .landing-welcome__advantages {
    flex-direction: column;
  }
}

.landing-welcome__advantage {
  flex: 1 0 0;
  padding: 16px 20px;
}

.landing-welcome__advantage + .landing-welcome__advantage {
  border-left: 2px dashed #d62e51;
}

@media (width <= 1139px) {
  .landing-welcome__advantage + .landing-welcome__advantage {
    border-top: 2px dashed #d62e51;
    border-left: none;
  }
}

.landing-advantages {
  margin: 100px 0;
}

.landing-advantages__title {
  color: #525252;
  text-align: center;
  margin-bottom: 45px;
  font-size: 34px;
  font-weight: 700;
  line-height: 129%;
  font-family: Open Sans, serif !important;
}

@media (width <= 1139px) {
  .landing-advantages__title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 125%;
  }
}

.landing-advantages__items {
  gap: 20px;
  display: flex;
}

@media (width <= 1139px) {
  .landing-advantages__items {
    flex-direction: column;
    gap: 12px;
  }
}

.landing-advantages__items .landing-icon-card {
  flex: 1 0 0;
}

.landing-advantages__button {
  justify-content: center;
  margin: 52px auto 0;
  display: flex;
}

@media (width <= 1139px) {
  .landing-advantages__button {
    margin: 40px auto 0;
  }
}

.landing-about {
  background: #f7f7f7;
  margin: 0px 0;
  padding: 100px 0;
}

.landing-about__wrapper {
  gap: 36px;
  display: flex;
}

@media (width <= 1139px) {
  .landing-about__wrapper {
    gap: 55px;
  }
}

@media (width <= 767px) {
  .landing-about__wrapper {
    flex-direction: column;
    gap: 40px;
  }
}

.landing-about__title {
  color: #525252;
  margin-bottom: 50px;
  font-size: 34px;
  font-weight: 700;
  line-height: 129%;
  font-family: Open Sans, serif !important;
}

@media (width <= 1139px) {
  .landing-about__title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 125%;
  }
}

@media (width <= 767px) {
  .landing-about__title {
    text-align: center;
  }
}

.landing-about__quote {
  flex-grow: 1;
  margin-bottom: 50px;
}

@media (width <= 767px) {
  .landing-about__quote {
    margin-bottom: 0;
  }
}

.landing-about__content {
  flex-direction: column;
  display: flex;
}

.landing-about__image {
  flex-shrink: 0;
  width: 367px;
  height: 367px;
}

@media (width <= 1139px) {
  .landing-about__image {
    width: 238px;
    height: 398px;
  }
}

@media (width <= 767px) {
	.landing-about {
	margin: 0px 0;
	padding: 10px 0;
	}
	
  .landing-about__image {
    width: 100%;
    height: auto;
  }

  .landing-about__button {
    display: none;
  }
}

.landing-about__button--phone {
  display: none;
}

@media (width <= 767px) {
  .landing-about__button--phone {
    display: block;
  }
}

.landing-points {
  margin: 100px 0;
}

.landing-points__title {
  color: #525252;
  text-align: center;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  line-height: 129%;
  font-family: Open Sans, serif !important;
}

@media (width <= 1139px) {
  .landing-points__title {
    font-size: 24px;
    line-height: 125%;
  }
}

.landing-points__subtitle {
  color: #2e2d2d;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 162%;
  font-family: Open Sans, serif !important;
}

.landing-points__items {
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  display: flex;
}

@media (width <= 1139px) {
  .landing-points__items {
    gap: 12px;
  }
}

.landing-points__item {
  width: calc(50% - 10px);
}

@media (width <= 767px) {
  .landing-points__item {
    width: 100%;
  }
}

.landing-points__button {
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.landing-procedures {
  background: #f7f7f7;
  padding: 100px 0 105px;
}

.landing-procedures__title {
  color: #525252;
  text-align: center;
  margin-bottom: 45px;
  font-size: 34px;
  font-weight: 700;
  line-height: 129%;
  font-family: Open Sans, serif !important;
}

@media (width <= 1139px) {
  .landing-procedures__title {
    color: #525252;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
    line-height: 125%;
    font-family: Open Sans, serif !important;
  }
}

.landing-procedures__content-wrapper {
  gap: 50px;
  display: flex;
}

@media (width <= 1139px) {
  .landing-procedures__content-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}

.landing-procedures__advantages {
  flex-direction: column;
  flex-shrink: 0;
  gap: 20px;
  width: 28%;
  display: flex;
}

@media (width <= 1139px) {
  .landing-procedures__advantages {
    gap: 12px;
    width: 100%;
  }
}

.landing-procedures__content {
  flex-direction: column;
  flex-grow: 1;
  display: flex;
}

.landing-procedures__procedures {
  flex-shrink: 0;
  gap: 20px;
  display: flex;
}

@media (width <= 1139px) {
  .landing-procedures__procedures {
    gap: 12px;
  }
}

@media (width <= 767px) {
	.landing-procedures {
  background: #f7f7f7;
  padding: 10px 0 10px;
}

	
	
  .landing-procedures__procedures {
    flex-wrap: wrap;
  }
}

.landing-procedures__buttons {
  flex-grow: 1;
  align-items: flex-end;
  gap: 20px;
  padding-left: 16px;
  display: flex;
}

@media (width <= 1139px) {
  .landing-procedures__buttons {
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
    padding-left: 0;
  }
}

@media (width <= 767px) {
  .landing-procedures__buttons {
    flex-direction: column;
  }
}

.landing-transformation {
  margin: 100px 0;
  position: relative;
}

.landing-transformation:after {
  content: "";
  background-image: url("../images/transformation-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 120px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (width <= 1139px) {
  .landing-transformation:after {
    background-image: url("../images/transformation-bg-phone.png");
    width: 20%;
    height: 105%;
    top: 5%;
  }
}

@media (width <= 767px) {
  .landing-transformation:after {
    width: 50%;
    height: 100%;
  }
}

.landing-transformation__title {
  color: #525252;
  text-align: center;
  margin-bottom: 45px;
  font-size: 34px;
  font-weight: 700;
  line-height: 129%;
  font-family: Open Sans, serif !important;
}

@media (width <= 1139px) {
  .landing-transformation__title {
    color: #525252;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
    line-height: 125%;
    font-family: Open Sans, serif !important;
  }
}

.landing-transformation__items {
  gap: 75px;
  display: flex;
  position: relative;
  z-index: 1;
}

@media (width <= 1139px) {
  .landing-transformation__items {
    flex-direction: column;
    gap: 20px;
  }
}

.landing-transformation__item {
  background: #f7f7f7;
  border: 1px solid #d62e51;
  border-radius: 10px;
  flex: 1 0 0;
  padding: 16px 20px;
}

.landing-transformation__number {
  font-family: Open Sans, serif !important;
  color: #d62e51;
  opacity: .3;
  margin-bottom: 12px;
  font-size: 34px;
  font-weight: 700;
  line-height: 129%;
}

.landing-form {
  margin: 100px 0;
}

.landing-form__wrapper {
  background: #e8004d;
  border-radius: 20px;
  padding: 40px 45px;
}

@media (width <= 1139px) {
  .landing-form__wrapper {
    padding: 30px 20px;
  }
}

.landing-form__title {
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  font-family: Open Sans, serif !important;
}

@media (width <= 1139px) {
  .landing-form__title {
    margin-bottom: 24px;
  }
}

.landing-form__form {
  gap: 15px;
  display: flex;
}

@media (width <= 1139px) {
  .landing-form__form {
    gap: 12px;
  }
}

@media (width <= 767px) {
  .landing-form__form {
    flex-direction: column;
  }
}

.landing-form__form-column {
  flex: 1 0 0;
}

.landing-form__form-column .landing-submit-button, .landing-form__form-column .landing-submit-button input {
  height: 100%;
}

.landing-form__privacy {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 167%;
  font-family: Open Sans, serif !important;
}

@media (width <= 1139px) {
  .landing-form__privacy {
    margin-top: 24px;
  }
}

.about-page {
  margin: 30px 0;
}

.about-page__breadcrumbs {
  margin-bottom: 40px;
}

.about-page__wrapper {
  gap: 118px;
  display: flex;
}

@media (width <= 1139px) {
  .about-page__wrapper {
    flex-direction: column;
    gap: 0;
  }
}

.about-page__wrapper ul {
  color: #2e2d2d;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 157%;
  list-style: none;
  font-family: Open Sans, serif !important;
}

.about-page__wrapper ul li {
  padding-left: 14px;
  position: relative;
}

.about-page__wrapper ul li:before {
  content: "";
  vertical-align: middle;
  background: #d62e51;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
}

.about-page__wrapper ul li + li {
  margin-top: 10px;
}

.about-page__wrapper p {
  color: #2e2d2d;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 157%;
  font-family: Open Sans, serif !important;
}

.about-page__wrapper b {
  color: #2e2d2d;
  font-size: 16px;
  font-weight: 700;
  line-height: 162%;
  font-family: Open Sans, serif !important;
}

.about-page__title {
  color: #525252;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase !important;
  font-family: Open Sans, serif !important;
}

@media (width <= 1139px) {
  .about-page__title {
    font-size: 30px;
    line-height: 127%;
  }
}

@media (width <= 767px) {
  .about-page__title {
    font-size: 30px;
    line-height: 127%;
  }
}

.about-page__button {
  margin-top: 52px;
}

@media (width <= 1139px) {
  .about-page__button {
    display: none;
  }

  .about-page__button--phone {
    margin-top: 40px;
    display: block;
  }
}

@media (width >= 1140px) {
  .about-page__button--phone {
    display: none;
  }
}

.about-page__photo {
  margin-bottom: 30px;
}

.about-page__photo img {
  object-fit: cover;
  object-position: top center;
  border-radius: 10px;
  width: 100%;
  height: 434px;
  overflow: hidden;
}

@media (width >= 768px) and (width <= 1139px) {
  .about-page__photo img {
    width: 334px;
    height: 334px;
  }
}

@media (width <= 767px) {
  .about-page__photo img {
    height: 330px;
  }
}

@media (width <= 1139px) {
  .about-page__photo {
    display: none;
  }
}

@media (width >= 768px) and (width <= 1139px) {
  .about-page__photo {
    float: right;
    margin-bottom: 27px;
    margin-left: 24px;
  }
}

@media (width <= 767px) {
  .about-page__photo {
    order: -1;
    margin-bottom: 20px;
  }
}

.about-page__photo--phone {
  display: none;
}

@media (width <= 1139px) {
  .about-page__photo--phone {
    display: block;
  }
}

.about-page__sidebar {
  flex-shrink: 0;
  width: 40%;
}

@media (width <= 1139px) {
  .about-page__sidebar {
    width: 100%;
  }
}

.about-page__sidebar-content {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 20px 30px;
}

@media (width <= 767px) {
  .about-page__content {
    flex-direction: column;
    display: flex;
  }
}

.about-page__title {
  order: -2;
}