@media only screen and (max-width:768px) {
  html {
    font-size: 10px
  }
}

@media only screen and (max-width:768px) {
  .header__content {
    padding-top: 2rem !important
  }
}

.header__logo_link {
  color: #fff !important;
  font-size: 2.4rem;
  line-height: 100%;
  text-transform: uppercase
}

.header__logo_link span {
  font-weight: 600;
  font-size: 3.8rem
}

@media only screen and (max-width:768px) {
  #wrapwrap:not(.legacy-site) .pt240.section-2 {
    padding-top: 72vw !important;
    padding-bottom: 2rem !important;
    background-image: url(../../images/entry-bg.jpeg) !important;
    background-size: cover !important;
    height: auto !important;
    min-height: 56rem;
    max-height: 83rem;
    overflow: visible;
  }
}

@media only screen and (max-width:768px) {
  .entry__link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }

  .steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .steps-item {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }

  .s_tabs {
    height: auto !important
  }

  .s_tabs_nav {
    padding-left: 0 !important;
    padding-top: 0 !important
  }

  .nav-pills {
    padding: 1rem !important;
    gap: 1rem
  }

  .nav-pills li a {
    margin-left: 0 !important
  }

  .slider-item {
    padding-top: 2rem !important;
    padding-left: 2rem !important;
    padding-bottom: 2rem !important;
    padding-right: 2rem !important;
    background-position: 80% !important
  }

  .slider-title {
    padding-top: 2.14286rem !important;
    background: rgba(0, 0, 0, .5) !important;
    width: 100% !important
  }

  .slider-text {
    width: 100% !important;
    background: rgba(0, 0, 0, .5)
  }

  .trade-comfort {
    width: 90vw !important
  }

  .section-6 {
    height: 42rem !important
  }

  .slider-cards {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    gap: 2rem
  }

  .slider-cards>div {
    margin-top: 0 !important
  }

  .form-align-container {
    position: relative
  }

  .form-align-container #main-form-block {
    position: relative;
    margin: 0 auto
  }

  .form-align-container #main-form-block::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, .3)
  }

  .form-background {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100%
  }

  .form-text {
    font-size: 1rem !important
  }

  .form-control {
    font-size: 1.4rem !important;
    padding: 1.6rem .8rem
  }

  .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 1.4rem
  }
}

.footer {
  margin-top: -2.5rem;
  padding: 4rem 0;
  text-align: center;
  z-index: 30
}

.footer>.container {
  max-width: 1200px !important
}

@media only screen and (min-width:1024px) {
  .footer>.container {
    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
  }
}

.footer>.container::after,
.footer>.container::before {
  display: none !important
}

.footer__policy {
  text-decoration: underline;
  text-transform: uppercase
}

.footer__copyright,
.footer__email,
.footer__policy {
  color: #fff !important;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%
}

.footer__content {
  margin-top: 2rem
}

@media only screen and (min-width:1024px) {
  .footer__content {
    margin-top: 0
  }
}

.footer__email {
  text-decoration: underline
}

.footer__email a {
  color: #fff
}

body {
  background: rgb(1, 0, 0);
}

@keyframes scale {
  from {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
}

.entry__link-container {
  display: flex;
  justify-content: center;
}


.flick-bttn {
  -webkit-animation: 1s infinite scale alternate;
  animation: 1s infinite scale alternate;
}

.form-bid {
  margin: 4rem 0 10rem;
}

@media only screen and (min-width:1024px) {
  .start-bttn {
    transform: translate(0, 140px) !important;
  }

  .form-bid {
    margin: 2rem 0;
  }
}





