body, html {
  margin: 0px;
  overflow-x: hidden;
  padding: 0px;
}

a{
	cursor: pointer;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

footer .outer__footer {
  padding-top: 40px;
  padding-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .outer__footer > .useful__links:nth-child(3) {
  max-width: 225px;
  padding-top: 42px;
}
footer .outer__footer > .useful__links:nth-child(3) > span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #0180FF;
  margin-bottom: 5px;
  font-weight: 600;
}
footer .outer__footer > .useful__links:nth-child(3) > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
footer .outer__footer > .useful__links:nth-child(3) > ul > li {
  margin-bottom: -2px;
}
footer .outer__footer > .useful__links:nth-child(3) > ul > li > a {
  text-decoration: none;
  font-size: 14px;
  line-height: 26px;
  color: #434548;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
footer .outer__footer > .useful__links:nth-child(3) > ul > li > a:hover {
  opacity: 0.7;
}
footer .outer__footer > .useful__links:nth-child(3) > ul > li:last-child {
  margin-bottom: 0px;
}
footer .outer__footer > .useful__links:nth-child(3) .payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
footer .outer__footer > .useful__links:nth-child(3) .payments img {
  max-width: 100%;
}
footer .outer__footer > .elem:nth-child(2) {
  padding-top: 42px;
}
footer .outer__footer > .elem:nth-child(2) ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
footer .outer__footer > .elem:nth-child(2) ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  color: #2B2C2E;
  font-family: "DM Sans", sans-serif;
}
footer .outer__footer > .elem:nth-child(2) ul > li > a {
  text-decoration: none;
  color: #2B2C2E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
footer .outer__footer > .elem:nth-child(2) ul > li > a:hover {
  opacity: 0.7;
}
footer .outer__footer > .elem:nth-child(2) ul > li:last-child {
  margin-bottom: 0px;
}
footer .outer__footer > .elem:nth-child(2) ul > li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 4px;
}
footer .outer__footer > .elem:nth-child(2) > span {
  display: block;
  padding-left: 24px;
  font-size: 16px;
  line-height: 26px;
  color: #0180FF;
  margin-bottom: 5px;
  font-weight: 600;
}
footer .outer__footer > .elem:nth-child(1) {
  max-width: 330px;
}
footer .outer__footer > .elem:nth-child(1) > p {
  margin: 0px;
  font-size: 13px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.82);
  font-family: "DM Sans", sans-serif;
}
footer .outer__footer > .elem:nth-child(1) > p a {
  text-decoration: none;
  color: #FB8F10;
}
footer .outer__footer > .elem:nth-child(1) > .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .outer__footer > .elem:nth-child(1) > .logo img {
  max-width: 240px;
  max-height: 65px;
}
footer .bottom__footer {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #3677DC;
  text-align: center;
}
footer .bottom__footer > p {
  margin: 0px;
  font-size: 14px;
  line-height: 26px;
  color: #4B4B4B;
}
footer .bottom__footer > p a {
  color: #2563EB;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
footer .bottom__footer > p a:hover {
  opacity: 0.7;
}

.cta__wrapper {
  background: url("../img/ctaimage.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  position: relative;
  padding: 80px 0px;
}
.cta__wrapper:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(100% - 400px);
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(90%, #DFEFFF), to(rgba(223, 239, 255, 0)));
  background: linear-gradient(to right, #DFEFFF 90%, rgba(223, 239, 255, 0));
}
.cta__wrapper .outer__cta {
  position: relative;
  z-index: 2;
  max-width: 565px;
}
.cta__wrapper .outer__cta .desc .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cta__wrapper .outer__cta .desc .btns > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 195px;
  min-height: 34px;
  max-height: 34px;
}
.cta__wrapper .outer__cta .desc .btns > a.book {
  background-color: #0382FF;
  border-radius: 6px;
  text-decoration: none;
  margin-left: 15px;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.cta__wrapper .outer__cta .desc .btns > a.book:hover {
  opacity: 0.7;
}
.cta__wrapper .outer__cta .desc .btns > a.upload {
  font-size: 14px;
  line-height: 21px;
  color: #737373;
  letter-spacing: 0.46px;
  border: 1px solid #0382FF;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.cta__wrapper .outer__cta .desc .btns > a.upload:hover {
  opacity: 0.7;
}
.cta__wrapper .outer__cta .desc .btns > a.upload span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 7px;
}
.cta__wrapper .outer__cta .desc > ul {
  margin: 0px;
  margin-top: 30px;
  list-style-type: none;
  padding: 0px;
  margin-bottom: 35px;
}
.cta__wrapper .outer__cta .desc > ul > li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cta__wrapper .outer__cta .desc > ul > li:last-child {
  margin-bottom: 0px;
}
.cta__wrapper .outer__cta .desc > ul > li > p {
  margin: 0px;
  font-size: 20px;
  line-height: 32px;
  color: #4B4B4B;
}
.cta__wrapper .outer__cta .desc > ul > li > p span {
  color: #0382FF;
  font-weight: 500;
}
.cta__wrapper .outer__cta .desc > ul > li > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 31px;
  max-width: 31px;
  margin-right: 10px;
}
.cta__wrapper .outer__cta .desc > p {
  margin: 0px;
  font-size: 20px;
  line-height: 28px;
  color: #4B4B4B;
  letter-spacing: -0.5px;
}
.cta__wrapper .outer__cta .desc > h2 {
  margin-top: 0px;
  margin-bottom: 21px;
  font-size: 40px;
  line-height: 48px;
  color: #0382FF;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.pharma__map {
  padding-bottom: 60px;
}
.pharma__map .outer__map .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pharma__map .outer__map .inner .map {
  width: 100%;
  max-width: 675px;
  position: relative;
}
.pharma__map .outer__map .inner .map > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -24px;
  right: -38px;
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  z-index: 3;
  background-color: #fff;
  max-height: 120px;
  border-radius: 250px;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.pharma__map .outer__map .inner .map > span > img {
  max-width: 90px;
}
.pharma__map .outer__map .inner #map {
  width: 100%;
  max-width: 675px;
  height: 392px;
  border-radius: 15px;
  overflow: hidden;
}
.pharma__map .outer__map .inner > .desc {
  max-width: 525px;
  width: 100%;
  margin-left: 55px;
}
.pharma__map .outer__map .inner > .desc ul {
  margin: 0px;
  padding: 0px;
}
.pharma__map .outer__map .inner > .desc ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pharma__map .outer__map .inner > .desc ul > li > .desc {
  padding-top: 8px;
}
.pharma__map .outer__map .inner > .desc ul > li > .desc .bottom__info {
  margin-top: 8px;
}
.pharma__map .outer__map .inner > .desc ul > li > .desc .bottom__info > span {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 27px;
  color: #4B4B4B;
  font-weight: 600;
}
.pharma__map .outer__map .inner > .desc ul > li > .desc .bottom__info ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.pharma__map .outer__map .inner > .desc ul > li > .desc .bottom__info ul > li {
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}
.pharma__map .outer__map .inner > .desc ul > li > .desc .wordbreak {
  word-break: break-all;
}
.pharma__map .outer__map .inner > .desc ul > li > .desc > span {
  display: block;
  font-size: 17px;
  line-height: 27px;
  color: #4B4B4B;
  font-weight: 600;
}
.pharma__map .outer__map .inner > .desc ul > li > .desc > p {
  margin: 0px;
  font-size: 16px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}
.pharma__map .outer__map .inner > .desc ul > li > .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 9px;
}
.pharma__map .outer__map .inner > .desc > p {
  margin-top: 0px;
  padding-left: 12px;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 36px;
  color: #F4A61F;
  font-weight: 600;
}
.pharma__map .outer__map > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 80px;
  font-size: 40px;
  line-height: 28px;
  color: #4B4B4B;
  font-weight: 600;
}

.slider__wrapper .outer__slider {
  padding-top: 45px;
}
.slider__wrapper .outer__slider .inn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider__wrapper .outer__slider .inn .desc {
  max-width: 335px;
  margin-right: 95px;
  text-align: center;
}
.slider__wrapper .outer__slider .inn .desc > span {
  display: block;
  margin-bottom: 28px;
  font-size: 36px;
  line-height: 32px;
  color: #0382FF;
  font-weight: 600;
}
.slider__wrapper .outer__slider .inn .desc > p {
  margin: 0px;
  font-size: 22px;
  line-height: 28px;
  color: #4B4B4B;
  font-weight: 500;
}
.slider__wrapper .outer__slider .inn > .left {
  max-width: 370px;
}
.slider__wrapper .outer__slider .inn > .left .steps {
  margin-top: 25px;
}
.slider__wrapper .outer__slider .inn > .left .steps > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.slider__wrapper .outer__slider .inn > .left .steps > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 23px;
}
.slider__wrapper .outer__slider .inn > .left .steps > ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 46px;
  max-width: 46px;
  min-height: 46px;
  max-height: 46px;
  border-radius: 250px;
  background-color: #D9D9D9;
  text-decoration: none;
  font-size: 26px;
  line-height: 42px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.slider__wrapper .outer__slider .inn > .left .steps > ul > li > a.current {
  background-color: #0382FF;
}
.slider__wrapper .outer__slider .inn > .left .steps > ul > li > a:hover {
  background-color: #0382FF;
}
.slider__wrapper .outer__slider .inn > .left .steps > ul > li:last-child {
  margin-right: 0px;
}
.slider__wrapper .outer__slider .inn > .left > h2 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 36px;
  line-height: 32px;
  font-weight: 600;
  color: #4B4B4B;
}
.slider__wrapper .outer__slider .inn > .left > p {
  margin: 0px;
  font-size: 24px;
  line-height: 32px;
  color: #4B4B4B;
  font-weight: 500;
}

.hero__section .outer__hero .form__wrapper {
  padding: 21px 25px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 6px 15px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 15px 2px rgba(0, 0, 0, 0.15);
}
.hero__section .outer__hero .form__wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero__section .outer__hero .form__wrapper .field {
  width: 100%;
  margin-right: 30px;
}
.hero__section .outer__hero .form__wrapper .field:last-child {
  max-width: 290px;
}
.hero__section .outer__hero .form__wrapper .field .group__submit {
  margin-top: 35px;
}
.hero__section .outer__hero .form__wrapper .field .group__submit > button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 46px;
  margin-bottom: 12px;
  background-color: #0AC29F;
  outilne: none;
  cursor: pointer;
  border-radius: 6px;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: "Lato ", sans-serif;
  border: 0px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.hero__section .outer__hero .form__wrapper .field .group__submit > button:hover {
  opacity: 0.7;
}
.hero__section .outer__hero .form__wrapper .field .desc > span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
  color: #4B4B4B;
  letter-spacing: 0.24px;
  font-weight: bold;
}
.hero__section .outer__hero .form__wrapper .field .desc > p {
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  color: #4B4B4B;
  font-weight: 400;
}
.hero__section .outer__hero .form__wrapper .field .input {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.hero__section .outer__hero .form__wrapper .field .input > input {
  width: 100%;
  border: 1px solid #D9D9D9;
  height: 50px;
  border-radius: 10px;
  outline: none;
  padding-left: 18px;
  padding-right: 48px;
}
.hero__section .outer__hero .form__wrapper .field .input > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 18px;
  top: 50%;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero__section .outer__hero .form__wrapper .field:last-child {
  margin-right: 0px;
}
.hero__section .outer__hero .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: -80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero__section .outer__hero .inner .desc {
  padding-bottom: 150px;
  max-width: 640px;
}
.hero__section .outer__hero .inner .desc > p {
  margin: 0px;
  font-size: 32px;
  color: #4B4B4B;
  letter-spacing: -0.63px;
  line-height: 40px;
  font-weight: 500;
}
.hero__section .outer__hero .inner .desc > h1 {
  margin-top: 0px;
  margin-bottom: 45px;
  font-size: 65px;
  line-height: 70px;
  color: #4B4B4B;
  font-weight: 600;
}
.hero__section .outer__hero .inner .desc > h1 span {
  color: #0382FF;
  font-weight: 800;
}
.hero__section .outer__hero .inner .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__section .outer__hero .inner .media > img {
  max-width: 520px;
}

.container__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.container__check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container__check p {
  margin: 0px;
  font-size: 14px;
  line-height: 19px;
  color: #4B4B4B;
  font-weight: 400;
}

.container__check .checkmark {
  position: relative;
  top: 0;
  left: 0;
  min-width: 12px;
  min-height: 12px;
  border: 1px solid #4B4B4B;
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.container__check input:checked ~ .checkmark {
  background-color: #0AC29F;
}

.container__check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container__check input:checked ~ .checkmark:after {
  display: block;
}

.container__check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.container__radio p {
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  color: rgba(75, 75, 75, 0.5);
}

.container__radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container__radio .checkmark {
  position: relative;
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  margin-right: 12px;
  max-height: 14px;
  border-radius: 250px;
  border: 2px solid #D9D9D9;
}

.container__radio input:checked ~ .checkmark ~ p {
  color: #4B4B4B;
}

.container__radio input:checked ~ .checkmark {
  background-color: #2563EB;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container__radio input:checked ~ .checkmark:after {
  display: block;
}

.shipping__info {
  margin-top: 0px;
  margin-bottom: 10px;
}
.shipping__info > p {
  margin: 0px;
  padding-left: 20px;
  font-size: 11px;
  line-height: 16px;
  color: #0382FF;
  font-weight: 500;
  margin-top: 6px;
  display: none;
}
.shipping__info ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #D9D9D9;
  padding: 2px;
  border-radius: 20px;
}
.shipping__info ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 2px;
}
.shipping__info ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 250px;
  min-height: 24px;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  border: 1px solid transparent;
}
.shipping__info ul > li > a.current {
  color: #4B4B4B;
  background-color: #FFFFFF;
  border-color: #EEEEEE;
}
.shipping__info ul > li:last-child {
  margin-right: 0px;
}

.switcher__send {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.switcher__send .container__radio {
  cursor: pointer;
}

.switcher__send .container__radio {
  margin-bottom: 10px;
}

.switcher__send .container__radio:last-child {
  margin-bottom: 0px;
}

body {
  padding-top: 70px;
}

header {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 4;
  background-color: #fff;
}
header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 70px;
  position: relative;
}
header .outer__header ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .outer__header ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
header .outer__header ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
  color: #4B4B4B;
  font-weight: 400;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
header .outer__header ul > li > a:hover {
  opacity: 0.7;
}
header .outer__header ul > li > a > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
}
header .outer__header ul > li:last-child {
  margin-right: 0px;
}
header .outer__header .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header .outer__header .text > p {
  margin: 0px;
  font-size: 16px;
  line-height: 32px;
  color: #6D6D6D;
  font-weight: 600;
}
header .outer__header .logo__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header .logo__wrap > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header .logo__wrap > a > img {
  max-width: 240px;
  max-height: 65px;
}

footer .bottom__footer > p a {
  color: #0AC29F;
}

footer .bottom__footer > p {
  font-weight: 500;
  line-height: 22px;
  color: #3578DA;
  padding-left: 15px;
  padding-right: 15px;
}

.cta__wrapper .outer__cta .desc > ul > li > p br {
  display: none;
}

.slider__wrapper .outer__slider .inn > .media {
  margin: 0px 15px;
}

.outer__slider .slick-slide {
  margin: 0 15px;
}
.outer__slider .slick-list {
  margin: 0 -15px;
}

.popup__service {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 6;
  background-color: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
}
.popup__service .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup__service .inner > .box {
  max-width: 700px;
  padding: 45px 42px;
  background-color: #FBFDFF;
  border-radius: 33px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-height: 100%;
  overflow-y: auto;
}
.popup__service .inner > .box .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 25px;
}
.popup__service .inner > .box .btns .pharmacy {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 35px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  background-color: #0382FF;
  border-radius: 9px;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  font-weight: 600;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  margin-right: 15px;
}
.popup__service .inner > .box .btns .pharmacy:hover {
  opacity: 0.7;
}
.popup__service .inner > .box .btns .general {
  min-height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  border: 2px solid #0382FF;
  border-radius: 9px;
  text-decoration: none;
  font-size: 15px;
  line-height: 26px;
  color: #0382FF;
  font-weight: 600;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.popup__service .inner > .box .btns .general:hover {
  opacity: 0.7;
}
.popup__service .inner > .box > h2 {
  margin-top: 0px;
  margin-bottom: 14px;
  font-size: 26px;
  line-height: 32px;
  color: #0382FF;
  font-weight: 600;
}
.popup__service .inner > .box .text > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 26px;
  color: #4B4B4B;
  font-weight: 400;
}
.popup__service .inner > .box .text > p:last-child {
  margin-bottom: 0px;
}
.popup__service .inner > .box .text > p a {
  color: #4B4B4B;
  text-decoration: none;
}
.popup__service .inner > .box > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 32px;
  color: #4B4B4B;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.hero__section.secondary .outer__hero > .inner > .desc {
  max-width: 720px;
}

.form__box {
  padding: 24px 32px;
  padding-right: 112px;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-bottom: 32px;
  border-radius: 15px;
  margin-bottom: 55px;
}
.form__box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form__box .left__part {
  width: 100%;
  max-width: 470px;
}
.form__box .left__part .switch {
  width: 100%;
}
.form__box .left__part .switch ul {
  padding: 7px 15px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background-color: #EEEEEE;
}
.form__box .left__part .switch ul > li {
  width: 100%;
  margin-right: 5px;
}
.form__box .left__part .switch ul > li:last-child {
  margin-right: 0px;
}
.form__box .left__part .switch ul > li > a {
  font-size: 18px;
  line-height: 32px;
  border-radius: 10px;
  color: #8B8B8D;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form__box .left__part .switch ul > li > a.current {
  color: #000000;
  background-color: #FFFFFF;
}
.form__box .left__part .switch ul > li > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 7px;
}
.form__box .left__part > p {
  margin-top: 34px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 32px;
  color: #4B4B4B;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.5px;
}
.form__box .middle__part {
  width: 100%;
  max-width: 290px;
  margin-right: 30px;
}
.form__box .middle__part .group__input {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.form__box .middle__part .group__input:last-child {
  margin-bottom: 0px;
}
.form__box .middle__part .group__input > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form__box .middle__part .group__input > input {
  width: 100%;
  height: 50px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding-left: 16px;
  padding-right: 48px;
  outline: none;
  font-size: 16px;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
}
.form__box .controls__part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 290px;
}
.form__box .controls__part > a {
  margin-bottom: 25px;
  width: 100%;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.form__box .controls__part > a:hover {
  opacity: 0.7;
}
.form__box .controls__part > a.send__code {
  border: 2px solid #0382FF;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
  color: #0382FF;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
.form__box .controls__part > a.confirm {
  background-color: #0382FF;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
.form__box .controls__part > a:last-child {
  margin-bottom: 0px;
}
.form__box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.steps__form {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 115px;
}
.steps__form .box {
  width: 100%;
  padding-top: 41px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.steps__form .top__part {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.steps__form .top__part .steps__head {
  text-align: center;
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
}
.steps__form .top__part .steps__head ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.steps__form .top__part .steps__head ul > li {
  min-width: 150px;
  min-height: 4px;
  background-color: #ABABAB;
  border-radius: 20px;
  margin-right: 10px;
}
.steps__form .top__part .steps__head ul > li:last-child {
  margin-right: 0px;
}
.steps__form .top__part .steps__head ul > li.current {
  background-color: #0AC29F;
}
.steps__form .top__part .steps__head > p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #626465;
  font-weight: 300;
}
.steps__form .top__part .back {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.steps__form .top__part .back > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}
.steps__form .top__part .back > a > img {
  margin-right: 6px;
}

.step__form {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.step__form .group__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step__form .group__submit > button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 360px;
  min-height: 43px;
  background-color: #2563EB;
  border-radius: 10px;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  outline: none;
  border: 0px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.step__form .group__submit > button:hover {
  opacity: 0.7;
}
.step__form .elem {
  margin-bottom: 35px;
}
.step__form .elem .long__fields {
  width: 100%;
}
.step__form .elem .long__fields .group__input {
  width: 100%;
}
.step__form .elem .long__fields .group__input > textarea {
  width: 100%;
  height: 95px;
  border: 1px solid #EEF7FD;
  border-radius: 10px;
  resize: none;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 24px;
  outline: none;
}
.step__form .elem .long__fields .group__input > textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ABABAB;
}
.step__form .elem .long__fields .group__input > textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ABABAB;
}
.step__form .elem .long__fields .group__input > textarea:-ms-input-placeholder { /* IE 10+ */
  color: #ABABAB;
}
.step__form .elem .long__fields .group__input > textarea:-moz-placeholder { /* Firefox 18- */
  color: #ABABAB;
}
.step__form .elem .long__fields .group__input > p {
  margin-top: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 4px;
}



.step__form .elem .medicard__fields {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.step__form .elem .medicard__fields .group__input:nth-child(1) {
  width: 100%;
  max-width: 380px;
  margin-right: 40px;
}
.step__form .elem .medicard__fields .group__input:nth-child(2) {
  min-width: 60px;
  max-width: 60px;
  margin-right: 33px;
}
.step__form .elem .medicard__fields .group__input:nth-child(3) {
  width: 100%;
  max-width: 250px;
}
.step__form .elem .medicard__fields .group__input input {
  width: 100%;
  border: 1px solid #E3E3E3;
  height: 42px;
  border-radius: 10px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  line-height: 22px;
  outline: none;
}

.IHI__fields .group__input input{
  width: 300px;
  border: 1px solid #E3E3E3;
  height: 42px;
  border-radius: 10px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  line-height: 22px;
  outline: none;	
	
}



.step__form .elem .medicard__fields .group__input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ABABAB;
}
.step__form .elem .medicard__fields .group__input input::-moz-placeholder { /* Firefox 19+ */
  color: #ABABAB;
}
.step__form .elem .medicard__fields .group__input input:-ms-input-placeholder { /* IE 10+ */
  color: #ABABAB;
}
.step__form .elem .medicard__fields .group__input input:-moz-placeholder { /* Firefox 18- */
  color: #ABABAB;
}
.step__form .elem .medicard {
  margin-top: 10px;
}
.step__form .elem .medicard .switch ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  padding: 8px 16px;
  background-color: rgba(238, 247, 253, 0.5);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.step__form .elem .medicard .switch ul > li {
  width: 100%;
  margin-right: 5px;
}
.step__form .elem .medicard .switch ul > li:last-child {
  margin-right: 0px;
}
.step__form .elem .medicard .switch ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #8B8B8D;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-decoration: none;
  min-height: 42px;
  border-radius: 10px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.step__form .elem .medicard .switch ul > li > a:hover {
  color: #000;
  background-color: #FFFFFF;
}
.step__form .elem .medicard .switch ul > li > a.current {
  color: #000;
  background-color: #FFFFFF;
}
.step__form .elem .medicard > p {
  margin-top: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #2C2E2F;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}
.step__form .elem:last-child {
  margin-bottom: 0px;
}
.step__form .elem .double {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 28px;
  grid-row-gap: 15px;
}
.step__form .elem .double .triple {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 55px 1fr 55px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 55px;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}
.step__form .elem .double .group__input.double__field {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}
.step__form .elem .double .group__input > p {
  margin-top: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 0px;
}
.step__form .elem .double .group__input > select {
  width: 100%;
  height: 43px;
  border: 1px solid #EEF7FD;
  padding-left: 20px;
  padding-right: 40px;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  border-radius: 10px;
  color: #ABABAB;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: url("../img/arrowselect.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 15px) center;
}
.step__form .elem .double .group__input > select.changed {
  color: #000;
}
.step__form .elem .double .group__input > input {
  height: 43px;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  width: 100%;
  border: 1px solid #EEF7FD;
  outline: none;
  padding-left: 20px;
  border-radius: 10px;
  padding-right: 20px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.step__form .elem .double .group__input > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ABABAB;
}
.step__form .elem .double .group__input > input::-moz-placeholder { /* Firefox 19+ */
  color: #ABABAB;
}
.step__form .elem .double .group__input > input:-ms-input-placeholder { /* IE 10+ */
  color: #ABABAB;
}
.step__form .elem .double .group__input > input:-moz-placeholder { /* Firefox 18- */
  color: #ABABAB;
}
.step__form .elem > p {
  margin-top: 0px;
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.declaration__check {
  margin-top: -20px;
}
.declaration__check > p {
  margin: 0px;
  margin-top: 7px;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  font-weight: 200;
  font-family: "DM Sans", sans-serif;
}
.declaration__check .container__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.declaration__check .container__check .checkmark:after {
  left: 7px;
  top: 3px;
}
.declaration__check .container__check input:checked ~ .checkmark {
  border-color: #2563EB;
  background-color: #2563EB;
}
.declaration__check .container__check p {
  margin: 0px;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  font-weight: bold;
}
.declaration__check .container__check .checkmark {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border-radius: 250px;
  border: 1px solid #cecece;
  position: relative;
  top: -0.5px;
}
.declaration__check .container__check .checkmark:after {
  border-width: 0 2px 2px 0;
}

.step__wrapper {
  position: relative;
}
.step__wrapper .top {
  max-width: 780px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}
.step__wrapper .top > h2 {
  margin-top: 0px;
  font-size: 36px;
  line-height: 42px;
  color: #000000;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 4px;
}
.step__wrapper .top > p {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  color: #4B4B4B;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.step__wrapper.popup__opened .step__form {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.step__wrapper .digit__popup {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  padding-top: 47px;
  padding-left: 42px;
  padding-bottom: 34px;
  padding-right: 41px;
  background-color: #FBFDFF;
  border-radius: 33px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 780px;
}
.step__wrapper .digit__popup > .close__popup {
  position: absolute;
  top: 25px;
  right: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.step__wrapper .digit__popup > .close__popup:hover {
  opacity: 0.7;
}
.step__wrapper .digit__popup .spacer {
  margin-top: 40px;
  margin-bottom: 28px;
  height: 1px;
  width: 100%;
  background-color: #D9D9D9;
}
.step__wrapper .digit__popup .desc > span {
  display: block;
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #4B4B4B;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.step__wrapper .digit__popup .desc > p {
  margin: 0px;
  font-size: 15px;
  line-height: 28px;
  color: #4B4B4B;
  margin-bottom: 25px;
}
.step__wrapper .digit__popup .desc .btn {
  margin-bottom: 20px;
}
.step__wrapper .digit__popup .desc .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 35px;
  border: 2px solid #0382FF;
  border-radius: 9px;
  padding-left: 15px;
  padding-right: 15px;
  color: #0382FF;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 27px;
  text-decoration: none;
}
.step__wrapper .digit__popup form {
  width: 100%;
  max-width: 440px;
}
.step__wrapper .digit__popup form > .group__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.step__wrapper .digit__popup form > .group__input > button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 35px;
  min-width: 90px;
  background-color: #0180FF;
  border-radius: 9px;
  cursor: pointer;
  outline: none;
  border: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.step__wrapper .digit__popup form > .group__input > button:hover {
  opacity: 0.7;
}
.step__wrapper .digit__popup form > .group__input > input {
  width: 100%;
  margin-right: 22px;
  height: 34px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 18px;
}
.step__wrapper .digit__popup form > .group__input > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #787878;
}
.step__wrapper .digit__popup form > .group__input > input::-moz-placeholder { /* Firefox 19+ */
  color: #787878;
}
.step__wrapper .digit__popup form > .group__input > input:-ms-input-placeholder { /* IE 10+ */
  color: #787878;
}
.step__wrapper .digit__popup form > .group__input > input:-moz-placeholder { /* Firefox 18- */
  color: #787878;
}
.step__wrapper .digit__popup > h2 {
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 26px;
  line-height: 32px;
  color: #0382FF;
  font-weight: 600;
}
.step__wrapper .digit__popup > span {
  display: block;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #4B4B4B;
  letter-spacing: -0.5px;
  font-family: "Inter", sans-serif;
}

.form__box .left__part {
  margin-right: 55px;
}

.steps__form.separate {
  padding-top: 110px;
}

.terms__popup {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  padding-top: 47px;
  padding-left: 42px;
  padding-bottom: 34px;
  padding-right: 41px;
  background-color: #FBFDFF;
  border-radius: 33px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 780px;
  max-height: 800px;
  overflow-y: auto;
}
.terms__popup .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.terms__popup .btn > a {
  min-height: 35px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  outline: none;
  border-radius: 9px;
  background-color: #0180FF;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.terms__popup .btn > a:hover {
  opacity: 0.7;
}
.terms__popup > h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 32px;
  color: #0382FF;
}
.terms__popup > p {
  margin-top: 0px;
  font-size: 15px;
  line-height: 24px;
  color: #4B4B4B;
  margin-bottom: 25px;
}
.terms__popup > p:last-child {
  margin-bottom: 0px;
}
.terms__popup > .close__popup {
  position: absolute;
  top: 25px;
  right: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.terms__popup > .close__popup:hover {
  opacity: 0.7;
}

.complete__payment {
  margin-top: 90px;
}
.complete__payment .payment__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.complete__payment .payment__info .desc {
  max-width: 712px;
  width: 100%;
  margin-right: 50px;
}
.complete__payment .payment__info .desc .stripe__info {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.complete__payment .payment__info .desc .stripe__info > p {
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #635BFF;
  font-family: "DM Sans", sans-serif;
  margin-right: 70px;
}
.complete__payment .payment__info .desc .stripe__info > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 160px;
  min-height: 72px;
  border-radius: 16px;
  border: 1px solid #EEEEEE;
}
.complete__payment .payment__info .desc .card__info > p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  font-weight: 500;
}
.complete__payment .payment__info .desc .card__info .triple {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}
.complete__payment .payment__info .desc .card__info > .group__input {
  margin-bottom: 20px;
}
.complete__payment .payment__info .desc .card__info > .group__input:last-child {
  margin-bottom: 0px;
}
.complete__payment .payment__info .desc .card__info .group__input {
  position: relative;
  width: 100%;
}
.complete__payment .payment__info .desc .card__info .group__input > span {
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.47);
  font-family: "DM Sans", sans-serif;
  left: 20px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  top: 16px;
  pointer-events: none;
}
.complete__payment .payment__info .desc .card__info .group__input > img {
  position: absolute;
  right: 13px;
  bottom: 8px;
}
.complete__payment .payment__info .desc .card__info .group__input input {
  width: 100%;
  outline: none;
  height: 48px;
  border-radius: 250px;
  border: 1px solid #EEEEEE;
  padding-left: 20px;
  padding-right: 20px;
}
.complete__payment .payment__info .desc .method {
  margin-bottom: 20px;
}
.complete__payment .payment__info .desc .method ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}
.complete__payment .payment__info .desc .method ul li {
  width: 100%;
}
.complete__payment .payment__info .desc .method ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 72px;
  border: 1px solid #EEEEEE;
  border-radius: 16px;
}
.complete__payment .payment__info .desc .method > p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  font-weight: 500;
  text-transform: capitalize;
}
.complete__payment .payment__info .desc > .top__part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.complete__payment .payment__info .desc > .top__part > h2 {
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
  font-weight: 500;
}
.complete__payment .payment__info .desc > .top__part > p {
  margin: 0px;
  font-size: 18px;
  margin-bottom: 45px;
  line-height: 24px;
  color: #4B4B4B;
  font-weight: 500;
}
.complete__payment .payment__info .booking__summary {
  position: relative;
  max-width: 433px;
  margin-top: 60px;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 18px;
  padding-left: 40px;
  padding-right: 40px;
}
.complete__payment .payment__info .booking__summary > img {
  position: absolute;
  top: -20px;
  right: -18px;
}
.complete__payment .payment__info .booking__summary:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("../img/boxlong.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.complete__payment .payment__info .booking__summary .list {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ABABAB;
  margin-bottom: 20px;
}
.complete__payment .payment__info .booking__summary .list ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}
.complete__payment .payment__info .booking__summary .list ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #000000;
}
.complete__payment .payment__info .booking__summary .list ul > li:last-child {
  margin-bottom: 0px;
}
.complete__payment .payment__info .booking__summary .list ul > li span {
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.complete__payment .payment__info .booking__summary .table {
  position: relative;
}
.complete__payment .payment__info .booking__summary .table .btn {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.complete__payment .payment__info .booking__summary .table .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 210px;
  min-height: 48px;
  background-color: #FF734D;
  border-radius: 250px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  font-weight: 600;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.complete__payment .payment__info .booking__summary .table .btn > a:hover {
  opacity: 0.7;
}
.complete__payment .payment__info .booking__summary .table .total {
  margin-top: 20px;
  border-top: 1px solid #ABABAB;
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.complete__payment .payment__info .booking__summary .table .total .inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 310px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.complete__payment .payment__info .booking__summary .table .total .inn > span {
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  margin: 0px;
}
.complete__payment .payment__info .booking__summary .table .total .inn > p {
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  margin: 0px;
}
.complete__payment .payment__info .booking__summary .table .gst {
  max-width: 310px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.complete__payment .payment__info .booking__summary .table .gst > span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.66);
  font-family: "DM Sans", sans-serif;
}
.complete__payment .payment__info .booking__summary .table .gst > p {
  margin: 0px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.66);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
.complete__payment .payment__info .booking__summary .table > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}
.complete__payment .payment__info .booking__summary .table > .row:last-child {
  margin-bottom: 0px;
}
.complete__payment .payment__info .booking__summary .table > .row > span {
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  font-family: "DM Sans", sans-serif;
}
.complete__payment .payment__info .booking__summary .table > .row > p {
  margin: 0px;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
.complete__payment .payment__info .booking__summary .list {
  position: relative;
}
.complete__payment .payment__info .booking__summary > .top {
  position: relative;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #ABABAB;
}
.complete__payment .payment__info .booking__summary > .top > p {
  text-align: center;
  margin: 0px;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
  font-weight: 500;
}
.complete__payment .title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__payment .title > p {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  color: #4B4B4B;
  font-weight: 500;
}
.complete__payment .title > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 42px;
  color: #0382FF;
  font-weight: 600;
}
.complete__payment .title > h2 span {
  color: #FF734D;
}

.steps__form.longer {
  max-width: 1230px;
}

.result__wrapper {
  margin-top: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.result__wrapper .desc {
  width: 100%;
  max-width: 550px;
}
.result__wrapper .desc .btn {
  margin-top: 35px;
  text-align: center;
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.result__wrapper .desc .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 42px;
  background-color: #0AC29F;
  border-radius: 10px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.5px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.result__wrapper .desc .btn > a:hover {
  opacity: 0.7;
}
.result__wrapper .desc .btn > p {
  margin-top: 12px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  color: #FF734D;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}
.result__wrapper .desc .list {
  margin-top: 25px;
  max-width: 225px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.result__wrapper .desc .list ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.result__wrapper .desc .list ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 8px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.result__wrapper .desc .list ul > li:last-child {
  margin-bottom: 0px;
}
.result__wrapper .desc .list ul > li > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.result__wrapper .desc > p {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #4B4B4B;
  font-weight: 500;
}
.result__wrapper .desc > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.result__wrapper .desc > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 56px;
  color: #0382FF;
  font-weight: 800;
}
.result__wrapper .media img {
  max-width: 650px;
}

@media (max-width: 1740px) {
  .cta__wrapper:before {
    width: calc(100% - 480px);
  }
}
.cta__wrapper .media {
  display: none;
}

header .right > a {
  display: none;
}

.menu__btn {
  display: none;
}

@media (max-width: 1280px) {
  .menu__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu__btn > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__btn > a > span {
    margin-bottom: 6px;
    min-width: 24px;
    min-height: 2px;
    background-color: #000;
    border-radius: 25px;
  }
  .menu__btn > a > span:last-child {
    margin-bottom: 0px;
  }
  header .right > a {
    position: absolute;
    top: 5px;
    right: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .right > a img {
    max-width: 36px;
    min-width: 36px;
  }
  header .outer__header .right {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: -100%;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  header .outer__header .text {
    position: static;
    margin-bottom: 10px;
    -webkit-transform: none;
            transform: none;
  }
  header .outer__header ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .outer__header ul > li {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.result__wrapper .media img {
  width: 100%;
}

@media (max-width: 1200px) {
  .result__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .result__wrapper .media {
    margin-bottom: 40px;
  }
  .result__wrapper .desc {
    min-width: 520px;
  }
  .form__box {
    padding: 24px;
  }
  .form__box .left__part {
    margin-right: 25px;
  }
  .form__box .middle__part {
    margin-right: 25px;
  }
  .form__box .left__part {
    min-width: 300px;
  }
  .hero__section .outer__hero .form__wrapper .field {
    margin-right: 20px;
  }
  .shipping__info ul > li > a {
    font-size: 12px;
    line-height: 20px;
  }
  .hero__section .outer__hero .inner .desc {
    max-width: 480px;
  }
  .hero__section .outer__hero .inner .media > img {
    max-width: 480px;
  }
  .hero__section .outer__hero .inner .desc > h1 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 25px;
  }
  .hero__section .outer__hero .inner .desc > p {
    font-size: 26px;
    line-height: 34px;
  }
  .slider__wrapper .outer__slider .inn > .left > p {
    font-size: 20px;
    line-height: 26px;
  }
  .slider__wrapper .outer__slider .inn > .left > h2 {
    margin-bottom: 30px;
    margin-bottom: 20px;
  }
  .slider__wrapper .outer__slider .inn .desc > span {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .slider__wrapper .outer__slider .inn .desc > p {
    font-size: 20px;
    line-height: 28px;
  }
  .slider__wrapper .outer__slider .inn .desc {
    margin-right: 60px;
  }
  .cta__wrapper {
    padding-top: 35px;
    padding-bottom: 0px;
  }
  .cta__wrapper .outer__cta {
    max-width: 100%;
    padding-bottom: 55px;
    position: relative;
  }
  .cta__wrapper .outer__cta:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -35px;
    width: calc(100% + 30px);
    height: calc(100% + 100px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgb(223, 239, 255)), to(rgba(223, 239, 255, 0.05)));
    background: linear-gradient(to bottom, rgb(223, 239, 255) 80%, rgba(223, 239, 255, 0.05));
  }
  .cta__wrapper .outer__cta .desc {
    margin-left: auto;
    position: relative;
    z-index: 2;
    max-width: 620px;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cta__wrapper {
    background: none;
  }
  .cta__wrapper:before {
    content: none;
  }
  .cta__wrapper .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cta__wrapper .media > img {
    width: 100%;
  }
}
.form__wrapper > p {
  display: none;
}

.form__box form > p, .form__box form > span {
  display: none;
}

.middle__part .phone > .send__code, .middle__part .phone > p {
  display: none;
}

.middle__part .email > .send__code, .middle__part .email > p {
  display: none;
}

.steps__form .box {
  padding-left: 20px;
  padding-right: 20px;
}

.book__consult {
  margin-top: 60px;
}
.book__consult .inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.book__consult .inn .right {
  width: 100%;
  max-width: 495px;
}
.book__consult .inn .right .doctors .summary {
  margin-top: 50px;
  width: 100%;
  max-width: 435px;
  position: relative;
}
.book__consult .inn .right .doctors .summary > img {
  position: absolute;
  top: -18px;
  right: -18px;
}
.book__consult .inn .right .doctors .summary:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("../img/summaryoutline.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.book__consult .inn .right .doctors .summary .content {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  padding-bottom: 35px;
}
.book__consult .inn .right .doctors .summary .content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.book__consult .inn .right .doctors .summary .content .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 55px;
  background-color: #0AC29F;
  border-radius: 20px;
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #FFFFFF;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.book__consult .inn .right .doctors .summary .content .btn > a:hover {
  opacity: 0.7;
}
.book__consult .inn .right .doctors .summary .content ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px auto;
  max-width: 240px;
  margin-bottom: 40px;
}
.book__consult .inn .right .doctors .summary .content ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-family: "DM Sans", sans-serif;
}
.book__consult .inn .right .doctors .summary .content ul > li > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}
.book__consult .inn .right .doctors .summary .content ul > li:last-child {
  margin-bottom: 0px;
}
.book__consult .inn .right .doctors .summary .head {
  position: relative;
  z-index: 2;
  width: 100%;
}
.book__consult .inn .right .doctors .summary .head > p {
  text-align: center;
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
  font-weight: 600;
  border-bottom: 1px solid #ABABAB;
}
.book__consult .inn .right .doctors .list > .elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 15px;
  border: 1px solid #EEF7FD;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 45px;
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.book__consult .inn .right .doctors .list > .elem.current {
  border-color: #0AC29F;
}
.book__consult .inn .right .doctors .list > .elem:last-child {
  margin-bottom: 0px;
}
.book__consult .inn .right .doctors .list > .elem .desc {
  width: 100%;
}
.book__consult .inn .right .doctors .list > .elem .desc > p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #4B4B4B;
  font-weight: 600;
}
.book__consult .inn .right .doctors .list > .elem .desc .bottom .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.book__consult .inn .right .doctors .list > .elem .desc .bottom .language ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 11px;
  margin-top: -4px;
}
.book__consult .inn .right .doctors .list > .elem .desc .bottom .language ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 24px;
  margin: 4px;
  border: 1px solid #EEF7FD;
  border-radius: 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  font-family: " DM Sans", sans-serif;
  color: #4B4B4B;
  padding-left: 12px;
  padding-right: 12px;
}
.book__consult .inn .right .doctors .list > .elem .desc .bottom .language > p {
  margin: 0px;
  font-size: 14px;
  line-height: 24px;
  color: #4B4B4B;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}
.book__consult .inn .right .doctors .list > .elem .desc .bottom > span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  line-height: 24px;
  color: #2563EB;
  font-weight: 600;
}
.book__consult .inn .right .doctors .list > .elem .avatar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-right: 20px;
  border-radius: 250px;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
}
.book__consult .inn .right .doctors .list > .elem .avatar img {
  /*max-width: 44px;
  max-height: 45px;*/
}
.book__consult .inn .right .doctors > p {
  margin-top: 0px;
  margin-bottom: 42px;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
  font-weight: 500;
}
.book__consult .inn .left {
  max-width: 475px;
}
.book__consult .inn .left .appointment {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.book__consult .inn .left .appointment ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.book__consult .inn .left .appointment ul > li {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.book__consult .inn .left .appointment ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 42px;
  border-radius: 250px;
  border: 1px solid #045993;
  text-decoration: none;
  padding: 4px 7px;
}
.book__consult .inn .left .appointment ul > li > a.current span {
  background-color: #0AC29F;
  color: #fff;
}
.book__consult .inn .left .appointment ul > li > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 32px;
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 250px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #031233;
  font-family: "DM Sans", sans-serif;
}
.book__consult .inn .left .appointment ul > li > span {
  display: block;
  margin-top: 7px;
  font-size: 10px;
  line-height: 14px;
  color: #434548;
  font-family: "DM Sans", sans-serif;
}
.book__consult .inn .left .appointment ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.book__consult .inn .left .appointment > span {
  display: block;
  width: 100%;
  margin-top: 15px;
  padding-top: 12px;
  border-top: 1px solid #D9D9D9;
  font-size: 14px;
  line-height: 18px;
  color: #4B4B4B;
}
.book__consult .inn .left .appointment > span span {
  font-weight: 500;
}
.book__consult .inn .left .appointment > p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #031233;
}
.book__consult .inn .left .available {
  margin-bottom: 50px;
}
.book__consult .inn .left .available > p {
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 26px;
  color: #031233;
  font-weight: 500;
}
.book__consult .inn .left .available ul {
  max-width: 370px;
  width: 100%;
  padding: 0px;
  list-style-type: none;
  margin: 0px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 15px;
}
.book__consult .inn .left .available ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.book__consult .inn .left .available ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 42px;
  width: 100%;
  border: 1px solid #045993;
  border-radius: 20px;
  padding: 0px 5px;
  min-height: 42px;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #031233;
}
.book__consult .inn .left .available ul > li > a.current span {
  background-color: #0AC29F;
  color: #fff;
  border-radius: 250px;
}
.book__consult .inn .left .available ul > li > a span {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 32px;
}
.book__consult .inn .left .box__date {
  width: 100%;
  /*padding: 38px 70px;*/
  padding: 15px 15px;
  background-color: rgba(238, 247, 253, 0.09);
  border-radius: 20px;
  margin-bottom: 90px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
.book__consult .inn .left .box__date .calendar .grid {
  display: -ms-grid;
  display: grid;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(7, 1fr);
  grid-row-gap: 5px;
  grid-column-gap: 5px;
}
.book__consult .inn .left .box__date .calendar .grid .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.book__consult .inn .left .box__date .calendar .grid .day > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 28px;
  max-width: 28px;
  min-height: 28px;
  max-height: 28px;
  border-radius: 250px;
  color: #2C2E2F;
  font-size: 15px;
  text-decoration: none;
  line-height: 20px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.book__consult .inn .left .box__date .calendar .grid .day > a.current {
  background-color: #0AC29F;
  color: #fff;
}
.book__consult .inn .left .box__date .calendar .grid .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.book__consult .inn .left .box__date .calendar .grid .sub > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 10px;
  line-height: 14px;
  color: #2C2E2F;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.book__consult .inn .left .box__date .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.book__consult .inn .left .box__date .top > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.book__consult .inn .left .box__date .top > a:hover {
  opacity: 0.7;
}
.book__consult .inn .left .box__date .top > span {
  margin: 0px 8px;
  font-size: 20px;
  line-height: 26px;
  color: #2C2E2F;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.book__consult .inn .left .date__time {
  margin-bottom: 20px;
}
.book__consult .inn .left .date__time > p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  font-weight: 500;
}
.book__consult > p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 55px;
  font-size: 18px;
  line-height: 24px;
  color: #4B4B4B;
  font-weight: 500;
}
.book__consult > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 42px;
  color: #3D90BB;
  font-weight: 600;
}
.book__consult > h2 span {
  color: #0AC29F;
  font-weight: 600;
}

.book__consult .inn .left .available > p {
  margin-top: 0px;
}

.list__mobile {
  display: none;
}

.book__consult .inn .left .appointment ul > li > span {
  text-align: center;
}

.complete__payment .payment__info .booking__summary .after {
  text-align: center;
}

.complete__payment .title > h2 {
  margin-bottom: 7px;
}

@media (max-width: 991px) {
  .steps__form .top__part .back > a {
    font-size: 14px;
    line-height: 20px;
  }
  .steps__form .top__part .back > a img {
    max-width: 14px;
    min-width: 14px;
  }
  .complete__payment .payment__info .desc > .top__part > h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .complete__payment .payment__info .desc > .top__part > p {
    font-size: 16px;
    line-height: 22px;
  }
  .complete__payment {
    margin-top: 45px;
  }
  .complete__payment .title > p {
    font-size: 16px;
    line-height: 22px;
  }
  .complete__payment .title > h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .complete__payment .payment__info .desc > .top__part > p {
    margin-bottom: 25px;
  }
  .complete__payment .payment__info .desc .method > p {
    font-size: 20px;
    line-height: 24px;
  }
  .complete__payment .payment__info .desc .method ul li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .complete__payment .payment__info .desc .method ul li > a img {
    max-width: 100%;
  }
  .complete__payment .payment__info .desc .card__info > p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .complete__payment .payment__info .booking__summary {
    margin-top: 30px;
  }
  .complete__payment .payment__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .complete__payment .payment__info .desc {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .complete__payment .payment__info .booking__summary {
    margin-left: auto;
    margin-right: auto;
  }
  .book__consult .inn .left .appointment > p {
    margin-bottom: 25px;
  }
  .doctors > p, .doctors .list {
    display: none;
  }
  .list__mobile {
    margin-bottom: 60px;
    display: block;
  }
  .list__mobile .elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 15px;
    border: 1px solid #EEF7FD;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 45px;
    cursor: pointer;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .list__mobile .elem.current {
    border-color: #0AC29F;
  }
  .list__mobile .elem:last-child {
    margin-bottom: 0px;
  }
  .list__mobile .elem .desc {
    width: 100%;
  }
  .list__mobile .elem .desc > p {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #4B4B4B;
    font-weight: 600;
  }
  .list__mobile .elem .desc .bottom .language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .list__mobile .elem .desc .bottom .language ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 11px;
    margin-top: -4px;
  }
  .list__mobile .elem .desc .bottom .language ul > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 24px;
    margin: 4px;
    border: 1px solid #EEF7FD;
    border-radius: 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    font-family: " DM Sans", sans-serif;
    color: #4B4B4B;
    padding-left: 12px;
    padding-right: 12px;
  }
  .list__mobile .elem .desc .bottom .language > p {
    margin: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #4B4B4B;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
  }
  .list__mobile .elem .desc .bottom > span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
    line-height: 24px;
    color: #2563EB;
    font-weight: 600;
  }
  .list__mobile .elem .avatar {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 64px;
    max-width: 64px;
    min-height: 64px;
    max-height: 64px;
    margin-right: 20px;
    border-radius: 250px;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
  }
  .list__mobile .elem .avatar img {
   /* max-width: 44px;
    max-height: 45px;*/
  }
  .list__mobile > p {
    margin-top: 0px;
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    font-weight: 500;
  }
  .list__mobile .elem {
    margin-bottom: 30px;
  }
  .book__consult .inn .right .doctors .summary {
    margin-left: auto;
    margin-right: auto;
  }
  .book__consult .inn .left .box__date {
    margin-bottom: 20px;
  }
  .book__consult > h2 {
    font-size: 34px;
    line-height: 38px;
  }
  .book__consult .inn .left .date__time {
    margin-bottom: 40px;
  }
  .book__consult .inn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .book__consult .inn .left {
    max-width: 475px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .book__consult .inn .right {
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
  }
  .book__consult .inn .right .doctors > p {
    text-align: center;
  }
  .book__consult .inn .right .doctors .list > .elem {
    margin-bottom: 20px;
  }
  .steps__form.separate {
    padding-top: 45px;
  }
  .step__wrapper .top > h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .step__wrapper .top > p {
    font-size: 15px;
    line-height: 21px;
  }
  .step__wrapper .top {
    margin-bottom: 25px;
  }
  .step__form .elem > p {
    font-size: 20px;
    line-height: 24px;
  }
  .middle__part .send__code, .middle__part .phone > p, .middle__part .email > p {
    display: block;
  }
  .steps__form .top__part .steps__head ul > li {
    min-width: 0px;
    width: 100%;
  }
  .steps__form .top__part .back {
    top: 0px;
    bottom: auto;
  }
  .form__box {
    margin-bottom: 35px;
  }
  .middle__part .email > p {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #4B4B4B;
    font-weight: 500;
  }
  .middle__part .email > .send__code {
    border: 2px solid #0382FF;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    color: #0382FF;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 45px;
    margin-bottom: 20px;
  }
  .middle__part .phone > p {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #4B4B4B;
    font-weight: 500;
  }
  .middle__part .phone > .send__code {
    border: 2px solid #0382FF;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    color: #0382FF;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 45px;
    margin-bottom: 20px;
  }
  .form__box .controls__part > .send__code {
    display: none;
  }
  .form__box form > p {
    font-size: 14px;
    line-height: 17px;
    color: #4B4B4B;
    font-weight: 400;
    display: block;
    width: 100%;
    text-align: left;
  }
  .form__box form > p a {
    text-decoration: none;
    color: #4B4B4B;
  }
  .form__box {
    padding: 20px 18px;
  }
  .form__box .left__part > p {
    display: none;
  }
  .form__box .middle__part {
    margin-top: 25px;
  }
  .form__box .middle__part .group__input > input {
    height: 35px;
    padding-left: 12px;
  }
  .form__box form > span {
    font-size: 14px;
    line-height: 16px;
    color: #4B4B4B;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: left;
  }
  .form__box form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__box .left__part {
    max-width: 100%;
    margin-right: 0px;
  }
  .form__box .controls__part {
    max-width: 100%;
    margin-top: 16px;
  }
  .form__box .left__part .switch ul {
    padding: 5px;
  }
  .form__box .middle__part {
    max-width: 100%;
    margin-right: 0px;
  }
  header .outer__header .logo__wrap > a > img, footer .outer__footer > .elem:nth-child(1) > .logo img {
    max-width: 190px;
    max-height: 45px;
  }
  .hero__section .outer__hero .form__wrapper .field .input > input {
    height: 40px;
  }
  .hero__section .outer__hero .form__wrapper form {
    position: relative;
    padding-top: 150px;
  }
  .hero__section .outer__hero .form__wrapper .field:nth-child(1) > .input {
    position: absolute;
    top: 0px;
  }
  .hero__section .outer__hero .form__wrapper .field:nth-child(2) > .input {
    position: absolute;
    top: 50px;
  }
  .hero__section .outer__hero .form__wrapper .field:nth-child(3) > .input {
    position: absolute;
    top: 100px;
  }
  .switcher__send {
    min-height: 0px;
    margin-top: 12px;
  }
  .hero__section .outer__hero .form__wrapper .field .group__submit {
    margin-top: 12px;
    width: 100%;
  }
  .hero__section .outer__hero .form__wrapper .field:last-child {
    max-width: 100%;
  }
  .hero__section .outer__hero .form__wrapper form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__wrapper > p {
    display: block;
    margin-bottom: 13px;
    font-size: 17px;
    line-height: 23px;
    color: #4B4B4B;
    font-weight: 500;
  }
  .hero__section .outer__hero .inner .desc > p {
    display: none;
  }
  .hero__section .outer__hero .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
  }
  .hero__section .outer__hero .inner .media > img {
    max-width: 100%;
    width: 100%;
  }
  .hero__section .outer__hero .inner .media {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__section .outer__hero .inner .media img {
    max-width: 440px;
  }
  .hero__section .outer__hero .inner .desc > h1 {
    margin-bottom: 0px;
  }
  .hero__section .outer__hero .inner .desc {
    padding-bottom: 0px;
    width: 100%;
    max-width: 100%;
  }
  .hero__section .outer__hero .inner .desc > h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .slider__wrapper .outer__slider .inn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slider__wrapper .outer__slider .inn .desc {
    margin-right: 0px;
    margin-top: 20px;
  }
  .slider__wrapper .outer__slider .inn {
    padding-bottom: 60px;
    position: relative;
  }
  .slider__wrapper .outer__slider .inn > .left .steps {
    margin-top: 0px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 15px;
  }
  .slider__wrapper .outer__slider .inn > .left .steps > ul > li {
    margin-right: 10px;
  }
  .slider__wrapper .outer__slider .inn > .left .steps > ul > li > a {
    min-width: 22px;
    max-width: 22px;
    min-height: 22px;
    max-height: 22px;
    font-size: 12px;
  }
  .slider__wrapper .outer__slider .inn > .left {
    text-align: center;
  }
  .slider__wrapper .outer__slider .inn > .left > h2 {
    margin-bottom: 12px;
  }
  .slider__wrapper .outer__slider .inn > .left > p {
    font-size: 18px;
    line-height: 24px;
  }
  .slider__wrapper .outer__slider .inn > .media {
    margin: 15px;
  }
  .slider__wrapper .outer__slider .inn > .media > img {
    width: 100%;
  }
  .pharma__map .outer__map .inner > .desc ul > li > .desc > p {
    font-size: 14px;
    line-height: 24px;
  }
  .pharma__map .outer__map .inner > .desc > p {
    font-size: 20px;
    line-height: 32px;
  }
  .pharma__map .outer__map > h2 {
    font-size: 32px;
    margin-bottom: 40px;
    line-height: 40px;
  }
  .pharma__map .outer__map .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pharma__map .outer__map .inner .map {
    max-width: 100%;
  }
  .pharma__map .outer__map .inner #map {
    width: 100%;
    max-width: 100%;
  }
  .pharma__map .outer__map .inner .map > span {
    top: -12px;
    right: -20px;
  }
  .pharma__map .outer__map .inner > .desc {
    max-width: 100%;
    margin-top: 25px;
    margin-left: 0px;
  }
  .pharma__map .outer__map .inner > .desc > p {
    margin-bottom: 12px;
  }
  footer .outer__footer {
    padding-top: 55px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .outer__footer > .elem:nth-child(1) {
    max-width: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  footer .outer__footer > .elem:nth-child(1) .logo {
    margin-bottom: 30px;
  }
  footer .outer__footer > .elem:nth-child(2) {
    padding-top: 0px;
    width: 100%;
    max-width: 440px;
    margin-bottom: 40px;
  }
  footer .outer__footer > .useful__links:nth-child(3) {
    max-width: 440px;
    padding-top: 0px;
    width: 100%;
  }
  footer .outer__footer > .useful__links:nth-child(3) .payments {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .outer__footer > .useful__links:nth-child(3) .payments img {
    max-width: 225px;
    width: 100%;
  }
  footer .outer__footer > .elem:nth-child(2) > span {
    padding-left: 0px;
  }
  .steps__form {
    padding-bottom: 45px;
  }
  .complete__payment .payment__info .booking__summary {
    margin-top: 0px;
  }
  .steps__form .top__part .back {
    top: 2px;
  }
}
.step__form .group__submit {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .book__consult .inn .left .date__time > p, .list__mobile > p, .book__consult .inn .left .available > p, .book__consult .inn .left .appointment > p {
    margin-bottom: 15px;
  }
  .step__wrapper .digit__popup > .close__popup {
    top: 12px;
    right: 12px;
  }
  .step__form .elem .long__fields .group__input > textarea {
    height: 125px;
  }
  .step__form .elem .double {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
  .step__form .elem .double .group__input.double__field {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
  .step__form .elem .double .triple {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
  .step__form .elem .medicard__fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .step__form .elem .medicard__fields .group__input {
    max-width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 15px;
  }
  .step__form .elem .medicard__fields .group__input:last-child {
    margin-bottom: 0px;
  }
  .step__form .elem .medicard__fields .group__input:nth-child(2) {
    min-width: 0px;
    width: 100%;
  }
  .popup__service .inner > .box .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup__service .inner > .box .btns .pharmacy {
    margin-right: 0px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .popup__service .inner > .box .btns .general {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .popup__service .inner > .box {
    padding: 25px 20px;
  }
  .cta__wrapper .outer__cta .desc > ul > li > p br {
    display: block;
  }
  .cta__wrapper .outer__cta .desc > ul > li > p {
    font-size: 14px;
    line-height: 22px;
  }
  .cta__wrapper .outer__cta .desc > ul > li > p span {
    font-size: 20px;
    line-height: 26px;
  }
  .cta__wrapper .outer__cta .desc > ul > li > span {
    margin-right: 20px;
  }
  .cta__wrapper .outer__cta .desc > h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.complete__payment .payment__info .booking__summary .after > p {
  margin-bottom: 0px;
}

@media (max-width: 480px) {
  .result__wrapper .desc > h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .result__wrapper .desc {
    min-width: 0px;
  }
  .result__wrapper .desc > p {
    font-size: 16px;
    line-height: 24px;
  }
  .result__wrapper {
    margin-top: -20px;
  }
  .complete__payment .payment__info .desc .stripe__info > p {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .complete__payment .payment__info .desc .stripe__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .complete__payment .payment__info .booking__summary {
    max-width: 290px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .complete__payment .payment__info .booking__summary > img {
    max-width: 48px;
    top: -12px;
  }
  .complete__payment .payment__info .booking__summary > .top > p {
    font-size: 18px;
    line-height: 28px;
  }
  .complete__payment .payment__info .booking__summary > .top {
    padding-bottom: 12px;
  }
  .complete__payment .payment__info .booking__summary .list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .complete__payment .payment__info .booking__summary .list ul > li {
    font-size: 16px;
    line-height: 22px;
  }
  .complete__payment .payment__info .booking__summary .list {
    margin-bottom: 15px;
  }
  .complete__payment .payment__info .booking__summary .table .total {
    padding-top: 10px;
    margin-top: 10px;
  }
  .complete__payment .payment__info .booking__summary .table .btn {
    margin-top: 12px;
  }
  .list__mobile .elem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .complete__payment .payment__info .desc .card__info .triple {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 12px;
  }
  .complete__payment .payment__info .desc .card__info > .group__input {
    margin-bottom: 12px;
  }
  .complete__payment .payment__info .desc .method ul {
    grid-column-gap: 12px;
  }
  .list__mobile .elem .avatar {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .book__consult .inn .left .available ul {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  .book__consult .inn .right .doctors .summary {
    margin-top: 0px;
  }
  .book__consult .inn .right .doctors .summary {
    max-width: 290px;
  }
  .book__consult .inn .right .doctors .summary .head > p {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
  }
  .book__consult .inn .right .doctors .summary > img {
    max-width: 40px;
  }
  .book__consult .inn .right .doctors .summary .content {
    margin-top: 15px;
  }
  .book__consult .inn .right .doctors .summary .content ul > li {
    font-size: 16px;
    line-height: 22px;
  }
  .book__consult .inn .right .doctors .summary .content ul {
    margin-bottom: 25px;
  }
  .book__consult .inn .right .doctors .summary .content .btn > a {
    max-width: 240px;
    height: 45px;
  }
  .book__consult .inn .right .doctors .summary > img {
    top: -9px;
    right: -9px;
  }
  .book__consult .inn .right .doctors .summary .content {
    padding-bottom: 18px;
  }
  .book__consult .inn .left .appointment ul > li > a span {
    font-size: 14px;
    line-height: 22px;
  }
  .book__consult .inn .left .available ul > li > a {
    font-size: 14px;
    line-height: 22px;
  }
  .book__consult .inn .left .box__date {
    padding: 25px 20px;
  }
  .list__mobile .elem .desc > p {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 22px;
  }
  .list__mobile .elem .desc .bottom .language ul {
    margin-left: 5px;
  }
  .list__mobile .elem .avatar {
    min-width: 48px;
    margin-right: 12px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
  }
  .list__mobile .elem .avatar img {
    max-width: 36px;
    max-height: 36px;
  }
  .step__wrapper .digit__popup {
    padding: 35px 20px;
  }
  .step__wrapper .digit__popup > h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .step__wrapper .digit__popup > span {
    font-size: 16px;
    line-height: 22px;
  }
  .step__wrapper .digit__popup .spacer {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .step__wrapper .digit__popup form > .group__input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .step__wrapper .digit__popup form > .group__input > input {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .step__wrapper .digit__popup form > .group__input > button {
    width: 100%;
  }
  .step__form .group__submit > button {
    width: 100%;
    min-width: 0px;
  }
  .shipping__info ul > li > a {
    font-size: 11px;
  }
  .container__radio p {
    font-size: 14px;
    line-height: 18px;
  }
  .hero__section .outer__hero .form__wrapper {
    padding: 15px;
  }
  .cta__wrapper .outer__cta .desc .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta__wrapper .outer__cta .desc .btns > a {
    width: 100%;
    max-width: 195px;
  }
  .cta__wrapper .outer__cta .desc .btns > a.book {
    margin-left: 0px;
    margin-top: 10px;
  }
}

/************** NEW STYLES 27-06-2024 **************/


body * {
  font-family: "Roboto", sans-serif;
}

.shipping__info > p {
  color: #fba209;
  font-weight: bold;
}

footer .outer__footer > .elem:nth-child(1) > p a {
  color: var(--maincolor);
}

.pharma__map .outer__map .inner > .desc > p {
  color: var(--maincolor);
}

.pharma__map .outer__map .inner > .desc ul > li > .icon svg path {
  fill: var(--maincolor);
}

.form__box .left__part .switch ul > li > a span svg path {
  fill: var(--maincolor);
}

footer .outer__footer > .elem:nth-child(2) ul > li span svg path {
  fill: var(--maincolor);
}

header .right ul li a span svg path {
  fill: var(--maincolor);
}

footer .outer__footer > .elem:nth-child(1) > p {
  display: block;
}

.cta__wrapper .outer__cta .desc .btns > a.book:nth-child(1) {
  margin-left: 0px;
}

footer .outer__footer > .elem:nth-child(2) ul > li span {
  margin-bottom: 0px;
}

footer .outer__footer > .elem:nth-child(2) ul > li {
  margin-bottom: 4px;
}

footer .outer__footer > .elem:nth-child(2) ul > li span svg {
  width: 16px;
  height: 16px;
}

footer .outer__footer > .elem:nth-child(2) > span {
  padding-left: 20px;
}

footer .outer__footer > .elem:nth-child(2) ul > li span img {
  min-width: 16px;
  max-width: 16px;
}

footer .outer__footer > .elem:nth-child(1) > p {
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
}

.step__wrapper.popup__opened .step {
  pointer-events: none;
}

.group__submit .disabled {
  pointer-events: none;
  opacity: 0.5;
  background-color: grey !important;
}

/*.steps__form{
	display: none;
}*/
.book__consult .inn .right .doctors .list > .elem .avatar {
  display: none;
}

.book__consult .inn .right .doctors .list > .elem .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.book__consult .inn .right .doctors .list > .elem {
  margin-bottom: 25px;
}

.book__consult .inn .right .doctors .list > .elem .top > p {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #4B4B4B;
  margin-right: 10px;
}

.book__consult .inn .right .doctors .list > .elem .top > span {
  color: #2563EB;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.spacer {
  padding: 30px 0px;
}
.spacer .outer__spacer {
  width: 100%;
  height: 1px;
  background-color: #0180FF;
}

.complete__payment .payment__info .booking__summary > .top > p, .complete__payment .payment__info .booking__summary .list ul > li, .complete__payment .payment__info .booking__summary .table > .row > span, .complete__payment .payment__info .booking__summary .table > .row > p, .complete__payment .payment__info .booking__summary .table .gst > span, .complete__payment .payment__info .booking__summary .table .gst > p, .complete__payment .payment__info .booking__summary .table .total .inn > span, .complete__payment .payment__info .booking__summary .table .total .inn > p, .complete__payment .payment__info .booking__summary .after > p, .complete__payment .payment__info .booking__summary .table .btn > a {
  font-family: "Roboto", sans-serif;
}

.cta__wrapper.change__cancel .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cta__wrapper.change__cancel .btns > a.cancel {
  background-color: red;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: 500;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.cta__wrapper.change__cancel .btns > a.cancel:hover {
  opacity: 0.7;
}

.cta__wrapper.change__cancel .btns > a {
  margin-right: 15px;
}

.cta__wrapper.change__cancel .btns > a:last-child {
  margin-right: 0px;
}

footer .outer__footer > .elem:nth-child(1) > p span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

footer.opened .outer__footer > .elem:nth-child(1) > p span {
  -webkit-line-clamp: 200;
}

.doctors > span, .list__mobile > span {
  font-size: 14px;
  line-height: 24px;
  margin-top: -15px;
  display: block;
  font-weight: 500;
}

.container__check input:checked ~ .checkmark {
  border-color: #0AC29F;
}

.container__check .checkmark:after {
  left: 3.2px;
  top: 0px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 991px) {
  .list__mobile .elem .top > span {
    text-align: right;
  }
  .list__mobile .elem .avatar {
    display: none;
  }
  .list__mobile .elem {
    margin-bottom: 25px;
  }
  .list__mobile .elem .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
  }
  .list__mobile .elem .top > p {
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #4B4B4B;
    margin-right: 10px;
  }
  .list__mobile .elem .top > span {
    color: #2563EB;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
  }
}
@media (max-width: 480px) {
  .cta__wrapper .outer__cta .desc br {
    display: none;
  }
  .cta__wrapper .outer__cta .desc .btns > a.book:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .cta__wrapper .outer__cta .desc .btns > a.book:nth-child(1):last-child {
    margin-bottom: 0px;
  }
  .cta__wrapper .outer__cta .desc .btns > a.book:nth-child(1) {
    margin-top: 0px;
  }
}
