@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Roboto", Arial !important;
  color: #2e2e2e !important;
  -webkit-font-smoothing: antialiased !important;
  overflow-x: hidden;
  outline: none !important;
  background:url(/img/test.svg);
}

a {
  outline: none !important;
  text-decoration: none !important;
  cursor: pointer;
}

.uk-link:hover,
a:hover, .tariff-card__btn:hover {
  opacity: 0.9;
}

.burger-icon {
  background: none;
  outline: none;
  border: none;
}

.navbar {
  padding: 20px 0;
}

.nav-top__txt {
  font-size: 17.5px;
  line-height: 24px;
  margin-right: 6px;
}

.navbar-top {
  padding: 4px 0;
}

.nav-top__tel {
  margin-left: 4px;
  font-weight: bold;
  font-size: 23px;
  line-height: 16px;
  color: #2E2E2E !important;
}

.navbar-left:hover {
  opacity: 0.9 !important;
}

.navbar-right__burger {
  color: #fff !important;
}

.navbar-b {
  padding: 20px 0;
  background: #2F9266;
}

.navbar-b__enter {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFF;
}

.navbar-b__enter:hover {
  opacity: 0.8;
  color: #fff !important;
}

.burger-item {
  display: flex;
  align-items: center;
}

.burger-item__enter {
  font-size: 20px;
}

.uk-card-primary .uk-nav-default > li > a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-default > li > a,
.uk-card-secondary .uk-nav-default > li > a,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-default > li > a,
.uk-light .uk-nav-default > li > a,
.uk-offcanvas-bar .uk-nav-default > li > a,
.uk-overlay-primary .uk-nav-default > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.burger-item__tel {
  opacity: 0.8;
}

.burger-tel {
  font-size: 20px;
  color: #fff !important;
}

.footer-top {
  background: #2D2D2D;
}

.footer-bottom {
  padding: 20px 30px;
}

.list-item,
.footer-block__tel {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #F0F0F0;
}

.footer-bottom__info {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #4C4C4C !important;
}

.list-item {
  margin-bottom: 19px;
  background-color: rgba(255, 255, 255, 0.66);
  border-radius: 10px;
}

.list-item__info {
  padding-left: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #1A171B;
}

.list-item:hover {
  background-color: white;
  cursor: pointer;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .footer-bottom {
    padding: 20px 40px;
  }
}

@media (max-width: 1090px) {
  .footer-block {
    margin-top: 20px;
  }
  .uk-button-danger {
    margin-bottom: 20px !important;
  }
  .footer-block,
  .footer-block__contacts {
    display: flex;
    flex-direction: column;
  }
  .list-item,
  .footer-tel {
    margin-bottom: 20px;
  }
}

@media (max-width: 980px) {
  .offer {
    padding: 10% 5%;
  }
  .faq {
    padding: 60px 60px;
  }
  .faq-title {
    font-size: 2rem;
  }
  .list-item__title {
    font-size: 20px !important;
  }
  .list-item__info {
    font-size: 18px !important;
  }
}

@media (max-width: 480px) {
  .section-list__item {
    font-size: 20px;
  }
  .list-item__title,
  .list-item__info {
    padding: 0;
  }
}

.nav-top__icon {
  width: 9% !important;
}

@media (max-width: 420px) {
  .g-menu__logo {
    width: 144px;
  }
  .nav-top__tel {
    width: 128px;
    font-size: 18px;
  }
  .nav-top__txt {
    font-size: 13.5px;
    line-height: 18px;
    width: 144px;
  }
  .list-item,
  .footer-block__tel {
    font-size: 22px;
  }
  .navbar-b__img {
    height: 60px;
    width: auto;
  }
}

.base-title {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  color: #2E2E2E;
}

.base-subtitle {
  margin-bottom: 3%;
  font-weight: normal;
  font-size: 26px;
  line-height: 35px;
  opacity: 0.9;
}

.base-info__title {
  padding-top: 3%;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
}

.base-info__txt {
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.01em;
}

.section {
  margin: 5% 0;
}

.section-title {
  font-weight: bold;
  font-size: 28px !important;
  line-height: 34px !important;
  color: #2e2e2e;
  padding: 0 !important;
}

.section-box {
  margin: 0 0 5% 0 !important;
}

.section-list__item {
  margin-top: 20px;
  font-weight: normal;
  font-size: 24px;
  line-height: 141%;
  color: #2e2e2e;
}

.section-list__item:hover {
  color: #2e2e2e;
  opacity: 0.8;
}

.base-btn {
  border: 2px solid #2F9266;
  border-radius: 10px;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #2e2e2e !important;
}

.base-info__btn {
  margin-left: 5px;
  border-bottom: 3px solid #FF855F;
}

.base-info__btn:hover {
  opacity: 0.8;
}

@media (max-width: 1330px) {
  .base-info__section {
    flex-wrap: wrap;
  }
}

@media (max-width: 1235px) {
  .review-card {
    height: 520px;
  }
}

@media (min-width: 959px) and (max-width: 1096px) {
  .review-card {
    height: 604px;
  }
}

@media (max-width: 1235px) {
  .review-card {
    height: 520px;
  }
}

@media (max-width: 480px) {
  .base-title {
    font-size: 32px;
    line-height: 38px;
  }
  .base-subtitle {
    margin-bottom: 22%;
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .section-title {
    margin-top: 20%;
  }
  .contact {
    padding: 30px 20px !important;
  }
  .review-title {
    margin-bottom: 20px;
  }
  .uk-slider {
    -webkit-tap-highlight-color: transparent;
    padding: 0 !important;
  }
  .base-info__title {
    font-size: 26px !important;
  }
}

.contact-info {
  margin-left: 5px;
  font-size: 22px;
  line-height: 151.9%;
  letter-spacing: 0.01em;
  color: #2e2e2e;
}

.contact-img {
  width: 20px;
}

@media (max-width: 375px) {
  .contact-info {
    font-size: 20px;
  }
  .base {
    padding: 20px !important;
  }
}

.now-back {
  padding-bottom: 2px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  opacity: 0.5;
  color: #464954;
  border-bottom: 3px solid #464954;
}

.now-back:hover {
  color: #2E2E2E;
  border-bottom: 3px solid #2E2E2E;
  opacity: 0.6;
}

.now-block {
  margin-top: 40px !important;
}

.now-title {
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
}

.now-block__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
}

.now-block__btn {
  background: #FF855F;
  border-radius: 20px;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #fff !important;
}

.now-block__text {
  margin: auto;
}

@media (max-width: 1077px) {
  .now-block__title {
    margin: auto;
    max-width: 445px;
    font-size: 26px;
  }
  .now-block__btn {
    padding: 12px 180px;
    font-size: 22px;
  }
  .now-title {
    font-size: 40px;
  }
}

@media (max-width: 550px) {
  .uk-disabled {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .now-title {
    font-size: 30px;
    line-height: 35px;
  }
  .now-block__title {
    font-size: 20px;
    line-height: 29px;
  }
  .uk-disabled {
    width: 221px;
  }
}

.uk-label {
  font-weight: 500;
  color: #000 !important;
  background: #c8fce4 !important;
}

.tariff-card {
  width: 315px;
  padding: 30px 26px 40px 26px;
  margin: 5% 1%;
  box-shadow: 0px 4px 38px rgba(0, 0, 0, 0.15);
  border-radius: 17px;
}

.tariff-card__title {
  margin: 36px 0 0 0 !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #1A171B;
}

.tariff-card__price {
  padding: 9px;
  font-weight: bold;
  font-size: 38px;
  line-height: 49px;
  text-align: center;
  color: #48A77D;
}

.tariff-card__note {
  margin: 10px 0;
  text-align: center;
  color: #2e2e2e;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
}

.tariff-card__btn {
  padding: 15px 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  background: #FF855F;
  border-radius: 17px;
}

@media (max-width: 480px) {
  .tariff-card {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .tariff-card {
    padding: 30px 0;
    margin: 5% 2%;
  }
  .tariff-card__btn {
    padding: 15px 18px;
    font-size: 18px;
  }
}

.other-links {
  color: #2E2E2E !important;
  font-size: 18px;
}

.other-links:hover {
  opacity: 0.7;
}

.tariff-check {
  padding: 15px 20px;
}
/*# sourceMappingURL=base.css.map */