
figure {
  font-size: 0;
  line-height: 0;
}
figure img {
  max-width: 100%;
}
.hidden {
  display: none;
}
.outer {
  display: table;
  width: 100%;
}
.outer > .inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html.popup_open {
  overflow: hidden;
}
html .popup_cont {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 970;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
}
html .popup_cont .popup {
  position: relative;
  z-index: 10;
  left: 0;
  width: 100%;
  padding-top: 148px;
  padding-bottom: 148px;
}
html .popup_cont .popup .popup_close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
html .popup_cont .popup .popup_close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  background-image: url("../img/design/popup_close.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
html .popup_cont .popup .popup_close:hover:before {
  background-image: url("../img/design/popup_close_hover.png");
}
html .popup_cont .popup .popup_close:active:before {
  background-image: url("../img/design/popup_close_active.png");
}
html .popup_cont .popup.vmid_fixed {
  position: fixed;
  top: 50%;
}
html .popup_bg {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 960;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  background-color: #101010;
}
html.svg .popup_cont .popup .popup_close:before {
  background-image: url("../img/design/popup_close.svg");
}
html.svg .popup_cont .popup .popup_close:hover:before {
  background-image: url("../img/design/popup_close_hover.svg");
}
html.svg .popup_cont .popup .popup_close:active:before {
  background-image: url("../img/design/popup_close_active.svg");
}


#page {
  min-height: 100%;
  position: relative;
}
.wrap:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.mob_fixed_btm_push {
  height: 0px;
}
.mob_fixed_btm {
  position: fixed;
  z-index: 15;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 10px 9px 10px;
  background-color: #ffffff;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
}
.mob_fixed_btm.show {
  display: block;
}
.tabs_block {
  overflow: hidden;
}
.tabs_block .tabs_head {
  padding: 0px 0 0;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0;
  line-height: 0;
    background-color: #fafafa;
}
.tabs_block .tabs_head .tabs_head_inner {
  position: relative;
}
.tabs_block .tabs_head .tabs_head_inner:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #f0f0f0;
}
.tabs_block .tabs_head .t-item {
  cursor: pointer;
  padding: 23px 0 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 16px;
  line-height: 19px;
}
.tabs_block .tabs_head .t-item:before {
  content: '';
  bottom: 0;
  border-bottom: 4px solid #e84f35;
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
}
.tabs_block .tabs_head .t-item .temp_border {
  bottom: 0;
  border-bottom: 4px solid #e84f35;
  position: absolute;
  left: 0;
  width: 100%;
}
.tabs_block .tabs_head .t-item.active {
  color: #e84f35;
}
.tabs_block .tabs_head .t-item.activeb:before {
  display: block;
}
.tabs_block .tabs_head .t-item + .t-item {
  margin-left: 90px;
}
.tabs_block .tabs_head .t-item:hover {
  color: #e84f35;
}
.tabs_block .tabs_body {
  position: relative;
}
.tabs_block .tabs_body .t-item {
  display: none;
  padding-top: 1px;
  padding-bottom: 100px;
  top: 0;
  left: 0;
  right: 0;
}
.tabs_block .tabs_body .t-item.active {
  display: block;
}
.tabs_block .tabs_body .tabs_title {
  font-size: 55px;
  line-height: 66px;
  font-weight: 300;
  margin-top: 57px;
  text-align: center;
}
.tabs_block .tabs_body .tabs_title2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 300;
}
.tabs_block .tabs_body .tabs_text {
  font-size: 16px;
  line-height: 25px;
  margin-top: 30px;
  text-align: center;
}
.tabs_block .tabs_body .tabs_text + .tabs_list,
.tabs_block .tabs_body .tabs_text + .channel_package {
  margin-top: 14px;
  text-align: center;
}
.tabs_block .tabs_body .tabs_subtitle {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 50px;
  text-align: center;
}
.tabs_block .tabs_body .tabs_subtitle + .tabs_list,
.tabs_block .tabs_body .tabs_subtitle + .channel_package {
  margin-top: 6px;
  text-align: center;
}
.tabs_block .tabs_body .tabs_subtitle2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 27px;
  width: 480px;
}
.tabs_block .tabs_body .tabs_smalltitle {
  font-size: 24px;
  line-height: 29px;
}
.tabs_block .tabs_body .tabs_smalltitle + .tabs_text2 {
  margin-top: 16px;
}
.tabs_block .tabs_body .tabs_text2 {
  font-size: 16px;
  line-height: 25px;
}
.tabs_block .tabs_body .tabs_note {
  font-size: 14px;
  line-height: 20px;
  color: #696969;
  margin-top: 56px;
}
.tabs_block .tabs_body .tabs_list {
  font-size: 0;
  line-height: 0;
  margin: 0 0 0 -22px;
}
.tabs_block .tabs_body .tabs_list .li {
  display: inline-block;
  margin: 19px 0 0 22px;
  border: 1px solid #dadada;
  border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  width: 90px;
  height: 90px;
  font-size: 0;
  line-height: 90px;
  text-align: center;
  overflow: hidden;
}
.tabs_block .tabs_body .tabs_list .li:hover {
  border-color: #e84f35;
}
.tabs_block .tabs_body .tabs_list .li img {
  vertical-align: middle;
  margin: 0 auto;
  max-width: 80%;
  max-height: 80%;
}
.tabs_block .tabs_body .tabs_cols {
  margin-left: -40px;
}
.tabs_block .tabs_body .tabs_cols:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tabs_block .tabs_body .tabs_cols .tabs_col {
  float: left;
  width: 50%;
  margin-top: 67px;
}
.tabs_block .tabs_body .tabs_cols .tabs_col .left {
  float: left;
  margin-left: 100px;
  width: 100px;
}
.tabs_block .tabs_body .tabs_cols .tabs_col .right {
  margin-left: 240px;
  padding-top: 6px;
}
.tabs_block .tabs_body .tabs_cols .tabs_col:nth-child(2n+1) {
  clear: left;
}
.tabs_block .tabs_body .tabs_cols2 {
  padding: 83px 0 25px;
}
.tabs_block .tabs_body .tabs_cols2:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tabs_block .tabs_body .tabs_cols2 .left {
  float: left;
  width: 530px;
}
.tabs_block .tabs_body .tabs_cols2 .right {
  float: right;
  padding-top: 20px;
  margin-right: -116px;
}
.tabs_block .tabs_body .tabs_btn_cont {
  font-size: 0;
  line-height: 0;
  margin-top: 16px;
  margin-left: -12px;
}
.tabs_block .tabs_body .tabs_btn_cont .inb_btn {
  display: inline-block;
  margin-left: 12px;
}
.tabs_block .tabs_body .showmore_cont,
.tabs_block .tabs_body .showmore_cont_tab {
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding-top: 25px;
  display: none;
}
.tabs_block .tabs_body .showmore_cont .btn,
.tabs_block .tabs_body .showmore_cont_tab .btn {
  min-width: 110px;
}
.expanded_tooltip {
  position: absolute;
  z-index: 110;
  background-color: #ffffff;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  padding: 10px 12px 10px;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border: 1px solid #dedddd;
  margin-top: -12px;
  text-align: center;
  max-width: 198px;
}
.expanded_tooltip p + p {
  margin-top: 9px;
}
.expanded_tooltip .tooltip_header {
  margin: 2px 0 6px;
  font-weight: 700;
}
.expanded_tooltip .pointer {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #dedddd;
}
.expanded_tooltip .pointer:before {
  content: '';
  position: absolute;
  top: -12px;
  left: -11px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #ffffff;
}
.expanded_tooltip .pointer_top {
  top: auto;
  bottom: 100%;
  border-top: none;
  border-bottom: 12px solid #dedddd;
}
.expanded_tooltip .pointer_top:before {
  top: auto;
  bottom: -12px;
  border-top: none;
  border-bottom: 12px solid #ffffff;
}
.expanded_tooltip.plan_tip {
  font-size: 14px;
  line-height: 21px;
  max-width: 304px;
  padding: 13px 12px 13px 22px;
  text-align: left;
}
.animate_up_once {
  opacity: 0;
  position: relative;
  top: 50px;
}
.popup {
  font-size: 15px;
  line-height: 20px;
}
.popup .whitecont {
  padding: 44px 55px 62px;
  width: 610px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
.popup .popup_title {
  font-size: 34px;
  line-height: 46px;
  text-align: center;
  font-weight: 300;
}
.popup .popup_title + p {
  margin-top: 47px;
}
.popup .popup_title + .popup_subtitle {
  margin-top: 49px;
}
.popup .popup_subtitle {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 36px;
}
.popup .popup_subtitle + .faq_block {
  margin-top: 22px;
}
.popup p + p {
  margin-top: 20px;
}
.faq_block {
  border: 1px solid rgba(151, 151, 151, 0.2);
  border-width: 1px 0;
}
.faq_block .trigger {
  font-size: 18px;
  line-height: 22px;
  padding: 12px 0 15px 30px;
  position: relative;
  cursor: pointer;
}
.faq_block .trigger:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 1px;
  width: 10px;
  height: 16px;
  background-image: url("../img/design/faq_right.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.faq_block .expand {
  display: none;
  margin-top: -3px;
  padding: 0 0 16px 30px;
}
.faq_block.open .trigger {
  color: #e84f35;
}
.faq_block.open .trigger:before {
  width: 16px;
  height: 10px;
  top: 18px;
  left: -1px;
  background-image: url("../img/design/faq_down.png");
}
.faq_block.open .expand {
  display: block;
}
.faq_block + .faq_block {
  border-top: 0;
}
.faq_block ul li {
  display: list-item;
  list-style: disc;
  margin-left: 30px;
}
.svg .faq_block .trigger:before {
  background-image: url("../img/design/faq_right.svg");
}
.svg .faq_block.open .trigger:before {
  background-image: url("../img/design/faq_down.svg");
}
@media (min-width: 1280px) {
  .hidden-dt {
    display: none !important;
  }
  .hidden-dttab {
    display: none !important;
  }
  .hidden-dtmob {
    display: none !important;
  }
  .wrap {
    width: 1100px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .hidden-tab {
    display: none !important;
  }
  .hidden-dttab {
    display: none !important;
  }
  .hidden-tabmob {
    display: none !important;
  }
  .wrap {
    margin: 0 35px;
  }
  header .menu {
    display: none;
  }
  header .applybtn_cont {
    float: right;
    margin-left: 0;
  }
  header .lang {
    float: right;
    margin: 8px 31px 0 0;
  }
  footer .ico_link + .ico_link {
    margin-left: 40px;
  }
  .apply_block {
    padding: 58px 0 67px;
  }
  .apply_block .apply_block_title {
    max-width: 75%;
  }
  .apply_block .apply_block_title + .apply_block_text {
    margin-top: 26px;
  }
  .apply_block .apply_block_text {
    max-width: 84%;
  }
  .shortcut_block {
    padding: 74px 0 0px;
  }
  .shortcut_block .shortcut_logo + .shortcut_subtitle {
    margin-top: 46px;
  }
  .shortcut_block .shortcut_subtitle {
    max-width: 89%;
  }
  .shortcut_block .shortcut_subtitle + .shortcut_slider {
    margin-top: 41px;
  }
  .shortcut_block .shortcut_slider .slider_cont {
    position: relative;
    margin-left: -551px;
    width: 1102px;
    padding-bottom: 85px;
  }
  .shortcut_block .shortcut_slider .arrow {
    display: none;
  }
  .shortcut_block .shortcut_slider .slider_content .item:first-child {
    padding-left: 223px;
  }
  .internet_block {
    background-color: #f3f6f9;
    overflow: hidden;
    padding: 49px 0 71px;
  }
  .internet_block .left {
    float: none;
    width: 68%;
    margin: 0 auto;
    text-align: center;
  }
  .internet_block .right {
    float: none;
    width: 80%;
    padding: 16px 0 0;
    margin: 0 auto;
  }
  .internet_block .last .left {
    width: 68%;
    margin: 0 auto;
  }
  .internet_block .last .right {
    width: 80%;
  }
  .internet_block .internet_title {
    font-size: 50px;
    line-height: 61px;
  }
  .internet_block .internet_title + .internet_subtitle {
    margin-top: 27px;
  }
  .internet_block .internet_subtitle {
    width: auto;
  }
  .internet_block .internet_subtitle + .internet_list {
    margin-top: 25px;
  }
  .internet_block .internet_text {
    width: auto;
  }
  .internet_block .internet_text + .internet_list {
    margin-top: 22px;
  }
  .internet_block .internet_list {
    width: 90%;
  }
  .internet_block.sz2 {
    padding: 41px 0 62px;
  }
  .internet_block.sz2 .left {
    margin-left: auto;
    max-width: 500px;
  }
  .internet_block.sz2 .right {
    width: 80%;
  }
  .internet_block.sz2 .internet_subtitle {
    width: auto;
  }
  .internet_block.sz2 .internet_list {
    width: 90%;
  }
  .internet_block.sz2 .internet_list li + li {
    margin-top: 12px;
  }
  .benefits_block {
    padding: 50px 0 85px;
  }
  .benefits_block .benefits_title {
    font-size: 50px;
    line-height: 61px;
  }
  .benefits_block .benefits_title + .benefits_list {
    margin-top: 4px;
  }
  .benefits_block .benefits_subtitle {
    font-size: 24px;
    line-height: 30px;
  }
  .benefits_block .benefits_subtitle + p {
    margin-top: 18px;
  }
  .benefits_block .benefits_list {
    margin: 4px 55px 0 -43px;
  }
  .benefits_block .benefits_list .item {
    width: 35.7%;
    margin: 47px 0 0 14.3%;
  }
  .benefits_block .benefits_list .item + .item {
    margin-left: 14.3%;
  }
  .benefits_block .benefits_list .item:nth-child(2n+1) {
    clear: left;
  }
  .promo_block {
    padding-bottom: 75px;
  }
  .promo_block .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .promo_block .left {
    margin-left: 20px;
  }
  .promo_block .right {
    max-width: 475px;
  }
  .promo_block .fire img {
    height: 69%;
  }
  .promo_block .promo_image {
    max-width: 100%;
  }
  .promo_block .promo_subtitle {
    font-size: 26px;
    line-height: 25px;
  }
  .plans_block {
    padding: 0 0 34px;
  }
  .plans_block .plans_slider .slider_content .item {
    margin-left: 312px;
  }
  .plans_block .plans_slider .slider_content .item + .item {
    margin-left: 20px;
  }
  .plans_block .plans_note {
    margin-top: 33px;
  }
  .tabs_block .tabs_head {
    padding-top: 22px;
  }
  .tabs_block .tabs_head .t-item + .t-item {
    margin-left: 52px;
  }
  .tabs_block .tabs_body .t-item {
    padding-bottom: 60px;
  }
  .tabs_block .tabs_body .t-item .cont {
    overflow: hidden;
    position: relative;
  }
  .tabs_block .tabs_body .t-item.trimmed_tab .cont {
    height: 748px;
  }
  .tabs_block .tabs_body .t-item.trimmed_tab .cont:before {
    content: '';
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 123px;
    background-image: url("../img/design/fade-y.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    opacity: 0.9;
    background-repeat: repeat-x;
  }
  .tabs_block .tabs_body .t-item.trimmed_tab .showmore_cont_tab {
    display: block;
  }
  .tabs_block .tabs_body .tabs_title {
    font-size: 50px;
    line-height: 61px;
    margin-top: 40px;
  }
  .tabs_block .tabs_body .tabs_title2 {
    font-size: 50px;
    line-height: 55px;
    width: 86%;
    margin: 0 auto;
  }
  .tabs_block .tabs_body .tabs_text {
    margin-top: 21px;
  }
  .tabs_block .tabs_body .tabs_text + .tabs_list,
  .tabs_block .tabs_body .tabs_text + .channel_package {
    margin-top: 17px;
  }
  .tabs_block .tabs_body .tabs_subtitle {
    margin-top: 32px;
  }
  .tabs_block .tabs_body .tabs_subtitle2 {
    font-size: 16px;
    line-height: 25px;
    width: 82%;
    margin: 21px auto 0;
  }
  .tabs_block .tabs_body .tabs_smalltitle + .tabs_text2 {
    margin-top: 21px;
  }
  .tabs_block .tabs_body .tabs_text2 {
    font-size: 14px;
    line-height: 20px;
  }
  .tabs_block .tabs_body .tabs_img {
    width: 76%;
    margin: 57px auto 0;
  }
  .tabs_block .tabs_body .tabs_note {
    margin-top: 28px;
  }
  .tabs_block .tabs_body .tabs_cols {
    margin-left: -50px;
  }
  .tabs_block .tabs_body .tabs_cols .tabs_col {
    margin-top: 33px;
  }
  .tabs_block .tabs_body .tabs_cols .tabs_col .left {
    margin-left: 50px;
    width: 60px;
  }
  .tabs_block .tabs_body .tabs_cols .tabs_col .right {
    margin-left: 127px;
    padding-top: 7px;
  }
  .tabs_block .tabs_body .tabs_cols2 {
    padding: 48px 0 3px;
  }
  .tabs_block .tabs_body .tabs_cols2 .left {
    float: none;
    width: auto;
    text-align: center;
  }
  .tabs_block .tabs_body .tabs_cols2 .right {
    display: none;
  }
  .tabs_block .tabs_body .tabs_btn_cont {
    margin-top: 43px;
  }
}
@media (max-width: 767px) {
  .hidden-mob {
    display: none !important;
  }
  .hidden-tabmob {
    display: none !important;
  }
  .hidden-dtmob {
    display: none !important;
  }
  .wrap {
    margin: 0 20px;
  }
  html .popup_cont .popup {
    padding-top: 31px;
    padding-bottom: 26px;
  }
  header {
    position: absolute;
  }
  header .line {
    background-color: transparent;
    height: auto;
  }
  header .left {
    margin-top: 14px;
  }
  header .right {
    margin-top: 17px;
  }
  header .logo img {
    width: 181px;
    height: 31px;
  }
  header .menu {
    display: none;
  }
  header .applybtn_cont {
    display: none;
  }
  header .lang {
    margin: 0;
    color: #333333;
  }
  .header_push {
    height: 66px;
  }
  footer .left {
    float: none;
    padding: 38px 0 35px;
  }
  footer .right {
    float: none;
    padding: 0px 0 32px;
  }
  footer .logo {
    margin-left: 10px;
  }
  footer .ico_link {
    float: none;
    display: block;
  }
  footer .ico_link .outer,
  footer .ico_link .inner {
    display: block;
    width: auto;
    height: auto;
  }
  footer .ico_link .inner {
    display: inline-block;
  }
  footer .ico_link.ico_1,
  footer .ico_link.ico_2,
  footer .ico_link.ico_3 {
    padding-left: 30px;
  }
  footer .ico_link.ico_1:before {
    top: 0px;
  }
  footer .ico_link.ico_2:before {
    top: 0px;
  }
  footer .ico_link.ico_3:before {
    top: 0px;
    left: 2px;
  }
  footer .ico_link + .ico_link {
    margin-left: 0;
    margin-top: 13px;
  }
  .apply_block {
    padding: 37px 0 48px;
  }
  .apply_block .apply_block_title {
    max-width: 88%;
    font-size: 26px;
    line-height: 30px;
  }
  .apply_block .apply_block_title + .apply_block_text {
    margin-top: 15px;
  }
  .apply_block .apply_block_text {
    max-width: 97%;
    font-size: 18px;
    line-height: 25px;
  }
  .apply_block .apply_block_text + .btn_cont {
    margin-top: 34px;
  }
  .apply_block .btn_cont .btn {
    min-width: 260px;
  }
  .shortcut_block {
    padding: 38px 0 0px;
  }
  .shortcut_block .wrap {
    position: relative;
  }
  .shortcut_block .shortcut_logo img {
    width: 217px;
    height: 39px;
  }
  .shortcut_block .shortcut_logo + .shortcut_subtitle {
    margin-top: 38px;
  }
  .shortcut_block .shortcut_subtitle {
    font-size: 18px;
    line-height: 20px;
    max-width: none;
  }
  .shortcut_block .shortcut_subtitle + .shortcut_slider {
    margin-top: 25px;
  }
  .shortcut_block .shortcut_slider .slider_cont {
    margin-left: -422px;
    width: 845px;
    padding-bottom: 70px;
    position: static;
  }
  .shortcut_block .shortcut_slider .arrow {
    display: none;
  }
  .shortcut_block .shortcut_slider .slider_content .item {
    width: 161px;
  }
  .shortcut_block .shortcut_slider .slider_content .item:first-child {
    padding-left: 342px;
  }
  .shortcut_block .shortcut_slider .slider_content .item .text {
    display: none;
  }
  .shortcut_block .shortcut_slider .slider_content .item + .item {
    margin-left: 10px;
  }
  .shortcut_block .shortcut_slider .buttons_cont_cont {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 15px;
    height: 42px;
    overflow: hidden;
  }
  .shortcut_block .shortcut_slider .buttons_cont {
    position: static;
    left: auto;
    bottom: auto;
    right: auto;
    overflow-x: auto;
    overflow-y: hidden;
    height: 22px;
    white-space: nowrap;
    padding-bottom: 40px;
    padding-top: 10px;
  }
  .internet_block {
    padding: 27px 0 30px;
  }
  .internet_block .left {
    float: none;
    width: 75%;
    margin: 0 auto;
  }
  .internet_block .right {
    float: none;
    width: auto;
    padding: 7px 0 0;
  }
  .internet_block .last .left {
    width: auto;
  }
  .internet_block .last .right {
    width: auto;
  }
  .internet_block .internet_title {
    font-size: 35px;
    line-height: 42px;
    text-align: center;
  }
  .internet_block .internet_title + .internet_subtitle {
    margin-top: 16px;
  }
  .internet_block .internet_subtitle {
    font-size: 18px;
    line-height: 22px;
    width: auto;
    text-align: center;
  }
  .internet_block .internet_subtitle + .internet_list {
    margin-top: 18px;
  }
  .internet_block .internet_subtitle + .internet_text {
    margin-top: 15px;
  }
  .internet_block .internet_text {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .internet_block .internet_list {
    font-size: 14px;
    line-height: 15px;
    width: auto;
  }
  .internet_block .internet_list li {
    padding-left: 30px;
  }
  .internet_block .internet_list li:before {
    top: 1px;
  }
  .internet_block .internet_list li + li {
    margin-top: 15px;
  }
  .internet_block.sz2 {
    padding: 15px 0 42px;
  }
  .internet_block.sz2 .left {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
  }
  .internet_block.sz2 .right {
    width: auto;
    padding: 13px 0 0;
    margin-right: 0px;
  }
  .internet_block.sz2 .internet_title + .internet_subtitle {
    margin-top: 25px;
  }
  .internet_block.sz2 .internet_subtitle {
    width: auto;
  }
  .internet_block.sz2 .internet_list {
    width: auto;
  }
  .internet_block.sz2 .internet_list li + li {
    margin-top: 12px;
  }
  .benefits_block {
    padding: 25px 0 33px;
  }
  .benefits_block .benefits_title {
    font-size: 35px;
    line-height: 42px;
  }
  .benefits_block .benefits_title + .benefits_list {
    margin-top: 16px;
  }
  .benefits_block .benefits_subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
  }
  .benefits_block .benefits_subtitle + p {
    margin-top: 13px;
  }
  .benefits_block .benefits_list {
    margin: 16px 0 0 -20px;
  }
  .benefits_block .benefits_list .item {
    width: 43.3%;
    margin: 22px 0 0 6.7%;
  }
  .benefits_block .benefits_list .item figure img {
    max-height: 70px;
    max-width: 100%;
  }
  .benefits_block .benefits_list .item + .item {
    margin-left: 6.7%;
  }
  .benefits_block .benefits_list .item hr {
    margin-top: 20px;
  }
  .benefits_block .benefits_list .item p {
    font-size: 14px;
    line-height: 15px;
  }
  .benefits_block .benefits_list .item:nth-child(2n+1) {
    clear: left;
  }
  .benefits_block .red {
    color: #e85236 !important;
    font-size: 14px !important;
    text-align: center !important;
  }
  .promo_plan_blocks {
    margin-top: -66px;
  }
  .promo_block {
    background-image: none;
    padding-top: 66px;
  }
  .promo_block .wrap {
    padding-top: 34px;
    display: block;
  }
  .promo_block .left {
    margin-top: 0;
    position: relative;
    z-index: 2;
  }
  .promo_block .left img {
    display: block;
    margin: 0 auto;
  }
  .promo_block .fire img {
    height: 70%;
  }
  .promo_block .right {
    max-width: 475px;
  }
  .promo_block .promo_subtitle {
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.6px;
    color: #333333;
    padding-top: 0;
  }
  .promo_block .promo_subtitle + .promo_title {
    margin-top: 0;
  }
  .promo_block .promo_title {
    max-width: 450px;
    font-size: 38px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: 0.8px;
    color: #e85236;
    padding: 20px 0;
  }
  .plans_switch .fixed,
  .plans_switch .unlimited {
    font-size: 11px;
    padding: 10px 6px;
    letter-spacing: normal;
  }
  .plans_switch .fixed:before,
  .plans_switch .unlimited:before {
    display: none;
  }
  .plans_switch .mob {
    display: inline-block;
  }
  .plans_switch .desktop {
    display: none;
  }
  .plans_block {
    padding: 0 0 21px;
  }
  .plans_block .feature_cont .expand {
    padding-bottom: 10px;
  }
  .plans_block .trigger {
    letter-spacing: 0;
  }
  .plans_block .plans_title {
    font-size: 20px;
  }
  .plans_block .feature_list li .info_icon {
    margin-right: 0;
  }
  .plans_block .plans_slider .slider_cont {
    margin-left: -401px;
    width: 802px;
  }
  .plans_block .plans_slider .slider_content .item {
    margin-left: 271px;
    width: 260px;
  }
  .plans_block .plans_slider .slider_content .item + .item {
    margin-left: 11px;
  }
  .plans_block .plans_note {
    margin-top: 14px;
  }
  .tabs_block .tab_head_cont {
    position: relative;
  }
  .tabs_block .tab_head_cont.rfade:before {
    content: '';
    z-index: 2;
    position: absolute;
    top: 10px;
    right: 0;
    height: 36px;
    background-image: url("../img/design/fade.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 82px;
    opacity: 0.9;
    pointer-events: none;
  }
  .tabs_block .tab_head_cont.lfade:after {
    content: '';
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 0;
    height: 36px;
    background-image: url("../img/design/fade.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 82px;
    opacity: 0.9;
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    pointer-events: none;
  }
  .tabs_block .tabs_scroll_hide {
    width: 100%;
    position: absolute;
    background-color: #ffffff;
    z-index: 12;
    pointer-events: none;
    bottom: 0px;
    height: 30px;
  }
  .tabs_block .tabs_head {
    padding-top: 1px;
    text-align: left;
    overflow-x: auto;
    padding-bottom: 30px;
    margin-bottom: -30px;
  }
  .tabs_block .tabs_head .tabs_head_inner {
    padding: 0 20px;
  }
  .tabs_block .tabs_head .t-item {
    padding: 25px 0 25px;
    font-size: 14px;
    line-height: 17px;
  }
  .tabs_block .tabs_head .t-item + .t-item {
    margin-left: 30px;
  }
  .tabs_block .tabs_body .t-item {
    padding-bottom: 40px;
  }
  .tabs_block .tabs_body .t-item .cont {
    overflow: hidden;
    position: relative;
  }
  .tabs_block .tabs_body .t-item.trimmed .cont {
    height: 360px;
  }
  .tabs_block .tabs_body .t-item.trimmed .cont:before {
    content: '';
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 123px;
    background-image: url("../img/design/fade-y.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    opacity: 0.9;
    background-repeat: repeat-x;
  }
  .tabs_block .tabs_body .t-item.trimmed .showmore_cont {
    display: block;
  }
  .tabs_block .tabs_body .tabs_title {
    font-size: 35px;
    line-height: 42px;
    margin-top: 28px;
  }
  .tabs_block .tabs_body .tabs_title2 {
    font-size: 35px;
    line-height: 40px;
  }
  .tabs_block .tabs_body .tabs_text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 14px;
  }
  .tabs_block .tabs_body .tabs_text + .tabs_list,
  .tabs_block .tabs_body .tabs_text + .channel_package {
    margin-top: 18px;
  }
  .tabs_block .tabs_body .tabs_subtitle {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-top: 18px;
  }
  .tabs_block .tabs_body .tabs_subtitle + .tabs_list,
  .tabs_block .tabs_body .tabs_subtitle + .channel_package {
    margin-top: 9px;
  }
  .tabs_block .tabs_body .tabs_subtitle2 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 17px;
    width: auto;
  }
  .tabs_block .tabs_body .tabs_smalltitle {
    font-size: 18px;
    line-height: 22px;
  }
  .tabs_block .tabs_body .tabs_smalltitle + .tabs_text2 {
    margin-top: 8px;
  }
  .tabs_block .tabs_body .tabs_text2 {
    font-size: 14px;
    line-height: 15px;
  }
  .tabs_block .tabs_body .tabs_note {
    margin: 22px auto 0;
    width: 85%;
  }
  .tabs_block .tabs_body .tabs_img {
    margin-top: 33px;
  }
  .tabs_block .tabs_body .tabs_list {
    margin: 0 0 0 -14px;
  }
  .tabs_block .tabs_body .tabs_list .li {
    margin: 10px 0 0 14px;
    width: 56px;
    height: 56px;
    line-height: 56px;
  }
  .tabs_block .tabs_body .tabs_cols {
    margin-left: 0;
    margin-top: 28px;
  }
  .tabs_block .tabs_body .tabs_cols .tabs_col {
    float: none;
    width: auto;
    margin-top: 14px;
  }
  .tabs_block .tabs_body .tabs_cols .tabs_col .left {
    margin-left: 0;
    width: 50px;
    padding-top: 4px;
  }
  .tabs_block .tabs_body .tabs_cols .tabs_col .right {
    margin-left: 73px;
    padding-top: 0;
  }
  .tabs_block .tabs_body .tabs_cols2 {
    padding: 28px 0 15px;
  }
  .tabs_block .tabs_body .tabs_cols2 .left {
    float: none;
    width: auto;
    text-align: center;
  }
  .tabs_block .tabs_body .tabs_cols2 .right {
    display: none;
  }
  .tabs_block .tabs_body .tabs_btn_cont {
    margin-top: 40px;
  }
  .svg .tabs_block .tab_head_cont.rfade:before {
    background-image: url("../img/design/fade.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    pointer-events: none;
  }
  .svg .tabs_block .tab_head_cont.lfade:after {
    background-image: url("../img/design/fade.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    pointer-events: none;
  }
  .popup {
    font-size: 14px;
    line-height: 20px;
  }
  .popup .whitecont {
    padding: 21px 6px 25px 16px;
    width: auto;
    margin: 0 20px;
  }
  .popup .whitecont .faq_block {
    margin-left: -16px;
    margin-right: -6px;
  }
  .popup .whitecont .faq_block:last-child {
    border-bottom: 0;
  }
  .popup .whitecont.mpb0 {
    padding-bottom: 0;
  }
  .popup .popup_title {
    font-size: 28px;
    line-height: 35px;
  }
  .popup .popup_title + p {
    margin-top: 16px;
  }
  .popup .popup_title + .popup_subtitle {
    margin-top: 16px;
  }
  .popup .popup_subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-top: 26px;
    text-align: center;
  }
  .popup .popup_subtitle + .faq_block {
    margin-top: 18px;
  }
  .faq_block .trigger {
    font-size: 16px;
    line-height: 19px;
    padding: 14px 35px 17px 42px;
  }
  .faq_block .trigger:before {
    top: 16px;
    left: 15px;
  }
  .faq_block .expand {
    display: none;
    margin-top: -5px;
    padding: 0 17px 18px 19px;
  }
  .faq_block.open .trigger:before {
    top: 18px;
    left: 13px;
  }
}
