.section_3 .answer_block ul, .section_3 .faq_list > ul, .section_2 .unlimit_socials, #fp-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.section_3:after, .section_3:before, .section_2:after, .section_2:before, .section_1 .back_sliders {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.section_3 .faq_list > ul > li.opened .question_block:after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.section_2 .slick-arrow:before, .section_3 .question_block:after, .section_2 .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_3 .question_block:before, .section_2 .tariffs_slider *, .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: #9ACB3B;
  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;
  }
}

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

.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%;
  }
}

[data-tooltip] {
  position: relative;
}
[data-tooltip]:before {
  position: absolute;
  left: 50%;
  max-width: 90vw;
  background: #9ACB3B;
  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: 1.4rem;
  line-height: 19px;
  padding: 0 10px;
  border-radius: 4px;
  content: attr(data-tooltip);
  margin-bottom: 5px;
  font-family: "ucom_sans";
}
[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);
}
[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;
}
[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 #9ACB3B;
}

.section_1 {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.section_1 .back_sliders {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section_1 .ticker_block {
  flex: 1;
  height: 10%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 100%;
}
.section_1 .ticker_block img {
  display: block;
  width: auto;
  height: 100%;
  opacity: 0;
}
.section_1 .ticker_block:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  background-image: inherit;
  background-size: auto 50%;
  background-position: 0 0;
  background-repeat: repeat-x;
}
@media screen and (min-width: 960px) {
  .section_1 .ticker_block:nth-child(n+4) {
    display: none;
  }
}
.section_1.fp-section .ticker_block:nth-child(2n+1):before {
  animation: toLeft linear infinite;
  animation-delay: 0.5s;
}
.section_1.fp-section .ticker_block:nth-child(2n):before {
  animation: toRight linear infinite;
  animation-delay: 0.5s;
}
.section_1.fp-section .ticker_block:first-child:before {
  animation-duration: 30s;
}
.section_1.fp-section .ticker_block:nth-child(2):before {
  animation-duration: 40s;
}
.section_1.fp-section .ticker_block:nth-child(3):before {
  animation-duration: 35s;
}
.section_1.fp-section .ticker_block:nth-child(4):before {
  animation-duration: 45s;
}
.section_1 .images_slider {
  height: 25%;
}
.section_1 .images_slider:not(.slick-slider) {
  display: flex;
}
.section_1 .images_slider .slick-list,
.section_1 .images_slider .slick-track {
  height: 100%;
}
.section_1 .images_slider .slide_block {
  height: 100%;
}
.section_1 .images_slider .slide_block img {
  display: block;
  width: auto;
  height: 100%;
}
.section_1 .section_inner {
  position: relative;
  z-index: 3;
  background: rgba(31, 33, 44, 0.7);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 60px 0;
  text-align: center;
}
.section_1 .section_inner:not(.animated) .logo_block {
  transform: translate3d(0, -150vw, 0);
  -moz-transform: translate3d(0, -150vw, 0);
  -ms-transform: translate3d(0, -150vw, 0);
  -webkit-transform: translate3d(0, -150vw, 0);
  -o-transform: translate3d(0, -150vw, 0);
}
.section_1 .section_inner:not(.animated) .slogan_block {
  transform: translate3d(0, 150vw, 0);
  -moz-transform: translate3d(0, 150vw, 0);
  -ms-transform: translate3d(0, 150vw, 0);
  -webkit-transform: translate3d(0, 150vw, 0);
  -o-transform: translate3d(0, 150vw, 0);
}
.section_1 .page_container {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.section_1 .logo_block {
  position: relative;
  height: 44vh;
  max-height: 451px;
  margin-bottom: 32px;
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}
.section_1 .logo_block img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 58.67vw;
  object-fit: contain;
}
.section_1 .logo_block img.smoke_image {
  position: absolute;
  z-index: -1;
  top: 25%;
  left: 25%;
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.section_1 .slogan_block {
  color: #9ACB3B;
  font-family: "ucom_sans_b";
  font-size: 960%;
  line-height: 1.47em;
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}
@media screen and (max-height: 959px) {
  .section_1 .slogan_block {
    font-size: 760%;
  }
}
@media screen and (max-width: 1199px) {
  .section_1 .slogan_block {
    font-size: 760%;
  }
}
@media screen and (max-height: 719px) {
  .section_1 .slogan_block {
    font-size: 560%;
  }
}
@media screen and (max-width: 959px) {
  .section_1 .slogan_block {
    font-size: 560%;
  }
}
@media screen and (max-height: 639px) {
  .section_1 .slogan_block {
    font-size: 360%;
  }
}
@media screen and (max-width: 639px) {
  .section_1 .slogan_block {
    font-size: 360%;
  }
}

@keyframes toRight {
  to {
    background-position: 100% 0;
  }
}
@keyframes toLeft {
  to {
    background-position: -100% 0;
  }
}
.section_2 {
  background-size: 0;
  padding: 60px 0;
}
.section_2.active:before {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.section_2:before {
  content: "";
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .section_2:before {
    -o-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    transition: transform 0.8s;
    -o-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    -o-transform: scale(3);
    transform-origin: center;
    -webkit-transfrom-origin: center;
  }
}
.section_2:after {
  content: "";
  background: #000000;
  opacity: 0.5;
  z-index: 1;
}
.section_2 .narrow_container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.section_2 .switch_btns {
  align-self: center;
  display: flex;
  flex-direction: column;
}
.section_2 .switch_btns button {
  margin: 30px 75px;
  width: 370px;
  padding: 30px 40px 70px;
  display: flex;
  flex-wrap: wrap;
  background: #292C36;
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 10px;
  position: relative;
  text-align: left;
}
.section_2 .switch_btns button[data-type=prepaid] .price_block {
  background-image: linear-gradient(90deg, #EC1A37 -0.02%, #E91B3A 3.2%, #962688 99.96%);
}
.section_2 .switch_btns button[data-type=prepaid].active {
  background-image: linear-gradient(90deg, #EC1A37 -0.02%, #E91B3A 3.2%, #962688 99.96%);
}
.section_2 .switch_btns button[data-type=postpaid] .price_block {
  background-image: linear-gradient(90deg, #2F318E 3.64%, #009B8B 100%);
}
.section_2 .switch_btns button[data-type=postpaid].active {
  background-image: linear-gradient(90deg, #2F318E 3.64%, #009B8B 100%);
}
.section_2 .switch_btns button.active {
  pointer-events: none;
}
.section_2 .switch_btns button.active:before {
  position: absolute;
  display: block;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: inherit;
  background: #292C36;
}
.section_2 .switch_btns .name_block {
  font-size: 420%;
  line-height: 56px;
  font-family: "ucom_sans_b";
  color: #ffffff;
  position: relative;
  z-index: 2;
  flex: 0 0 100%;
  max-width: 100%;
}
.section_2 .switch_btns .price_block {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding-right: inherit;
  text-align: right;
  font-size: 420%;
  line-height: 56px;
  margin-left: auto;
  font-family: "ucom_sans_b";
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  z-index: 2;
}
.section_2 .switch_btns .multiple_block {
  position: relative;
  z-index: 2;
  margin-top: 26px;
  margin-right: 30px;
}
.section_2 .switch_btns .multiple_block img {
  display: block;
  width: auto;
  height: 56px;
}
.section_2 .switch_btns .text_block {
  display: block;
  margin-top: 26px;
  align-self: center;
  font-size: 320%;
  line-height: 42px;
  color: #9ACB3B;
  position: relative;
  z-index: 2;
}
.section_2 .tariff_titles {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  font-size: 480%;
  line-height: 62px;
  margin-bottom: 28px;
  font-family: "ucom_sans_b";
  color: #ffffff;
}
.section_2 .tariff_titles span {
  color: #9ACB3B;
}
.section_2 .tariffs_slider {
  flex: 1;
  max-width: 343px;
  margin: 0 75px;
}
.section_2 .tariffs_slider .slide_block {
  -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_2 .tariffs_slider .slide_block[data-type=prepaid] .slide_inner:before,
.section_2 .tariffs_slider .slide_block[data-type=prepaid] .type_block,
.section_2 .tariffs_slider .slide_block[data-type=prepaid] .price_block,
.section_2 .tariffs_slider .slide_block[data-type=prepaid] .included_internet span[data-text=unlimit],
.section_2 .tariffs_slider .slide_block[data-type=prepaid] .full_unlimit {
  background: linear-gradient(to right, #EC1A37, #962688);
}
.section_2 .tariffs_slider .slide_block[data-type=postpaid] .slide_inner:before,
.section_2 .tariffs_slider .slide_block[data-type=postpaid] .type_block,
.section_2 .tariffs_slider .slide_block[data-type=postpaid] .price_block,
.section_2 .tariffs_slider .slide_block[data-type=postpaid] .included_internet span[data-text=unlimit],
.section_2 .tariffs_slider .slide_block[data-type=postpaid] .full_unlimit {
  background: linear-gradient(to right, #2F318E, #009B8B);
}
.section_2 .tariffs_slider .slide_inner {
  width: 100%;
  height: 690px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 32px 0 25px;
}
.section_2 .tariffs_slider .slide_inner:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  border-radius: 20px;
}
.section_2 .tariffs_slider .slide_inner:after {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border-radius: 20px;
  background: #2E2E4A;
  z-index: 1;
}
.section_2 .tariffs_slider .slide_inner * {
  position: relative;
  z-index: 2;
}
.section_2 .tariffs_slider .slide_inner > img {
  width: 107px;
  height: auto;
  margin: 0 auto;
}
.section_2 .tariffs_slider .slick-list {
  overflow: visible;
}
.section_2 .tariffs_slider .tariff_name {
  display: none;
}
.section_2 .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_2 .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_2 .tariffs_slider .included_minutes {
  font-size: 260%;
  line-height: 35px;
  margin-top: 28px;
  font-family: "ucom_sans_b";
}
.section_2 .tariffs_slider .included_minutes .tooltip_icon {
  display: inline-block;
  content: "";
  vertical-align: top;
  margin-top: -3px;
  width: 14px;
  height: 14px;
  background: url("images/info.svg") no-repeat;
  background-size: 100%;
  background-position: center;
}
.section_2 .tariffs_slider .included_internet {
  margin-top: 37px;
  font-family: "ucom_sans_b";
}
.section_2 .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;
}
.section_2 .tariffs_slider .included_internet .old_include {
  display: inline-block;
  vertical-align: top;
  font-size: 260%;
  line-height: 36px;
  position: relative;
}
.section_2 .tariffs_slider .included_internet .old_include:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -14px;
  right: -14px;
  border-top: 2px solid #E41E42;
}
.section_2 .tariffs_slider .included_internet .new_include {
  display: block;
  font-size: 440%;
  line-height: 60px;
  margin-top: 4px;
}
.section_2 .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_2 .tariffs_slider .plus_unlimit {
  display: block;
  font-family: "ucom_sans_sb";
  font-size: 220%;
  line-height: 30px;
}
.section_2 .tariffs_slider .plus_unlimit:before {
  display: block;
  content: "+";
  font-size: 4.4rem;
  line-height: 47px;
}
.section_2 .unlimit_socials {
  display: flex;
  justify-content: center;
}
.section_2 .unlimit_socials li {
  margin: 15px 6px 0;
  border-radius: 50%;
}
.section_2 .unlimit_socials li:nth-child(n+6) {
  display: none;
}
.section_2 .unlimit_socials li[data-tooltip]:before {
  white-space: nowrap;
}
.section_2 .unlimit_socials img {
  display: block;
  width: 34px;
}
.section_2 .view_all_btn {
  border: none;
  margin: 16px auto 0;
  color: inherit;
  font-size: 190%;
  line-height: 25px;
  font-family: "ucom_sans_sb";
  text-decoration: underline;
  padding: 0;
  background: transparent;
}
.section_2 .order_btn {
  margin: auto auto 0;
  padding: 14px;
  width: 204px;
  color: inherit;
  background: #9ACB3B;
  font-size: 190%;
  line-height: 25px;
  font-family: "ucom_sans_sb";
  border: none;
  border-radius: 8px;
}
.section_2 .slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  font-size: 0;
  border: none;
  background: transparent;
  padding: 0 10px;
  color: inherit;
  margin-top: -29px;
  z-index: 3;
  color: #ffffff;
}
.section_2 .slick-arrow:before {
  display: block;
  font-size: 5.7rem;
}
.section_2 .slick-arrow.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.section_2 .slick-prev {
  left: 50%;
  margin-left: -50vw;
}
.section_2 .slick-prev:before {
  content: "\e902";
}
.section_2 .slick-next {
  right: 50%;
  margin-right: -50vw;
}
.section_2 .slick-next:before {
  content: "\e903";
}
@media screen and (max-height: 899px) {
  .section_2 {
    padding: 40px 0;
  }
  .section_2 .switch_btns button {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 30px;
  }
  .section_2 .tariff_titles {
    font-size: 440%;
    line-height: 56px;
    margin-bottom: 20px;
  }
  .section_2 .tariffs_slider {
    max-width: 320px;
  }
  .section_2 .tariffs_slider .slide_inner {
    padding: 20px 0;
    height: 560px;
  }
  .section_2 .tariffs_slider .slide_inner > img {
    width: 100px;
  }
  .section_2 .tariffs_slider .included_minutes {
    font-size: 200%;
    line-height: 30px;
    margin-top: 15px;
  }
  .section_2 .tariffs_slider .included_internet {
    margin-top: 20px;
  }
  .section_2 .tariffs_slider .included_internet .old_include {
    font-size: 200%;
    line-height: 30px;
  }
  .section_2 .tariffs_slider .included_internet .new_include {
    font-size: 400%;
    line-height: 50px;
    margin-top: 0;
  }
  .section_2 .tariffs_slider .plus_unlimit {
    font-size: 180%;
    line-height: 24px;
  }
  .section_2 .tariffs_slider .plus_unlimit:before {
    font-size: 4rem;
    line-height: 40px;
  }
  .section_2 .tariffs_slider .unlimit_socials img {
    width: 32px;
  }
  .section_2 .tariffs_slider .order_btn {
    padding: 12px 14px;
    width: 192px;
    font-size: 160%;
    line-height: 22px;
  }
  .section_2 .tariffs_slider .view_all_btn {
    font-size: 160%;
    line-height: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .section_2 .tariffs_slider,
.section_2 .switch_btns button {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .section_2 {
    padding: 40px 0;
  }
  .section_2 .narrow_container {
    justify-content: center;
    align-content: center;
  }
  .section_2 .switch_btns {
    margin-right: 15px;
    margin-left: 0;
  }
  .section_2 .switch_btns button {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding: 25px 30px;
    width: 320px;
  }
  .section_2 .switch_btns button .name_block,
.section_2 .switch_btns button .price_block {
    font-size: 360%;
    line-height: 44px;
  }
  .section_2 .switch_btns button .price_block {
    top: 25px;
  }
  .section_2 .switch_btns button .multiple_block {
    margin-top: 20px;
    margin-right: 20px;
  }
  .section_2 .switch_btns button .multiple_block img {
    height: 48px;
  }
  .section_2 .switch_btns button .text_block {
    margin-top: 20px;
    font-size: 280%;
    line-height: 36px;
  }
  .section_2 .switch_btns button.active:before {
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
  }
  .section_2 .tariff_titles {
    font-size: 440%;
    line-height: 56px;
  }
  .section_2 .tariffs_slider {
    max-width: 320px;
    margin: auto 0 auto 15px;
  }
  .section_2 .tariffs_slider .slide_inner {
    padding: 20px 0;
    height: 560px;
  }
  .section_2 .tariffs_slider .slide_inner > img {
    width: 100px;
  }
  .section_2 .tariffs_slider .included_minutes {
    font-size: 200%;
    line-height: 30px;
    margin-top: 15px;
  }
  .section_2 .tariffs_slider .included_internet {
    margin-top: 20px;
  }
  .section_2 .tariffs_slider .included_internet .old_include {
    font-size: 200%;
    line-height: 30px;
  }
  .section_2 .tariffs_slider .included_internet .new_include {
    font-size: 400%;
    line-height: 50px;
    margin-top: 0;
  }
  .section_2 .tariffs_slider .plus_unlimit {
    font-size: 180%;
    line-height: 24px;
  }
  .section_2 .tariffs_slider .plus_unlimit:before {
    font-size: 4rem;
    line-height: 40px;
  }
  .section_2 .tariffs_slider .unlimit_socials img {
    width: 32px;
  }
  .section_2 .tariffs_slider .order_btn {
    padding: 12px 14px;
    width: 192px;
    font-size: 160%;
    line-height: 22px;
  }
  .section_2 .tariffs_slider .view_all_btn {
    font-size: 160%;
    line-height: 22px;
  }
}
@media screen and (max-height: 719px) {
  .section_2 {
    padding: 20px 0;
  }
  .section_2 .switch_btns button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 25px 30px;
    width: 320px;
  }
  .section_2 .switch_btns button .name_block,
.section_2 .switch_btns button .price_block {
    font-size: 360%;
    line-height: 44px;
  }
  .section_2 .switch_btns button .price_block {
    top: 25px;
  }
  .section_2 .switch_btns button .multiple_block {
    margin-top: 20px;
    margin-right: 20px;
  }
  .section_2 .switch_btns button .multiple_block img {
    height: 48px;
  }
  .section_2 .switch_btns button .text_block {
    margin-top: 20px;
    font-size: 280%;
    line-height: 36px;
  }
  .section_2 .switch_btns button.active:before {
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
  }
  .section_2 .tariff_titles {
    font-size: 400%;
    line-height: 56px;
    margin-bottom: 20px;
  }
  .section_2 .tariffs_slider {
    max-width: 320px;
  }
  .section_2 .tariffs_slider .slide_inner {
    padding: 15px 0;
    height: 500px;
  }
  .section_2 .tariffs_slider .slide_inner > img {
    width: 80px;
  }
  .section_2 .tariffs_slider .included_minutes {
    font-size: 180%;
    line-height: 24px;
    margin-top: 15px;
  }
  .section_2 .tariffs_slider .included_internet {
    margin-top: 20px;
  }
  .section_2 .tariffs_slider .included_internet .old_include {
    font-size: 180%;
    line-height: 24px;
  }
  .section_2 .tariffs_slider .included_internet .new_include {
    font-size: 360%;
    line-height: 44px;
  }
  .section_2 .tariffs_slider .plus_unlimit {
    font-size: 160%;
    line-height: 20px;
  }
  .section_2 .tariffs_slider .plus_unlimit:before {
    font-size: 3.6rem;
    line-height: 36px;
  }
  .section_2 .tariffs_slider .unlimit_socials img {
    width: 30px;
  }
  .section_2 .tariffs_slider .order_btn {
    padding: 10px 14px;
    width: 180px;
    font-size: 140%;
    line-height: 20px;
  }
  .section_2 .tariffs_slider .view_all_btn {
    font-size: 140%;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section_2 {
    padding: 20px 0;
  }
  .section_2 .switch_btns {
    margin-right: 10px;
  }
  .section_2 .switch_btns button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    width: 290px;
  }
  .section_2 .switch_btns button .name_block,
.section_2 .switch_btns button .price_block {
    font-size: 360%;
    line-height: 44px;
  }
  .section_2 .switch_btns button .price_block {
    top: 20px;
  }
  .section_2 .switch_btns button .multiple_block {
    margin-top: 20px;
    margin-right: 10px;
  }
  .section_2 .switch_btns button .multiple_block img {
    height: 48px;
  }
  .section_2 .switch_btns button .text_block {
    margin-top: 20px;
    font-size: 280%;
    line-height: 36px;
  }
  .section_2 .switch_btns button.active:before {
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
  }
  .section_2 .tariff_titles {
    font-size: 400%;
    line-height: 56px;
    margin-bottom: 20px;
  }
  .section_2 .tariffs_slider {
    max-width: 290px;
    margin-left: 10px;
  }
  .section_2 .tariffs_slider .slide_inner {
    padding: 15px 0;
    height: 500px;
  }
  .section_2 .tariffs_slider .slide_inner > img {
    width: 80px;
  }
  .section_2 .tariffs_slider .included_minutes {
    font-size: 180%;
    line-height: 24px;
    margin-top: 15px;
  }
  .section_2 .tariffs_slider .included_internet {
    margin-top: 20px;
  }
  .section_2 .tariffs_slider .included_internet .old_include {
    font-size: 180%;
    line-height: 24px;
  }
  .section_2 .tariffs_slider .included_internet .new_include {
    font-size: 360%;
    line-height: 44px;
  }
  .section_2 .tariffs_slider .plus_unlimit {
    font-size: 160%;
    line-height: 20px;
  }
  .section_2 .tariffs_slider .plus_unlimit:before {
    font-size: 3.6rem;
    line-height: 36px;
  }
  .section_2 .tariffs_slider .unlimit_socials img {
    width: 30px;
  }
  .section_2 .tariffs_slider .order_btn {
    padding: 10px 14px;
    width: 180px;
    font-size: 140%;
    line-height: 20px;
  }
  .section_2 .tariffs_slider .view_all_btn {
    font-size: 140%;
    line-height: 20px;
  }
}
@media screen and (max-height: 639px) {
  .section_2 {
    padding: 15px 0;
  }
  .section_2 .switch_btns button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 25px;
    width: 280px;
  }
  .section_2 .switch_btns button .name_block,
.section_2 .switch_btns button .price_block {
    font-size: 300%;
    line-height: 36px;
  }
  .section_2 .switch_btns button .price_block {
    top: 20px;
  }
  .section_2 .switch_btns button .multiple_block {
    margin-top: 15px;
    margin-right: 15px;
  }
  .section_2 .switch_btns button .multiple_block img {
    height: 40px;
  }
  .section_2 .switch_btns button .text_block {
    margin-top: 15px;
    font-size: 240%;
    line-height: 30px;
  }
  .section_2 .switch_btns button.active:before {
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
  }
  .section_2 .tariff_titles {
    font-size: 360%;
    line-height: 44px;
    margin-bottom: 15px;
  }
  .section_2 .tariffs_slider {
    max-width: 240px;
  }
  .section_2 .tariffs_slider .slide_inner {
    height: 380px;
  }
  .section_2 .tariffs_slider .slide_inner > img {
    width: 60px;
  }
  .section_2 .tariffs_slider .included_minutes {
    font-size: 160%;
    line-height: 20px;
    margin-top: 10px;
  }
  .section_2 .tariffs_slider .included_internet {
    margin-top: 15px;
  }
  .section_2 .tariffs_slider .included_internet .old_include {
    font-size: 160%;
    line-height: 20px;
  }
  .section_2 .tariffs_slider .included_internet .new_include {
    font-size: 300%;
    line-height: 36px;
  }
  .section_2 .tariffs_slider .plus_unlimit {
    font-size: 140%;
    line-height: 18px;
  }
  .section_2 .tariffs_slider .plus_unlimit:before {
    font-size: 3rem;
    line-height: 30px;
  }
  .section_2 .tariffs_slider .unlimit_socials img {
    width: 24px;
  }
  .section_2 .tariffs_slider .unlimit_socials li {
    margin-top: 8px;
  }
  .section_2 .tariffs_slider .order_btn {
    width: 160px;
  }
  .section_2 .tariffs_slider .view_all_btn {
    font-size: 120%;
    margin-top: 8px;
  }
}
@media screen and (max-width: 639px) {
  .section_2 .switch_btns {
    display: none;
  }
  .section_2 .tariffs_slider {
    margin: 0;
    max-width: 290px;
    overflow: visible;
  }
  .section_2 .tariffs_slider .slick-list {
    overflow: visible;
  }
  .section_2 .tariffs_slider .slide_block {
    padding: 0 5px;
    -o-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  .section_2 .tariffs_slider .slide_block:not(.slick-active) {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
  .section_2 .tariffs_slider .slide_block:not(.slick-active):first-child {
    transform-origin: center right;
    -webkit-transfrom-origin: center right;
  }
  .section_2 .tariffs_slider .slide_block:not(.slick-active):last-child {
    transform-origin: center left;
    -webkit-transfrom-origin: center left;
  }
  .section_2 .tariffs_slider .slide_block:not(.slick-active) .slide_inner {
    opacity: 0.6;
  }
  .section_2 .tariffs_slider .slide_block:not(.slick-active) .slide_inner * {
    pointer-events: none;
  }
  .section_2 .tariffs_slider .slide_inner {
    -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_2 .tariffs_slider .slide_inner * {
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media screen and (max-width: 479px) {
  .section_2 .tariff_titles {
    font-size: 280%;
    line-height: 42px;
  }
  .section_2 .tariffs_slider {
    max-width: 270px;
  }
}

.section_3 {
  padding: 0;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}
.section_3.active:before {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.section_3:before {
  content: "";
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .section_3:before {
    -o-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    transition: transform 0.8s;
    -o-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    -o-transform: scale(3);
    transform-origin: center;
    -webkit-transfrom-origin: center;
  }
}
.section_3:after {
  content: "";
  background: rgba(31, 33, 44, 0.8);
}
.section_3 .narrow_container {
  flex: 1;
  height: 10%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  z-index: 3;
}
.section_3 .section_title {
  text-align: center;
  margin-bottom: 55px;
}
.section_3 .faq_list {
  margin: 0 -36px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 36px;
  scrollbar-color: #9ACB3B rgba(0, 0, 0, 0.75);
  scrollbar-width: thin;
  color: #f1f1f1;
}
.section_3 .faq_list::-webkit-scrollbar {
  width: 6px;
  height: auto;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.75);
}
.section_3 .faq_list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #9ACB3B;
}
.section_3 .faq_list > ul {
  counter-reset: serialNumber;
}
.section_3 .faq_list > ul:before {
  display: block;
  content: "";
  height: 10px;
}
.section_3 .faq_list > ul > li {
  position: relative;
  border: 1px solid;
  border-top-left-radius: 25px;
  counter-increment: serialNumber;
  border-bottom-width: 3px;
}
.section_3 .faq_list > ul > li:not(:first-child) {
  margin-top: 50px;
}
.section_3 .faq_list > ul > li.opened {
  border-bottom-width: 1px;
  background: #1F212C;
  border-bottom-right-radius: 25px;
}
.section_3 .faq_list > ul > li.opened .question_block:before {
  transform: rotate(-19deg) translate3d(-30px, -23px, 0);
  -moz-transform: rotate(-19deg) translate3d(-30px, -23px, 0);
  -ms-transform: rotate(-19deg) translate3d(-30px, -23px, 0);
  -webkit-transform: rotate(-19deg) translate3d(-30px, -23px, 0);
  -o-transform: rotate(-19deg) translate3d(-30px, -23px, 0);
  background: #1F212C;
  border-color: #f1f1f1;
  color: #f1f1f1;
}
.section_3 .question_block {
  border: none;
  background: transparent;
  padding: 9px 30px 9px 9px;
  display: flex;
  align-items: center;
  border-top-left-radius: inherit;
  width: 100%;
  font-size: 180%;
  line-height: 24px;
  color: inherit;
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
}
.section_3 .question_block:hover {
  background: #1F212C;
}
.section_3 .question_block:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(serialNumber, decimal-leading-zero);
  font-size: 3rem;
  line-height: 1.2em;
  min-width: 59px;
  height: 69px;
  margin-right: 16px;
  background: #f1f1f1;
  color: #000000;
  font-family: "ucom_sans_b";
  border-radius: 20px 0;
  border: 4px solid transparent;
}
.section_3 .question_block:after {
  content: "\e901";
  font-size: 1.6rem;
  font-weight: 900 !important;
  margin-left: auto;
  flex: 0 0 58px;
  width: 58px;
  height: 38px;
  display: flex;
  padding-left: 20px;
  align-items: center;
  justify-content: center;
}
.section_3 .answer_block {
  display: none;
  font-size: 160%;
  line-height: 22px;
  padding: 0 87px;
}
.section_3 .answer_block:before, .section_3 .answer_block:after {
  display: block;
  content: "";
  height: 32px;
}
.section_3 .answer_block a {
  color: inherit;
  text-decoration: underline;
}
.section_3 .answer_block ul li {
  position: relative;
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
}
.section_3 .answer_block ul li:before {
  display: block;
  content: "";
  min-width: 6px;
  height: 6px;
  background: #9ACB3B;
  margin-right: 8px;
  margin-top: 9px;
  border-radius: 50%;
}
.section_3 .logo_block {
  position: absolute;
  top: 0;
  left: 17px;
}
.section_3 .logo_block img {
  display: block;
  width: 73px;
  height: auto;
}
@media screen and (max-height: 849px) {
  .section_3 {
    padding-top: 40px;
  }
  .section_3 .section_title {
    margin-bottom: 30px;
  }
  .section_3 .faq_list > ul > li:not(:first-child) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .section_3 .question_block {
    font-size: 160%;
    line-height: 22px;
  }
  .section_3 .answer_block {
    font-size: 140%;
    line-height: 20px;
  }
}
@media screen and (max-width: 959px) {
  .section_3 {
    padding-top: 40px;
  }
  .section_3 .question_block {
    font-size: 140%;
    line-height: 20px;
    padding-right: 10px;
  }
  .section_3 .question_block:after {
    padding-left: 0;
    flex: 0 0 38px;
    width: 38px;
  }
  .section_3 .answer_block {
    font-size: 120%;
    line-height: 20px;
  }
  .section_3 .answer_block:before, .section_3 .answer_block:after {
    height: 24px;
  }
  .section_3 .faq_list > ul > li:not(:first-child) {
    margin-top: 38px;
  }
  .section_3 .section_title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 639px) {
  .section_3 {
    padding-top: 20px;
  }
  .section_3 .question_block {
    font-size: 120%;
    padding: 14px 9px;
  }
  .section_3 .question_block:before {
    margin-right: 7px;
  }
  .section_3 .question_block:after {
    font-size: 1.2rem;
  }
  .section_3 .answer_block {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .section_3 .answer_block:before, .section_3 .answer_block:after {
    height: 16px !important;
  }
  .section_3 .logo_block {
    display: none;
  }
  .section_3 .faq_list > ul > li:not(:first-child) {
    margin-top: 27px;
  }
  .section_3 .section_title {
    margin-bottom: 0;
  }
}
@media screen and (max-height: 719px) {
  .section_3 {
    padding-top: 20px;
  }
  .section_3 .section_title {
    margin-bottom: 10px;
  }
  .section_3 .faq_list > ul > li:not(:first-child) {
    margin-top: 16px;
  }
  .section_3 .logo_block img {
    width: 58px;
  }
}
@media screen and (max-height: 639px) {
  .section_3 {
    padding-top: 10px;
  }
  .section_3 .section_title {
    margin-bottom: 10px;
  }
  .section_3 .question_block {
    font-size: 160%;
    line-height: 22px;
  }
  .section_3 .question_block:before {
    min-width: 49px;
    height: 49px;
    font-size: 2rem;
  }
  .section_3 .question_block:after {
    font-size: 1.2rem;
  }
  .section_3 .answer_block {
    padding: 0 75px;
    font-size: 140%;
    line-height: 20px;
  }
  .section_3 .answer_block:before, .section_3 .answer_block:after {
    height: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .section_3 .section_title {
    margin-bottom: 0;
  }
  .section_3 .faq_list > ul:before {
    height: 30px;
  }
  .section_3 .faq_list > ul > li:not(:first-child) {
    margin-top: 27px;
  }
  .section_3 .faq_list > ul > li.opened .question_block:before {
    transform: rotate(-30deg) translate3d(-5px, -30px, 0);
    -moz-transform: rotate(-30deg) translate3d(-5px, -30px, 0);
    -ms-transform: rotate(-30deg) translate3d(-5px, -30px, 0);
    -webkit-transform: rotate(-30deg) translate3d(-5px, -30px, 0);
    -o-transform: rotate(-30deg) translate3d(-5px, -30px, 0);
  }
}

.web .section_2 .switch_btns button, .section_2 .switch_btns .web button {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web #fp-nav > button, .web .section_2 .view_all_btn, .section_2 .web .view_all_btn, .web .section_2 .slick-arrow, .section_2 .web .slick-arrow, .web .section_3 .answer_block a, .section_3 .answer_block .web a {
  -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_2 .order_btn, .section_2 .web .order_btn, .section_3 .question_block {
  -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;
}

.section_3 .faq_list > ul > li, .section_3 .question_block:before {
  -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 .section_2 .switch_btns button, .section_2 .switch_btns .touch button {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch #fp-nav > button, .touch .section_2 .view_all_btn, .section_2 .touch .view_all_btn, .touch .section_2 .slick-arrow, .section_2 .touch .slick-arrow, .touch .section_3 .answer_block a, .section_3 .answer_block .touch a {
  -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_2 .order_btn, .section_2 .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;
}

.web #fp-nav > button:hover, .web .section_2 .view_all_btn:hover, .section_2 .web .view_all_btn:hover, .web .section_2 .slick-arrow:hover, .section_2 .web .slick-arrow:hover, .web .section_3 .answer_block a:hover, .section_3 .answer_block .web a:hover {
  color: #9ACB3B;
}
.web #fp-nav ul li a:hover, #fp-nav ul li .web a:hover, .web .section_2 .order_btn:hover, .section_2 .web .order_btn:hover {
  background: rgba(154, 203, 59, 0.7);
}
.web .section_2 .switch_btns button:hover, .section_2 .switch_btns .web button:hover {
  opacity: 0.7;
}

.touch #fp-nav > button:active, .touch .section_2 .view_all_btn:active, .section_2 .touch .view_all_btn:active, .touch .section_2 .slick-arrow:active, .section_2 .touch .slick-arrow:active, .touch .section_3 .answer_block a:active, .section_3 .answer_block .touch a:active {
  color: #9ACB3B;
}
.touch #fp-nav ul li a:active, #fp-nav ul li .touch a:active, .touch .section_2 .order_btn:active, .section_2 .touch .order_btn:active {
  background: rgba(154, 203, 59, 0.7);
}
.touch .section_2 .switch_btns button:active, .section_2 .switch_btns .touch button:active {
  opacity: 0.7;
}

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