/* ===========================================================ОБЩИЕ СТИЛИ========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* outline: 5px solid #fff !important; */
}
html,
body {
  height: 100%;
  background: #dcc7d2;
  scroll-behavior: smooth;
}
.no-scroll-body {
  overflow: hidden;
}
body {
  font-family: "PoiretOne";
  font-size: 20px;
  line-height: normal;
  /* opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s, transform 1.5s; */
}
/* body.page-enter {
  opacity: 1;
  transform: translateY(0);
} */
.container {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 auto;
}

.errors {
  max-width: 450px;
  color: red;
  display: block;
  font-family: PoiretOne;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  padding-top: 5px;
}

.errors-set {
  max-width: 450px;
  color: red;
  display: block;
  font-family: PoiretOne;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  margin-top: -25px;
  margin-bottom: 20px;
  text-align: left;
}

.procedures__message-error-formPopup {
  display: none;
  color: red;
  font-family: "PoiretOne";
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  margin-bottom: 15px;
}

.success-message-formPopup {
  background: #5ad84a;
  margin-top: 10px;
  color: white;
  display: none;
  text-align: center;
  padding: 7px 7px;
  max-width: 350px;
}

.success-message-formPopup-set {
  background: #5ad84a;
  margin-top: 10px;
  color: white;
  display: none;
  text-align: center;
  padding: 7px 7px;
  max-width: 350px;
}

.timer-message-formPopup {
  background: #5ad84a;
  margin-top: 10px;
  color: white;
  display: none;
  text-align: center;
  padding: 7px 7px;
  max-width: 350px;
  margin-bottom: 10px;
}

.timer-message-formPopup-set {
  background: #5ad84a;
  margin-top: 10px;
  color: white;
  display: none;
  text-align: center;
  padding: 7px 7px;
  max-width: 350px;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1230px) {
  .container {
    max-width: 730px;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .container {
    max-width: 430px;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
  }

  .timer-message-formPopup-set {
    font-size: 17px;
    margin-left: 20px;
    max-width: 350px;
    margin-bottom: 10px;
  }

  .success-message-formPopup-set {
    font-size: 17px;
    margin-left: 20px;
    max-width: 350px;
    margin-bottom: 10px;
  }

  .errors-set {
    max-width: 220px;
    color: red;
    display: block;
    font-family: PoiretOne;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    margin-top: -10px;
    margin-bottom: 20px;
    text-align: left;
  }
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.content {
  flex: 1;
}
/* ==============================================================header-section====================================================================== */
.header {
  margin-top: 76px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .header {
    margin-top: 40px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header {
    margin-top: 35px;
  }
}

.header__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* column-gap: 91px; */
}
.header__logo {
  max-width: 173px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .header__logo {
    max-width: 133px;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header__logo {
    max-width: 133px;
    width: 100%;
  }
}

.header__logo-link {
  font-family: "Chewy";
  font-weight: 400;
  font-size: 32px;
  line-height: 1.22256;
  color: #fc3282;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .header__logo-link {
    font-size: 21px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header__logo-link {
    font-size: 21px;
  }
}

.header__logo-text {
  font-family: "ArialMT";
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #000;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .header__logo-text {
    font-size: 10px;
  }
  .header__logo-text br {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header__logo-text {
    font-size: 10px;
  }
}

.header__nav {
  display: flex;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: flex;
  align-items: center;
  column-gap: 77px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .header__nav-list {
    column-gap: 30px;
  }
}

.header__nav-item {
  position: relative;
}
.header__nav-item::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #a68194;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: 0.2s;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .header__nav-item::before {
    display: none;
  }
}

.header__nav-item:hover::before {
  width: 100%;
}
.header__nav-links {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .header__nav-links {
    font-size: 14px;
  }
}

.header__right {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .header__right {
    column-gap: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header__right {
    display: none;
  }
}

.header__right-tel {
  width: 182px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .header__right-tel {
    width: auto;
  }
}

.header__right-link {
  display: block;
  width: 187px;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  transition: 0.2s;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .header__right-link {
    width: auto;
    font-size: 16px;
  }
}

.header__right-link:hover {
  color: #6d3d66;
}
.header__right-text {
  font-weight: 400;
  font-size: 13px;
  color: #000;
  font-family: "ArialMT";
  text-align: center;
  margin-top: 5px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .header__right-text {
    font-size: 11px;
  }
}

.header__right-contacts {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .header__right-contacts {
    display: none;
  }
}
.header__right-item {
  width: 40px;
  height: 40px;
  padding-top: 6px;
  border-radius: 100%;
  background-color: #a68194;
  text-align: center;
  transition: 0.5s;
}
.header__right-item:hover {
  transform: translateY(-5px);
}
.header__right-item:last-child {
  padding-top: 8px;
}
.header__right-whatsapp {
  width: 27px;
}
.header__right-telegram {
  width: 18px;
}

.header__flex-burger {
  display: none;
  max-width: 20px;
  width: 100%;
  height: 17px;
  background: transparent;
  border: none;
  /* outline: none; */
}
@media (min-width: 320px) and (max-width: 767px) {
  .header__flex-burger {
    display: block;
  }
}
.header__flex-burger-line {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-bottom: 7px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header__flex-burger-line {
    display: flex;
  }
}

/* -----------------------------------------------------------mobile-menu------------------------------------------- */
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #dcc7d2;
  z-index: 1000;
  padding: 35px 15px;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s ease;
}
.mobile-menu.mobile-menu_active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.mobile-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu__header-logo {
  max-width: 133px;
  width: 100%;
}
.mobile-menu__header-logo-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.22256;
  color: #fc3282;
  font-family: "Chewy";
  text-decoration: none;
}
.mobile-menu__header-logo-text {
  font-family: "ArialMT";
  font-weight: 400;
  font-size: 10px;
  color: #000;
}
.mobile-menu__header-close {
  padding: 12px 13px;
  border-radius: 100%;
  background-color: #a78194;
}
.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 113px;
  gap: 30px 0;
}
.mobile-menu__nav-link {
  font-weight: 400;
  font-size: 24px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #000;
}
.mobile-menu__contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 25px;
  margin-top: 30px;
}
.mobile-menu__contacts-link {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #a68194;
  padding: 5px 13px 13px 7px;
}
.mobile-menu__contacts-whatsapp {
  width: 26px;
}
.mobile-menu__contacts-telegram {
  width: 17px;
  margin-left: 3px;
  margin-top: 7px;
}
/* ========================================================intro-section====================================================================== */
.intro {
  margin-top: 38px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1230px) {
  .intro {
    margin-top: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .intro {
    margin-top: 30px;
  }
}

.intro__box {
  background-color: #ffffffff;
  border-radius: 40px;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  min-height: 500px;
  padding: 22px 29px 22px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 5;
}
.intro__box::before {
  position: absolute;
  content: "";
  max-width: 193px;
  width: 100%;
  height: 785px;
  background-image: url(../images/intro/decor-left.png);
  background-position: left center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: -15vw;
  top: 0;
}
.intro__box::after {
  position: absolute;
  content: "";
  max-width: 193px;
  width: 100%;
  height: 785px;
  background-image: url(../images/intro/decor-right.png);
  background-position: right center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  right: -15vw;
  top: 0;
}
@media (max-width: 1700px) {
  .intro__box::after,
  .intro__box::before {
    max-width: 130px;
    height: 635px;
  }
  .intro__box::after {
    right: -10vw;
  }
  .intro__box::before {
    left: -10vw;
  }
}
@media (max-width: 1500px) {
  .intro__box::after,
  .intro__box::before {
    max-width: 100px;
    height: 535px;
  }
  .intro__box::after {
    right: -8vw;
  }
  .intro__box::before {
    left: -8vw;
  }
}
@media (max-width: 1420px) {
  .intro__box::after,
  .intro__box::before {
    max-width: 100px;
    height: 535px;
  }
  .intro__box::after {
    right: -5vw;
  }
  .intro__box::before {
    left: -5vw;
  }
}
@media (max-width: 1330px) {
  .intro__box::after,
  .intro__box::before {
    display: none;
  }
  .intro__box::after {
    right: -4vw;
    top: 7vw;
  }
  .intro__box::before {
    left: -4vw;
    top: 7vw;
  }
}

@media (min-width: 768px) and (max-width: 1230px) {
  .intro__box::after,
  .intro__box::before {
    display: block;
    max-width: 103px;
    width: 100%;
    overflow: hidden;
  }
  .intro__box::after {
    right: -8vw;
    top: 3vw;
  }
  .intro__box::before {
    left: -8vw;
    top: 3vw;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .intro__box::after,
  .intro__box::before {
    display: block;
    max-width: 54px;
    height: 223px;
    width: 100%;
    overflow: hidden;
  }
  .intro__box::after {
    right: -8vw;
    top: 3vw;
  }
  .intro__box::before {
    left: -8vw;
    top: 3vw;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .intro__box::after,
  .intro__box::before {
    display: block;
    max-width: 24px;
    height: 123px;
    width: 100%;
    overflow: hidden;
  }
  .intro__box::after {
    right: -3vw;
    top: 3vw;
  }
  .intro__box::before {
    left: -3vw;
    top: 3vw;
  }
}

@media (min-width: 768px) and (max-width: 1230px) {
  .intro__box {
    width: 100%;
    max-width: 700px;
    min-height: 397px;
    padding: 20px 20px 23px 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .intro__box {
    width: 100%;
    max-width: none;
    min-height: 197px;
    border-radius: 20px;
    padding: 10px 12px 10px 12px;
  }
}

.intro__box-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 616px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .intro__box-left {
    width: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .intro__box-left {
    width: 100%;
    padding-right: 10px;
  }
}

.intro__box-title {
  font-weight: 400;
  font-size: 48px;
  color: #000;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .intro__box-title {
    font-size: 36px;
  }
  .intro__box-title br {
    display: none;
  }
}
@media (min-width: 430px) and (max-width: 767px) {
  .intro__box-title {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 429px) {
  .intro__box-title {
    font-size: 14px;
  }
  .intro__box-title br {
    display: none;
  }
}

.intro__box-list {
  margin-top: 38px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .intro__box-list {
    margin-top: 24px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .intro__box-list {
    margin-top: 12px;
  }
}

.intro__box-info {
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .intro__box-info {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .intro__box-info {
    font-size: 8px;
    margin-bottom: 8px;
  }
}

.intro__box-btn {
  font-family: "ArialMT";
  font-weight: 400;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  background: #a78194;
  border-radius: 82px;
  padding: 7px 202px;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 24px;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .intro__box-btn {
    font-size: 15px;
    padding: 4px 79px;
    margin-top: 10px;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .intro__box-btn {
    font-size: 7px;
    padding: 7px 27px;
    margin-top: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
}

.intro__box-btn:hover {
  color: #fff;
}
.intro__box-right {
  max-width: 350px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .intro__box-right {
    max-width: 257px;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .intro__box-right {
    max-width: 128px;
    width: 100%;
  }
}

.swiper-slide {
  width: 350px;
  height: 456px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .intro__box-right .swiper-slide {
    width: 257px;
    height: 354px;
    border-radius: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .intro__box-right .swiper-slide {
    width: 128px;
    height: 177px;
    border-radius: 10px;
  }
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .swiper-pagination {
    margin-bottom: 5px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .swiper-pagination {
    margin-bottom: 0px;
  }
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
  width: 15px;
  height: 15px;
  margin: 0 5px !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 4px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 2px !important;
  }
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 7.5px;
    height: 7.5px;
  }
}

.intro__box-poster {
  border-radius: 20px;
  width: 350px;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .intro__box-poster {
    width: 257px;
    height: 354px;
    object-fit: cover;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .intro__box-poster {
    width: 128px;
    height: 177px;
    border-radius: 10px;
  }
}

.intro__sets {
  margin-top: 100px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .intro__sets {
    margin-top: 50px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .intro__sets {
    margin-top: 40px;
  }
}

.intro__sets-title {
  font-family: "ArialMT";
  font-weight: 400;
  font-size: 40px;
  color: #000;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .intro__sets-title {
    font-size: 36px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .intro__sets-title {
    font-size: 20px;
  }
}

.intro__sets-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .intro__sets-wrapper {
    margin-top: 40px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .intro__sets-wrapper {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 20px 80px;
    justify-content: center;
    margin-top: 30px;
  }
}

.intro__sets-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  transition: 0.4s;
}
@media (min-width: 320px) and (max-width: 767px) {
  .intro__sets-item {
    width: calc(50% - 40px);
  }
}

.intro__sets-item:hover {
  transform: translateY(-5px);
}

.intro__sets-image {
  width: 135px;
  border-radius: 40px;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .intro__sets-image {
    width: 98px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .intro__sets-image {
    width: 111px;
  }
}

.intro__sets-image.intro__sets-image_big {
  width: 150px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .intro__sets-image.intro__sets-image_big {
    width: 110px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .intro__sets-image.intro__sets-image_big {
    width: 120px;
  }
}

.intro__sets-text {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .intro__sets-text {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .intro__sets-text {
    font-size: 13px;
    margin-top: 10px;
  }
}

/* ===================================================================discounts-section========================================== */
.discounts {
  margin-top: 100px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .discounts {
    margin-top: 50px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .discounts {
    margin-top: 40px;
  }
}

.discounts-title {
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  font-family: "ArialMT";
}
@media (min-width: 768px) and (max-width: 1230px) {
  .discounts-title {
    font-size: 36px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .discounts-title {
    font-size: 20px;
  }
}

.discounts__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .discounts__box {
    margin-top: 55px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .discounts__box {
    margin-top: 30px;
  }
}

.discounts__box-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .discounts__box-item {
    margin: 0 -10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .discounts__box-item {
    margin: 0;
  }
}

.discounts__box-ellipse {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #a78194;
  padding: 57px 24px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .discounts__box-ellipse {
    width: 150px;
    height: 150px;
    padding: 38px 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .discounts__box-ellipse {
    width: 75px;
    height: 75px;
    padding: 19px 5px;
  }
}

.discounts__box-percent {
  font-weight: 400;
  font-size: 75px;
  color: #dcc7d2;
  font-family: "ArialMT";
}
@media (min-width: 768px) and (max-width: 1230px) {
  .discounts__box-percent {
    font-size: 64px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .discounts__box-percent {
    font-size: 31px;
  }
}

.discounts__box-description {
  font-size: 24px;
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .discounts__box-description {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .discounts__box-description {
    font-size: 9px;
    margin-top: 5px;
  }
}

/* ==================================================================product-section======================================== */
.product {
  margin-top: 100px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .product {
    margin-top: 50px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product {
    margin-top: 40px;
  }
}

.product-title {
  font-weight: 400;
  font-size: 40px;
  color: #000;
  font-family: "ArialMT";
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .product-title {
    font-size: 36px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-title {
    font-size: 20px;
  }
}

.product__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  gap: 50px 80px;
  max-width: 1220px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .product__wrapper {
    max-width: 700px;
    width: 100%;
    gap: 50px 214px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .product__wrapper {
    max-width: 200px;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    margin: auto;
    margin-top: 30px;
  }
}

.product__wrapper-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 240px;
  width: 100%;
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, max-height 0.4s ease;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .product__wrapper-card {
    max-width: 243px;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product__wrapper-card {
    max-width: 200px;
    width: 100%;
  }
}

.product__wrapper-card.product__wrapper-card_hidden {
  /* transition: opacity 0.3s ease, transform 0.3s ease; */
  display: none;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.product__wrapper-card-img {
  max-width: 230px;
  width: 100%;
  min-height: 265px;
  object-fit: cover;
}

.product__wrapper-card-img_height {
  height: 265px;
}

@media (min-width: 768px) and (max-width: 1230px) {
  .product__wrapper-card-img {
    max-width: 243px;
    width: 100%;
    min-height: 280px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product__wrapper-card-img {
    max-width: 200px;
    width: 100%;
    min-height: 230px;
  }

  .product__wrapper-card-img_height {
    height: 230px;
  }
}

.product__wrapper-card-name {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .product__wrapper-card-name {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product__wrapper-card-name {
    font-size: 16px;
    margin-top: 15px;
  }
}

.product__wrapper-card-price {
  font-weight: 400;
  font-size: 32px;
  color: #000;
  margin-top: 25px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .product__wrapper-card-price {
    font-size: 26px;
    margin-top: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product__wrapper-card-price {
    font-size: 24px;
    margin-top: 20px;
  }
}

.product__wrapper-card-btn {
  border: 2px solid #a78194;
  border-radius: 10px;
  background: transparent;
  font-weight: 400;
  font-size: 24px;
  color: #a78194;
  font-family: "ArialMT";
  padding: 6px 70px;
  margin-top: 25px;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .product__wrapper-card-btn {
    font-size: 20px;
    padding: 3px 55px;
    margin-top: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product__wrapper-card-btn {
    font-size: 18px;
    padding: 2px 48px;
    margin-top: 20px;
  }
}

.product__wrapper-card-btn:hover {
  background-color: #a78194;
  color: #fff;
}

.product__show {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .product__show {
    margin-top: 40px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product__show {
    margin: auto;
    margin-top: 30px;
  }
}

.product__show-btn {
  font-weight: 400;
  font-size: 24px;
  color: #dcc7d2;
  padding: 6px 196px;
  border: 2px solid #a78194;
  border-radius: 10px;
  background: #a78194;
  transition: 0.3s all ease;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  max-width: 461px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .product__show-btn {
    font-size: 20px;
    padding: 4px 109px;
    width: 100%;
    max-width: 301px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product__show-btn {
    padding: 4px 110px;
    width: 100%;
    font-size: 20px;
    max-width: 350px;
  }
}

/*.product__show-btn:hover {
  background: transparent;
  color: #a78194;
}*/

/* ===========================================================contact-section=============================================== */
.contact {
  margin-top: 100px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .contact {
    margin-top: 50px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contact {
    margin-top: 40px;
  }
}

.contact-title {
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  color: #000;
  font-family: "ArialMT";
}
@media (min-width: 768px) and (max-width: 1230px) {
  .contact-title {
    font-size: 36px;
    margin: auto;
    max-width: 547px;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contact-title {
    font-size: 20px;
    max-width: 299px;
    width: 100%;
    margin: auto;
  }
}

.contact-subtitle {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #000;
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .contact-subtitle {
    font-size: 16px;
    margin: auto;
    margin-top: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contact-subtitle {
    font-size: 10px;
    max-width: 287px;
    width: 100%;
    margin: auto;
    margin-top: 10px;
  }
  .contact-subtitle br {
    display: none;
  }
}

.contact__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .contact__form {
    margin-top: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contact__form {
    margin-top: 30px;
  }
}

.contact__form-item {
  margin-bottom: 50px;
  width: 100%;
  max-width: 600px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .contact__form-item {
    margin-bottom: 30px;
    width: 100%;
    max-width: 500px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contact__form-item {
    margin-bottom: 20px;
    width: 100%;
    max-width: 350px;
  }
}

.contact__form-inp {
  border: 2px solid #a78194;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  /* height: 50px; */
  padding: 14px 0px 15px 20px;
  background: transparent;
  outline: none;
  font-size: 18px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.5);
}
.contact__form .iti {
  width: 100%;
  max-width: 600px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .contact__form-inp {
    width: 100%;
    max-width: 500px;
    padding: 11px 0px 12px 15px;
    font-size: 16px;
  }
  .contact__form .iti {
    width: 100%;
    max-width: 500px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contact__form-inp {
    width: 100%;
    max-width: 350px;
    padding: 8px 0px 8px 15px;
    font-size: 16px;
  }
  .contact__form .iti {
    width: 100%;
    max-width: 350px;
  }
}

/* ---------------------------------------------------iti-inputs-------------------------- */
.contact__form .iti {
  position: relative;
  width: 100%;
}
.contact__form .iti__country-list {
  width: 600px;
  margin-left: -10px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  max-height: 250px;
  overflow-y: auto;
  font-size: 14px;
}
/* @media (max-width: 834px) {
  .iti-mobile .iti--container {
    display: block;
    width: 500px;
    max-height: 250px;
    top: 446px !important;
    left: 168px !important;
    border-radius: 20px;
  }
} */
.contact__form .iti__flag-container {
  left: 10px !important;
}
.contact__form .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}
.contact__form .iti__selected-dial-code {
  color: rgb(43, 43, 43);
  background: transparent;
  margin-top: -4px;
  padding-left: 10px;
  order: 3;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .contact__form .iti__selected-dial-code {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contact__form .iti__selected-dial-code {
    font-size: 16px;
    margin-top: -1px;
  }
}

/* ---------------------------------------------------iti-inputs-------------------------- */
.contact__form-inp::placeholder {
  font-family: "PoiretOne";
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) and (max-width: 1230px) {
  .contact__form-inp::placeholder {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contact__form-inp::placeholder {
    font-size: 16px;
  }
}

.form__input_type_errors {
  border: 1px solid #ff0000;
}

.contact__form-btn {
  font-weight: 400;
  font-size: 24px;
  color: #dcc7d2;
  font-family: "ArialMT";
  padding: 6px 70px;
  border: 2px solid #a78194;
  border-radius: 10px;
  background: #a78194;
  cursor: pointer;
  transition: 0.3s all ease;
  margin-top: 20px;
  outline: none;
  width: 100%;
  max-width: 260px;
}

.registration__formRegisterButton_valid {
  background: #a78194;
  color: #dcc7d2;
}

.registration__formRegisterButton_disabled {
  border: 1px solid #9c8d8d;
  background: transparent;
  color: #a78194;
  cursor: none;
}

.registration__formRegisterButton_disabled:hover {
  border: 1px solid #9c8d8d;
  background-color: #9c8d8d;
  color: #dcc7d2;
  cursor: not-allowed;
}

@media (min-width: 768px) and (max-width: 1230px) {
  .contact__form-btn {
    font-size: 20px;
    padding: 6px 75px;
    margin-top: 0;
    width: 100%;
    max-width: 250px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .contact__form-btn {
    font-size: 20px;
    padding: 4px 75px;
    margin-top: 0px;
    width: 100%;
    max-width: 250px;
  }
}

.contact__form-btn:hover {
  background: transparent;
  color: #a78194;
}

/* ===========================================================about-section================================================= */
.about {
  margin-top: 100px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .about {
    margin-top: 50px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .about {
    margin-top: 40px;
  }
}

.about::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #a78194;
  position: absolute;
  left: 0;
  top: 625px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .about::before {
    top: 450px;
  }
}
@media (min-width: 390px) and (max-width: 767px) {
  .about::before {
    top: 600px;
  }
}
@media (min-width: 320px) and (max-width: 389px) {
  .about::before {
    top: 630px;
  }
}

.about-title {
  font-family: "ArialMT";
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  color: #000;
  margin-bottom: 36px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .about-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .about-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.about__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .about__box {
    flex-direction: column;
  }
}

.about__box:last-child {
  margin-top: 134px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .about__box:last-child {
    margin-top: 80px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .about__box:last-child {
    margin-top: 70px;
  }
}

.about__box-picture.about__box-picture_first {
  max-width: 390px;
  width: 100%;
  margin-top: -30px;
}
.about__box-picture.about__box-picture_first .about__box-img1 {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .about__box-picture.about__box-picture_first {
    max-width: 273px;
    width: 100%;
    margin-top: -30px;
  }
  .about__box-picture.about__box-picture_first .about__box-img1 {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .about__box-picture.about__box-picture_first {
    max-width: 187px;
    width: 100%;
    margin-top: 0;
  }
  .about__box-picture.about__box-picture_first .about__box-img1 {
    width: 100%;
  }
}

.about__box-picture.about__box-picture_second {
  max-width: 441px;

  width: 100%;
}
.about__box-picture .about__box-picture-map {
  width: 100%;
  height: 398px;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .about__box-picture .about__box-picture-map {
    max-width: 350px;
    height: 316px;
    width: 100%;
  }
  .about__box-picture .about__box-picture-map {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .about__box-picture.about__box-picture_second {
    position: relative;
    width: 100vw;
    max-width: none;
    height: 149px;
  }
  .about__box-picture .about__box-picture-map {
    width: 100%;
    height: 150px;
    display: block;
    object-fit: cover;
  }
}

.about__box-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .about__box-right {
    margin-top: 30px;
  }
}

.about__box-right-title {
  font-weight: 400;
  font-size: 24px;
  font-family: "ArialMT";
  color: #000;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .about__box-right-title {
    font-size: 16px;
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .about__box-right-title {
    font-size: 16px;
    text-align: center;
  }
  .about__box-right-title br {
    display: none;
  }
}

.about__box-right-text {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin-bottom: 25px;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .about__box-right-text {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .about__box-right-text {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .about__box-right-text br {
    display: none;
  }
}

.about__box-btns {
  display: flex;
  align-items: center;
  column-gap: 50px;
  margin-top: 5px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .about__box-btns {
    column-gap: 25px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .about__box-btns {
    flex-direction: column;
    gap: 20px 0;
    margin-top: 15px;
  }
}

.about__box-link {
  border: 2px solid #a78194;
  border-radius: 10px;
  font-weight: 400;
  font-size: 20px;
  color: #dcc7d2;
  font-family: "ArialMT";
  background: #a78194;
  padding: 8px 20px;
  text-decoration: none;
  transition: 0.3s all ease;
  box-sizing: border-box;
  width: 100%;
  max-width: 250px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .about__box-link {
    font-size: 16px;
    padding: 6px 38px;
    width: 100%;
    max-width: 150px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .about__box-link {
    font-size: 14px;
    padding: 6px 14px;
    width: 100%;
    max-width: 180px;
  }
}

.about__box-link-pc {
  display: block;
  width: 103%;
}
.about__box-link-tb {
  display: none;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .about__box-link-pc {
    display: none;
  }
  .about__box-link-tb {
    display: block;
  }
}

.about__box-link:hover {
  background: transparent;
  color: #a78194;
}

/* ========================================================footer-section==================================================== */
.footer {
  padding-bottom: 30px;
  margin-top: 30px;
}

.footer__box {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer__box {
    flex-direction: column;
    align-items: center;
  }
}

.footer__box-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer__box-left {
    order: 3;
  }
}

.footer__box-logo {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.22256;
  color: #fc3282;
  font-family: "Chewy";
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .footer__box-logo {
    font-size: 24px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer__box-logo {
    font-size: 21px;
    color: #fc3282;
  }
}

.footer__box-logo-text {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  font-family: "ArialMT";
}
@media (min-width: 768px) and (max-width: 1230px) {
  .footer__box-logo-text {
    font-size: 11px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer__box-logo-text {
    font-size: 10px;
  }
}

.footer__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer__nav {
    order: 1;
  }
}

.footer__nav-link {
  font-weight: 400;
  font-size: 20px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #000;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .footer__nav-link {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer__nav-link {
    font-size: 13px;
  }
}

.footer__nav-link:hover {
  text-decoration: none;
}
.footer__box-contacts {
  display: flex;
  align-items: center;
  column-gap: 27px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .footer__box-contacts {
    column-gap: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer__box-contacts {
    column-gap: 12px;
    order: 2;
    margin-bottom: 25px;
  }
}

.footer__box-contacts-link {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #a68194;
  text-align: center;
  transition: 0.5s;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .footer__box-contacts-link {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer__box-contacts-link {
    width: 25px;
    height: 25px;
  }
}

.footer__box-contacts-link:hover {
  transform: translateY(-5px);
}
.footer__box-contacts-whatsapp {
  width: 31px;
  padding-top: 8px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .footer__box-contacts-whatsapp {
    width: 20px;
    padding-top: 5px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer__box-contacts-whatsapp {
    width: 14px;
    padding-top: 3px;
  }
}

.footer__box-contacts-telegram {
  width: 22px;
  padding-top: 15px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .footer__box-contacts-telegram {
    width: 12px;
    padding-top: 8px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer__box-contacts-telegram {
    width: 10px;
    padding-top: 0px;
    position: relative;
    top: -3px;
  }
}

/* =======================================================модалка============================================= */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
.modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.modal-content {
  background: #a78194;
  padding: 30px 40px 50px 40px;
  border-radius: 30px;
  min-width: 930px;
  min-height: 416px;
  text-align: center;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 768px) and (max-width: 1230px) {
  .modal-content {
    min-width: 700px;
    min-height: 312px;
    padding: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .modal-content {
    min-width: 350px;
    min-height: 156px;
    padding: 15px 20px 15px 0px;
    border-radius: 15px;
  }
}

.modal-overlay.active .modal-content {
  transform: scale(1);
  opacity: 1;
}
.modal-content-title {
  font-family: "ArialMT";
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  color: #dcc7d2;
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .modal-content-title {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .modal-content-title {
    font-size: 16px;
    margin-top: 0;
  }
}

.modal__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .modal__form {
    margin-top: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .modal__form {
    margin-top: 15px;
  }
}

input:focus {
  outline: none;
}

.modal__form-inp {
  border: 2px solid #dcc7d2;
  border-radius: 10px;
  width: 600px;
  height: 50px;
  padding: 14px 0px 15px 20px;
  background: transparent;
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  outline: none;
}

.form__input_type_errors-set {
  border: 2px solid #ff0000;
}

.form__input_type_errors-set:focus {
  outline: none;
}

@media (min-width: 768px) and (max-width: 1230px) {
  .modal__form-inp {
    width: 450px;
    height: 45px;
    padding: 13px 0px 13px 20px;
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .modal__form-inp {
    width: 225px;
    height: 30px;
    padding: 7px 0 7px 10px;
    font-size: 13px;
    margin-bottom: 12px;
    border-radius: 5px;
  }
}

.modal__form-inp::placeholder {
  font-weight: 600;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "PoiretOne";
}
@media (min-width: 768px) and (max-width: 1230px) {
  .modal__form-inp::placeholder {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .modal__form-inp::placeholder {
    font-size: 8px;
  }
}

.modal__form-inp:focus {
  outline: none;
}
.modal__form-btn {
  background: #dcc7d2;
  border: 2px solid #dcc7d2;
  border-radius: 10px;
  font-weight: 400;
  font-size: 24px;
  color: #a78194;
  font-family: "ArialMT";
  padding: 6px 70px;
  margin-top: 50px;
  cursor: pointer;
  transition: 0.3s all ease;
  border: 1px solid white;
}

.registration__formRegisterButton-set_valid {
  background: #a78194;
  color: #dcc7d2;
}

.registration__formRegisterButton-set_disabled {
  background: #dcc7d2;
  color: #a78194;
  color: white;
  border: 1px solid white;
  cursor: none;
}

.registration__formRegisterButton-set_disabled:hover {
  /* border: 1px solid #9c8d8d;
  background-color: #9c8d8d;
  color: #dcc7d2;*/
  cursor: not-allowed;
}

@media (min-width: 768px) and (max-width: 1230px) {
  .modal__form-btn {
    font-size: 20px;
    padding: 6px 75px;
    margin-top: 25px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .modal__form-btn {
    font-size: 14px;
    margin-top: 15px;
    padding: 5px 37px;
    border-radius: 5px;
  }
}

.modal__form-btn:hover {
  background: transparent;
  color: #dcc7d2;
}
.close-btn {
  width: 50px;
  height: 50px;
  background: #dcc7d2;
  border-radius: 100%;
  padding: 13.5px 14px 14px 12.5px;
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
  border: 1px solid #dcc7d2;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .close-btn {
    width: 40px;
    height: 40px;
    padding: 8px 12px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .close-btn {
    width: 20px;
    height: 20px;
    padding: 0px 5px 6px 5px;
    right: 20px;
    top: 15px;
  }
}

.close-btn svg {
  color: #000;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .close-btn svg {
    width: 17px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .close-btn svg {
    width: 9px;
    margin-top: -2px;
  }
}

.close-btn:hover {
  background: transparent;
}
.close-btn:hover > svg {
  color: #fff;
}
/* ----------------------------------------------------------------------- INPUT-MODAL-------------------------------*/
.modal__form .iti {
  position: relative;
  width: 100%;
}
.modal__form .iti__country-list {
  width: 600px;
  margin-left: -5px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  max-height: 250px;
  overflow-y: auto;
  font-size: 14px;
}
.modal__form .iti__flag-container {
  left: 130px !important;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .modal__form .iti__flag-container {
    left: 105px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .modal__form .iti__flag-container {
    left: 53px !important;
  }
}

.modal__form .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}
.modal__form .iti__selected-dial-code {
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  margin-top: -2px;
  padding-left: 5px;
  order: 3;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .modal__form .iti__selected-dial-code {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .modal__form .iti__selected-dial-code {
    font-size: 8px;
    margin-top: 4px;
    padding-left: 2px;
  }
}
.modal__form .iti__selected-flag .iti__arrow {
  border-top: 4px solid #dbdbdb;
}
@media (min-width: 320px) and (max-width: 767px) {
  .modal__form .iti__selected-flag .iti__arrow {
    border-top: 4px solid #dbdbdb;
  }
}

/* ---------------------------------------------------КНОПКА ЗВОНКА---------------------------------------- */
.pulse {
  position: fixed;
  bottom: 60px;
  right: 60px;
  width: 100%;
  max-width: 80px;
  height: 80px;
  background-color: #ab3bcd;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(0, 123, 255, 0.7);
  animation: pulse 2s infinite;
  z-index: 999;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .pulse {
    max-width: 50px;
    height: 50px;
    right: 40px;
    bottom: 40px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .pulse {
    max-width: 40px;
    height: 40px;
    right: 20px;
    bottom: 30px;
  }
}

.pulse__btn {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: none;
  outline: none;
  border: none;
  animation: shake-rotate 3s infinite;
  padding: 13px;
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .pulse__btn {
    width: 100%;
    height: 100%;
    padding: 10px;
  }
  .pulse__btn-icon {
    width: 30px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .pulse__btn {
    width: 100%;
    height: 100%;
    padding: 7px;
  }
  .pulse__btn-icon {
    width: 25px;
  }
}

.pulse-wave1 {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #ab3bcd;
  border-radius: 50%;
  opacity: 0;
  animation: wave 3s linear infinite;
  animation-delay: 0s;
  left: 0;
  top: 0;
}
.pulse-wave2 {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #ab3bcd;
  border-radius: 50%;
  opacity: 0;
  animation: wave 3s linear infinite;
  animation-delay: 1.5s;
  left: 0;
  top: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .pulse-wave1 {
    border: 1px solid #ab3bcd;
  }
  .pulse-wave2 {
    border: 1px solid #ab3bcd;
  }
}

/* Анимация волн */
@keyframes wave {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

/* shake-rotate: тряска по вращению, остальное время — пауза */
@keyframes shake-rotate {
  0% {
    transform: rotate(0deg);
  }
  2% {
    transform: rotate(5deg);
  }
  4% {
    transform: rotate(-5deg);
  }
  6% {
    transform: rotate(4deg);
  }
  8% {
    transform: rotate(-4deg);
  }
  10% {
    transform: rotate(2deg);
  }
  12% {
    transform: rotate(-2deg);
  }
  14% {
    transform: rotate(1deg);
  }
  16% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  } /* Остаток времени — тишина */
}
