#modalSale>div {
  width: 100% !important;
  max-width: 500px;
  height: auto !important;
}

.custom__title__h1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}




.custom__btn__form {
  display: flex;
  justify-content: center;
  margin: 15px 20px;
}

.custom__btn__form--usl {
  justify-content: flex-start;
  margin: 15px 0 0;
}

.custom__btn__form--usl>button {
  width: auto !important;
  padding: 13px 40px !important;
}

.custom__btn__form>button {
  width: 100%;
  background: #009fe3;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  border: 0px;
  padding: 13px 16px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
}

.doctors__item-profession-slide {
  min-height: 90px;
}

.custom__container__popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 880px;
  height: auto;
  background: url(/assets/img/nap/custom-form/gradient-fon.jpg) no-repeat;
  transform: translate(-50%, -50%);

}

.custom__form__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 40px 70px;
}

.custom__form__item:nth-child(1) {
  width: 62%;
  margin-right: 20px;
}

.custom__form__item:nth-child(2) {
  width: 38%;
}

#close_modal {
  position: absolute;
  right: 10px;
  top: 10px;
}

.custom__popup__title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  color: #FFFFFF;
}

.custom__popup__subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-top: 25px;
}

.custom__form__content {
  margin-top: 28px;
}

.custom__popup__input {
  padding: 18px 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  background: bottom;
  height: 54px;
  color: #fff;
}

.custom__popup__input::placeholder {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.7);
}

.custom__popup__submit {
  margin-top: 18px;
  filter: drop-shadow(0px 1px 11px rgba(0, 0, 0, 0.15));
  padding: 14px 30px;
  text-align: center;
  background-color: #fff;
  color: #009FE3;
  display: block;
  width: 100%;
  border-radius: 5px;
}



.custom__popup__wrapp {
  margin-top: 20px;
}

.custom__popup__confident {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
  text-decoration: none;
}

.custom__popup__confident>span {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
  text-decoration: none;
}

.pop__up__custom__container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 16px 56px;
}

.pop__up__custom__container--one {
  width: 100%;
  max-width: 95%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 56px 10px 56px;
}

.header__nav-phone__wrap--custom {
  display: flex;
  flex-direction: column;
}

.header__nav-phone__wrap--custom>#custom__link-button {
  margin-bottom: 7px;
  padding: 8px 50px;
}

.custom__only__zapis {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 50%;
  width: 91%;
  background: #009FE3;
  border-radius: 4px;
  padding: 15px;
  transform: translateX(-50%);
  z-index: 100;
}

.custom__only__zapis>span {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
}

.custom__only__zapis.active>span {
  text-align: left;
  float: left;
  padding-left: 35px;
}

.custom__only__zapis__icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}

.custom__only__zapis__icon.active {
  display: block;
}

.custom__grup__btn {
  display: none;
  position: fixed;
  bottom: 65px;
  width: 100%;
  transform: translateY(255px);
  z-index: 1000;
}

.custom__grup__btn.active {
  animation: drive .2s linear;
  transform: translateY(4px);
}

.custom__grup__btn.hide {
  animation: hide-drive .2s linear;
  transform: translateY(255px);
}

@keyframes drive {
  0% {
    transform: translateY(255px);
  }

  100% {
    transform: translateY(4px);
  }
}

@keyframes hide-drive {
  0% {
    transform: translateY(4px);
  }

  100% {
    transform: translateY(255px);
  }
}

.custom__grup__btn__inner {
  margin: 0 10px 10px;
  position: relative;
}

.custom__only__icon__btn {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}

.custom__modal__btn {
  display: block;
  text-align: left;
  width: 95%;
  background: #009FE3;
  border-radius: 4px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 15px 15px 15px 50px;
  margin: 0 auto;
}

.custom__preim {
  padding: 60px 0 100px;
}

.custom__preim__content {
  background: linear-gradient(99.84deg, #009FE3 42.61%, #FFFFFF 105.42%);
  padding: 30px 30px 20px 50px;
  position: relative;
}

.custom__preim__title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
}

.custom__preim__subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-top: 15px;
}

.custom__preim__grup__phone {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.custom__preim__grup__phone__icon {
  width: 25px;
}

.custom__preim__phone {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
  margin-left: 10px;
}

.custom__pop-up__form {
  margin-top: 60px;
  width: 80%;
}

.custom__form__container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.custom__priem__img {
  max-width: 230px;
  position: absolute;
  bottom: -29px;
  right: -64px;
}

.custom__wrapper__form>a {
  text-align: left;
  color: #fff;
}

.custom__wrapper__form>a>span {
  color: #fff;
}

.custom__popup__input {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  background-color: transparent;
  max-width: 220px;
  margin-right: 10px;
}

.custom__popup__input--width {
  max-width: inherit;
}

.custom__popup__submit__btn {
  background: #FFFFFF;
  border-radius: 4px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #009FE3;
  padding: 15px;
  height: 54px;
  width: 100%;
}


.benefits {
  margin: 40px 0 100px;
}

.benefits__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.benefits__item:nth-child(1) {
  width: 60%;
  margin-right: 80px;
}

.benefits__item:nth-child(2) {
  width: 40%;
}

.benefits__title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  color: #282828;
}

.benefits__ul {
  margin: 50px 0 0 15px;
  list-style-type: disc;
}

.benefits__ul>li {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #4B4B4B;
  margin-bottom: 20px;
}

.benefits__img {
  width: 100%;
  object-fit: cover;
}

.custom__foto__col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin: 20px 0;
}

.custom__foto__col__item {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.usl__bsl__title {
  font-size: 30px;
  padding-bottom: 20px;
}

.usl__bsl__doc {
  margin-bottom: 20px;
  /* border-bottom: 2px solid #3c99e1; */
  padding-bottom: 20px;

}

.usl__bsl__doc a {
  text-decoration: none;
}

.usl__bsl__doc__text {
  font-size: 18px;
  font-weight: 600;
}

.usl__bsl__dow {
  display: block;
  margin-top: 10px;
  color: #3c99e1;
  font-weight: 400;
  text-decoration: underline;
  transition: all .2s ease-in-out;
  text-decoration: none;
}

.usl__bsl__dow:focus,
.usl__bsl__dow:hover {
  color: #2c71a7;
  text-decoration: none;
}

.usl__bsl__text {
  margin-top: 10px;
  line-height: 22px;
}

.usl__bsl__text p {
  margin-bottom: 10px;
}

.usl__bsl__text a {
  color: #3c99e1;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.usl__bsl__text a:focus,
.usl__bsl__text a:hover {
  color: #2c71a7;
  text-decoration: none;
}

.usl__bsl__doc ul {
  list-style-type: disc;
  padding-left: 20px;
  /* padding-top: 20px; */
}

.usl__bsl__doc ul li::marker {
  color: #3c99e1;

}



















































































@media (max-width: 1260px) {
  .custom__priem__img {
    max-width: 156px;
    bottom: 120px;
    right: 40px;
  }

  .custom__pop-up__form {
    width: 85%;
  }
}

@media (max-width: 1200px) {
  .custom__form>.pop-up__consultation {
    width: 95%;
    max-width: 500px;
  }

  .custom__form>.pop-up__consultation--receipt {
    height: auto !important;
  }

  .custom__pop-up__form {
    width: 90%;
  }
}

@media (max-width: 1023px) {
  .header__nav-phone__wrap--custom>#custom__link-button {
    display: none;
  }
}

@media (max-width: 991px) {
  .custom__foto__col {
    grid-template-columns: 1fr;
  }

  .custom__form__inner {
    flex-direction: column;
    padding: 40px;
  }

  .custom__form__item:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }

  .custom__form__item:nth-child(2) {
    display: none;
  }

  .custom__container__popup {
    max-width: 500px;
  }

  .custom__popup__input {
    margin-bottom: 24px;
    max-width: 100%;
  }

  .custom__pop-up__form {
    width: 60%;
  }

  .custom__form__container {
    flex-wrap: wrap;
  }
}

@media (max-width: 800px) {
  .benefits {
    margin-bottom: 50px;
  }

  .benefits__inner {
    flex-wrap: wrap;
  }

  .benefits__item:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }

  .benefits__item:nth-child(2) {
    width: 100%;
  }

  .benefits__ul {
    margin-top: 25px;
  }

  .custom__pop-up__form {
    width: 100%;
  }

  .custom__priem__img {
    bottom: inherit;
    top: 63px;
  }

  .custom__preim__subtitle {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .custom__priem__img {
    top: 83px;
  }
}

@media (max-width: 565px) {
  .custom__title__h1 {
    font-size: 18px;
  }

  .custom__form__inner {
    padding: 0 20px 30px;
  }

  .doctors__item-profession-slide {
    min-height: 70px;
  }

  .custom__container__popup {
    max-width: 400px;
  }

  .custom__only__zapis {
    display: block;
  }

  .custom__grup__btn {
    display: block;
  }

  .custom__pop-up__form {
    margin-top: 66px;
  }

  .custom__priem__img {
    top: 90px;
    right: 20px;
  }

  .custom__preim__content {
    padding: 30px 20px;
  }

  .custom__priem__img {
    max-width: 140px;
  }

  .custom__preim__title {
    font-size: 24px;
  }

  .custom__preim {
    padding: 10px 0 30px;
  }

  .footer__info--mobile {
    flex-wrap: wrap;
  }

}

@media (max-width: 450px) {
  .custom__only__zapis {
    width: 90%;
  }

  .custom__priem__img {
    max-width: 110px;
    top: 140px;
  }

  .custom__preim__grup__phone {
    margin-top: 20px;
  }
}

@media (max-width: 410px) {
  .custom__container__popup {
    max-width: 350px;
  }

  .custom__priem__img {
    max-width: 100px;
    top: 149px;
    right: 11px;
  }
}

@media (max-width: 390px) {
  .custom__priem__img {
    display: none;
  }

  .custom__pop-up__form {
    margin-top: 30px;
  }
}


@media (max-width: 360px) {
  .custom__container__popup {
    max-width: 320px;
  }
}