@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);

.button {
  border: none;
  background: none;
  border-radius: 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;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.button:hover,
.button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.button {
  background: #e4712c;
  background: -webkit-gradient(linear, left bottom, left top, from(#e4712c), color-stop(80%, #d9580b));
  background: linear-gradient(0deg, #e4712c 0%, #d9580b 80%);
  background: -webkit-linear-gradient(0deg, #e4712c 0%, #d9580b 52%);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 29px 72px;
}

.button.pink {
  background: #e43184;
}

.button.circle {
  font-size: 30px;
  padding: 0;
  margin: 0 !important;
  width: 91px;
  height: 91px;
  border-radius: 50%;
  background: transparent;
  -webkit-transform: translateY(-46px);
  transform: translateY(-46px);
}

.button.circle.black {
  color: #ffffff;
  background: #151515;
}

.button.circle.white {
  color: #1a1718;
  background: #ffffff;
}

.button.circle.blue {
  color: #ffffff;
}

@media (max-width: 768px) {
  .button {
    width: 270px;
    font-size: 15px;
    padding: 29px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.block-header h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  line-height: 1;
  color: #1a1718;
}

.block-header h2 span.pink {
  color: #e43184;
}

@media (max-width: 768px) {
  .block-header h2 {
    font-size: 45px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-height: 567px) {
  .block-header h2 {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .block-header h2 br {
    display: none;
  }
}

.block-header.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
  left: 0;
}

@media (max-width: 992px) {
  .block-header.sticky {
    position: relative;
    top: 15px;
  }
}

.block-subheader {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: #ffffff;
  padding-top: 20px;
}

.block-subheader a {
  color: #ffffff;
}

.block-subheader a.button {
  color: #ffffff;
}

.block-subheader a.button:hover,
.block-subheader a.button:focus {
  color: #1a1718;
}

.block-subheader a:hover,
.block-subheader a:focus {
  text-decoration: none;
  color: #e4712c;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 9;
  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;
  padding: 31px 46px;
  -webkit-transition: padding 0.3s linear;
  transition: padding 0.3s linear;
}

.header.scrolled {
  background-color: #151515;
  padding: 13px 46px;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.64);
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.64);
}

@media (max-width: 768px) {
  .header img {
    max-width: 140px;
  }
}

.header .header-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 15px;
}

.header .header-tools .button {
  padding: 17px 30px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .header .header-tools .button {
    padding: 17px 30px;
    width: auto;
  }
}

.header .header-logo {
  color: #ffffff;
  font-size: 36px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Uniform3', sans-serif;
}

.header .header-logo i {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .header .header-logo i {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .header .header-logo {
    font-size: 34px;
    padding-left: 10px;
    /*position: fixed;
    bottom: 15px;
    right: 15px;
    background: $color-violet;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px -1px 11px -1px rgba(26,23,24,0.75);
    -webkit-box-shadow: 0px -1px 11px -1px rgba(26,23,24,0.75);
    -moz-box-shadow: 0px -1px 11px -1px rgba(26,23,24,0.75);*/
  }
}

@media (max-width: 768px) {
  .header .header-logo span {
    display: none;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 23px;
  }

  .header.scrolled {
    padding: 13px 23px;
  }
}

.main-banner {
  width: 100%;
  position: relative;
  height: 890px;
}

.main-banner:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/backgrounds/main-banner.jpg") 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
}

.main-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .main-banner {
    height: 100%;
  }
}

.main-banner .banner-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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 2;
  padding-top: 31px;
  padding-left: 46px;
  padding-right: 46px;
  background-image: url("../images/backgrounds/inner-banner.png");
  background-position: calc(100% - 88px) -24%;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .main-banner .banner-inner {
    padding-top: 26px;
    padding-right: 26px;
    padding-left: 26px;
    background-size: 380px auto;
    background-position: center 150%;
  }

  .main-banner .banner-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.main-banner .banner-content {
  width: 100%;
  color: #ffffff;
  position: relative;
  z-index: 3;
}

@media (max-width: 1320px) {
  .main-banner .banner-content {
    width: 70%;
  }
}

@media (max-width: 992px) {
  .main-banner .banner-content {
    width: 100%;
  }
}

@media (max-height: 567px) and (min-width: 768px){
  .main-banner .banner-content {
    bottom: 130px;
  }
}

@media (max-width: 768px) {
  .main-banner .banner-content {
    padding-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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;
  }
}

.main-banner .banner-header h1 {
  font-size: 80px;
  line-height: 81px;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 768px) and (min-height: 568px) {
  .inner-page .main-banner .banner-header h1 {
    font-size: 70px;
    line-height: 70px;
  }
}

.main-banner .banner-header h1 span {
  color: #e43184;
}

@media (max-width: 768px) {
  .main-banner .banner-header h1 span br {
    display: none;
  }
}

@media (max-width: 768px) {
  .main-banner .banner-header h1 span {
    display: block;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}

@media (max-width: 768px) {
  .main-banner .banner-header h1 {
    font-size: 55px;
    line-height: 55px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .main-banner .banner-header h1 {
    font-size: 60px;
  }
}

@media (max-height: 567px) {
  .main-banner .banner-header h1 {
    font-size: 50px;
    line-height: 61px;
  }

  .inner-page .main-banner .banner-header h1 {
    line-height: 1;
  }
}

@media (max-width: 576px) {
  .main-banner .banner-header h1 {
    font-size: 35px;
    line-height: 35px;
  }
}

.main-banner .banner-subheader {
  font-size: 55px;
  line-height: 72px;
}

@media (max-width: 768px) {
  .main-banner .banner-subheader {
    font-size: 20px;
    line-height: 33px;
    text-align: center;
  }
}

.main-banner .banner-description {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .main-banner .banner-description {
    color: #ffffff;
  }
}

@media (max-width: 768px) {
  .main-banner .banner-description {
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 576px), (max-height: 567px) {
  .main-banner .banner-description {
    font-size: 25px;
    line-height: 25px;
  }
}

@media (max-width: 768px) {
  .main-banner .banner-description br {
    display: none;
  }
}

.main-banner .banner-button {
  margin-top: 34px;
}

.transition-arrow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  height: 45px;
  left: 0;
  z-index: 4;
  background: #ffffff;
  background: radial-gradient(circle 300px at center 0px, transparent 15%, #ffffff 0%);
  background: -moz-radial-gradient(circle 300px at center 0px, transparent 15%, #ffffff 0%);
}

.transition-arrow.translate {
  bottom: -45px;
  background: none;
}

@media (max-width: 768px) {
  .transition-arrow {
    display: none;
  }
}

.reasons-section {
  position: relative;
  padding-top: 116px;
  padding-bottom: 150px;
}

.reasons-section .block-header {
  margin-bottom: 55px;
}

@media (max-width: 768px) {
  .reasons-section .block-header {
    margin-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .reasons-section {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-height: 567px) {
  .reasons-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

.reasons {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

@media (max-width: 992px) {
  .reasons {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .reasons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 17px;
  }
}

.reason {
  padding: 28px 30px 30px;
  height: 220px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
  background: #ffffff;
  box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.47);
  -webkit-box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.47);
  border-radius: 5px;
}

@media (max-width: 768px) {
  .reason {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 768px) and (max-height: 567px) {
  .reason {
    font-size: 27px;
    line-height: 33px;
  }
}

.reason .reason-number {
  margin-bottom: 12px;
  padding-left: 7px;
}

.reason .reason-number span {
  color: #ffffff;
  width: 37px;
  height: 37px;
  border-radius: 10px;
  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;
  font-size: 14px;
  line-height: 36px;
  font-weight: normal;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff8033), to(#ef3b04));
  background-image: linear-gradient(90deg, #ff8033 0%, #ef3b04 100%);
  font-weight: 500;
}

@media (max-width: 768px) {
  .reason .reason-number {
    margin-bottom: 0;
  }
}

.reason .reason-text {
  padding-left: 44px;
  letter-spacing: -0.025em;
  line-height: 1;
  color: #232323;
}

@media (max-width: 768px) {
  .reason .reason-text br {
    display: none;
  }
}

@media (max-width: 1200px) {
  .reason .reason-text {
    padding-left: 0;
    font-size: 26px;
  }
}

@media (max-width: 992px) {
  .reason .reason-text {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .reason .reason-text {
    padding-left: 18px;
    font-size: 24px;
    line-height: 1;
  }
}

.reason.pink .reason-number span {
  background: #e43184;
}

.reason.pink .reason-text {
  background: #e33183;
  background: -webkit-gradient(linear, left top, right top, from(#e33183), color-stop(80%, #242323));
  background: linear-gradient(90deg, #e33183 0%, #242323 80%);
  background: -moz-linear-gradient(0deg, #e33183 0%, #242323 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reason.violet .reason-number span {
  background: #5f31c8;
}

.reason.violet .reason-text {
  background: #5f31c8;
  background: -webkit-gradient(linear, left top, right top, from(#5f31c8), color-stop(80%, #242323));
  background: linear-gradient(90deg, #5f31c8 0%, #242323 80%);
  background: -moz-linear-gradient(0deg, #5f31c8 0%, #242323 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reason.blue .reason-number span {
  background: #1e6cd6;
}

.reason.blue .reason-text {
  background: #1e6cd6;
  background: -webkit-gradient(linear, left top, right top, from(#1e6cd6), color-stop(80%, #242323));
  background: linear-gradient(90deg, #1e6cd6 0%, #242323 80%);
  background: -moz-linear-gradient(0deg, #1e6cd6 0%, #242323 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reason.orange .reason-number span {
  background: #e4712c;
}

.reason.orange .reason-text {
  background: #e4712c;
  background: -webkit-gradient(linear, left top, right top, from(#e4712c), color-stop(80%, #242323));
  background: linear-gradient(90deg, #e4712c 0%, #242323 80%);
  background: -moz-linear-gradient(0deg, #e4712c 0%, #242323 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reason.green .reason-number span {
  background: #25b57d;
}

.reason.green .reason-text {
  background: #25b57d;
  background: -webkit-gradient(linear, left top, right top, from(#25b57d), color-stop(80%, #242323));
  background: linear-gradient(90deg, #25b57d 0%, #242323 80%);
  background: -moz-linear-gradient(0deg, #25b57d 0%, #242323 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reason.lightblue .reason-number span {
  background: #24b0d3;
}

.reason.lightblue .reason-text {
  background: #24b0d3;
  background: -webkit-gradient(linear, left top, right top, from(#24b0d3), color-stop(80%, #242323));
  background: linear-gradient(90deg, #24b0d3 0%, #242323 80%);
  background: -moz-linear-gradient(0deg, #24b0d3 0%, #242323 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-section {
  background-color: rgba(21, 21, 21, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(#0f3c99), to(#22d7fb));
  background-image: linear-gradient(90deg, #0f3c99 0%, #22d7fb 100%);
  padding-top: 170px;
  padding-bottom: 128px;
  position: relative;
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
}

.about-section .block-header h2 {
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .about-section {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-height: 567px) {
  .about-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.about-section p {
  margin-bottom: 33px;
}

@media (max-width: 768px) {
  .about-section p {
    text-align: center;
    font-size: 18px;
  }
}

.about-section p:last-child {
  margin-bottom: 0;
}

.about-section .slogan {
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  color: #e43184;
  text-align: center;
  height: 100%;
  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;
  padding: 60px;
  border-radius: 10px;
  position: relative;
}

.about-section .slogan:before {
  content: ' ';
  display: block;
  background: url("../images/backgrounds/quotes.png") 0 0 no-repeat;
  width: 46px;
  height: 36px;
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -23px;
  z-index: 2;
}

.about-section .slogan span {
  position: relative;
  z-index: 4;
  color: #ffffff;
}

.about-section .slogan:after {
  background: #2454a5;
  opacity: 0.23;
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 1;
}

@media (max-width: 992px) {
  .about-section .slogan {
    margin-top: 33px;
  }
}

@media (max-width: 768px) {
  .about-section .slogan {
    padding: 55px 26px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    height: auto;
    margin-top: 67px;
  }
}

.about-section .button {
  margin-top: 93px;
}

@media (max-width: 768px) {
  .about-section .button {
    margin-top: 45px;
  }
}

.howto-section {
  position: relative;
  padding-top: 160px;
  padding-bottom: 125px;
}

@media (max-width: 768px) {
  .howto-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-height: 567px) {
  .howto-section {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}

@media (max-width: 992px) {
  .howto-section h2 {
    margin-bottom: 50px;
  }
}

.howto-section .reasons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 768px) {
  .howto-section .reasons {
    gap: 17px;
  }
}

.howto-section .reason {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;

  font-weight: 500;
}

.howto-section .reason.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.howto-section .reason .reason-text {
  padding-left: 30px;
  background: #e4712c;
  background: -webkit-gradient(linear, left top, right top, from(#ff8033), color-stop(100%, #ef3b04));
  background: linear-gradient(90deg, #ff8033 0%, #ef3b04 100%);
  background: -moz-linear-gradient(0deg, #ff8033 0%, #ef3b04 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .howto-section .reason .reason-text {
    padding-left: 0;
    margin-top: 25px;
    text-align: center;
  }
}

.howto-section .reason .reason-number {
  margin-bottom: 0;
}

.howto-section .reason .reason-number span {
  width: 68px;
  height: 68px;
}

.howto-section .reason .reason-number span img {
  max-width: 42px;
}

@media (max-width: 768px) {
  .howto-section .reason {
    -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;
  }
}

.presentaion-section {
  position: relative;
  background: #000;
  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;
}

.presentaion-section video {
  width: 100%;
  max-width: 1157px;
  max-height: 683px;
  z-index: 2;
  position: relative;
}

@media (max-width: 992px) {
  .presentaion-section {
    padding-top: 50px;
  }
}

@media (max-width: 576px) {
  .presentaion-section {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

.presentaion-section .presentation-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icons/play.svg") center center no-repeat rgba(0, 0, 0, 0.7);
  display: block;
  z-index: 3;
}

.presentaion-section .presentation-play.hide {
  opacity: 0;
}

.presentaion-section .presentation-fullscreen {
  background: #151515;
  border: none;
  font-size: 24px;
  color: #ffffff;
  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;
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 5;
  padding: 7px 9px;
  border-radius: 5px;
}

.presentaion-section .presentation-fullscreen:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.presentaion-section .block-header h2 {
  color: #ffffff;
}

.notit-section {
  padding-top: 119px;
  padding-bottom: 134px;
  position: relative;
}

@media (max-width: 768px) {
  .notit-section {
    padding-top: 60px;
    padding-bottom: 67px;
  }
}

@media (min-width: 768px) and (max-height: 567px) {
  .notit-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

.notit-section .reasons {
  margin-top: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.notit-section .reasons .reason {
  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;
}

.notit-section .reasons .reason .cross-icon {
  color: #e4712c;
  margin-bottom: 10px;
}

.notit-section .reasons .reason-text {
  padding: 0;
}

@media (max-width: 768px) {
  .notit-section .reasons .reason-text br {
    display: none;
  }
}

@media (max-width: 768px) {
  .notit-section .reasons {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    margin-top: 33px;
  }
}

.slogan-section {
  position: relative;
  background-color: rgba(21, 21, 21, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(#0f3c99), to(#22d7fb));
  background-image: linear-gradient(90deg, #0f3c99 0%, #22d7fb 100%);
  padding-top: 195px;
  padding-bottom: 130px;
  position: relative;
}

@media (max-width: 768px) {
  .slogan-section {
    padding-top: 135px;
    padding-bottom: 75px;
  }
}

@media (min-width: 768px) and (max-height: 567px) {
  .slogan-section {
    padding-top: 135px;
    padding-bottom: 75px;
  }
}

.slogan-section:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .slogan-section:before {
    display: none;
  }
}

.slogan-section .block-header h2 {
  color: #ffffff;
}

.slogan-section .slogan-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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.slogan-section .slogan-inner:before {
  content: ' ';
  display: block;
  background: url("../images/backgrounds/quotes-white.svg") 0 0 no-repeat;
  width: 46px;
  height: 36px;
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -23px;
}

.slogan-section .slogan-inner .button {
  margin-top: 34px;
}

.plans-section {
  position: relative;
  background: #151515;
  padding-top: 167px;
  padding-bottom: 142px;
}

@media (max-width: 768px) {
  .plans-section {
    padding-top: 65px;
    padding-bottom: 72px;
  }
}

@media (min-width: 768px) and (max-height: 567px) {
  .plans-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

.plans-section .block-header h2 {
  color: #ffffff;
}

@media (max-width: 992px) {
  .plans-section .block-subheader {
    margin-bottom: 47px;
  }
}

@media (max-width: 768px) {
  .plans-section .block-subheader {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .plans-section {
    padding-top: 70px;
  }
}

.plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

@media (max-width: 768px) {
  .plans {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 17px;
  }
}

.plan {
  background: #ffffff;
  box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.47);
  -webkit-box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 0px 28px -8px rgba(0, 0, 0, 0.47);
  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;
  padding: 65px 45px;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .plan {
    padding: 28px;
  }
}

.plan-name {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 36px;
}

.plan-name.pink {
  color: #e43184;
}

.plan-name.orange {
  color: #e4712c;
}

.plan-price {
  font-size: 60px;
  line-height: 36px;
  font-weight: 900;
  color: #232323;
  position: relative;
  margin-bottom: 11px;
}

.plan-price span {
  position: absolute;
  top: -15px;
  right: -45px;
  font-size: 16px;
}

.plan-period {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

.plan .button {
  padding: 29px;
  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;
  width: 100%;
  max-width: 270px;
}

.contact-section {
  background-color: rgba(21, 21, 21, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(#0f3c99), to(#22d7fb));
  background-image: linear-gradient(90deg, #0f3c99 0%, #22d7fb 100%);
  padding-top: 120px;
  padding-bottom: 45px;
  color: #ffffff;
}

.contact-section .block-header h2 {
  color: #ffffff;
}

@media (max-width: 992px) {
  .contact-section {
    padding-top: 80px;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding-top: 60px;
  }
}

@media (min-width: 768px) and (max-height: 567px) {
  .contact-section {
    padding-top: 80px;
  }
}

.form {
  font-size: 15px;
  line-height: 30px;
  max-width: 880px;
  width: 100%;
  margin-top: 45px;
}

.form .button {
  margin-top: 30px;
  margin-bottom: 44px;
}

.form .error {
  color: #ff0000;
}

@media (max-width: 768px) {
  .form {
    margin-top: 30px;
  }
}

label span {
  color: #ff0000;
}

input.form-control,
select.form-control {
  height: 60px;
  border: none;
}

input.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  height: 230px;
  border: none;
}

textarea.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-section {
  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;
  font-size: 12px;
  padding-left: 80px;
  padding-right: 80px;
}

.footer-section a {
  color: #ffffff;
}

.footer-section a:hover,
.footer-section a:focus {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-section {
    -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;
  }
}

@media (max-width: 768px) {
  .footer-info {
    text-align: center;
    -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;
  }
}

.terms-and-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.terms-and-conditions a {
  margin-right: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.terms-and-conditions a:after {
  content: "|";
  margin-left: 7px;
  display: block;
}

@media (max-width: 576px) {
  .terms-and-conditions a:after {
    display: none;
  }
}

.terms-and-conditions a:last-child:after {
  display: none;
}

@media (max-width: 768px) {
  .terms-and-conditions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .terms-and-conditions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .site-authors {
    margin-top: 15px;
  }
}

@media (max-width: 380px) {
  .site-authors {
    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;
  }
}

.custom-checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.custom-checkbox-group label {
  font-size: 14px;
  line-height: 22px;
}

.custom-checkbox {
  position: absolute;
  width: 19px;
  height: 19px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 10px;
  pointer-events: none;
}

.custom-checkbox + label{
  padding-left: 35px;
}


@media (max-width: 768px) {
  .custom-checkbox {
    margin-right: 22px;
  }
}

.custom-checkbox input {
  position: absolute;
  cursor: pointer;
  height: 0;
  width: 0;
  opacity: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #fff;
  border-radius: 5px;
}

.checkmark.error {
  background-color: #ff0000;
}

.custom-checkbox input:checked~.checkmark,
.custom-checkbox input:checked {
  background-color: #fff !important;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked~.checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 0px;
  top: 0px;
  width: 19px;
  height: 19px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAlElEQVQ4T6WTXQ2AMAwGDwdIQAISQAEWsIQCQAkWkIAEJJCSNCljP7Dtdblb26+rKDxVIU+uoAY2YMoRKNwC61/BAwbGP4IXLPP7KvDCVtAARyCRIKyCBRiAHtgdSRRWwQjMwOlIkrBtwZVIO5LzHZVMO7RwdohWIoIk7EtBJXIXfVkr8sUoki5Wtm3n6x4E/1yx4AI+qiERKNFzCwAAAABJRU5ErkJggg==") 2px 2px no-repeat;
  -webkit-animation: checkbox 0.3s linear;
  animation: checkbox 0.3s linear;
}

@-webkit-keyframes checkbox {
  from {
    width: 0;
  }

  to {
    width: 19px;
  }
}

@keyframes checkbox {
  from {
    width: 0;
  }

  to {
    width: 19px;
  }
}

.modal {
  font-size: 14px;
}

.modal-header {
  font-size: 24px;
}

.modal-header button {
  border: none;
}

.modal-title {
  font-size: 24px;
}

#planModal .btn-close {
  position: absolute;
  top: 26px;
  right: 29px;
  font-weight: 700;
  font-size: 19px;
  padding: 0;
  opacity: 1;
}

#planModal .btn-close:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#planModal .modal-dialog {
  max-width: 820px;
}

#planModal .modal-content {
  padding: 48px;
}

@media (max-width: 576px) {
  #planModal .modal-content {
    padding: 30px 24px;
  }
}

#planModal .modal-body {
  width: 100%;
  max-width: 415px;
  margin: 0 auto;
}

#planModal .modal-footer {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#planModal .form-group {
  font-size: 15px;
}

#planModal .form-group label {
  color: #1a1718;
  font-weight: normal;
}

#planModal .form-group label.error {
  color: #ff0000;
}

#planModal .form-control {
  background: #e4e4e4;
}

#planModal .plans-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}

#planModal .plans-radios .plan-radio {
  width: 50%;
  position: relative;
}

#planModal .plans-radios .plan-radio .plan-name {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  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;
  padding: 19px 18px;
  font-family: "Museo";
  position: relative;
  border-radius: 60px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

#planModal .plans-radios .plan-radio .plan-name span {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#planModal .plans-radios .plan-radio .plan-name span:last-child {
  position: absolute;
  opacity: 0;
  text-transform: none;
  font-weight: normal;
  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-top: 3px;
}

#planModal .plans-radios .plan-radio .plan-name span:last-child p {
  margin: 0;
  padding: 0;
}

#planModal .plans-radios .plan-radio .plan-name span:last-child p small {
  font-size: 10px;
}

#planModal .plans-radios .plan-radio .plan-name span:last-child p:first-child {
  font-size: 18px;
  position: relative;
}

#planModal .plans-radios .plan-radio .plan-name span:last-child p:last-child {
  font-size: 12px;
}

#planModal .plans-radios .plan-radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}

#planModal .plans-radios .plan-radio input[type="radio"]:checked+.plan-name {
  color: #ffffff;
  background-color: #e4712c;
}

#planModal .plans-radios .plan-radio input[type="radio"]:checked+.plan-name span:first-child {
  position: absolute;
  top: 5px;
  font-size: 11px;
  text-transform: none;
}

#planModal .plans-radios .plan-radio input[type="radio"]:checked+.plan-name span:last-child {
  position: absolute;
  bottom: 5px;
  opacity: 1;
  font-size: 16px;
}

.scroll-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  color: #ffffff;
  background: #e4712c;
  box-shadow: 0px -1px 11px -1px rgba(228, 113, 44, 0.75);
  -webkit-box-shadow: 0px -1px 11px -1px rgba(228, 113, 44, 0.75);
  -moz-box-shadow: 0px -1px 11px -1px rgba(228, 113, 44, 0.75);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  z-index: 99;
  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;
  font-size: 24px;
  display: none;
}

.scroll-top.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* root styles start */
html,
body {
  font-family: "Museo";
  scroll-behavior: smooth;
  position: absolute;
  width: 100%;
  height: 100%;
  --bcircler: 45px;
}

a {
  text-decoration: none;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1345px;
  }
}

@media (max-width: 1400px) {
  .container {
    max-width: 100%;
    --bs-gutter-x: 3rem;
  }
}

@media (max-width: 991.9px) {
  .row {
    --bs-gutter-x: 3rem;
  }
}

/* whatacost block start*/

.whatcost {
  background-color: #151515;
  padding: 167px 0px 153px;
  position: relative;
}

.whatcost,
.whatcost h2 {
  color: #fff;
}

.whatcost .h1.big {
  text-transform: uppercase;
  margin-bottom: 0px;
}

.whatcost .cost-block {
  background-color: #fff;
  border-radius: 5px;
  padding: 50px 125px 50px;
  text-align: center;
  position: relative;
}

.whatcost .cost-block,
.whatcost .cost-block h2 {
  color: #151515;
}

.whatcost h2 {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  font-size: 60px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 35px;
  letter-spacing: -0.025em;
  text-transform: none;
  font-weight: 900;
}

.whatcost h2 sup {
  position: absolute;
  top: 10px;
  left: 100%;
}

.whatcost .cost-block p {
  font-size: 18px;
  font-weight: 500;
}

.whatcost .btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  padding: 25px 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
  min-width: 250px;
  border: 0;
  background: linear-gradient(90deg, rgb(255, 127, 51) 0%, rgb(239, 60, 4) 100%);
}

@media screen and (max-width: 991.98px) {
  .whatcost {
    padding: 105px 0px 150px;
  }
}

@media screen and (max-width: 767.98px) {

  .whatcost .cost-block {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .whatcost h2 {
    white-space: nowrap;
  }

  .whatcost h2 sup {
    position: absolute;
    top: 10px;
    left: 100%;
    position: static;
    transform: translateY(-7px);
    display: inline-block;
  }
}

/* whatacost block end*/


/* gallery start */

.gallery {
  margin: 115px 0px 90px;
}

.gallery .image_wrapper {
  height: 290px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.gallery .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0px, 0px, 0.1px);
}

.gallery h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 42px;
  letter-spacing: -1px;
  text-transform: none;
}

@media screen and (max-width: 991.98px) {
  .gallery .image_wrapper {
    height: 200px;
  }
}

@media screen and (max-width: 767.98px) {
  .gallery .row {
    --bs-gutter-y: var(--bs-gutter-x);
  }
}

@media screen and (max-width: 575.98px) {
  .gallery {
    margin: 70px 0px 60px;
  }

  .gallery h2 {
    margin-bottom: 0;
  }
}

/* gallery end */

/* bottom line start */
.bottom-line {
  position: absolute;
  width: 100%;
  height: var(--bcircler);
  pointer-events: none;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.bottom-line:before {
  content: "";
  height: 100%;
  width: calc(50% - var(--bcircler));
  position: absolute;
  left: 0;
  background-color: #fff;
}

.bottom-line::after {
  content: "";
  height: 100%;
  width: calc(50% - var(--bcircler));
  position: absolute;
  right: 0;
  background-color: #fff;
}

.bottom-line .circle {
  width: calc(var(--bcircler) * 2);
  height: calc(var(--bcircler) * 2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.bottom-line .circle:before {
  content: '';
  border-radius: 100%;
  box-shadow: 0px calc(var(--bcircler) * 1.7) 0px var(--bcircler) #fff;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0px;
}

.bottom-line .arrow {
  position: absolute;
  bottom: calc(var(--bcircler) / 1.7);
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 27px;
  background-image: url(/images/icons/adown_w_icon.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 4;
}

@media(max-width: 768px) {
  .bottom-line {
    display: none;
  }
}

/* bottom line end */

/* root styles end */

.fw-900 {
  font-weight: 900;
}

h1.big,
.h1.big,
h1>.big,
.h1>.big {
  font-size: 100px;
  line-height: 100px;
}

.h1 sup,
h1 sup {
  font-size: 30px;
  line-height: 30px;
}


.modal_form .modal-dialog {
  max-width: 700px;
}

.modal_form .bootbox-close-button {
  background: none;
  border: none;
  outline: none aliceblue;
  font-size: 30px;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}

.modal_form input.form-control,
.modal_form textarea.form-control,
.modal_form select.form-control {
  height: auto;
  min-height: 60px;
  line-height: 48px;
}

.modal_form input.form-control,
.modal_form textarea.form-control,
.modal_form select.form-control,
.modal_form .checkmark {
  background-color: #ececec;
}

.modal_form .error+.checkmark {
  background-color: #ff0000;
}

.modal_form input.form-control.error,
.modal_form textarea.form-control.error {
  border: 1px solid #f00;
}

.modal_form .custom-checkbox label.error {
  display: none !important;
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}

.modal_form .form {
  margin-top: 0;
}

.modal_form .form .button {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .modal_form .modal-dialog {
    max-width: 90vw;
  }

  .whatcost .h1.big {
    font-size: 50px;
  }

  .whatcost h2 {
    font-size: 38px;
  }
}

.thankyoublock {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url(../images/backgrounds/main-banner.jpg);
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thankyoublock:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.thankyoublock>* {
  position: relative;
  z-index: 2;
}

.thankyoublock .logo-wrapper {
  position: absolute;
  left: 15px;
  top: 15px;
}

.thankyoublock .container {
  background-color: #fff;
  border-radius: 5px;
  padding: 80px 30px;
}

.thankyoublock .text {
  font-size: 30px;
  font-weight: 900;
  font-family: 'Museo';
}

.thankyoublock .text span {
  color: #ff6917;
}

.thankyoublock .orderlines {
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 25px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.thankyoublock .orderlines .line .title {
  font-size: 30px;
  font-weight: 900;
  font-family: 'Museo';
  text-align: center;
}

.thankyoublock .user_info h4 {
  font-size: 20px;
}

.thankyoublock .user_info h4 span {
  color: #ff6917;
}

.thankyoublock .payment_info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.thankyoublock .price {
  font-size: 20px;
  font-weight: 800;
  display: inline-flex;
  flex-direction: row;
  min-width: 230px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.thankyoublock .price+.price {
  margin-top: 15px;
}

.thankyoublock .price:after {
  content: "";
  border-bottom: 2px dashed var(--bs-body-color);
  display: block;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}

.thankyoublock .price:last-child {
  color: #ff6917;
}

.thankyoublock .price:last-child:after {
  border-color: #ff6917;
}

.whatsapplink {
  background-color: #00c307;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 33px;
  text-decoration: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 99;
  box-shadow: 0 0 0 0 rgba(0, 195, 7, .7);
  -webkit-animation: pulse 1.5s infinite
}

.whatsapplink:hover {
  text-decoration: none;
  color: #fff;
  -webkit-animation: none
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(.9)
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(0, 195, 7, 0)
  }

  100% {
    transform: scale(.9);
    box-shadow: 0 0 0 0 rgba(0, 195, 7, 0)
  }
}

.text-content a {
  color: var(--bs-body-color) !important;
  font-weight: 600;
}