* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --transition: .3s all ease;
}

.animate__animated {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.wow {
  visibility: hidden;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Montserrat;
  font-style: normal;
  color: #2E3234;
  background-color: #EEF2F5;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
  margin: 0;
  padding: 0;
}

a,
a:hover {
  text-decoration: none;
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.wrapper {
  overflow: hidden;
  width: 100%;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1296px;
  padding: 0;
}

header {
  background-color: #FFCD33;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 11;
}
header .logo {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 8px;
}
header .logo:hover {
  background-color: #FFF;
}
header .menu_top {
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
}
header .menu_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
}
header .menu_header .menu_child {
  margin-left: 40px;
}
header .menu_header .menu_child ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .menu_header .menu_child ul li {
  margin-right: 40px;
}
header .menu_header .menu_child ul li:last-child {
  margin-right: 50px;
}
header .menu_header .menu_child ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #2E3234;
}
header .menu_header .menu_child ul li a:hover {
  color: #0d6efd;
}
header .menu_header .phones_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .menu_header .phones_info .phone_top {
  margin-right: 32px;
}
header .menu_header .phones_info .phone_top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #2E3234;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
header .menu_header .phones_info .phone_top a:hover {
  color: #0d6efd;
}
header .menu_header .phones_info .phone_top a img {
  margin-right: 10px;
}
header .menu_header .phones_info .info_loca a {
  margin-right: 10px;
  border-radius: 8px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
header .menu_header .phones_info .info_loca a:last-child {
  margin-right: 0;
}
header .menu_header .phones_info .info_loca a:hover {
  background-color: #FFF;
}
header .menu_child a {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
header .menu_child a:hover {
  color: #0d6efd;
}

.hero_block {
  background-color: #FFCD33;
  padding: 64px 0;
  border-radius: 0px 0px 40px 40px;
  margin: 89px 0 0 0;
}
.hero_block .title_hero h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 61.6px;
  margin-bottom: 20px;
  color: #2E3234;
}
.hero_block .title_hero p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2E3234;
  margin-bottom: 40px;
}
.hero_block .hero_forms {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
}
.hero_block .hero_forms form input {
  width: 1000px;
  height: 60px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 44px;
  border: none;
  border-radius: 8px;
  color: #2E3234;
  background-color: #EEF2F5;
  background-image: url(../img/marker-pin.svg);
  background-repeat: no-repeat;
  background-position-x: 18px;
  background-position-y: 21px;
  margin-right: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.hero_block .hero_forms form input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.hero_block .hero_forms form input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.hero_block .hero_forms form input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.hero_block .hero_forms form input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.hero_block .hero_forms form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.hero_block .hero_forms form input:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.hero_block .hero_forms form button {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 18px 36px;
  color: #2E3234;
  background-color: #FFCD33;
  border-radius: 8px;
  border: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.hero_block .hero_forms form button:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.services_block {
  margin-bottom: 56px;
}
.services_block .title {
  margin-top: 56px;
  margin-bottom: 32px;
}
.services_block .title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #2E3234;
}
.services_block .item {
  background-color: #FFFFFF;
  padding: 20px 20px 0 20px;
  border-radius: 12px;
  height: 310px;
  position: relative;
}
.services_block .item img {
  position: absolute;
  bottom: 0;
}
.services_block .item h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  color: #2E3234;
}
.services_block .item p {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  color: #707D89;
}

.banner {
  margin-bottom: 56px;
}
.banner .banner_group {
  background-color: #2E3234;
  padding: 48px 48px 0 48px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner .banner_group .banner_info {
  max-width: 460px;
}
.banner .banner_group .banner_info h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
  color: #fff;
  margin-bottom: 12px;
}
.banner .banner_group .banner_info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-bottom: 24px;
}
.banner .banner_group .banner_info a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  background-color: #FFCD33;
  padding: 18px 36px;
  color: #2E3234;
  border-radius: 8px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.banner .banner_group .banner_info a:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.8);
          box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.8);
}

.provayder {
  margin-bottom: 56px;
}
.provayder .title {
  margin-bottom: 32px;
}
.provayder .title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
  color: #2E3234;
}
.provayder .swipper_ks {
  position: relative;
}
.provayder .swipper_ks .item {
  background-color: #fff;
  padding: 32px 20px 20px 20px;
  text-align: center;
  border-radius: 12px;
}
.provayder .swipper_ks .item h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 8px;
  color: #141414;
}
.provayder .swipper_ks .item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #707D89;
  margin-bottom: 8px;
}
.provayder .swipper_ks .item h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #2E3234;
  margin-bottom: 16px;
}
.provayder .swipper_ks .item a {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-align: center;
  color: #2E3234;
  border-radius: 8px;
  background-color: #FFCD33;
  padding: 12px 89px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.provayder .swipper_ks .item a:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.provayder .swipper_ks .swiper-button-next {
  background-image: url(../img/prev.png);
  width: 44px;
  height: 44px;
  right: -64px;
}
.provayder .swipper_ks .swiper-button-next:after, .provayder .swipper_ks .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.provayder .swipper_ks .swiper-button-prev {
  background-image: url(../img/prev.png);
  width: 44px;
  height: 44px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -64px;
}
.provayder .swipper_ks .swiper-button-prev:after, .provayder .swipper_ks .swiper-rtl .swiper-button-next:after {
  content: none;
}

.swiper-button-next,
.swiper-button-prev {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
}

.swiper-button-next:not(.swiper-button-disabled):hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.swiper-button-prev:not(.swiper-button-disabled):hover {
  -webkit-box-shadow: 0 -6px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 -6px 8px 0 rgba(0, 0, 0, 0.2);
}

.banner_two {
  margin-bottom: 56px;
}
.banner_two .banner_block {
  border-radius: 12px;
  background-color: #2E3234;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 48px 0 48px;
}
.banner_two .banner_block .banner_info {
  max-width: 390px;
  margin-top: 48px;
}
.banner_two .banner_block .banner_info h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
  margin-bottom: 12px;
  color: #fff;
}
.banner_two .banner_block .banner_info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.banner_two .banner_block .btns_banner {
  margin-top: 48px;
}
.banner_two .banner_block .btns_banner a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #2E3234;
  padding: 18px 36px;
  background-color: #FFCD33;
  border-radius: 8px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.banner_two .banner_block .btns_banner a:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.8);
          box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.8);
}

.offers {
  margin-bottom: 56px;
}
.offers .collapse_body .row:not(.collapse_body .row.active) {
  display: none;
}
.offers .offers_title {
  margin-bottom: 32px;
}
.offers .offers_title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
  color: #2E3234;
}
.offers .btns_tarifs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 31px;
}
.offers .btns_tarifs a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #707D89;
  margin-right: 48px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.offers .btns_tarifs a:hover {
  color: #2E3234;
}
.offers .btns_tarifs a.active {
  padding-bottom: 16px;
  border-bottom: 3px solid #FFCD33;
  color: #2E3234;
}
.offers .items {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}
.offers .items .top_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offers .items .top_card img {
  margin-right: 12px;
}
.offers .items .top_card .info_tops h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #2E3234;
}
.offers .items .top_card .info_tops p {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  color: #707D89;
}
.offers .items .main_info .img_globus {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.offers .items .main_info .img_globus img {
  margin-right: 8px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.offers .items .main_info .img_globus .info_sped h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #2E3234;
}
.offers .items .main_info .img_globus .info_sped p {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  color: #707D89;
}
.offers .items .main_info .info_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
.offers .items .main_info .info_price h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  color: #2E3234;
}
.offers .items .main_info .info_price p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2E3234;
  margin-left: 12px;
  text-decoration: line-through;
  text-decoration-color: #F1222E;
}
.offers .items .btns_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.offers .items .btns_card .discoints {
  position: absolute;
  background-color: #F1222E;
  padding: 1px 6px;
  border-radius: 4px;
  top: -9px;
  left: 7px;
}
.offers .items .btns_card .discoints p {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  color: #fff;
}
.offers .items .btns_card a {
  border-radius: 8px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.offers .items .btns_card a:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.offers .items .btns_card .btns_cards {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: #2E3234;
  background-color: #FFCD33;
  padding: 12px 59px;
  border-radius: 8px;
}

footer .footer_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
footer .footer_block .menu_child {
  margin-left: 40px;
  margin-right: 250px;
}
footer .footer_block .menu_child ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer_block .menu_child ul li {
  margin-right: 32px;
}
footer .footer_block .menu_child ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #2E3234;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
footer .footer_block .menu_child ul li a:hover {
  color: #0d6efd;
}
footer .footer_block .phones_block a {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #2E3234;
  margin-left: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
footer .footer_block .phones_block a:hover {
  color: #0d6efd;
}
footer .footer_block .phones_block a img {
  margin-right: 10px;
}
footer .footer_bottom {
  border-top: 1px solid #D2DAE1;
  padding: 20px 0;
}
footer .footer_bottom .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_bottom .info p {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  color: #707D89;
}
footer .footer_bottom .info a {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  color: #707D89;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
footer .footer_bottom .info a:hover {
  color: #0d6efd;
}

.mob_menu {
  display: none;
}

.banner2 .mobs {
  display: none;
}

.btns_banner_mobs {
  display: none;
}

.header__nav {
  display: none;
}

.services_block .swiper-slide {
  width: unset;
}

@media (max-width: 900px) {
  body:has(.header_toggle.active) {
    overflow: hidden;
  }
  header .menu_header {
    display: none;
  }
  header {
    position: relative;
    padding: 12px 0 0 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: 1;
  }
  header:has(.nav.active) {
    background-color: #fff;
    z-index: 4;
  }
  header .menu_top {
    padding-bottom: 12px;
  }
  .container {
    padding: 0 30px;
  }
  header .mob_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .text_h {
    margin-left: 24px;
  }
  .text_h a {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    margin-right: 10px;
    border-radius: 8px;
  }
  .text_h a:hover {
    background-color: #FFF;
  }
  .text_h img {
    width: 48px;
    margin: 0;
  }
  .header_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px;
    border-radius: 8px;
    background: rgba(20, 20, 20, 0.08);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    cursor: pointer;
  }
  .header_toggle rect {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .header_toggle:hover {
    background-color: white;
  }
  .header_toggle.active rect:first-child {
    -webkit-transform: rotate(45deg) translate(2px, -6px);
            transform: rotate(45deg) translate(2px, -6px);
  }
  .header_toggle.active rect:nth-child(2) {
    opacity: 0;
  }
  .header_toggle.active rect:last-child {
    -webkit-transform: rotate(-45deg) translate(-8px, -1px);
            transform: rotate(-45deg) translate(-8px, -1px);
  }
  .header__nav {
    display: block;
  }
  .nav {
    position: fixed;
    top: 73px;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    overflow-y: auto;
    padding: 40px 15px;
    background: #fff;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .nav .nav__list_item {
    list-style-type: none;
  }
  .nav__list_item {
    margin-bottom: 10px;
  }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 200px 0;
  }
  .nav__list .nav__link {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    color: #2E3234;
    margin-bottom: 30px;
  }
  .mob_menu .info_loca .header_toggle {
    display: none;
  }
  .mob_menu .phones_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mob_menu .phones_info .phone_top {
    margin-right: 24px;
  }
  .mob_menu .phones_info .phone_top a {
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    color: #2E3234;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .mob_menu .phones_info .phone_top a:hover {
    color: #0d6efd;
  }
  .mob_menu .phones_info .phone_top a img {
    margin-right: 10px;
  }
  header a {
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    color: #2E3234;
  }
  .info_loca a {
    margin-right: 10px;
    border-radius: 8px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .info_loca a:hover {
    background-color: #FFF;
  }
  .header__nav {
    display: contents;
    background-color: #FFFFFF;
  }
  header .banner_img {
    position: relative;
    right: -68px;
    bottom: -39px;
  }
  .banner .banner_group .banner_info h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .banner .banner_group .banner_info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
  }
  .banner .banner_group .banner_info a {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: left;
  }
  .banner .banner_group {
    padding: 32px 32px 0 32px;
  }
  .hero_block {
    padding: 40px 0;
    margin: 0;
  }
  .hero_block .hero_forms {
    padding: 16px;
  }
  .hero_block .title_hero h1 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  .hero_block .title_hero p {
    font-size: 14px;
    line-height: 19.6px;
    margin-bottom: 32px;
  }
  .hero_block .hero_forms form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero_block .hero_forms form input {
    width: 100%;
    height: 56px;
    font-size: 14px;
    line-height: 19.6px;
  }
  .hero_block .hero_forms form button {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
  }
  .hero_block .hero_forms form button span {
    display: none;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .provayder .swipper_ks .swiper {
    overflow: visible;
  }
  .services_block {
    margin-bottom: 40px;
  }
  .services_block .title {
    margin-top: 40px;
    margin-bottom: 24px;
  }
  .services_block .title h2 {
    font-size: 27px;
  }
  .services_block .item {
    margin-bottom: 24px;
    height: 286px;
  }
  .services_block .item h3 {
    font-size: 18px;
    line-height: 25.2px;
  }
  .services_block .item p {
    font-size: 12px;
    line-height: 18px;
  }
  .banner2 .desc {
    display: none;
  }
  .banner2 .mobs {
    display: block;
    max-width: 289px;
  }
  .banner {
    margin-bottom: 40px;
  }
  .banner2 .banner_group .banner_info p {
    margin-bottom: 12px;
  }
  .provayder .swipper_ks .item a {
    padding: 12px 40px;
    font-size: 12px;
    line-height: 18px;
  }
  .banner_two {
    margin-bottom: 40px;
  }
  .btns_banner_mobs {
    display: block;
    margin-top: 24px;
    margin-bottom: 32px;
  }
  .btns_banner_mobs a {
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    color: #2E3234;
    padding: 18px 36px;
    background-color: #FFCD33;
    border-radius: 8px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .btns_banner_mobs a:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.8);
            box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.8);
  }
  .banner_two .banner_block {
    padding-right: 0;
    padding-left: 32px;
  }
  .banner_two .banner_block .banner_info {
    margin-top: 32px;
  }
  .banner_two .banner_block .banner_img img {
    margin-top: 42px;
  }
  .btns_banner {
    display: none;
  }
  .provayder .title h2 {
    font-size: 26px;
    line-height: 33.8px;
  }
  .provayder .title {
    margin-bottom: 24px;
  }
  .offers .btns_tarifs a {
    font-size: 14px;
    line-height: 19px;
    margin-right: 40px;
  }
  .banner_two .banner_block .banner_info h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28.4px;
    margin-bottom: 12px;
    color: #fff;
  }
  .banner_two .banner_block .banner_info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #fff;
  }
  .banner_last img {
    width: 150%;
    margin: 46px 0 0 0;
  }
  .banner .banner_group {
    overflow: hidden;
  }
  .banner_last .banner_group .banner_info p {
    margin-bottom: 12px;
  }
  .provayder {
    margin-bottom: 40px;
  }
  .provayder .swipper_ks .item h3 {
    font-size: 18px;
    line-height: 25.2px;
  }
  .provayder .swipper_ks .item p {
    font-size: 14px;
    line-height: 19.6px;
  }
  .provayder .swipper_ks .item h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .offers .offers_title h2 {
    font-size: 26px;
    line-height: 33.8px;
  }
  .offers .offers_title {
    margin-bottom: 24px;
  }
  .offers .btns_tarifs {
    margin-bottom: 24px;
  }
  .offers .items .top_card .info_tops h4 {
    font-size: 14px;
    line-height: 19px;
  }
  .offers .items .top_card .info_tops p {
    font-size: 12px;
    line-height: 18px;
  }
  .offers .items .main_info .img_globus .info_sped h5 {
    font-size: 14px;
    line-height: 19px;
  }
  .offers .items .main_info .img_globus .info_sped p {
    font-size: 12px;
    line-height: 18px;
  }
  .offers .items .main_info .info_price h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .offers .items .main_info .info_price {
    margin-top: 8px;
  }
  .offers .items .main_info .info_price p {
    font-size: 14px;
    line-height: 19px;
  }
  .offers .items .btns_card .btns_cards {
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    text-align: center;
  }
  .offers .items .btns_card .discoints p {
    font-size: 12px;
    line-height: 18px;
  }
  .offers .items .btns_card {
    gap: 10px;
  }
  .offers {
    margin-bottom: 26px;
  }
  footer .footer_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer_block .menu_child {
    margin-right: 0;
    margin-left: 5px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 32px 0 0 0;
  }
  footer .footer_block .phones_block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .footer_block .menu_child ul li a {
    font-size: 12px;
    font-weight: 500;
    line-height: 20.4px;
    color: #2E3234;
  }
  footer .footer_block .menu_child ul li {
    margin-right: 0;
  }
  .footer_block .logo img {
    width: 70%;
  }
  footer .footer_block .phones_block a {
    font-size: 10px;
  }
  footer .footer_block .menu_child ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 32px;
  }
}
@media (max-width: 768px) {
  .offers .btns_tarifs {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .offers .btns_tarifs a {
    text-wrap: nowrap;
    white-space: nowrap;
    margin-right: 24px;
  }
  .offers .btns_tarifs a::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 16px;
  }
  .mob_menu .d-flex .header_toggle {
    display: none;
  }
  .text_h {
    margin: 0;
  }
  .phone_top {
    display: none;
  }
  .theme {
    display: none;
  }
  .mob_menu .info_loca {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .mob_menu .info_loca .header_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #2E3234;
  }
  .mob_menu .info_loca .header_toggle rect {
    fill: #FFF;
  }
  .nav {
    padding: 32px 16px 100px 16px;
  }
  .nav__list_item {
    margin: 0;
  }
  .nav__list .nav__link {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  .nav__list {
    margin: 0 0 32px 0;
  }
  .banner .banner_group {
    padding: 20px 20px 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner .banner_group .banner_info h4 {
    font-size: 18px;
    line-height: 23px;
  }
  .banner .banner_group .banner_info p {
    margin: 0 0 20px 0;
  }
  .banner .banner_group .banner_info a {
    width: 100%;
    text-align: center;
  }
  header .banner_img {
    right: inherit;
  }
  header .banner_img img {
    max-width: 100%;
  }
  .hero_block {
    padding: 24px 0;
    border-radius: 0px 0px 24px 24px;
  }
  .hero_block .title_hero h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .hero_block .title_hero p {
    margin: 0 0 20px 0;
  }
  .hero_block .hero_forms {
    border-radius: 0;
    background-color: transparent;
    padding: 0;
  }
  .hero_block .hero_forms form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .hero_block .hero_forms form input {
    margin: 0;
  }
  .hero_block .hero_forms form button {
    color: #FFF;
    background-color: #2E3234;
    width: 100%;
  }
  .hero_block .hero_forms form button span {
    display: inline;
  }
  .services_block .title {
    margin-top: 32px;
  }
  .services_block .title h2 {
    font-size: 20px;
    line-height: 27px;
  }
  .swiper-container .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
  }
  .swiper-container .swiper-slide {
    padding: 0;
  }
  .services_block .item img {
    max-width: 85%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .services_block .swiper_slide {
    padding: 0;
  }
  .services_block .item {
    margin: 0;
  }
  .services_block {
    margin-bottom: 32px;
  }
  .banner {
    margin-bottom: 32px;
  }
  .provayder .title h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .provayder .swipper_ks .swiper {
    overflow: visible;
  }
  .provayder .swipper_ks .item {
    padding: 24px 16px 16px 16px;
  }
  .provayder .swipper_ks .item a {
    padding: 12px;
    width: 100%;
  }
  .provayder {
    margin-bottom: 32px;
  }
  .banner_two .banner_block {
    padding-left: 0;
    padding: 20px 20px 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    overflow: hidden;
  }
  .banner_two .banner_block .banner_img img {
    margin: 0;
    width: 100%;
  }
  .banner_two .banner_block .banner_info {
    margin: 0;
  }
  .banner_two .banner_block .banner_info h3 {
    font-size: 18px;
    line-height: 23.4px;
  }
  .btns_banner_mobs {
    margin: 20px 0 0 0;
  }
  .btns_banner_mobs a {
    width: 100%;
  }
  .offers .offers_title h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .offers {
    margin-bottom: 16px;
  }
  .offers .items {
    padding: 16px;
    margin-bottom: 16px;
  }
  .offers .items .top_card img {
    width: 40px;
    height: 40px;
  }
  .offers .items .main_info .info_price h3 {
    line-height: 25px;
  }
  .banner_last img {
    width: 100%;
  }
  footer .footer_bottom .info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  footer .footer_block {
    margin-bottom: 24px;
  }
  footer .footer_block .menu_child {
    margin: 24px 0 0 0;
  }
  footer .footer_bottom {
    padding: 16px 0;
  }
}/*# sourceMappingURL=index.css.map */

