body {
  font-family: 'Gotham Pro';
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  padding-top: 80px;
}

html,body {
  height: 100%;
}

a {
  color: #000;
}

a:hover {
  color: #e61b1a;
}

a,
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
.page-logo {
  margin-bottom: 20px;
  display: block;
}
.page-logo img {
  width: 200px;
}
.thanks-page {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.page-thanks .btn {
  font-size: 20px;
  margin-top: 15px;
}
.logo {
  text-align: left;
}
.page-desc {
  max-width: 810px;
  font-size: 23px;
  text-align: center;
  margin-bottom: 10px;
}
.page-title {
  font-size: 55px;
  margin-bottom: 15px;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 9.9px 0;
  height: 6px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background-image: transparent;
  border-radius: 25px;
  border: 0px solid rgba(1, 1, 1, 0);
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 3.4px solid #ffb739;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;

}
input[type=range]:focus::-webkit-slider-runnable-track {
  background-image: transparent;
}
.form div.wpcf7-response-output.wpcf7-display-none {
  padding: 0;
  margin: 0;
}
.form div.wpcf7-response-output {
  display: block;
  margin: 0;
  margin-top: 15px;
  border: 0;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
}
.form div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #75c154;
  color: #fff;
  padding: 15px;
  margin-top: 15px;
}
.form div.wpcf7-validation-errors, .form div.wpcf7-acceptance-missing {
    background: #fff6c8;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  border-radius: 6px;
  border: 0px solid rgba(1, 1, 1, 0);
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 3.4px solid #ffb739;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #e5e5e5;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
  background: #e5e5e5;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 3.4px solid #ffb739;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  height: 6px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #e5e5e5;
}
input[type=range]:focus::-ms-fill-upper {
  background: #e5e5e5;
}

.header__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn {
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 5px;
  background: #ffdf39;
  border: 0;
}

.btn:hover {
  background: #ffd810;
}

.btn--dark {
  background: #333;
  color: #fff;
}

.logo img {
  height: 35px;
  width: 125px;
}

.header {
  font-size: 18px;
  padding: 15px 0;
  box-shadow: 0 0 32px rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 5;
}

.nav__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__location {
  color: #e61b1a;
  font-weight: 500;
}

.nav__li {
  margin: 0 15px;
}
.form__badge {
  height: 130px;
  width: 130px;
  background: #ffdf39;
  color: #000;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: -65px;
  top: -46px;
  transform: rotate(20deg);
  transition: all .3s;
  font-size: 16px;
  display: block;
}
.form__badge:hover {
  transform: rotate(0) scale(1.1);
  color: #000;
}
.form__badge b {
  display: block;
  font-size: 25px;
  color: #000;
}

.form__badge span {
  display: block;
  margin-top: 27px;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
}

.form__badge svg {
  fill: #000;
  height: 18px;
  width: 18px;
  margin-top: -4px;
}
.form {
  position: relative;
}
.logo {
  display: flex;
}
.logo__desc {
  font-size: 16px;
  color: #8a8a8a;
  border-left: 1px solid #eee;
  max-width: 150px;
  margin-left: 15px;
  padding-left: 15px;
  line-height: 21px;
  margin-bottom: 0;
}

.intro {
  background: url(../images/header-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.home-intro {
  background-image: url(../images/klg1.jpg);
}

.banner__bonus {
  font-size: 50px;
  font-weight: 500;
  color: #ffdf39;
  margin-bottom: 10px;
}

.banner__bonus svg {
  fill: #ffdf39;
  height: 35px;
  width: 35px;
  margin-top: -6px;
}

.form {
  background: #fff;
  border-radius: 5px;
  padding: 45px;
  max-width: 480px;
}

.form__title {
  font-weight: 700;
  font-size: 32px;
}

.form__desc {
  opacity: .8;
  margin-top: 15px;
  margin-bottom: 25px;
}

.form__input {
  border: 0;
  width: 100%;
  padding-left: 15px;
  outline: none;
  font-size: 19px;
}

.form__field {
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  display: flex;
  margin-bottom: 15px;
}


.form__icon {
  width: 55px;
  height: 55px;
  text-align: center;
  flex-shrink: 0;
  line-height: 55px;
  font-weight: 500;
  color: #c5c5c5;
  border-right: 2px solid #efefef;
  position: relative;
}

.checkbox__text {
  font-size: 18px;
  position: relative;
  padding-left: 50px;
  margin: 0;
}



.checkbox__text:before {
  content: '';
  height: 40px;
  width: 40px;
  border: 2px solid #000;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 5px;
}

.checkbox__text.checked:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 12px;
  height: 22px;
  width: 22px;
  background: url(../fonts/check.svg) no-repeat;
  background-size: contain;
}
.checkbox__input {
  display: none;
}


.calc__price svg {
  vertical-align: middle;
  margin-top: -6px;
}
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.dropdown-menu.show{
  width: 800px;
      display: flex;
      flex-wrap: wrap;
}
.dropdown-item {
  width: 25%;
}
.form__btn {
  width: 100%;
  font-size: 1em;
}

.form__check {
  margin-top: 10px;
  margin-bottom: 20px;
}
.order__form .btn {
  background: #333;
  color: #fff;
}
div.wpcf7 .ajax-loader {
  display: none !important;
}

.form__icon.user-icon:after {
    content: '';
    height: 25px;
    width: 25px;
    background: url(../fonts/user.svg);
    display: block;
    position: absolute;
    left: 14px;
    top: 14px;
}

.owl-carousel .owl-item img.feature__icon {
  width: 70px;
  height: 70px;
  display: inline-block;
}

section {
  padding: 80px 0;
}

.section-title {
  font-weight: 500;
  font-size: 42px;
  text-align: center;
  margin-bottom: 50px;
}

.feature__title {
  font-size: 30px;
  margin-top: 15px;
}

.banners {
  margin-top: 80px;
}

.btn--border {
  background: transparent;
  border: 2px solid #ffdf39; 
}

.banner__btn {
  color: #fff;
}

.banner-1 {
  background-image: url(../images/banner-1.jpg);
}

.banner-2 {
  background-image: url(../images/banner-2.jpg);
}

.banner {
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 35px;
  height: 415px;
}

.banner__title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 15px;
  max-width: 150px;
}

.banner__desc {
  max-width: 300px;
  margin-bottom: 10px;
}

.steps {
  background: #ffdf39;
  text-align: center;
}

.step__icon {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 42px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.step__text {
  font-size: 17px;
}
.step__num {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
  z-index: 2;
}

.step__deco {
  position: absolute;
  left: 52%;
  top: 53%;
  color: #ffdf39;
  transform: translate(-50%, -45%);
  z-index: 1;
}

.calc__header {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 35px;
  border-radius: 5px 5px 0 0;
}

.calc__title {
  font-size: 34px;
  font-weight: 500;
}

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

.calc {
  max-width: 920px;
  margin: 0 auto;
  box-shadow: 0 0 32px rgba(0,0,0,.08);
}

.calc__form {
  padding: 50px;
}

.calc__subtitle {
  font-size: 21px;
  margin-bottom: 10px;
}

.form__badge i {
  font-style: normal;
  display: none;
}

.range-labels {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #aaa;
  padding: 5px 10px;
}
.calc__range:first-child {
  margin-bottom: 35px;
}

.calc__price {
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 15px;
  display: block;
}

.calc__disclaimer {
  font-size: 15px;
  color: #aaa;
}

.calc__info {
  padding-left: 30px;
}



.calc__info .btn {
  font-size: 1em;
  margin-top: 10px;
}

.cities__list {
  max-width: 920px;
  margin: 0 auto;
  box-shadow: 0 0 32px rgba(0,0,0,.1);
  list-style: none;
  padding: 35px 50px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  /*font-size: 19px;*/
}

.cities__list li {
  width: 25%;
  margin: 6px 0;
}

.cities .container {
  background: url(../images/map.jpg);
  background-size: 100%;
  background-position: center;
  padding-bottom: 150px;
}

.cities {
  padding: 0;
}

.order {
  background: url(../images/form-bg.jpg);
  background-size: cover;
}


.order__info {
  color: #fff;
  max-width: 500px;
}

.order__title {
  font-size: 45px;
  font-weight: 700;
}

.order__desc {
  font-size: 24px;
  max-width: 400px;
  margin-top: 25px;
}

.form__header {
  padding: 25px 15px;
  background: #ffdf39;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.form__header .form__title {
  margin: 0;
}
.order__form {
  padding: 0;
}

.form__body {
  padding: 40px;
}

.card,
.card-header,
.qa-item {
  padding: 0;
  border: 0;
  background: transparent;
}

.qa-item {
  width: 100%;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  border-top: 5px solid #f4f4f4;
  border-bottom: 5px solid #f4f4f4;
  padding: 25px;
  margin-bottom: -5px;
  position: relative;
  padding-right: 100px;
  outline: none !important;
}

.qa-item:after {
  content: '-';
  font-weight: 700;
  font-size: 24px;
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  transition: transform .2s;
}
.qa-item:before {
  content: '';
  height: 50px;
  width: 50px;
  background: #333;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: transform .2s;
}

.qa-item:hover:before,
.qa-item:hover:after {
  transform: translateY(-50%) scale(1.1);
}

.qa-item.collapsed:hover:after {
  color: #fff;
}

.qa-item.collapsed:hover:before {
  background: #333;
}
.qa-item.collapsed:before {
  background: #f1f1f1;
}

.qa-item.collapsed:after {
  content: '+';
  color: #e23535;
  right: 42px;
}
.card-body {
  font-size: 18px;
  background: #f4f4f4;
}
.footer {
  background: #0c0c0c;
  color: #fff;
  padding: 15px 0;
}

.footer__warn {
  font-size: 12px;
}




.footer__logo .logo__desc {
  font-size: 16px;
  border-color: rgba(255,255,255,.2);
  color: #fff;
  max-width: 100%;
  line-height: 36px;
}
.hidden-input {
  display: none;
}


.steps .owl-theme .owl-dots .owl-dot span {
  background: rgba(0,0,0,.2);
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #333;
}
@media (min-width: 1320px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
  }
}

@media (max-width: 1320px) {
  .form__badge {
    height: 120px;
    width: 120px;
  }

  .form__badge b {
    font-size: 22px;
  }
  .form__badge svg {
    width: 15px;
    height: 15px;
  }
  body {
    font-size: 16px;
  }
  .header {
    font-size: 16px;
  }

  .form__title {
    font-size: 28px;
  }

  .form {
    padding: 35px;
    max-width: 400px;
  }

  .form__input,
  .checkbox__text {
    font-size: 16px;
  }

  .form__icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .form__icon img {
      height: 20px;
      width: 20px;
  }

  .logo img {
      height: 29px;
      width: 112px;
  }
  .logo {
    align-items: center;
  }

  .banner__desc {
      max-width: 250px;
  }

  .banner__title {
      font-size: 34px;
  }

  .banner {
    height: 365px;
  }
  .order__form {
    padding: 0;
  }

  .order__title {
      font-size: 40px;
  }
  .order__desc {
    font-size: 20px;
  }

  .qa-item {
    font-size: 16px;
  }
}


@media (max-width: 1200px) {
  .nav__location {
    display: none;
  }

  .banner {
    padding: 35px;
  }
  .nav__li {
      margin: 0 12px;
  }
}

@media (max-width: 992px) {
  .nav {
    display: none;
  }

  section {
    padding: 35px 0;
  }

  .section-title {
    font-size: 36px;
    margin-bottom: 35px;
  }

  .intro {
    padding: 35px 0;
  }

  .banners {
    margin-top: 25px;
  }

  .banner {
    margin-top: 25px;
  }

  .calc__title {
      font-size: 28px;
  }
  .calc__desc {
    font-size: 16px;
  }
  .calc__subtitle {
    font-size: 16px;
  }
  .calc__disclaimer {
      font-size: 13px;
      margin-bottom: 0;
  }

  .calc__price {
    margin-bottom: 0;
  }

  .calc__form {
    padding: 35px;
  }

  .cities .container {
    background-repeat: no-repeat;
  }
  .cities__list {
    padding: 35px;
  }

  .order__title {
      font-size: 32px;
  }

  .form__body {
    padding: 30px;
  }

  .form__input, .checkbox__text {
      font-size: 15px;
  }

  .order__desc {
      font-size: 18px;
  }

  .qa-item {
    padding: 15px;
    padding-left: 0;
    padding-right: 60px;
    line-height: 24px;
  }

  .qa-item:before {
    right: 0;
  }

  .qa-item:after {
    right: 20px;
  }

  .qa-item.collapsed:after {
    right: 18px;
  }

  .footer__logo .logo__desc {
    line-height: 24px;
  }
  .feature__title {
      font-size: 26px;
  }
}

@media (max-width: 768px) {
  .calc__info {
    padding: 0;
    margin-top: 25px;
    text-align: center;
  }

  .cities__list li {
    width: 50%;
  }

  .page-logo img {
      width: 120px;
  }

  .page-title {
      font-size: 35px;
  }
  .page-desc {
    font-size: 18px;
    padding: 0 15px;
  }

  .page-thanks .btn {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .form__badge {
    position: static;
    transform: none;
    width: 100%;
    border-radius: 5px;
    height: auto;
    padding:  15px;
    background: #333;
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
  }
  .form__badge:hover {
    color: #fff;
  }
  .form__badge span {
    margin: 0;
    max-width: 135px;
    font-size: 14px;
    line-height: 20px;
  }
  .form__badge b {
    color: #ffdf39;
        font-size: 26px;
  }

  .form__badge svg {
    fill: #ffdf39;
    width: 20px;
    height: 20px;
  }

  .intro .form {
    display: flex;
    flex-wrap: wrap;
  }

  .form__title {
    order: 1;
  }
  .form__desc {
    order: 2;
  }
  .form__badge {
    order: 3;
  }
  .form__desc {
    opacity: 1;
  }
  .form .wpcf7 {
    order: 4;
  }
  .logo img {
      height: 24px;
      width: 95px;
  }

  .logo__desc {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    border: 0;
  }

  .logo {
    flex-wrap: wrap;
    max-width: 150px;
  }
  .header .btn {
    padding: 10px;
    font-size: 15px;
  }
  .logo__desc {
      font-size: 12px;
  }

  .feature {
    text-align: center;
  }
  .banner {
      height: 280px;
      padding: 20px;
  }
  .banner__title {
      font-size: 28px;
      margin-bottom: 10px;
  }

  .banner__desc {
    margin-bottom: 10px;
    max-width: 170px;
    font-size: 15px;
  }
  .banner__bonus {
      font-size: 35px;
  }
  .banner__bonus svg {
    width: 26px;
    height: 26px;
  }
  .calc__header {
    padding: 20px 15px;
  }

  .calc__range:first-child {
      margin-bottom: 15px;
  }

  .calc__form {
      padding: 30px;
  }

  .calc__subtitle {
      font-size: 15px;
      margin-bottom: 5px;
  }

  .calc__price {
    font-size: 36px;
  }

  .section-title {
    font-size: 26px;
  } 

  .calc__title {
      font-size: 24px;
  }
  .calc__desc {
      font-size: 15px;
  }
  .cities__list {
    padding: 25px;
  }
  .header {
    padding: 10px 0;
  }

  body {
    padding-top: 68px;
  }
  .intro .form {
    background: transparent;
    padding: 0 15px;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  .intro {
    position: relative;
  }

  .form__title {
      font-size: 27px;
  }

  .form__icon {
       width: 50px; 
       height: 50px; 
       line-height: 50px; 
  }

  .intro .form__field {
      border: 0;
      background: #fff;
  }

  .form__input {
    background: transparent;
  }

  .intro .checkbox__text:before {
    border-color: #fff;
  }

  .intro .checkbox__text:after {
      background-image: url(../fonts/check-white.svg);
  }

  .intro:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
  }
  .order__title {
    font-size: 27px;
    margin-bottom: 0;
  }
  .order__desc {
      font-size: 16px;
  }
  .order .form__title {
    font-size: 21px;
  }
  .form__header {
    padding: 15px;
  }

  .order {
    background-position: center;
  }


  .form__body {
    padding: 25px;
  }
  .footer__logo {
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .footer__warn {
      font-size: 10px;
  }

  .footer__logo .logo__desc {
    width: auto;
  }
  .card-body {
      font-size: 15px;
  }

  .qa-item:hover:before, .qa-item:hover:after {
      transform: translateY(-50%);
  }

  .cities .container {
    padding-bottom: 25px;
  }


  .form__badge i {
    display: inline;
  }

  .modal-body .form {
    padding: 0;
  }

  .banner__btn {
    display: none;
  }

}

