.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
}

/*
  3. Allow percentage-based heights in the application
*/
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

/*
  Typographic tweaks!
  4. Add accessible line-height
  5. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
  6. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/*
  7. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
}

/*
  8. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/*
  9. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate;
}

a {
  text-decoration: unset;
}

html {
  font-family: "Archivo", "sans-serif";
  color: #884B98;
  line-height: 1.2;
}

p {
  font-size: 15px;
  line-height: 20px;
  margin: 20px 0px;
}

a {
  color: #000000;
}

.heading1 {
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0px;
}

.heading2 {
  font-size: 40px;
  font-weight: 700;
}

.heading3 {
  font-size: 20px;
  margin: 10px 0px;
}

.heading4 {
  font-size: 18px;
  margin: 10px 0px;
}

.heading5 {
  font-size: 15px;
  margin: 20px 0px;
}

.heading6 {
  font-size: 17px;
  margin: 20px 0px;
}

p.normal {
  font-size: 16px;
  line-height: 1.6;
  margin: 20px 0px;
}
@media (min-width: 768px) {
  p.normal {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media (min-width: 992px) {
  p.normal {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  p.normal {
    font-size: 18px;
  }
}

p.medium {
  font-size: 14px;
  line-height: 16.8px;
  margin: 20px 0px;
}

p.small {
  font-size: 12px;
  line-height: 14.4px;
  margin: 20px 0px;
}

.bold {
  font-weight: 600;
}

.light-grey {
  color: #9a9a9a;
}

.green {
  color: #4dba57;
}

.red {
  color: #ff0f00;
}

.blue {
  color: #337aad;
}

.text-align--left {
  text-align: left;
}
.text-align--center {
  text-align: center;
}
.text-align--right {
  text-align: right;
}

.main-title {
  text-align: center;
}
@media (min-width: 768px) {
  .main-title {
    text-align: left;
  }
}

.container {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1240px;
  }
}

.section13 {
  background: center/cover no-repeat url("../img/form-bg.jpg");
  color: #ffffff;
}
.section13__wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.section13 p {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
}
.section13__imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section13__imgBox .mobile {
  display: flex;
}
@media (min-width: 768px) {
  .section13__imgBox .mobile {
    display: none;
  }
}
.section13__imgBox .desktop {
  display: none;
}
@media (min-width: 768px) {
  .section13__imgBox .desktop {
    display: flex;
  }
}
.section13 form {
  display: flex;
  flex-direction: column;
}
.section13 form .inputContainer {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.section13 form .inputContainer label {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 24px;
}
.section13 form .inputContainer input {
  padding: 10px 20px;
  background: #F7F7F7;
  border: 3px solid #cb5cff;
  border-radius: 7px;
  outline: none;
}
.section13 form .inputContainer input:valid:focus {
  border: 3px solid #62A730;
}
.section13 form .inputContainer input:invalid:focus {
  border: 3px solid #c01e14;
}
.section13 form .inputContainer input::placeholder {
  color: #CEC9C9;
}
.section13 form button {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 30px;
  margin-top: 10px;
  background: #62A730;
  border: none;
  border-radius: 7px;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
}
.section13 form button .arrow {
  width: 80px;
}

header {
  background: center/cover no-repeat url("../img/header-bg.jpg");
}

.dropdown {
  width: 40%;
}
@media (max-width: 1000px) {
  .dropdown {
    width: 50px;
  }
}

.header__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header__nav--list {
  width: 100%;
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: space-between;
  gap: 3%;
}
.header__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 1000px) {
  .header__title {
    flex-direction: column;
    text-align: center;
  }
}
.header__title .text-shadow {
  text-shadow: 0px 4px 4px rgb(255, 255, 255);
}
.header__attributes {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1000px) {
  .header__attributes {
    flex-direction: column;
  }
}
.header__attributes--description {
  width: 20%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 14%;
  color: #000000;
  font-size: 16px;
}
@media (max-width: 1000px) {
  .header__attributes--description {
    width: 60%;
  }
}
.header__bottom-block {
  display: flex;
  background: #884B98;
  color: #ffffff;
  font-size: 16px;
  height: 30px;
  text-align: end;
  padding: 5px;
  justify-content: flex-end;
  float: right;
}
@media (max-width: 1000px) {
  .header__bottom-block {
    width: 60%;
    margin: 0 auto;
    float: none;
    text-align: center;
    height: auto;
  }
}

.d-none {
  display: flex;
}
@media (max-width: 1000px) {
  .d-none {
    display: none;
  }
}

.d-mobile {
  display: none;
}
@media (max-width: 1000px) {
  .d-mobile {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .dropdown-content {
    display: none;
    position: absolute;
    width: fit-content;
    background-color: #ffffff;
    border-radius: 5px;
    z-index: 1;
    right: 5%;
  }
  .dropdown-content a {
    color: var(--general-white);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 16px;
  }
  .dropdown-content a:hover {
    background-color: rgba(159, 159, 176, 0.31);
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }
}
body {
  position: relative;
}

.container .btn {
  position: relative;
  top: 0;
  left: 0;
  width: 180px;
  height: 50px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container .btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(136, 75, 152, 0);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
  border: 2px solid #884B98;
  border-radius: 30px;
  padding: 10px;
  letter-spacing: 1px;
  text-decoration: none;
  overflow: hidden;
  font-weight: 400px;
  z-index: 1;
  transition: 0.5s;
  backdrop-filter: blur(15px);
}

.container .btn:hover a {
  letter-spacing: 3px;
}

.container .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
  transform: skewX(45deg) translate(0);
  transition: 0.5s;
  filter: blur(0px);
}

.container .btn:hover a::before {
  transform: skewX(45deg) translate(200px);
}

.container .btn::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: -5px;
  width: 30px;
  background: #f00;
  border-radius: 10px;
  transition: 0.5s;
  transition-delay: 0.5;
}

.container .btn:hover::before {
  bottom: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
}

.container .btn::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  top: -5px;
  width: 30px;
  background: #f00;
  border-radius: 10px;
  transition: 0.5s;
  transition-delay: 0.5;
}

.container .btn:hover::after {
  top: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
}

.container .btn::before,
.container .btn::after {
  background: #884B98;
  box-shadow: 0 0 5px #884B98, 0 0 15px #884B98, 0 0 30px #884B98, 0 0 60px #884B98;
}

.opinion {
  background: center/cover no-repeat url("../img/opinion-bg.jpg");
  color: #ffffff;
  text-align: center;
}
.opinion__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1000px) {
  .opinion__content {
    flex-direction: column;
  }
}
.opinion__content--doctor {
  position: relative;
  width: 50%;
}
.opinion__content--doctor::before {
  position: absolute;
  width: 70%;
  height: 100%;
  content: "";
  background: #62A730;
  top: -4%;
  left: -3%;
  z-index: 1;
}
@media (max-width: 1000px) {
  .opinion__content--doctor::before {
    width: 100%;
  }
}
.opinion__content--doctor img {
  position: relative;
  z-index: 11;
  width: 70%;
}
@media (max-width: 1000px) {
  .opinion__content--doctor img {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .opinion__content--doctor {
    width: 70%;
  }
}
.opinion__content--text {
  width: 50%;
  text-align: justify;
}
@media (max-width: 1000px) {
  .opinion__content--text {
    width: 100%;
  }
}
.opinion__content--text p {
  font-size: 18px;
  line-height: 35px;
}
@media (max-width: 600px) {
  .opinion__content--text p {
    font-size: 14px;
    line-height: 20px;
  }
}

.reviews {
  background: center/cover no-repeat url("../img/reviews-bg.jpg");
  color: #884B98;
  text-align: center;
}

.swiper {
  width: 50%;
}
@media (max-width: 890px) {
  .swiper {
    width: 100%;
  }
}

.swiper-slide {
  flex-shrink: 0;
  width: 70%;
  height: 100%;
  position: relative;
  transition-property: transform;
  padding: 10px 60px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
  border-radius: 20px;
  color: #000000;
  text-align: left;
}

.avatar {
  display: flex;
  flex-direction: row;
  justify-content: left;
  gap: 5%;
  align-items: center;
  width: 100%;
}
.avatar-name {
  width: 100%;
  display: flex;
  align-items: center;
}
.avatar-name p {
  margin: 0;
  padding-right: 6px;
}

@media (max-width: 800px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}
.form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0px;
  padding: 20px;
  border: 10px solid #821a6f;
  background-color: #c4c4c4;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .form {
    flex-direction: row;
  }
}
.form__left {
  width: 100%;
}
@media (min-width: 768px) {
  .form__left {
    width: 50%;
  }
}
.form__left img {
  width: 80%;
  margin: 0 auto;
}
.form__right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .form__right {
    width: 50%;
  }
}
.form__right img {
  margin-bottom: 20px;
}
.form__right p {
  margin: 0;
}
.form__right .old-price {
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .form__right .old-price {
    font-size: 25px;
    line-height: 30px;
  }
}
.form__right .new-price {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .form__right .new-price {
    font-size: 35px;
    line-height: 42px;
  }
}
.form__right form {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.form__right form input {
  width: 100%;
  margin: 10px 0px;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  border: none;
}
.form__right form button {
  padding: 10px 40px;
  margin: 20px 0px;
  background-color: #c23024;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  border: none;
  color: white;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  cursor: pointer;
}

.copyright {
  background: #000000;
  color: #ffffff;
}
.copyright p {
  margin: 0;
  padding: 20px;
  text-align: center;
}

/*# sourceMappingURL=main.css.map */
