@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);

:root {
  --orange: #ff7f1a;
  --bradius: 10px;
  --btn_gradient: linear-gradient(90deg, rgba(255, 127, 51, 1) 0%, rgba(239, 60, 4, 1) 100%);
  --bcircler: 40px;
}

.row {
  --bs-gutter-x: 36px;
}

body {
  margin-top: 0px;
  font-family: 'Museo Sans';
  font-size: 24px;
  font-weight: 300;
}

nav.navbar {
  height: 113px;
  background: transparent;
  padding: 0px 15px;
}

.navbar-links a+a {
  margin-left: 20px;
}

.logo-wrapper img {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}

.btn {
  color: #fff;
  background: rgb(255, 127, 51);
  background: var(--btn_gradient);
  font-size: 18px;
  line-height: 18px;
  padding: 25px 35px;
  border-radius: var(--bradius);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
  min-width: 250px;
  border: 0;
}

.btn:hover,
.btn:active,
:not(.btn-check)+.btn:active {
  color: #fff;
  background: rgb(255, 127, 51);
  background: var(--btn_gradient);
}

h1,
.h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: 'Museo Sans Display';
}

h1.big,
.h1.big,
h1>.big,
.h1>.big {
  font-size: 100px;
  line-height: 100px;
}

h1 sup,
.h1 sup {
  font-size: 30px;
  line-height: 30px;
  vertical-align: super;
}

h2,
.h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 42px;
  font-family: 'Museo Sans Display';
  letter-spacing: -1px;
  text-transform: none;
}

h3,
.h3 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: 'Museo Sans Display';
}

h4,
.h4 {
  font-family: 'Museo Sans Display';
}

.top-line {
  position: absolute;
  width: 100%;
  height: 35px;
  pointer-events: none;
  top: -5px;
  left: 0;
}

.top-line .circle {
  width: calc(var(--bcircler) * 2);
  height: calc(var(--bcircler) * 2);
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #fff;
  border-radius: 50%;
}

.top-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_b_icon.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.bottom-line {
  position: absolute;
  width: 100%;
  height: 35px;
  pointer-events: none;
  bottom: 0;
  left: 0;
}

.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: 35px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.bottom-line .circle:before {
  content: '';
  border-radius: 100%;
  box-shadow: 0px var(--bcircler) 0px var(--bcircler) #fff;
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(var(--bcircler) * 2);
  bottom: 0;
}

.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;
}

.carousel {
  position: relative;
  overflow: hidden;
  color: #fff;
}

@media screen and (min-width: 1600px) {
  .carousel .container {
    max-width: 1520px;
  }
}

.carousel h1 {
  margin-bottom: 0;
}

.carousel h1>.big {
  color: var(--orange)
}

.carousel img.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.carousel-slide {
  position: relative;
  height: 960px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.carousel-slide>img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.carousel-slide .content {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
}

.carousel p {
  font-size: 18px;
  font-weight: 500;
}

.carousel form {
  border-radius: var(--bradius);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 55px;
}

.carousel form h3 {
  color: #1a1718;
}

.carousel form .form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.carousel form .form-group+.form-group {
  margin-top: 30px;
}

.carousel form label {
  font-size: 18px;
  font-weight: 900;
  color: #1a1718;
  order: 1;
}

.carousel form .form-group input,
.carousel form .form-group select {
  order: 2;
}

.carousel form button[type=submit] {
  margin-top: 30px;
  margin-left: auto;
  display: block;
}

form .form-group {
  position: relative;
}

form .form-control {
  padding: 22px 25px;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #fff;
}

form .form-control.error {
  background-color: #ffcece;
  border-color: red;
}

form label.error {
  color: #da0000;
  text-shadow: 0px 0px 4px rgb(255, 255, 255);
  position: absolute;
  right: 0;
  bottom: -24px;
  font-size: 16px;
  font-weight: 500;
}

.feat6 {
  margin: 85px 0px 145px;
}

.feat6 .row {
  --bs-gutter-y: 36px;
}

.feat6 .counter {
  background: var(--btn_gradient);
  border-radius: var(--bradius);
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 30px;
  top: 40px;
  font-family: 'Museo Sans';
  font-weight: 500;
}

.feat6 .text {
  border-radius: var(--bradius);
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
  padding: 80px 45px 45px 70px;
  position: relative;
  font-size: 30px;
  font-weight: 900;
  font-family: 'Museo Sans Display';
  line-height: 30px;
}

.cta01 {
  padding: 150px 0px 185px;
  background: rgb(15, 80, 170);
  background: linear-gradient(90deg, rgba(15, 80, 170, 1) 0%, rgba(24, 221, 253, 1) 100%);
  position: relative;
  color: #fff;
}

.cta01 p:last-child {
  margin-bottom: 0;
}

.whybuy {
  margin: 160px 0 150px;
}

.whybuy .item {
  border-radius: var(--bradius);
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 36px;
  padding: 30px;
  display: flex;
  flex-direction: row;
}

.whybuy .icon {
  background: var(--btn_gradient);
  border-radius: var(--bradius);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  margin-right: 30px;
}

.whybuy .text {
  background: var(--btn_gradient);
  background-clip: border-box;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.whybuy .text strong {
  font-weight: 900;
}

.whatcost {
  background-color: #151515;
  padding: 168px 0px 163px;
  position: relative;
  color: #fff;
}

.whatcost .cost-block {
  background-color: #fff;
  border-radius: var(--bradius);
  padding: 60px 120px;
  text-align: center;
  color: #151515;
  position: relative;
}

.whatcost h2 {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.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;
}

.gallery {
  margin: 115px 0px 90px;
}

.gallery .image_wrapper {
  height: 290px;
  position: relative;
  overflow: hidden;
  border-radius: var(--bradius);
}

.gallery .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal button.close {
  background: var(--btn_gradient);
  border: 0;
  border-radius: var(--bradius);
  width: 37px;
  height: 37px;
  color: #fff;
  font-weight: bold;
  line-height: 33px;
}

.thankyoublock {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url(../images/thanksyoubg.jpg);
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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 Sans Display';
}

.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 Sans Display';
  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;
}

.bootbox .bootbox-close-button {
  float: right;
}

.modal_form .modal-dialog {
  max-width: 700px;
}

.modal_form form {}


.modal_form form {
  border-radius: var(--bradius);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 55px;
}

.modal_form form h3 {
  color: #1a1718;
}

.modal_form form .form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.modal_form form .form-group+.form-group {
  margin-top: 30px;
}

.modal_form form label {
  font-size: 18px;
  font-weight: 900;
  color: #1a1718;
  order: 1;
}

.modal_form form label.error {
  color: #da0000;
  text-shadow: 0px 0px 4px rgb(222, 222, 222);
  position: absolute;
  right: 0;
  bottom: -24px;
  font-size: 16px;
  font-weight: 500;
}

.modal_form form .form-group input,
.modal_form form .form-group select {
  order: 2;
  background-color: #ebebeb;
}

.modal_form form button[type=submit] {
  margin-top: 30px;
  margin-left: auto;
  display: block;
}

@media screen and (max-width: 1199px) {

  h1,
  .h1 {
    font-size: 70px;
    line-height: 70px;
  }

  h1.big,
  .h1.big,
  h1>.big,
  .h1>.big {
    font-size: 90px;
    line-height: 90px;
  }

  h2,
  .h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .fixed-top {
    position: absolute;
  }

  .logo-wrapper img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
  }

  .carousel {
    padding-top: calc(30px + 66px + 30px);
    text-align: center;
  }

  .carousel .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .carousel-slide {
    height: auto;
  }

  .carousel form {
    border-radius: 0;
    background-color: #dcdcdc;
    padding-bottom: 80px;
  }

  .carousel form button[type="submit"] {
    margin-left: auto;
    margin-right: auto;
  }

  .carousel .bottom-line .arrow {
    background-image: url(../images/icons/adown_b_icon.svg);
  }

  .carousel form label:not(.error) {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .carousel input:active+label:not(.error),
  .carousel input:focus+label:not(.error),
  .carousel input:focus-within+label:not(.error),
  .carousel input:not(:placeholder-shown)+label:not(.error) {
    opacity: 0;
  }

  .feat6 {
    margin: 65px 0px 105px;
  }

  .thankyoublock {
    align-items: flex-start;
  }

  .thankyoublock .logo-wrapper {
    left: 50%;
    transform: translateX(-50%);
  }

  .thankyoublock .logo-wrapper img {
    position: static;
    transform: none;
    height: 50px;
    width: auto;
  }

  .thankyoublock .container {
    margin-top: 80px;
    padding: 45px 30px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 22px;
  }

  .feat6 .text {
    padding: 70px 30px 30px 70px;
  }

  .feat6 .counter {
    top: 30px;
  }

  .cta01 {
    padding: 120px 0px 155px;
  }

  .cta01 h2 br {
    display: none;
  }

  .whybuy {
    margin: 130px 0 120px;
  }

  .whybuy h2 {
    text-align: center;
  }

  .whybuy h2 br {
    display: none;
  }

  .whatcost {
    padding: 105px 0px 150px;
  }

  .gallery .image_wrapper {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {

  body {
    font-size: 20px;
  }

  h1,
  .h1 {
    font-size: 55px;
    line-height: 55px;
  }

  h1.big,
  .h1.big,
  h1>.big,
  .h1>.big {
    font-size: 80px;
    line-height: 80px;
  }

  h2,
  .h2 {
    font-size: 46px;
    line-height: 46px;
  }

  h3,
  .h3 {
    font-size: 36px;
    line-height: 36px;
  }

  .carousel form .form-group+.form-group {
    margin-top: 15px;
  }

  .feat6 .text {
    padding: 30px;
  }

  .feat6 .counter {
    position: static;
    margin-bottom: 15px;
  }

  .feat6 .text {
    font-size: 26px;
  }

  .feat6 .text br {
    display: none;
  }

  .whybuy {
    margin: 80px 0 80px;
  }

  .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;
  }

  .gallery .row {
    --bs-gutter-y: var(--bs-gutter-x);
  }

  .thankyoublock .user_info h4 span {
    float: right;
  }


  .modal_form .modal-dialog {
    max-width: 90vw;
  }
}

@media screen and (max-width: 575px) {
  body {
    font-size: 20px;
  }

  h1,
  .h1 {
    font-size: 36px;
    line-height: 36px;
  }

  h1.big,
  .h1.big,
  h1>.big,
  .h1>.big {
    font-size: 50px;
    line-height: 50px;
  }

  h1 sup,
  .h1 sup {
    font-size: 18px;
    line-height: 18px;
  }

  h2,
  .h2 {
    font-size: 36px;
    line-height: 36px;
  }

  .carousel h1 {
    margin-top: 30px;
  }

  .carousel p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
  }

  .carousel form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .gallery {
    margin: 70px 0px 60px;
  }

  form label.error {
    font-size: 14px;
    z-index: 1;
    bottom: -18px;
  }

  .gallery h2 {
    margin-bottom: 0;
  }

  .thankyoublock .container {
    border-radius: 0;
  }
}