.first {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.first .title {
  font-size: 48px;
  line-height: 58px;
  color: #8F1F47;
  min-height: 174px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 1180px) {
  .first .title {
    font-size: 38px;
    line-height: 58px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .first .title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 580px) {
  .first .title {
    min-height: unset;
  }
}
.first .container {
  height: 100%;
  padding: 65px 0 59px;
}
@media only screen and (max-width: 1180px) {
  .first .container {
    padding: 40px 30px;
  }
}

.container {
  position: relative;
}

.btn-border_new {
  background-color: transparent;
  border: none;
}
.btn-border_new:hover {
  background-color: transparent;
}
.btn-border_new .btn {
  display: block;
  width: 335px;
  padding: 8px 20px;
}
@media only screen and (max-width: 580px) {
  .btn-border_new .btn {
    width: 100%;
    max-width: 310px;
  }
}
.btn-border_new .btn:not(:last-child) {
  margin-bottom: 16px;
}

.btn_style_inline, .btn_style_two {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.btn_style_two {
  font-family: "romul";
  padding: 12px 38px;
  border: 1px solid #8F1F47;
  font-size: 21px;
  line-height: 36px;
  color: #8F1F47;
  background-color: transparent;
}

.pages-nav {
  max-width: 1064px;
  margin: 0 auto;
  padding-top: 72px;
  padding-bottom: 89px;
}
@media only screen and (max-width: 1180px) {
  .pages-nav {
    padding-bottom: 40px;
  }
}
.pages-nav .tabs-head {
  text-align: center;
}
.pages-nav .tabs-body__item {
  font-size: 0;
}
.pages-nav__item {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin: 10px 6px;
  padding: 12px 20px;
  font-family: "montserrat";
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  border-radius: 100px;
  color: #4F4247;
}

.tabs {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
}

.tabs-head__item {
  display: inline-block;
  vertical-align: top;
  padding: 16px 30px;
  border: 1px solid transparent;
  border-radius: 100px;
  font-family: "romul";
  font-size: 21px;
  line-height: 25px;
  color: #8F1F47;
  margin-bottom: 37px;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .tabs-head__item {
    font-size: 16px;
    line-height: 24px;
  }
}
.tabs-head__item.active {
  border-color: #E8E8E8;
}
.tabs-body {
  position: relative;
}
.tabs-body__item_style_center {
  text-align: center;
}
.tabs-body__item:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.tabs_style_two .tabs-head,
.tabs_style_three .tabs-head {
  display: flex;
  flex-flow: row wrap;
}
.tabs_style_three .tabs-head {
  justify-content: space-evenly;
}
.tabs_style_two .tabs-head__item,
.tabs_style_three .tabs-head__item {
  border-color: #8F1F47;
  margin-left: 0;
  margin-right: auto;
  padding: 10px 38px;
}
.tabs_style_three .tabs-head__item {
  margin: 10px 20px;
}
.tabs_style_two .tabs-head__item.active,
.tabs_style_three .tabs-head__item.active {
  border-color: #E8E8E8;
}
@media only screen and (max-width: 1001px) {
  .tabs_style_two .tabs-head__item{
    margin: 0 10px 37px;
  }
}

.title {
  font-family: "romul";
  font-size: 48px;
  line-height: 58px;
  color: #4F4247;
}
@media only screen and (max-width: 1180px) {
  .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .title {
    font-size: 24px;
    line-height: 36px;
  }
}
.title_style_one, .title_style_two {
  max-width: 329px;
  width: 100%;
  margin-top: 72px;
  margin-left: 130px;
  margin-right: 106px;
}
.title_style_one::before, .title_style_two::before {
  display: block;
  content: "";
  width: 82px;
  height: 1px;
  background-color: #8F1F47;
  margin-bottom: 26px;
}
.title_style_two {
  max-width: unset;
  margin: 0 0 34px;
}
.title_style_sub {
  font-size: 24px;
  line-height: 38px;
  color: #A29C9E;
  margin-bottom: 41px;
  max-width: 80%;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .title_style_sub {
    font-size: 16px;
    line-height: 24px;
  }
}

body {
  overflow-x: hidden;
}

.container__text, .container__content {
  max-width: 1461px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1450px) {
  .container__text, .container__content {
    max-width: 1160px;
  }
}
@media only screen and (max-width: 1180px) {
  .container__text, .container__content {
    max-width: unset;
    padding: 0 15px;
  }
}
.container__content {
  max-width: 1160px;
}

.elipse {
  border-radius: 50%;
}
@media only screen and (max-width: 1001px) {
  .elipse {
    max-width: 480px;
  }
}
@media only screen and (max-width: 580px) {
  .elipse {
    max-width: 310px;
  }
}

ul {
  list-style: none;
}
ul li:not([class]) {
  position: relative;
  padding-left: 18px;
  margin: 8px 0;
}
ul li:not([class])::before {
  display: block;
  content: "";
  height: 12px;
  width: 12px;
  border: 2px solid #8F1F47;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
}
.icon_gift {
  background-image: url(../img/new/gift.png);
}
.icon_photo {
  background-image: url(../img/new/photo.png);
}

h2,
h3,
h4,
h5 {
  font-family: "romul";
  font-weight: normal;
  margin-bottom: 30px;
  word-break: break-all;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.6em;
}

[class^=big] {
  width: 81%;
  margin: 0 auto;
  font-family: "romul";
  font-size: 24px;
  line-height: 38px;
  color: #4F4247;
  padding-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  [class^=big] {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}
[class^=big]::before, [class^=big]::after {
  display: block;
  content: "";
  width: 155px;
  height: 1px;
  background-color: #B9B9B9;
  margin: 0 auto;
}
[class^=big]::before {
  margin-top: 20px;
  margin-bottom: 30px;
}
[class^=big]::after {
  margin-top: 30px;
  margin-bottom: 20px;
}

[class*=_center] {
  text-align: center;
}

.services {
  margin-bottom: 95px;
}
@media only screen and (max-width: 600px) {
  .services {
    margin-bottom: 55px;
  }
}
.services__list {
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 1450px) {
  .services__list {
    justify-content: center;
  }
}
.services__list .title {
  margin: 0;
  width: 33.33%;
  max-width: unset;
  box-sizing: border-box;
  padding-top: 72px;
  padding-left: 130px;
  padding-right: 20px;
}
.services_unique .services__list .title{
  padding-left: 50px;
}
@media only screen and (max-width: 1750px) {
  .services__list .title,
  .services_unique .services__list .title {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1450px) {
  .services__list .title,
  .services_unique .services__list .title {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1001px) {
  .services__list .title,
  .services_unique .services__list .title {
    padding: 0;
  }
}
.services__item {
  display: flex;
  flex-flow: column;
  width: 16.66%;
  margin-bottom: 42px;
  box-sizing: border-box;
  padding: 0 12px;
}
@media only screen and (max-width: 1750px) {
  .services__item {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 1450px) {
  .services__item {
    width: 262px;
    padding: 0 12px;
  }
}
.services__img {
  width: 100%;
  height: auto;
  max-height: 245px;
  vertical-align: top;
}
.services__title {
  font-size: 16px;
  line-height: 30px;
  color: #4F4247;
  margin-top: 12px;
}
.services_top-five, .services_unique {
  margin-bottom: 0;
}
.services_top-five .services__item, .services_unique .services__item {
  width: 33.33%;
  height: 368px;
  position: relative;
  overflow: hidden;
  margin-bottom: 26px;
}
@media only screen and (max-width: 1450px) {
  .services_top-five .services__item, .services_unique .services__item {
    width: 50%;
  }
}
@media only screen and (max-width: 1001px) {
  .services_top-five .services__item, .services_unique .services__item {
    width: 480px;
  }
}
@media only screen and (max-width: 580px) {
  .services_top-five .services__item, .services_unique .services__item {
    width: 360px;
    height: 200px;
  }
}
.services_top-five .services__img, .services_unique .services__img {
  width: 100%;
  height: 100%;
  max-height: 368px;
  -o-object-fit: cover;
  object-fit: cover;
}
.services_top-five .services__title, .services_unique .services__title {
  /* max-width: 220px; */
  position: absolute;
  /* bottom: 88px; */
  bottom: 0;
  left: 37px;
  font-size: 24px;
  line-height: 36px;
  padding: 0 30px 30px;
}
@media only screen and (max-width: 1001px) {
  .services_top-five .services__title, .services_unique .services__title {
    font-size: 18px;
    line-height: 28px;
  }
}
.services_unique {
  margin-top: 8px;
}
.services_unique .services__item {
  height: 244px;
}
@media only screen and (max-width: 580px) {
  .services_unique .services__item {
    height: 190px;
  }
}

.block-text {
  font-size: 16px;
  line-height: 25px;
  font-family: "montserrat";
  color: #4F4247;
}
.block-text p:not([class]):not(:last-child) {
  padding: 0 0 33px 0;
}
.block-text.info {
  padding-top: 125px;
  padding-bottom: 81px;
}
@media only screen and (max-width: 1001px) {
  .block-text.info {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .block-text.info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.block-text.info2 {
  padding-top: 50px;
  padding-bottom: 81px;
}
.block-text.info2 p:not([class]):not(:last-child) {
  padding: 0 0 25px 0;
}
.block-text.info2 p:last-child {
  padding: 0;
}
.block-text__row {
  display: flex;
  flex-flow: row;
}
.block-text__row:not(:first-child) {
  margin-top: 67px;
}
@media only screen and (max-width: 1001px) {
  .block-text__row {
    flex-flow: column;
  }
}
.block-text__col {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1001px) {
  .block-text__col {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 580px) {
  .block-text__col {
    padding: 0;
  }
}
.block-text__col:not(.block-text__col_small):nth-last-child(2):first-child, .block-text__col:not(.block-text__col_small):nth-last-child(2):first-child ~ .block-text__col:not(.block-text__col_small) {
  width: 50%;
}
@media only screen and (max-width: 1001px) {
  .block-text__col:not(.block-text__col_small):nth-last-child(2):first-child, .block-text__col:not(.block-text__col_small):nth-last-child(2):first-child ~ .block-text__col:not(.block-text__col_small) {
    width: 100%;
  }
}

.block-text__col:not(.block-text__col_small):nth-last-child(3):first-child, .block-text__col:not(.block-text__col_small):nth-last-child(3):first-child ~ .block-text__col:not(.block-text__col_small) {
  width: 33.33%;
}
@media only screen and (max-width: 1001px) {
  .block-text__col:not(.block-text__col_small):nth-last-child(3):first-child, .block-text__col:not(.block-text__col_small):nth-last-child(3):first-child ~ .block-text__col:not(.block-text__col_small) {
    width: 100%;
  }
}

.block-text__col_small {
  width: 28.4%;
}
@media only screen and (max-width: 1001px) {
  .block-text__col_small {
    width: 100%;
  }
}
.block-text__col_small ~ .block-text__col {
  width: 72.6%;
}
@media only screen and (max-width: 1001px) {
  .block-text__col_small ~ .block-text__col {
    width: 100%;
  }
}
.block-text__col_center {
  width: 59%;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .block-text__col_center {
    width: 80%;
  }
  .block-text__col_center br {
    display: none;
  }
}
.block-text__col > img {
  display: inherit;
  margin: 0 auto;
}
@media only screen and (max-width: 1180px) {
  .block-text__col > img {
    width: 100%;
  }
}
@media only screen and (max-width: 1001px) {
  .block-text__col > img {
    margin-bottom: 20px;
  }
}

.block-text__col > ul {
  margin-bottom: 1.5em;
}

.block-text__col .result {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: inline-table;
  width: 200px;
  height: 200px;
  margin: 5px;
  -webkit-box-shadow: inset 0 0 0 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 8%);
}

.ul__title,
.ul > p {
  font-family: "romul";
  font-size: 24px;
  line-height: 38px;
  padding: 0 0 15px 0;
}

.why-us {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.why-us__item {
  /* flex: 0 0 700px; */
  flex: 0 0 540px;
  min-height: 229px;
  background: #FBF9F8;
  border: 1px solid #E9E8E8;
  box-sizing: border-box;
  padding: 40px 49px 58px;
  position: relative;
  margin-bottom: 26px;
}
@media only screen and (max-width: 1450px) {
  .why-us__item {
    flex: 0 0 calc(100% / 2 - 20px);
  }
}
@media only screen and (max-width: 1180px) {
  .why-us__item {
    flex: 0 0 90%;
    margin: 0 auto 20px;
  }
}
.why-us__item::after {
  display: block;
  content: "";
  width: 61px;
  height: 1px;
  background-color: #8F1F47;
  position: absolute;
  bottom: 57px;
  left: 40px;
}
.why-us__item::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #E9E8E8;
  position: absolute;
  top: -11px;
  left: 12px;
}
.why-us__text {
  position: relative;
  padding: 0;
}

.gallery,
.gallery2 {
  margin-top: 80px;
  margin-bottom: 60px;
  padding: 0 60px;
  height: 458px;
  box-sizing: border-box;
}
.gallery_contact,
.gallery2 {
  height: auto;
}
@media only screen and (max-width: 580px) {
  .gallery,
  .gallery2 {
    padding: 0 15px;
    margin: 30px 0;
    height: auto;
  }
}
.gallery__item {
  display: inline-block;
  overflow: hidden;
  width: 420px;
  height: 100%;
  margin: 0 11px;
}
.gallery_contact .gallery__item{
  height: 280px;
}
.gallery2 .gallery__item {
  width: 100%;
}
@media only screen and (max-width: 580px) {
  .gallery__item {
    width: 310px;
  }
}
@media only screen and (max-width: 480px) {
  .gallery__item {
    width: 260px;
  }
}
.gallery__item > img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.gallery_contact .gallery__item > img {
  height: auto;
}
.gallery2 .gallery__item > img {
  width: auto;
}
.gallery.owl-carousel {
  overflow: hidden !important;
}
.gallery .owl-stage-outer {
  overflow: visible !important;
}
.gallery_type_two {
  display: flex;
  flex-flow: row wrap;
  height: auto;
}
@media only screen and (max-width: 1001px) {
  .gallery_type_two {
    padding: 0;
  }
}
.gallery_type_two .gallery__item {
  width: 31%;
  height: 452px;
  overflow: hidden;
  margin: 0;
  padding-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  .gallery_type_two .gallery__item {
    width: 100%;
    height: auto;
  }
}
.gallery_type_two .gallery__item:nth-child(4n),
.gallery_type_two .gallery__item:nth-child(4n+1) {
  width: 68%;
}
@media only screen and (max-width: 500px) {
  .gallery_type_two .gallery__item:nth-child(4n),
  .gallery_type_two .gallery__item:nth-child(4n+1) {
    width: 100%;
  }
}
.gallery_type_two .gallery__item:nth-child(2n+1) {
  padding-right: 20px;
}
@media only screen and (max-width: 1001px) {
  .gallery_type_two .gallery__item:nth-child(2n+1) {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .gallery_type_two .gallery__item:nth-child(2n+1) {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1001px) {
  .gallery_type_two .gallery__item {
    height: auto;
    padding-bottom: 10px;
  }
}

.contact-form_new {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 80px;
}
.contact-form_new::before {
  display: none;
}
.contact-form_new .contact-form__form {
  padding: 59px 64px;
  align-items: flex-start;
}
@media only screen and (max-width: 480px) {
  .contact-form_new .contact-form__form {
    padding: 30px;
  }
}
.contact-form_new .contact-form__form:before {
  /* background: url("../img/new/girl-form.png") no-repeat top right; */
}
@media only screen and (max-width: 730px) {
  .contact-form_new .contact-form__form:before {
    display: none;
  }
}
.contact-form_new .contact-form__form-box {
  max-width: 501px;
  position: relative;
}
.contact-form_new .contact-form__title {
  margin-bottom: 42px;
  padding: 0;
}
.contact-form_new input {
  width: 100%;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  font-family: "romul";
  border-radius: 100px;
  padding: 25px 30px;
  font-size: 14px;
  line-height: 17px;
  color: #4F4247;
  outline: none;
  margin-bottom: 30px;
  font-family: "romul";
}
.contact-form_new input::placeholder {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  color: #4F4247;
}
.contact-form_new input::-moz-placeholder {
  font-family: "romul";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  color: #4F4247;
}
.contact-form_new input::-webkit-input-placeholder {
  font-family: "romul";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  color: #4F4247;
}
.contact-form_new .subscription-utility {
  font-family: "montserrat";
  font-size: 16px;
  line-height: 25px;
  color: #80787B;
}

.text-center {
  text-align: center;
}

.price {
  padding-top: 47px;
  padding-bottom: 66px;
  font-family: "montserrat";
  color: #4F4247;
}
.price__box {
  display: inline-block;
  vertical-align: middle;
}
.price__num {
  font-size: 40px;
  line-height: 25px;
  margin-bottom: 17px;
}
.price__city {
  font-size: 18px;
  line-height: 25px;
}
.price_line-right::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1px;
  height: 105px;
  background-color: #E8E8E8;
  margin-left: 122px;
}
.price-list__item {
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  font-family: "montserrat";
  font-size: 16px;
  line-height: 25px;
  color: #4F4247;
}
.price-list__item:nth-child(odd) {
  background-color: #F9F7F4;
}
.price-list__item-name {
  width: 66.66%;
  padding: 0;
}
.price-list__item-price {
  width: 33.33%;
  text-align: right;
  padding: 0;
}
.price__list .price__item {
  cursor: pointer;
  margin-bottom: 19px;
}
.price__list .price__item-top {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 15px 0 13px 149px;
  position: relative;
  min-height: 150px;
  margin-bottom: 19px;
}
@media only screen and (max-width: 750px) {
  .price__list .price__item-top {
    padding-left: 119px;
  }
}
@media only screen and (max-width: 500px) {
  .price__list .price__item-top {
    padding-left: 79px;
  }
}
.price__list .price__item-icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: #fff;
}
.price__list .price__item-icon > img {
  /* width: 100%; */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .price__list .price__item-icon {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 500px) {
  .price__list .price__item-icon {
    width: 80px;
    height: 80px;
  }
}
.price__list .price__item-body {
  display: none;
}
.price__list .price__item-name {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 70px 40px 50px;
  border: 1px solid #E9E9E9;
  border-left: none;
  position: relative;
  overflow: hidden;
  font-family: "romul";
  font-size: 24px;
  line-height: 38px;
  color: #4F4247;
}
.price__list .price__item-title {
  display: block;
  font-size: 20px;
  color: #c55b62;
  margin-bottom: 20px;
  margin-top: 20px;
  text-decoration: none;
}
a.district {
  color: #fff;
  display: inline-table;
  vertical-align: middle;
  margin-left: 5px;
  text-align: center;
  font-weight: bold;
  width: 16px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 16px;
  cursor: default;
}
a.district.b {
  background: #780541;
}
a.district.s {
  background: #b48b50;
}
@media only screen and (max-width: 750px) {
  .price__list .price__item-name {
    padding: 25px 70px 25px 30px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 500px) {
  .price__list .price__item-name {
    font-size: 14px;
  }
}
.price__list .price__item-name::before {
  display: block;
  content: "";
  width: 183px;
  height: 173px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -161px;
  border: 1px solid #E9E9E9;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media only screen and (max-width: 750px) {
  .price__list .price__item-name::before {
    width: 173px;
    height: 163px;
  }
}
.price__list .price__item-name::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/new/arrowdown.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 500px) {
  .price__list .price__item-name::after {
    right: 10px;
  }
}
.price__list .price__item.active .price__item-name::after {
  transform: translateY(-50%) rotate(180deg);
}

.personal {
  width: 100%;
}
.personal__item {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .personal__item {
    width: 100%;
    display: block;
  }
}
.personal__img {
  width: 335px;
  height: 374px;
  margin-right: 110px;
}
@media only screen and (max-width: 1001px) {
  .personal__img {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .personal__img {
    width: 280px;
    height: auto;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .personal__img {
    width: 260px;
  }
}
.personal__img > img {
  width: 100%;
  vertical-align: top;
}
.personal__body {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .personal__body {
    max-width: 280px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .personal__body {
    width: 260px;
  }
}
.personal__info {
  word-break: break-all;
}
.personal__name {
  font-family: "romul";
  font-size: 21px;
  line-height: 38px;
  color: #4F4247;
  padding-bottom: 14px;
  max-width: 306px;
}
.personal__prof {
  font-family: "montserrat";
  font-size: 16px;
  line-height: 25px;
  color: #4F4247;
}
.personal-control {
  position: absolute;
  right: 0;
  bottom: 56px;
}
@media only screen and (max-width: 1001px) {
  .personal-control {
    right: 15px;
  }
}
@media only screen and (max-width: 860px) {
  .personal-control {
    position: static;
    margin-top: 20px;
    text-align: center;
  }
}

.detail-info {
  padding-bottom: 60px;
}

.contact__item {
  display: flex;
  flex-flow: column;
}
.contact__item-name {
  text-align: center;
  position: relative;
}
.contact__item-name > span {
  display: inline-block;
  font-family: "romul";
  font-size: 24px;
  line-height: 38px;
  color: #4F4247;
  box-sizing: border-box;
  padding: 73px 77px 56px;
  background-color: #fff;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1001px) {
  .contact__item-name > span {
    padding: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .contact__item-name > span {
    padding: 20px;
  }
}
.contact__item-name::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #BFBFBF;
  position: absolute;
  top: 54%;
}
.contact__item-name::before {
  left: 0;
}
.contact__item-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1001px) {
  .contact__item-body {
    flex-flow: column;
  }
}
.contact__item-body:not(:last-child) {
  margin-bottom: 46px;
}
.contact__item-map {
  flex: 0 0 864px;
  height: 317px;
}
@media only screen and (max-width: 1350px) {
  .contact__item-map {
    flex: 0 0 564px;
  }
}
@media only screen and (max-width: 1001px) {
  .contact__item-map {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 750px) {
  .contact__item-map {
    width: 100%;
    flex: auto;
  }
}

.contact__item-info.address-info {
  width: 100%;
}

.address-info__item {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding-right: 120px;
}
.address-info__item p,
.address-info__item a {
  padding: 15px 0;
  font-family: "montserrat";
  font-size: 16px;
  line-height: 25px;
  color: #4F4247;
  border-bottom: 1px solid #E8E8E8;
  text-decoration: none;
  width: 100%;
}
.address-info__item p:first-child {
  flex: 0 0 145px;
  padding-right: 20px;
}

.actii {
  padding: 91px 0;
}
@media only screen and (max-width: 1001px) {
  .actii {
    padding: 50px 0;
  }
}
.actii__item {
  display: flex;
  border: 1px solid #E9E9E9;
}
@media only screen and (max-width: 750px) {
  .actii__item {
    flex-flow: column;
  }
}
.actii__item:not(:last-child) {
  margin-bottom: 40px;
}
.actii__item-img {
  flex: 0 0 520px;
  height: 228px;
  margin-right: 68px;
  position: relative;
}
@media only screen and (max-width: 1175px) {
  .actii__item-img {
    margin-right: 38px;
  }
}
@media only screen and (max-width: 1001px) {
  .actii__item-img {
    flex: 0 0 370px;
    height: 208px;
  }
}
@media only screen and (max-width: 750px) {
  .actii__item-img {
    height: auto;
    flex: auto;
    margin-right: 0;
  }
}
.actii__item-img > img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.actii__item-body {
  padding-left: 68px;
  padding: 25px 20px 25px 40px;
}
.actii__item-body h2 {
  font-size: 38px;
  line-height: 50px;
  color: #4F4247;
  word-break: break-word;
}
@media only screen and (max-width: 1175px) {
  .actii__item-body h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.actii__item-body p {
  font-family: "montserrat";
  font-size: 16px;
  line-height: 25px;
  color: #4F4247;
  padding: 0;
}
.actii__item-percent {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  width: 160px;
  height: 160px;
  border: 9px solid #fff;
  background-color: #8F1F47;
  border-radius: 50%;
  padding: 10px;
  font-family: "montserrat";
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.235em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media only screen and (max-width: 750px) {
  .actii__item-percent {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 600px) {
  .actii__item-percent {
    width: 100px;
    height: 100px;
    padding: 2px;
    font-size: 12px;
    line-height: unset;
  }
}
.actii__item-percent > span {
  display: block;
  font-weight: 500;
  font-size: 43px;
  line-height: 49px;
  color: #FFFFFF;
}
@media only screen and (max-width: 600px) {
  .actii__item-percent > span {
    font-size: 16px;
    line-height: 20px;
  }
}

.block {
  padding: 40px;
  background-color: #8F1F47;
  font-family: "montserrat";
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #FFFFFF;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1001px) {
  .block {
    font-size: 18px;
    line-height: 24px;
  }
}
.block p:last-child {
  padding: 0;
}
.block[class*=_type] {
  background: transparent;
  padding: 0;
  position: relative;
  color: #4F4247;
}
.block[class*=_type] > img {
  width: 100%;
}
.block[class*=_type] > div {
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}
.block_type_one > div {
  padding: 40px 150px;
}
@media only screen and (max-width: 1001px) {
  .block_type_one > div {
    padding: 20px 80px;
  }
}
@media only screen and (max-width: 600px) {
  .block_type_one > div {
    padding: 20px;
    position: static !important;
    transform: none !important;
  }
}
.block_type_two > div {
  padding: 40px 40% 40px 70px;
}
@media only screen and (max-width: 1001px) {
  .block_type_two > div {
    padding: 40px 35% 40px 40px;
  }
}
@media only screen and (max-width: 600px) {
  .block_type_two > div {
    padding: 20px;
    position: static !important;
    transform: none !important;
  }
}

.salons {
  display: flex;
  flex-flow: row wrap;
  margin-top: 40px;
}
.salons__title {
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: 53px;
}
.salons__item {
  width: 33.33%;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .salons__item {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .salons__item {
    width: 100%;
  }
}
.salons__item:not(:last-child) {
  padding-right: 20px;
}
@media only screen and (max-width: 480px) {
  .salons__item:not(:last-child) {
    padding-right: 0;
  }
}
.salons__item > img {
  width: 100%;
}
.salons__item p {
  font-family: "montserrat";
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  color: #4F4247;
  margin-top: 11px;
}

.about_videos {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.about_videos iframe {
  margin: 5px;
}

.reviews__item {
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  margin: 0 10px 30px;
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%), 0 4px 8px 0 rgb(0 0 0 / 15%);
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%), 0 4px 8px 0 rgb(0 0 0 / 15%);
}
@media only screen and (max-width: 1140px) {
  .reviews__item {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
  }
}

.reviews .reviews__item:nth-child(odd) {
  background-color: #8f1f47;
  color: #fff;
}


.reviews .reviews__item:nth-child(even) > * {
  color: #8f1f47;
}

.reviews::before {
  display: none;
}

.pagination {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 40px;
}

.pagination > div:first-child {
  margin-bottom: 20px;
  font-weight: 500;
}

.pagination > div:last-child{
  font-size: 0;
}

.pagination > div:last-child > * {
  display: inline-block;
  vertical-align: top;
  padding: 3px 8px;
  -webkit-box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%), 0 4px 8px 0 rgb(0 0 0 / 15%);
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%), 0 4px 8px 0 rgb(0 0 0 / 15%);
  font-size: 14px;
  margin: 5px;
  color: #000;
  text-decoration: none;
}

.pagination > div:last-child > span {
  background-color: #8f1f47;
  color: #fff;
}

.serteficates {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.problems {
  display: flex;
  justify-content: center;
  max-width: 800px;
  padding: 40px;
  margin: 0 auto;
  -webkit-box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%), 0 4px 8px 0 rgb(0 0 0 / 15%);
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%), 0 4px 8px 0 rgb(0 0 0 / 15%);
}

.problems > div {
  margin: 0 20px;
  position: relative;
  padding-top: 20px;
}

.problems > div > span {
  display: inline-block;
  padding: 10px 20px;
  font-weight: 500;
  color: #fff;
  background-color: #8f1f47;
  position: absolute;
  top: -40px;
  left: 0;
}

@media only screen and (max-width: 800px) {
  .problems {
    flex-flow: row wrap;
    justify-content: flex-start;
    max-width: 400px;
  }
  .problems > div {
    margin: 0;
  }
  .problems > div > span {
    position: static;
    margin-bottom: 20px;
  }
}


.check_wrap label {
  display: flex;
  align-items: center;
}

.check_wrap input[type="checkbox"] + label span {
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: -1px 10px 0 -15px;
  vertical-align: middle;
  width: 15px;
  flex: 0 0 15px;
  border: 1px solid #000;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  background: #fff;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%), 0 4px 8px 0 rgb(0 0 0 / 15%);
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%), 0 4px 8px 0 rgb(0 0 0 / 15%);
}

.check_wrap input[type="checkbox"]:checked + label span {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  width: 15px;
  height: 15px;
  border: 1px solid #640536;
  background: #640536;
}

.solutions {
  opacity: 0;
}

.solutions .list{
  display: none;
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%), 0 4px 8px 0 rgb(0 0 0 / 15%);
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%), 0 4px 8px 0 rgb(0 0 0 / 15%);
  padding: 20px;
}

.solutions .list hr {
  background-color: #640536;
  margin: 10px 0;
}

.solutions .list li a {
  color: #640536;
  text-decoration: none;
}

.solutions > span{
  display: block;
  margin: 1.5em 0;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #640536;
}

.block-text__col .fancybox {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  width: 23%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}

.staff_main .title {
  display: block;  
  margin-bottom: 20px;
}

.staff_main .held {
  margin-bottom: 30px;
}

.staff_main__item {
  display: inline-table;
  position: relative;
  background-size: cover;
  /* width: 180px; */
  width: 240px;
  height: 320px;
  text-align: center;
  margin: 0 10px 10px;
  text-decoration: none;
}

.staff_main__item > span {
  display: inline-block;
  width: 100%;
  padding: 10px;
  position: absolute;
  background-color: #640536;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  /* font-size: 1.2em; */
  left: 0;
  bottom: 0;
}
.staff_main__item > span > span {
  display: block;
}

.news-list {
  max-width: 1200px;
  margin: 0 auto;
}

.news-item {
  -webkit-box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%), 0 4px 8px 0 rgb(0 0 0 / 15%);
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%), 0 4px 8px 0 rgb(0 0 0 / 15%);
  padding: 20px;
}

div.news-list img.preview_picture {
  margin-right: 40px;
}

div.news-list .title {
  line-height: 1.5em;
  margin-bottom: 10px;
}

/* .btn-postion-fixed {
  display: inline-block;
  vertical-align: top;
  width: auto;
  will-change: transform;
  transform: rotate(-90deg);
  position: fixed;
  top: 190px;
  right: -115px;
  font-size: 14.1px;
} */

.btn-postion-fixed {
  display: inline-block;
  width: auto;
  position: fixed;
  bottom: 5px;
  left: 5px;
  font-size: 14.1px;
}

@media screen and (max-width: 650px) {
  .btn-postion-fixed {
    font-size: 0;
    bottom: 40px;
    height: 64px;
    width: 64px;
    border-radius: 50%;
  }

  .btn-postion-fixed:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 48px;
    width: 48px;
    background-image: url("data:image/svg+xml,%3Csvg id='notification-copy' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='icon line' width='64' height='64'%3E%3Cpath id='primary' d='M19.38,14.38a2.12,2.12,0,0,1,.62,1.5h0A2.12,2.12,0,0,1,17.88,18H6.12A2.12,2.12,0,0,1,4,15.88H4a2.12,2.12,0,0,1,.62-1.5L6,13V9a6,6,0,0,1,6-6h0a6,6,0,0,1,6,6v4ZM15,18H9a3,3,0,0,0,3,3h0A3,3,0,0,0,15,18Z' style='fill: none; stroke: rgb(255, 255, 255); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 1000px) {
  .girl-banner.with-notification {
        padding: 0 15px !important;
  }
}