@charset "UTF-8";
.section_6 .faq_list, .section_4 .unlimit_socials, #fp-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.section_3 .includes_list,
.section_5 .includes_list {
  padding: 0;
  margin: 0 -15px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.section_4 .slick-arrow:before, .section_4 .slick-arrow:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.fullpage_content {
  height: 100%;
}

.section {
  position: relative;
  overflow: hidden;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1439px) {
  .section {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 959px) {
  .section {
    padding-left: 0;
    padding-right: 0;
  }
}

#fp-nav {
  right: 60px !important;
  margin-top: 0 !important;
  transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
}
#fp-nav > button {
  border: none;
  background: transparent;
  color: inherit;
  padding: 0;
  font-size: 150%;
}
#fp-nav > button:before {
  display: block;
}
#fp-nav .section_prev {
  margin-bottom: 35px;
}
#fp-nav .section_next {
  margin-top: 35px;
}
#fp-nav ul li {
  margin: 0;
  display: block;
  padding: 10px 0;
  width: auto;
  height: auto;
}
#fp-nav ul li a {
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
}
#fp-nav ul li a.active {
  background: #7EBC0A;
  pointer-events: none;
}
#fp-nav ul li a span {
  display: none;
}
@media screen and (max-height: 719px) {
  #fp-nav .section_prev {
    margin-bottom: 20px;
  }
  #fp-nav .section_next {
    margin-top: 20px;
  }
}
@media screen and (max-height: 575px) {
  #fp-nav button {
    font-size: 120%;
  }
  #fp-nav .section_prev {
    margin-bottom: 10px;
  }
  #fp-nav .section_next {
    margin-top: 10px;
  }
  #fp-nav ul li {
    padding: 7px 0;
  }
}
@media screen and (max-width: 1599px) {
  #fp-nav {
    right: 40px !important;
  }
}
@media screen and (max-width: 1439px) {
  #fp-nav {
    right: 20px !important;
  }
}
@media screen and (max-width: 959px) {
  #fp-nav {
    display: none;
  }
}

.slogan_block {
  padding-left: 120px;
}
.slogan_block img {
  max-width: 312px;
  max-height: 75vh;
  height: auto;
}
@media screen and (max-width: 959px) {
  .slogan_block {
    padding-left: 0;
    max-width: 280px;
  }
}

.section_title {
  color: inherit;
  margin: 0;
  font-family: "ucom_sans_b";
  font-size: 480%;
  line-height: 1.35em;
}
@media screen and (max-height: 719px) {
  .section_title {
    font-size: 400%;
  }
}
@media screen and (max-width: 1439px) {
  .section_title {
    font-size: 400%;
  }
}
@media screen and (max-height: 575px) {
  .section_title {
    font-size: 320%;
  }
}
@media screen and (max-width: 1199px) {
  .section_title {
    font-size: 320%;
  }
}
@media screen and (max-width: 959px) {
  .section_title {
    font-size: 280%;
  }
}
@media screen and (max-width: 575px) {
  .section_title {
    font-size: 220%;
  }
}

.description_block {
  font-size: 210%;
  line-height: 1.38em;
}
@media screen and (max-height: 719px) {
  .description_block {
    font-size: 180%;
  }
}
@media screen and (max-width: 1439px) {
  .description_block {
    font-size: 180%;
  }
}
@media screen and (max-width: 1199px) {
  .description_block {
    font-size: 160%;
  }
}
@media screen and (max-height: 575px) {
  .description_block {
    font-size: 140%;
  }
}
@media screen and (max-width: 959px) {
  .description_block {
    font-size: 140%;
  }
}
@media screen and (max-width: 575px) {
  .description_block {
    font-size: 130%;
  }
}

li[data-tooltip] {
  position: relative;
}
li[data-tooltip]:before {
  position: absolute;
  left: 50%;
  max-width: 90vw;
  background: #7EBC0A;
  color: #ffffff;
  bottom: 100%;
  transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 140%;
  line-height: 19px;
  padding: 0 10px;
  border-radius: 4px;
  content: attr(data-tooltip);
  margin-bottom: 5px;
}
li[data-tooltip]:after {
  display: block;
  content: "";
  position: absolute;
  width: 11px;
  height: 0;
  border-width: 0 5px;
  border-color: transparent;
  border-style: solid;
  opacity: 0;
  left: 50%;
  bottom: 100%;
  transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
}
li[data-tooltip]:hover:before {
  -o-transition: opacity 0.3s, max-height 0s;
  -ms-transition: opacity 0.3s, max-height 0s;
  -moz-transition: opacity 0.3s, max-height 0s;
  -webkit-transition: opacity 0.3s, max-height 0s;
  transition: opacity 0.3s, max-height 0s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  max-height: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 1;
}
li[data-tooltip]:hover:after {
  -o-transition: opacity 0.3s, max-height 0s;
  -ms-transition: opacity 0.3s, max-height 0s;
  -moz-transition: opacity 0.3s, max-height 0s;
  -webkit-transition: opacity 0.3s, max-height 0s;
  transition: opacity 0.3s, max-height 0s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
  border-top: 5px solid #7EBC0A;
}

.section_1 {
  padding-top: 100px;
}
.section_1 .ucom_link {
  position: absolute;
  color: inherit;
  background: #7EBC0A;
  display: flex;
  align-items: center;
  font-size: 160%;
  height: 44px;
  border-radius: 22px;
  padding-left: 8px;
  padding-right: 23px;
  font-family: "ucom_sans_sb";
  z-index: 2;
  left: 60px;
  top: 50%;
  margin-top: -22px;
}
.section_1 .ucom_link:before {
  display: block;
  font-size: 175%;
  margin-right: 8px;
}
.section_1 .scroll_down {
  color: inherit;
  border: none;
  padding: 0;
  background: transparent;
  position: absolute;
  bottom: 33px;
  left: 50%;
  z-index: 2;
  transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  font-size: 220%;
}
.section_1 .scroll_down:before {
  display: block;
}
.section_1 .page_container {
  display: flex;
  height: 100%;
  align-items: center;
}
@media screen and (max-height: 719px) {
  .section_1 .scroll_down {
    bottom: 20px;
  }
  .section_1 .ucom_link {
    font-size: 140%;
    height: 40px;
    padding-right: 20px;
    margin-top: -20px;
  }
  .section_1 .ucom_link:before {
    margin-right: 6px;
  }
}
@media screen and (max-width: 959px) {
  .section_1 .scroll_down {
    bottom: 20px;
  }
}
@media screen and (max-height: 575px) {
  .section_1 {
    padding-top: 80px;
  }
  .section_1 .scroll_down {
    bottom: 0;
    padding: 10px;
    font-size: 180%;
  }
  .section_1 .ucom_link {
    height: 36px;
  }
}
@media screen and (max-width: 1599px) {
  .section_1 .ucom_link {
    left: 40px;
  }
}
@media screen and (max-width: 1439px) {
  .section_1 .ucom_link {
    left: 20px;
  }
}
@media screen and (max-width: 959px) {
  .section_1 {
    padding-bottom: 40px;
  }
  .section_1 .slogan_block {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .section_1 .page_container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section_1 .ucom_link {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .section_1 .slogan_block {
    flex: 1;
    width: 100%;
    max-width: 280px;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 60vh;
  }
  .section_1 .slogan_block img {
    max-width: 100%;
    max-height: 100%;
  }
  .section_1 .scroll_down {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }
}

.section_2 .page_container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  align-items: center;
}
.section_2 .section_title {
  max-width: 480px;
}
.section_2 .description_block {
  max-width: 400px;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .section_2 .page_container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-bottom: 60px;
  }
  .section_2 .slogan_block {
    flex: 1;
    width: 100%;
    max-width: 280px;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 60vh;
  }
  .section_2 .slogan_block img {
    max-width: 100%;
    max-height: 100%;
  }
}

.section_3 .page_container,
.section_5 .page_container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section_3 .section_title,
.section_5 .section_title {
  text-align: center;
}
.section_3 .includes_list,
.section_5 .includes_list {
  justify-content: space-around;
}
.section_3 .includes_list li,
.section_5 .includes_list li {
  flex: 1;
  max-width: 450px;
  margin-top: 36px;
  padding: 0 15px;
}
.section_3 .include_title,
.section_5 .include_title {
  font-size: 220%;
  line-height: 30px;
  display: flex;
  font-family: "ucom_sans_sb";
  min-height: 61px;
  align-items: flex-start;
}
.section_3 .include_title:before,
.section_5 .include_title:before {
  min-width: 80px;
  display: block;
  padding-top: 10px;
  font-size: 207%;
}
.section_3 .include_text,
.section_5 .include_text {
  font-size: 180%;
  line-height: 24px;
  margin-top: 20px;
  padding-left: 80px;
}
@media screen and (max-height: 719px) {
  .section_3 .includes_list li,
.section_5 .includes_list li {
    margin-top: 30px;
  }
  .section_3 .include_title,
.section_5 .include_title {
    font-size: 200%;
    line-height: 27px;
    min-height: 55px;
  }
  .section_3 .include_title:before,
.section_5 .include_title:before {
    padding-top: 5px;
    font-size: 200%;
    min-width: 70px;
  }
  .section_3 .include_text,
.section_5 .include_text {
    font-size: 160%;
    line-height: 22px;
    margin-top: 15px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 1439px) {
  .section_3 .include_title,
.section_5 .include_title {
    font-size: 200%;
    line-height: 27px;
    min-height: 55px;
  }
  .section_3 .include_title:before,
.section_5 .include_title:before {
    padding-top: 5px;
    font-size: 200%;
    min-width: 60px;
  }
  .section_3 .include_text,
.section_5 .include_text {
    font-size: 160%;
    line-height: 22px;
    padding-left: 60px;
  }
}
@media screen and (max-height: 575px) {
  .section_3 .includes_list li,
.section_5 .includes_list li {
    margin-top: 25px;
  }
  .section_3 .include_title,
.section_5 .include_title {
    font-size: 180%;
    line-height: 24px;
    min-height: 48px;
  }
  .section_3 .include_title:before,
.section_5 .include_title:before {
    padding-top: 4px;
    min-width: 60px;
  }
  .section_3 .include_text,
.section_5 .include_text {
    font-size: 140%;
    line-height: 20px;
    margin-top: 10px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .section_3 .includes_list li,
.section_5 .includes_list li {
    margin-top: 25px;
  }
  .section_3 .include_title,
.section_5 .include_title {
    font-size: 180%;
    line-height: 24px;
    min-height: 48px;
  }
  .section_3 .include_title:before,
.section_5 .include_title:before {
    padding-top: 4px;
    min-width: 50px;
  }
  .section_3 .include_text,
.section_5 .include_text {
    font-size: 140%;
    line-height: 20px;
    margin-top: 10px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section_3,
.section_5 {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .section_3 .includes_list li,
.section_5 .includes_list li {
    flex: 0 0 100%;
    text-align: center;
  }
  .section_3 .include_title,
.section_5 .include_title {
    min-height: 0;
    justify-content: center;
  }
  .section_3 .include_title:before,
.section_5 .include_title:before {
    min-width: 0;
    font-size: 125%;
    padding-right: 10px;
    padding-top: 0;
  }
  .section_3 .include_text,
.section_5 .include_text {
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .section_3 .include_title,
.section_5 .include_title {
    font-size: 160%;
    line-height: 20px;
  }
  .section_3 .include_text,
.section_5 .include_text {
    font-size: 130%;
    line-height: 18px;
    margin-top: 10px;
  }
  .section_3 .includes_list li,
.section_5 .includes_list li {
    margin-top: 20px;
  }
}

.section_4 .page_container {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
  justify-content: center;
}
.section_4 .switch_btns {
  display: flex;
  margin: 0 -15px 30px;
  justify-content: center;
}
.section_4 .switch_btns button {
  margin: 0 15px;
  flex: 1;
  max-width: 260px;
  padding: 11px 15px;
  font-size: 210%;
  line-height: 29px;
  border: 1px solid;
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
}
.section_4 .switch_btns button.active {
  color: #ffffff;
}
.section_4 .tariffs_slider {
  max-width: 1080px;
  margin: 0 auto;
}
.section_4 .tariffs_slider .slide_block {
  padding: 0 15px;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.section_4 .tariffs_slider .slide_block[data-type=prepaid] .slide_inner:before,
.section_4 .tariffs_slider .slide_block[data-type=prepaid] .type_block,
.section_4 .tariffs_slider .slide_block[data-type=prepaid] .price_block,
.section_4 .tariffs_slider .slide_block[data-type=prepaid] .included_internet span[data-text=unlimit],
.section_4 .tariffs_slider .slide_block[data-type=prepaid] .full_unlimit {
  background: linear-gradient(to right, #EC1A37, #962688);
}
.section_4 .tariffs_slider .slide_block[data-type=postpaid] .slide_inner:before,
.section_4 .tariffs_slider .slide_block[data-type=postpaid] .type_block,
.section_4 .tariffs_slider .slide_block[data-type=postpaid] .price_block,
.section_4 .tariffs_slider .slide_block[data-type=postpaid] .included_internet span[data-text=unlimit],
.section_4 .tariffs_slider .slide_block[data-type=postpaid] .full_unlimit {
  background: linear-gradient(to right, #2F318E, #009B8B);
}
.section_4 .tariffs_slider .slide_block:not(.slick-active):not(.highlight) {
  opacity: 0.2;
  pointer-events: none;
}
.section_4 .tariffs_slider .slide_inner {
  max-width: 300px;
  margin: 0 auto;
  height: 602px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
}
.section_4 .tariffs_slider .slide_inner:before {
  display: block;
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  bottom: 0;
  border-radius: 20px;
}
.section_4 .tariffs_slider .slide_inner:after {
  display: block;
  content: "";
  position: absolute;
  top: 26px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border-radius: 20px;
  background: #2E2E4A;
  z-index: 1;
}
.section_4 .tariffs_slider .slide_inner * {
  position: relative;
  z-index: 2;
}
.section_4 .tariffs_slider .slide_inner > img {
  width: 107px;
  height: auto;
  margin: 15px auto 0;
}
.section_4 .tariffs_slider .slick-list {
  overflow: visible;
}
.section_4 .tariffs_slider .tariff_name {
  display: none;
}
.section_4 .tariffs_slider .type_block {
  font-size: 110%;
  line-height: 15px;
  display: inline-block;
  vertical-align: top;
  padding: 5px 15px;
  transform: skewY(-12deg);
  -moz-transform: skewY(-12deg);
  -ms-transform: skewY(-12deg);
  -webkit-transform: skewY(-12deg);
  -o-transform: skewY(-12deg);
  margin-top: 12px;
  width: 130px;
  align-self: center;
}
.section_4 .tariffs_slider .price_block {
  display: inline-block;
  vertical-align: top;
  font-size: 200%;
  line-height: 28px;
  font-family: "ucom_sans_b";
  min-width: 100px;
  padding: 0 5px;
  transform: skewY(-12deg);
  -moz-transform: skewY(-12deg);
  -ms-transform: skewY(-12deg);
  -webkit-transform: skewY(-12deg);
  -o-transform: skewY(-12deg);
  margin-top: 2px;
  align-self: center;
}
.section_4 .tariffs_slider .included_minutes {
  font-size: 240%;
  line-height: 32px;
  margin-top: 32px;
  font-family: "ucom_sans_sb";
}
.section_4 .tariffs_slider .included_minutes:after {
  display: block;
  margin: 15px auto 0;
  content: "";
  width: 60px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(to right top, #D6DE23, #8BC53F);
}
.section_4 .tariffs_slider .included_internet {
  margin-top: 5px;
  font-family: "ucom_sans_sb";
  font-size: 360%;
  line-height: 49px;
}
.section_4 .tariffs_slider .included_internet span[data-text=unlimit] {
  font-size: 50%;
  line-height: 1.3em;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  transform: skewY(-12deg);
  -moz-transform: skewY(-12deg);
  -ms-transform: skewY(-12deg);
  -webkit-transform: skewY(-12deg);
  -o-transform: skewY(-12deg);
  margin-top: 12px;
  font-family: "ucom_sans_b";
}
.section_4 .tariffs_slider .full_unlimit {
  font-size: 280%;
  line-height: 1.2em;
  padding: 5px;
  font-family: "ucom_sans_b";
  transform: skewY(-12deg);
  -moz-transform: skewY(-12deg);
  -ms-transform: skewY(-12deg);
  -webkit-transform: skewY(-12deg);
  -o-transform: skewY(-12deg);
  margin-top: 75px;
}
.section_4 .tariffs_slider .plus_unlimit {
  display: block;
  margin-top: 15px;
  font-family: "ucom_sans_sb";
  font-size: 210%;
  line-height: 29px;
}
.section_4 .tariffs_slider .plus_unlimit:before {
  display: block;
  content: "+";
  font-size: 228.6%;
  line-height: 0.5em;
  margin-bottom: 5px;
}
.section_4 .unlimit_socials {
  display: flex;
  justify-content: center;
}
.section_4 .unlimit_socials li {
  margin: 10px 5px 0;
  border-radius: 50%;
}
.section_4 .unlimit_socials li:nth-child(n+6) {
  display: none;
}
.section_4 .unlimit_socials li[data-tooltip]:before {
  white-space: nowrap;
}
.section_4 .unlimit_socials img {
  display: block;
  width: 32px;
}
.section_4 .view_all_btn {
  border: none;
  margin: 12px auto 0;
  color: inherit;
  font-size: 180%;
  line-height: 24px;
  font-family: "ucom_sans_sb";
  text-decoration: underline;
  padding: 0;
  background: transparent;
}
.section_4 .order_btn {
  margin: auto auto 0;
  padding: 14px;
  width: 192px;
  color: inherit;
  background: #7EBC0A;
  font-size: 180%;
  line-height: 24px;
  font-family: "ucom_sans_sb";
  border: none;
  border-radius: 8px;
}
.section_4 .slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  font-size: 0;
  border: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
.section_4 .slick-arrow:before {
  display: block;
  font-size: 5.7rem;
}
.section_4 .slick-prev {
  left: -115px;
}
.section_4 .slick-prev:before {
  content: "";
}
.section_4 .slick-next {
  right: -115px;
}
.section_4 .slick-next:before {
  content: "";
}
@media screen and (max-height: 799px) {
  .section_4 .tariffs_slider .slide_inner {
    height: 500px;
    max-width: 280px;
    padding-bottom: 20px;
  }
  .section_4 .tariffs_slider .slide_inner > img {
    width: 80px;
  }
  .section_4 .tariffs_slider .included_minutes {
    font-size: 200%;
    line-height: 24px;
    margin-top: 20px;
  }
  .section_4 .tariffs_slider .included_internet {
    font-size: 300%;
    line-height: 42px;
  }
  .section_4 .tariffs_slider .plus_unlimit {
    margin-top: 10px;
    font-size: 180%;
    line-height: 24px;
  }
  .section_4 .tariffs_slider .full_unlimit {
    font-size: 240%;
    margin-top: 60px;
  }
  .section_4 .tariffs_slider .price_block {
    font-size: 180%;
    line-height: 26px;
    min-width: 80px;
  }
  .section_4 .unlimit_socials img {
    width: 28px;
  }
  .section_4 .view_all_btn {
    margin-top: 5px;
    font-size: 160%;
    line-height: 22px;
  }
  .section_4 .order_btn {
    padding: 10px 15px;
    width: 180px;
    font-size: 160%;
    line-height: 22px;
  }
  .section_4 .switch_btns {
    margin-bottom: 20px;
  }
  .section_4 .switch_btns button {
    max-width: 240px;
    padding: 8px 15px;
    font-size: 180%;
    line-height: 24px;
  }
}
@media screen and (max-width: 1599px) {
  .section_4 .tariffs_slider .slick-prev {
    left: -60px;
  }
  .section_4 .tariffs_slider .slick-next {
    right: -60px;
  }
}
@media screen and (max-width: 1439px) {
  .section_4 .tariffs_slider {
    max-width: 960px;
  }
  .section_4 .tariffs_slider .slide_inner {
    height: 500px;
    max-width: 280px;
    padding-bottom: 20px;
  }
  .section_4 .tariffs_slider .slide_inner > img {
    width: 80px;
  }
  .section_4 .tariffs_slider .included_minutes {
    font-size: 200%;
    line-height: 24px;
    margin-top: 20px;
  }
  .section_4 .tariffs_slider .included_internet {
    font-size: 300%;
    line-height: 42px;
  }
  .section_4 .tariffs_slider .plus_unlimit {
    margin-top: 10px;
    font-size: 180%;
    line-height: 24px;
  }
  .section_4 .tariffs_slider .full_unlimit {
    font-size: 240%;
    margin-top: 60px;
  }
  .section_4 .tariffs_slider .price_block {
    font-size: 180%;
    line-height: 26px;
    min-width: 80px;
  }
  .section_4 .tariffs_slider .slick-arrow:before {
    font-size: 5.4rem;
  }
  .section_4 .tariffs_slider .slick-prev {
    left: -40px;
  }
  .section_4 .tariffs_slider .slick-next {
    right: -40px;
  }
  .section_4 .unlimit_socials img {
    width: 28px;
  }
  .section_4 .view_all_btn {
    margin-top: 5px;
    font-size: 160%;
    line-height: 22px;
  }
  .section_4 .order_btn {
    padding: 10px 15px;
    width: 180px;
    font-size: 160%;
    line-height: 22px;
  }
  .section_4 .switch_btns {
    margin-bottom: 20px;
  }
  .section_4 .switch_btns button {
    max-width: 240px;
    padding: 8px 15px;
    font-size: 180%;
    line-height: 24px;
  }
}
@media screen and (max-height: 719px) {
  .section_4 .page_container {
    padding-bottom: 20px;
  }
  .section_4 .tariffs_slider {
    max-width: 900px;
  }
  .section_4 .tariffs_slider .slide_inner {
    height: 450px;
    max-width: 220px;
    padding-bottom: 15px;
  }
  .section_4 .tariffs_slider .slide_inner > img {
    width: 60px;
  }
  .section_4 .tariffs_slider .included_minutes {
    font-size: 180%;
    line-height: 20px;
    margin-top: 15px;
  }
  .section_4 .tariffs_slider .included_minutes:after {
    margin-top: 10px;
    width: 50px;
  }
  .section_4 .tariffs_slider .included_internet {
    font-size: 240%;
    line-height: 30px;
  }
  .section_4 .tariffs_slider .included_internet span[data-text=unlimit] {
    transform: skewY(-11deg);
    -moz-transform: skewY(-11deg);
    -ms-transform: skewY(-11deg);
    -webkit-transform: skewY(-11deg);
    -o-transform: skewY(-11deg);
    margin-top: 5px;
  }
  .section_4 .tariffs_slider .plus_unlimit {
    font-size: 160%;
    line-height: 20px;
  }
  .section_4 .tariffs_slider .full_unlimit {
    font-size: 200%;
    margin-top: 45px;
    transform: skewY(-11deg);
    -moz-transform: skewY(-11deg);
    -ms-transform: skewY(-11deg);
    -webkit-transform: skewY(-11deg);
    -o-transform: skewY(-11deg);
  }
  .section_4 .tariffs_slider .slick-arrow:before {
    font-size: 4rem;
  }
  .section_4 .tariffs_slider .slick-prev {
    left: -40px;
  }
  .section_4 .tariffs_slider .slick-next {
    right: -40px;
  }
  .section_4 .tariffs_slider .price_block {
    font-size: 160%;
    line-height: 24px;
    min-width: 60px;
  }
  .section_4 .tariffs_slider .type_block {
    padding: 3px 0;
    width: 120px;
    transform: skewY(-11deg);
    -moz-transform: skewY(-11deg);
    -ms-transform: skewY(-11deg);
    -webkit-transform: skewY(-11deg);
    -o-transform: skewY(-11deg);
  }
  .section_4 .unlimit_socials img {
    width: 24px;
  }
  .section_4 .view_all_btn {
    font-size: 140%;
    line-height: 18px;
  }
  .section_4 .order_btn {
    padding: 11px 10px;
    width: 160px;
    font-size: 140%;
    line-height: 18px;
  }
  .section_4 .switch_btns {
    margin-bottom: 15px;
  }
  .section_4 .switch_btns button {
    max-width: 220px;
    padding: 5px 15px;
    font-size: 160%;
    line-height: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .section_4 .tariffs_slider {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .section_4 .tariffs_slider .slide_inner {
    height: 450px;
    max-width: 220px;
    padding-bottom: 15px;
  }
  .section_4 .tariffs_slider .slide_inner > img {
    width: 60px;
  }
  .section_4 .tariffs_slider .included_minutes {
    font-size: 180%;
    line-height: 20px;
    margin-top: 15px;
  }
  .section_4 .tariffs_slider .included_minutes:after {
    margin-top: 10px;
    width: 50px;
  }
  .section_4 .tariffs_slider .included_internet {
    font-size: 240%;
    line-height: 30px;
  }
  .section_4 .tariffs_slider .included_internet span[data-text=unlimit] {
    transform: skewY(-11deg);
    -moz-transform: skewY(-11deg);
    -ms-transform: skewY(-11deg);
    -webkit-transform: skewY(-11deg);
    -o-transform: skewY(-11deg);
    margin-top: 5px;
  }
  .section_4 .tariffs_slider .plus_unlimit {
    font-size: 160%;
    line-height: 20px;
  }
  .section_4 .tariffs_slider .full_unlimit {
    font-size: 200%;
    margin-top: 45px;
    transform: skewY(-11deg);
    -moz-transform: skewY(-11deg);
    -ms-transform: skewY(-11deg);
    -webkit-transform: skewY(-11deg);
    -o-transform: skewY(-11deg);
  }
  .section_4 .tariffs_slider .slick-arrow:before {
    font-size: 4rem;
  }
  .section_4 .tariffs_slider .slick-prev {
    left: 0;
  }
  .section_4 .tariffs_slider .slick-next {
    right: 0;
  }
  .section_4 .tariffs_slider .price_block {
    font-size: 160%;
    line-height: 24px;
    min-width: 60px;
  }
  .section_4 .tariffs_slider .type_block {
    padding: 3px 0;
    width: 120px;
    transform: skewY(-11deg);
    -moz-transform: skewY(-11deg);
    -ms-transform: skewY(-11deg);
    -webkit-transform: skewY(-11deg);
    -o-transform: skewY(-11deg);
  }
  .section_4 .unlimit_socials img {
    width: 24px;
  }
  .section_4 .view_all_btn {
    font-size: 140%;
    line-height: 18px;
  }
  .section_4 .order_btn {
    padding: 11px 10px;
    width: 160px;
    font-size: 140%;
    line-height: 18px;
  }
  .section_4 .switch_btns {
    margin-bottom: 15px;
  }
  .section_4 .switch_btns button {
    max-width: 220px;
    padding: 5px 15px;
    font-size: 160%;
    line-height: 22px;
  }
}
@media screen and (max-height: 575px) {
  .section_4 .tariffs_slider {
    max-width: 720px;
  }
  .section_4 .tariffs_slider .slide_inner {
    height: 320px;
    max-width: 180px;
    padding-bottom: 10px;
  }
  .section_4 .tariffs_slider .slide_inner > img {
    width: 40px;
    margin-top: 10px;
  }
  .section_4 .tariffs_slider .included_minutes {
    font-size: 160%;
    line-height: 18px;
    margin-top: 10px;
  }
  .section_4 .tariffs_slider .included_minutes:after {
    margin-top: 5px;
    width: 40px;
    height: 2px;
  }
  .section_4 .tariffs_slider .included_internet {
    font-size: 200%;
    line-height: 24px;
  }
  .section_4 .tariffs_slider .plus_unlimit {
    font-size: 140%;
    line-height: 18px;
  }
  .section_4 .tariffs_slider .full_unlimit {
    font-size: 160%;
    margin-top: 40px;
  }
  .section_4 .tariffs_slider .slick-arrow:before {
    font-size: 3.6rem;
  }
  .section_4 .tariffs_slider .slick-prev {
    left: -30px;
  }
  .section_4 .tariffs_slider .slick-next {
    right: -30px;
  }
  .section_4 .tariffs_slider .price_block {
    font-size: 140%;
    line-height: 20px;
    min-width: 50px;
  }
  .section_4 .unlimit_socials li {
    margin: 5px 3px 0;
  }
  .section_4 .unlimit_socials img {
    width: 18px;
  }
  .section_4 .view_all_btn {
    font-size: 130%;
    line-height: 16px;
  }
  .section_4 .order_btn {
    padding: 5px 10px;
    width: 140px;
    font-size: 130%;
    line-height: 16px;
    border-radius: 4px;
  }
  .section_4 .switch_btns {
    margin-bottom: 15px;
  }
  .section_4 .switch_btns button {
    max-width: 220px;
    padding: 5px 15px;
    font-size: 160%;
    line-height: 22px;
  }
}
@media screen and (max-width: 959px) and (min-height: 640px) {
  .section_4 .tariffs_slider {
    max-width: 100%;
  }
  .section_4 .tariffs_slider .slide_inner {
    height: 450px;
    max-width: 220px;
    padding-bottom: 15px;
  }
  .section_4 .tariffs_slider .slide_inner > img {
    width: 60px;
  }
  .section_4 .tariffs_slider .included_minutes {
    font-size: 180%;
    line-height: 20px;
    margin-top: 15px;
  }
  .section_4 .tariffs_slider .included_minutes:after {
    margin-top: 10px;
    width: 50px;
  }
  .section_4 .tariffs_slider .included_internet {
    font-size: 240%;
    line-height: 30px;
  }
  .section_4 .tariffs_slider .included_internet span[data-text=unlimit] {
    transform: skewY(-11deg);
    -moz-transform: skewY(-11deg);
    -ms-transform: skewY(-11deg);
    -webkit-transform: skewY(-11deg);
    -o-transform: skewY(-11deg);
    margin-top: 5px;
  }
  .section_4 .tariffs_slider .plus_unlimit {
    font-size: 160%;
    line-height: 20px;
  }
  .section_4 .tariffs_slider .full_unlimit {
    font-size: 180%;
    margin-top: 45px;
    transform: skewY(-11deg);
    -moz-transform: skewY(-11deg);
    -ms-transform: skewY(-11deg);
    -webkit-transform: skewY(-11deg);
    -o-transform: skewY(-11deg);
  }
  .section_4 .tariffs_slider .slick-arrow:before {
    font-size: 4rem;
  }
  .section_4 .tariffs_slider .price_block {
    font-size: 160%;
    line-height: 24px;
    min-width: 60px;
  }
  .section_4 .tariffs_slider .type_block {
    padding: 3px 0;
    width: 120px;
    transform: skewY(-11deg);
    -moz-transform: skewY(-11deg);
    -ms-transform: skewY(-11deg);
    -webkit-transform: skewY(-11deg);
    -o-transform: skewY(-11deg);
  }
  .section_4 .unlimit_socials img {
    width: 24px;
  }
  .section_4 .view_all_btn {
    font-size: 140%;
    line-height: 18px;
  }
  .section_4 .order_btn {
    width: 160px;
    font-size: 140%;
    line-height: 18px;
  }
  .section_4 .switch_btns {
    margin-bottom: 15px;
  }
  .section_4 .switch_btns button {
    max-width: 220px;
    padding: 5px 15px;
    font-size: 160%;
    line-height: 22px;
  }
}
@media screen and (max-width: 959px) and (max-height: 639px) {
  .section_4 .tariffs_slider .slide_inner {
    height: 320px;
    max-width: 180px;
    padding-bottom: 10px;
  }
  .section_4 .tariffs_slider .slide_inner > img {
    width: 40px;
    margin-top: 10px;
  }
  .section_4 .tariffs_slider .included_minutes {
    font-size: 160%;
    line-height: 18px;
    margin-top: 10px;
  }
  .section_4 .tariffs_slider .included_minutes:after {
    margin-top: 5px;
    width: 40px;
    height: 2px;
  }
  .section_4 .tariffs_slider .included_internet {
    font-size: 200%;
    line-height: 24px;
  }
  .section_4 .tariffs_slider .plus_unlimit {
    font-size: 140%;
    line-height: 18px;
  }
  .section_4 .tariffs_slider .full_unlimit {
    font-size: 160%;
    margin-top: 40px;
  }
  .section_4 .tariffs_slider .slick-arrow:before {
    font-size: 3.6rem;
  }
  .section_4 .tariffs_slider .slick-prev {
    left: 10px;
  }
  .section_4 .tariffs_slider .slick-next {
    right: 10px;
  }
  .section_4 .tariffs_slider .price_block {
    font-size: 140%;
    line-height: 20px;
    min-width: 50px;
  }
  .section_4 .unlimit_socials li {
    margin: 5px 3px 0;
  }
  .section_4 .unlimit_socials img {
    width: 18px;
  }
  .section_4 .view_all_btn {
    font-size: 130%;
    line-height: 16px;
  }
  .section_4 .order_btn {
    width: 140px;
    font-size: 130%;
    line-height: 16px;
    border-radius: 4px;
  }
  .section_4 .switch_btns {
    margin-bottom: 15px;
  }
  .section_4 .switch_btns button {
    max-width: 220px;
    padding: 5px 15px;
    font-size: 160%;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .section_4 {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .section_4 .tariffs_slider {
    max-width: 560px;
  }
}
@media screen and (max-width: 575px) {
  .section_4 .switch_btns button {
    font-size: 140%;
    margin: 0 5px;
  }
}
@media screen and (max-width: 575px) and (max-height: 639px) {
  .section_4 .tariffs_slider {
    max-width: 280px;
  }
}
@media screen and (max-width: 575px) and (max-height: 639px) and (min-height: 560px) {
  .section_4 .tariffs_slider .slide_inner {
    height: 360px;
  }
}
@media screen and (max-width: 575px) and (min-height: 640px) {
  .section_4 .tariffs_slider {
    max-width: 320px;
  }
}
@media screen and (max-width: 575px) and (min-height: 640px) and (max-height: 719px) {
  .section_4 .tariffs_slider .slide_inner {
    height: 420px;
  }
}

.section_6 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section_6 .narrow_container {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.section_6 .narrow_container:before, .section_6 .narrow_container:after {
  display: block;
  content: "";
  flex: 1;
}
.section_6 .faq_list {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 38px;
  scrollbar-color: #7EBC0A rgba(0, 0, 0, 0.75);
  scrollbar-width: thin;
}
.section_6 .faq_list::-webkit-scrollbar {
  width: 6px;
  height: auto;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.75);
}
.section_6 .faq_list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #7EBC0A;
}
.section_6 .faq_list li {
  background: rgba(0, 0, 0, 0.75);
}
.section_6 .faq_list li:not(:first-child) {
  margin-top: 10px;
}
.section_6 .faq_list a {
  text-decoration: underline;
  text-decoration-color: transparent;
  padding: 10px 20px;
}
.section_6 .faq_list a:active {
  text-decoration-color: transparent;
}
.section_6 .faq_list a:hover {
  text-decoration-color: #7EBC0A;
}
.section_6 .question_block {
  display: block;
  color: inherit;
  font-size: 180%;
  line-height: 24px;
  font-family: "ucom_sans_b";
}
.section_6 .answer_block {
  display: none;
  font-size: 160%;
  line-height: 22px;
  padding: 0 20px;
}
.section_6 .answer_block:before, .section_6 .answer_block:after {
  display: block;
  content: "";
  height: 10px;
}
@media screen and (max-height: 719px) {
  .section_6 {
    padding-bottom: 60px;
  }
  .section_6 .faq_list {
    margin-top: 30px;
  }
  .section_6 .question_block {
    font-size: 160%;
    line-height: 22px;
  }
  .section_6 .answer_block {
    font-size: 140%;
    line-height: 20px;
  }
}
@media screen and (max-width: 1439px) {
  .section_6 .faq_list {
    margin-top: 30px;
  }
  .section_6 .question_block {
    font-size: 160%;
    line-height: 22px;
  }
  .section_6 .answer_block {
    font-size: 140%;
    line-height: 20px;
  }
}
@media screen and (max-height: 575px) {
  .section_6 {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .section_6 .faq_list {
    margin-top: 15px;
  }
  .section_6 .question_block {
    font-size: 140%;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section_6 .answer_block {
    font-size: 130%;
    line-height: 19px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section_7 .section_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 790px;
  padding: 100px 15px;
  margin: 0 auto;
}
.section_7 .section_title {
  text-align: center;
}
.section_7 .condition_info {
  font-size: 180%;
  line-height: 25px;
  margin-top: 74px;
}
@media screen and (max-height: 719px) {
  .section_7 .condition_info {
    font-size: 160%;
    line-height: 22px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1439px) {
  .section_7 .condition_info {
    font-size: 160%;
    line-height: 22px;
    margin-top: 50px;
  }
}
@media screen and (max-height: 767px) {
  .section_7 {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .section_7 .condition_info {
    font-size: 130%;
    line-height: 18px;
    margin-top: 20px;
  }
}
@media screen and (max-height: 767px) and (max-height: 599px) {
  .section_7 .condition_info {
    font-size: 120%;
    line-height: 15px;
  }
}

.web #fp-nav > button, .web .section_1 .scroll_down, .section_1 .web .scroll_down, .web .section_4 .view_all_btn, .section_4 .web .view_all_btn, .web .section_4 .slick-arrow, .section_4 .web .slick-arrow, .web .section_6 .question_block, .section_6 .web .question_block {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web #fp-nav ul li a, #fp-nav ul li .web a, .web .section_1 .ucom_link, .section_1 .web .ucom_link, .web .section_4 .order_btn, .section_4 .web .order_btn {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .section_4 .switch_btns button, .section_4 .switch_btns .web button, .section_6 .faq_list a {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch #fp-nav > button, .touch .section_1 .scroll_down, .section_1 .touch .scroll_down, .touch .section_4 .view_all_btn, .section_4 .touch .view_all_btn, .touch .section_4 .slick-arrow, .section_4 .touch .slick-arrow, .touch .section_6 .question_block, .section_6 .touch .question_block {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch #fp-nav ul li a, #fp-nav ul li .touch a, .touch .section_1 .ucom_link, .section_1 .touch .ucom_link, .touch .section_4 .order_btn, .section_4 .touch .order_btn {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .section_4 .switch_btns button, .section_4 .switch_btns .touch button {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web #fp-nav > button:hover, .web .section_1 .scroll_down:hover, .section_1 .web .scroll_down:hover, .web .section_4 .view_all_btn:hover, .section_4 .web .view_all_btn:hover, .web .section_4 .slick-arrow:hover, .section_4 .web .slick-arrow:hover, .web .section_6 .question_block:hover, .section_6 .web .question_block:hover {
  color: #7EBC0A;
}
.web #fp-nav ul li a:hover, #fp-nav ul li .web a:hover, .web .section_1 .ucom_link:hover, .section_1 .web .ucom_link:hover, .web .section_4 .order_btn:hover, .section_4 .web .order_btn:hover {
  background: rgba(126, 188, 10, 0.7);
}
.web .section_4 .switch_btns button:hover, .section_4 .switch_btns .web button:hover {
  background: #ffffff;
  color: #7EBC0A;
  border-color: transparent;
}
.touch #fp-nav > button:active, .touch .section_1 .scroll_down:active, .section_1 .touch .scroll_down:active, .touch .section_4 .view_all_btn:active, .section_4 .touch .view_all_btn:active, .touch .section_4 .slick-arrow:active, .section_4 .touch .slick-arrow:active, .touch .section_6 .question_block:active, .section_6 .touch .question_block:active {
  color: #7EBC0A;
}
.touch #fp-nav ul li a:active, #fp-nav ul li .touch a:active, .touch .section_1 .ucom_link:active, .section_1 .touch .ucom_link:active, .touch .section_4 .order_btn:active, .section_4 .touch .order_btn:active {
  background: rgba(126, 188, 10, 0.7);
}
.touch .section_4 .switch_btns button:active, .section_4 .switch_btns .touch button:active {
  background: #ffffff;
  color: #000000;
  border-color: transparent;
}

/*# sourceMappingURL=index.css.map */
