@font-face {
  font-family: 'pfdin';
  font-style: normal;
  font-weight: 600;
  src: local('pfdin'), local('pfdin'), url(../fonts/pfdin.ttf) format('truetype');
}
@font-face {
  font-family: 'pfdin';
  font-style: normal;
  font-weight: 400;
  src: local('pfdin-reg'), local('pfdin-reg'), url(../fonts/pfdin-reg.ttf) format('truetype');
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Proxima Nova Rg';
  outline: none;
}
body {
  overflow-x: hidden;
}
.wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.main {
  background: url(../images/img_2.png) top center / cover no-repeat;
}
.caption {
  font-size: 100px;
  color: #222222;
  text-transform: uppercase;
  font-family: 'pfdin';
  font-weight: 400;
}
.caption_inner {
  font-size: 60px;
}
.title {
  font-size: 32px;
  color: #222222;
  text-transform: uppercase;
  font-family: 'pfdin';
  font-weight: 400;
}
.title_alt {
  text-align: right;
}
.inner {
  padding-top: 185px;
}
.arrowup {
  position: fixed;
  bottom: 20%;
  right: 5%;
  background: url(../icons/icon_14.svg) center center / contain no-repeat;
  padding: 39px;
  display: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 9;
  cursor: pointer;
  opacity: .7;
}
.arrowup:hover {
  opacity: 1;
}
.loading {
  position: relative;
}
.loading:after {
  content: '';
  display: block;
  background: #ffffff 50% 50% no-repeat url('../images/loading.gif');
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
@media (max-width: 1460px) and (min-width: 1280px) {
  .wrapper {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1279px) {
  .wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
header {
  position: absolute;
  background-color: rgba(34, 34, 34, 0.349);
  width: 100%;
  padding: 5px 0;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.logo {
  margin-right: auto;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 36px;
  padding-right: 0;
}
.menu__item {
  padding: 0 30px;
}
.menu__item:last-of-type {
  padding-right: 0;
}
.menu__link {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.menu__link:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: white;
  bottom: -2px;
  left: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.menu__link:hover:after {
  width: 100%;
  left: 0;
}
.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 60px;
}
.phone__link {
  font-size: 18px;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.phone__link:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: white;
  bottom: -2px;
  left: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.phone__link:hover:after {
  width: 100%;
  left: 0;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1435px) {
  .menu__item {
    padding: 0 15px;
  }
}
@media (max-width: 1180px) {
  header .phone,
  header .social {
    display: none;
  }
}
@media (max-width: 880px) {
  .menu__item {
    padding: 0 10px;
  }
  .menu__link {
    font-size: 14px;
  }
}
.banner {
  margin-bottom: 12%;
}
@media (max-width: 1460px) {
  .banner {
    margin-bottom: 22%;
  }
  .banner img {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .banner {
    margin-bottom: 12%;
  }
}
.slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 458px;
}
.main_phone {
  padding: 0 0;
  line-height: 1;
  margin-bottom: 19px;
  pointer-events: none;
}
.main_phone .phone__link {
  font-family: 'pfdin';
  font-weight: 400;
  font-size: 72px;
}
.main_phone .phone__link:hover:after {
  display: none;
}
.phone__link__color_purple {
  color: #e6c5ff;
  font-family: 'pfdin';
}
.swiper-button-next,
.swiper-button-prev {
  width: 42px;
  height: 32px;
  top: 25%;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  right: 63px;
  left: auto;
}
.swiper-button-next_white {
  background: url(../icons/icon_1.png) center center / contain no-repeat;
}
.swiper-button-prev_white {
  background: url(../icons/icon_1.png) center center / contain no-repeat;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.swiper-container_interior .swiper-slide {
  max-width: 460px;
}
.swiper-container_interior .swiper-slide img {
  width: 100%;
}
@media (max-width: 1460px) {
  .swiper-button-next {
    right: 10px;
  }
  .swiper-button-prev {
    right: 73px;
    left: auto;
  }
}
@media (max-width: 1000px) {
  .main_phone .phone__link {
    font-size: 48px;
  }
}
@media (max-width: 820px) {
  .main_phone .phone__link {
    font-size: 32px;
  }
}
.elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0;
}
.elements__item {
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.333333%;
  flex: 1 1 33.333333%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.elements__item:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#2a467e), to(#a293b8));
  background: linear-gradient(to right, #2a467e, #a293b8);
  right: 50%;
  top: 0;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.elements__item:hover:after {
  width: 100%;
  right: 0;
}
.elements__item_one {
  background-image: url(../images/img_6.png);
}
.elements__item_two {
  background-image: url(../images/img_7.png);
}
.elements__item_three {
  background-image: url(../images/img_8.png);
}
.elements-item__content {
  position: relative;
  z-index: 1;
  padding-top: 47px;
  padding: 47px 82px;
}
.elements-item__title {
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  position: relative;
}
.elements-item__title:after {
  content: "";
  position: absolute;
  right: 0;
  width: 4px;
  background: rgba(255, 255, 255, 0.5);
  height: 43%;
  top: 57%;
}
.elements-item__title:before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  background: rgba(255, 255, 255, 0.5);
  height: 43%;
  top: 57%;
}
.line {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 4px;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 10px;
}
.title__itself {
  white-space: nowrap;
  padding: 0 10px;
}
.elements-item__desc {
  font-size: 16px;
  color: #ffffff;
  position: relative;
  padding: 25px 50px;
  padding-bottom: 62px;
  height: 247px;
  overflow: hidden;
}
.elements-item__desc:after {
  content: "";
  position: absolute;
  right: 0;
  width: 4px;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  top: 0;
}
.elements-item__desc:before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  top: 0;
}
.elements-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  position: relative;
}
.elements-item__icon img {
  padding: 0 10px;
}
.elements-item__icon:after {
  content: "";
  position: absolute;
  right: 0;
  width: 4px;
  background: rgba(255, 255, 255, 0.5);
  height: 43%;
  bottom: 57%;
}
.elements-item__icon:before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  background: rgba(255, 255, 255, 0.5);
  height: 43%;
  bottom: 57%;
}
@media (max-width: 1460px) {
  .caption {
    font-size: 80px;
  }
  .elements-item__content {
    padding: 15px;
  }
}
@media (max-width: 1230px) {
  .elements-item__desc {
    padding: 15px;
  }
}
@media (max-width: 1180px) {
  .elements {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .elements-item__title {
    font-size: 18px;
  }
  .elements-item__desc {
    font-size: 14px;
    height: 195px;
  }
}
@media (max-width: 960px) {
  .elements {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .elements__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 5px;
  }
  .elements-item__desc {
    height: 100px;
  }
}
@media (max-width: 820px) {
  .caption {
    font-size: 48px;
  }
}
.slider-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 45px 0;
}
.swiper-button-next_black {
  background: url(../icons/icon_6.png) center center / contain no-repeat;
}
.swiper-button-prev_black {
  background: url(../icons/icon_6.png) center center / contain no-repeat;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.slider-block__item_static {
  background: url(../images/img_9.png) center center / cover no-repeat;
  text-align: right;
  min-height: 498px;
  padding-left: 160px;
  padding-right: 40px;
  max-width: 460px;
}
.slider-block__text {
  font-family: 'pfdin';
  font-weight: 400;
  font-size: 60px;
  color: #e5c4ff;
  line-height: 0.9;
  padding-top: 35px;
}
.slider-block__text_date {
  color: white;
  font-size: 24px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 100px;
  padding-top: 5px;
  padding-bottom: 16px;
}
.slider-block__text_size_big {
  font-size: 90px;
  display: block;
  font-family: 'pfdin';
  font-weight: 400;
}
.swiper-button-next_stock,
.swiper-button-prev_stock {
  top: 0;
}
.slider-block__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  margin-left: 40px;
}
.slider-block__item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 45%;
  flex: 1 1 45%;
  height: 249px;
  overflow: hidden;
  padding: 52px 41px;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-block__item:first-of-type {
  margin-bottom: 30px;
}
.slider-block__item .slider-block__text_date {
  padding: 0;
}
.slider-block__item_one {
  background-image: url(../images/img_10.png);
  margin-right: 30px;
}
.slider-block__item_two {
  background-image: url(../images/img_11.png);
}
.slider-block__item_three {
  background-image: url(../images/img_12.png);
}
.slider-block__item_four {
  background-image: url(../images/img_11.png);
  margin-right: 0;
}
.slider-block__item_five {
  background-image: url(../images/img_12.png);
}
.slider-block__item_full {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  height: 219px;
  margin-right: 0;
}
@media (max-width: 1460px) {
  .slider-block__item_static {
    max-width: 300px;
    padding: 20px;
  }
  .slider-block__group {
    margin-left: 30px;
  }
}
@media (max-width: 1180px) {
  .slider-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .slider-block__text {
    font-size: 42px;
  }
  .slider-block__item_static {
    padding-left: 10%;
  }
  .slider-block__text_date {
    padding-left: 5%;
  }
}
@media (max-width: 890px) {
  .slider-block__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slider-block__text {
    font-size: 36px;
  }
  .slider-block__text_date {
    font-size: 18px;
  }
  .slider-block__item_static {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.slider-tab {
  position: relative;
  padding-top: 11px;
  padding-bottom: 19px;
}
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab {
  font-size: 18px;
  color: #222222;
  text-transform: uppercase;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 22px;
}
.tab:hover {
  color: #1257b9;
}
.tab_active {
  color: #1257b9;
}
.content-tab {
  padding-top: 56px;
}
.swiper-button-next_slider-tab,
.swiper-button-prev_slider-tab {
  top: 3%;
}
.slider-tab__img {
  max-width: 260px;
  width: 260px;
  height: 320px;
  max-height: 320px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.slider-tab__img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.slider-tab__img:hover .slider-tab-img__hover {
  top: 0;
  height: 100%;
  z-index: 2;
}
.slider-tab__img:hover .slider__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-tab-img__hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(28, 59, 113, 0.68);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.slider__btn {
  font-size: 14px;
  color: #e5c4ff;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  text-transform: uppercase;
  background: transparent;
  border: none;
  position: absolute;
  top: 69%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: none;
  pointer-events: none;
}
.slider-btn__icon {
  background: url(../icons/icon_7.png) center center / contain no-repeat;
  width: 21px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slider-tab__desc {
  text-align: center;
  padding-top: 35px;
}
.slider-tab__full-name {
  display: block;
  font-family: 'Proxima Nova Lt';
  color: #222222;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
.slider-tab__full-name:hover {
  text-decoration: underline;
}
.slider-tab__skills,
.slider-tab__exp {
  font-size: 16px;
  color: #222222;
}
.swiper-container_slider-tab .swiper-slide {
  max-width: 260px;
}
.slider-tab__skills {
  padding: 10px 0;
}
@media (max-width: 1460px) {
  .swiper-button-next_slider-tab,
  .swiper-button-prev_slider-tab {
    top: 5.5%;
  }
}
@media (max-width: 1180px) {
  .slider-tab {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 780px) {
  .main .tab {
    font-size: 16px;
  }
}
.slider-block_about-salon {
  padding-top: 45px;
}
.slider-block__item_static_about-salon {
  background: url(../images/img_16.png) center center / cover no-repeat;
  text-align: center;
  min-height: 453px;
  max-height: 453px;
  padding: 0;
  min-width: 625px;
  max-width: 625px;
  padding: 88px 60px;
}
.slider-block__text_about-salon {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.444;
  font-family: 'Proxima Nova Rg';
  padding-right: 30%;
  margin-bottom: 69px;
  max-height: 160px;
  overflow: hidden;
}
.swiper-container_about-salon {
  background-color: #1c3b71;
  height: 392px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.slider-block__item_about-salon {
  padding: 0;
  display: block;
  height: auto;
  margin: 0;
  padding: 88px 60px;
}
.slider__btn_about-salon {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(0);
  transform: translate(0);
  pointer-events: all;
  cursor: pointer;
  margin-left: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.slider__btn_about-salon:hover .slider-btn__icon_about-salon {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.swiper-button-next_about-salon,
.swiper-button-prev_about-salon {
  top: 12%;
}
@media (max-width: 1180px) {
  .slider-block__text_about-salon {
    padding-right: 0;
  }
  .slider-block__item_static_about-salon {
    min-width: 420px;
    max-width: 420px;
  }
}
@media (max-width: 890px) {
  .slider-block__item_static_about-salon {
    min-width: 320px;
    max-width: 320px;
  }
}
.slider-tab_brands {
  margin-bottom: 80px;
}
.slider-tab__item_brands {
  max-width: 215px;
  background-color: #d4d3e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 4px solid #8e8d92;
  height: 213px;
}
.swiper-container_slider-tab_brands .swiper-slide {
  max-width: 215px;
}
.swiper-button-next_slider-tab_brands,
.swiper-button-prev_slider-tab_brands {
  top: 6%;
}
@media (max-width: 1180px) {
  .swiper-button-next_slider-tab_brands,
  .swiper-button-prev_slider-tab_brands {
    top: 11%;
  }
}
.map {
  height: 700px;
}
.contacts {
  position: relative;
}
.contacts__main {
  padding: 0 60px;
}
.contacts__block {
  position: absolute;
  z-index: 1;
  background-color: #1c3b71;
  top: 15px;
  left: 230px;
}
.caption_white {
  color: #ffffff;
}
.caption_contacts {
  line-height: 1;
  padding-bottom: 17px;
}
.phone_contacts {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.contacts__img {
  max-width: 450px;
}
.contacts__img img {
  width: 100%;
}
.contacts__text,
.phone__link_contacts {
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 10px;
}
.contacts__text:hover:after,
.phone__link_contacts:hover:after {
  display: none;
}
.social_contacts {
  margin-bottom: 65px;
  padding-top: 21px;
}
.social__link_contacts {
  margin-right: 20px;
}
@media (max-width: 1550px) {
  .contacts__block {
    left: 60px !important;
  }
}
@media (max-width: 1380px) {
  .contacts__img {
    max-width: 315px;
  }
  .contacts__main {
    padding: 5px 10px;
  }
  .social_contacts {
    margin-bottom: 0;
  }
}
@media (max-width: 960px) {
  .contacts__img {
    display: none;
  }
  .contacts__main {
    padding: 5px 30px;
  }
}
footer {
  background: url(../images/img_24.png) center center / cover no-repeat;
}
.copyright {
  font-size: 16px;
  color: #ffffff;
  padding: 15px 0;
}
.specialists {
  background: url(../images/img_2a.png) top center / cover no-repeat;
}
.caption_specialists {
  padding-bottom: 17px;
}
.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.items_inverse {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.items_specialists {
  padding-top: 41px;
  padding-bottom: 65px;
}
.items_specialists .slider-tab__img {
  max-width: 260px;
  min-width: 260px;
  max-height: 320px;
}
.items_specialists .slider-tab__img img {
  width: 100%;
}
.items_specialists .slider-tab__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  padding-bottom: 30px;
  max-width: 260px;
}
.items_specialists .slider-tab__desc {
  padding-left: 30px;
  padding-right: 30px;
}
.swiper-container_slider-spec {
  padding-left: 20%;
}
@media (max-width: 1397px) {
  .specialists .slider-tab__img {
    max-width: 230px;
    min-width: 230px;
    width: 230px;
    max-height: 290px;
  }
  .specialists .slider-tab__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    padding-bottom: 30px;
    max-width: 230px;
  }
}
.breadcrumb {
  position: absolute;
  padding-left: 0;
  padding-bottom: 14px;
  left: 0;
  right: 0;
  top: 140px;
}
.breadcrumb__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 10px 0;
}
.breadcrumb__item {
  padding: 0;
}
.breadcrumb__item > a,
.breadcrumb__item .breadcrumb__last-link {
  font-size: 16px;
  color: #19191a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}
.breadcrumb__item > a:hover:not(.breadcrumb__last-link),
.breadcrumb__item .breadcrumb__last-link:hover:not(.breadcrumb__last-link) {
  color: #1257b9;
}
.breadcrumb__item > span {
  padding-right: 5px;
  font-size: 12px;
}
.breadcrumb__item_active > a {
  color: #1257b9;
}
.breadcrumb__item_active > span:not(.breadcrumb__last-link) {
  display: none;
}
.brands {
  background: url(../images/img_2b.png) top center / cover no-repeat;
}
.caption_brands {
  padding-bottom: 18px;
}
.list {
  padding-bottom: 60px;
}
.list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  padding-bottom: 20px;
}
.list__img {
  width: 410px;
  margin-right: 7%;
}
.list__title {
  font-size: 32px;
  color: #222222;
  font-family: 'pfdin';
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.9;
  padding-bottom: 30px;
}
.title_small {
  text-transform: none;
}
.list__text {
  font-size: 18px;
  color: #222222;
  line-height: 1.444;
}
@media (max-width: 980px) {
  .list__item {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .list__desc {
    padding-top: 10px;
  }
}
.promotion {
  background: url(../images/img_2c.png) top center / cover no-repeat;
}
.block-list__item {
  padding-bottom: 105px;
}
.date {
  font-size: 32px;
  color: #222222;
  font-family: 'pfdin';
  font-weight: 400;
  line-height: 0.9;
}
.date_right {
  text-align: right;
}
.date_big {
  font-size: 60px;
  font-family: 'pfdin';
  font-weight: 400;
}
.slider-block__item_promotion {
  margin-top: 45px;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-block__item_promotion .slider-block__text {
  font-size: 80px;
  padding: 0;
}
.slider-block__item_promotion .slider-block__text:last-of-type {
  font-size: 50px;
}
.slider-block__item_promotion .slider-block__text_size_big {
  font-size: 120px;
}
.slider-block__item_promotion .slider-block__text_date {
  font-size: 24px;
  padding: 19px 0;
}
.slider-block__item_theme-one {
  background: url(../images/img_42.png) center center / cover no-repeat;
}
.slider-block__item_theme-two {
  background: url(../images/img_42a.png) center center / cover no-repeat;
}
.slider-block__item_theme-three {
  background: url(../images/img_42b.png) center center / cover no-repeat;
}
.slider-block__item_theme-four {
  background: url(../images/img_42c.png) center center / cover no-repeat;
}
.slider-block__item_theme-five {
  background: url(../images/img_42d.png) center center / cover no-repeat;
}
.slider-block__item_center {
  padding-right: 35%;
}
.slider-block__item_center > div {
  padding-left: 0;
  text-align: right;
}
.slider-block__item_left {
  padding-right: 35%;
}
.slider-block__item_left > div {
  text-align: left;
}
.slider-block__item_left .slider-block__text_date {
  padding-left: 0;
}
.slider-block__item_right {
  padding-left: 35%;
  padding-right: 160px;
}
.slider-block__item_right > div {
  text-align: right;
}
.slider-block__item_right .slider-block__text_date {
  padding-right: 0;
}
.slider-block__text_alt {
  color: #1c3b71;
}
.slider-block__text_alt-red {
  color: #c60536;
}
.aboutus {
  background: url(../images/img_2c.png) top center / cover no-repeat;
}
.caption_aboutus {
  padding-bottom: 17px;
}
.block-with-photo {
  position: relative;
  padding-top: 93px;
  padding-bottom: 58px;
  margin-top: 45px;
}
.block-with-photo__img {
  position: absolute;
  right: 0;
  top: 47px;
  z-index: 1;
}
.block-with-photo__img:after {
  position: absolute;
  content: "";
  width: 105%;
  height: 121%;
  left: -179px;
  top: -47px;
  border: 4px solid #8190b2;
  z-index: -1;
}
.block-with-photo__img_alt {
  left: 0;
  right: auto;
}
.block-with-photo__img_alt:after {
  right: -179px;
  left: auto;
}
.block-with-photo__article {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
  width: 890px;
  padding: 62px 10%;
  border: 4px solid #8190b2;
}
.block-with-photo__article p {
  font-size: 18px;
  color: #222222;
  line-height: 1.444;
  padding-bottom: 18px;
}
.block-with-photo__article p:last-of-type {
  padding-bottom: 0;
}
.block-with-photo__article_full {
  width: 100%;
  margin-bottom: 100px;
}
.block-with-photo__article_alt {
  margin: 0 0 0 auto;
}
.block-with-photo__title {
  font-size: 60px;
  font-family: 'pfdin';
  font-weight: 400;
  color: #fdfdfd;
  position: relative;
  z-index: 1;
  padding-left: 15%;
  padding-bottom: 25px;
}
.block-with-photo__title_alt {
  padding-right: 15%;
  padding-left: 0;
  text-align: right;
}
.block-with-photo__btn {
  position: relative;
  z-index: 1;
  padding-top: 84px;
}
.block-with-photo__btn button {
  font-size: 20px;
  color: #ffffff;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  background: #667495;
  border: 4px solid #ffffff;
  width: 144px;
  height: 58px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.block-with-photo__btn button:hover {
  border: 4px solid rgba(255, 255, 255, 0.5);
  background-color: #b8c0d6;
}
.block-width-photo__btn_alt {
  text-align: right;
}
@media (max-width: 980px) {
  .block-with-photo__article {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .block-with-photo__img:after {
    display: none;
  }
}
.specialists-detail_hair {
  background: url(../images/img_2c.png) center top / cover no-repeat;
  background-attachment: fixed;
}
.specialists-detail_cosm {
  background: url(../images/img_2c.png) left bottom / cover no-repeat;
  background-attachment: fixed;
}
.specialists-detail_nail {
  background: url(../images/img_2d.png) center bottom / cover no-repeat;
  background-attachment: fixed;
}
.list__item_specialists-detail {
  padding-bottom: 65px;
}
.list__text_specialists-detail {
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
}
.list__desc_specialists-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.list__link_specialists-detail {
  display: block;
  font-size: 18px;
  text-decoration: none;
  color: #222222;
}
.list__img_specialists-detail {
  margin-right: 7%;
  width: 230px;
}
.list__img_specialists-detail img {
  width: 100%;
}
.caption_specialists-detail {
  text-transform: none;
  line-height: 1.3;
}
.list__text_specialists-detail {
  padding: 9px 0;
}
.list__link_specialists-detail {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list__link_specialists-detail > span {
  background: url(../icons/icon_11.png) center center / contain no-repeat;
  width: 30px;
  height: 38px;
  margin-left: 15px;
}
.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}
.box__item {
  position: relative;
}
.box__item img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.box__item:first-of-type {
  background: #8393ca;
  width: 210px;
  margin-right: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.box__item:last-of-type {
  background: #1c3b71;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 52px;
}
.box__item:last-of-type * {
  color: #fff;
  font-size: 18px;
  z-index: 2;
}
.box__item ul {
  list-style: none;
  z-index: 2;
}
.box__item ul li {
  font-size: 18px;
  color: #ffffff;
}
.box__item_default:first-of-type {
  background: #1c3b71;
}
.box__item_default:last-of-type {
  background: #8393ca;
}
.box__text {
  font-size: 60px;
  color: #ffffff;
  font-family: 'pfdin';
  font-weight: 400;
  padding: 35px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1180px) {
  .box__item:last-of-type {
    overflow: hidden;
  }
  .box__item:last-of-type img {
    width: auto;
  }
}
.prices {
  background: url(../images/img_2c.png) center top / cover no-repeat;
  padding-bottom: 40px;
  background-attachment: fixed;
}
.prices_nail {
  background: url(../images/img_2d.png) center bottom / cover no-repeat;
  background-attachment: fixed;
}
.prices_cosm {
  background: url(../images/img_2c.png) left bottom / cover no-repeat;
  background-attachment: fixed;
}
.block-with-photo_prices {
  margin-top: 0;
  padding-top: 68px;
  padding-bottom: 0;
  height: 656px;
}
.block-with-photo__img_prices {
  width: 897px;
}
.block-with-photo__img_prices:after {
  display: none;
}
.block-with-photo__article_prices {
  width: 90%;
  max-height: 350px;
  overflow: hidden;
  overflow-y: auto;
}
.caption_prices {
  padding-bottom: 18px;
}
@media (max-width: 1024px) {
  .block-with-photo__img_prices {
    width: 100%;
    overflow: hidden;
  }
  .block-with-photo__article_prices {
    padding: 20px;
    overflow-y: auto;
  }
}
.table {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border: 4px solid #8190b2;
  position: relative;
  z-index: 3;
  padding-left: 45px;
  padding-right: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
  margin-top: 80px;
  opacity: 0;
}
.table__header {
  min-height: 65px;
  padding: 25px 0;
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.table__header .tabs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table__close {
  width: 23px;
  height: 23px;
  background: url(../icons/icon_12.png) center center / contain no-repeat;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  right: 0;
  top: 0;
}
.table__content {
  font-size: 18px;
  color: #222222;
  border-top: 1px solid #707070;
}
.table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #707070;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.table__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
  border-right: 1px solid #707070;
  width: 100%;
  min-width: 214px;
}
.table__col:first-of-type {
  min-width: 476px;
  max-width: 476px;
  padding-left: 0;
}
.table__col {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.table__col:last-of-type {
  min-width: 214px;
  max-width: 214px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
}
.table__col_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.table__col_arrow-open {
  cursor: pointer;
}
.table__col_arrow-open:after {
  content: "";
  background: url(../icons/icon_13.png) center center / contain no-repeat;
  width: 13px;
  height: 13px;
  margin-left: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.table__col_arrow-close {
  cursor: pointer;
}
.table__col_arrow-close:after {
  content: "";
  background: url(../icons/icon_13.png) center center / contain no-repeat;
  width: 13px;
  height: 13px;
  margin-left: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.table__row_sub {
  margin-left: 40px;
  display: block;
}
.table__row_sub .table__col:first-of-type {
  max-width: 436px;
  min-width: 436px;
}
.table-sub__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #707070;
}
.table-sub__row:last-of-type {
  border: none;
}
.table-tabs {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #667495;
}
.table-tab {
  font-size: 18px;
  color: #ffffff;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  padding: 15px 30px;
  cursor: pointer;
}
.table-tab_active {
  background: #667495;
}
.table__row_footnote {
  border-bottom: none;
}
.table-sub__row_footnote {
  font-size: 18px;
  color: #1c3b71;
  padding: 20px 0;
}
.table-col__photo {
  background: url(../icons/icon_14.png) center center / contain no-repeat;
  width: 27px;
  height: 23px;
  margin-left: auto;
  cursor: pointer;
}
@media (max-width: 1460px) {
  .table__content {
    font-size: 14px;
  }
  .table__col {
    min-width: 75px;
  }
  .table__col:first-of-type {
    min-width: 310px;
    max-width: 310px;
  }
  .table__row_sub .table__col:first-of-type {
    max-width: 270px;
    min-width: 270px;
  }
  .table__col {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .table__col:last-of-type {
    min-width: 75px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
  }
}
@media (max-width: 890px) {
  .table-tab {
    font-size: 16px;
    padding: 15px;
  }
  .table__header .tab {
    font-size: 16px;
  }
}
.inner_error-page {
  padding-top: 60px;
  background: url(../images/img_1.png) center center / cover no-repeat;
  width: 100%;
  min-height: 100vh;
}
.block-error {
  text-align: center;
  padding-bottom: 60px;
}
.block-error img {
  max-width: 100%;
}
.block-error__text {
  padding-top: 60px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
.block-error__link {
  color: #e6c5ff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.block-error__link:hover {
  text-decoration: none;
}
@media (max-width: 845px) {
  .logo_error-page {
    padding-bottom: 60px;
  }
}

/*new style 30/05/2025*/
/*нужно добавить на сайт*/
.block-with-photo__article a {

    color: #1c3b71;
    border-bottom: 1px solid #1c3b71;
    text-decoration: none;
    padding: 0;
    transition: color 0.3s linear, border 0.3s linear;
}

.block-with-photo__article a:hover {
    color: #667495;
    border-bottom: 1px solid #667495;
}

.block-with-photo__article_prices::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.block-with-photo__article_prices::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.block-with-photo__article_prices::-webkit-scrollbar-thumb {
    background: #667495;
    border-radius: 3px;
}

.block-with-photo__article_prices::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* media */
@media screen and (max-width: 960px) {
    .block-with-photo__title {
        padding: 0 0 0 6%;
        margin: 0 0 20px 0;
    }

    .block-with-photo__article_prices {
        padding: 20px;
        margin: 0 auto;
    }

    .block-width-photo__btn_alt {
        margin: 40px 0 0 0;
        padding: 0 5% 0 0;
    }
}
@media screen and (max-width: 768px) {
  .block-with-photo + .table {
      overflow-x: scroll;
  }
  .table__content {
      width: 768px;
  }
}

@media screen and (max-width: 640px) {

    .block-with-photo__article p {
        font-size: 16px;
    }
}

/*new style 10/11/2025 у специалистов скрыть сертификаты и документы*/
.list__desc_specialists-detail > a.list__link.list__link_specialists-detail {
  display: none;
}
