html {
  overflow-x: hidden;
}

body {
  font-family: 'Arial';
  font-size: 16px;
  color: #040000;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  max-width: 1920px;
  background: white;
}

.WebDMSServiceWidget {
  border: 0;
  overflow: hidden;
  margin: 20px auto 50px;
  max-width: 1200px;
}
.WebDMSServiceWidget iframe {
  border: 0;
  min-height: max(900px, 100vh);
}

.fancybox-slide--html .fancybox-close-small {
  /* color: white !important; */
}

.fancybox-button svg {
  transform: scale(2);
}

.compensate-for-scrollbar {
  margin-right: auto !important;
  overflow: auto !important;
}

.fancybox-content {
  overflow: hidden;
}

input[type='file'] {
  display: none;
}

.resp_table {
  width: 100%;
}

.resp_table tr td:before {
  display: none;
}

sup {
  display: inline-block;
  vertical-align: top;
  top: -3px;
  position: relative;
  font-size: 80%;
}

img {
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
}

select::-ms-expand {
  display: none;
}

select::-ms-expand {
  display: none;
}

a:hover {
  text-decoration: none;
}

.fancybox-type-image .fancybox-close {
  right: 9px;
}

.fancybox-close {
  background: url(../img/bg_close.png) 50% 50% no-repeat !important;
  color: black;
  width: 22px !important;
  height: 22px !important;
  top: -25px !important;
  right: -25px !important;
}

.container {
  margin: 0px auto;
  padding: 0px 15px;
  max-width: 1140px;
  position: relative;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1256px;
    max-width: 100%;
  }
}

.has-danger input,
.has-danger select,
.has-danger textarea {
  border-width: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}

#form_popup,
#form_popup2 {
  display: none;
}

.popup_container {
  width: 420px;
  max-width: 100%;
  padding: 5px 29px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box; /* border: 2px solid black; */
  background: white;
  text-align: center;
  padding-bottom: 30px;
}

.popup_container .agree_field {
  color: black;
  font-size: 12px;
}

.popup_container .agree_field a {
  color: black;
}

.popup_container h2 {
  font-size: 20px;
  font-weight: 700;
  /* text-transform: uppercase; */
  padding: 0px;
  margin: 0px;
  padding-bottom: 29px;
  text-align: center;
  padding-top: 25px;
  color: black;
}

.popup_container .form_comment {
  text-align: center;
  font-size: 20px;
  color: #414141;
  padding-bottom: 15px;
}

.popup_container .form_comment a {
  display: block;
  color: #414141;
  text-decoration: none;
}

.popup_container .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  -moz-transform: rotate(45deg); /* Aey Firefox */
  -ms-transform: rotate(45deg); /* Aey IE */
  -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
  -o-transform: rotate(45deg); /* Aey Opera */
  transform: rotate(45deg);
  cursor: pointer;
}

.popup_container .close:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 16px;
  width: 34px;
  height: 1px;
  display: block;
  background-color: #a8a8a8;
}

.popup_container .close:after {
  content: '';
  position: absolute;
  left: 16px;
  top: 0px;
  width: 1px;
  height: 34px;
  display: block;
  background-color: #a8a8a8;
}

.popup_container .form-group {
  margin-bottom: 19px;
}

.popup_container .form-group input[type='text'] {
  color: black;
  display: block;
  height: 56px;
  line-height: 56px;
  text-decoration: none;
  text-align: left;
  /* text-transform: uppercase; */
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  padding: 10px;
}

.popup_container .form-group textarea {
  color: black;
  display: block;
  height: 100px;
  text-decoration: none;
  text-align: left;
  /* text-transform: uppercase; */
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  background: none;
  border: 1px solid #c0c6c9;
  padding: 10px;
  resize: none;
  font-family: 'NotoSans';
  font-size: 16px;
}

.popup_container .form-group select {
  color: #1d1f20;
  height: 50px;
  border: 1px solid white;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  font-family: 'NotoSans';
  padding-left: 10px;
  height: 38px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #c0c6c9;
}

.popup_container .form-group select option {
}

.popup_container .form-group button {
  cursor: pointer;
  height: 38px;
  font-size: 16px;
  font-weight: 700;
  height: 60px;
}

.popup_container .form-group button:before {
  display: none;
}

.popup_container .form-group button:after {
  display: none;
}

.not_agree button {
  background-color: #cccccc !important;
  cursor: auto !important;
  color: white !important;
}

.agree_field {
  font-size: 10px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  top: 0px;
}

.agree_field input {
  position: absolute;
  top: -1px;
  left: 0px;
  margin: -0px;
}

.agree_field span {
  padding-left: 25px;
  display: inline-block;
}

.popup_container .form-disclamer {
  color: #b8b8b8;
  font-size: 10px;
  padding-top: 10px;
  text-align: center;
}

form {
}

form .form-group {
  margin-bottom: 10px;
  position: relative;
}

form .form-group input[type='tel'],
form .form-group input[type='text'],
form .form-group select {
  height: 48px;
  width: 100%;
  color: #000000;
  font-size: 18px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: 'NotoSans';
  padding: 0px 28px;
  outline: none;
  background: white;
  border-radius: 10px;
  border: 1px solid #2f3539;
}

form .form-group select {
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  background: url(../img/ico_select.png) 95% 50% no-repeat #ffffff;
  font-family: 'NotoSans';
  outline: none;
}

form .form-group button {
  width: 100%;
  cursor: pointer;
  font-family: 'NotoSans';
  outline: none;
}

form .form-group button:hover {
}

.form_title {
  color: black;
  font-size: 36px; /* text-transform: uppercase; */
  padding: 0px;
  margin: 0px;
  text-align: center;
  padding-bottom: 47px;
}

.form_title span {
  display: block;
  color: #ff0000;
  white-space: nowrap;
}

.btn {
  box-sizing: border-box;
  background: #ea0c1e;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 48px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 0.3s;
  text-align: center;
  border-radius: 10px;
}

.btn.white {
  background: #ffffff;
  color: #2f3539;
}

.btn.white:hover {
  color: white;
}

.btn:hover {
  background: #a91e2c;
}

.anim {
  opacity: 0;
}

/**********************
        HEADER
**********************/

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  background: #ffffff;
  padding: 14px 0;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo_wrap {
  display: flex;
  align-items: center;
  max-width: 330px;
}

.logo2 {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #828688;
}

.top_phone {
  display: block;
  font-size: 18px;
  color: #040000;
  padding-left: 28px;
  text-decoration: none;
  background: url('../img/icons/ico_phone.svg') 0 50% no-repeat;
}

.addr_wrap {
  display: grid;
  row-gap: 5px;
}

.top_addr {
  padding-left: 28px;
  font-size: 18px;
  background: url('../img/icons/ico_loc.svg') 0 50% no-repeat;
}

header .btn {
  width: 293px;
}

header .m_btn {
  display: none;
}

.menu {
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  border-top: 1px solid #ebebec;
  padding: 12px 0;
  z-index: 5;
  background: #ffffff;
}

.menu .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu a {
  font-size: 18px;
  color: #2f3539;
  text-decoration: none;
  transition: all 0.3s;
  line-height: 111%;
}

.menu a:hover {
  color: #ea0c1e;
}

/**********************
        BANNER
**********************/

.banner_slider {
  margin-top: 120px;
}
.banner_slider .swiper-slide {
  overflow: hidden;
  position: relative;
}

.banner_slider .swiper-slide .erid {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #ffffff;
}

.banner .slide-contain picture img {
  width: 100%;
  height: auto;
  transform: none;
  position: static;
}
.banner picture img {
  max-width: none;
  height: 720px;
  transform: translateX(-50%);
  left: 50%;
  display: block;
  position: relative;
}
.banner picture img .swiper-button-next.bn,
.swiper-button-prev.bn {
  width: 60px !important;
  height: 60px !important;
  background: url('../img/icons/bn_arrow.svg') 50% no-repeat;
  transition: all 0.3s;
  left: 30px !important;
}

.swiper-button-next.bn:hover,
.swiper-button-prev.bn:hover {
  background: url('../img/icons/bn_arrow_hov.svg?v=1') 50% no-repeat;
}

.swiper-button-next.bn {
  transform: scale(-1);
  left: unset !important;
  right: 30px !important;
}

.swiper-button-next.bn:after,
.swiper-button-prev.bn:after {
  display: none;
}

.title_container {
  position: absolute;
  top: 87px;
  left: 24px;
  z-index: 1;
  padding-top: 16px;
  padding-bottom: 27px;
  height: max-content;
  min-height: 326px;
  padding-block: 56px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.title_container:before {
  content: '';
  background: linear-gradient(
    90deg,
    #000000 0%,
    #000000 50%,
    rgba(0, 0, 0, 0.527794) 73.61%,
    rgba(0, 0, 0, 0) 100%
  );

  position: absolute;
  width: 90vw;
  height: 100%;
  right: -150px;
  z-index: -1;
  top: 0px;
}

.title_list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding-left: 0;
}

.title_list .title_price {
  font-weight: 700;
  color: white;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 0;
}

.title_list li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  color: white;
  list-style-type: none;
}

.title_list li::after {
  position: absolute;
  content: '';
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 12px;
  height: 12px;
  background-image: url(../img/marker.png);
}

.title_container .title1 {
  color: #ffffff;
  font-size: 28px;
  text-decoration: none;
}

.title_container .title1 b {
  font-size: 96px;
  display: block;
  line-height: 125%;
  color: #ea0c1e;
}

.title_container .title1 span {
  display: block;
  font-size: 44px;
  font-weight: 700;
  margin-top: -9px;
  margin-bottom: 12px;
  color: #ea0c1e;
}

.title_container .btn {
  margin-top: 30px;
}

/**********************
       ADVANTAGES
**********************/

.advantages {
  background: linear-gradient(0deg, #040000 0%, #04000000 100%);
  padding: 55px 0 20px;
  margin-top: -170px;
  position: relative;
  z-index: 1;
}

.ags_wrap {
  display: flex;
  justify-content: space-between;
}

.ags_wrap > a {
  padding-top: 75px;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  text-decoration: none;
}

.ags_wrap > a b {
  font-size: 24px;
  font-weight: 700;
}

.ags_wrap > a:hover {
  color: #ea0c1e;
}

.ags_wrap > a:before {
  content: '';
  display: block;
  width: 76px;
  height: 73px;
  position: absolute;
  top: 0;
  left: -10px;
  transition: all 0.3s;
}

.ags_wrap > a.ico1:before {
  background: url('../img/icons/ags_ico1.svg') 50% no-repeat;
}

.ags_wrap > a.ico1:hover:before {
  background: url('../img/icons/ags_ico1_hov.svg') 50% no-repeat;
}

.ags_wrap > a.ico2:before {
  background: url('../img/icons/ags_ico2.svg') 50% no-repeat;
}

.ags_wrap > a.ico2:hover:before {
  background: url('../img/icons/ags_ico2_hov.svg') 50% no-repeat;
}

.ags_wrap > a.ico3:before {
  background: url('../img/icons/ags_ico3.svg') 50% no-repeat;
}

.ags_wrap > a.ico3:hover:before {
  background: url('../img/icons/ags_ico3_hov.svg') 50% no-repeat;
}

.ags_wrap > a.ico4:before {
  background: url('../img/icons/ags_ico4.svg') 50% no-repeat;
}

.ags_wrap > a.ico4:hover:before {
  background: url('../img/icons/ags_ico4_hov.svg') 50% no-repeat;
}

.ags_wrap > a.ico5:before {
  background: url('../img/icons/ags_ico5.svg') 50% no-repeat;
}

.ags_wrap > a.ico5:hover:before {
  background: url('../img/icons/ags_ico5_hov.svg') 50% no-repeat;
}

/**********************
       OFFERS
**********************/

.offers {
  margin-top: 120px;
}

.offers .offers_slider1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
}

.offers .offers_slider1 .offer_item {
  width: 32.3%;
}

.offers .offers_slider2 {
  margin-top: 58px;
}
.offers .offers_slider2 .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5%;
}
.offers .offers_slider2 .offer_item {
  width: 32.3%;
  margin-bottom: 58px;
}
.offers .offers_slider2 .offer_item img {
  width: 100%;
}
.offers_title {
  display: flex;
  align-items: center;
  column-gap: 60px;
  margin-bottom: 30px;
}

.offers_title > span {
  font-size: 44px;
  font-weight: 700;
}

.offers_nav {
  display: flex;
  column-gap: 205px;
}

.swiper-button-next.of,
.swiper-button-prev.of {
  width: 44px !important;
  height: 44px !important;
  background: url('../img/icons/offers_arrow.svg') 50% no-repeat;
  transition: all 0.3s;
  position: relative;
  left: 0 !important;
  top: 0 !important;
  margin-top: 0 !important;
  z-index: 4;
}

.swiper-button-next.of:hover,
.swiper-button-prev.of:hover {
  background: url('../img/icons/offers_arrow_hov.svg?v=1') 50% no-repeat;
}

.swiper-button-next.of {
  transform: scale(-1);
  right: 0 !important;
}

.swiper-button-next.of:after,
.swiper-button-prev.of:after {
  display: none;
}

.offers_title2 .offers_nav {
  display: none;
}
.swiper-button-next.of2,
.swiper-button-prev.of2 {
  width: 44px !important;
  height: 44px !important;
  background: url('../img/icons/offers_arrow.svg') 50% no-repeat;
  transition: all 0.3s;
  position: relative;
  left: 0 !important;
  top: 0 !important;
  margin-top: 0 !important;
  z-index: 4;
}

.swiper-button-next.of2:hover,
.swiper-button-prev.of2:hover {
  background: url('../img/icons/offers_arrow_hov.svg?v=1') 50% no-repeat;
}

.swiper-button-next.of2 {
  transform: scale(-1);
  right: 0 !important;
}

.swiper-button-next.of2:after,
.swiper-button-prev.of2:after {
  display: none;
}

.offers_title2 {
  padding-top: 20px;
  display: flex;
  justify-content: space-around;
}
.offers .offers_slider2 {
  margin-top: 20px;
}
.offer_item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.offer_info {
  width: 24px;
  height: 24px;
  background: url('../img/icons/info.svg') 50% no-repeat;
  position: absolute;
  top: 8px;
  right: 16px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 2;
  display: none;
}

.offer_info:hover {
  background: url('../img/icons/info_hov.svg?v=1') 50% no-repeat;
}

.offer_text {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 35px 28px 25px;
  background: linear-gradient(0deg, #000000 34.33%, rgba(0, 0, 0, 0) 100%);

  color: #ffffff;
}
.offer_buttons {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.offer_buttons .btn-info {
  width: 50px;
}
.offer_button--full {
  width: 100%;
}
.offer_name {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #acaeb0;
  padding-bottom: 5px;
  margin-bottom: 8px;
}

.offer_comment {
  /* font-size: 18px; */
  font-size: 17px;
  line-height: 115%;
  min-height: 42px;
}
.offer_comment.list {
  min-height: 100%;
  padding-left: 12px;
  background: url('../img/mark.svg') 0 50% no-repeat;
}

.offer_comment b {
  color: #ea0c1e;
}

.offer_desc {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #2f3539;
  position: absolute;
  top: 0;
  right: -100%;
  display: flex;
  align-items: center;
  padding: 0 35px;
  transition: all 0.3s;
  border-radius: 15px;
  overflow: hidden;
}

.offer_desc.active {
  right: 0;
}

.desc_text {
  color: #ffffff;
  font-size: 14px;
  position: relative;
}
.desc_text ol {
  padding-left: 0;
}
.desc_text ol li {
  margin-bottom: 5px;
}

.desc_text b {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

#offers_form {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-top: 0px;
}

#offers_form .form-group {
  width: 31.85%;
}

#offers_form .agree_field {
  box-sizing: border-box;
  width: 31.85%;
  margin-left: auto;
  color: #acaeb0;
}

#offers_form .agree_field a {
  color: #acaeb0;
}

/**********************
       SERVICES
**********************/

.services {
  margin-top: 120px;
  padding: 50px 0;
  background: #040000;
}

.services_title {
  color: #ffffff;
  font-weight: 700;
  font-size: 44px;
  margin-bottom: 15px;
}

.serv_list {
}

.serv_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  position: relative;
}

.serv_item:after {
  content: '';
  background: url('../img/icons/line.svg') 50% no-repeat;
  display: block;
  width: 1268px;
  height: 13px;
  position: absolute;
  bottom: -8px;
  left: -6px;
}

.item_name {
  box-sizing: border-box;
  color: #d5d7d7;
  font-size: 28px;
  padding-left: 80px;
  min-height: 64px;
  display: flex;
  align-items: center;
  width: 40.5%;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

.item_name:after {
  content: '';
  background: url('../img/icons/serv_arrow.svg') 50% no-repeat;
  width: 30px;
  height: 17px;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  transform: rotate(0);
  transition: all 0.3s;
}

.item_name:hover {
  color: #ea0c1e;
}

.serv_item.active .item_name {
  color: #ffffff;
}

.item_name:hover:after {
  background: url('../img/icons/serv_arrow_hov.svg') 50% no-repeat;
}

.serv_item.active .item_name:after {
  transform: rotate(180deg);
}

.serv_item.ico1 .item_name {
  background: url('../img/icons/serv_ico1.svg') 0 50% no-repeat;
}

.serv_item.ico1 .item_name:hover {
  background: url('../img/icons/serv_ico1_hov.svg?v=1') 0 50% no-repeat;
}

.serv_item.ico2 .item_name {
  background: url('../img/icons/serv_ico2.svg') 0 50% no-repeat;
}

.serv_item.ico2 .item_name:hover {
  background: url('../img/icons/serv_ico2_hov.svg?v=1') 0 50% no-repeat;
}

.serv_item.ico3 .item_name {
  background: url('../img/icons/serv_ico3.svg') 0 50% no-repeat;
}

.serv_item.ico3 .item_name:hover {
  background: url('../img/icons/serv_ico3_hov.svg?v=1') 0 50% no-repeat;
}

.serv_item.ico4 .item_name {
  background: url('../img/icons/serv_ico4.svg') 0 50% no-repeat;
}

.serv_item.ico4 .item_name:hover {
  background: url('../img/icons/serv_ico4_hov.svg?v=1') 0 50% no-repeat;
}

.item_list {
  color: #acaeb0;
  padding: 0;
  margin: 0;
  width: 49%;
  display: none;
}

.item_list li {
  display: block;
  padding: 8px 0;
  font-size: 18px;
  color: #acaeb0;
  border-bottom: 1px solid #595d61;
  cursor: pointer;
}

.item_list li a {
  color: #acaeb0;
  text-decoration: none;
  transition: all 0.3s;
}

.item_list li:last-child {
  border-bottom: none;
}

.item_list li a:hover {
  color: #ffffff;
}

/**********************
       CORP_DOP
**********************/

.corp_dop {
  margin-top: 120px;
}

.corp_dop .container {
  display: flex;
  justify-content: space-between;
}

.corp,
.dop {
  box-sizing: border-box;
  width: 48.9%;
  border: 1px solid #d5d7d7;
  border-radius: 15px;
}

.corp_dop_text {
  padding: 40px 55px 50px;
}

.corp_dop_title {
  font-size: 44px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 20px;
}

.corp_dop_props {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.corp_dop_props li {
  display: block;
  padding-left: 32px;
  background: url('../img/icons/corp_ico.svg') 0 50% no-repeat;
  font-size: 18px;
}

.dop .corp_dop_props li {
  background: url('../img/icons/dop_ico.svg') 0 50% no-repeat;
}

.corp_dop_text .btn {
  margin-top: 35px;
}

/**********************
        SIGNUP
**********************/

.signup {
  margin-top: 120px;
  padding: 30px 55px;
  border-radius: 15px;
  background: #040000;
  position: relative;
}

.signup_wrap {
  display: inline-block;
}

.signup_title {
  font-size: 44px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}

.signup_text {
  color: #ffffff;
  font-size: 18px;
}

.signup_wrap .btn {
  margin-top: 25px;
}

.signup_img {
  position: absolute;
  right: 62px;
  top: -60px;
}

/**********************
      CONTACTS
**********************/

.contacts {
  margin-top: 120px;
  border-radius: 15px;
  border: 1px solid #d5d7d7;
  display: flex;
  justify-content: space-between;
}

.cont_wrap {
  box-sizing: border-box;
  padding: 30px 30px 33px;
  width: 40.4%;
  display: grid;
  row-gap: 16px;
}

.contacts_salon {
  padding: 14px 36px;
  border: 1px solid #d5d7d7;
  border-radius: 15px;
  transition: all 0.2s linear;
  cursor: pointer;
}

.contacts_salon:hover {
  background: #ececec;
}

.cont_title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
}

.cont_title span {
  margin-top: 0px;
  display: block;
  font-size: 24px;
  color: #ea0c1e;
  font-weight: 400;
}

.bot_addr {
  font-size: 18px;
  font-weight: 700;
  padding-left: 32px;
  background: url('../img/icons/ico_loc_bot.svg') 0 50% no-repeat;
  margin-bottom: 8px;
}

.bot_phone {
  display: block;
  text-decoration: none;
  color: #040000;
  font-size: 18px;
  font-weight: 700;
  padding-left: 32px;
  background: url('../img/icons/ico_phone_bot.svg') 0 50% no-repeat;
  margin-bottom: 8px;
}

.worktime {
  margin-left: 32px;
  font-size: 18px;
  font-weight: 700;
  padding-left: 32px;
  background: url('../img/icons/ico_clock.svg') 0 50% no-repeat;
}

.dealer_text {
  color: #828688;
  font-size: 14px;
  margin-top: 25px;
}

.cont_wrap .btn {
  margin-top: 5px;
}

#map1 {
  width: 59.6%;
  height: 560px;
  border-radius: 15px;
  overflow: hidden;
}

/**********************
       FOOTER
**********************/

footer {
  margin-top: 120px;
  padding: 37px 0;
  background: #040000;
}

.foot_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot_wrap .foot_yur {
  color: #fff;
  display: grid;
  justify-self: left;
}
.foot_wrap .yurlink {
  margin-bottom: 10px;
  color: #d5d7d7;
  font-size: 18px;
  text-decoration: none;
}
.foot_info {
  text-align: center;
  color: #fff;
}
footer .switch {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
}

footer .disclamer {
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  display: none;
  padding-top: 20px;
}
.offer_img img {
    width: 100%;
}






/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1600px) {
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  .top_addr {
    display: none;
  }

  .menu a {
    font-size: 14px;
  }

  /****************************************************************************/
  .banner_slider {
    margin-top: 116px;
  }

  .ags_wrap > a {
    font-size: 14px;
  }

  .ags_wrap > a b {
    font-size: 18px;
  }

  /****************************************************************************/
  .offer_comment {
    font-size: 14px;
  }

  .offer_comment br {
    display: none;
  }

  /****************************************************************************/
  .corp_dop_title {
    font-size: 32px;
  }

  .corp_dop_props li {
    font-size: 14px;
  }

  /****************************************************************************/
  .signup_img {
    right: -140px;
  }

  .signup_title {
    font-size: 34px;
  }

  /****************************************************************************/
  .cont_title {
    font-size: 24px;
  }

  .cont_wrap {
    padding: 30px 35px 40px;
  }

  .dealer_text {
    font-size: 13px;
  }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (max-width: 768px) {
  .offers_title2 .offers_nav {
    display: flex;
  }
  .offers .offers_slider2 .offer_item {
    margin-bottom: 0;
    width: auto;
  }
  .offers .offers_slider2 .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
  #offers_form {
    margin-top: 20px;
  }
  .offer_img img {
    width: 100%;
  }
  .offers .offers_slider1 {
    row-gap: 20px;
  }
  .offers .offers_slider1 .offer_item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .anim {
    opacity: 1;
  }

  .btn {
    font-size: 16px;
  }

  header .btn {
    display: none;
  }

  .menu {
    top: 52px;
  }

  .menu a {
    font-size: 12px;
  }

  /****************************************************************************/
  .banner_slider {
    margin-top: 90px;
  }

  .title_container {
    top: 20px;
    left: 50px;
  }

  .title_container .title1 {
    font-size: 20px;
  }

  .title_container .title1 span {
    font-size: 26px;
  }

  .title_container .title1 b {
    font-size: 40px;
  }

  .title_container .btn {
    width: 300px;
    margin-top: 10px;
  }

  .banner picture img {
    max-width: none;
    height: auto;
    transform: translateX(0);
    left: 0;
    display: block;
    position: relative;
    width: 100%;
  }

  .swiper-button-next.bn,
  .swiper-button-prev.bn {
    width: 30px !important;
    height: 30px !important;
    background-size: 100% !important;
  }

  .swiper-button-next.bn {
    right: 5px !important;
  }

  .swiper-button-prev.bn {
    left: 5px !important;
  }

  /****************************************************************************/
  .advantages {
    margin-top: -105px;
  }

  .ags_wrap > a {
    font-size: 12px;
  }

  .ags_wrap > a b {
    font-size: 14px;
  }

  /****************************************************************************/
  .offers {
    margin-top: 60px;
  }

  .offers_nav {
    column-gap: 100px;
  }

  /****************************************************************************/
  .offer_name {
    font-size: 18px;
  }

  #offers_form .form-group {
    width: 100%;
  }

  #offers_form .agree_field {
    width: 100%;
  }

  /****************************************************************************/
  .services {
    margin-top: 60px;
  }

  .item_name {
    font-size: 22px;
  }

  /****************************************************************************/
  .corp_dop {
    margin-top: 60px;
  }

  .corp_dop_text {
    padding: 20px;
  }

  .corp_dop_title {
    font-size: 26px;
  }

  /****************************************************************************/
  .signup {
    padding: 30px;
    margin-top: 80px;
  }

  .signup_title {
    font-size: 26px;
  }

  .signup_text {
    font-size: 14px;
  }

  .signup_img {
    right: -110px;
    top: -40px;
    width: 70%;
  }

  /****************************************************************************/
  .contacts {
    margin-top: 80px;
    flex-direction: column;
  }

  .cont_wrap {
    width: 100%;
    padding: 12px;
  }
  .contacts_salon {
    padding: 12px 16px;
  }
  .cont_title {
    margin-bottom: 10px;
  }

  #map1 {
    width: 100%;
  }

  /****************************************************************************/
  footer {
    margin-top: 60px;
  }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .anim {
    opacity: 1;
  }
  .title_list li {
    color: black;
  }

  .banner_slider .swiper-slide .erid {
    font-size: 3vw;
    top: 15px;
    right: 15px;
  }

  .fancybox-type-image {
    width: 100% !important;
    margin: 0px !important;
    left: 0px !important;
  }

  .fancybox-close {
    right: 9px !important;
    top: 9px !important;
  }

  .fancybox-inner {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
  }

  .fancybox-wrap {
    margin: 0px !important;
    width: 100% !important;
    left: 0px !important;
    top: 20px !important;
  }

  .fancybox-type-image .fancybox-close {
    top: -8px !important;
  }

  .popup_container {
    width: 100%;
  }

  /*******************************************************************/
  header .m_btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 21px;
    z-index: 1;
    top: 12px;
    right: 15px;
  }

  header .m_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #2f3539;
    transition: all 0.3s linear;
  }

  header .m_btn span:nth-child(1) {
    top: 0;
  }

  header .m_btn span:nth-child(2) {
    top: calc(50% - 2px);
    opacity: 1;
  }

  header .m_btn span:nth-child(3) {
    bottom: 0;
  }

  header .m_btn.active span:nth-child(1) {
    transform-origin: top right;
    transform: rotate(-45deg);
    top: -1px;
  }

  header .m_btn.active span:nth-child(2) {
    opacity: 0;
  }

  header .m_btn.active span:nth-child(3) {
    transform-origin: bottom right;
    transform: rotate(45deg);
    bottom: -1px;
  }

  .menu {
    display: block;
    position: fixed;
    top: 107px;
    background: white;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 5;
    padding: 10px 0;
  }

  .menu.active {
    right: 0;
  }

  .menu .container {
    flex-direction: column;
    align-items: center;
  }

  .menu a {
    padding: 10px 0;
  }

  /****************************************************************************/

  form .form-group input[type='tel'],
  form .form-group input[type='text'],
  form .form-group select {
    font-size: 16px;
  }

  .btn {
    font-size: 16px;
  }

  /****************************************************************************/
  header {
    padding: 5px 0;
    box-shadow: 0px 0px 5px #b3b3b3;
  }

  header .container {
    flex-flow: wrap;
  }

  .top_addr {
    display: none;
  }

  .top_phone {
    margin-top: 5px;
  }

  header .btn {
    display: none;
  }

  .logo_wrap {
    width: 80%;
  }

  /****************************************************************************/
  .banner_slider {
    margin-top: 57px;
  }

  .banner picture img {
    height: auto;
    width: 100%;
  }

  .title_container {
    position: relative;
    top: 0;
    left: 0;
    /* margin-bottom: 15px; */
    min-height: 117px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 15px 0px;
  }

  .title_container .title1 {
    color: #2f3539;
    text-align: center;
    font-size: 22px;
  }

  .title_container .title1 b {
    font-size: 36px;
  }

  .title_container .title1 span {
    font-size: inherit;
    margin-top: -5px;
  }

  .title_container .btn {
    display: none;
  }

  .swiper-button-next.bn,
  .swiper-button-prev.bn {
    width: 30px !important;
    height: 30px !important;
    background-size: 100% !important;
    top: 77% !important;
  }

  .swiper-button-next.bn {
    right: 10px !important;
  }

  .swiper-button-prev.bn {
    left: 10px !important;
  }

  /****************************************************************************/
  .advantages {
    margin-top: 0;
    background: #2f3539;
    padding: 20px 0;
  }

  .ags_wrap {
    flex-direction: column;
    row-gap: 10px;
  }

  .ags_wrap > a {
    padding-left: 60px;
    padding-top: 0;
  }

  .ags_wrap > a {
    font-size: 4vw;
  }

  .ags_wrap > a b {
    font-size: 5.5vw;
  }

  .ags_wrap > a:before {
    left: 0;
    width: 50px;
    height: 43px;
    background-size: 100% !important;
  }

  /****************************************************************************/
  .offers {
    margin-top: 50px;
  }

  .offers_title {
    column-gap: 30px;
  }

  .offers_title > span {
    font-size: 8vw;
  }

  .offers_nav {
    column-gap: 30px;
  }

  .offer_comment br {
    display: none;
  }

  .desc_text {
    font-size: 4vw;
  }

  .offer_name {
    font-size: 5.5vw;
  }

  .offer_text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .offer_comment {
    font-size: 5vw;
  }

  .offer_desc {
    padding: 0 15px;
  }

  .swiper-button-next.of,
  .swiper-button-prev.of {
    width: 30px !important;
    height: 30px !important;
    background-size: 100% !important;
  }

  .swiper-button-next.of2,
  .swiper-button-prev.of2 {
    width: 30px !important;
    height: 30px !important;
    background-size: 100% !important;
  }

  #offers_form .form-group {
    width: 100%;
  }

  #offers_form .agree_field {
    width: 100%;
  }

  /****************************************************************************/
  .services {
    margin-top: 50px;
    padding: 30px 0;
  }

  .services_title {
    font-size: 7vw;
  }

  .serv_item {
    flex-direction: column;
    align-items: flex-start;
  }

  .serv_item:after {
    background-size: 100%;
    width: 100%;
  }

  .item_name {
    width: 100%;
    font-size: 5vw;
    background-size: 50px !important;
    min-height: 50px;
    padding-left: 65px;
  }

  .item_list {
    width: 100%;
    margin-top: 10px;
  }

  /****************************************************************************/
  .corp_dop {
    margin-top: 50px;
  }

  .corp_dop .container {
    flex-direction: column;
    row-gap: 20px;
  }

  .corp,
  .dop {
    width: 100%;
  }

  .dop {
    display: flex;
    flex-direction: column-reverse;
  }

  .corp_dop_text {
    padding: 15px;
  }

  .corp_dop_title {
    font-size: 6.5vw;
  }

  .corp_dop_props li {
    font-size: 4.3vw;
  }

  /****************************************************************************/
  .signup {
    padding: 15px;
    margin-top: 50px;
  }

  .signup_title {
    font-size: 6vw;
    text-align: center;
  }

  .signup_text {
    font-size: 4vw;
    text-align: center;
  }

  .signup_img {
    right: auto;
    top: -5px;
    width: 100%;
    left: auto;
    position: relative;
  }

  /****************************************************************************/

  .contacts {
    margin-top: 50px;
    flex-direction: column;
  }

  .cont_wrap {
    width: 100%;
    padding: 10px 15px 30px;
  }

  .cont_title {
    font-size: 6vw;
  }

  .cont_title span {
    font-size: 4vw;
  }

  #map1 {
    width: 100%;
    height: 350px;
  }

  /****************************************************************************/
  footer {
    margin-top: 30px;
    padding: 20px 0;
  }

  .foot_wrap {
    flex-direction: column-reverse;
    row-gap: 10px;
  }

  .title_container:before {
    display: none;
  }

  .banner_slider .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .banner_slider .swiper-slide .container {
    height: 100%;
    display: flex;
  }
  .banner_slider .swiper-slide picture {
    order: -1;
  }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
}
