@import url(./vendor/fontawesome.min.css);
@import url(./vendor/bootstrap.min.css);
@import url(./vendor/normalize.css);
@import url(./vendor/slick.css);
@import url(./vendor/leaflet.css);
@import url(./vendor/fonts.css);
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:wght@300;400;500;600;700&display=swap");
#main-banner {
  padding-top: 35px;
}
@media (max-width: 992px) {
  #main-banner {
    padding-top: 90px;
  }
}

#about-section {
  padding-top: 140px;
  padding-bottom: 120px;
  background: url("../images/backgrounds/about-text.png") 50% 147px no-repeat;
}
@media (max-width: 1200px) {
  #about-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) {
  #about-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #about-section {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  #about-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

#testimonials-section {
  padding-top: 214px;
  padding-bottom: 60px;
  background: url("../images/backgrounds/testimonials.png") 50% 73px no-repeat #e1ecf3;
  height: 540px;
}
@media (max-width: 992px) {
  #testimonials-section {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #testimonials-section {
    padding-top: 45px;
    padding-bottom: 24px;
    background: url(../images/backgrounds/testimonials.png) 50% 27px no-repeat #e1ecf3;
    height: 350px;
  }
}
@media (max-width: 576px) {
  #testimonials-section {
    height: 350px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  #testimonials-section {
    padding-top: 114px;
    padding-bottom: 40px;
  }
}

#gallery-section {
  padding-top: 40px;
  padding-bottom: 100px;
  border-bottom: 1px solid #000000;
  background: #e1ecf3;
}
@media (max-width: 1200px) {
  #gallery-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) {
  #gallery-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  #gallery-section {
    padding-top: 40px;
  }
}

#author-section {
  padding-top: 130px;
  padding-bottom: 170px;
  background: #3871a5;
}
@media (max-width: 1200px) {
  #author-section {
    padding-top: 100px;
    padding-bottom: 110px;
  }
}
@media (max-width: 992px) {
  #author-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #author-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  #author-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

#order-section {
  padding-top: 110px;
  padding-bottom: 108px;
  background: url("../images/backgrounds/order.png") 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  #order-section {
    padding-top: 55px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  #order-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.block-header {
  color: #f7f1f1;
}
.block-header h2 {
  font-family: "Source Serif 4", serif;
  font-size: 60px;
  line-height: 100%;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .block-header h2 {
    font-size: 55px;
  }
}
@media (max-width: 992px) {
  .block-header h2 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .block-header h2 br {
    display: none;
  }
}
.block-header.header-black {
  color: #191a1c;
}

.button {
  background: #ff2600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 70px;
  color: #f7f1f1;
  text-transform: uppercase;
  font-family: "Uniform 2", sans-serif;
  font-size: 12px;
  padding: 21px;
  border: none;
  position: relative;
  width: 170px;
}
.button:hover, .button:focus {
  color: #f7f1f1;
  text-decoration: none;
}
.button-amazon {
  padding-left: 40px;
}
.button-amazon:before {
  content: " ";
  display: inline-block;
  background: url("../images/backgrounds/amazon.png") 50% 50% no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 34px;
  top: 17px;
}

.buttons-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 372px) {
  .buttons-group {
    -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;
  }
}

#main-menu .buttons-group {
  position: absolute;
  bottom: 40px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

button:focus:not(:focus-visible) {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-banner {
  width: 100%;
  height: 756px;
  background: url("../images/backgrounds/main-banner.jpg") 0 0 no-repeat;
  background-size: cover;
  position: relative;
}
.main-banner > .container {
  z-index: 2;
  position: relative;
}
.main-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-60%, #000000), color-stop(40%, transparent));
  background: linear-gradient(180deg, #000000 -60%, transparent 40%);
  background: -moz-linear-gradient(-90deg, #000000 -60%, transparent 40%);
  position: absolute;
  top: 0;
  left: 0;
}
.main-banner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-9%, #000000), color-stop(21%, transparent));
  background: linear-gradient(0deg, #000000 -9%, transparent 21%);
  background: -moz-linear-gradient(90deg, #000000 -9%, transparent 21%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-banner .banner-content {
  color: #f7f1f1;
  font-family: "Uniform 3", sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .main-banner .banner-content {
    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;
    text-align: center;
  }
}
.main-banner .banner-subheader {
  font-family: "Uniform 4", sans-serif;
  font-size: 30px;
  line-height: 36px;
}
.main-banner .banner-header {
  font-size: 100px;
  line-height: 100px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 24px;
  margin-top: 8px;
  font-family: "Source Serif 4", serif;
}
@media (max-width: 992px) {
  .main-banner .banner-header {
    font-size: 72px;
    line-height: 76px;
  }
}
@media (max-width: 768px) {
  .main-banner .banner-header {
    font-size: 70px;
    line-height: 74px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  .main-banner .banner-header {
    font-size: 70px;
    line-height: 70px;
  }
}
.main-banner .banner-description {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 16px;
}
.main-banner .banner-book {
  margin-top: 50px;
  position: relative;
}
.main-banner .banner-book img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) and (max-height: 567px) {
  .main-banner .banner-book img {
    max-width: 570px;
  }
}
.main-banner .banner-book .book-shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
  -webkit-box-shadow: 0px 0px 100px -2px rgba(0, 0, 0, 0.89);
          box-shadow: 0px 0px 100px -2px rgba(0, 0, 0, 0.89);
}
@media (min-width: 992px) and (max-height: 567px) {
  .main-banner .banner-book .book-shadow {
    width: 400px;
    height: 385px;
    left: 51%;
  }
}
@media (max-width: 768px) {
  .main-banner .banner-book {
    display: none;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  .main-banner .banner-book {
    margin-top: -70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .main-banner {
    height: auto;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  .main-banner {
    height: 100vh;
  }
}

.quote {
  background: rgba(0, 0, 0, 0.55);
  border-radius: 13px;
  padding: 26px 29px;
  line-height: 100%;
  margin-bottom: 88px;
}
.quote .quote-title {
  font-family: "Uniform 4", sans-serif;
  font-size: 20px;
  line-height: 100%;
  color: #4daedf;
}
.quote .quote-author {
  font-family: "Uniform 3", sans-serif;
  font-size: 12px;
  color: #c0c0c0;
  padding-top: 17px;
}
@media (max-width: 992px) {
  .quote {
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .quote {
    margin-bottom: 30px;
  }
}

.about-section {
  font-family: "Uniform 3", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #45464c;
}
.about-section .tieser {
  font-family: "Source Serif 4", serif;
  font-size: 28px;
  line-height: 36px;
  color: #1c62a1;
  margin-bottom: 34px;
}

/* testimonials styles start */
.testimonials {
  color: var(--white);
  position: relative;
  z-index: 2;
}
.testimonials .read-all {
  margin-top: 4.4rem;
}
.testimonials h2 {
  text-align: center;
  color: var(--white);
}

.testimonials-carousel .carousel-indicators {
  position: relative;
  margin-top: 75px;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonials-carousel .carousel-indicators [data-bs-target] {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: none;
  background: #b8cbd7;
}
.testimonials-carousel .carousel-indicators .active {
  background: #1d578b;
  width: 11px;
  height: 11px;
}
@media (max-width: 768px) {
  .testimonials-carousel .carousel-indicators {
    margin-top: 30px;
  }
}
@media (max-width: 400px) {
  .testimonials-carousel .carousel-indicators {
    margin-top: 10px;
  }
}

.testimonial-body .col-12 {
  padding-left: 0;
  padding-right: 0;
}

.testimonial-text {
  font-size: 44px;
  line-height: 48px;
  color: #ff2600;
  text-align: center;
  font-family: "Source Serif 4", serif;
}
.testimonial-text.show-read-more .read-more {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin-top: 1.5rem;
  color: var(--white);
  font-size: 1.5rem;
}
.testimonial-text.show-read-more .more-text {
  display: none;
}
@media (max-width: 768px) {
  .testimonial-text {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 400px) {
  .testimonial-text {
    font-size: 25px;
    line-height: 29px;
  }
}

.testimonial-author {
  font-size: 16px;
  line-height: 24px;
  font-family: "Uniform 3", sans-serif;
  font-style: normal;
  padding-top: 36px;
  text-align: center;
}
@media (max-width: 400px) {
  .testimonial-author {
    padding-top: 20px;
  }
}

/* testimonials styles end */
.gallery-section img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .gallery-section img {
    margin-bottom: 30px;
  }
}

.author-section {
  color: #f7f1f1;
  font-size: 18px;
  line-height: 24px;
  font-family: "Uniform 3", sans-serif;
}
.author-section .author-text {
  background: url("../images/backgrounds/author.png") 55px 0 no-repeat;
}
@media (max-width: 768px) {
  .author-section .author-text {
    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;
    text-align: center;
    background: url("../images/backgrounds/author.png") center 0 no-repeat;
  }
}
.author-section img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .author-section img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.order-section img {
  margin-top: -130px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .order-section img {
    margin-top: 30px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  .order-section img {
    max-width: 65%;
    margin-top: -87px;
  }
}
.order-section .banner-content {
  color: #f7f1f1;
  font-family: "Uniform 3", sans-serif;
}
@media (max-width: 768px) {
  .order-section .banner-content {
    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;
    text-align: center;
  }
}
.order-section .banner-header {
  font-size: 100px;
  line-height: 100px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 24px;
  margin-top: 8px;
  font-family: "Source Serif 4", serif;
}
.order-section .banner-description {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 16px;
}
.order-section .banner-book {
  margin-top: 50px;
}
.order-section .banner-book img {
  max-width: 100%;
}
.order-section > .container {
  background: url("../images/backgrounds/order-text.png") 72px 0 no-repeat;
  position: relative;
}
@media (max-width: 768px) {
  .order-section > .container {
    background: url("../images/backgrounds/order-text.png") center 0 no-repeat;
  }
}
.order-section .books-banner {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70%;
  text-align: right;
}
@media (max-width: 768px) {
  .order-section .books-banner {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    text-align: center;
  }
}

.copyright {
  font-size: 14px;
  line-height: 24px;
  color: #f7f1f1;
  font-family: "Source Serif 4", serif;
  background: rgba(25, 55, 73, 0.9);
  padding: 45px 0 42px;
}
@media (max-width: 992px) {
  .copyright {
    padding: 26px 0 24px;
  }
}
.copyright .copyright-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;
}
@media (max-width: 576px) {
  .copyright .copyright-inner {
    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;
  }
}
.copyright .copyright-inner a {
  color: #f7f1f1;
}
.copyright .copyright-inner a:hover, .copyright .copyright-inner a:focus {
  text-decoration: none;
  color: #f7f1f1;
}
.copyright .copyright-inner img {
  height: 18px;
}

/* navbar styles start */
.navbar {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding-right: 28px;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}
@media (max-width: 992px) {
  .navbar {
    padding-right: 18px;
    padding-left: 18px;
    display: block;
  }
}
@media (max-width: 768px) {
  .navbar {
    padding-right: 28px;
    padding-left: 28px;
  }
}
.navbar.scrolled {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 13px -2px black;
          box-shadow: 0px 0px 13px -2px black;
  overflow: hidden;
}
.navbar.scrolled .navbar-toggler span {
  background-color: #3c3c3c;
}
.navbar.scrolled .header-phone {
  color: var(--black);
}
.navbar.scrolled .header-phone a {
  color: var(--black);
}
.navbar.scrolled .header-phone i {
  color: var(--purple);
}
.navbar.scrolled .logo {
  color: #191a1c;
}
.navbar .logo {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 460px) {
  .navbar .logo {
    font-size: 30px;
  }
}
.navbar .container-fluid .button {
  padding: 14px 21px;
  width: auto;
}
.navbar .container-fluid .button i {
  display: none;
}
@media (max-width: 576px) {
  .navbar .container-fluid .button i {
    display: block;
    font-size: 14px;
    margin-left: -3px;
  }
}
@media (max-width: 576px) {
  .navbar .container-fluid .button span {
    display: none;
  }
}
@media (max-width: 576px) {
  .navbar .container-fluid .button {
    width: 45px;
    height: 45px;
  }
}

.navbar-toggler {
  border: none;
  padding: 29px 28px;
  position: relative;
  z-index: 1;
}
.navbar-toggler span {
  display: block;
  width: 33px;
  height: 2px;
  background: #fff;
  margin-bottom: 8px;
}
.navbar-toggler span:last-child {
  width: 24px;
}
.navbar-toggler:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 992px) {
  .navbar-toggler {
    padding: 29px 18px;
    padding-left: 0;
  }
}

#main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/backgrounds/main-banner.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: #f7f1f1;
  z-index: 9;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  padding-bottom: 40px;
}
#main-menu.collapse:not(.show) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
#main-menu .navbar-toggler {
  position: absolute;
  top: 0;
  right: 0px;
  padding: 0;
  margin: 0;
  width: 90px;
  height: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#main-menu .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#main-menu .navbar-toggler span {
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
}
#main-menu .navbar-toggler span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#main-menu .navbar-toggler span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 33px !important;
}
#main-menu .nav-link {
  color: #f7f1f1;
}

.nav-link {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 50px;
  font-family: "Source Serif 4", serif;
  padding: 0;
}
@media (max-height: 560px) {
  .nav-link {
    margin-bottom: 36px;
  }
}

/* navbar styles end */
.modal {
  font-size: 14px;
}

.modal-header {
  font-size: 24px;
}
.modal-header button {
  border: none;
}

.modal-body {
  font-size: 16px;
  line-height: 20px;
}

.modal-title {
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 576px) {
  .modal-lg, .modal-xl {
    max-width: 910px;
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
  }
}
#formModal .modal-content {
  border: none;
  position: relative;
}
#formModal .modal-content:before {
  content: " ";
  display: block;
  width: 26%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/backgrounds/main-banner.jpg) 0 0 no-repeat;
  background-size: cover;
  border-top-left-radius: var(--bs-modal-border-radius);
  border-bottom-left-radius: var(--bs-modal-border-radius);
}
@media (max-width: 768px) {
  #formModal .modal-content:before {
    width: 100%;
    border-radius: var(--bs-modal-border-radius);
  }
}
#formModal .modal-title {
  font-family: "Source Serif 4", serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #formModal .modal-title {
    color: #fff;
  }
}
@media (max-width: 576px) {
  #formModal .modal-title {
    font-size: 42px;
    line-height: 42px;
  }
}
#formModal .modal-content {
  padding: 60px 25px;
  padding-top: 20px;
  padding-left: 0;
}
@media (max-width: 768px) {
  #formModal .modal-content {
    padding-top: 20px;
    padding-left: 35px;
    padding-bottom: 30px;
  }
}
#formModal .modal-body {
  background: url("../images/backgrounds/modal.png") -200px center no-repeat;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  #formModal .modal-body {
    background: none;
  }
}
#formModal .btn-close {
  opacity: 1;
}
@media (max-width: 768px) {
  #formModal .btn-close {
    color: #ffffff;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    z-index: 4;
  }
}
#formModal .form-check-label {
  line-height: 28px;
}
#formModal .form-group label {
  color: #45464c;
}
@media (max-width: 768px) {
  #formModal .form-group label {
    color: #fff;
  }
}
#formModal .form-group label.error {
  color: red;
  bottom: -20px;
}
#formModal .form-control {
  border-radius: 50px;
  background-color: #e2e2e2;
  border: none;
  padding: 15px;
}
#formModal .form-control.error {
  border: 1px solid red;
}
#formModal .button {
  letter-spacing: 3px;
  width: auto;
  padding: 21px 40px;
  padding-bottom: 20px;
}

.radio-slide {
  border: 1px solid #e2e2e2;
  border-radius: 50px;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
}
.radio-slide .radio-button {
  width: 50%;
  height: 100%;
  border-radius: 50px;
  position: relative;
  border-radius: 50px;
}
.radio-slide .radio-button input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.radio-slide .radio-button input[type="radio"]:checked + label {
  color: #fff !important;
  background: #191a1c;
}
.radio-slide .radio-button label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: "Uniform 2", sans-serif;
  width: 100%;
  height: 100%;
  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;
  color: #191a1c;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .radio-slide .radio-button label {
    color: #fff;
  }
}
.radio-slide .radio-button label span {
  display: block;
  line-height: 10px;
  font-size: 14px;
}

/* root styles start */
html,
body {
  font-family: "Uniform 3", sans-serif;
  font-size: 10px;
  color: #45464c;
  scroll-behavior: smooth;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  --bs-gutter-x: 30px;
}
@media (max-width: 1319.98px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 768px) {
  .container {
    --bs-gutter-x: 56px;
  }
}

.row {
  --bs-gutter-x: 30px;
}
.row > * {
  --bs-gutter-x: 30px;
}
@media (max-width: 768px) {
  .row > * {
    --bs-gutter-x: 56px;
  }
}
@media (max-width: 768px) {
  .row {
    --bs-gutter-x: 56px;
  }
}

.form {
  font-size: 18px;
}
.form .form-control {
  height: 45px;
  font-size: 18px;
}
.form .form-control.error {
  border-color: red;
}
.form .form-label {
  margin-bottom: 10px;
}
.form .form-group {
  position: relative;
}
.form .form-group label.error {
  font-size: 13px;
  color: red;
  position: absolute;
  left: 15px;
  bottom: -15px;
}

.modal-header {
  border: none;
}

/* root styles end */
