@charset "UTF-8";

/* libs/styles/src/main-page/index.scss */
.section-content {
  display: block;
  background: var(--color-background-primary-elevated);
  border: 1px solid var(--color-background-stroke);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
}
.section-content__header {
  margin-bottom: 35px;
}
@media screen and (max-width: 959px) {
  .section-content__header {
    margin-bottom: 25px;
  }
}
.section-content__title {
  text-align: center;
  font-size: 30px;
  line-height: 1.07;
  color: var(--color-text-primary);
  font-weight: 500;
  margin-bottom: 7px;
}
@media screen and (max-width: 1679px) {
  .section-content__title {
    font-size: 27px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 1279px) {
  .section-content__title {
    font-size: 24px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 759px) {
  .section-content__title {
    font-size: 20px;
    line-height: 1.07;
  }
}
.section-content__title:last-child {
  margin-bottom: 0;
}
a.section-content__title {
  -webkit-transition: all 0.175s;
  -moz-transition: all 0.175s;
  -o-transition: all 0.175s;
  -ms-transition: all 0.175s;
  transition: all 0.175s;
}
a.section-content__title:hover {
  color: var(--color-control-primary-active);
  border-color: var(--color-control-primary-active);
}
.section-content__title_left {
  text-align: left;
}
.section-content__subtitle {
  text-align: center;
  color: var(--color-text-primary);
  font-size: 21px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .section-content__subtitle {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .section-content__subtitle {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .section-content__subtitle {
    font-size: 16px;
    line-height: 1.38;
  }
}
.section-content__video_center {
  max-width: 1118px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .section-content__video_center {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 759px) {
  .section-content__video_center {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-content__video-item.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.section-content__video-item.embed-responsive:before {
  content: "";
  display: block;
}
.section-content__video-item.embed-responsive .embed-responsive__item,
.section-content__video-item.embed-responsive iframe,
.section-content__video-item.embed-responsive embed,
.section-content__video-item.embed-responsive object,
.section-content__video-item.embed-responsive video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.section-content__video-item.embed-responsive_21by9:before {
  padding-top: 42.85714%;
}
.section-content__video-item.embed-responsive_16by9:before {
  padding-top: 56.25%;
}
.section-content__video-item.embed-responsive_4by3:before {
  padding-top: 75%;
}
.section-content__video-item.embed-responsive_1by1:before {
  padding-top: 100%;
}
.section-content__video-item.embed-responsive_rounded {
  border-radius: 8px;
  -webkit-mask-image: radial-gradient(#fff, #000);
  mask-image: radial-gradient(#fff, #000);
}
@media screen and (max-width: 759px) {
  .section-content__video-item.embed-responsive_rounded {
    border-radius: 0;
  }
}
.section-content__note {
  background: #f8f8fa;
  border-radius: 12px;
  border: 1px solid #f8f8fa;
  padding: 20px 30px 30px 30px;
  margin-top: 40px;
  margin-bottom: 70px;
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (max-width: 1679px) {
  .section-content__note {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .section-content__note {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .section-content__note {
    font-size: 17px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 759px) {
  .section-content__note {
    padding: 25px 20px 30px 20px;
  }
}
.section-content_ukit {
  display: block;
  background: var(--color-background-primary-elevated);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 24px;
  overflow: hidden;
}
.st0 {
  fill: #ddd;
}
.st1 {
  opacity: 0.25;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  fill: #e41e26;
  enable-background: new;
}
.st2 {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  fill: #e41e26;
  enable-background: new;
}
.land {
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.land:hover {
  cursor: pointer;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  fill: #e41e26;
  enable-background: new;
}
.about-maps {
  background: #f7f7f7;
  position: relative;
  margin: 32px 0 30px 0;
  overflow: hidden;
}
.about-maps:after {
  padding-top: 34%;
  display: block;
  content: " ";
}
@media screen and (max-width: 959px) {
  .about-maps:after {
    padding-top: 42%;
  }
}
@media screen and (max-width: 759px) {
  .about-maps:after {
    padding-top: 93%;
  }
}
@media screen and (max-width: 479px) {
  .about-maps:after {
    padding-top: 153%;
  }
}
.about-maps .section-box__title {
  margin-top: 32px;
  color: #4d4d4d;
  padding-top: 0;
  font-size: calc(1.818 * var(--old-rem-value, 16px));
  z-index: 6;
  position: relative;
}
.about-map-viewport {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .about-map-viewport {
    left: -35%;
  }
}
@media screen and (max-width: 959px) {
  .about-map-viewport {
    left: -35%;
    right: -14%;
  }
}
@media screen and (max-width: 759px) {
  .about-map-viewport {
    top: -50px;
    left: -90%;
    right: auto;
    width: 200%;
  }
}
@media screen and (max-width: 479px) {
  .about-map-viewport {
    top: 0;
    left: -90%;
    right: auto;
    width: 200%;
  }
}
.about-map-countries {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  overflow: visible;
}
.about-map-countries .country {
  position: absolute;
  display: none;
  right: 0;
  width: 320px;
  padding: 30px;
  background: #fff;
  opacity: 0.96;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=96);
  top: 50%;
  margin-top: -115px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(140, 149, 155, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(140, 149, 155, 0.1);
}
.about-map-countries .country .flag {
  margin: 0 0 calc(0.6 * var(--old-rem-value, 16px));
}
.about-map-countries .country .flag img {
  width: 49px;
  height: 36px;
}
@media screen and (max-width: 639px) {
  .about-map-countries .country .flag img {
    width: 25px;
    height: 18px;
  }
}
.about-map-countries .country h3 {
  font-weight: 600;
  line-height: 1;
  font-size: 24px;
  line-height: 1.25;
  padding: 0 0 calc(0.6 * var(--old-rem-value, 16px));
  margin: 0;
}
@media screen and (max-width: 1679px) {
  .about-map-countries .country h3 {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .about-map-countries .country h3 {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .about-map-countries .country h3 {
    font-size: 17px;
    line-height: 1.24;
  }
}
.about-map-countries .country p {
  font-size: 16px;
  line-height: 1.38;
  color: #333;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 1679px) {
  .about-map-countries .country p {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .about-map-countries .country p {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .about-map-countries .country p {
    font-size: 14px;
    line-height: 1.29;
  }
}
.about-map-countries .country.active {
  display: block;
}
@media screen and (max-width: 1279px) {
  .about-map-countries .country {
    left: 32px;
    right: auto;
  }
}
@media screen and (max-width: 959px) {
  .about-map-countries .country {
    width: 250px;
    left: 20px;
    padding: 25px;
  }
}
@media screen and (max-width: 759px) {
  .about-map-countries .country {
    left: 20px;
    right: 20px;
    bottom: 90px;
    padding: 20px;
    width: auto;
    top: auto;
    margin: 0;
    pointer-events: all;
    z-index: 10;
    pointer-events: auto;
  }
}
@media screen and (max-width: 639px) {
  .about-map-countries .country {
    bottom: 100px;
  }
}
@media screen and (max-width: 479px) {
  .about-map-countries .country {
    bottom: 160px;
  }
}
@media screen and (max-width: 1279px) {
  .about-map-countries {
    right: 100%;
  }
}
@media screen and (max-width: 759px) {
  .about-map-countries {
    right: 0;
  }
}
.country-selector--container {
  position: absolute;
  left: 50%;
  margin-left: -140px;
  right: 20px;
  bottom: 300px;
  display: none;
  z-index: 22;
}
.country-selector--container select,
.country-selector--container .jqselect,
.country-selector--container .jq-selectbox {
  width: 100%;
}
@media screen and (max-width: 759px) {
  .country-selector--container {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .country-selector--container {
    bottom: 290px;
  }
}
@media screen and (max-width: 479px) {
  .country-selector--container {
    bottom: 340px;
  }
}
.about-map-disclaimer {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  z-index: 3;
}
.about-map-disclaimer p {
  font-size: 16px;
  line-height: 1.38;
  color: #999;
  line-height: 1.5;
  pointer-events: none;
}
@media screen and (max-width: 1679px) {
  .about-map-disclaimer p {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .about-map-disclaimer p {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .about-map-disclaimer p {
    font-size: 14px;
    line-height: 1.29;
  }
}
.about-message {
  background: #eaeae9;
  position: relative;
  margin-bottom: calc(2 * var(--old-rem-value, 16px));
  overflow: hidden;
  z-index: 1;
}
.about-full-message {
  background: #eaeae9;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.about-message__contents {
  position: relative;
}
.about-full-message__contents {
  position: relative;
  padding-top: calc(3 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 759px) {
  .about-full-message__contents {
    padding-top: calc(1.2 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 639px) {
  .about-full-message__contents {
    min-height: 400px;
  }
}
.about-message__visual {
  position: absolute;
  right: 0;
  left: 40%;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: url("./media/about-message-visual-4AVKLXAZ.jpg") no-repeat 100% 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.about-message__visual img {
  height: 100%;
  display: none;
}
@media screen and (max-width: 1279px) {
  .about-message__visual {
    top: 40px;
    right: -40px;
  }
}
@media screen and (max-width: 959px) {
  .about-message__visual {
    right: -150px;
  }
}
@media screen and (max-width: 639px) {
  .about-message__visual {
    right: 0;
    left: 0;
    bottom: -30px;
    top: auto;
    margin-top: -60px;
    height: 340px;
    text-align: center;
    vertical-align: bottom;
    position: relative;
    background: url("./media/about-message-visual-4AVKLXAZ.jpg") no-repeat 50% 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
  }
  .about-message__visual img {
    height: 100%;
    max-height: 400px;
  }
}
@media screen and (max-width: 479px) {
  .about-message__visual {
    right: 0;
    left: 0;
    bottom: -30px;
    top: auto;
    height: 200px;
    text-align: center;
    vertical-align: bottom;
    position: relative;
  }
  .about-message__visual img {
    height: 100%;
    max-height: 400px;
  }
}
.about-top-message__visual {
  display: none;
}
@media screen and (max-width: 759px) {
  .about-top-message__visual {
    display: block;
    height: 250px;
    text-align: center;
  }
  .about-top-message__visual img {
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
  }
}
.about-full-message__visual {
  position: absolute;
  right: 0;
  top: 40px;
  bottom: 0;
  left: 50%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 1680px) {
  .about-full-message__visual {
    background-position: 300px 100%;
  }
}
@media screen and (max-width: 1445px) {
  .about-full-message__visual {
    top: 50px;
    right: -30px;
  }
}
@media screen and (max-width: 1345px) {
  .about-full-message__visual {
    top: 70px;
    right: -80px;
  }
}
@media screen and (max-width: 1300px) {
  .about-full-message__visual {
    right: -100px;
  }
}
@media screen and (max-width: 1279px) {
  .about-full-message__visual {
    top: 60px;
    right: -30px;
  }
}
@media screen and (max-width: 1140px) {
  .about-full-message__visual {
    right: -60px;
  }
}
@media screen and (max-width: 1050px) {
  .about-full-message__visual {
    right: -100px;
  }
}
@media screen and (max-width: 959px) {
  .about-full-message__visual {
    top: 140px;
    right: -55px;
  }
}
.about-message__title {
  text-align: center;
  font-size: 52px;
  line-height: 1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1679px) {
  .about-message__title {
    font-size: 46px;
    line-height: 1;
  }
}
@media screen and (max-width: 1279px) {
  .about-message__title {
    font-size: 42px;
    line-height: 1;
  }
}
@media screen and (max-width: 759px) {
  .about-message__title {
    font-size: 32px;
    line-height: 1;
  }
}
.about-message__text {
  position: relative;
  z-index: 2;
  margin-right: 42%;
  margin-left: calc(5 * var(--old-rem-value, 16px));
  line-height: 1.3;
  padding-bottom: calc(1 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1279px) {
  .about-message__text {
    margin-left: 0;
    margin-right: 50%;
  }
}
@media screen and (max-width: 959px) {
  .about-message__text {
    margin-left: 0;
    margin-right: 37%;
  }
}
@media screen and (max-width: 759px) {
  .about-message__text {
    margin-right: 37%;
  }
}
@media screen and (max-width: 639px) {
  .about-message__text {
    margin-right: 0;
  }
}
.about-message__text p {
  font-size: calc(1.2 * var(--old-rem-value, 16px));
  font-style: italic;
  font-weight: 100;
}
@media screen and (max-width: 639px) {
  .about-message__text p {
    display: none;
  }
}
.about-message__text a {
  font-style: normal;
}
.about-message__text small {
  font-size: 18px;
  line-height: 1.33;
}
@media screen and (max-width: 1679px) {
  .about-message__text small {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .about-message__text small {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .about-message__text small {
    font-size: 15px;
    line-height: 1.4;
  }
}
.about-message__text .default-text {
  font-size: calc(0.93 * var(--old-rem-value, 16px));
  font-style: normal;
}
@media screen and (max-width: 959px) {
  .about-message__text .default-text {
    font-size: calc(0.88 * var(--old-rem-value, 16px));
    margin-right: calc(10 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 1279px) {
  .about-message__text .default-text {
    margin-right: calc(2 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .about-message__text .default-text {
    display: block;
    margin-right: 0;
    font-size: calc(0.93 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .about-message__text .default-italic {
    display: block;
  }
}
.about-message__text .foot-notes {
  font-style: normal;
  padding-top: calc(1.63 * var(--old-rem-value, 16px));
  font-size: calc(0.9 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 639px) {
  .about-message__text .foot-notes {
    display: block;
    padding-top: 0;
  }
}
.about-message__text .signed:after {
  content: "";
  display: table;
  clear: both;
}
.about-message__text .signed span {
  width: 239px;
  float: left;
}
@media screen and (max-width: 759px) {
  .about-message__text .signed span {
    width: 48%;
  }
  .about-message__text .signed span img {
    max-width: 100%;
  }
}
.about-message__text .only-medium-phones {
  display: none;
}
@media screen and (max-width: 639px) {
  .about-message__text .only-medium-phones {
    display: block;
  }
}
.about-full-message__text {
  position: relative;
  z-index: 2;
  margin-right: 39%;
  margin-left: calc(5 * var(--old-rem-value, 16px));
  line-height: 1.3;
  padding-bottom: calc(1 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1279px) {
  .about-full-message__text {
    margin-left: 0;
    margin-right: 34%;
  }
}
@media screen and (max-width: 1152px) {
  .about-full-message__text {
    margin-right: 37%;
  }
}
@media screen and (max-width: 1132px) {
  .about-full-message__text {
    margin-right: 40%;
  }
}
@media screen and (max-width: 1050px) {
  .about-full-message__text {
    margin-right: 42%;
  }
}
@media screen and (max-width: 959px) {
  .about-full-message__text {
    margin-left: 0;
    margin-right: 40%;
  }
}
@media screen and (max-width: 759px) {
  .about-full-message__text {
    margin-left: 0;
    margin-right: 0;
  }
}
.about-full-message__text p {
  font-size: calc(1.2 * var(--old-rem-value, 16px));
  font-style: italic;
  font-weight: 100;
}
@media screen and (max-width: 639px) {
  .about-full-message__text p {
    display: none;
  }
}
.about-full-message__text a {
  font-style: normal;
}
.about-full-message__text small {
  font-size: 18px;
  line-height: 1.33;
}
@media screen and (max-width: 1679px) {
  .about-full-message__text small {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .about-full-message__text small {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .about-full-message__text small {
    font-size: 15px;
    line-height: 1.4;
  }
}
.about-full-message__text .default-text {
  font-size: calc(0.93 * var(--old-rem-value, 16px));
  font-style: normal;
}
@media screen and (max-width: 959px) {
  .about-full-message__text .default-text {
    font-size: calc(0.78 * var(--old-rem-value, 16px));
    margin-right: calc(10 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 1279px) {
  .about-full-message__text .default-text {
    margin-right: calc(2 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .about-full-message__text .default-text {
    display: block;
    margin-right: 0;
    font-size: calc(0.93 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .about-full-message__text .default-italic {
    display: block;
  }
}
.about-full-message__text .foot-notes {
  font-style: normal;
  padding-top: calc(1.63 * var(--old-rem-value, 16px));
  font-size: calc(0.9 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 639px) {
  .about-full-message__text .foot-notes {
    display: block;
    padding-top: 0;
  }
}
.about-full-message__text .signed:after {
  content: "";
  display: table;
  clear: both;
}
.about-full-message__text .signed span {
  width: 239px;
  float: left;
}
@media screen and (max-width: 759px) {
  .about-full-message__text .signed span {
    width: 48%;
  }
  .about-full-message__text .signed span img {
    max-width: 100%;
  }
}
.about-full-message__text .only-medium-phones {
  display: none;
}
@media screen and (max-width: 639px) {
  .about-full-message__text .only-medium-phones {
    display: block;
  }
}
.apps {
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  .apps {
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .apps {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .apps {
    padding: 12px 0 28px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .apps {
    padding: 17px 0 28px;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .apps {
    padding: 17px 0 28px;
  }
}
.apps * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.apps__inner {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .apps__items {
    display: flex;
    justify-content: space-around;
  }
}
@media screen and (min-width: 1280px) {
  .apps__items {
    align-items: center;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .apps__items {
    align-items: stretch;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .apps__items {
    align-items: stretch;
  }
}
@media screen and (max-width: 759px) {
  .apps__items {
    align-items: stretch;
  }
}
@media screen and (max-width: 479px) {
  .apps__items {
    width: 100%;
    max-width: 280px;
    margin: -15px auto 20px;
    overflow-y: hidden;
    display: flex;
    flex-wrap: wrap;
  }
}
.apps__item {
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  line-height: 1.38;
  color: #333;
  position: relative;
}
@media screen and (max-width: 1679px) {
  .apps__item {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .apps__item {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .apps__item {
    font-size: 16px;
    line-height: 1.38;
  }
}
@media screen and (min-width: 480px) {
  .apps__item {
    padding: 0 10px;
    width: 20%;
  }
}
@media screen and (max-width: 759px) {
  .apps__item {
    width: 25%;
  }
}
@media screen and (max-width: 479px) {
  .apps__item {
    width: 50%;
    display: inline-flex;
    align-items: center;
    padding: 15px 0;
  }
  .apps__item:nth-child(even) {
    padding-left: 20px;
  }
  .apps__item:nth-child(odd):before {
    content: "";
    position: absolute;
    right: 0;
    top: -13px;
    bottom: 0;
    width: 1px;
    background-color: #e4e4e4;
  }
  .apps__item:nth-child(n+3):after {
    content: none;
  }
}
.apps__item:after {
  content: "";
  position: absolute;
  right: 0;
  background-color: #e4e4e4;
}
@media screen and (min-width: 480px) {
  .apps__item:after {
    top: 0;
    bottom: 0;
    width: 1px;
  }
}
@media screen and (max-width: 479px) {
  .apps__item:after {
    left: 0;
    bottom: 0;
    height: 1px;
  }
}
@media screen and (max-width: 759px) {
  .apps__item:nth-last-child(2):after {
    content: none;
  }
}
@media screen and (max-width: 759px) {
  .apps__item_hidden {
    display: none;
  }
}
.apps__item_hidden:after {
  content: none;
}
.apps__item-icon {
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1280px) {
  .apps__item-icon {
    width: 80px;
    height: 80px;
    -webkit-background-size: 80px 80px;
    -moz-background-size: 80px 80px;
    background-size: 80px 80px;
    margin: 0 auto calc(1.1 * var(--old-rem-value, 16px));
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .apps__item-icon {
    width: 60px;
    height: 60px;
    -webkit-background-size: 60px 60px;
    -moz-background-size: 60px 60px;
    background-size: 60px 60px;
    margin: 0 auto 23px;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .apps__item-icon {
    width: 60px;
    height: 60px;
    -webkit-background-size: 60px 60px;
    -moz-background-size: 60px 60px;
    background-size: 60px 60px;
    margin: 0 auto 23px;
  }
}
@media screen and (max-width: 759px) {
  .apps__item-icon {
    width: 44px;
    height: 44px;
    -webkit-background-size: 44px 44px;
    -moz-background-size: 44px 44px;
    background-size: 44px 44px;
    margin: 0 auto 12px;
  }
}
@media screen and (max-width: 479px) {
  .apps__item-icon {
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    -webkit-background-size: 44px 44px;
    -moz-background-size: 44px 44px;
    background-size: 44px 44px;
    margin: 0 12px 0 0;
  }
}
.apps__item-icon_my-mts {
  background-image: url("./media/icon_my-mts-PGPFKWE6.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .apps__item-icon_my-mts {
    background-image: url("./media/icon_my-mts@2x-MYHWTEBB.png");
  }
}
.apps__item-icon_mts-tv {
  background-image: url("./media/icon_mts-tv-RLVRSPGR.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .apps__item-icon_mts-tv {
    background-image: url("./media/icon_mts-tv@2x-D56FZIXP.png");
  }
}
.apps__item-icon_mts-music {
  background-image: url("./media/icon_mts-music-AEDGVDOS.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .apps__item-icon_mts-music {
    background-image: url("./media/icon_mts-music@2x-DSNI2WU3.png");
  }
}
.apps__item-icon_cashback {
  background-image: url("./media/icon_cashback-U2SNZRGO.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .apps__item-icon_cashback {
    background-image: url("./media/icon_cashback@2x-OMUUFQ3F.png");
  }
}
.apps__item-icon_all-apps {
  background-image: url("./media/icon_all-apps-4IG74AB4.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .apps__item-icon_all-apps {
    background-image: url("./media/icon_all-apps@2x-QNIM7FXO.png");
  }
}
.apps__item-icon_mts-money {
  background-image: url("./media/icon_mts-money-RNUJVHL3.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .apps__item-icon_mts-money {
    background-image: url("./media/icon_mts-money@2x-RVJ5M5CS.png");
  }
}
.apps__item-text {
  line-height: 1;
}
@media screen and (max-width: 479px) {
  .apps__item-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 44px - 12px);
  }
}
@media screen and (min-width: 760px) {
  .apps__show-more {
    display: none;
  }
}
@media screen and (max-width: 759px) {
  .apps__show-more {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
}
.apps-group {
  display: flex;
  margin-bottom: calc(1.55 * var(--old-rem-value, 16px));
}
@media screen and (min-width: 960px) {
  .apps-group {
    justify-content: space-around;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .apps-group {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 759px) {
  .apps-group {
    max-width: 280px;
    flex-wrap: wrap;
    margin: 0 auto calc(1.55 * var(--old-rem-value, 16px));
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .apps-group .app-btn-lg {
    flex-basis: 300px;
    max-width: 300px;
  }
  .apps-group .app-btn-lg:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 759px) {
  .apps-group .app-btn-lg {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media screen and (min-width: 960px) {
  .apps-group .app-btn-lg:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 759px) {
  .apps-group .app-btn-lg:nth-child(odd) {
    margin-right: 8px;
  }
}
.apps-wrapper {
  padding-top: 20px;
}
@media screen and (max-width: 759px) {
  .apps-wrapper {
    margin-bottom: 45px;
  }
}
.apps-title {
  text-align: center;
}
@media screen and (min-width: 760px) {
  .apps-title {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: calc(1.9 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .apps-title {
    font-size: 30px;
    line-height: 1.07;
    font-weight: 400;
    margin: 0 0 calc(1.4 * var(--old-rem-value, 16px));
    color: #4c4c4c;
  }
}
@media screen and (min-width: 760px) and (max-width: 1679px) {
  .apps-title {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (min-width: 760px) and (max-width: 1279px) {
  .apps-title {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 760px) and (max-width: 759px) {
  .apps-title {
    font-size: 17px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 759px) and (max-width: 1679px) {
  .apps-title {
    font-size: 27px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 759px) and (max-width: 1279px) {
  .apps-title {
    font-size: 24px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .apps-title {
    font-size: 20px;
    line-height: 1.07;
  }
}
.b2b-index {
  position: relative;
  margin: calc(1.3 * var(--old-rem-value, 16px)) 0 calc(2.1 * var(--old-rem-value, 16px)) 0;
}
@media screen and (max-width: 1279px) {
  .b2b-index {
    margin-bottom: calc(0.6 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .b2b-index {
    margin-top: 0;
  }
}
.b2b-index__slider {
  padding: 0;
  margin: 0;
}
.b2b-index__slider:after {
  content: "";
  display: table;
  clear: both;
}
.b2b-index__item {
  height: auto;
  min-height: 350px;
  overflow: hidden;
}
.b2b-index__item .b-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.b2b-index__slider-wrap {
  text-align: left;
}
.b2b-index__media {
  width: 100%;
  height: 100%;
  background: no-repeat 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 959px) {
  .b2b-index__media {
    height: auto;
  }
}
.b2b-index__block {
  display: inline-block;
  position: relative;
  width: 100%;
  float: left;
  padding: 20px 0 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .b2b-index__block {
    padding: 110px 0 60px;
  }
}
@media screen and (max-width: 759px) {
  .b2b-index__block {
    padding: 50px 0;
  }
}
.b2b-index__title {
  display: inline-block;
  width: 35%;
  padding: calc(1 * var(--old-rem-value, 16px)) calc(1 * var(--old-rem-value, 16px)) calc(2 * var(--old-rem-value, 16px)) calc(1.9 * var(--old-rem-value, 16px));
  font-size: calc(1.36 * var(--old-rem-value, 16px));
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
  position: relative;
  background: #da2028;
  margin: calc(3.7 * var(--old-rem-value, 16px)) 0 0 6.9%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.b2b-index__title:before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  height: 82px;
  z-index: 1;
  background: url("./media/block-top-GMNPRHWR.png") no-repeat center bottom;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
@media screen and (max-width: 759px) {
  .b2b-index__title:before {
    top: -40px;
    height: 40px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}
.b2b-index__title .btn {
  margin: calc(1.77 * var(--old-rem-value, 16px)) 0 0 2px;
  color: #e22126;
  background: #fff;
}
@media screen and (max-width: 759px) {
  .b2b-index__title .btn {
    margin: calc(2.3 * var(--old-rem-value, 16px)) 0 0 2px;
  }
}
@media screen and (max-width: 1279px) {
  .b2b-index__title {
    width: 45%;
  }
}
@media screen and (max-width: 959px) {
  .b2b-index__title {
    margin: 0;
    width: 50%;
    font-size: calc(1.2 * var(--old-rem-value, 16px));
    height: auto;
    min-height: 100px;
    padding: calc(1.5 * var(--old-rem-value, 16px)) calc(1.7 * var(--old-rem-value, 16px)) calc(1.9 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .b2b-index__title {
    width: 100%;
    font-size: calc(1.6 * var(--old-rem-value, 16px));
    padding: 0 calc(1.2 * var(--old-rem-value, 16px)) calc(3.2 * var(--old-rem-value, 16px));
  }
}
.b2b-index__text {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding-bottom: calc(1.13 * var(--old-rem-value, 16px));
  padding-right: calc(4 * var(--old-rem-value, 16px));
  font-size: calc(1.77 * var(--old-rem-value, 16px));
  line-height: 1.2;
  font-weight: normal;
}
@media screen and (max-width: 1279px) {
  .b2b-index__text {
    padding-right: 0;
  }
}
@media screen and (max-width: 759px) {
  .b2b-index__text {
    font-size: 28.8px;
    padding-bottom: calc(0.6 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 959px) {
  .b2b-index__text br {
    display: none;
  }
}
.b2b-index__description {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 759px) {
  .b2b-index__description {
    font-size: 22.4px;
  }
}
.b2b-index__list-layout {
  display: table-cell;
  padding: 20px 0 20px 90px;
  vertical-align: middle;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1679px) {
  .b2b-index__list-layout {
    padding-left: 102px;
    font-size: calc(0.85 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 1279px) {
  .b2b-index__list-layout {
    vertical-align: top;
    border-top: none;
    padding-top: 10px;
    padding-left: 0;
  }
}
@media screen and (max-width: 959px) {
  .b2b-index__list-layout {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 759px) {
  .b2b-index__list-layout {
    padding: 12px 20px 12px 80px;
  }
}
.b2b-index__list {
  display: table-row;
  position: relative;
}
@media screen and (max-width: 1679px) {
  .b2b-index__list {
    padding: 0 22px 0 54px;
  }
}
@media screen and (max-width: 1279px) {
  .b2b-index__list {
    border-left: 1px solid #f2f2f2;
    vertical-align: top;
    text-align: center;
    display: table-cell;
    width: 33.3333%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 759px) {
  .b2b-index__list {
    display: block;
    width: auto;
    padding: 0;
  }
}
@media screen and (max-width: 759px) {
  .b2b-index__list {
    border: none medium;
    border-top: 1px solid #f2f2f2;
    text-align: left;
  }
}
.b2b-index .bx-controls {
  display: none;
}
.b2b-index__slider-nav-wrap {
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 759px) {
  .b2b-index__slider-nav-wrap {
    bottom: 11px;
  }
}
.b2b-index__slider-nav {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 959px) {
  .b2b-index__slider-nav {
    width: 100%;
  }
}
.b2b-index__slider-pager .bx-pager-link {
  width: 8px;
  height: 8px;
}
.b2b-index__slider-pager .bx-pager-link.active {
  width: 10px;
  height: 10px;
}
.category-frame {
  min-height: 140px;
  width: 100%;
  height: 37.6vw;
  position: relative;
  max-height: 250px;
  display: table;
  table-layout: fixed;
}
.category-frame__content {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.category-frame__title {
  text-align: center;
  color: #fff;
  font-size: 52px;
  line-height: 1;
  font-weight: 300;
  margin: 0;
}
@media screen and (max-width: 1679px) {
  .category-frame__title {
    font-size: 46px;
    line-height: 1;
  }
}
@media screen and (max-width: 1279px) {
  .category-frame__title {
    font-size: 42px;
    line-height: 1;
  }
}
@media screen and (max-width: 759px) {
  .category-frame__title {
    font-size: 32px;
    line-height: 1;
  }
}
.category-frame__bg {
  background: none no-repeat 100% 50% transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1679px) {
  .category-frame__bg {
    background-position: 90% 50%;
  }
}
@media screen and (max-width: 959px) {
  .category-frame__bg {
    background-position: 75% 50%;
  }
}
.category__money {
  width: 100%;
  height: 608px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 759px) {
  .category__money {
    height: auto;
  }
}
.category__money-wrap {
  position: relative;
  z-index: 2;
}
.category__money-bg_1 {
  position: absolute;
  top: 0;
  right: 50%;
  opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  margin-right: 700px;
  z-index: 1;
}
@media screen and (max-width: 759px) {
  .category__money-bg_1 {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
}
.category__money-bg {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 1679px) {
  .category__money-bg {
    -webkit-transform: translate(45%, 0);
    -moz-transform: translate(45%, 0);
    -o-transform: translate(45%, 0);
    -ms-transform: translate(45%, 0);
    transform: translate(45%, 0);
  }
}
@media screen and (max-width: 959px) {
  .category__money-bg {
    -webkit-transform: translate(42%, 0);
    -moz-transform: translate(42%, 0);
    -o-transform: translate(42%, 0);
    -ms-transform: translate(42%, 0);
    transform: translate(42%, 0);
  }
}
@media screen and (max-width: 759px) {
  .category__money-bg {
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
.category__money-list {
  text-align: center;
  font-size: 0;
  min-height: 1px;
  margin-bottom: calc(2.8 * var(--old-rem-value, 16px));
  padding-top: calc(1.3 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 759px) {
  .category__money-list {
    max-width: 320px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(1.3 * var(--old-rem-value, 16px));
  }
}
.category__money-item {
  max-width: 204px;
  height: 150px;
  display: inline-block;
  vertical-align: top;
  padding: 20px 22px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.category__money-list_items-2 .category__money-item,
.category__money-list_items-4 .category__money-item {
  width: 25%;
}
@media screen and (max-width: 759px) {
  .category__money-list_items-2 .category__money-item,
  .category__money-list_items-4 .category__money-item {
    width: 100%;
  }
}
.category__money-list_items-1 .category__money-item,
.category__money-list_items-3 .category__money-item,
.category__money-list_items-5 .category__money-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 759px) {
  .category__money-list_items-1 .category__money-item,
  .category__money-list_items-3 .category__money-item,
  .category__money-list_items-5 .category__money-item {
    width: 100%;
  }
}
.category__money-list_items-1 .category__money-item:nth-of-type(3n+1):before,
.category__money-list_items-3 .category__money-item:nth-of-type(3n+1):before,
.category__money-list_items-5 .category__money-item:nth-of-type(3n+1):before {
  display: none;
}
@media screen and (max-width: 759px) {
  .category__money-item {
    max-width: none;
    padding: 0 5px;
    height: auto;
    min-height: 40px;
    display: block;
  }
  .category__money-item:before {
    display: none;
  }
}
.category__money-item:before {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  width: 0;
  height: 110px;
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
}
.category__money-item:first-child:before {
  display: none;
}
.category__money-item-media {
  height: 50px;
  margin-bottom: calc(0.7 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 759px) {
  .category__money-item-media {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: calc(0.3 * var(--old-rem-value, 16px));
    margin-top: calc(0.3 * var(--old-rem-value, 16px));
  }
}
.category__money-item-img {
  max-width: 60px;
  height: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 759px) {
  .category__money-item-img {
    height: 45px;
    max-width: 36px;
  }
}
.category__money-item-title {
  font-size: 18px;
  line-height: 1.33;
}
@media screen and (max-width: 1679px) {
  .category__money-item-title {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .category__money-item-title {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .category__money-item-title {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .category__money-item-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-bottom: calc(0.4 * var(--old-rem-value, 16px));
  }
}
.category__paycard-subtitle {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 300;
  text-align: center;
  margin-top: calc(-0.5 * var(--old-rem-value, 16px));
  margin-bottom: calc(1.2 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .category__paycard-subtitle {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .category__paycard-subtitle {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .category__paycard-subtitle {
    font-size: 17px;
    line-height: 1.24;
  }
}
.category__paycard-list {
  max-width: 1350px;
  margin: auto;
  min-height: 1px;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 759px) {
  .category__paycard-list .bx-wrapper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1679px) {
  .category__paycard-list {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1279px) {
  .category__paycard-list {
    max-width: 900px;
  }
}
@media screen and (max-width: 959px) {
  .category__paycard-list {
    max-width: 720px;
  }
}
.category__paycard-list .bx-has-controls-direction {
  margin-top: 0px;
}
.category__paycard-item {
  width: 33.3333333333%;
  max-width: 450px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1679px) {
  .category__paycard-item {
    max-width: 400px;
  }
}
@media screen and (max-width: 1279px) {
  .category__paycard-item {
    max-width: 450px;
  }
}
@media screen and (max-width: 959px) {
  .category__paycard-item {
    max-width: 360px;
  }
}
@media screen and (max-width: 759px) {
  .category__paycard-item {
    width: 100%;
  }
}
.category__paycard-item-media {
  padding: calc(1.6 * var(--old-rem-value, 16px)) calc(0.2 * var(--old-rem-value, 16px)) calc(1.2 * var(--old-rem-value, 16px));
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  .category__paycard-item-media {
    padding-left: calc(1 * var(--old-rem-value, 16px));
    padding-right: calc(1 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .category__paycard-item-media {
    padding-left: 0;
    padding-right: 0;
  }
}
.category__paycard-item-content {
  text-align: center;
  padding: 0 calc(1.6 * var(--old-rem-value, 16px)) calc(1.8 * var(--old-rem-value, 16px));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.category__paycard-item-img {
  min-height: 110px;
  max-width: 100%;
  border-radius: 14px;
  -webkit-box-shadow: 1px 0 24px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 24px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 759px) {
  .category__paycard-item-img {
    -webkit-box-shadow: 1px 0 14px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 14px rgba(0, 0, 0, 0.2);
  }
}
.category__paycard-item-img_clear {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.category__paycard-item-title {
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (max-width: 1679px) {
  .category__paycard-item-title {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .category__paycard-item-title {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .category__paycard-item-title {
    font-size: 17px;
    line-height: 1.24;
  }
}
.category__paycard-item-text {
  font-size: 18px;
  line-height: 1.33;
  color: #000;
  margin-top: calc(0.7 * var(--old-rem-value, 16px));
  margin-bottom: calc(1.2 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .category__paycard-item-text {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .category__paycard-item-text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .category__paycard-item-text {
    font-size: 15px;
    line-height: 1.4;
  }
}
.category__paycard-item-link {
  font-size: 18px;
  line-height: 1.33;
  padding-bottom: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1679px) {
  .category__paycard-item-link {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .category__paycard-item-link {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .category__paycard-item-link {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .category__paycard-item-link {
    font-size: 16px;
  }
}
.category__credit {
  background-color: #f2f2f3;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 759px) {
  .category__credit .b-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.category__credit-title {
  width: 100%;
  text-align: center;
  color: #333;
  padding-top: 55px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 759px) {
  .category__credit-title {
    padding-top: 30px;
  }
}
.category__credit-subtitle {
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 300;
  position: absolute;
  left: 50%;
  top: calc(5.6 * var(--old-rem-value, 16px));
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 1679px) {
  .category__credit-subtitle {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .category__credit-subtitle {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .category__credit-subtitle {
    font-size: 17px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 759px) {
  .category__credit-subtitle {
    top: calc(4.6 * var(--old-rem-value, 16px));
  }
}
.category__credit-item {
  height: 662px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: calc(9.2 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1279px) {
  .category__credit-item {
    padding-top: calc(5.2 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .category__credit-item {
    padding-top: calc(3.2 * var(--old-rem-value, 16px));
  }
}
.category__credit-content {
  position: relative;
  z-index: 1;
}
.category__credit-item_right-text {
  padding-left: 33.3333333333%;
}
@media screen and (max-width: 1279px) {
  .category__credit-item_right-text {
    height: 436px;
    padding-top: calc(8.2 * var(--old-rem-value, 16px));
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 759px) {
  .category__credit-item_right-text {
    height: 460px;
    padding-top: calc(6.7 * var(--old-rem-value, 16px));
    padding-left: 0;
    padding-right: 0;
  }
}
.category__credit-item_left-text {
  padding-left: 16.6666666667%;
  padding-right: 16.6666666667%;
}
@media screen and (max-width: 1279px) {
  .category__credit-item_left-text {
    height: 476px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 759px) {
  .category__credit-item_left-text {
    height: 436px;
    padding-left: 8px;
    padding-right: 0;
  }
}
.category__credit-item_left-text:before {
  width: 0;
  height: 436px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  left: -9px;
  top: calc(8.4 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1279px) {
  .category__credit-item_left-text:before {
    width: 80%;
    height: 0;
    border-left: 0 none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    left: 20%;
    top: -1px;
  }
}
.category__credit-item-img {
  position: absolute;
  bottom: 0;
}
.category__credit-item_right-text .category__credit-item-img {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-left: -38%;
}
@media screen and (max-width: 1279px) {
  .category__credit-item_right-text .category__credit-item-img {
    width: 350px;
    margin-left: -26%;
  }
}
@media screen and (max-width: 959px) {
  .category__credit-item_right-text .category__credit-item-img {
    margin-left: -30%;
  }
}
@media screen and (max-width: 759px) {
  .category__credit-item_right-text .category__credit-item-img {
    margin-left: -32%;
    width: 250px;
    bottom: 15%;
  }
}
.category__credit-item_left-text .category__credit-item-img {
  right: 50%;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  margin-right: -45%;
}
@media screen and (max-width: 1279px) {
  .category__credit-item_left-text .category__credit-item-img {
    width: 380px;
    margin-right: -26%;
  }
}
@media screen and (max-width: 959px) {
  .category__credit-item_left-text .category__credit-item-img {
    width: 380px;
    margin-right: -24%;
  }
}
@media screen and (max-width: 759px) {
  .category__credit-item_left-text .category__credit-item-img {
    width: 320px;
    margin-right: -40%;
  }
}
.category__credit-item-title {
  font-size: 30px;
  line-height: 1.07;
  color: #000;
}
@media screen and (max-width: 1679px) {
  .category__credit-item-title {
    font-size: 27px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 1279px) {
  .category__credit-item-title {
    font-size: 24px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 759px) {
  .category__credit-item-title {
    font-size: 20px;
    line-height: 1.07;
  }
}
.category__credit-item-text {
  font-weight: 300;
  color: #000;
  padding-left: calc(0.7 * var(--old-rem-value, 16px));
}
.category__credit-item-text .btn {
  margin-top: calc(1.7 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .category__credit-item-text .btn {
    margin-top: calc(2 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 1279px) {
  .category__credit-item-text .btn {
    margin-top: calc(0.7 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .category__credit-item-text .btn {
    margin-top: calc(0.3 * var(--old-rem-value, 16px));
  }
}
.category__credit + .category__payment {
  margin-top: 30px;
}
@media screen and (max-width: 1279px) {
  .category__credit + .category__payment {
    margin-top: 20px;
  }
}
@media screen and (max-width: 759px) {
  .category__credit + .category__payment {
    margin-top: 30px;
  }
}
.category__payment {
  background: none repeat center top;
  position: relative;
  overflow: hidden;
}
.category__payment-wrap {
  position: relative;
  z-index: 1;
}
.category__payment-bg {
  height: 470px;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  margin-right: -580px;
}
@media screen and (max-width: 1679px) {
  .category__payment-bg {
    height: 375px;
    margin-right: -450px;
  }
}
@media screen and (max-width: 1279px) {
  .category__payment-bg {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
}
.category__payment-subtitle {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 300;
  text-align: center;
  margin-top: calc(-0.5 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .category__payment-subtitle {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .category__payment-subtitle {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .category__payment-subtitle {
    font-size: 17px;
    line-height: 1.24;
  }
}
.category__payment-content {
  padding-top: calc(2.3 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .category__payment-content {
    padding-top: 0;
  }
}
.category__payment-list {
  text-align: center;
  font-size: 0;
  min-height: 1px;
  margin-bottom: calc(1.6 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .category__payment-list {
    margin-bottom: calc(0.7 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 1279px) {
  .category__payment-list {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 759px) {
  .category__payment-list {
    max-width: 320px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(0.8 * var(--old-rem-value, 16px));
  }
}
.category__payment-item {
  width: 25%;
  height: 146px;
  display: inline-block;
  vertical-align: top;
  padding: 20px 22px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .category__payment-item:nth-of-type(n+3) {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .category__payment-item:nth-of-type(2n+1):before {
    display: none;
  }
}
@media screen and (max-width: 1679px) {
  .category__payment-item {
    width: 50%;
    height: 130px;
  }
}
@media screen and (max-width: 1279px) {
  .category__payment-item {
    width: 25%;
  }
  .category__payment-item:nth-of-type(n+3) {
    border-top: medium none;
  }
}
@media screen and (max-width: 759px) {
  .category__payment-item {
    width: 100%;
    max-width: none;
    padding: 0 5px;
    height: auto;
    min-height: 40px;
    display: block;
  }
  .category__payment-item:before {
    display: none;
  }
}
.category__payment-item:before {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  width: 0;
  height: 107px;
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .category__payment-item:before {
    height: 100%;
    top: 0;
  }
}
@media screen and (max-width: 1279px) {
  .category__payment-item:before {
    top: 15px;
  }
}
.category__payment-item:first-child:before {
  display: none;
}
.category__payment-item-media {
  height: 50px;
  margin-bottom: calc(0.7 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 759px) {
  .category__payment-item-media {
    width: 54px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: calc(0.3 * var(--old-rem-value, 16px));
    margin-top: calc(0.3 * var(--old-rem-value, 16px));
    line-height: 72px;
  }
}
.category__payment-item-img {
  max-width: 60px;
  height: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 759px) {
  .category__payment-item-img {
    height: auto;
    max-width: 28px;
  }
}
.category__payment-item-media_lg {
  height: 60px;
}
@media screen and (max-width: 759px) {
  .category__payment-item-media_lg {
    height: 50px;
    width: 64px;
    margin-right: 5px;
  }
}
.category__payment-item-media_lg .category__payment-item-img {
  max-width: 108px;
  height: 70px;
}
@media screen and (max-width: 759px) {
  .category__payment-item-media_lg .category__payment-item-img {
    max-width: 76px;
    height: 50px;
  }
}
.category__payment-item-title {
  font-size: 18px;
  line-height: 1.33;
}
@media screen and (max-width: 1679px) {
  .category__payment-item-title {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .category__payment-item-title {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .category__payment-item-title {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .category__payment-item-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-bottom: calc(0.4 * var(--old-rem-value, 16px));
  }
}
.category__payment_darkbg {
  color: #fff;
}
.category__payment_darkbg .h2 {
  color: #fff;
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .category__payment_darkbg .category__payment-item:nth-of-type(n+3) {
    border-top-color: rgba(255, 255, 255, 0.25);
  }
}
.category__payment_darkbg .category__payment-item:before {
  border-left-color: rgba(255, 255, 255, 0.25);
}
.category__transfers {
  position: relative;
  padding-top: calc(0.1 * var(--old-rem-value, 16px));
  overflow: hidden;
}
@media screen and (max-width: 1679px) {
  .category__transfers {
    padding-top: calc(0.4 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 1279px) {
  .category__transfers {
    padding-top: calc(0.8 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .category__transfers {
    background-color: #f7f2ef;
    padding-top: 0;
  }
}
.category__transfers-header {
  position: relative;
  z-index: 1;
}
.category__transfers-content {
  position: relative;
  z-index: 1;
}
.category__transfers-bg {
  background-color: #f7f2ef;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 759px) {
  .category__transfers-bg {
    position: relative;
    height: 200px;
    overflow: hidden;
  }
}
.category__transfers-img {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 100%;
}
@media screen and (max-width: 1679px) {
  .category__transfers-img {
    -webkit-transform: translate(-48%, 0);
    -moz-transform: translate(-48%, 0);
    -o-transform: translate(-48%, 0);
    -ms-transform: translate(-48%, 0);
    transform: translate(-48%, 0);
  }
}
@media screen and (max-width: 1279px) {
  .category__transfers-img {
    height: 108%;
    -webkit-transform: translate(-55%, 0);
    -moz-transform: translate(-55%, 0);
    -o-transform: translate(-55%, 0);
    -ms-transform: translate(-55%, 0);
    transform: translate(-55%, 0);
  }
}
@media screen and (max-width: 959px) {
  .category__transfers-img {
    -webkit-transform: translate(-53%, 0);
    -moz-transform: translate(-53%, 0);
    -o-transform: translate(-53%, 0);
    -ms-transform: translate(-53%, 0);
    transform: translate(-53%, 0);
  }
}
@media screen and (max-width: 759px) {
  .category__transfers-img {
    height: auto;
    max-height: 234px;
    -webkit-transform: translate(-58%, 0);
    -moz-transform: translate(-58%, 0);
    -o-transform: translate(-58%, 0);
    -ms-transform: translate(-58%, 0);
    transform: translate(-58%, 0);
    top: -30px;
  }
}
.category__transfers-subtitle {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 300;
  text-align: center;
  margin-top: calc(-0.5 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .category__transfers-subtitle {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .category__transfers-subtitle {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .category__transfers-subtitle {
    font-size: 17px;
    line-height: 1.24;
  }
}
.category__transfers-text {
  max-width: 680px;
  font-size: 21px;
  line-height: 1.38;
  text-align: center;
  color: #000;
  margin: 0 auto calc(1 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .category__transfers-text {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .category__transfers-text {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .category__transfers-text {
    font-size: 16px;
    line-height: 1.38;
  }
}
@media screen and (max-width: 1679px) {
  .category__transfers-text {
    margin-bottom: calc(1.2 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 1279px) {
  .category__transfers-text {
    font-size: 18px;
    line-height: 1.33;
    line-height: 1.4;
    margin-bottom: calc(1.6 * var(--old-rem-value, 16px));
    padding-top: calc(0.4 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .category__transfers-text {
    font-size: 16px;
    padding-top: calc(1 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 1279px) and (max-width: 1679px) {
  .category__transfers-text {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1279px) {
  .category__transfers-text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) and (max-width: 759px) {
  .category__transfers-text {
    font-size: 15px;
    line-height: 1.4;
  }
}
.category__transfers-list {
  text-align: center;
  font-size: 0;
  min-height: 1px;
  margin-bottom: calc(1.6 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .category__transfers-list {
    margin-bottom: calc(0.7 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 1279px) {
  .category__transfers-list {
    max-width: 320px;
    margin: 0 auto;
    text-align: left;
  }
}
@media screen and (max-width: 759px) {
  .category__transfers-list {
    margin-bottom: calc(0.8 * var(--old-rem-value, 16px));
  }
}
.category__transfers-list-group {
  padding-top: calc(1.5 * var(--old-rem-value, 16px));
  padding-bottom: calc(1.8 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1279px) {
  .category__transfers-list-group {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.category__transfers-item {
  width: 33.3333333333%;
  height: 108px;
  padding: calc(1 * var(--old-rem-value, 16px));
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  .category__transfers-item {
    width: 100%;
    height: auto;
    min-height: 40px;
    padding: 0 5px;
  }
}
.category__transfers-item:before {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1279px) {
  .category__transfers-item:before {
    display: none;
  }
}
.category__transfers-item:first-child:before {
  display: none;
}
.category__transfers-item-media {
  height: 50px;
  margin-bottom: calc(0.5 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1279px) {
  .category__transfers-item-media {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: calc(0.3 * var(--old-rem-value, 16px));
    margin-top: calc(0.3 * var(--old-rem-value, 16px));
  }
}
.category__transfers-item-media_mobile-money-str .category__transfers-item-img {
  max-width: 70px;
}
@media screen and (max-width: 1279px) {
  .category__transfers-item-media_mobile-money-str .category__transfers-item-img {
    max-width: 36px;
  }
}
.category__transfers-item-img {
  max-width: 64px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .category__transfers-item-img {
    height: 45px;
    max-width: 36px;
  }
}
.category__transfers-item-title {
  font-size: 18px;
  line-height: 1.33;
  color: #000;
}
@media screen and (max-width: 1679px) {
  .category__transfers-item-title {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .category__transfers-item-title {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .category__transfers-item-title {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .category__transfers-item-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-bottom: calc(0.4 * var(--old-rem-value, 16px));
  }
}
.category__play-wrap {
  height: calc(3.2 * var(--old-rem-value, 16px));
  position: relative;
}
@media screen and (max-width: 1679px) {
  .category__play-wrap {
    height: calc(2.2 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 1279px) {
  .category__play-wrap {
    height: calc(9.2 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .category__play-wrap {
    height: 200px;
    margin-top: -200px;
  }
}
.category__play {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.category__play-btn {
  background-color: #fff;
  -webkit-box-shadow: 31px 0 155px rgba(0, 0, 0, 0.68);
  box-shadow: 31px 0 155px rgba(0, 0, 0, 0.68);
  border-radius: 50%;
  width: 96px;
  height: 96px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
@media screen and (max-width: 759px) {
  .category__play-btn {
    width: 78px;
    height: 78px;
  }
}
.category__play-btn:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 20px 0 20px 34.6px;
  border-color: transparent transparent transparent #ff0032;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -20px;
}
@media screen and (max-width: 759px) {
  .category__play-btn:before {
    border-width: 15px 0 15px 26.6px;
    margin-left: -8px;
    margin-top: -14px;
  }
}
.category__play-text {
  font-size: 18.7px;
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 759px) {
  .category__play-text {
    font-size: 14.96px;
  }
}
.category__apps {
  position: relative;
  padding-bottom: 24px;
  overflow: hidden;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1679px) {
  .category__apps {
    padding-bottom: 34px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .category__apps {
    padding-bottom: 54px;
  }
}
@media screen and (max-width: 759px) {
  .category__apps {
    padding-bottom: 18px;
  }
}
.category__apps-wrap {
  position: relative;
  z-index: 1;
}
.category__apps-bg_1 {
  position: absolute;
  bottom: -168px;
  right: 25%;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 150ms cubic-bezier(0.77, 0, 0.175, 1);
  margin-right: -10px;
  z-index: 1;
}
@media screen and (max-width: 1679px) {
  .category__apps-bg_1 {
    margin-right: -90px;
  }
}
@media screen and (max-width: 1279px) {
  .category__apps-bg_1 {
    height: 404px;
    bottom: -20px;
  }
}
@media screen and (max-width: 959px) {
  .category__apps-bg_1 {
    height: 430px;
    margin-right: -102px;
    bottom: -30px;
  }
}
@media screen and (max-width: 759px) {
  .category__apps-bg_1 {
    display: none;
  }
}
.category__apps-bg {
  background: none no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.category__apps-title {
  text-align: center;
  color: #fff;
}
.category__apps-subtitle {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 300;
  text-align: center;
  margin-top: calc(-0.5 * var(--old-rem-value, 16px));
  color: #fff;
}
@media screen and (max-width: 1679px) {
  .category__apps-subtitle {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .category__apps-subtitle {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .category__apps-subtitle {
    font-size: 17px;
    line-height: 1.24;
  }
}
.category__apps-disclamer {
  font-size: 16.5px;
  color: #fff;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  margin-top: 16px;
}
@media screen and (max-width: 1279px) {
  .category__apps-disclamer {
    margin-top: 26px;
  }
}
@media screen and (max-width: 759px) {
  .category__apps-disclamer {
    font-size: 13.6px;
    margin-top: 12px;
  }
}
.category__apps-img {
  float: left;
}
.category__apps-list {
  font-size: 0;
  min-height: 1px;
  margin-bottom: calc(0.8 * var(--old-rem-value, 16px));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .category__apps-list {
    margin-bottom: calc(1.8 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .category__apps-list {
    max-width: 55%;
    float: left;
    padding-left: 5px;
  }
}
.category__apps-item {
  width: 33.3333333333%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1279px) {
  .category__apps-item {
    width: 50%;
  }
}
@media screen and (max-width: 759px) {
  .category__apps-item {
    width: 100%;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 18px;
    margin-bottom: 16px;
  }
  .category__apps-item:first-child {
    margin-top: 0;
  }
}
.category__apps-item-inner {
  width: 100%;
  height: 110px;
  display: table;
  table-layout: fixed;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .category__apps-item-inner {
    height: 70px;
  }
}
@media screen and (max-width: 759px) {
  .category__apps-item-inner {
    height: auto;
    min-height: 40px;
  }
}
.category__apps-item-media {
  width: 70px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 759px) {
  .category__apps-item-media {
    width: 50px;
  }
}
.category__apps-item-img {
  max-width: 60px;
  height: 50px;
  display: inline-block;
}
@media screen and (max-width: 1279px) {
  .category__apps-item-img {
    height: 42px;
    max-width: 44px;
  }
}
@media screen and (max-width: 759px) {
  .category__apps-item-img {
    height: 32px;
    max-width: 38px;
  }
}
.category__apps-item-title {
  font-size: 18px;
  line-height: 1.33;
  display: table-cell;
  vertical-align: middle;
  padding-left: 6px;
  padding-right: calc(1 * var(--old-rem-value, 16px));
  color: #fff;
}
@media screen and (max-width: 1679px) {
  .category__apps-item-title {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .category__apps-item-title {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .category__apps-item-title {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .category__apps-item-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .category__apps-app .app-btn {
    min-width: inherit;
    max-width: 180px;
  }
  .category__apps-app .app-btn__text {
    font-size: 13.6;
    line-height: 58px;
  }
  .category__apps-app .app-btn__shop {
    font-size: 18px;
  }
}
@media screen and (max-width: 759px) {
  .category__apps-app .app-btn {
    height: 60px;
  }
  .category__apps-app .app-btn__text {
    line-height: 52px;
  }
  .category__apps-app .app-btn__shop {
    font-size: 17.6px;
  }
}
.category__mobile {
  margin-top: 30px;
}
@media screen and (max-width: 1679px) {
  .category__mobile {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .category__mobile {
    margin-top: 40px;
  }
}
@media screen and (max-width: 959px) {
  .category__mobile {
    margin-top: 0;
  }
}
@media screen and (max-width: 759px) {
  .category__mobile {
    margin-top: 24px;
  }
  .category__mobile .b-wrapper {
    padding: 0;
  }
  .category__mobile .grid {
    margin-left: 0;
    margin-right: 0;
  }
}
.category__mobile-item {
  height: 608px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 1679px) {
  .category__mobile-item {
    height: 568px;
  }
}
@media screen and (max-width: 1279px) {
  .category__mobile-item {
    height: 408px;
  }
}
@media screen and (max-width: 959px) {
  .category__mobile-item {
    height: 226px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 759px) {
  .category__mobile-item {
    height: 428px;
    border-radius: 0;
  }
}
.category__coverlt .category__mobile-item {
  background-color: #faf3ee;
}
@media screen and (max-width: 759px) {
  .category__coverlt,
  .category__coverdk {
    padding-left: 0;
    padding-right: 0;
  }
}
.category__coverlt-content {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .category__coverlt-content {
    text-align: left;
    padding-left: calc(2.8 * var(--old-rem-value, 16px));
    padding-right: calc(2.8 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .category__coverlt-content {
    text-align: center;
    padding-left: calc(1.2 * var(--old-rem-value, 16px));
    padding-right: calc(1.2 * var(--old-rem-value, 16px));
  }
}
.category__coverlt-header {
  padding-top: calc(1.9 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .category__coverlt-header {
    padding-top: calc(2.1 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 1279px) {
  .category__coverlt-header {
    padding-top: calc(2.4 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .category__coverlt-header {
    padding-top: calc(1 * var(--old-rem-value, 16px));
  }
}
.category__coverlt-title {
  color: #4d4d4d;
  margin-bottom: 0;
}
@media screen and (max-width: 759px) {
  .category__coverlt-title {
    font-size: 38px;
    line-height: 1.18;
  }
}
@media screen and (max-width: 759px) and (max-width: 1679px) {
  .category__coverlt-title {
    font-size: 34px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 759px) and (max-width: 1279px) {
  .category__coverlt-title {
    font-size: 30px;
    line-height: 1.27;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .category__coverlt-title {
    font-size: 24px;
    line-height: 1.25;
  }
}
.category__coverlt-subtitle {
  color: #4c4c4c;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
  margin-top: calc(0.8 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .category__coverlt-subtitle {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .category__coverlt-subtitle {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .category__coverlt-subtitle {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .category__coverlt-subtitle {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) and (max-width: 1679px) {
  .category__coverlt-subtitle {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 759px) and (max-width: 1279px) {
  .category__coverlt-subtitle {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .category__coverlt-subtitle {
    font-size: 17px;
    line-height: 1.24;
  }
}
.category__coverlt-form {
  margin-top: calc(1.6 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .category__coverlt-form {
    margin-top: calc(1.8 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 1279px) {
  .category__coverlt-form {
    margin-top: calc(1.5 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 959px) {
  .category__coverlt-form {
    margin-top: calc(1.2 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .category__coverlt-form {
    margin-top: calc(1 * var(--old-rem-value, 16px));
  }
}
.category__coverlt-bg {
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
  margin-right: 114px;
}
@media screen and (max-width: 1679px) {
  .category__coverlt-bg {
    -webkit-transform: translate(52%, 0);
    -moz-transform: translate(52%, 0);
    -o-transform: translate(52%, 0);
    -ms-transform: translate(52%, 0);
    transform: translate(52%, 0);
    bottom: -40px;
  }
}
@media screen and (max-width: 1279px) {
  .category__coverlt-bg {
    height: 360px;
    -webkit-transform: translate(62%, 0);
    -moz-transform: translate(62%, 0);
    -o-transform: translate(62%, 0);
    -ms-transform: translate(62%, 0);
    transform: translate(62%, 0);
    bottom: -24px;
  }
}
@media screen and (max-width: 959px) {
  .category__coverlt-bg {
    -webkit-transform: translate(82%, 0);
    -moz-transform: translate(82%, 0);
    -o-transform: translate(82%, 0);
    -ms-transform: translate(82%, 0);
    transform: translate(82%, 0);
  }
}
@media screen and (max-width: 759px) {
  .category__coverlt-bg {
    -webkit-transform: translate(58%, 0);
    -moz-transform: translate(58%, 0);
    -o-transform: translate(58%, 0);
    -ms-transform: translate(58%, 0);
    transform: translate(58%, 0);
    bottom: -30px;
  }
}
.category__coverdk-content {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 759px) {
  .category__coverdk-content {
    padding-left: calc(1.2 * var(--old-rem-value, 16px));
    padding-right: calc(1.2 * var(--old-rem-value, 16px));
  }
}
.category__coverdk-header {
  max-width: 66%;
  margin: 0 auto;
  padding-top: calc(1.9 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .category__coverdk-header {
    max-width: 76%;
    padding-top: calc(2.1 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 1279px) {
  .category__coverdk-header {
    max-width: 86%;
    padding-top: calc(2.4 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 959px) {
  .category__coverdk-header {
    max-width: 66%;
    padding-top: calc(1.3 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .category__coverdk-header {
    max-width: 400px;
    padding-top: calc(1 * var(--old-rem-value, 16px));
  }
}
.category__coverdk-title {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 1679px) {
  .category__coverdk-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 759px) {
  .category__coverdk-title {
    font-size: 38px;
    line-height: 1.18;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 759px) and (max-width: 1679px) {
  .category__coverdk-title {
    font-size: 34px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 759px) and (max-width: 1279px) {
  .category__coverdk-title {
    font-size: 30px;
    line-height: 1.27;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .category__coverdk-title {
    font-size: 24px;
    line-height: 1.25;
  }
}
.category__coverdk-subtitle {
  color: #fff;
  font-weight: 300;
  margin-top: calc(2.2 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .category__coverdk-subtitle {
    margin-top: calc(2.65 * var(--old-rem-value, 16px));
    font-size: 24px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 1279px) {
  .category__coverdk-subtitle {
    margin-top: calc(1 * var(--old-rem-value, 16px));
    font-size: 18px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 759px) {
  .category__coverdk-subtitle {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 1679px) and (max-width: 1679px) {
  .category__coverdk-subtitle {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1679px) and (max-width: 1279px) {
  .category__coverdk-subtitle {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 1679px) and (max-width: 759px) {
  .category__coverdk-subtitle {
    font-size: 17px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1679px) {
  .category__coverdk-subtitle {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1279px) {
  .category__coverdk-subtitle {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) and (max-width: 759px) {
  .category__coverdk-subtitle {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) and (max-width: 1679px) {
  .category__coverdk-subtitle {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 759px) and (max-width: 1279px) {
  .category__coverdk-subtitle {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .category__coverdk-subtitle {
    font-size: 17px;
    line-height: 1.24;
  }
}
.category__coverdk-list {
  font-size: 0;
  min-height: 1px;
  margin-top: calc(1.5 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .category__coverdk-list {
    margin-top: calc(2.2 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 1279px) {
  .category__coverdk-list {
    margin-top: calc(2.6 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 959px) {
  .category__coverdk-list {
    margin-top: calc(1.2 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .category__coverdk-list {
    margin-top: calc(0.8 * var(--old-rem-value, 16px));
  }
}
.category__coverdk-item {
  width: 50%;
  max-width: 250px;
  padding: calc(0.7 * var(--old-rem-value, 16px)) calc(1.8 * var(--old-rem-value, 16px)) calc(0.2 * var(--old-rem-value, 16px));
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  .category__coverdk-item {
    max-width: 210px;
    padding-top: calc(0.8 * var(--old-rem-value, 16px));
    padding-bottom: calc(0.5 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 959px) {
  .category__coverdk-item {
    padding-top: calc(0.1 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .category__coverdk-item {
    padding: calc(0.9 * var(--old-rem-value, 16px)) calc(0.8 * var(--old-rem-value, 16px)) calc(0.3 * var(--old-rem-value, 16px));
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .category__coverdk-item {
    max-width: inherit;
    text-align: left;
  }
}
.category__coverdk-item:nth-of-type(2n+1):before {
  display: none;
}
.category__coverdk-item:before {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.category__coverdk-item:first-child:before {
  display: none;
}
@media screen and (max-width: 959px) {
  .category__coverdk-item-inner {
    max-width: 220px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 759px) {
  .category__coverdk-item-inner {
    max-width: 130px;
  }
}
.category__coverdk-item-media {
  height: 46px;
  margin-bottom: calc(0.8 * var(--old-rem-value, 16px));
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .category__coverdk-item-media {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
}
.category__coverdk-item-img {
  max-width: 44px;
  height: 100%;
  margin: 0 auto;
}
.category__coverdk-item-title {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 1279px) {
  .category__coverdk-item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 759px) {
  .category__coverdk-item-title {
    font-size: 16px;
    margin-bottom: calc(0.4 * var(--old-rem-value, 16px));
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .category__coverdk-item-title {
    max-width: 150px;
    display: inline-block;
    vertical-align: middle;
  }
}
.category__coverdk-bg {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
  margin-right: -40px;
}
@media screen and (max-width: 1279px) {
  .category__coverdk-bg {
    -webkit-transform: translate(66%, -15%);
    -moz-transform: translate(66%, -15%);
    -o-transform: translate(66%, -15%);
    -ms-transform: translate(66%, -15%);
    transform: translate(66%, -15%);
  }
}
@media screen and (max-width: 959px) {
  .category__coverdk-bg {
    height: 58vw;
    -webkit-transform: translate(45%, -20%);
    -moz-transform: translate(45%, -20%);
    -o-transform: translate(45%, -20%);
    -ms-transform: translate(45%, -20%);
    transform: translate(45%, -20%);
  }
}
@media screen and (max-width: 759px) {
  .category__coverdk-bg {
    height: 500px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    right: inherit;
  }
}
.category__info {
  width: 100%;
  height: calc(24 * var(--old-rem-value, 16px));
  overflow: hidden;
  position: relative;
  padding-bottom: 34px;
  margin-top: calc(0.7 * var(--old-rem-value, 16px));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 759px) {
  .category__info {
    height: auto;
  }
}
.category__info_tv,
.category__info_tv_dark {
  background-color: #f7f7f7;
  height: 1126px;
  padding-top: 110px;
  margin-top: 0;
}
@media screen and (max-width: 1279px) {
  .category__info_tv,
  .category__info_tv_dark {
    height: 1025px;
  }
}
@media screen and (max-width: 759px) {
  .category__info_tv,
  .category__info_tv_dark {
    height: auto;
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.category__info_tv .category__info-bg,
.category__info_tv_dark .category__info-bg {
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}
@media screen and (max-width: 759px) {
  .category__info_tv .category__info-bg,
  .category__info_tv_dark .category__info-bg {
    height: 370px;
    background-position: center top;
  }
}
@media screen and (max-width: 479px) {
  .category__info_tv .category__info-bg,
  .category__info_tv_dark .category__info-bg {
    height: 440px;
  }
}
.category__info_tv .category__info-item-title,
.category__info_tv_dark .category__info-item-title {
  font-size: 38px;
  line-height: 1.18;
  display: block;
  max-width: 100%;
  margin-bottom: calc(1 * var(--old-rem-value, 16px));
  font-weight: 300;
}
@media screen and (max-width: 1679px) {
  .category__info_tv .category__info-item-title,
  .category__info_tv_dark .category__info-item-title {
    font-size: 34px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .category__info_tv .category__info-item-title,
  .category__info_tv_dark .category__info-item-title {
    font-size: 30px;
    line-height: 1.27;
  }
}
@media screen and (max-width: 759px) {
  .category__info_tv .category__info-item-title,
  .category__info_tv_dark .category__info-item-title {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 959px) {
  .category__info_tv .category__info-item-title,
  .category__info_tv_dark .category__info-item-title {
    font-size: 38px;
    line-height: 1.18;
  }
}
@media screen and (max-width: 759px) {
  .category__info_tv .category__info-item-title,
  .category__info_tv_dark .category__info-item-title {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1679px) {
  .category__info_tv .category__info-item-title,
  .category__info_tv_dark .category__info-item-title {
    font-size: 34px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 959px) and (max-width: 1279px) {
  .category__info_tv .category__info-item-title,
  .category__info_tv_dark .category__info-item-title {
    font-size: 30px;
    line-height: 1.27;
  }
}
@media screen and (max-width: 959px) and (max-width: 759px) {
  .category__info_tv .category__info-item-title,
  .category__info_tv_dark .category__info-item-title {
    font-size: 24px;
    line-height: 1.25;
  }
}
.category__info_tv .category__info-item-subtitle,
.category__info_tv_dark .category__info-item-subtitle {
  font-size: 18px;
  line-height: 1.33;
  max-width: 400px;
  margin: auto;
}
@media screen and (max-width: 1679px) {
  .category__info_tv .category__info-item-subtitle,
  .category__info_tv_dark .category__info-item-subtitle {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .category__info_tv .category__info-item-subtitle,
  .category__info_tv_dark .category__info-item-subtitle {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .category__info_tv .category__info-item-subtitle,
  .category__info_tv_dark .category__info-item-subtitle {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .category__info_tv .category__info-item-subtitle,
  .category__info_tv_dark .category__info-item-subtitle {
    margin-bottom: 20px;
  }
}
.category__info_tv .category__info-hedaer,
.category__info_tv_dark .category__info-hedaer {
  display: block;
  padding: calc(1.8 * var(--old-rem-value, 16px)) 0 calc(2.5 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 759px) {
  .category__info_tv .category__info-hedaer,
  .category__info_tv_dark .category__info-hedaer {
    height: 310px;
  }
}
@media screen and (max-width: 479px) {
  .category__info_tv .category__info-hedaer,
  .category__info_tv_dark .category__info-hedaer {
    height: 380px;
  }
}
.category__info_tv .category__info-title,
.category__info_tv_dark .category__info-title {
  text-align: center;
  font-size: 52px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10pxs;
}
@media screen and (max-width: 1679px) {
  .category__info_tv .category__info-title,
  .category__info_tv_dark .category__info-title {
    font-size: 46px;
    line-height: 1;
  }
}
@media screen and (max-width: 1279px) {
  .category__info_tv .category__info-title,
  .category__info_tv_dark .category__info-title {
    font-size: 42px;
    line-height: 1;
  }
}
@media screen and (max-width: 759px) {
  .category__info_tv .category__info-title,
  .category__info_tv_dark .category__info-title {
    font-size: 32px;
    line-height: 1;
  }
}
.category__info_tv .category__info-subtitle,
.category__info_tv_dark .category__info-subtitle {
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  color: #808080;
}
@media screen and (max-width: 1679px) {
  .category__info_tv .category__info-subtitle,
  .category__info_tv_dark .category__info-subtitle {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .category__info_tv .category__info-subtitle,
  .category__info_tv_dark .category__info-subtitle {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .category__info_tv .category__info-subtitle,
  .category__info_tv_dark .category__info-subtitle {
    font-size: 17px;
    line-height: 1.24;
  }
}
.category__info_tv_dark {
  height: 1300px;
  overflow: visible;
}
@media screen and (max-width: 1679px) {
  .category__info_tv_dark {
    height: 1140px;
  }
}
@media screen and (max-width: 1279px) {
  .category__info_tv_dark {
    height: 1120px;
  }
}
@media screen and (max-width: 959px) {
  .category__info_tv_dark {
    height: 1270px;
  }
}
@media screen and (min-width: 760px) {
  .category__info_tv_dark {
    color: #fff;
  }
}
@media screen and (max-width: 759px) {
  .category__info_tv_dark {
    height: auto;
    padding-top: 30px;
  }
}
.category__info_tv_dark .category__info-title {
  color: #fff;
}
.category__info_tv_dark .category__info-subtitle {
  color: #ededed;
}
.category__info_tv_dark .apps-group {
  margin-top: calc(2.5 * var(--old-rem-value, 16px));
  text-align: center;
}
@media screen and (max-width: 479px) {
  .category__info_tv_dark .category__info-hedaer {
    height: 340px;
  }
}
.category__info-item-title-icon_infinity {
  width: 100%;
  max-width: 90px;
}
@media screen and (max-width: 1279px) {
  .category__info-item-title-icon_infinity {
    max-width: 70px;
  }
}
@media screen and (max-width: 959px) {
  .category__info-item-title-icon_infinity {
    max-width: 60px;
  }
}
@media screen and (max-width: 759px) {
  .category__info-item-title-icon_infinity {
    max-width: 70px;
  }
}
.category__info-title {
  text-align: center;
  margin-bottom: 0;
}
.category__info-wrap {
  position: relative;
  z-index: 2;
}
.category__info-bg-1 {
  background: -webkit-linear-gradient(left, #f8f4ef 0%, #f8f4ef 60%, rgba(248, 244, 239, 0) 100%);
  background: -moz-linear-gradient(left, #f8f4ef 0%, #f8f4ef 60%, rgba(248, 244, 239, 0) 100%);
  background: -o-linear-gradient(left, #f8f4ef 0%, #f8f4ef 60%, rgba(248, 244, 239, 0) 100%);
  background: -ms-linear-gradient(left, #f8f4ef 0%, #f8f4ef 60%, rgba(248, 244, 239, 0) 100%);
  background:
    linear-gradient(
      to right,
      #f8f4ef 0%,
      #f8f4ef 60%,
      rgba(248, 244, 239, 0) 100%);
  width: 60%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
}
@media screen and (max-width: 759px) {
  .category__info-bg-1 {
    background-color: #f8f4ef;
    width: 100%;
  }
}
.category__info-bg {
  background: none no-repeat 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 759px) {
  .category__info-bg {
    background-position: 75% 0;
  }
}
.category__info-list {
  display: flex;
  flex-wrap: wrap;
  min-height: 1px;
  margin-bottom: calc(0.8 * var(--old-rem-value, 16px));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .category__info-list {
    margin-bottom: calc(1.8 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .category__info-list {
    padding-left: 5px;
  }
}
.category__info-item {
  flex-basis: 50%;
  max-width: 50%;
  margin-bottom: calc(1.5 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 759px) {
  .category__info-item {
    flex-basis: auto;
    max-width: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
}
.category__info-item-inner {
  width: 100%;
}
@media screen and (max-width: 759px) {
  .category__info-item-inner {
    display: table;
    table-layout: fixed;
    height: auto;
    min-height: 40px;
  }
}
.category__info-item-media {
  width: 70px;
  margin-bottom: 2px;
}
@media screen and (max-width: 759px) {
  .category__info-item-media {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    margin-bottom: 0;
  }
}
.category__info-item-img {
  max-width: 60px;
  height: 50px;
  display: inline-block;
}
@media screen and (max-width: 1279px) {
  .category__info-item-img {
    height: 42px;
    max-width: 44px;
  }
}
@media screen and (max-width: 759px) {
  .category__info-item-img {
    height: 32px;
    max-width: 38px;
  }
}
.category__info-item-title {
  font-size: 16px;
  line-height: 1.38;
  max-width: 270px;
}
@media screen and (max-width: 1679px) {
  .category__info-item-title {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .category__info-item-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .category__info-item-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 1279px) {
  .category__info-item-title {
    max-width: 240px;
  }
}
@media screen and (max-width: 759px) {
  .category__info-item-title {
    max-width: none;
    display: table-cell;
    vertical-align: middle;
    font-size: 21px;
    line-height: 1.38;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 759px) and (max-width: 1679px) {
  .category__info-item-title {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 759px) and (max-width: 1279px) {
  .category__info-item-title {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .category__info-item-title {
    font-size: 16px;
    line-height: 1.38;
  }
}
.category__info-item-link {
  color: inherit;
}
.category__info-send {
  width: 240px;
}
.category__before-block {
  position: relative;
  margin-bottom: -15px;
  z-index: 1;
}
@media screen and (max-width: 759px) {
  .category__before-block {
    margin-bottom: -30px;
  }
}
.category__info_darkbg {
  color: #fff;
}
.category__info_darkbg .h2 {
  color: #fff;
}
@media screen and (max-width: 759px) {
  .category__info_darkbg .category__info-bg {
    background-position: 50% 0;
  }
}
.category__info_darkbg .category__info-list {
  max-width: 430px;
  margin-bottom: calc(1.8 * var(--old-rem-value, 16px));
}
.category__info_darkbg .category__info-item-media {
  width: auto;
  height: 60px;
  margin-bottom: calc(0.7 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 759px) {
  .category__info_darkbg .category__info-item-media {
    height: 50px;
    width: 64px;
    margin-right: 5px;
    margin-bottom: calc(0.3 * var(--old-rem-value, 16px));
  }
}
.category__info_darkbg .category__info-item-img {
  max-width: 108px;
  height: 70px;
}
@media screen and (max-width: 759px) {
  .category__info_darkbg .category__info-item-img {
    max-width: 76px;
    height: 50px;
  }
}
.category__info_darkbg .category__info-item-title {
  font-size: 17px;
}
.autopayment-panel {
  max-width: 720px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 32px 40px 30px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  min-height: 1px;
}
@media screen and (max-width: 1679px) {
  .autopayment-panel {
    padding-left: 18px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .autopayment-panel {
    padding-left: 41px;
    padding-right: 33px;
  }
}
@media screen and (max-width: 759px) {
  .autopayment-panel {
    max-width: 320px;
    padding: 24px 20px 20px;
  }
}
.autopayment-panel__item {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 759px) {
  .autopayment-panel__item {
    width: 100%;
    padding-bottom: 10px;
  }
}
.autopayment-panel__item_last {
  width: 30%;
  text-align: right;
}
@media screen and (max-width: 759px) {
  .autopayment-panel__item_last {
    width: 100%;
    text-align: left;
    padding-left: 44px;
  }
}
.autopayment-panel__icon {
  fill: #acb8c1;
  width: 49px;
  height: 49px;
  display: inline-block;
  vertical-align: top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 759px) {
  .autopayment-panel__icon {
    max-width: 39px;
    max-height: 39px;
  }
}
.autopayment-panel__title {
  color: #000;
  font-size: 18px;
  line-height: 1.33;
  line-height: 1.3;
  padding-left: 26px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1679px) {
  .autopayment-panel__title {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .autopayment-panel__title {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .autopayment-panel__title {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1679px) {
  .autopayment-panel__title {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .autopayment-panel__title {
    padding-left: 28px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 959px) {
  .autopayment-panel__title {
    padding-left: 26px;
  }
}
@media screen and (max-width: 759px) {
  .autopayment-panel__title {
    width: 80%;
    font-size: 16px;
    line-height: 1.4;
    padding-left: 6px;
  }
}
.autopayment-panel__link {
  font-size: 18px;
  line-height: 1.33;
}
@media screen and (max-width: 1679px) {
  .autopayment-panel__link {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .autopayment-panel__link {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .autopayment-panel__link {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .autopayment-panel__link {
    font-size: 16px;
  }
}
.personal-services {
  text-align: center;
}
@media screen and (max-width: 759px) {
  .personal-services {
    text-align: left;
  }
}
.personal-services .section-box__title {
  margin: 0;
}
@media screen and (max-width: 959px) {
  .personal-services .section-box__title {
    padding-top: 20px;
  }
}
@media screen and (max-width: 759px) {
  .personal-services .section-box__title {
    text-align: center;
  }
}
.personal-services_offset {
  margin: 45px 0;
}
@media screen and (max-width: 479px) {
  .personal-services_offset-bottom {
    margin-bottom: calc(1.4 * var(--old-rem-value, 16px));
  }
}
@media screen and (min-width: 760px) {
  .personal-services_inset {
    padding: 45px 0;
  }
}
.personal-services__group {
  font-size: 0;
  line-height: 1;
  margin-top: calc(1.4 * var(--old-rem-value, 16px));
  display: inline-block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 760px) {
  .personal-services__group {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .personal-services__group {
    margin-bottom: -30px;
  }
}
.personal-services__group_3in-row {
  max-width: 1280px;
}
@media screen and (min-width: 760px) {
  .personal-services__group_notation {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 760px) {
  .personal-services__group_notation .personal-services__group-item {
    height: auto;
  }
}
@media screen and (min-width: 760px) and (max-width: 1279px) {
  .personal-services__group_notation .personal-services__group-item {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 760px) and (max-width: 1279px) {
  .personal-services__group_notation .personal-services__group-item:last-child {
    border-left: medium none;
    width: 100%;
    flex-basis: auto;
    max-width: none;
    margin-top: 10px;
  }
}
@media screen and (min-width: 760px) and (max-width: 1279px) {
  .personal-services__group_notation .personal-services__group-item:last-child .personal-services__pic-wrap {
    display: none;
  }
}
@media screen and (min-width: 760px) and (max-width: 1279px) {
  .personal-services__group_notation .personal-services__group-item:last-child .personal-services__btn {
    min-width: 180px;
    display: inline-block;
    margin-top: 0;
  }
}
.personal-services__group-item {
  -webkit-transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  -ms-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
  border-left: 1px solid #e6e6e6;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.38;
  line-height: 1.2;
  padding: 10px 10px 10px 0;
  height: 160px;
  color: inherit;
  cursor: pointer;
}
@media screen and (max-width: 1679px) {
  .personal-services__group-item {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .personal-services__group-item {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .personal-services__group-item {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (min-width: 1700px) {
  .personal-services__group-item {
    flex-basis: 18% !important;
  }
}
@media screen and (min-width: 760px) {
  .personal-services__group-item {
    flex-basis: 20%;
    max-width: 20%;
  }
  .personal-services__group_3in-row .personal-services__group-item {
    flex-basis: 30%;
    max-width: 30%;
  }
}
@media screen and (max-width: 1679px) {
  .personal-services__group-item {
    height: 140px;
  }
}
@media screen and (max-width: 1279px) {
  .personal-services__group-item {
    vertical-align: top;
    height: 160px;
    font-size: 18px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 759px) {
  .personal-services__group-item {
    width: 280px;
    font-size: calc(0.9375 * var(--old-rem-value, 16px));
    padding: 5px 0 10px;
    height: auto;
    border: none medium;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1679px) {
  .personal-services__group-item {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1279px) {
  .personal-services__group-item {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) and (max-width: 759px) {
  .personal-services__group-item {
    font-size: 15px;
    line-height: 1.4;
  }
}
.personal-services__btn {
  border: 1px solid #ff0032;
  border-radius: 5px;
  padding: 7px;
  color: #ff0032;
  -webkit-transition:
    background 200ms linear,
    color 200ms linear,
    border 200ms linear;
  -moz-transition:
    background 200ms linear,
    color 200ms linear,
    border 200ms linear;
  -o-transition:
    background 200ms linear,
    color 200ms linear,
    border 200ms linear;
  -ms-transition:
    background 200ms linear,
    color 200ms linear,
    border 200ms linear;
  transition:
    background 200ms linear,
    color 200ms linear,
    border 200ms linear;
  position: relative;
  z-index: 1;
}
.personal-services__btn:hover {
  background-color: #cc061a;
  color: #fff;
}
@media screen and (max-width: 1679px) {
  .personal-services__btn {
    font-size: calc(0.75 * var(--old-rem-value, 16px));
    display: block;
    margin-top: -8px;
  }
}
@media screen and (max-width: 1279px) {
  .personal-services__btn {
    display: block;
    margin-top: -8px;
    font-size: 18px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 959px) {
  .personal-services__btn {
    padding: 7px 5px;
  }
}
@media screen and (max-width: 759px) {
  .personal-services__btn {
    display: inline-block;
    font-size: calc(0.9375 * var(--old-rem-value, 16px));
    margin-top: 0;
    padding: 8px 20px;
  }
}
.personal-services__btn_fill {
  background-color: #ff0032;
  color: #fff;
}
@media screen and (max-width: 1279px) and (max-width: 1679px) {
  .personal-services__btn {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1279px) {
  .personal-services__btn {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) and (max-width: 759px) {
  .personal-services__btn {
    font-size: 15px;
    line-height: 1.4;
  }
}
.personal-services__btn-red {
  border: 1px solid #e41e26;
  border-radius: 5px;
  padding: 7px 20px;
  color: #fff;
  background: #ec1d23;
}
@media screen and (max-width: 1679px) {
  .personal-services__btn-red {
    font-size: calc(0.75 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 1279px) {
  .personal-services__btn-red {
    display: block;
    margin-top: -8px;
    font-size: 18px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 959px) {
  .personal-services__btn-red {
    padding: 7px 5px;
  }
}
@media screen and (max-width: 759px) {
  .personal-services__btn-red {
    display: inline-block;
    font-size: calc(0.9375 * var(--old-rem-value, 16px));
    margin-top: 0;
    padding: 8px 20px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1679px) {
  .personal-services__btn-red {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1279px) {
  .personal-services__btn-red {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) and (max-width: 759px) {
  .personal-services__btn-red {
    font-size: 15px;
    line-height: 1.4;
  }
}
.personal-services__group-item:first-child {
  border: none medium;
}
.personal-services__pic-wrap {
  display: block;
  padding-bottom: 10px;
  line-height: 45px;
  height: 97px;
  position: relative;
}
@media screen and (max-width: 1679px) {
  .personal-services__pic-wrap {
    height: 77px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .personal-services__pic-wrap {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 759px) {
  .personal-services__pic-wrap {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    line-height: 30px;
    width: 50px;
    height: auto;
    text-align: center;
  }
}
.personal-services__pic-wrap img {
  vertical-align: middle;
  height: 50px;
  max-width: 100%;
  position: relative;
  z-index: 1;
  fill: none;
  stroke-width: 1;
  stroke-linecap: round;
  stroke: #ff0032;
  -webkit-transition: stroke 0.4s ease;
  -moz-transition: stroke 0.4s ease;
  -o-transition: stroke 0.4s ease;
  -ms-transition: stroke 0.4s ease;
  transition: stroke 0.4s ease;
}
@media screen and (max-width: 1679px) {
  .personal-services__pic-wrap img {
    height: 60px;
  }
}
@media screen and (max-width: 759px) {
  .personal-services__pic-wrap img {
    max-width: 40px;
    height: 25px;
  }
}
.personal-services__pic-svg {
  vertical-align: middle;
  height: 70px;
  max-width: 100%;
  position: relative;
  z-index: 1;
  fill: none;
  stroke-width: 1;
  stroke-linecap: round;
  stroke: #ff0032;
  -webkit-transition: stroke 0.4s ease;
  -moz-transition: stroke 0.4s ease;
  -o-transition: stroke 0.4s ease;
  -ms-transition: stroke 0.4s ease;
  transition: stroke 0.4s ease;
}
@media screen and (max-width: 1679px) {
  .personal-services__pic-svg {
    height: 60px;
  }
}
@media screen and (max-width: 759px) {
  .personal-services__pic-svg {
    max-width: 40px;
    height: 25px;
  }
}
@media screen and (max-width: 759px) {
  .personal-services__text {
    width: calc(100% - 54px);
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
  }
}
.personal-services__text-small {
  width: 100%;
  font-size: 16px;
  line-height: 1.38;
  display: inline-block;
  vertical-align: top;
  margin-top: calc(0.3 * var(--old-rem-value, 16px));
  color: #808080;
}
@media screen and (max-width: 1679px) {
  .personal-services__text-small {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .personal-services__text-small {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .personal-services__text-small {
    font-size: 14px;
    line-height: 1.29;
  }
}
.personal-services__group-block {
  -webkit-transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  -ms-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.38;
  line-height: 1.2;
  padding: 10px;
  min-height: 160px;
  width: 33%;
  color: inherit;
}
@media screen and (max-width: 1679px) {
  .personal-services__group-block {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .personal-services__group-block {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .personal-services__group-block {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 959px) {
  .personal-services__group-block {
    padding: 10px 0;
  }
}
@media screen and (max-width: 759px) {
  .personal-services__group-block {
    width: 100%;
    display: block;
  }
}
.personal-services__group-description {
  font-size: 21px;
  line-height: 1.38;
  line-height: 1.4;
  text-align: center;
  display: block;
  padding: 0 calc(0.9 * var(--old-rem-value, 16px));
  min-height: calc(5.3 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .personal-services__group-description {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .personal-services__group-description {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .personal-services__group-description {
    font-size: 16px;
    line-height: 1.38;
  }
}
@media screen and (max-width: 1279px) {
  .personal-services__group-description {
    font-size: calc(0.95 * var(--old-rem-value, 16px));
    padding: 0 calc(0.2 * var(--old-rem-value, 16px));
    min-height: calc(5.7 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 959px) {
  .personal-services__group-description {
    font-size: 21px;
    line-height: 1.38;
    padding: 0 calc(0.3 * var(--old-rem-value, 16px));
    min-height: calc(7.3 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .personal-services__group-description {
    text-align: center;
    padding: 0 calc(1 * var(--old-rem-value, 16px)) calc(1.2 * var(--old-rem-value, 16px));
    min-height: 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 1679px) {
  .personal-services__group-description {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 959px) and (max-width: 1279px) {
  .personal-services__group-description {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 959px) and (max-width: 759px) {
  .personal-services__group-description {
    font-size: 16px;
    line-height: 1.38;
  }
}
.personal-services__group-number {
  font-size: calc(1.81 * var(--old-rem-value, 16px));
  line-height: 1.4;
  text-align: center;
  display: block;
  word-wrap: nowrap;
}
.personal-services__group-number a {
  color: #333;
}
.personal-services__button_wrap {
  text-align: center;
}
@media screen and (max-width: 759px) {
  .personal-services__button_wrap .btn-icon,
  .personal-services__button_wrap .btn {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }
}
@media screen and (max-width: 479px) {
  .personal-services + .cover-sm-slider {
    padding-top: calc(1.8 * var(--old-rem-value, 16px));
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .personal-services__button_wrap .btn-icon_text {
    padding-top: 12px;
    font-size: calc(1.2 * var(--old-rem-value, 16px));
  }
  .personal-services__button_wrap .btn_large {
    font-size: calc(1.2 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 1279px) {
  .personal-services_inline .personal-services__group {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 759px) {
  .personal-services_inline .personal-services__group {
    margin-top: 0;
  }
}
.personal-services_inline .personal-services__group-item {
  display: flex;
  align-items: center;
  height: auto;
  border: none;
}
@media screen and (max-width: 1279px) {
  .personal-services_inline .personal-services__group-item {
    max-width: 46%;
    flex-basis: 46%;
  }
}
@media screen and (max-width: 759px) {
  .personal-services_inline .personal-services__group-item {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #ededed;
  }
  .personal-services_inline .personal-services__group-item:last-child {
    border: none;
  }
}
.personal-services_inline .personal-services__pic-wrap {
  flex-shrink: 0;
  height: 90px;
}
@media screen and (max-width: 1279px) {
  .personal-services_inline .personal-services__pic-wrap {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 759px) {
  .personal-services_inline .personal-services__pic-wrap {
    height: 50px;
  }
}
@media screen and (max-width: 759px) {
  .personal-services_inline .personal-services__pic-svg {
    height: 50px;
  }
}
.personal-services_inline .personal-services__text {
  text-align: left;
  padding-left: calc(1 * var(--old-rem-value, 16px));
  font-size: 21px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .personal-services_inline .personal-services__text {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .personal-services_inline .personal-services__text {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .personal-services_inline .personal-services__text {
    font-size: 16px;
    line-height: 1.38;
  }
}
a.personal-services__group-item {
  cursor: pointer;
}
.popular-services {
  text-align: center;
}
@media screen and (min-width: 1680px) {
  .popular-services {
    text-align: left;
  }
}
@media screen and (max-width: 759px) {
  .popular-services {
    text-align: left;
  }
}
.popular-services__group {
  border: 1px solid #f2f2f2;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px;
  border-radius: 8px;
}
.popular-services__group:hover {
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1679px) {
  .popular-services__group {
    padding: 18px;
  }
}
@media screen and (max-width: 959px) {
  .popular-services__group {
    padding: 18px 0 6px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__group:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 479px) {
  .popular-services__group {
    padding: 20px;
  }
}
.popular-services__group-title {
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 1679px) {
  .popular-services__group-title {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .popular-services__group-title {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__group-title {
    font-size: 17px;
    line-height: 1.24;
  }
}
@media screen and (min-width: 1680px) {
  .popular-services__group-title {
    text-align: center;
  }
}
@media screen and (max-width: 1679px) {
  .popular-services__group-title {
    font-size: calc(1.32 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 1279px) {
  .popular-services__group-title {
    min-height: 60px;
    padding-bottom: 0;
    padding-top: 12px;
    font-size: calc(1.22 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 959px) {
  .popular-services__group-title {
    min-height: 40px;
    font-size: 24px;
    line-height: 1.25;
    padding-top: 8px;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__group-title {
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .popular-services__group-title {
    padding-top: 0;
    min-height: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1679px) {
  .popular-services__group-title {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 959px) and (max-width: 1279px) {
  .popular-services__group-title {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 959px) and (max-width: 759px) {
  .popular-services__group-title {
    font-size: 17px;
    line-height: 1.24;
  }
}
.popular-services__mask-right {
  background: -webkit-linear-gradient(right, #fff 15%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(right, #fff 15%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(right, #fff 15%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(right, #fff 15%, rgba(255, 255, 255, 0) 100%);
  background:
    linear-gradient(
      to left,
      #fff 15%,
      rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
}
.popular-services__mask-left {
  background: -webkit-linear-gradient(left, #fff 15%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, #fff 15%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #fff 15%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #fff 15%, rgba(255, 255, 255, 0) 100%);
  background:
    linear-gradient(
      to right,
      #fff 15%,
      rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
}
.popular-services__group-options {
  padding: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1679px) {
  .popular-services__group-options {
    padding: 0px;
  }
}
@media screen and (max-width: 959px) {
  .popular-services__group-options {
    padding: 14px 18px;
  }
}
@media screen and (max-width: 479px) {
  .popular-services__group-options {
    padding: 0;
  }
}
.popular-services__group-item {
  -webkit-transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  -ms-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.33;
  cursor: pointer;
  line-height: 1.2;
  padding: 0 10px;
  height: 135px;
  float: left;
  width: 50%;
  display: block;
  color: inherit;
}
@media screen and (max-width: 1679px) {
  .popular-services__group-item {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .popular-services__group-item {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__group-item {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1680px) {
  .popular-services__group-item {
    height: 98px;
  }
}
@media screen and (max-width: 1679px) {
  .popular-services__group-item {
    height: 125px;
  }
}
@media screen and (max-width: 1279px) {
  .popular-services__group-item {
    height: 132px;
    font-size: calc(0.94 * var(--old-rem-value, 16px));
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 959px) {
  .popular-services__group-item {
    width: 25%;
    border-left: 1px solid #f2f2f2;
    font-size: 18px;
    line-height: 1.33;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__group-item {
    width: 100%;
    max-width: 280px;
    height: auto;
    border: 0 none;
    padding: 0;
  }
}
.popular-services__group-item:hover,
.popular-services__group-item:focus {
  background: #fafafa;
}
@media screen and (max-width: 759px) {
  .popular-services__group-item:hover,
  .popular-services__group-item:focus {
    background: none;
  }
}
.popular-services__group-item:hover .popular-services__pic-svg,
.popular-services__group-item:focus .popular-services__pic-svg {
  fill: #ff0032;
}
.popular-services__group-item:first-child {
  border-left: none;
}
@media screen and (max-width: 959px) and (max-width: 1679px) {
  .popular-services__group-item {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 959px) and (max-width: 1279px) {
  .popular-services__group-item {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 959px) and (max-width: 759px) {
  .popular-services__group-item {
    font-size: 15px;
    line-height: 1.4;
  }
}
.popular-services__group-item:nth-child(2n-1) {
  border-right: 1px solid #f2f2f2;
}
@media screen and (max-width: 959px) {
  .popular-services__group-item:nth-child(2n-1) {
    border-right: none;
  }
}
.popular-services__group-item:nth-child(n+3) {
  border-top: 1px solid #f2f2f2;
}
@media screen and (max-width: 959px) {
  .popular-services__group-item:nth-child(n+3) {
    border-top: none;
  }
}
.popular-services__pic-wrap {
  display: block;
}
@media screen and (min-width: 1680px) {
  .popular-services__pic-wrap {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    align-items: center;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__pic-wrap {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    align-items: center;
  }
}
.popular-services__pic-col {
  display: block;
}
@media screen and (min-width: 1680px) {
  .popular-services__pic-col {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__pic-col {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
  }
}
.popular-services__pic-col_media {
  line-height: 80px;
  height: 90px;
}
@media screen and (min-width: 1680px) {
  .popular-services__pic-col_media {
    width: 42.9184549356%;
    height: auto;
    line-height: 1;
  }
}
@media screen and (max-width: 1679px) {
  .popular-services__pic-col_media {
    padding-bottom: 4px;
    line-height: 80px;
    height: 64px;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .popular-services__pic-col_media {
    line-height: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__pic-col_media {
    padding-bottom: 0;
    width: 32px;
    text-align: center;
    padding-right: 20px;
    height: auto;
  }
}
@media screen and (min-width: 1680px) {
  .popular-services__pic-col_text {
    width: 57.0815450644%;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__pic-col_text {
    width: 76%;
  }
}
.popular-services__pic-svg {
  vertical-align: middle;
  height: auto;
  max-height: 50px;
  max-width: 100%;
  -webkit-transition: fill 0.4s ease;
  -moz-transition: fill 0.4s ease;
  -o-transition: fill 0.4s ease;
  -ms-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
@media screen and (min-width: 1680px) {
  .popular-services__pic-svg {
    max-width: 60px;
  }
}
@media screen and (max-width: 1679px) {
  .popular-services__pic-svg {
    height: 50px;
    max-height: 40px;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .popular-services__pic-svg {
    height: 60px;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__pic-svg {
    max-width: 36px;
    max-height: 36px;
  }
}
.popular-services__group-item_mobile-roaming .popular-services__pic-col_media {
  line-height: 85px;
}
@media screen and (min-width: 1680px) {
  .popular-services__group-item_mobile-roaming .popular-services__pic-col_media {
    line-height: 1;
  }
}
@media screen and (max-width: 1679px) {
  .popular-services__group-item_mobile-roaming .popular-services__pic-col_media {
    line-height: 76px;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__group-item_mobile-roaming .popular-services__pic-col_media {
    line-height: 1;
  }
}
.popular-services__group-item_mobile-oneforall .popular-services__pic-col_media {
  line-height: 83px;
}
@media screen and (min-width: 1680px) {
  .popular-services__group-item_mobile-oneforall .popular-services__pic-col_media {
    line-height: 1;
  }
}
@media screen and (max-width: 1679px) {
  .popular-services__group-item_mobile-oneforall .popular-services__pic-col_media {
    line-height: 72px;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__group-item_mobile-oneforall .popular-services__pic-col_media {
    line-height: 1;
  }
}
.popular-services__group-item_mobile-coverage .popular-services__pic-col_media {
  line-height: 90px;
}
@media screen and (min-width: 1680px) {
  .popular-services__group-item_mobile-coverage .popular-services__pic-col_media {
    line-height: 1;
  }
}
@media screen and (max-width: 1679px) {
  .popular-services__group-item_mobile-coverage .popular-services__pic-col_media {
    line-height: 85px;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__group-item_mobile-coverage .popular-services__pic-col_media {
    line-height: 1;
  }
}
.popular-services__group-item_set .popular-services__pic-col_media {
  line-height: 90px;
}
@media screen and (min-width: 1680px) {
  .popular-services__group-item_set .popular-services__pic-col_media {
    line-height: 1;
  }
}
@media screen and (max-width: 1679px) {
  .popular-services__group-item_set .popular-services__pic-col_media {
    line-height: 85px;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__group-item_set .popular-services__pic-col_media {
    line-height: 1;
  }
}
.popular-services__group-item_home-gpon .popular-services__pic-col_media {
  line-height: 84px;
}
@media screen and (min-width: 1680px) {
  .popular-services__group-item_home-gpon .popular-services__pic-col_media {
    line-height: 1;
    width: 34.3347639485%;
  }
}
@media screen and (max-width: 1679px) {
  .popular-services__group-item_home-gpon .popular-services__pic-col_media {
    line-height: 76px;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__group-item_home-gpon .popular-services__pic-col_media {
    line-height: 1;
  }
}
@media screen and (min-width: 1680px) {
  .popular-services__group-item_home-gpon .popular-services__pic-col_text {
    width: 65.6652360515%;
  }
}
.popular-services__group-item_home-sales .popular-services__pic-col_media {
  line-height: 80px;
}
@media screen and (min-width: 1680px) {
  .popular-services__group-item_home-sales .popular-services__pic-col_media {
    line-height: 1;
  }
}
@media screen and (max-width: 1679px) {
  .popular-services__group-item_home-sales .popular-services__pic-col_media {
    line-height: 70px;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__group-item_home-sales .popular-services__pic-col_media {
    line-height: 1;
  }
}
.popular-services__group-item_home-account .popular-services__pic-col_media {
  line-height: 86px;
}
@media screen and (min-width: 1680px) {
  .popular-services__group-item_home-account .popular-services__pic-col_media {
    line-height: 1;
    width: 34.3347639485%;
  }
}
@media screen and (max-width: 1679px) {
  .popular-services__group-item_home-account .popular-services__pic-col_media {
    line-height: 82px;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__group-item_home-account .popular-services__pic-col_media {
    line-height: 1;
  }
}
@media screen and (min-width: 1680px) {
  .popular-services__group-item_home-account .popular-services__pic-col_text {
    width: 65.6652360515%;
  }
}
.popular-services__group-item_home-tariffs .popular-services__pic-col_media {
  line-height: 88px;
}
@media screen and (min-width: 1680px) {
  .popular-services__group-item_home-tariffs .popular-services__pic-col_media {
    line-height: 1;
  }
}
@media screen and (max-width: 1679px) {
  .popular-services__group-item_home-tariffs .popular-services__pic-col_media {
    line-height: 82px;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__group-item_home-tariffs .popular-services__pic-col_media {
    line-height: 1;
  }
}
.popular-services__group-item_money-transfer .popular-services__pic-col_media {
  line-height: 80px;
}
@media screen and (min-width: 1680px) {
  .popular-services__group-item_money-transfer .popular-services__pic-col_media {
    line-height: 1;
  }
}
@media screen and (max-width: 1679px) {
  .popular-services__group-item_money-transfer .popular-services__pic-col_media {
    line-height: 70px;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__group-item_money-transfer .popular-services__pic-col_media {
    line-height: 1;
  }
}
.popular-services__group-item_money-autopayment .popular-services__pic-col_media {
  line-height: 84px;
}
@media screen and (min-width: 1680px) {
  .popular-services__group-item_money-autopayment .popular-services__pic-col_media {
    line-height: 1;
  }
}
@media screen and (max-width: 1679px) {
  .popular-services__group-item_money-autopayment .popular-services__pic-col_media {
    line-height: 74px;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__group-item_money-autopayment .popular-services__pic-col_media {
    line-height: 1;
  }
}
.popular-services__group-item_money-getcard .popular-services__pic-col_media {
  line-height: 90px;
}
@media screen and (min-width: 1680px) {
  .popular-services__group-item_money-getcard .popular-services__pic-col_media {
    line-height: 1;
  }
}
@media screen and (max-width: 1679px) {
  .popular-services__group-item_money-getcard .popular-services__pic-col_media {
    line-height: 90px;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__group-item_money-getcard .popular-services__pic-col_media {
    line-height: 1;
  }
}
.popular-services__group-item_money-mobileticket .popular-services__pic-col_media {
  line-height: 90px;
}
@media screen and (min-width: 1680px) {
  .popular-services__group-item_money-mobileticket .popular-services__pic-col_media {
    line-height: 1;
  }
}
@media screen and (max-width: 1679px) {
  .popular-services__group-item_money-mobileticket .popular-services__pic-col_media {
    line-height: 84px;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__group-item_money-mobileticket .popular-services__pic-col_media {
    line-height: 1;
  }
}
@media screen and (max-width: 959px) {
  .popular-services__list .popular-services__group {
    padding-top: 18px;
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__list .popular-services__group {
    max-width: 380px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
.popular-services__list .popular-services__group-options {
  padding: 0;
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .popular-services__list .popular-services__group-options {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.popular-services__list .popular-services__group-title {
  font-size: 24px;
  line-height: 1.25;
  padding-top: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 12px;
}
@media screen and (max-width: 1679px) {
  .popular-services__list .popular-services__group-title {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .popular-services__list .popular-services__group-title {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__list .popular-services__group-title {
    font-size: 17px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1679px) {
  .popular-services__list .popular-services__group-title {
    min-height: 20px;
    padding-top: 4px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 959px) {
  .popular-services__list .popular-services__group-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__list .popular-services__group-title {
    margin-bottom: 6px;
  }
}
.popular-services__list .popular-services__group-item {
  font-size: 18px;
  line-height: 1.33;
  width: 100%;
  height: auto;
  border: 0 none;
  padding: 0;
  text-align: left;
  float: none;
}
@media screen and (max-width: 1679px) {
  .popular-services__list .popular-services__group-item {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .popular-services__list .popular-services__group-item {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__list .popular-services__group-item {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1679px) {
  .popular-services__list .popular-services__group-item {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1279px) {
  .popular-services__list .popular-services__group-item {
    padding-left: 0;
  }
}
.popular-services__list .popular-services__group-item:hover,
.popular-services__list .popular-services__group-item:focus {
  background-color: transparent;
}
.popular-services__list .popular-services__group-item + .popular-services__group-item {
  margin-top: 12px;
}
@media screen and (max-width: 1679px) {
  .popular-services__list .popular-services__group-item + .popular-services__group-item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .popular-services__list .popular-services__group-item + .popular-services__group-item {
    margin-top: 15px;
  }
}
@media screen and (max-width: 959px) {
  .popular-services__list .popular-services__group-item + .popular-services__group-item {
    margin-top: 10px;
  }
}
@media screen and (max-width: 759px) {
  .popular-services__list .popular-services__group-item + .popular-services__group-item {
    margin-top: 8px;
  }
}
.popular-services__list .popular-services__pic-wrap {
  width: 100%;
  height: auto;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.popular-services__list .popular-services__pic-col_media {
  flex-basis: 58px;
  max-width: 58px;
  height: auto;
  padding-right: 20px;
  padding-bottom: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1679px) {
  .popular-services__list .popular-services__pic-col_media {
    flex-basis: 50px;
    max-width: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .popular-services__list .popular-services__pic-col_media {
    padding-right: 14px;
  }
}
.popular-services__list .popular-services__pic-col_text {
  flex-basis: calc(100% - 58px);
  max-width: calc(100% - 58px);
}
@media screen and (max-width: 1679px) {
  .popular-services__list .popular-services__pic-col_text {
    flex-basis: calc(100% - 50px);
    max-width: calc(100% - 50px);
    line-height: 1.3;
  }
}
@media screen and (max-width: 1279px) {
  .popular-services__list .popular-services__pic-col_text {
    line-height: 1.4;
  }
}
.popular-services__list .popular-services__pic-svg {
  height: auto;
  max-width: 50px;
  max-height: 50px;
}
@media screen and (max-width: 1679px) {
  .popular-services__list .popular-services__pic-svg {
    max-width: 44px;
    max-height: 44px;
  }
}
@media screen and (max-width: 959px) {
  .popular-services__list .popular-services__pic-svg {
    max-width: 36px;
    max-height: 36px;
  }
}
.popular-services-bestseller {
  max-width: 1300px;
  margin: 0 auto;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.popular-services-bestseller.is-loaded {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.popular-services-bestseller .bx-wrapper {
  margin: 0 auto;
}
.popular-services-bestseller .bx-controls {
  display: block;
  margin: 20px auto 0;
}
.popular-services-bestseller__slider {
  text-align: center;
  font-size: 0;
  margin-bottom: -24px;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .popular-services-bestseller__slider {
    margin-bottom: 0;
  }
}
.popular-services-bestseller__slider-item {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: text-top;
  padding: 0 15px 0;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .popular-services-bestseller__slider-item {
    max-width: 378px;
  }
}
@media screen and (max-width: 959px) {
  .popular-services-bestseller__slider-item {
    width: 50%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 759px) {
  .popular-services-bestseller__slider-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.popular-services-bestseller__slider-item .tariff-card {
  text-align: left;
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .popular-services-bestseller__slider-item .tariff-card {
    max-width: none;
  }
}
.popular-services-bestseller__slider-item .tariff-card__list .b-list li {
  line-height: 135%;
}
.popular-services-bestseller__slider-item .tariff-card__list .b-list li:before {
  top: calc(0.4 * var(--old-rem-value, 16px));
}
.popular-services-contactbox [class*=grid__]:last-child .popular-services-contactbox__phone {
  border: none;
}
.popular-services-contactbox [class*=grid__]:last-child .popular-services-contactbox__phone:after {
  content: none;
}
.popular-services-contactbox__box {
  padding: calc(2.27 * var(--old-rem-value, 16px)) calc(1 * var(--old-rem-value, 16px));
  text-align: center;
  position: relative;
}
@media screen and (max-width: 959px) {
  .popular-services-contactbox__box {
    padding: calc(0.8 * var(--old-rem-value, 16px)) calc(0.2 * var(--old-rem-value, 16px));
  }
}
.popular-services-contactbox__phone {
  padding: calc(0.65 * var(--old-rem-value, 16px)) calc(1 * var(--old-rem-value, 16px));
  text-align: center;
  position: relative;
}
.popular-services-contactbox__map {
  padding: calc(3.6 * var(--old-rem-value, 16px)) calc(1 * var(--old-rem-value, 16px)) 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 959px) {
  .popular-services-contactbox__map {
    padding: calc(1.8 * var(--old-rem-value, 16px)) calc(0.2 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 959px) {
  .popular-services-contactbox__phone {
    border-bottom: 1px solid #e5e5e5;
  }
}
.popular-services-contactbox__phone:after {
  position: absolute;
  width: 1px;
  content: " ";
  background: #f2f2f2;
  height: calc(7 * var(--old-rem-value, 16px));
  margin-top: calc(-3.5 * var(--old-rem-value, 16px));
  right: 0;
  top: 50%;
}
@media screen and (max-width: 959px) {
  .popular-services-contactbox__phone:after {
    display: none;
  }
}
.popular-services-contactbox__text {
  display: block;
  color: #4d4d4d;
  font-size: 24px;
  line-height: 1.25;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 1679px) {
  .popular-services-contactbox__text {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .popular-services-contactbox__text {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .popular-services-contactbox__text {
    font-size: 17px;
    line-height: 1.24;
  }
}
.popular-services-contactbox__phone-link {
  display: inline-block;
  color: #808080;
  font-size: 38px;
  line-height: 1.18;
  line-height: 1;
  font-weight: 100;
}
@media screen and (max-width: 1679px) {
  .popular-services-contactbox__phone-link {
    font-size: 34px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .popular-services-contactbox__phone-link {
    font-size: 30px;
    line-height: 1.27;
  }
}
@media screen and (max-width: 759px) {
  .popular-services-contactbox__phone-link {
    font-size: 24px;
    line-height: 1.25;
  }
}
.popular-services-contactbox__map-link {
  display: inline-block;
  font-size: calc(1.36 * var(--old-rem-value, 16px));
  line-height: 1.3;
}
.popular-services-contactbox__icon {
  display: inline-block;
  vertical-align: text-top;
  width: calc(1.66 * var(--old-rem-value, 16px));
  margin-right: 3px;
  height: calc(1.66 * var(--old-rem-value, 16px));
  fill: #ea2828;
}
.product-adv {
  position: relative;
}
.product-adv__group {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.product-adv__group-item {
  width: 1%;
  display: table-cell;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1279px) {
  .product-adv__group-item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 959px) {
  .product-adv__group-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 759px) {
  .product-adv__group-item {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.product-adv__item {
  text-align: center;
  color: var(--text-secondary);
}
@media screen and (max-width: 759px) {
  .product-adv__item {
    display: table;
    width: 100%;
    text-align: left;
    margin-bottom: 23px;
  }
}
.product-adv__item_horizontal {
  display: flex;
  text-align: left;
}
.product-adv__item_horizontal .product-adv__icon-wrap {
  margin-right: 44px;
}
@media screen and (max-width: 959px) {
  .product-adv__item_horizontal .product-adv__icon-wrap {
    margin-right: 24px;
  }
}
@media screen and (max-width: 759px) {
  .product-adv__item_horizontal .product-adv__icon-wrap {
    margin-right: 0;
  }
}
.product-adv__item_horizontal .product-adv__icon {
  vertical-align: top;
}
.product-adv__icon-wrap {
  font-size: 70px;
  height: 1em;
  line-height: 1em;
  margin-bottom: calc(1.1 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .product-adv__icon-wrap {
    font-size: 60px;
  }
}
@media screen and (max-width: 759px) {
  .product-adv__icon-wrap {
    display: table-cell;
    vertical-align: top;
    font-size: 40px;
    width: 54px;
    padding-right: 25px;
    text-align: center;
  }
}
.product-adv__icon {
  height: 100%;
  max-width: 120px;
  fill: var(--brand-mts-red);
  display: inline-block;
  vertical-align: middle;
  filter: var(--icons-filter-brand-red);
  -webkit-filter: var(--icons-filter-brand-red);
}
@media screen and (max-width: 759px) {
  .product-adv__icon {
    max-width: 100%;
    vertical-align: top;
  }
}
@media screen and (max-width: 759px) {
  .product-adv__content {
    display: table-cell;
    vertical-align: middle;
  }
}
.product-adv__icon_4g {
  width: 1.143em;
  height: 0.857em;
}
.product-adv__icon_advantages-unlimited,
.product-adv__icon_unlimit-mobile-tv {
  width: 1.185em;
  height: 0.785em;
}
.product-adv__icon_advantages-russia {
  width: 0.8em;
  height: 1em;
}
.product-adv__icon_14days {
  width: 0.86em;
  height: 1em;
}
.product-adv__icon_hdtv {
  width: 0.9em;
  height: 1em;
}
.product-adv__icon_unlim-mobile-tv {
  width: 1.1em;
  height: 0.8em;
}
.product-adv__icon_homeinternet {
  width: 1.1em;
  height: 0.85em;
}
.product-adv__icon_mtsTv {
  max-height: 100%;
  height: auto;
}
.product-adv__label {
  color: var(--text-secondary);
}
@media screen and (max-width: 759px) {
  .product-adv__label {
    margin-top: -3px;
  }
}
.product-adv__label + .product-adv__text {
  margin-top: 12px;
}
.product-adv__text {
  font-size: 16px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .product-adv__text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .product-adv__text {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .product-adv__text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.product-adv__btn {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 759px) {
  .product-adv__btn {
    margin-top: 0;
  }
}
.product-adv_single .product-adv__group {
  display: flex;
  justify-content: center;
}
.product-adv_single .product-adv__group-item {
  width: auto;
  max-width: 50%;
}
@media screen and (max-width: 759px) {
  .product-adv_single .product-adv__group-item {
    width: 100%;
    max-width: 100%;
  }
}
.product-adv_6-in-a-row .product-adv__group,
.product-adv_5-in-a-row .product-adv__group,
.product-adv_4-in-a-row .product-adv__group,
.product-adv_3-in-a-row .product-adv__group {
  display: flex;
}
@media screen and (max-width: 1279px) {
  .product-adv_6-in-a-row .product-adv__group,
  .product-adv_5-in-a-row .product-adv__group,
  .product-adv_4-in-a-row .product-adv__group,
  .product-adv_3-in-a-row .product-adv__group {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.product-adv_6-in-a-row .product-adv__group-item,
.product-adv_5-in-a-row .product-adv__group-item,
.product-adv_4-in-a-row .product-adv__group-item,
.product-adv_3-in-a-row .product-adv__group-item {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}
@media screen and (max-width: 1279px) {
  .product-adv_6-in-a-row .product-adv__group-item,
  .product-adv_5-in-a-row .product-adv__group-item,
  .product-adv_4-in-a-row .product-adv__group-item,
  .product-adv_3-in-a-row .product-adv__group-item {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 959px) {
  .product-adv_6-in-a-row .product-adv__group-item,
  .product-adv_5-in-a-row .product-adv__group-item,
  .product-adv_4-in-a-row .product-adv__group-item,
  .product-adv_3-in-a-row .product-adv__group-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 759px) {
  .product-adv_6-in-a-row .product-adv__group-item,
  .product-adv_5-in-a-row .product-adv__group-item,
  .product-adv_4-in-a-row .product-adv__group-item,
  .product-adv_3-in-a-row .product-adv__group-item {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 759px) {
  .product-adv_6-in-a-row .product-adv__item,
  .product-adv_5-in-a-row .product-adv__item,
  .product-adv_4-in-a-row .product-adv__item,
  .product-adv_3-in-a-row .product-adv__item {
    margin-bottom: 0;
  }
}
.product-adv_6-in-a-row .product-adv__group-item {
  width: 16.6666666667%;
}
@media screen and (max-width: 1279px) {
  .product-adv_6-in-a-row .product-adv__group-item {
    margin-top: 67px;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1279px) {
  .product-adv_6-in-a-row .product-adv__group-item:nth-child(1),
  .product-adv_6-in-a-row .product-adv__group-item:nth-child(2),
  .product-adv_6-in-a-row .product-adv__group-item:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 759px) {
  .product-adv_6-in-a-row .product-adv__group-item {
    width: 100%;
    margin-top: 25px;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .product-adv_6-in-a-row .product-adv__group-item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .product-adv_6-in-a-row .product-adv__group-item:nth-child(2),
  .product-adv_6-in-a-row .product-adv__group-item:nth-child(3) {
    margin-top: 25px;
  }
}
.product-adv_5-in-a-row .product-adv__group-item {
  width: 20%;
}
@media screen and (max-width: 1279px) {
  .product-adv_5-in-a-row .product-adv__group-item {
    margin-top: 67px;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1279px) {
  .product-adv_5-in-a-row .product-adv__group-item:nth-child(1),
  .product-adv_5-in-a-row .product-adv__group-item:nth-child(2),
  .product-adv_5-in-a-row .product-adv__group-item:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 759px) {
  .product-adv_5-in-a-row .product-adv__group-item {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .product-adv_5-in-a-row .product-adv__group-item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .product-adv_5-in-a-row .product-adv__group-item:nth-child(2),
  .product-adv_5-in-a-row .product-adv__group-item:nth-child(3) {
    margin-top: 25px;
  }
}
.product-adv_4-in-a-row .product-adv__group-item {
  width: 25%;
}
@media screen and (max-width: 1279px) {
  .product-adv_4-in-a-row .product-adv__group-item {
    margin-top: 67px;
    width: 50%;
  }
}
@media screen and (max-width: 1279px) {
  .product-adv_4-in-a-row .product-adv__group-item:nth-child(1),
  .product-adv_4-in-a-row .product-adv__group-item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 759px) {
  .product-adv_4-in-a-row .product-adv__group-item {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .product-adv_4-in-a-row .product-adv__group-item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .product-adv_4-in-a-row .product-adv__group-item:nth-child(2) {
    margin-top: 25px;
  }
}
.product-adv_3-in-a-row .product-adv__group-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 1279px) {
  .product-adv_3-in-a-row .product-adv__group-item:nth-child(1),
  .product-adv_3-in-a-row .product-adv__group-item:nth-child(2),
  .product-adv_3-in-a-row .product-adv__group-item:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 759px) {
  .product-adv_3-in-a-row .product-adv__group-item {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .product-adv_3-in-a-row .product-adv__group-item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .product-adv_3-in-a-row .product-adv__group-item:nth-child(2),
  .product-adv_3-in-a-row .product-adv__group-item:nth-child(3) {
    margin-top: 25px;
  }
}
.product-adv_gray-block .product-adv__group {
  max-width: 1340px;
  margin: auto;
}
.product-adv_gray-block .product-adv__group-item {
  padding: 0 28px;
}
@media screen and (max-width: 1679px) {
  .product-adv_gray-block .product-adv__group-item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 759px) {
  .product-adv_gray-block .product-adv__group-item {
    padding: 0;
  }
}
.product-adv_gray-block .product-adv__item {
  border: 1px solid #e6e6e6;
  padding: 30px;
  border-radius: 5px;
}
@media screen and (max-width: 1279px) {
  .product-adv_gray-block .product-adv__item {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .product-adv_gray-block .product-adv__item {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 759px) {
  .product-adv_gray-block .product-adv__item {
    border: none;
    padding: 0;
    padding-left: 65px;
  }
}
.product-adv_gray-block .product-adv__icon-wrap {
  font-size: 90px;
}
@media screen and (max-width: 759px) {
  .product-adv_gray-block .product-adv__icon-wrap {
    font-size: 60px;
    margin-left: -65px;
  }
}
.product-adv_gray-block .product-adv__label {
  color: #333;
}
.product-adv_small {
  max-width: 1440px;
  margin: 0 auto;
}
.product-adv_small .b-wrapper {
  width: inherit;
}
@media screen and (min-width: 760px) and (max-width: 1279px) {
  .product-adv_small .product-adv__group {
    font-size: 0;
    text-align: center;
  }
}
@media screen and (min-width: 760px) and (max-width: 1279px) {
  .product-adv_small .product-adv__group-item {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 1280px) {
  .product-adv_small .product-adv__group-item {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .product-adv_small .product-adv__group-item {
    width: 30%;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .product-adv_small .product-adv__group-item {
    width: 33.333%;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 40px;
  }
}
.product-adv_small .product-adv__label {
  font-size: 18px;
  line-height: 1.33;
}
@media screen and (max-width: 1679px) {
  .product-adv_small .product-adv__label {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .product-adv_small .product-adv__label {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .product-adv_small .product-adv__label {
    font-size: 15px;
    line-height: 1.4;
  }
}
.product-adv_small .product-adv__text {
  font-size: 14px;
}
@media screen and (max-width: 759px) {
  .product-adv_vertical-p .product-adv__group {
    display: flex;
    flex-direction: column;
  }
  .product-adv_vertical-p .product-adv__item {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .product-adv_vertical-p .product-adv__icon-wrap {
    display: block;
    width: 100%;
    height: 60px;
    padding-right: 0;
    margin: 0 auto 20px;
  }
  .product-adv_vertical-p .product-adv__content {
    display: block;
  }
  .product-adv_vertical-p .product-adv__label {
    font-weight: 500;
  }
}
@media screen and (max-width: 959px) {
  .product-adv-clear_tarifishe {
    margin-bottom: -30px;
  }
}
.product-adv-clear_tarifishe .product-adv__group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .product-adv-clear_tarifishe .product-adv__group {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 759px) {
  .product-adv-clear_tarifishe .product-adv__group {
    flex-direction: column;
  }
}
.product-adv-clear_tarifishe .product-adv__group-item {
  width: 100%;
  max-width: 245px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}
@media screen and (max-width: 1679px) {
  .product-adv-clear_tarifishe .product-adv__group-item {
    max-width: 218px;
  }
}
@media screen and (max-width: 1279px) {
  .product-adv-clear_tarifishe .product-adv__group-item {
    max-width: 174px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .product-adv-clear_tarifishe .product-adv__group-item {
    max-width: 50%;
    width: 50%;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-adv-clear_tarifishe .product-adv__group-item:nth-child(2n) .product-adv__item {
    margin-left: auto;
  }
}
@media screen and (max-width: 759px) {
  .product-adv-clear_tarifishe .product-adv__group-item:nth-child(2n) .product-adv__item {
    margin-left: 0;
  }
}
@media screen and (max-width: 759px) {
  .product-adv-clear_tarifishe .product-adv__group-item {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 959px) {
  .product-adv-clear_tarifishe .product-adv__item {
    width: 174px;
  }
}
@media screen and (max-width: 759px) {
  .product-adv-clear_tarifishe .product-adv__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.product-adv-clear_tarifishe .product-adv__icon-wrap {
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
@media screen and (max-width: 759px) {
  .product-adv-clear_tarifishe .product-adv__icon-wrap {
    padding-right: 0;
    margin: 0 auto 15px;
  }
}
.product-adv-clear_tarifishe .product-adv__icon {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.product-adv-clear_tarifishe .product-adv__label {
  font-size: 21px;
  line-height: 1.38;
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 1679px) {
  .product-adv-clear_tarifishe .product-adv__label {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .product-adv-clear_tarifishe .product-adv__label {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .product-adv-clear_tarifishe .product-adv__label {
    font-size: 16px;
    line-height: 1.38;
  }
}
@media screen and (max-width: 759px) {
  .product-adv-clear_tarifishe .product-adv__label {
    text-align: center;
  }
}
.product-adv-clear_go-smart .product-adv__group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .product-adv-clear_go-smart .product-adv__group {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 759px) {
  .product-adv-clear_go-smart .product-adv__group {
    flex-direction: column;
  }
}
.product-adv-clear_go-smart .product-adv__group-item {
  width: 100%;
  max-width: 245px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}
@media screen and (max-width: 1679px) {
  .product-adv-clear_go-smart .product-adv__group-item {
    max-width: 228px;
  }
}
@media screen and (max-width: 1279px) {
  .product-adv-clear_go-smart .product-adv__group-item {
    max-width: 184px;
  }
}
@media screen and (max-width: 959px) {
  .product-adv-clear_go-smart .product-adv__group-item {
    max-width: 50%;
    padding-bottom: 30px;
  }
  .product-adv-clear_go-smart .product-adv__group-item:nth-child(2) .product-adv__item {
    margin-left: auto;
  }
  .product-adv-clear_go-smart .product-adv__group-item:nth-child(3) .product-adv__item {
    margin: 0 auto;
  }
}
@media screen and (max-width: 759px) {
  .product-adv-clear_go-smart .product-adv__group-item {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 959px) {
  .product-adv-clear_go-smart .product-adv__item {
    width: 184px;
  }
}
@media screen and (max-width: 759px) {
  .product-adv-clear_go-smart .product-adv__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.product-adv-clear_go-smart .product-adv__icon-wrap {
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
@media screen and (max-width: 759px) {
  .product-adv-clear_go-smart .product-adv__icon-wrap {
    padding-right: 0;
    margin: 0 auto 15px;
  }
}
.product-adv-clear_go-smart .product-adv__icon {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.product-adv-clear_go-smart .product-adv__label {
  font-size: 21px;
  line-height: 1.38;
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 1679px) {
  .product-adv-clear_go-smart .product-adv__label {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .product-adv-clear_go-smart .product-adv__label {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .product-adv-clear_go-smart .product-adv__label {
    font-size: 16px;
    line-height: 1.38;
  }
}
@media screen and (max-width: 759px) {
  .product-adv-clear_go-smart .product-adv__label {
    text-align: center;
  }
}
.product-adv-clear_item-count {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
}
@media screen and (max-width: 1679px) {
  .product-adv-clear_item-count {
    padding-top: 22px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 959px) {
  .product-adv-clear_item-count {
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 759px) {
  .product-adv-clear_item-count {
    padding-top: 0;
    padding-bottom: 5px;
  }
}
.product-adv-clear_item-count .product-adv__group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  counter-reset: custom-counter;
}
@media screen and (max-width: 959px) {
  .product-adv-clear_item-count .product-adv__group {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 759px) {
  .product-adv-clear_item-count .product-adv__group {
    flex-direction: column;
  }
}
.product-adv-clear_item-count .product-adv__group-item {
  width: 100%;
  max-width: 300px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  counter-increment: custom-counter;
}
@media screen and (max-width: 1279px) {
  .product-adv-clear_item-count .product-adv__group-item {
    max-width: 290px;
  }
}
@media screen and (max-width: 959px) {
  .product-adv-clear_item-count .product-adv__group-item {
    max-width: 205px;
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 759px) {
  .product-adv-clear_item-count .product-adv__group-item {
    width: 100%;
    max-width: 320px;
    padding: 0;
  }
}
@media screen and (max-width: 959px) {
  .product-adv-clear_item-count .product-adv__item {
    width: 174px;
  }
}
@media screen and (max-width: 759px) {
  .product-adv-clear_item-count .product-adv__item {
    width: 100%;
    margin-bottom: 18px;
  }
}
.product-adv-clear_item-count .product-adv__icon-wrap {
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 759px) {
  .product-adv-clear_item-count .product-adv__icon-wrap {
    width: 40px;
    height: 40px;
    display: table-cell;
    margin: 0;
    padding-right: 0;
  }
}
.product-adv-clear_item-count .product-adv__icon-wrap:before {
  font-size: 38px;
  line-height: 1.18;
  font-weight: 500;
  color: #333;
  content: counter(custom-counter);
}
@media screen and (max-width: 1679px) {
  .product-adv-clear_item-count .product-adv__icon-wrap:before {
    font-size: 34px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .product-adv-clear_item-count .product-adv__icon-wrap:before {
    font-size: 30px;
    line-height: 1.27;
  }
}
@media screen and (max-width: 759px) {
  .product-adv-clear_item-count .product-adv__icon-wrap:before {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .product-adv-clear_item-count .product-adv__icon-wrap:before {
    line-height: 34px;
  }
}
@media screen and (max-width: 759px) {
  .product-adv-clear_item-count .product-adv__content {
    width: calc(100% - 40px);
  }
}
.product-adv-clear_item-count .product-adv__icon {
  display: none;
}
.product-adv-clear_item-count .product-adv__label {
  font-size: 21px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .product-adv-clear_item-count .product-adv__label {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .product-adv-clear_item-count .product-adv__label {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .product-adv-clear_item-count .product-adv__label {
    font-size: 16px;
    line-height: 1.38;
  }
}
@media screen and (max-width: 759px) {
  .product-adv-clear_item-count .product-adv__label {
    text-align: left;
    padding-left: 15px;
  }
}
.promo-index__slider-prev .bx-prev,
.promo-index__slider-next .bx-next {
  background: none no-repeat 0 0 #fff;
  width: 40px;
  height: 40px;
  border-radius: 60px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  font-size: 0;
}
.promo-index {
  position: relative;
  max-width: 100vw;
  clear: both;
}
@media screen and (min-width: 1680px) {
  .promo-index {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .promo-index {
    margin-bottom: 12px;
  }
}
.promo-index_b2b {
  margin-bottom: calc(2.1 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1279px) {
  .promo-index_b2b {
    margin-bottom: calc(0.6 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .promo-index_b2b {
    margin-top: 0;
  }
}
.promo-index_b2b:before,
.promo-index_b2b:after {
  content: none;
}
.promo-index_b2g:before {
  background-image: url("./media/promo-slider-mask-before_b2g-VXIOOKFU.png");
  height: 17px;
  top: 0;
}
.promo-index_b2g:after {
  background-image: url("./media/promo-slider-mask-after_b2g-MIPN7WDD.png");
  height: 11px;
  bottom: 0;
}
.promo-index_b2g .promo-index__media {
  background-position: 60% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1279px) {
  .promo-index_b2g .promo-index__media {
    background-position: 50% 0;
  }
}
@media screen and (max-width: 759px) {
  .promo-index_b2g .promo-index__media {
    background-position: 40% 0;
  }
}
.promo-index_b2g .promo-index__price {
  font-weight: normal;
}
.promo-index_cashback .promo-index__item {
  height: 530px;
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .promo-index_cashback .promo-index__item {
    height: 576px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .promo-index_cashback .promo-index__item {
    height: 476px;
  }
}
@media screen and (max-width: 959px) {
  .promo-index_cashback .promo-index__item {
    height: 446px;
  }
}
@media screen and (max-width: 479px) {
  .promo-index_cashback .promo-index__item {
    height: 330px;
  }
}
.promo-index__slider {
  padding: 0;
  margin: 0;
}
.promo-index__slider:after {
  content: "";
  display: table;
  clear: both;
}
.promo-index__item {
  height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .promo-index__item {
    height: 320px;
  }
}
@media screen and (max-width: 759px) {
  .bx-slider .promo-index__item {
    margin-bottom: -50px;
    padding-bottom: 50px;
    height: auto;
  }
}
.promo-index__item .b-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .bx-slider .promo-index__item .cover_overlay-large {
    min-height: 320px;
  }
}
@media screen and (max-width: 759px) {
  .bx-slider .promo-index__item .cover_overlay-large {
    min-height: auto;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .bx-slider .promo-index__item .cover_overlay-large .cover__overlay {
    height: 320px;
  }
}
@media screen and (max-width: 759px) {
  .bx-slider .promo-index__item .cover_overlay-large .cover__overlay {
    margin-top: 0px;
    padding-top: 12px;
    padding-bottom: 25px;
    justify-content: center;
  }
}
.promo-index__item .cover_overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 759px) {
  .bx-slider .promo-index__item .cover_overlay {
    padding-top: 180px;
    position: relative;
  }
}
@media screen and (max-width: 959px) {
  .bx-slider .promo-index__item .cover_overlay .cover__placeholder {
    height: 320px;
  }
}
@media screen and (max-width: 759px) {
  .bx-slider .promo-index__item .cover_overlay .cover__placeholder {
    height: 180px;
  }
  .bx-slider .promo-index__item .cover_overlay .cover__placeholder:before {
    content: none;
  }
}
@media screen and (max-width: 959px) {
  .promo-index__item .cover_overlay .cover__placeholder_adaptive .cover__img {
    display: none;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .promo-index__item .cover_overlay .cover__placeholder_adaptive .cover__img.cover__img_md {
    width: auto;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 759px) {
  .promo-index__item .cover_overlay .cover__placeholder_adaptive .cover__img.cover__img_sm {
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 759px) {
  .bx-slider .promo-index__item .cover_overlay .cover__name,
  .bx-slider .promo-index__item .cover_overlay .cover__text,
  .bx-slider .promo-index__item .cover_overlay .cover__text-small,
  .bx-slider .promo-index__item .cover_overlay .cover__price {
    color: var(--text-headline);
  }
}
.promo-index__slider-wrap {
  text-align: left;
  overflow: hidden;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.promo-index__slider-wrap.is-initialized {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.promo-index__media {
  width: 100%;
  height: 100%;
  background: none no-repeat 0 0 transparent;
  -webkit-background-size: auto 130%;
  -moz-background-size: auto 130%;
  background-size: auto 130%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 1680px) {
  .promo-index__media {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 759px) {
  .promo-index__media {
    background-position: 20% 0;
    -webkit-background-size: auto 120%;
    -moz-background-size: auto 120%;
    background-size: auto 120%;
  }
}
.promo-index__preview {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 67.75%;
  height: 100%;
  float: left;
  position: relative;
}
@media screen and (max-width: 1679px) {
  .promo-index__preview {
    width: 68%;
  }
}
@media screen and (max-width: 1279px) {
  .promo-index__preview {
    width: auto;
    padding-left: 17px;
  }
}
@media screen and (max-width: 959px) {
  .promo-index__preview {
    padding-left: 0;
  }
}
.promo-index__options {
  width: 32.25%;
  display: table;
  padding-top: 85px;
  float: left;
}
@media screen and (max-width: 1679px) {
  .promo-index__options {
    width: 32%;
  }
}
@media screen and (max-width: 1279px) {
  .promo-index__options {
    padding-top: 80px;
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 759px) {
  .promo-index__options {
    padding: 0;
    display: block;
  }
}
.promo-index__pic-wrap {
  min-height: 60px;
  width: 90px;
  margin-left: -90px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1679px) {
  .promo-index__pic-wrap {
    line-height: 75px;
    height: 120px;
    width: 42px;
    margin-left: -42px;
  }
}
@media screen and (max-width: 1279px) {
  .promo-index__pic-wrap {
    margin-left: 0;
    width: auto;
    height: 86px;
    line-height: 70px;
    min-height: 88px;
  }
}
@media screen and (max-width: 759px) {
  .promo-index__pic-wrap {
    line-height: 60px;
    margin-left: -20px;
    width: 20px;
  }
}
.promo-index__pic-svg {
  vertical-align: middle;
  fill: #fff;
  height: 100px;
  max-width: 60px;
}
@media screen and (max-width: 1679px) {
  .promo-index__pic-svg {
    height: 80px;
  }
}
@media screen and (max-width: 1279px) {
  .promo-index__pic-svg {
    height: 70px;
  }
}
@media screen and (max-width: 759px) {
  .promo-index__pic-svg {
    height: 50px;
  }
}
.promo-index__list_ico-rub .promo-index__pic-svg {
  height: 60px;
}
@media screen and (max-width: 1679px) {
  .promo-index__list_ico-rub .promo-index__pic-svg {
    height: 45px;
  }
}
@media screen and (max-width: 759px) {
  .promo-index__list_ico-rub .promo-index__pic-svg {
    height: 20px;
  }
}
.promo-index__list_ico-sim .promo-index__pic-svg {
  height: 68px;
}
@media screen and (max-width: 1679px) {
  .promo-index__list_ico-sim .promo-index__pic-svg {
    height: 38px;
  }
}
@media screen and (max-width: 759px) {
  .promo-index__list_ico-sim .promo-index__pic-svg {
    height: 22px;
  }
}
.promo-index__list_ico-list .promo-index__pic-svg {
  height: 68px;
}
@media screen and (max-width: 1679px) {
  .promo-index__list_ico-list .promo-index__pic-svg {
    height: 48px;
  }
}
@media screen and (max-width: 759px) {
  .promo-index__list_ico-list .promo-index__pic-svg {
    height: 24px;
  }
}
.promo-index__title {
  max-width: 500px;
  padding: 53px 0 57px;
  font-size: 52px;
  line-height: 1;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 1679px) {
  .promo-index__title {
    font-size: 46px;
    line-height: 1;
  }
}
@media screen and (max-width: 1279px) {
  .promo-index__title {
    font-size: 42px;
    line-height: 1;
  }
}
@media screen and (max-width: 759px) {
  .promo-index__title {
    font-size: 32px;
    line-height: 1;
  }
}
@media screen and (max-width: 1279px) {
  .promo-index__title {
    padding-top: 60px;
    padding-bottom: 43px;
  }
}
@media screen and (max-width: 959px) {
  .promo-index__title {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 759px) {
  .promo-index__title {
    font-size: 38px;
    line-height: 1.18;
  }
  .promo-index__title h1 {
    font-size: 38px;
    line-height: 1.18;
  }
}
.promo-index__title_wide {
  padding-top: 85px;
  max-width: 650px;
}
@media screen and (max-width: 1279px) {
  .promo-index__title_wide {
    padding-top: 60px;
    padding-bottom: 43px;
  }
}
@media screen and (max-width: 959px) {
  .promo-index__title_wide {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 759px) {
  .promo-index__title_wide {
    font-size: 38px;
    line-height: 1.18;
  }
}
@media screen and (max-width: 759px) and (max-width: 1679px) {
  .promo-index__title_wide {
    font-size: 34px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 759px) and (max-width: 1279px) {
  .promo-index__title_wide {
    font-size: 30px;
    line-height: 1.27;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .promo-index__title_wide {
    font-size: 24px;
    line-height: 1.25;
  }
}
.promo-index__title .btn {
  margin: 19px 0 0 2px;
}
@media screen and (max-width: 1679px) {
  .promo-index__title .btn {
    margin-top: 17px;
  }
}
@media screen and (max-width: 1279px) {
  .promo-index__title .btn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 959px) {
  .promo-index__title .btn {
    margin-top: 19px;
  }
}
@media screen and (max-width: 759px) {
  .promo-index__title .btn {
    margin-top: 7px;
    font-size: 17.6px;
    height: auto;
    padding: 12px 26px;
    line-height: 1;
  }
}
@media screen and (max-width: 759px) and (max-width: 1679px) {
  .promo-index__title {
    font-size: 34px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 759px) and (max-width: 1279px) {
  .promo-index__title {
    font-size: 30px;
    line-height: 1.27;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .promo-index__title {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) and (max-width: 1679px) {
  .promo-index__title h1 {
    font-size: 34px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 759px) and (max-width: 1279px) {
  .promo-index__title h1 {
    font-size: 30px;
    line-height: 1.27;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .promo-index__title h1 {
    font-size: 24px;
    line-height: 1.25;
  }
}
.promo-index__text {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 28px;
}
@media screen and (max-width: 1279px) {
  .promo-index__text {
    padding-bottom: 34px;
  }
}
@media screen and (max-width: 759px) {
  .promo-index__text {
    padding-bottom: 20px;
    font-size: 28.8px;
    line-height: normal;
  }
}
.promo-index__text_footnote {
  font-size: calc(0.65 * var(--old-rem-value, 16px));
  position: relative;
  padding-top: 30px;
  margin-top: 70px;
  max-width: 440px;
}
@media screen and (max-width: 959px) {
  .promo-index__text_footnote {
    max-width: none;
  }
}
.promo-index__text_footnote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 105px;
  background-color: rgba(255, 255, 255, 0.3);
}
.promo-index__text_footnote:after {
  content: "*";
  position: absolute;
  top: 30px;
  left: -10px;
}
.promo-index__price {
  font-size: 24px;
  line-height: 1.25;
  line-height: 1.2;
  padding-top: 4px;
}
@media screen and (max-width: 1679px) {
  .promo-index__price {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .promo-index__price {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .promo-index__price {
    font-size: 17px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1679px) {
  .promo-index__price {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1279px) {
  .promo-index__price {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 959px) {
  .promo-index__price {
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 759px) {
  .promo-index__price {
    font-size: 17.6px;
  }
}
.promo-index__price-count {
  font-size: calc(2.7 * var(--old-rem-value, 16px));
  font-weight: 400;
  line-height: 0.9;
}
.promo-index__price-text {
  font-size: 30px;
  line-height: 1.07;
  font-weight: 300;
  line-height: 0.9;
}
@media screen and (max-width: 1679px) {
  .promo-index__price-text {
    font-size: 27px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 1279px) {
  .promo-index__price-text {
    font-size: 24px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 759px) {
  .promo-index__price-text {
    font-size: 20px;
    line-height: 1.07;
  }
}
.promo-index__list-layout {
  display: table-cell;
  padding: 20px 0 20px 90px;
  vertical-align: middle;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1679px) {
  .promo-index__list-layout {
    padding-left: 102px;
    font-size: calc(0.85 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 1279px) {
  .promo-index__list-layout {
    vertical-align: top;
    border-top: none;
    padding-top: 10px;
    padding-left: 0;
  }
}
@media screen and (max-width: 959px) {
  .promo-index__list-layout {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 759px) {
  .promo-index__list-layout {
    padding: 12px 20px 12px 80px;
  }
}
.promo-index__list {
  display: table-row;
  position: relative;
}
@media screen and (max-width: 1679px) {
  .promo-index__list {
    padding: 0 22px 0 54px;
  }
}
@media screen and (max-width: 1279px) {
  .promo-index__list {
    border-left: 1px solid #f2f2f2;
    vertical-align: top;
    text-align: center;
    display: table-cell;
    width: 33.3333%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 759px) {
  .promo-index__list {
    display: block;
    width: auto;
    padding: 0;
  }
}
@media screen and (max-width: 759px) {
  .promo-index__list {
    border: none medium;
    border-top: 1px solid #f2f2f2;
    text-align: left;
  }
}
@media screen and (max-width: 1279px) {
  .promo-index__list:first-child {
    border: none medium;
  }
}
.promo-index__list:first-child .promo-index__list-layout {
  border: none medium;
}
.promo-index__list-desc {
  width: 90%;
  font-size: 24px;
  line-height: 1.25;
  line-height: 1.3;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1679px) {
  .promo-index__list-desc {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .promo-index__list-desc {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .promo-index__list-desc {
    font-size: 17px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1679px) {
  .promo-index__list-desc {
    font-size: calc(0.8 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 1279px) {
  .promo-index__list-desc {
    font-size: calc(0.9 * var(--old-rem-value, 16px));
    width: auto;
  }
}
@media screen and (max-width: 959px) {
  .promo-index__list-desc {
    font-size: calc(0.83 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .promo-index__list-desc {
    font-size: calc(0.88 * var(--old-rem-value, 16px));
  }
}
.promo-index__list-desc p {
  margin: 0 0 10px;
}
.promo-index .bx-controls {
  display: none;
}
.promo-index__slider-nav-wrap {
  position: absolute;
  bottom: 70px;
  height: 0;
  z-index: 2;
}
@media screen and (min-width: 1680px) {
  .promo-index__slider-nav-wrap {
    right: calc((100% - 1680px) / 2);
  }
}
@media screen and (max-width: 1679px) {
  .promo-index__slider-nav-wrap {
    right: 0;
  }
}
@media screen and (max-width: 759px) {
  .promo-index__slider-nav-wrap {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto;
    bottom: 30px;
  }
}
.promo-index__slider-nav {
  position: relative;
  float: right;
  display: inline-block;
  padding-top: 15px;
  padding-right: 110px;
  position: relative;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 759px) {
  .promo-index__slider-nav {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.promo-index__slider-pager .bx-pager-link {
  width: 8px;
  height: 8px;
}
.promo-index__slider-pager .bx-pager-link.active {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 759px) {
  .promo-index__slider-controls {
    display: none;
  }
}
.promo-index__slider-prev {
  position: absolute;
  top: 0;
  right: 88px;
}
.promo-index__slider-prev .bx-prev:before {
  content: "";
  background: url("./media/arrow-prev-WJBB54AJ.svg") no-repeat 0 0;
  width: 14px;
  height: 23px;
  display: block;
  margin: 8px auto;
}
.promo-index__slider-next {
  position: absolute;
  top: 0;
  right: 0;
}
.promo-index__slider-next .bx-next:before {
  content: "";
  background: url("./media/arrow-next-HYW4UI67.svg") no-repeat 0 0;
  width: 12px;
  height: 23px;
  display: block;
  margin: 8px auto;
}
.service-call__header {
  text-align: center;
  color: #4c4c4c;
  padding-bottom: calc(2 * var(--old-rem-value, 16px));
}
.service-call__title {
  font-size: 38px;
  line-height: 1.18;
  margin-bottom: calc(0.45 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .service-call__title {
    font-size: 34px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .service-call__title {
    font-size: 30px;
    line-height: 1.27;
  }
}
@media screen and (max-width: 759px) {
  .service-call__title {
    font-size: 24px;
    line-height: 1.25;
  }
}
.service-call__subtitle {
  font-size: 21px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .service-call__subtitle {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .service-call__subtitle {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .service-call__subtitle {
    font-size: 16px;
    line-height: 1.38;
  }
}
.service-call__content {
  max-width: 520px;
  margin: 0 auto;
  padding-bottom: calc(1.3 * var(--old-rem-value, 16px));
}
.service-call__form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 759px) {
  .service-call__form-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.service-call__form-row:last-child {
  padding-top: 10px;
}
@media screen and (max-width: 759px) {
  .service-call__form-row:last-child {
    text-align: center;
  }
}
.service-call__form-label {
  color: #999;
  font-size: 18px;
  line-height: 1.33;
}
@media screen and (max-width: 1679px) {
  .service-call__form-label {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .service-call__form-label {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .service-call__form-label {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .service-call__form-label {
    margin-bottom: 10px;
  }
}
.service-call__form-control {
  flex-basis: 330px;
}
@media screen and (max-width: 759px) {
  .service-call__form-control {
    width: 100%;
    flex-basis: auto;
  }
}
.service-call__form-control .input,
.service-call__form-control .input-group_phone {
  width: 100%;
}
.service-call__footer {
  border-top: 1px solid #e5e5e5;
  text-align: center;
  color: #4c4c4c;
  padding-top: calc(2 * var(--old-rem-value, 16px));
  padding-bottom: calc(0.5 * var(--old-rem-value, 16px));
}
.service-call__footer-text {
  font-size: 21px;
  line-height: 1.38;
  margin-bottom: calc(0.4 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .service-call__footer-text {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .service-call__footer-text {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .service-call__footer-text {
    font-size: 16px;
    line-height: 1.38;
  }
}
.service-call__footer-number {
  font-size: 38px;
  line-height: 1.18;
  font-weight: 300;
  color: #808080;
}
@media screen and (max-width: 1679px) {
  .service-call__footer-number {
    font-size: 34px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .service-call__footer-number {
    font-size: 30px;
    line-height: 1.27;
  }
}
@media screen and (max-width: 759px) {
  .service-call__footer-number {
    font-size: 24px;
    line-height: 1.25;
  }
}
.services {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 0;
}
.services:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 759px) {
  .services {
    max-width: 280px;
  }
}
.services_col-half {
  max-width: 1140px;
}
.services_col-half .services-item {
  width: 50%;
}
@media screen and (max-width: 759px) {
  .services_col-half .services-item {
    width: 100%;
  }
}
.services_col-three-third {
  max-width: 1140px;
}
@media screen and (max-width: 759px) {
  .services_col-three-third {
    max-width: 280px;
  }
}
.services_col-three-third .services-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 759px) {
  .services_col-three-third .services-item {
    width: 100%;
  }
}
.services .bx-viewport {
  padding-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 759px) {
  .services .bx-viewport {
    padding-bottom: 0;
  }
  .services .bx-viewport.is-opened {
    height: auto !important;
  }
}
.services-item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  min-height: 464px;
  position: relative;
}
@media screen and (max-width: 759px) {
  .services-item {
    width: 100%;
    min-height: 182px;
    margin-bottom: 0;
  }
  .services-item:last-child {
    margin-bottom: 0;
  }
}
.services-item.is-checked .services-item__inner {
  border-color: #e70500;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.services-item:first-child .services-item__inner {
  margin-left: 0;
}
.services-item__inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 26px;
  height: 100%;
  padding-bottom: 26px;
  border: 1px solid #e5e5e5;
  position: relative;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border-radius: 8px;
}
@media screen and (max-width: 759px) {
  .services-item__inner {
    margin: 0;
    padding-bottom: 20px;
    min-height: 210px;
  }
  .services-item__inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
.services-item__inner:hover,
.services-item__inner:active {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.services-item__head {
  position: relative;
  height: 290px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (max-width: 759px) {
  .services-item__head {
    height: 95px;
    margin-bottom: 15px;
  }
}
.services-item__head:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -1px;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: bottom;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.services-item__head:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-box-shadow: inset 0 -168px 126px -55px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 -168px 126px -55px rgba(0, 0, 0, 0.75);
  z-index: 1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (max-width: 759px) {
  .services-item__head:after {
    -webkit-box-shadow: inset 0 -50px 124px -30px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0 -50px 124px -30px rgba(0, 0, 0, 0.75);
  }
}
.services-item__head_mask-1:before {
  background-image: url("./media/mask-1-4T4DWLJ4.png");
}
@media screen and (max-width: 759px) {
  .services-item__head_mask-1:before {
    background-image: url("./media/mask-1_mobile-CKSDVGAH.png");
  }
}
.services-item__head_mask-2:before {
  background-image: url("./media/mask-2-QGFP2JWA.png");
}
@media screen and (max-width: 759px) {
  .services-item__head_mask-2:before {
    background-image: url("./media/mask-2_mobile-EZPVPIIR.png");
  }
}
.services-item__head_mask-3:before {
  background-image: url("./media/mask-3-O2CCABSG.png");
}
@media screen and (max-width: 759px) {
  .services-item__head_mask-3:before {
    background-image: url("./media/mask-3_mobile-BV2SPFJC.png");
  }
}
.services-item__head_mask-4:before {
  background-image: url("./media/mask-4-EFRP4O56.png");
}
@media screen and (max-width: 759px) {
  .services-item__head_mask-4:before {
    background-image: url("./media/mask-4_mobile-B7RFGP2C.png");
  }
}
.services-item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: top center;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (max-width: 759px) {
  .services-item__image {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center;
  }
}
.services-item__name {
  position: absolute;
  z-index: 2;
  top: 45%;
  left: 20px;
  right: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 1.33;
}
@media screen and (max-width: 1679px) {
  .services-item__name {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .services-item__name {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .services-item__name {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .services-item__name {
    left: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 759px) {
  .services-item__name {
    position: relative;
    left: 0;
    top: 0;
    font-size: 16.5px;
    padding: 20px 0 0;
  }
}
.services-item__name span {
  font-size: 30px;
  line-height: 1.07;
}
@media screen and (max-width: 1679px) {
  .services-item__name span {
    font-size: 27px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 1279px) {
  .services-item__name span {
    font-size: 24px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 759px) {
  .services-item__name span {
    font-size: 20px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 759px) {
  .services-item__name span {
    font-size: 24px;
  }
}
.services-item__app {
  color: #999;
  font-size: 18.7px;
}
.services-item__app:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 759px) {
  .services-item__app {
    text-align: left;
    font-size: 16.5px;
  }
  .services-item__app:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (max-width: 759px) {
  .services-item__app > span {
    padding-top: 8px;
    display: inline-block;
  }
}
.services-item__app-inner {
  margin: 16px 0 40px;
  text-align: center;
}
@media screen and (max-width: 759px) {
  .services-item__app-inner {
    float: right;
    width: 55%;
    margin: 0;
    text-align: left;
  }
}
.services-item__app-icon {
  display: inline-block;
  margin: 0 6px;
  height: 42px;
}
@media screen and (max-width: 1279px) {
  .services-item__app-icon {
    margin: 0 2px;
  }
}
@media screen and (max-width: 759px) {
  .services-item__app-icon {
    height: 34px;
    margin: 0 3px;
  }
}
.services-item__app-icon:first-child {
  margin-left: 0;
}
.services-item__app-icon:last-child {
  margin-right: 0;
}
.services-item__app-icon img {
  height: 100%;
}
.services-item__text {
  width: 100%;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #999;
  font-size: 18.7px;
  padding: 36px 0 40px;
  height: 45px;
}
.services-item__text:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 759px) {
  .services-item__text {
    padding: 16px 0 30px;
  }
}
.services-item__text span {
  vertical-align: middle;
  display: table-cell;
}
@media screen and (max-width: 759px) {
  .services-item__text span {
    text-align: left;
    height: auto;
    font-size: 16.5px;
    text-align: center;
  }
  .services-item__text span span br {
    display: none;
  }
}
.services-item__text_large {
  margin: 0;
  padding: 0 30px;
}
@media screen and (max-width: 1279px) {
  .services-item__text_large {
    padding: 0 5px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .services-item__text_large span {
    padding-left: 0;
  }
}
.services-item__content {
  font-size: 18.7px;
  color: #999;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 1.8rem;
}
.services-item__content .b-list {
  text-align: left;
}
.services-item__content .b-list li:first-child {
  margin-top: 0;
}
.services-item__content .b-list li:last-child {
  margin-bottom: 0;
}
.services-item__more {
  color: #1f86b7;
  font-size: 18.7px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 759px) {
  .services-item__more {
    left: 22px;
    right: auto;
    bottom: 20px;
    font-size: 16.5px;
  }
}
.services-item__description {
  display: none;
  padding: 35px 48px 55px 40px;
  margin-top: 32px;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  display: none;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 759px) {
  .services-item__description {
    padding: 45px 10px 25px;
  }
}
.services-item__description:before {
  content: none;
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  width: 15px;
  height: 15px;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
@media screen and (max-width: 759px) {
  .services-item__description:before {
    content: "";
  }
}
.services-item__description-inner {
  color: #4d4d4d;
  font-size: 18.7px;
  text-align: left;
}
@media screen and (max-width: 759px) {
  .services-item__description-inner {
    font-size: 16.5px;
  }
}
.services-item__description-close {
  background: url("./media/icon-close-LIK7HU5F.svg") no-repeat 0 0;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
@media screen and (max-width: 759px) {
  .services-item__description-close {
    width: 18px;
    height: 18px;
    top: 10px;
    right: 10px;
  }
}
.services-item__description h3 {
  font-size: 30.8px;
  color: #333;
  margin-bottom: 32px;
}
@media screen and (max-width: 759px) {
  .services-item__description h3 {
    margin-bottom: 20px;
  }
}
.services-item__description p {
  margin: 0 0 16px;
}
.services-item__description ul {
  padding-left: 20px;
}
.services-item__description ul li {
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (max-width: 759px) {
  .services-item__description ul li {
    margin-bottom: 20px;
  }
}
.services-item__description ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 759px) {
  .services-item__description_inline {
    display: none !important;
  }
}
.services__search {
  margin: 70px auto;
}
@media screen and (max-width: 959px) {
  .services__search {
    width: 100%;
    margin: 30px auto 0;
  }
}
.services__search-message {
  font-size: 2rem;
  text-align: center;
  font-weight: 300;
  width: 100%;
  display: inline-block;
  color: #666;
  margin: 4rem 0 100px;
}
.services__search .search-site {
  max-width: 670px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .services__search .search-site {
    max-width: none;
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .services_entertainment {
    width: 100%;
    margin: 10px auto 2.863rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .services_entertainment {
    width: 60%;
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 480px) {
  .services_entertainment {
    max-width: 1080px;
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .services_entertainment {
    width: 100%;
    max-width: 540px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 479px) {
  .services_entertainment {
    max-width: 240px;
    margin: 0 auto 60px;
  }
}
.services__inner {
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .services__inner {
    display: flex;
    justify-content: space-around;
  }
}
@media screen and (min-width: 1280px) {
  .services__inner {
    align-items: center;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .services__inner {
    align-items: stretch;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .services__inner {
    align-items: stretch;
  }
}
@media screen and (max-width: 759px) {
  .services__inner {
    align-items: stretch;
  }
}
.services__item {
  vertical-align: top;
  font-size: 21px;
  line-height: 1.38;
  color: #333;
  position: relative;
  text-align: left;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media screen and (max-width: 1679px) {
  .services__item {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .services__item {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .services__item {
    font-size: 16px;
    line-height: 1.38;
  }
}
@media screen and (min-width: 1280px) {
  .services__item {
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .services__item {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .services__item {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 480px) {
  .services__item {
    display: inline-flex;
    flex-grow: 1;
    flex-basis: 0;
    padding: 5px 10px;
  }
  .services__item:hover {
    background-color: #fafafa;
  }
  .services__item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #e4e4e4;
    width: 1px;
  }
  .services__item:last-child:after {
    content: none;
  }
}
@media screen and (max-width: 759px) {
  .services__item {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 479px) {
  .services__item {
    display: inline-block;
    width: 100%;
  }
  .services__item + .services__item {
    margin-top: 15px;
  }
}
.services__item-icon {
  background-repeat: no-repeat;
}
@media screen and (min-width: 480px) {
  .services__item-icon {
    -webkit-background-size: 75px 75px;
    -moz-background-size: 75px 75px;
    background-size: 75px 75px;
  }
}
@media screen and (min-width: 1280px) {
  .services__item-icon {
    width: 50px;
    height: 75px;
    margin-right: 30px;
    background-position: center;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .services__item-icon {
    width: 100%;
    height: 48px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-position: center top;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .services__item-icon {
    width: 100%;
    height: 48px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-position: center top;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 759px) {
  .services__item-icon {
    width: 100%;
    height: 48px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-position: center top;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 479px) {
  .services__item-icon {
    display: inline-block;
    vertical-align: top;
    height: 36px;
    width: 38px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.services__item-icon_mts-service {
  background-image: url("./media/icon_mts-service-WHM5UKPL.svg");
}
.services__item-icon_voice-portal {
  background-image: url("./media/icon_voice-portal-ARVRMV44.svg");
}
.services__item-icon_my-content {
  background-image: url("./media/icon_my-content-N2XWUF6T.svg");
}
.services__item-icon_all {
  background-image: url("./media/icon_all-Z4EYSPON.svg");
}
.services__item-text {
  font-size: 18px;
  line-height: 1.33;
}
@media screen and (max-width: 1679px) {
  .services__item-text {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .services__item-text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .services__item-text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 959px) {
  .services__item-text br {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .services__item-text {
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .services__item-text {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 759px) {
  .services__item-text {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .services__item-text {
    display: inline-block;
    vertical-align: top;
    line-height: 36px;
    font-size: 16px;
    width: calc(100% - 60px);
    padding-left: 60px;
    text-align: left;
  }
}
.short-news-wrap {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  align-items: center;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .short-news-wrap {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
@media screen and (max-width: 759px) {
  .short-news-wrap {
    display: inline-block;
  }
}
.short-news-wrap__item {
  height: 100%;
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 759px) {
  .short-news-wrap__item {
    width: 100%;
  }
}
.short-news-wrap__item_separate {
  width: 24px;
}
@media screen and (max-width: 759px) {
  .short-news-wrap__item_separate {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    display: block;
  }
}
.short-news {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 1279px) {
  .short-news {
    position: relative;
  }
}
@media screen and (max-width: 759px) {
  .short-news {
    border-radius: 0;
  }
}
.short-news__media {
  background: none 50% 50% transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 50%;
  min-height: 200px;
  display: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media screen and (max-width: 1279px) {
  .short-news__media {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 759px) {
  .short-news__media {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.short-news_media .short-news__media {
  display: table-cell;
  vertical-align: top;
}
.short-news_media .short-news__media + .short-news__box {
  width: 50%;
  padding: 0 28px 0;
}
@media screen and (max-width: 1279px) {
  .short-news_media .short-news__media + .short-news__box {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
.short-news__media + .short-news__box {
  width: 100%;
}
.short-news__box {
  width: 100%;
  display: table-cell;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 959px) {
  .short-news__box {
    height: auto;
  }
}
.short-news__title {
  font-size: 30px;
  line-height: 1.07;
  line-height: 1.3;
  font-weight: 300;
  display: inline-block;
  margin-bottom: calc(0.7 * var(--old-rem-value, 16px));
  color: #333;
}
@media screen and (max-width: 1679px) {
  .short-news__title {
    font-size: 27px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 1279px) {
  .short-news__title {
    font-size: 24px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 759px) {
  .short-news__title {
    font-size: 20px;
    line-height: 1.07;
  }
}
.short-news__title:hover {
  color: #ff0032;
}
.short-news_media .short-news__title:hover {
  color: #ccc !important;
}
@media screen and (max-width: 759px) {
  .short-news__title {
    margin-bottom: calc(0.3 * var(--old-rem-value, 16px));
  }
}
.short-news_media .short-news__title {
  font-size: 21px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .short-news_media .short-news__title {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .short-news_media .short-news__title {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .short-news_media .short-news__title {
    font-size: 16px;
    line-height: 1.38;
  }
}
@media screen and (max-width: 1279px) {
  .short-news_media .short-news__title {
    font-size: 30px;
    line-height: 1.07;
    color: #fff;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1679px) {
  .short-news_media .short-news__title {
    font-size: 27px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1279px) {
  .short-news_media .short-news__title {
    font-size: 24px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 1279px) and (max-width: 759px) {
  .short-news_media .short-news__title {
    font-size: 20px;
    line-height: 1.07;
  }
}
.short-news__text {
  font-size: 18px;
  line-height: 1.33;
  line-height: 1.2;
  color: #808080;
}
@media screen and (max-width: 1679px) {
  .short-news__text {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .short-news__text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .short-news__text {
    font-size: 15px;
    line-height: 1.4;
  }
}
.short-news_media .short-news__text {
  font-size: 16px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .short-news_media .short-news__text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .short-news_media .short-news__text {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .short-news_media .short-news__text {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 1279px) {
  .short-news_media .short-news__text {
    font-size: 18px;
    line-height: 1.33;
    color: #fff;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1679px) {
  .short-news_media .short-news__text {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) and (max-width: 1279px) {
  .short-news_media .short-news__text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) and (max-width: 759px) {
  .short-news_media .short-news__text {
    font-size: 15px;
    line-height: 1.4;
  }
}
.short-news__content {
  height: 260px;
  padding-top: calc(1 * var(--old-rem-value, 16px));
  padding-bottom: 28px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .short-news__content {
    padding-top: calc(1.4 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 959px) {
  .short-news__content {
    height: auto;
    padding-top: calc(0.85 * var(--old-rem-value, 16px));
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 759px) {
  .short-news__content {
    padding-top: calc(1.3 * var(--old-rem-value, 16px));
  }
}
.short-news_media .short-news__content {
  padding-top: calc(1.1 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1279px) {
  .short-news_media .short-news__content {
    padding-top: calc(1.4 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 959px) {
  .short-news_media .short-news__content {
    padding-top: calc(0.85 * var(--old-rem-value, 16px));
  }
}
.short-news__content:after {
  height: 40px;
  content: "";
  background: -webkit-linear-gradient(bottom, #fff 20%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(bottom, #fff 20%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, #fff 20%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(bottom, #fff 20%, rgba(255, 255, 255, 0) 100%);
  background:
    linear-gradient(
      to top,
      #fff 20%,
      rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 1279px) {
  .short-news__content:after {
    display: none;
  }
}
.short-news__meta-wrap {
  padding-left: 30px;
  padding-bottom: 20px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.short-news__meta-wrap:after {
  width: 60px;
  content: "";
  background: -webkit-linear-gradient(right, #fff 20%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(right, #fff 20%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(right, #fff 20%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(right, #fff 20%, rgba(255, 255, 255, 0) 100%);
  background:
    linear-gradient(
      to left,
      #fff 20%,
      rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.short-news_media .short-news__meta-wrap {
  padding-left: 26px;
}
.short-news_media .short-news__meta-wrap:after {
  display: none;
}
.short-news__meta {
  white-space: nowrap;
}
.short-news_media .short-news__meta {
  height: 30px;
  white-space: normal;
  overflow: hidden;
}
.short-news__meta-item {
  min-width: 48px;
  font-size: 16px;
  line-height: 1.38;
  color: #999;
  display: inline-block;
  margin-right: 10px;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  padding: 0 calc(0.5 * var(--old-rem-value, 16px)) 1px;
  line-height: 28px;
  -webkit-transition:
    background 200ms linear 0s,
    color 200ms linear 0s,
    border 200ms linear;
  -moz-transition:
    background 200ms linear 0s,
    color 200ms linear 0s,
    border 200ms linear;
  -o-transition:
    background 200ms linear 0s,
    color 200ms linear 0s,
    border 200ms linear;
  -ms-transition:
    background 200ms linear 0s,
    color 200ms linear 0s,
    border 200ms linear;
  transition:
    background 200ms linear 0s,
    color 200ms linear 0s,
    border 200ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1679px) {
  .short-news__meta-item {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .short-news__meta-item {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .short-news__meta-item {
    font-size: 14px;
    line-height: 1.29;
  }
}
.short-news__meta-item:hover {
  background-color: #ff0032;
  border-color: #ff0032;
  color: #fff;
}
.short-news_media .short-news__meta-item {
  margin-bottom: 5px;
}
@media screen and (max-width: 1279px) {
  .short-news_media .short-news__meta-item {
    background-color: transparent;
    color: #fff;
  }
  .short-news_media .short-news__meta-item:hover {
    border-color: rgba(247, 247, 247, 0.6);
  }
}
.short-news__date {
  font-size: 16px;
  line-height: 1.38;
  color: #999;
  display: inline-block;
  margin: calc(0.1 * var(--old-rem-value, 16px)) calc(0.22 * var(--old-rem-value, 16px)) calc(0.1 * var(--old-rem-value, 16px)) 0;
  padding: calc(0.22 * var(--old-rem-value, 16px)) calc(0.22 * var(--old-rem-value, 16px)) calc(0.22 * var(--old-rem-value, 16px)) 0;
}
@media screen and (max-width: 1679px) {
  .short-news__date {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .short-news__date {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .short-news__date {
    font-size: 14px;
    line-height: 1.29;
  }
}
.short-news__date:hover {
  background: none;
  color: #999;
}
.short-news-slider__slider-wrap {
  position: relative;
}
@media screen and (max-width: 759px) {
  .short-news-slider__slider-wrap .bx-pager-item {
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .short-news-slider__slider-wrap .bx-pager-item.hidden .bx-pager-link {
    width: 6px;
    height: 6px;
    margin: 2px;
  }
  .short-news-slider__slider-wrap .bx-pager {
    white-space: nowrap;
  }
  .short-news-slider__slider-wrap .bx-pager.disabled {
    pointer-events: none;
  }
}
@media screen and (max-width: 759px) {
  .short-news-slider .bx-controls {
    margin-top: calc(0.8 * var(--old-rem-value, 16px));
    width: 130px;
    overflow: hidden;
    padding: 7px 0 0;
  }
}
.short-news-slider__title {
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (max-width: 1679px) {
  .short-news-slider__title {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .short-news-slider__title {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .short-news-slider__title {
    font-size: 17px;
    line-height: 1.24;
  }
}
.short-news-slider__slider {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  height: 100%;
}
.short-news-slider__slider:after {
  content: "";
  display: table;
  clear: both;
}
.short-news-slider__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 320px;
}
@media screen and (max-width: 959px) {
  .short-news-slider__item {
    height: auto;
  }
}
@media screen and (max-width: 759px) {
  .short-news-slider__slider-content {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 760px) {
  .short-news-slider__subscribe {
    position: absolute;
    top: auto;
    left: 0;
    bottom: calc(0.6 * var(--old-rem-value, 16px));
    z-index: 1;
  }
}
@media screen and (max-width: 759px) {
  .short-news-slider__subscribe {
    display: inline-block;
    position: absolute;
    right: 0;
    top: calc(-2.8 * var(--old-rem-value, 16px));
  }
}
.short-news-slider__subscribe-link {
  display: inline-block;
  vertical-align: middle;
  color: #808080;
  padding-left: 36px;
  position: relative;
  font-size: 18px;
  line-height: 1.33;
  margin-top: -2px;
}
@media screen and (max-width: 1679px) {
  .short-news-slider__subscribe-link {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .short-news-slider__subscribe-link {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .short-news-slider__subscribe-link {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .short-news-slider__subscribe-link {
    padding-left: 27px;
  }
}
.short-news-slider__subscribe-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 22px;
  height: 16px;
  background: url("./media/b-icon_envelope-EC5ILRTI.svg") 0 0 no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 759px) {
  .short-news-slider__subscribe-link:before {
    width: 18px;
    height: 14px;
    margin-top: -7px;
  }
}
@media screen and (max-width: 479px) {
  .short-news-slider .section-box__title {
    text-align: left;
    max-width: 60%;
    margin-bottom: calc(1.4 * var(--old-rem-value, 16px));
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .short-news-slider_some .bx-slider {
    text-align: right;
  }
}
.short-news-slider_some .bx-controls {
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .short-news-slider_some .bx-controls {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .short-news-slider_some .bx-controls {
    margin-right: -8px;
  }
}
.short-news-slider_some .short-news-slider__slider-header {
  padding-top: calc(1.6 * var(--old-rem-value, 16px));
  padding-bottom: calc(1.1 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 759px) {
  .short-news-slider_some .short-news-slider__slider-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: calc(1.1 * var(--old-rem-value, 16px));
    padding-bottom: calc(0.9 * var(--old-rem-value, 16px));
  }
}
@media screen and (max-width: 759px) {
  .short-news-slider_some .short-news-slider__subscribe {
    display: inline-block;
    position: relative;
    top: auto;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .short-news-slider_some.short-news-slider_nosubscribe .bx-slider {
    text-align: center;
  }
}
.tariff-card {
  border: 1px solid var(--background-stroke);
  background-color: var(--background-primary-elevated);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  line-height: 1.38;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
}
@media screen and (max-width: 1679px) {
  .tariff-card {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 959px) {
  .tariff-card {
    max-width: 380px;
  }
}
.tariff-card > :last-child {
  margin-bottom: 0;
}
.tariff-card.is-active {
  border: 1px solid #ff0032;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.tariff-card_tv-pack .tariff-card__text {
  line-height: 22px;
  font-size: 16px;
  line-height: 1.38;
  color: var(--text-secondary);
}
@media screen and (max-width: 1679px) {
  .tariff-card_tv-pack .tariff-card__text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card_tv-pack .tariff-card__text {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card_tv-pack .tariff-card__text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card_small-text .tariff-card__text {
  line-height: 22px;
  font-size: 16px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .tariff-card_small-text .tariff-card__text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card_small-text .tariff-card__text {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card_small-text .tariff-card__text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card__img-spacer {
  padding-bottom: 30px;
}
.tariff-card_bordered {
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 2px #adb8c1;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 2px #adb8c1;
}
.tariff-card_special-hover-behavior {
  -webkit-transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.tariff-card_special-hover-behavior.is-hovered {
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}
.tariff-card_special-hover-behavior .tariff-card__btn .btn {
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.tariff-card_special-hover-behavior .tariff-card__btn .btn:hover {
  -webkit-box-shadow: 0 6px 14px rgba(227, 6, 19, 0.5);
  box-shadow: 0 6px 14px rgba(227, 6, 19, 0.5);
}
.tariff-card_special-hover-behavior .tariff-card__img-block_double:hover {
  background-color: #ff0032;
}
.tariff-card_special-hover-behavior .tariff-card__img-block_double:hover .tariff-card__bg {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.tariff-card__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.tariff-card__hot-tag {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("./media/card-title-hot-label-NDKRXRUN.svg") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  vertical-align: -6px;
}
.tariff-card__img-block {
  height: 215px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (max-width: 1279px) {
  .tariff-card__img-block {
    padding: 20px;
  }
}
.tariff-card__img-block_full-size {
  padding: 0;
}
.tariff-card__img-block_full-size .tariff-card__img {
  position: relative;
}
.tariff-card__img-block_mask {
  padding: 0;
}
.tariff-card__img-block_default {
  height: auto;
  text-align: center;
}
.tariff-card__img-block_double {
  overflow: hidden;
  padding: 0;
}
.tariff-card__img-block_double.is-hovered {
  background-color: #ff0032;
}
.tariff-card__img-block_double.is-hovered .tariff-card__bg {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
@media screen and (max-width: 1679px) {
  .tariff-card__img-block_contain {
    height: 182px;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__img-block_contain {
    height: 185px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__img-block_contain {
    height: 158px;
  }
}
.tariff-card__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  min-width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.tariff-card__hero {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tariff-card__img-block_animate-rounds {
  text-align: center;
  position: relative;
}
.tariff-card__img-block_animate-rounds:before,
.tariff-card__img-block_animate-rounds:after {
  content: "";
  position: absolute;
  top: 57%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f00;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
}
.tariff-card__img-block_animate-rounds:before {
  background: #fbfcfd;
  width: 145px;
  height: 145px;
}
.tariff-card__img-block_animate-rounds:after {
  background: #f5f7fa;
  width: 110px;
  height: 110px;
}
.tariff-card__img-block_animate-rounds:hover:before {
  width: 188px;
  height: 188px;
  background: #f1f4f8;
}
.tariff-card__img-block_animate-rounds:hover:after {
  width: 130px;
  height: 130px;
  background: #e1e7f0;
}
.tariff-card__img-block_animate-rounds:hover .tariff-card__img {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.tariff-card__img-block_animate-rounds.tariff-card__img-block_xsmall:before {
  width: 120px;
  height: 120px;
}
.tariff-card__img-block_animate-rounds.tariff-card__img-block_xsmall:hover:before {
  width: 130px;
  height: 130px;
}
.tariff-card__img-block_animate-rounds.tariff-card__img-block_xsmall:after {
  width: 90px;
  height: 90px;
}
.tariff-card__img-block_animate-rounds.tariff-card__img-block_xsmallhover:after {
  width: 110px;
  height: 110px;
}
.tariff-card__img-block_unanimate-rounds {
  text-align: center;
  position: relative;
}
.tariff-card__img-block_unanimate-rounds:before,
.tariff-card__img-block_unanimate-rounds:after {
  content: "";
  position: absolute;
  top: 57%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f00;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
}
.tariff-card__img-block_unanimate-rounds:before {
  background: #fbfcfd;
  width: 145px;
  height: 145px;
}
.tariff-card__img-block_unanimate-rounds:after {
  background: #f5f7fa;
  width: 110px;
  height: 110px;
}
.tariff-card__img-block_small {
  height: 180px;
}
.tariff-card__img-block_xsmall {
  height: 140px;
}
.tariff-card__img-block_large {
  height: 280px;
}
@media screen and (min-width: 960px) {
  .tariff-card__img-block_large-nodevice {
    height: 280px;
  }
}
@media screen and (max-width: 959px) {
  .tariff-card__img-block_large-nodevice {
    height: 140px;
  }
}
.tariff-card__img {
  background-position: center top;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.tariff-card__img:not([style]):not([src]) {
  background-color: #ff0032;
}
.tariff-card__img-block_full-size .tariff-card__img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.tariff-card__img-block_contain .tariff-card__img {
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}
.tariff-card__img-block_mask .tariff-card__img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.tariff-card__img-block_mask .tariff-card__img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -2px;
  left: 0;
  width: 100%;
  min-height: 100%;
  right: 0;
  background: url("./media/image-mask-CLGL6TUA.svg") no-repeat center bottom;
  -webkit-background-size: 101% auto;
  -moz-background-size: 101% auto;
  background-size: 101% auto;
}
.tariff-card__img-block_default .tariff-card__img,
.tariff-card__img-block_animate-rounds .tariff-card__img {
  background-position: center 70%;
  max-width: 100%;
  margin-top: 30px;
  width: auto;
  height: auto;
  position: relative;
  z-index: 5;
  left: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 1679px) {
  .tariff-card__img-block_default .tariff-card__img,
  .tariff-card__img-block_animate-rounds .tariff-card__img {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
  }
}
.tariff-card__img-block_animate-rounds .tariff-card__img {
  max-height: 140px;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.tariff-card__img-block_animate-rounds.tariff-card__img-block_xsmall .tariff-card__img {
  max-height: 120px;
  margin-top: 0;
}
.tariff-card__img-block_unanimate-rounds .tariff-card__img {
  background-position: center 70%;
  max-width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: auto;
  position: relative;
  z-index: 5;
  max-height: 140px;
}
@media screen and (max-width: 1679px) {
  .tariff-card__img-block_unanimate-rounds .tariff-card__img {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
  }
}
.device-list .tariff-card__img {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  max-height: 100%;
  width: calc(100% - 2px);
}
.tariff-card__img_center-top {
  background-position: center top;
}
.tariff-card__img_stretch {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tariff-card__img-title {
  color: #fff;
  position: absolute;
  left: 12.6315789474%;
  right: 12.6315789474%;
  top: 11.5789473684%;
  bottom: 0;
}
@media screen and (max-width: 959px) {
  .tariff-card__img-title {
    left: 5%;
    right: 5%;
  }
}
.tariff-card__img-title p {
  font-size: 38px;
  line-height: 1.18;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 1679px) {
  .tariff-card__img-title p {
    font-size: 34px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__img-title p {
    font-size: 30px;
    line-height: 1.27;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__img-title p {
    font-size: 24px;
    line-height: 1.25;
  }
}
.tariff-card__img-title p span {
  display: inline-block;
  width: 100%;
  min-height: calc(1.6 * var(--old-rem-value, 16px));
  font-weight: 100;
  font-size: calc(1.36 * var(--old-rem-value, 16px));
  margin-bottom: calc(0.8 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 639px) {
  .tariff-card_internet .tariff-card__head {
    display: none;
  }
}
.tariff-card__head {
  position: relative;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
  overflow: hidden;
  min-height: 140px;
}
.tariff-card__head-large {
  min-height: 215px;
}
.tariff-card__head-fixed {
  height: 280px;
}
@media screen and (min-width: 960px) {
  .show-list-img-only-adaptive .tariff-card__head {
    padding-top: 25px;
  }
}
.tariff-card__body {
  font-size: 16px;
  line-height: 1.38;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.devices-card__body {
  height: auto;
}
@media screen and (max-width: 1679px) {
  .tariff-card__body {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__body {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__body {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (min-width: 1680px) {
  .tariff-card__body {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1679px) {
  .tariff-card__body {
    padding-top: 20px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__body {
    padding-top: 22px;
  }
}
.tariff-card__body-top {
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--text-headline);
}
@media screen and (min-width: 1680px) {
  .tariff-card__body-top {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media screen and (max-width: 1679px) {
  .tariff-card__body-top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tariff-card__body-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tariff-card__body-bottom-inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1680px) {
  .tariff-card__body-bottom-inner {
    padding: 0 30px 20px;
  }
}
@media screen and (max-width: 1679px) {
  .tariff-card__body-bottom-inner {
    padding: 0 20px 20px;
  }
}
.tariff-card__content + .tariff-card__content {
  margin-top: 20px;
}
.tariff-card__title {
  font-size: 30px;
  line-height: 1.07;
  font-weight: 500;
  color: var(--text-headline);
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 1679px) {
  .tariff-card__title {
    font-size: 27px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__title {
    font-size: 24px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__title {
    font-size: 20px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__title {
    margin-bottom: 18px;
  }
}
.tariff-card__title[href] {
  cursor: pointer;
}
.tariff-card__title[href]:hover,
.tariff-card__title[href].is-hovered {
  color: #ff0032;
}
@media screen and (max-width: 639px) {
  .tariff-card_internet .tariff-card__title {
    text-align: center;
  }
}
.tariff-card__subtitle {
  color: var(--text-headline);
  font-size: 16px;
  line-height: 1.38;
  margin-bottom: 20px;
}
@media screen and (max-width: 1679px) {
  .tariff-card__subtitle {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__subtitle {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__subtitle {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card__subtext {
  color: #808080;
  font-size: 16px;
  line-height: 1.38;
  margin-bottom: 15px;
}
@media screen and (max-width: 1679px) {
  .tariff-card__subtext {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__subtext {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__subtext {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .tariff-card__subtext {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .tariff-card__subtext {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__subtext {
    margin-bottom: 12px;
  }
}
.tariff-card__channels {
  font-size: 16px;
  line-height: 1.38;
  margin-bottom: 16px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  padding-left: 30px;
  margin-right: -10px;
}
@media screen and (max-width: 1679px) {
  .tariff-card__channels {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__channels {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__channels {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__channels {
    padding: 2px 0;
    padding-left: 30px;
    margin: -2px 0 14px;
  }
}
.tariff-card__channels:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url("./media/b-icon_vcard-tv-IMUZPTRV.svg") no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.tariff-card__channels:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 23px;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 50%, var(--background-primary));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 50%, var(--background-primary));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 50%, var(--background-primary));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 50%, var(--background-primary));
  background:
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.8) 50%,
      var(--background-primary));
}
.tariff-card__channels p {
  margin: 0;
  color: #808080;
}
.tariff-card__channels a {
  cursor: pointer;
}
.tariff-card__channel {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  line-height: 0;
  padding-right: 8px;
}
.tariff-card__channel img {
  max-width: 100%;
  max-height: 21px;
}
.tariff-card__channels-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  margin: -5px -4px 5px;
}
.tariff-card__channels-list li {
  display: inline-block;
  vertical-align: top;
  margin: 5px 4px;
}
.tariff-card__channels-list img {
  width: 40px;
  height: 30px;
}
.tariff-card__additional-services {
  margin: calc(0.9 * var(--old-rem-value, 16px)) 0 calc(1.4 * var(--old-rem-value, 16px));
}
.tariff-card__additional-services-item {
  display: flex;
  align-items: center;
}
.tariff-card__additional-services-item + .tariff-card__additional-services-item {
  margin-top: 18px;
}
.tariff-card__additional-services-item img {
  flex-basis: 45px;
  max-width: 45px;
}
.tariff-card__additional-services-item p {
  margin: 0;
  padding-left: 10px;
}
.tariff-card__additional-services-item span,
.tariff-card__additional-services-item small {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.tariff-card__additional-services-item-desc small br {
  display: none;
}
.tariff-card__additional-services-item span {
  font-size: 18px;
  line-height: 1.33;
  color: var(--text-primary);
}
@media screen and (max-width: 1679px) {
  .tariff-card__additional-services-item span {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__additional-services-item span {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__additional-services-item span {
    font-size: 15px;
    line-height: 1.4;
  }
}
.tariff-card__additional-services-item small {
  font-size: 16px;
  line-height: 1.38;
  color: #999;
}
@media screen and (max-width: 1679px) {
  .tariff-card__additional-services-item small {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__additional-services-item small {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__additional-services-item small {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card__params {
  position: relative;
}
.tariff-card__params.tariff-card__params_link-toggle.is-open .tariff-card__plist:not(.tariff-card__plist_hidden) {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.tariff-card__params.tariff-card__params_link-toggle.is-open .tariff-card__plist.tariff-card__plist_hidden {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  pointer-events: all;
}
.tariff-card__params-link {
  margin-bottom: 20px;
  bottom: 0;
  left: 0;
  right: 0;
}
.tariff-card__params-link .link {
  font-size: 16px;
  line-height: 1.38;
  color: var(--text-primary);
}
@media screen and (max-width: 1679px) {
  .tariff-card__params-link .link {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__params-link .link {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__params-link .link {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card__plist {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -ms-transition-property: opacity, -ms-transform;
  transition-property: opacity, transform;
}
.tariff-card__plist.tariff-card__plist_hidden {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.tariff-card__plist + .tariff-card__plist:not(.tariff-card__plist_hidden) {
  margin-top: 20px;
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .tariff-card__plist + .tariff-card__plist:not(.tariff-card__plist_hidden) {
    margin-top: 18px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__plist + .tariff-card__plist:not(.tariff-card__plist_hidden) {
    margin-top: 15px;
  }
}
.tariff-card__plist-title {
  color: var(--text-secondary);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .tariff-card__plist-title {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__plist-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__plist-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .tariff-card__plist-title {
    font-size: 16px;
    line-height: 1.38;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .tariff-card__plist-title {
    font-size: 16px;
    line-height: 1.38;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .tariff-card__plist-title {
    font-size: 16.5px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__plist-title {
    font-size: 12px;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) and (max-width: 1679px) {
  .tariff-card__plist-title {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) and (max-width: 1279px) {
  .tariff-card__plist-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) and (max-width: 759px) {
  .tariff-card__plist-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) and (max-width: 1679px) {
  .tariff-card__plist-title {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) and (max-width: 1279px) {
  .tariff-card__plist-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) and (max-width: 759px) {
  .tariff-card__plist-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card__plist-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .tariff-card__plist-list {
    padding-left: 33px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .tariff-card__plist-list {
    padding-left: 28px;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .tariff-card__plist-list {
    padding-left: 30px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__plist-list {
    padding-left: 33px;
  }
}
.tariff-card__plist-list li {
  position: relative;
}
@media screen and (min-width: 760px) {
  .tariff-card__plist-list li {
    font-size: 16px;
    line-height: 1.38;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__plist-list li {
    font-size: 12px;
  }
}
.tariff-card__plist-list li + li {
  margin-top: 11px;
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .tariff-card__plist-list li + li {
    margin-top: 12px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .tariff-card__plist-list li + li {
    margin-top: 14px;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .tariff-card__plist-list li + li {
    margin-top: 13px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__plist-list li + li {
    margin-top: 6px;
  }
}
.tariff-card__plist-list li i {
  position: absolute;
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 1280px) {
  .tariff-card__plist-list li i {
    left: -33px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .tariff-card__plist-list li i {
    left: -28px;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .tariff-card__plist-list li i {
    left: -30px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__plist-list li i {
    left: -32px;
  }
}
@media screen and (min-width: 960px) {
  .tariff-card__plist-list li i {
    top: 0;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .tariff-card__plist-list li i {
    top: -4px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__plist-list li i {
    top: -5px;
  }
}
.tariff-card__plist-list li s {
  color: #ccc;
}
.tariff-card__plist-list li img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 760px) and (max-width: 1679px) {
  .tariff-card__plist-list li {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 760px) and (max-width: 1279px) {
  .tariff-card__plist-list li {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (min-width: 760px) and (max-width: 759px) {
  .tariff-card__plist-list li {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card__plist-list_clear li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: -22px;
  top: 7px;
  border-radius: 50%;
  background-color: #e41e26;
}
@media screen and (max-width: 759px) {
  .tariff-card__plist-list_clear li:before {
    width: 4px;
    height: 4px;
    left: -22px;
    top: 4px;
  }
}
.tariff-card__text {
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: calc(1.14 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .tariff-card__text {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1680px) {
  .tariff-card__text + .tariff-card__options {
    margin-top: -5px;
  }
}
@media screen and (max-width: 1679px) {
  .tariff-card__text + .tariff-card__options {
    margin-top: -20px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__text + .tariff-card__options {
    margin-top: -8px;
  }
}
.tariff-card_animated-content .tariff-card__text {
  color: #808080;
}
@media screen and (min-width: 960px) {
  .tariff-card_animated-content .tariff-card__text {
    display: none;
    margin-top: 19px;
    height: 305px;
    overflow: hidden;
    position: absolute;
    top: 30px;
  }
  .tariff-card_animated-content .tariff-card__text:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 25px;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.7) 70%, #fff 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.7) 70%, #fff 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.7) 70%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.7) 70%, #fff 100%);
    background:
      linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(255, 255, 255, 0.7) 70%,
        #fff 100%);
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1279px) {
  .tariff-card_animated-content .tariff-card__text {
    height: 290px;
  }
}
@media screen and (min-width: 960px) and (min-width: 1680px) {
  .tariff-card_animated-content .tariff-card__text {
    left: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1679px) {
  .tariff-card_animated-content .tariff-card__text {
    left: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 960px) {
  .tariff-card_animated-content {
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
  }
  .tariff-card_animated-content.is-hovered:before {
    width: 100%;
  }
  .tariff-card_animated-content.is-hovered .tariff-card__img-block,
  .tariff-card_animated-content.is-hovered .tariff-card__title {
    z-index: -1;
    position: relative;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  .tariff-card_animated-content.is-hovered .tariff-card__text {
    display: block;
    top: 30px;
    z-index: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .tariff-card_animated-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    z-index: 1;
    background-color: #ff0032;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  .tariff-card_animated-content .tariff-card__body {
    height: calc(100% - 280px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.tariff-card__text-lead {
  font-size: 30px;
  line-height: 1.07;
  color: #333;
  margin-bottom: 8px;
}
@media screen and (max-width: 1679px) {
  .tariff-card__text-lead {
    font-size: 27px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__text-lead {
    font-size: 24px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__text-lead {
    font-size: 20px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 959px) {
  .tariff-card__text-lead {
    display: none;
  }
}
.tariff-card__list-options {
  display: flex;
}
@media screen and (min-width: 1680px) {
  .tariff-card__list-options {
    margin: calc(1.14 * var(--old-rem-value, 16px)) 0 22px;
  }
}
@media screen and (max-width: 1679px) {
  .tariff-card__list-options {
    margin: 28px 0 22px;
  }
}
@media screen and (max-width: 639px) {
  .tariff-card__list-options {
    margin: 20px 0 14px;
    justify-content: center;
  }
}
.tariff-card__list-options-item {
  flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tariff-card__list-options-item + .tariff-card__list-options-item {
  padding-left: 10px;
}
.tariff-card__options-title {
  color: #000;
  padding-top: 5px;
}
@media screen and (min-width: 1680px) {
  .tariff-card__options-title + .tariff-card__options {
    margin-top: 11px;
  }
}
@media screen and (max-width: 1679px) {
  .tariff-card__options-title + .tariff-card__options {
    margin-top: 13px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__options-title + .tariff-card__options {
    margin-bottom: 8px;
  }
}
.tariff-card__options-title_inside {
  font-size: 16px;
  line-height: 1.38;
  color: #666;
  text-align: center;
  max-width: 80%;
  line-height: 1.333;
  margin: calc(-0.82 * var(--old-rem-value, 16px)) auto 0;
  padding-bottom: 11px;
}
@media screen and (max-width: 1679px) {
  .tariff-card__options-title_inside {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__options-title_inside {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__options-title_inside {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card__options-title_inside span {
  background-color: #fff;
  padding: 0 10px;
}
.tariff-card__options {
  padding-top: calc(0.682 * var(--old-rem-value, 16px));
  color: var(--text-primary);
}
.tariff-card__options + .tariff-card__content {
  padding-top: calc(1 * var(--old-rem-value, 16px));
}
.tariff-card__options + .tariff-card__content > .tariff-card__list .b-list {
  margin-top: 0;
}
.tariff-card__options + .tariff-card__options {
  margin-top: 5px;
}
.tariff-card__options_bordered {
  border: 1px solid var(--background-stroke);
  padding: 0 20px 20px;
  margin-top: 30px;
}
.tariff-card__options_bordered .tariff-card__option + .tariff-card__option {
  margin-top: 11px;
}
.tariff-card__options_bordered .tariff-card__option-info {
  padding-right: 0;
}
.tariff-card__options-item {
  position: relative;
  height: 25px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .tariff-card__options-item {
    padding-left: 48px;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__options-item {
    padding-left: 45px;
  }
}
.tariff-card__list-options-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tariff-card__options-item_wifi .tariff-card__list-options-icon {
  background: url("./media/gpon-icon-UEZK245X.svg") 0 0 no-repeat;
}
@media screen and (min-width: 760px) {
  .tariff-card__options-item_wifi .tariff-card__list-options-icon {
    width: 38px;
    height: 34px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__options-item_wifi .tariff-card__list-options-icon {
    width: 22px;
    height: 20px;
  }
}
.tariff-card__options-item_tv .tariff-card__list-options-icon {
  background: url("./media/tv-icon-QJDVFKPR.svg") 0 0 no-repeat;
}
@media screen and (min-width: 760px) {
  .tariff-card__options-item_tv .tariff-card__list-options-icon {
    width: 38px;
    height: 34px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__options-item_tv .tariff-card__list-options-icon {
    width: 26px;
    height: 24px;
  }
}
.tariff-card__option-radios {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 5px;
}
.tariff-card__option-radio {
  margin-right: 50px;
}
.tariff-card__swipe-content.is-hidden .tariff-card__swipe-content-visible {
  display: none;
}
.tariff-card__swipe-content.is-hidden .tariff-card__swipe-content-hidden {
  display: block;
}
.tariff-card__swipe-content-hidden {
  display: none;
}
.tariff-card__list-options-text {
  display: inline-block;
  vertical-align: middle;
  color: #4c4c4c;
}
@media screen and (min-width: 960px) {
  .tariff-card__list-options-text {
    font-size: 18px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 959px) {
  .tariff-card__list-options-text {
    font-size: 16px;
    line-height: 1.38;
  }
}
@media screen and (min-width: 960px) and (max-width: 1679px) {
  .tariff-card__list-options-text {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .tariff-card__list-options-text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 960px) and (max-width: 759px) {
  .tariff-card__list-options-text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 959px) and (max-width: 1679px) {
  .tariff-card__list-options-text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 959px) and (max-width: 1279px) {
  .tariff-card__list-options-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 959px) and (max-width: 759px) {
  .tariff-card__list-options-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card__accessory {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 17px;
  width: 100%;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .tariff-card__accessory {
    margin-bottom: 19px;
  }
}
.tariff-card__accessory-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  border-radius: 2px 0 0 2px;
  background-color: #e41e26;
  display: inline-block;
  padding: 0 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.tariff-card__accessory-icon:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.tariff-card__accessory-icon img {
  max-width: 100%;
  vertical-align: middle;
}
.tariff-card__accessory-text {
  color: #666;
  font-size: 13px;
  border-radius: 0 2px 2px 0;
  border: 1px solid #f2f2f2;
  border-left: 0;
  text-transform: uppercase;
  padding: 7px 10px 7px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .tariff-card__accessory-text {
    font-size: 11px;
  }
}
.tariff-card__description {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .tariff-card__description {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__description {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__description {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card__description + .tariff-card__list {
  margin-top: 20px;
}
.tariff-card__link {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .tariff-card__link {
    display: none;
  }
}
.tariff-card__devices-title {
  color: #333;
  font-size: 16px;
  line-height: 1.38;
  padding: calc(1.4 * var(--old-rem-value, 16px)) 0 calc(0.55 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .tariff-card__devices-title {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__devices-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__devices-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card__devices-items .tariff-card__devices-item:first-child {
  margin-left: 0;
}
.tariff-card__devices-items .tariff-card__devices-item:last-child {
  margin-right: 0;
}
.tariff-card__devices-item {
  display: inline-block;
  width: 16.25%;
  text-align: center;
  margin: 0 0.9375%;
  padding: 3px 0;
  font-size: calc(0.9 * var(--old-rem-value, 16px));
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  color: #999;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tariff-card__devices-item.is-active {
  color: #fff;
  background-color: #ff0032;
  border-color: #ff0032;
}
.tariff-card__list-title {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .tariff-card__list-title {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__list-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__list-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card__list .b-list {
  margin-top: 17px;
}
@media screen and (min-width: 760px) {
  .tariff-card__list .b-list li {
    margin: calc(0.8 * var(--old-rem-value, 16px)) 0;
  }
}
@media screen and (max-width: 959px) {
  .tariff-card__list .b-list li {
    padding-left: 20px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__list .b-list li {
    margin: calc(0.75 * var(--old-rem-value, 16px)) 0;
    padding-left: 27px;
  }
}
.tariff-card__list .b-list li:before {
  margin-left: -22px;
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .tariff-card__list .b-list li:before {
    margin-left: -21px;
  }
}
@media screen and (max-width: 959px) {
  .tariff-card__list .b-list li:before {
    margin-left: -18px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__list .b-list li:before {
    margin-left: -22px;
  }
}
.tariff-card__list .b-list li:last-child {
  margin-bottom: 0;
}
.tariff-card__list .b-list b {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 500;
}
@media screen and (max-width: 1679px) {
  .tariff-card__list .b-list b {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__list .b-list b {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__list .b-list b {
    font-size: 15px;
    line-height: 1.4;
  }
}
.tariff-card__price-block {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}
.tariff-card__price-block:after {
  content: "";
  display: table;
  clear: both;
}
.tariff-card__price-block > .clearfix {
  width: 100%;
}
.tariff-card__price-row + .tariff-card__price-row {
  margin-top: 20px;
}
.tariff-card__price-row p {
  margin-bottom: -4px;
}
.tariff-card__price-row s {
  display: inline-block;
  vertical-align: top;
  color: #ccc;
  font-size: 16px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .tariff-card__price-row s {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__price-row s {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__price-row s {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card__price-wrapper {
  min-width: 120px;
  float: left;
}
@media screen and (max-width: 1279px) {
  .tariff-card__price-wrapper {
    min-width: 110px;
  }
}
.tariff-card__price-wrapper_red .tariff-card__price,
.tariff-card__price-wrapper_red .tariff-card__price-after {
  color: #ff0032;
}
.tariff-card__price-wrapper_gray .tariff-card__price,
.tariff-card__price-wrapper_gray .tariff-card__price-after {
  color: #ccc;
}
.tariff-card__price-wrapper_crossout {
  position: relative;
}
.tariff-card__price-wrapper_crossout:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #ccc;
}
.tariff-card__price-before {
  display: inline-block;
  color: var(--text-primary);
  font-size: 21px;
  line-height: 1.38;
  margin-right: 0.1em;
}
@media screen and (max-width: 1679px) {
  .tariff-card__price-before {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__price-before {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__price-before {
    font-size: 16px;
    line-height: 1.38;
  }
}
.tariff-card__price-min {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.38;
  line-height: calc(1.23 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .tariff-card__price-min {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__price-min {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__price-min {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card__price-after {
  display: inline-block;
  font-weight: 500;
  color: var(--text-primary);
  font-size: 21px;
  line-height: 1.38;
  margin-left: 0.1em;
  margin-right: 10px;
}
@media screen and (max-width: 1679px) {
  .tariff-card__price-after {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__price-after {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__price-after {
    font-size: 16px;
    line-height: 1.38;
  }
}
.tariff-card__price-twix {
  display: inline-block;
  text-align: center;
  line-height: 1;
}
.tariff-card__price-twix_top {
  color: #000;
  font-size: 16px;
  line-height: 1.38;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
}
@media screen and (max-width: 1679px) {
  .tariff-card__price-twix_top {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__price-twix_top {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__price-twix_top {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card__price-twix_bottom {
  color: #000;
  font-size: 16px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .tariff-card__price-twix_bottom {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__price-twix_bottom {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__price-twix_bottom {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card__old-price {
  color: var(--icons-secondary);
  font-size: 18px;
  line-height: 1.33;
  text-decoration: line-through;
  margin-bottom: -2px;
}
@media screen and (max-width: 1679px) {
  .tariff-card__old-price {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__old-price {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__old-price {
    font-size: 15px;
    line-height: 1.4;
  }
}
.tariff-card__price {
  font-weight: 500;
  color: var(--text-primary);
  font-size: 30px;
  line-height: 1.07;
  display: inline-block;
}
@media screen and (max-width: 1679px) {
  .tariff-card__price {
    font-size: 27px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__price {
    font-size: 24px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__price {
    font-size: 20px;
    line-height: 1.07;
  }
}
.tariff-card__choose-price {
  padding-top: 20px;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.tariff-card__choose-price-item {
  display: inline-block;
  vertical-align: top;
  flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ccc;
}
.tariff-card__choose-price-item:first-child {
  padding-right: 5px;
}
.tariff-card__choose-price-item:last-child {
  padding-left: 5px;
}
.tariff-card__choose-price-item.is-active {
  color: #000;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.tariff-card__choose-price-val {
  font-size: 30px;
  line-height: 1.07;
  display: inline-block;
  padding-bottom: 12px;
}
@media screen and (max-width: 1679px) {
  .tariff-card__choose-price-val {
    font-size: 27px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__choose-price-val {
    font-size: 24px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__choose-price-val {
    font-size: 20px;
    line-height: 1.07;
  }
}
.tariff-card__choose-price-val span {
  display: inline-block;
  padding-left: 7px;
  font-size: 21px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .tariff-card__choose-price-val span {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__choose-price-val span {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__choose-price-val span {
    font-size: 16px;
    line-height: 1.38;
  }
}
.tariff-card__choose-price-action {
  font-size: 18px;
  line-height: 1.33;
}
@media screen and (max-width: 1679px) {
  .tariff-card__choose-price-action {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__choose-price-action {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__choose-price-action {
    font-size: 15px;
    line-height: 1.4;
  }
}
.tariff-card__choose-price-action .js-choose-handler {
  display: inline-block;
}
.tariff-card__bonus {
  max-width: 150px;
  color: #ff0032;
  font-size: calc(0.65 * var(--old-rem-value, 16px));
  text-align: right;
  margin-top: 7px;
  display: inline-block;
  float: right;
}
@media screen and (max-width: 959px) {
  .tariff-card__bonus {
    max-width: 120px;
  }
}
.tariff-card__bonus.is-break,
.tariff-card__bonus.is-alone {
  max-width: inherit;
  text-align: left;
  float: none;
  margin-top: 7px;
  margin-bottom: 10px;
}
.tariff-card__btn-group {
  font-size: 14px;
  line-height: 1.29;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 7px;
}
@media screen and (max-width: 1679px) {
  .tariff-card__btn-group {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__btn-group {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__btn-group {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card__btn-group .tariff-card__mark-block {
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
}
.tariff-card__btn-group_flex {
  margin-top: 17px;
  flex-wrap: nowrap;
  margin-bottom: 0;
}
.tariff-card__btn-group_flex .tariff-card__btn {
  padding-top: 0;
  padding-bottom: 0;
}
.tariff-card__btn-group_flex .tariff-card__or {
  flex-grow: 1;
}
.tariff-card__flex-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 1680px) {
  .tariff-card__flex-inner .btn + a {
    margin-left: 35px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .tariff-card__flex-inner .btn + a {
    margin-left: 21px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .tariff-card__flex-inner .btn + a {
    margin-left: 34px;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .tariff-card__flex-inner .btn + a {
    margin-left: 40px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__flex-inner .btn + a {
    margin-left: 24px;
  }
}
.tariff-card__btn {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
.tariff-card__btn .tariff-card__period {
  line-height: 36px;
}
.tariff-card__or {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
}
.tariff-card__or span {
  font-size: 14px;
  display: inline-block;
  padding-right: 12px;
}
.tariff-card__or a {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 36px);
}
@media screen and (max-width: 1679px) {
  .tariff-card__or a {
    font-size: 15px;
    line-height: 1;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__or a {
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__or a {
    font-size: 14px;
    line-height: 1;
  }
}
.tariff-card__date {
  color: #000;
  font-size: 16px;
  line-height: 1.38;
  clear: both;
}
@media screen and (max-width: 1679px) {
  .tariff-card__date {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__date {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__date {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (min-width: 960px) {
  .tariff-card__date {
    padding-top: 8px;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .tariff-card__date {
    padding-top: 10px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__date {
    padding-top: 5px;
  }
}
.tariff-card__date_accent {
  color: #ff0032;
}
.tariff-card__date_accent_with_background {
  background-color: var(--constant-normal-banana);
  padding: 3px;
  border-radius: 4px;
  display: inline;
  margin-top: 16px;
  font-weight: 500;
  color: #001424;
}
.tariff-card__price-bonus-wrapper {
  display: inline-block;
  margin-top: 2px;
}
.tariff-card__price-bonus-wrapper .b-hint {
  vertical-align: 3px;
}
.tariff-card__price-bonus {
  display: inline-block;
  font-size: 14px;
  line-height: 1.29;
  border-radius: 5px;
  padding: 2px 5px;
  border: 1px solid var(--background-stroke);
  color: var(--text-secondary);
  vertical-align: 2px;
}
@media screen and (max-width: 1679px) {
  .tariff-card__price-bonus {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__price-bonus {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__price-bonus {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card__shares-wrap {
  background: #fbfbfb;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1680px) {
  .tariff-card__shares-wrap {
    margin-top: -5px;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1679px) {
  .tariff-card__shares-wrap {
    padding: 25px 20px 27px;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__shares-wrap {
    padding: 25px 20px 20px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__shares-wrap {
    padding: 17px 20px 14px;
  }
}
.tariff-card__shares {
  color: #333;
  font-size: 16px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .tariff-card__shares {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__shares {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__shares {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (min-width: 760px) {
  .tariff-card__shares + .tariff-card__shares {
    margin-top: 20px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__shares + .tariff-card__shares {
    margin-top: 11px;
  }
}
.tariff-card__shares-icon {
  width: 25px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url("./media/b-icon_gift-CRNMI4J6.svg") no-repeat center left;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.tariff-card__shares-text {
  display: inline-block;
  vertical-align: top;
  padding-left: 32px;
  margin-left: -35px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1280px) {
  .tariff-card__shares-text {
    padding-top: 2px;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__shares-text {
    line-height: 20px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__shares-text {
    line-height: 17.5px;
    padding-left: 30px;
  }
}
.tariff-card__mark-block {
  text-align: right;
  display: inline-block;
  float: right;
}
.tariff-card__mark-block.is-break,
.tariff-card__mark-block.is-alone {
  text-align: left;
  float: none;
  margin-top: 10px;
}
.tariff-card__mark-item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: inline-block;
  vertical-align: top;
  margin-left: calc(0.6 * var(--old-rem-value, 16px));
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
  position: relative;
}
@media screen and (max-width: 1679px) {
  .tariff-card__mark-item {
    margin-left: calc(0.5 * var(--old-rem-value, 16px));
  }
}
.tariff-card__mark-item:first-child {
  margin-left: 0;
}
.tariff-card__mark-item:hover {
  background-color: #ff0032;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.tariff-card__mark-item:hover .tariff-card__mark-text {
  display: block;
}
.tariff-card__mark-item:hover .tariff-card__mark-compare-icon,
.tariff-card__mark-item:hover .tariff-card__mark-input:checked + .tariff-card__mark-compare-icon {
  background-image: url("./media/compare-hover-HXNGHTCI.svg");
}
.tariff-card__mark-item:hover .tariff-card__mark-favorite-icon,
.tariff-card__mark-item:hover .tariff-card__mark-input:checked + .tariff-card__mark-favorite-icon {
  background-image: url("./media/favorite-hover-T4RUUZWQ.svg");
}
.tariff-card__mark-compare,
.tariff-card__mark-favorite {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.tariff-card__mark-input {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  position: absolute;
  left: 0;
  top: 0;
}
.tariff-card__mark-input:checked + .tariff-card__mark-compare-icon {
  background-image: url("./media/compare-active-5OEXVKKE.svg");
}
.tariff-card__mark-input:checked + .tariff-card__mark-favorite-icon {
  background-image: url("./media/favorite-active-4MSBYPIJ.svg");
}
.tariff-card__mark-compare-icon {
  background: url("./media/compare-QU3T6M3T.svg") no-repeat 0 0;
  width: 16px;
  height: 20px;
  margin-top: -10px;
  margin-left: -8px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.tariff-card__mark-favorite-icon {
  background: url("./media/favorite-SEVK6TNI.svg") no-repeat 0 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.tariff-card__mark-text {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  width: 190px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  word-wrap: break-word;
  display: none;
  margin-left: -95px;
  position: absolute;
  top: 55px;
  left: 50%;
  z-index: 9999;
}
.tariff-slider__item:first-child .tariff-card__mark-text {
  left: 0;
  margin-left: -10px;
}
@media screen and (max-width: 759px) {
  .tariff-slider__item:first-child .tariff-card__mark-text {
    left: 50%;
    margin-left: -150px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-slider_connect-page .tariff-card__mark-text {
    left: 50%;
    margin-left: -150px !important;
  }
}
.tariff-slider__item:last-child .tariff-card__mark-text {
  left: 50%;
  margin-left: -150px !important;
}
.tariff-card__mark-tail {
  border: 10px solid transparent;
  border-bottom-color: #e4e4e4;
  margin-left: -10px;
  margin-top: -20px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9999;
}
.tariff-card__mark-tail:after {
  content: "";
  border: 10px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: -10px;
  top: -9px;
}
.tariff-slider__item:first-child .tariff-card__mark-tail {
  left: 0;
  margin-left: 18px;
}
@media screen and (max-width: 759px) {
  .tariff-slider__item:first-child .tariff-card__mark-tail {
    margin-left: 140px;
    left: 0;
  }
}
.tariff-slider__item:last-child .tariff-card__mark-tail {
  margin-left: 140px;
  left: 0;
}
@media screen and (max-width: 759px) {
  .tariff-slider_connect-page .tariff-card__mark-tail {
    margin-left: 140px;
    left: 0;
  }
}
.tariff-card__bottom-info-text {
  margin-top: 3px;
}
.tariff-card__bottom-info-text_red {
  color: #ff0032;
}
.tariff-card__more-link {
  color: #1481b4;
  font-size: 16px;
  line-height: 1.38;
  margin-top: 17px;
  margin-bottom: 5px;
  display: inline-block;
}
@media screen and (max-width: 1679px) {
  .tariff-card__more-link {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__more-link {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__more-link {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card .b-hint-badge {
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 3;
  margin: 0;
}
@media screen and (min-width: 1680px) {
  .tariff-card .b-hint-badge {
    left: 30px;
  }
}
@media screen and (max-width: 1679px) {
  .tariff-card .b-hint-badge {
    left: 20px;
  }
}
.tariff-card__price-wrapper_divided {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .tariff-card__price-wrapper_divided {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 479px) {
  .tariff-card__price-wrapper_divided {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 480px) {
  .tariff-card__price-wrapper_divided .tariff-card__price-item:first-child {
    padding-right: 5px;
  }
}
@media screen and (min-width: 480px) {
  .tariff-card__price-wrapper_divided .tariff-card__price-item:last-child {
    padding-left: 5px;
  }
}
.tariff-card__price-item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  color: var(--text-headline);
  font-weight: 500;
}
@media screen and (min-width: 480px) {
  .tariff-card__price-item {
    flex: 1;
  }
}
@media screen and (max-width: 479px) {
  .tariff-card__price-item {
    width: 100%;
  }
  .tariff-card__price-item + .tariff-card__price-item {
    margin-top: 10px;
  }
}
.tariff-card__price-item .b-hint {
  vertical-align: 2px;
}
.tariff-card__price-item_new .tariff-card__price-price,
.tariff-card__price-item_new .tariff-card__price-currency {
  color: #ff0032;
}
.tariff-card__price-price {
  display: inline-block;
  font-size: 30px;
  line-height: 1.07;
}
@media screen and (max-width: 1679px) {
  .tariff-card__price-price {
    font-size: 27px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__price-price {
    font-size: 24px;
    line-height: 1.07;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__price-price {
    font-size: 20px;
    line-height: 1.07;
  }
}
.tariff-card__price-currency {
  display: inline-block;
  font-size: 21px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .tariff-card__price-currency {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__price-currency {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__price-currency {
    font-size: 16px;
    line-height: 1.38;
  }
}
.tariff-card__price-afterText {
  padding-top: 3px;
  font-size: 0.75;
}
.tariff-card__price-afterText span {
  color: #808080;
}
@media screen and (max-width: 1279px) {
  .tariff-card__price-afterText br {
    display: none;
  }
}
.tariff-card__option {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tariff-card__option * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1680px) {
  .tariff-card__option + .tariff-card__option {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1679px) {
  .tariff-card__option + .tariff-card__option {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1680px) {
  .tariff-card__option-info {
    padding-right: 12px;
  }
}
@media screen and (max-width: 1679px) {
  .tariff-card__option-info {
    padding-right: 6px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__option-info {
    padding-right: 0;
  }
}
.tariff-card__option-info_table .tariff-card__option-title span {
  padding-right: 2px;
}
.tariff-card__option-info_table .tariff-card__option-value span {
  padding-left: 2px;
}
.tariff-card__option-row {
  font-size: 0;
}
.tariff-card__option-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 759px) {
  .tariff-card__option-icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.tariff-card__option-title {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1679px) {
  .tariff-card__option-title {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__option-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__option-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card__option-title span {
  display: inline-block;
}
@media screen and (min-width: 1680px) {
  .tariff-card__option-title span {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1679px) {
  .tariff-card__option-title span {
    padding-left: 24px;
  }
}
.tariff-card__option-value {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.38;
  text-align: right;
}
@media screen and (max-width: 1679px) {
  .tariff-card__option-value {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__option-value {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__option-value {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card__option-value span {
  display: inline-block;
}
@media screen and (min-width: 1680px) {
  .tariff-card__option-range {
    padding: 0 12px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1679px) {
  .tariff-card__option-range {
    margin-top: 4px;
    padding: 0 6px 0 8px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__option-range {
    margin-top: 13px;
    padding: 0 0 0 8px;
  }
}
.tariff-card_margin-bottom {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .tariff-card_margin-bottom {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 760px) {
  .tariff-card_horizontal .tariff-card__wrapper {
    font-size: 0;
  }
  .tariff-card_horizontal .tariff-card__head {
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }
  .tariff-card_horizontal .tariff-card__img-block {
    height: 320px;
  }
  .tariff-card_horizontal .tariff-card__body {
    display: inline-block;
    vertical-align: top;
    width: 52%;
  }
  .tariff-card_horizontal .tariff-card__shares-wrap {
    margin-left: -92%;
  }
  .tariff-card_horizontal .tariff-card__img-block_animate-rounds:before {
    top: 50%;
    width: 245px;
    height: 245px;
  }
  .tariff-card_horizontal .tariff-card__img-block_animate-rounds:after {
    top: 50%;
    width: 170px;
    height: 170px;
  }
  .tariff-card_horizontal .tariff-card__img-block_animate-rounds:hover:before {
    width: 275px;
    height: 275px;
  }
  .tariff-card_horizontal .tariff-card__img-block_animate-rounds:hover:after {
    width: 210px;
    height: 210px;
  }
  .tariff-card_horizontal .tariff-card__img-block_animate-rounds .tariff-card__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
@media screen and (max-width: 959px) {
  .tariff-card_horizontal {
    max-width: 100%;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card_horizontal {
    max-width: 300px;
  }
}
@media screen and (min-width: 960px) {
  .tariff-card_small {
    max-width: 1330px;
  }
}
@media screen and (max-width: 959px) {
  .tariff-card_small {
    max-width: 480px;
  }
}
.tariff-card_thin-horizontal {
  border: 1px solid #ededed;
  min-height: 139px;
}
.tariff-card_thin-horizontal * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .tariff-card_thin-horizontal.tariff-card_small .tariff-card__price {
    width: 25%;
  }
}
.tariff-card_thin-horizontal .tariff-card__inner {
  padding: 10px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .tariff-card_thin-horizontal .tariff-card__inner {
    display: table;
  }
}
.tariff-card_thin-horizontal .tariff-card__img-wrap {
  height: 139px;
  width: 139px;
  vertical-align: top;
}
@media screen and (min-width: 960px) {
  .tariff-card_thin-horizontal .tariff-card__img-wrap {
    display: table-cell;
  }
}
@media screen and (max-width: 959px) {
  .tariff-card_thin-horizontal .tariff-card__img-wrap {
    margin: 0 auto;
  }
}
.tariff-card_thin-horizontal .tariff-card__img {
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .tariff-card_thin-horizontal .tariff-card__info {
    display: table-cell;
    vertical-align: middle;
    width: calc(70% - 139px);
  }
}
.tariff-card_thin-horizontal .tariff-card__info-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 139px;
}
@media screen and (min-width: 960px) {
  .tariff-card_thin-horizontal .tariff-card__info-inner {
    display: table;
    padding: 8px 0 8px 22px;
  }
  .tariff-card_thin-horizontal .tariff-card__info-inner:after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background-color: #f2f2f2;
  }
}
.tariff-card_thin-horizontal .tariff-card__info-text {
  line-height: 1.2;
}
@media screen and (min-width: 960px) {
  .tariff-card_thin-horizontal .tariff-card__info-text {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
  }
}
.tariff-card_thin-horizontal .tariff-card__info-title {
  font-size: 24px;
  line-height: 1.25;
  color: #000;
  margin-bottom: 5px;
}
@media screen and (max-width: 1679px) {
  .tariff-card_thin-horizontal .tariff-card__info-title {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card_thin-horizontal .tariff-card__info-title {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card_thin-horizontal .tariff-card__info-title {
    font-size: 17px;
    line-height: 1.24;
  }
}
.tariff-card_thin-horizontal .tariff-card__info-desc {
  font-size: 16px;
  line-height: 1.38;
  color: #808080;
}
@media screen and (max-width: 1679px) {
  .tariff-card_thin-horizontal .tariff-card__info-desc {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card_thin-horizontal .tariff-card__info-desc {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card_thin-horizontal .tariff-card__info-desc {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (min-width: 960px) {
  .tariff-card_thin-horizontal .tariff-card__brief {
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (max-width: 959px) {
  .tariff-card_thin-horizontal .tariff-card__brief {
    margin: 0 -10px;
  }
}
.tariff-card_thin-horizontal .tariff-card__brief-inner {
  display: table;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .tariff-card_thin-horizontal .tariff-card__brief-inner {
    padding: 20px 0;
    margin: 20px 0 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
  }
}
.tariff-card_thin-horizontal .tariff-card__brief-item {
  display: table-cell;
  height: 100%;
  min-width: 197px;
}
@media screen and (min-width: 960px) {
  .tariff-card_thin-horizontal .tariff-card__brief-item {
    border-left: 1px solid #f2f2f2;
  }
}
@media screen and (max-width: 959px) {
  .tariff-card_thin-horizontal .tariff-card__brief-item + .tariff-card__brief-item {
    border-left: 1px solid #f2f2f2;
  }
}
.tariff-card_thin-horizontal .tariff-card__brief-icon {
  display: block;
  width: 70px;
  height: 65px;
  margin: 0 auto 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.tariff-card_thin-horizontal .tariff-card__brief-icon_tv {
  background-image: url("./media/tv-icon_thin-JBTDIEVX.svg");
}
.tariff-card_thin-horizontal .tariff-card__brief-text {
  text-align: center;
}
.tariff-card_thin-horizontal .tariff-card__brief-text b {
  display: block;
  font-size: 21px;
  line-height: 1.38;
  font-weight: 500;
  color: #666;
  margin-bottom: 5px;
}
@media screen and (max-width: 1679px) {
  .tariff-card_thin-horizontal .tariff-card__brief-text b {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card_thin-horizontal .tariff-card__brief-text b {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card_thin-horizontal .tariff-card__brief-text b {
    font-size: 16px;
    line-height: 1.38;
  }
}
.tariff-card_thin-horizontal .tariff-card__brief-text span {
  display: block;
  color: #666;
  font-size: 16px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .tariff-card_thin-horizontal .tariff-card__brief-text span {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card_thin-horizontal .tariff-card__brief-text span {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card_thin-horizontal .tariff-card__brief-text span {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (min-width: 960px) {
  .tariff-card_thin-horizontal .tariff-card__price {
    padding-left: 44px;
    display: table-cell;
    vertical-align: middle;
    min-height: 139px;
    height: 100%;
    width: 20%;
  }
}
@media screen and (max-width: 959px) {
  .tariff-card_thin-horizontal .tariff-card__price {
    width: 100%;
    font-size: 0;
    margin-bottom: -10px;
    display: inline-block;
    vertical-align: top;
  }
}
.tariff-card_thin-horizontal .tariff-card__price-row {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}
@media screen and (min-width: 960px) {
  .tariff-card_thin-horizontal .tariff-card__price-row {
    padding-right: 130px;
  }
}
@media screen and (max-width: 959px) {
  .tariff-card_thin-horizontal .tariff-card__price-row {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 10px 0;
  }
  .tariff-card_thin-horizontal .tariff-card__price-row + .tariff-card__price-row {
    padding-left: 10px;
    border-left: 1px solid #f2f2f2;
  }
}
.tariff-card_thin-horizontal .tariff-card__price-price {
  color: #000;
  display: inline-block;
  vertical-align: top;
  line-height: calc(0.8 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 959px) {
  .tariff-card_thin-horizontal .tariff-card__price-price {
    margin-bottom: 10px;
  }
}
.tariff-card_thin-horizontal .tariff-card__price-price span:not(.nobr) {
  display: inline-block;
  font-size: 38px;
  line-height: 1.18;
  line-height: 1.2;
}
@media screen and (max-width: 1679px) {
  .tariff-card_thin-horizontal .tariff-card__price-price span:not(.nobr) {
    font-size: 34px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card_thin-horizontal .tariff-card__price-price span:not(.nobr) {
    font-size: 30px;
    line-height: 1.27;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card_thin-horizontal .tariff-card__price-price span:not(.nobr) {
    font-size: 24px;
    line-height: 1.25;
  }
}
.tariff-card_thin-horizontal .tariff-card__price-price span:not(.nobr):after {
  content: "\a0";
}
.tariff-card_thin-horizontal .tariff-card__price-price .nobr {
  line-height: 1.2;
  font-size: 16px;
  line-height: 1.38;
  font-weight: 500;
}
@media screen and (max-width: 1679px) {
  .tariff-card_thin-horizontal .tariff-card__price-price .nobr {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card_thin-horizontal .tariff-card__price-price .nobr {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card_thin-horizontal .tariff-card__price-price .nobr {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (min-width: 960px) {
  .tariff-card_thin-horizontal .tariff-card__price-action {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 8px;
  }
}
.tariff-card__after-price {
  width: 100%;
  margin-top: 10px;
}
.tariff-card__column-right {
  width: 50%;
  margin-left: 50%;
  text-align: right;
}
.tariff-card__period {
  min-height: 36px;
  font-size: 24px;
  line-height: 1.25;
  color: #ff0032;
  font-weight: normal;
  margin-right: 5px;
  display: inline-block;
}
@media screen and (max-width: 1679px) {
  .tariff-card__period {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__period {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__period {
    font-size: 17px;
    line-height: 1.24;
  }
}
.tariff-card__bottom-info-sticker {
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  padding: 2px 10px;
  border: 1px solid #ccc;
  color: #666;
  vertical-align: 3px;
}
.tariff-card__btn-choose {
  width: auto;
  height: 36px;
  display: inline-block;
  text-align: left;
  padding: 0 20px 0 37px;
  font-size: 18px;
  line-height: 34px;
  margin-right: 30px;
}
@media screen and (max-width: 1679px) {
  .tariff-card__btn-choose {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__btn-choose {
    font-size: 15px;
    line-height: 34px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__btn-choose {
    font-size: 15px;
    line-height: 34px;
  }
}
.tariff-card__btn-choose:before {
  width: 14px;
  height: 14px;
  left: 12px;
  margin-top: -7px;
}
.tariff-card__btn-choose:after {
  width: 11px;
  height: 10px;
  left: 14px;
  margin-top: -5px;
}
.tariff-card__btn-choose_large {
  height: 46px;
  padding-left: 44px;
  padding-right: 20px;
  line-height: 44px;
}
.tariff-card__tags {
  padding-top: 6px;
}
.tariff-card__tag {
  font-size: 16px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .tariff-card__tag {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .tariff-card__tag {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card__tag {
    font-size: 14px;
    line-height: 1.29;
  }
}
.tariff-card__tag_red {
  color: #ff0032;
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .tariff-card_fix-new .tariff-card__title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .tariff-card_fix-new .tariff-card__title {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .tariff-card_fix-new .tariff-card__title {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card_fix-new .tariff-card__title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card_fix-new .tariff-card__body {
    padding-top: 31px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .tariff-card_fix-new .tariff-card__body-top {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .tariff-card_fix-new .tariff-card__body-top {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .tariff-card_fix-new .tariff-card__body-top {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card_fix-new .tariff-card__body-top {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .tariff-card_fix-new .tariff-card__body-bottom-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .tariff-card_fix-new .tariff-card__body-bottom-inner {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .tariff-card_fix-new .tariff-card__body-bottom-inner {
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card_fix-new .tariff-card__body-bottom-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .tariff-card_fix-new .tariff-card__accessory-text {
    padding: 7px 14px 7px 9px;
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .tariff-card_fix-new .tariff-card__accessory-text {
    padding: 7px 14px 7px 9px;
    font-size: 12px;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .tariff-card_fix-new .tariff-card__accessory-text {
    padding: 7px 14px 7px 9px;
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .tariff-card_fix-new .tariff-card__old-price {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .tariff-card_fix-new .tariff-card__old-price {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .tariff-card_fix-new .tariff-card__btn-group {
    margin-top: 14px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .tariff-card_fix-new .tariff-card__btn-group {
    margin-top: 14px;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .tariff-card_fix-new .tariff-card__btn-group {
    margin-top: 14px;
  }
}
@media screen and (max-width: 759px) {
  .tariff-card_fix-new .tariff-card__btn-group {
    margin-top: 11px;
  }
}
.tariff-list_article-partners .tariff-card__img-block {
  height: 140px;
}
_:-ms-input-placeholder,
:root .tariff-card__img-block_mask .tariff-card__img:after {
  background-size: 106% auto;
}
_:-ms-input-placeholder,
:root .tariff-card__option-icon[style*="b-icon_envelope.svg"] {
  background-size: 20px 15px;
}
@media screen and (max-width: 759px) {
  _:-ms-input-placeholder,
  :root .tariff-card__img-block_mask .tariff-card__img:after {
    background-size: 100%;
  }
}
.not-found {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
  padding-bottom: calc(1.8 * var(--old-rem-value, 16px));
  margin-bottom: calc(2.2 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 759px) {
  .not-found .section-box__padding {
    padding: calc(1.1 * var(--old-rem-value, 16px)) 0;
  }
}
.not-found__inner {
  padding: calc(1.8 * var(--old-rem-value, 16px)) 0;
}
.not-found__title {
  color: #e6e6e6;
  font-size: calc(8 * var(--old-rem-value, 16px));
  line-height: 1.04;
  margin-bottom: calc(0.5 * var(--old-rem-value, 16px));
}
.not-found__description {
  color: #4d4d4d;
  font-size: 38px;
  line-height: 1.18;
  margin-bottom: calc(1 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .not-found__description {
    font-size: 34px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .not-found__description {
    font-size: 30px;
    line-height: 1.27;
  }
}
@media screen and (max-width: 759px) {
  .not-found__description {
    font-size: 24px;
    line-height: 1.25;
  }
}
.not-found__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
  line-height: calc(1.2 * var(--old-rem-value, 16px));
  margin-bottom: calc(0.5 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 1679px) {
  .not-found__text {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .not-found__text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .not-found__text {
    font-size: 15px;
    line-height: 1.4;
  }
}
.not-found__icon {
  height: 152px;
  text-align: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.not-found__icon_small {
  height: 82px;
  margin-bottom: calc(1.1 * var(--old-rem-value, 16px));
}
.not-found__message {
  font-weight: normal;
  font-size: 21px;
  line-height: 1.38;
  color: #4d4d4d;
  line-height: 1.2;
}
@media screen and (max-width: 1679px) {
  .not-found__message {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .not-found__message {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .not-found__message {
    font-size: 16px;
    line-height: 1.38;
  }
}
.not-found__nav {
  text-align: center;
  margin-top: calc(0.5 * var(--old-rem-value, 16px));
  margin-bottom: calc(0.8 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 759px) {
  .not-found__nav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.not-found__nav-item {
  display: inline-block;
  vertical-align: top;
  margin: calc(0.4 * var(--old-rem-value, 16px)) calc(1.25 * var(--old-rem-value, 16px));
}
@media screen and (max-width: 759px) {
  .not-found__nav-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.not-found__nav-target {
  font-size: 18px;
  line-height: 1.33;
}
@media screen and (max-width: 1679px) {
  .not-found__nav-target {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .not-found__nav-target {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .not-found__nav-target {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .not-found__nav-target br {
    display: none;
  }
}
.not-found__action {
  margin-top: calc(1.5 * var(--old-rem-value, 16px));
}
.not-found__image {
  text-align: center;
  margin-bottom: calc(1.1 * var(--old-rem-value, 16px));
}
@media screen and (min-width: 760px) {
  .not-found__image {
    height: 250px;
  }
}
@media screen and (max-width: 759px) {
  .not-found__image {
    height: 150px;
  }
}
.not-found__image img {
  max-height: 100%;
  max-width: 100%;
}
.not-found_small {
  padding-bottom: 0;
  border-bottom: 0 none;
}
.not-found_no-border {
  border: 0;
}
.not-found_clear {
  padding-bottom: 0;
  border: 0;
}
.promo-tile {
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 759px) {
  .promo-tile {
    margin-top: 30px;
  }
}
.promo-tile__logo {
  margin-left: 35px;
  margin-bottom: 20px;
  font-size: 0;
  display: block;
}
@media screen and (max-width: 959px) {
  .promo-tile__logo {
    margin-left: 24px;
  }
}
@media screen and (max-width: 759px) {
  .promo-tile__logo {
    margin-bottom: 15px;
    margin-left: 15px;
  }
}
.promo-tile__logo svg {
  -webkit-transition: all 0.175s;
  -moz-transition: all 0.175s;
  -o-transition: all 0.175s;
  -ms-transition: all 0.175s;
  transition: all 0.175s;
  fill: var(--text-primary);
}
.promo-tile:hover svg {
  fill: var(--brand-mts-red);
}
.promo-tile__card {
  -webkit-transition: all 0.175s;
  -moz-transition: all 0.175s;
  -o-transition: all 0.175s;
  -ms-transition: all 0.175s;
  transition: all 0.175s;
}
.promo-tile__card:hover {
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1);
}
.promo-tile__inner {
  display: block;
  min-height: 200px;
  padding: 30px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 959px) {
  .promo-tile__inner {
    padding: 24px;
  }
}
@media screen and (max-width: 759px) {
  .promo-tile__inner {
    min-height: 184px;
    padding: 15px;
  }
}
@media screen and (max-width: 479px) {
  .promo-tile__inner {
    min-height: 252px;
  }
}
.promo-tile__text {
  font-size: 21px;
  line-height: 1.38;
  max-width: 280px;
  color: var(--text-primary);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1679px) {
  .promo-tile__text {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .promo-tile__text {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .promo-tile__text {
    font-size: 16px;
    line-height: 1.38;
  }
}
@media screen and (max-width: 1679px) {
  .promo-tile__text {
    max-width: 230px;
  }
}
@media screen and (max-width: 959px) {
  .promo-tile__text {
    max-width: 205px;
  }
}
.promo-tile__img {
  --mts-image-position: right bottom;
  width: 240px;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 959px) {
  .promo-tile__img {
    width: 180px;
    height: 130px;
  }
}
@media screen and (max-width: 759px) {
  .promo-tile__img {
    --mts-image-position: 90% 50%;
    width: 100%;
    height: 160px;
  }
}
@media screen and (max-width: 479px) {
  .promo-tile__img {
    --mts-image-position: center bottom;
    height: 140px;
  }
}
.promo-apps {
  display: block;
}
.promo-apps .section-content__title {
  font: var(--typography-v3-promo2-long-wide-font-weight) var(--typography-v3-promo2-long-wide-font-size)/var(--typography-v3-promo2-long-wide-line-height) var(--typography-v3-promo2-long-wide-font-family);
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .promo-apps .section-content__title {
    font: var(--typography-v3-h1-wide-font-weight) var(--typography-v3-h1-wide-font-size)/var(--typography-v3-h1-wide-line-height) var(--typography-v3-h1-wide-font-family);
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .promo-apps .section-content__title {
    font: var(--typography-v3-h2-wide-font-weight) var(--typography-v3-h2-wide-font-size)/var(--typography-v3-h2-wide-line-height) var(--typography-v3-h2-wide-font-family);
  }
}
@media (max-width: 959px) {
  .promo-apps .section-content__title {
    font: var(--typography-v3-h2-wide-font-weight) var(--typography-v3-h2-wide-font-size)/var(--typography-v3-h2-wide-line-height) var(--typography-v3-h2-wide-font-family);
  }
}
@media (max-width: 767px) {
  .promo-apps .section-content__title {
    font: var(--typography-v3-h3-wide-font-weight) var(--typography-v3-h3-wide-font-size)/var(--typography-v3-h3-wide-line-height) var(--typography-v3-h3-wide-font-family);
  }
}
.promo-apps .section-content__subtitle {
  font: var(--typography-v3-p2-regular-comp-font-weight) var(--typography-v3-p2-regular-comp-font-size)/var(--typography-v3-p2-regular-comp-line-height) var(--typography-v3-p2-regular-comp-font-family);
}
.promo-apps__inner {
  padding: 40px 35px 55px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .promo-apps__inner {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 759px) {
  .promo-apps__inner {
    padding: 20px 20px 25px;
  }
}
.promo-apps__list {
  margin-top: 15px;
  display: flex;
}
.promo-apps__slider {
  white-space: nowrap;
  width: calc(100% - 120px);
  overflow: hidden;
}
@media screen and (max-width: 759px) {
  .promo-apps__slider {
    width: 100%;
  }
}
.promo-apps__item {
  display: inline-block;
  vertical-align: top;
  flex-shrink: 0;
  white-space: normal;
  width: 14.2857142857%;
  padding-top: 20px;
  cursor: pointer;
}
.promo-apps__slider .promo-apps__item {
  width: 16.6666666667%;
}
@media screen and (max-width: 1279px) {
  .promo-apps__item {
    width: 20%;
  }
  .promo-apps__slider .promo-apps__item {
    width: 25%;
  }
}
@media screen and (max-width: 759px) {
  .promo-apps__slider .promo-apps__item {
    width: 50%;
  }
}
.promo-apps__item:hover .promo-apps__icon {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
@media screen and (max-width: 759px) {
  .promo-apps__item_all {
    display: none;
  }
}
.promo-apps__icon {
  width: 70px;
  height: 70px;
  margin: auto;
  margin-bottom: 14px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.175s;
  -moz-transition: all 0.175s;
  -o-transition: all 0.175s;
  -ms-transition: all 0.175s;
  transition: all 0.175s;
}
@media screen and (max-width: 759px) {
  .promo-apps__icon {
    width: 60px;
    height: 60px;
  }
}
.promo-apps__text {
  font: var(--typography-v3-p3-regular-comp-font-weight) var(--typography-v3-p3-regular-comp-font-size)/var(--typography-v3-p3-regular-comp-line-height) var(--typography-v3-p3-regular-comp-font-family);
  text-align: center;
  color: var(--color-text-primary);
}
.promo-apps__bottom {
  margin-top: 25px;
  text-align: right;
}
.promo-apps__link {
  color: var(--color-text-primary-link);
  font-size: 14px;
  line-height: 1.29;
}
@media screen and (max-width: 1679px) {
  .promo-apps__link {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 1279px) {
  .promo-apps__link {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .promo-apps__link {
    font-size: 14px;
    line-height: 1.29;
  }
}
.promo-apps__link:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  background: url("./media/arrow-IYPFP34X.svg") center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  margin-left: 11px;
}
.promo-apps__controls {
  position: absolute;
  top: 33px;
  right: 33px;
  font-size: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.5s 1s;
  -moz-transition: opacity 0.5s 1s;
  -o-transition: opacity 0.5s 1s;
  -ms-transition: opacity 0.5s 1s;
  transition: opacity 0.5s 1s;
}
@media screen and (max-width: 759px) {
  .promo-apps__controls {
    top: 16px;
    right: 21px;
  }
}
.content-slider-init .promo-apps__controls {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
mts-main-page .promo-apps {
  margin-top: 38px;
}
.promo-links {
  display: block;
}
.promo-links:hover {
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1);
}
.promo-links__inner {
  padding: 32px 32px 42px;
}
@media screen and (max-width: 1279px) {
  .promo-links__inner {
    padding: 24px 24px 42px;
  }
}
@media screen and (max-width: 959px) {
  .promo-links__inner {
    padding: 24px 24px 42px;
  }
}
@media screen and (max-width: 767px) {
  .promo-links__inner {
    padding: 24px 24px 24px;
  }
}
.promo-links__header {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .promo-links__header {
    margin-bottom: 19px;
  }
}
.promo-links__title {
  text-align: center;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: var(--text-headline);
  margin-bottom: 12px;
}
@media screen and (max-width: 1439px) {
  .promo-links__title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1279px) {
  .promo-links__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .promo-links__title {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 19px;
  }
}
.promo-links__subtitle {
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: var(--text-primary);
}
@media screen and (max-width: 1439px) {
  .promo-links__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .promo-links__subtitle {
    font-size: 15px;
    line-height: 21px;
  }
}
@media screen and (max-width: 959px) {
  .promo-links__subtitle {
    font-size: 15px;
    line-height: 21px;
  }
}
@media screen and (max-width: 767px) {
  .promo-links__subtitle {
    display: none;
  }
}
.promo-links__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .promo-links__list {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.promo-links__item {
  min-width: 120px;
  width: 14.2857142857%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.promo-links__item svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .promo-links__item {
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .promo-links__item {
    width: 50%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
  }
  .promo-links__item:nth-child(2n) {
    padding-left: 10px;
  }
  .promo-links__item:nth-last-child(1),
  .promo-links__item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.promo-links__item:hover svg {
  fill: var(--icons-primary);
}
.promo-links__icon {
  width: 64px;
  height: 64px;
  margin: auto;
  margin-bottom: 30px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .promo-links__icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 959px) {
  .promo-links__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .promo-links__icon {
    width: 35px;
    height: 35px;
    margin: 0;
    margin-right: 7px;
    flex-shrink: 0;
  }
}
.promo-links__icon svg {
  fill: var(--brand-mts-red);
  -webkit-transition: all 0.175s;
  -moz-transition: all 0.175s;
  -o-transition: all 0.175s;
  -ms-transition: all 0.175s;
  transition: all 0.175s;
  max-width: 100%;
  max-height: 100%;
}
.promo-links__text {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: var(--text-primary);
  max-width: 100px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .promo-links__text {
    text-align: left;
    margin: 0;
    font-size: 12px;
    line-height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .promo-links__text .capitalize {
    text-transform: capitalize;
  }
}
@media screen and (max-width: 767px) {
  .promo-links.b2b-var .section-content__title {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .promo-links.b2b-var .section-content__subtitle {
    display: none;
  }
}
.promo-useful {
  display: block;
}
.promo-useful__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1279px) {
  .promo-useful__list {
    margin-left: -7px;
    margin-right: -7px;
  }
}
@media screen and (max-width: 759px) {
  .promo-useful__list {
    overflow: auto;
    flex-wrap: nowrap;
    margin-right: -20px;
    margin-left: -20px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.promo-useful__list > * {
  width: 33.3333%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1279px) {
  .promo-useful__list > * {
    padding: 0 7px;
  }
}
@media screen and (max-width: 759px) {
  .promo-useful__list > * {
    min-width: 0;
    width: auto;
    flex-shrink: 0;
    padding: 0;
  }
}
.promo-useful__list > * > * {
  height: 100%;
}
.promo-useful__item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 759px) {
  .promo-useful__item {
    width: 226px;
    margin: 0 7px;
  }
}
.promo-useful__item > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.promo-useful__item .promo-useful__content {
  height: initial;
  background-color: var(--background-primary-elevated);
}
.promo-useful__img {
  display: block;
  flex-shrink: 0;
  height: 176px;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 759px) {
  .promo-useful__img {
    height: 120px;
  }
}
.promo-useful__content {
  display: block;
  flex-grow: 1;
  padding: 23px 24px 36px;
  border: 1px solid var(--background-stroke);
  border-top: 0;
  border-radius: 0 0 4px 4px;
  background: var(--background-primary-elevated);
}
@media screen and (max-width: 759px) {
  .promo-useful__content {
    padding: 15px 17px 25px;
  }
}
.promo-useful__title {
  font-size: 21px;
  line-height: 1.38;
  color: var(--text-primary);
}
@media screen and (max-width: 1679px) {
  .promo-useful__title {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .promo-useful__title {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .promo-useful__title {
    font-size: 16px;
    line-height: 1.38;
  }
}
.promo-useful__text {
  font-size: 16px;
  line-height: 1.38;
  color: var(--text-primary);
  margin-top: 12px;
}
@media screen and (max-width: 1679px) {
  .promo-useful__text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .promo-useful__text {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .promo-useful__text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.promo-media {
  display: block;
  position: relative;
}
@media screen and (max-width: 759px) {
  .promo-media {
    margin-bottom: 22px;
  }
}
.promo-media__list {
  white-space: nowrap;
  overflow: hidden;
}
.promo-media__item {
  white-space: normal;
  display: inline-block;
  max-width: 100%;
}
.promo-media__item:focus {
  outline: none;
}
.promo-media__wrapper {
  display: flex;
  min-height: 340px;
}
@media screen and (max-width: 959px) {
  .promo-media__wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 759px) {
  .promo-media__wrapper {
    min-height: 0;
  }
}
.promo-media__wrapper_banner {
  align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .promo-media__wrapper_banner {
    align-items: center;
  }
}
.promo-media__inner {
  padding: 33px 31px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 340px;
}
@media screen and (max-width: 959px) {
  .promo-media__inner {
    min-height: 0;
    flex-grow: 1;
  }
}
@media screen and (max-width: 759px) {
  .promo-media__inner {
    padding: 15px 16px 25px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .promo-media__inner_media {
    padding-left: 13px;
  }
  .promo-media__inner_media .promo-media__content {
    flex-grow: 0;
  }
  .promo-media__inner_media .promo-media__bottom {
    margin-top: 25px;
  }
}
.promo-media__img {
  width: 240px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media screen and (max-width: 1279px) {
  .promo-media__img {
    width: 210px;
  }
}
@media screen and (max-width: 959px) {
  .promo-media__img {
    width: 100%;
    height: 147px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 759px) {
  .promo-media__img {
    margin-top: 20px;
  }
}
.promo-media__content {
  flex-grow: 1;
}
.promo-media__title {
  font-weight: 500;
  color: var(--text-headline);
}
.promo-media__text {
  font-size: 16px;
  line-height: 1.38;
  color: var(--text-primary);
  margin-top: 14px;
}
@media screen and (max-width: 1679px) {
  .promo-media__text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .promo-media__text {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .promo-media__text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.promo-media__btn {
  font-size: 16px;
  line-height: 1.38;
  color: var(--text-primary);
  background: var(--background-secondary);
  display: inline-block;
  padding: 7px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
  opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  margin-bottom: 10px;
}
@media screen and (max-width: 1679px) {
  .promo-media__btn {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .promo-media__btn {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .promo-media__btn {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 959px) {
  .promo-media__btn {
    padding: 7px 22px;
  }
}
@media screen and (max-width: 759px) {
  .promo-media__btn {
    padding: 7px 19px;
  }
}
.promo-media__btn:hover {
  color: var(--text-primary);
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.promo-media__bottom {
  margin-top: 25px;
}
@media screen and (max-width: 759px) {
  .promo-media__bottom {
    margin-top: 17px;
  }
}
.promo-media__controls {
  position: absolute;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.5s 1s;
  -moz-transition: opacity 0.5s 1s;
  -o-transition: opacity 0.5s 1s;
  -ms-transition: opacity 0.5s 1s;
  transition: opacity 0.5s 1s;
}
@media screen and (max-width: 759px) {
  .promo-media__controls {
    right: 16px;
    bottom: 25px;
  }
}
.content-slider-init .promo-media__controls {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.content-slider .promo-media__controls_white .slick-arrow {
  background: #fff url("./media/arrow-JUBQMSY6.svg") 45% center no-repeat;
}
.promo-media__banner-wrap {
  flex-shrink: 0;
  width: 280px;
  padding: 30px 0 30px 30px;
  border-radius: 8px;
}
@media screen and (max-width: 1279px) {
  .promo-media__banner-wrap {
    width: 180px;
  }
}
@media screen and (max-width: 959px) {
  .promo-media__banner-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 31px 0;
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 759px) {
  .promo-media__banner-wrap {
    padding: 16px 16px 0;
  }
}
.promo-media__banner-img {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 959px) {
  .promo-media__banner-img {
    height: 100%;
    object-fit: cover;
  }
}
.promo-media_wide .promo-media__controls {
  top: 0;
  right: 0;
  bottom: unset;
  z-index: 1;
}
@media screen and (max-width: 759px) {
  .promo-media_wide .promo-media__controls {
    top: unset;
    right: 16px;
    bottom: 25px;
  }
}
.content-slider .promo-media_wide .promo-media__controls_white .slick-arrow {
  background: var(--background-secondary) url("./media/arrow-JUBQMSY6.svg") 45% center no-repeat;
}
.promo-media_wide .promo-media__wrapper {
  height: 100%;
}
.promo-media_wide .promo-media__item {
  display: block;
  background: #fff;
  border: 1px solid #ededed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 12px;
  height: auto;
}
@media screen and (max-width: 1679px) {
  .promo-media_wide .promo-media__item {
    margin: 0 9px;
  }
}
@media screen and (max-width: 1279px) {
  .promo-media_wide .promo-media__item {
    margin: 0 7px;
  }
}
@media screen and (max-width: 959px) {
  .promo-media_wide .promo-media__item {
    margin: 0 10px;
  }
}
.promo-media_wide .slick-track {
  display: flex;
}
@media screen and (max-width: 759px) {
  .promo-media_wide .slick-track {
    display: block;
  }
}
.promo-media_wide .slick-list {
  margin: 0 -12px;
}
@media screen and (max-width: 1679px) {
  .promo-media_wide .slick-list {
    margin: 0 -9px;
  }
}
@media screen and (max-width: 1279px) {
  .promo-media_wide .slick-list {
    margin: 0 -7px;
  }
}
@media screen and (max-width: 959px) {
  .promo-media_wide .slick-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 759px) {
  .promo-media_wide.content-slider .promo-media__controls_white .slick-arrow {
    background: #f2f3f7 url("./media/arrow-JUBQMSY6.svg") 45% center no-repeat;
  }
}
.auth-widget {
  padding: 18px 30px 14px;
  position: relative;
  border-radius: 8px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  .auth-widget {
    padding: 18px 30px 14px;
  }
}
@media screen and (max-width: 959px) {
  .auth-widget {
    padding: 18px 30px 14px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget {
    padding: 18px 20px 14px;
  }
}
@media screen and (max-width: 479px) {
  .auth-widget {
    padding: 20px 20px 20px;
  }
}
.auth-widget.auth-widget_with-hover:hover .auth-widget__logo {
  background-image: url("./media/logo_red-7S6YOB3M.png");
  -webkit-background-size: 135px 20px;
  -moz-background-size: 135px 20px;
  background-size: 135px 20px;
  filter: none;
  -webkit-filter: none;
}
.auth-widget.auth-widget_with-hover:hover .auth-widget__logo_cashback {
  background-image: url("./media/logo-cashback_red-DQIAKTEA.svg");
}
.auth-widget.auth-widget_with-hover:hover .auth-widget__header-link-arrow {
  background-image: url("./media/arrow_red-YX5X2KJF.png");
}
.laptop .auth-widget {
  padding: 18px 30px 14px;
}
.phone .auth-widget {
  padding: 18px 20px 14px;
}
.smallPhone .auth-widget {
  padding: 20px 20px 20px;
}
@media screen and (max-width: 759px) {
  .auth-widget.auth-widget_payment .auth-widget__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget.auth-widget_payment .auth-widget__header_center {
    align-items: center;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget.auth-widget_payment .auth-widget__header_center .auth-widget__header-link {
    margin-top: 0;
  }
}
.auth-widget.auth-widget_payment .auth-widget__logo {
  background: url("./media/logo-bank-WLVN6RW2.svg") left center no-repeat;
  -webkit-background-size: 118px 20px;
  -moz-background-size: 118px 20px;
  background-size: 118px 20px;
  width: 118px;
  flex-shrink: 0;
}
.auth-widget.auth-widget_payment .auth-widget__logo_gray {
  background: url("./media/logo-bank-grey-O3PK6B3D.svg") left center no-repeat;
  -webkit-background-size: 118px 20px;
  -moz-background-size: 118px 20px;
  background-size: 118px 20px;
}
@media screen and (max-width: 759px) {
  .auth-widget.auth-widget_payment .auth-widget__header-link {
    text-align: left;
    display: block;
    margin-top: 25px;
  }
}
.auth-widget.auth-widget_payment .field__col_bottom {
  margin-left: 5px;
}
@media screen and (max-width: 479px) {
  .auth-widget.auth-widget_payment .field__col_bottom {
    margin-left: 0;
  }
}
.auth-widget.auth-widget_payment:hover .auth-widget__logo {
  background-image: url("./media/logo-bank_red-FMSUCU2A.svg");
  -webkit-background-size: 118px 20px;
  -moz-background-size: 118px 20px;
  background-size: 118px 20px;
}
.auth-widget__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 590px) {
  .auth-widget__header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget__header {
    margin-bottom: 20px;
  }
}
.auth-widget__header_center {
  justify-content: center;
}
.auth-widget__logo {
  width: 139px;
  height: 22px;
  background: url("./media/logo-WBUC3H7W.png") center center no-repeat;
  -webkit-background-size: 135px 20px;
  -moz-background-size: 135px 20px;
  background-size: 135px 20px;
  -webkit-transition: all 0.175s;
  -moz-transition: all 0.175s;
  -o-transition: all 0.175s;
  -ms-transition: all 0.175s;
  transition: all 0.175s;
}
@media screen and (max-width: 440px) {
  .auth-widget__logo {
    width: 135px;
    -webkit-background-size: 135px 20px;
    -moz-background-size: 135px 20px;
    background-size: 135px 20px;
  }
}
.auth-widget__logo_red {
  background-image: url("./media/logo_red-7S6YOB3M.png");
}
.auth-widget__logo_simple {
  width: 90px;
  height: 22px;
  background-image: url("./media/logo-simple-D5RXHXYK.svg");
  background-repeat: no-repeat;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
}
.auth-widget__logo_evoting {
  width: 107px;
  height: 28px;
  background-image: url("./media/logo-evoting-TPRWG7KH.svg");
  margin-bottom: -6px;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
}
.auth-widget__header-link {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  color: var(--text-headline);
  text-align: right;
}
@media screen and (max-width: 1679px) {
  .auth-widget__header-link {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__header-link {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__header-link {
    font-size: 17px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 479px) {
  .auth-widget__header-link {
    display: none;
  }
}
.laptop .auth-widget__header-link,
.phone .auth-widget__header-link {
  display: block;
}
.smallPhone .auth-widget__header-link {
  display: none;
}
.auth-widget__header-link-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin-left: 9px;
  background: url("./media/arrow-Y7BBM3UN.png") center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transition: all 0.175s;
  -moz-transition: all 0.175s;
  -o-transition: all 0.175s;
  -ms-transition: all 0.175s;
  transition: all 0.175s;
  margin-top: -2px;
}
.auth-widget__header-title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1679px) {
  .auth-widget__header-title {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__header-title {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__header-title {
    font-size: 17px;
    line-height: 1.24;
  }
}
.auth-widget__header-subtitle {
  font-size: 21px;
  line-height: 1.38;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 1679px) {
  .auth-widget__header-subtitle {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__header-subtitle {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__header-subtitle {
    font-size: 16px;
    line-height: 1.38;
  }
}
.auth-widget__subtitle {
  font-size: 24px;
  line-height: 1.25;
  min-height: 25px;
  font-weight: 500;
  margin-top: -5px;
}
@media screen and (max-width: 1679px) {
  .auth-widget__subtitle {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__subtitle {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__subtitle {
    font-size: 17px;
    line-height: 1.24;
  }
}
.auth-widget__subtitle-link {
  color: #1381b4;
  font-size: 21px;
  line-height: 1.38;
  margin-left: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1679px) {
  .auth-widget__subtitle-link {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__subtitle-link {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__subtitle-link {
    font-size: 16px;
    line-height: 1.38;
  }
}
.auth-widget__body-title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 1679px) {
  .auth-widget__body-title {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__body-title {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__body-title {
    font-size: 17px;
    line-height: 1.24;
  }
}
.auth-widget__body-title_separate {
  margin-bottom: calc(1 * var(--old-rem-value, 16px));
}
.auth-widget__body-subtitle {
  font-size: 18px;
  line-height: 1.33;
  margin-top: 5px;
}
@media screen and (max-width: 1679px) {
  .auth-widget__body-subtitle {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__body-subtitle {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__body-subtitle {
    font-size: 15px;
    line-height: 1.4;
  }
}
.auth-widget__body-subtitle_gray {
  color: #666;
}
.auth-widget__body-form {
  margin-top: 15px;
}
@media screen and (max-width: 440px) {
  .auth-widget__body-form {
    margin-top: 20px;
  }
}
.auth-widget__row {
  display: flex;
}
@media screen and (max-width: 1279px) {
  .auth-widget__row {
    display: block;
  }
}
.desktop .auth-widget__row {
  display: flex;
}
.laptop .auth-widget__row {
  display: block;
}
.smallDesktop .auth-widget__row {
  display: flex;
}
.laptop .auth-widget_live .auth-widget__row {
  display: block;
}
.phone .auth-widget_live .auth-widget__row {
  flex-wrap: wrap;
}
.auth-widget__row_custom {
  display: flex;
}
.desktop .auth-widget__row_custom {
  justify-content: space-between;
}
.phone .auth-widget__row_custom {
  display: block;
}
.auth-widget__col_small {
  width: 37%;
  padding-right: 10px;
  margin-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ededed;
}
@media screen and (max-width: 1279px) {
  .auth-widget__col_small {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.desktop .auth-widget__col_small,
.smallDesktop .auth-widget__col_small {
  width: 37%;
  padding-right: 10px;
  margin-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ededed;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.laptop .auth-widget__col_small {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.auth-widget__col_cachback {
  border: none;
}
@media screen and (max-width: 590px) {
  .auth-widget__col_cachback {
    padding-right: 0;
    margin-right: 0;
  }
}
.laptop .auth-widget__col_cachback {
  width: 100%;
}
.phone .auth-widget__col_cachback {
  width: 100%;
}
.auth-widget__col_custom {
  width: auto;
  padding-right: 20px;
}
.smallDesktop .auth-widget__col_custom,
.tablet .auth-widget__col_custom {
  padding-right: 20px;
}
.smallDesktop .auth-widget__col_custom:last-child,
.tablet .auth-widget__col_custom:last-child {
  padding-right: 0;
}
.laptop .auth-widget_live .auth-widget__col_custom {
  padding-right: 0;
}
.auth-widget__col_custom:last-child {
  padding-right: 0;
}
.auth-widget__col_large {
  width: calc(63% - 30px);
}
.laptop .auth-widget_cachback .auth-widget__col_large {
  width: 100%;
}
.phone .auth-widget_cachback .auth-widget__col_large {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .auth-widget__col_large {
    width: 100%;
  }
}
.desktop .auth-widget__col_large,
.smallDesktop .auth-widget__col_large {
  width: calc(63% - 30px);
}
.laptop .auth-widget__col_large {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .auth-widget__col_social {
    width: calc(63% - 30px);
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__col_social {
    width: 100%;
  }
}
.auth-widget__phone {
  font-size: 21px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .auth-widget__phone {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__phone {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__phone {
    font-size: 16px;
    line-height: 1.38;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__phone {
    margin-right: 10px;
    width: 50%;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget__phone {
    margin-right: 0;
    width: 100%;
  }
}
.desktop .auth-widget__phone,
.smallDesktop .auth-widget__phone {
  margin-right: 0;
  width: 100%;
}
.laptop .auth-widget__phone {
  margin-right: 10px;
  width: 50%;
}
@media screen and (max-width: 1279px) {
  .auth-widget__info {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 590px) {
  .auth-widget__info {
    display: flex;
    align-items: flex-start;
  }
  html.smallDesktop .auth-widget_cachback .auth-widget__info {
    display: block;
  }
  html.phone .auth-widget_cachback .auth-widget__info {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget__info {
    display: block;
  }
}
html.desktop .auth-widget__info,
html.smallDesktop .auth-widget__info {
  display: block;
}
html.laptop .auth-widget__info {
  display: flex;
  align-items: flex-start;
}
html.laptop .auth-widget__info_sign {
  display: block;
}
.auth-widget__info-sign-title {
  font-size: 16px;
  line-height: 1.38;
  font-weight: 500;
}
@media screen and (max-width: 1679px) {
  .auth-widget__info-sign-title {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__info-sign-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__info-sign-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
.auth-widget__info-sign-text {
  font-size: 14px;
  line-height: 1.29;
  margin-top: 10px;
  color: #666;
}
@media screen and (max-width: 1679px) {
  .auth-widget__info-sign-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__info-sign-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__info-sign-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.auth-widget__info-sign-btn {
  margin-top: 15px;
}
.auth-widget__balance {
  margin-top: 14px;
}
@media screen and (max-width: 1279px) {
  .auth-widget__balance {
    width: 50%;
    text-align: right;
    margin-top: 0;
  }
  .smallDesktop .auth-widget_cachback .auth-widget__balance {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
  .laptop .auth-widget_cachback .auth-widget__balance {
    width: 50%;
    text-align: left;
    margin-top: 0;
  }
  .phone .auth-widget_cachback .auth-widget__balance {
    text-align: left;
    margin-top: 10px;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget__balance {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
}
.desktop .auth-widget__balance,
.smallDesktop .auth-widget__balance {
  width: 100%;
  text-align: left;
  margin-top: 14px;
}
.laptop .auth-widget__balance {
  width: 50%;
  text-align: right;
  margin-top: 0;
}
.auth-widget__description {
  font-size: 14px;
  line-height: 1.29;
  color: #808080;
  min-height: 15px;
}
@media screen and (max-width: 1679px) {
  .auth-widget__description {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__description {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__description {
    font-size: 14px;
    line-height: 1.29;
  }
}
.auth-widget__amount {
  font-size: 38px;
  line-height: 0.8;
  font-weight: 500;
  margin-top: 8px;
  display: inline-block;
  min-width: 120px;
}
@media screen and (max-width: 1679px) {
  .auth-widget__amount {
    font-size: 34px;
    line-height: 0.8;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__amount {
    font-size: 30px;
    line-height: 0.8;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__amount {
    font-size: 24px;
    line-height: 0.8;
  }
}
.auth-widget__amount_red {
  color: #ff0032;
}
.auth-widget__amount_small.skeleton {
  min-height: 24px;
}
.auth-widget__tariff {
  display: flex;
  font-size: 21px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .auth-widget__tariff {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__tariff {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__tariff {
    font-size: 16px;
    line-height: 1.38;
  }
}
.auth-widget__tariff-name {
  margin-right: 10px;
  flex-shrink: 0;
}
.auth-widget__tariff-icon {
  margin-right: 12px;
  align-self: center;
}
.auth-widget__tariff-icon_locked {
  width: 14px;
  height: 18px;
  background: url("./media/lock-A2EAJ6NC.svg") center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.auth-widget__status {
  margin-top: 10px;
}
.auth-widget__status-row {
  display: flex;
}
.auth-widget__status-col {
  width: 100%;
  margin-right: 10px;
}
@media screen and (max-width: 440px) {
  .auth-widget__status-col {
    width: 100%;
    margin-right: 5px;
  }
}
.auth-widget__status-col:last-child {
  margin-right: 0;
}
.auth-widget__status-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1679px) {
  .auth-widget__status-title {
    font-size: 21px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__status-title {
    font-size: 19px;
    line-height: 30px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__status-title {
    font-size: 17px;
    line-height: 30px;
  }
}
.auth-widget__status-title_small {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 1679px) {
  .auth-widget__status-title_small {
    font-size: 17px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__status-title_small {
    font-size: 15px;
    line-height: 30px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__status-title_small {
    font-size: 15px;
    line-height: 30px;
  }
}
.auth-widget__status-text {
  font-size: 16px;
  line-height: 1.38;
  color: #666;
}
@media screen and (max-width: 1679px) {
  .auth-widget__status-text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__status-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__status-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.auth-widget__status-count {
  display: inline-block;
  vertical-align: 6px;
  margin-left: 5px;
  min-width: 17px;
  height: 15px;
  text-align: center;
  background: #ff0032;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}
@media screen and (max-width: 1679px) {
  .auth-widget__status-count {
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__status-count {
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__status-count {
    font-size: 12px;
    line-height: 14px;
  }
}
.auth-widget__status-bar {
  position: relative;
  width: calc(100% - 10px);
  height: 6px;
  background: #e2e5eb;
  border-radius: 3px;
  margin-top: 6px;
}
.auth-widget__status-bar-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  background: #ff0032;
  border-radius: 3px;
}
.auth-widget__status-bar-line_share {
  background: #1381b4;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.auth-widget__status-bar-line_share + .auth-widget__status-bar-line {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.auth-widget__status-footnote {
  font-size: 14px;
  line-height: 1.29;
  margin-top: 5px;
  color: #808080;
}
@media screen and (max-width: 1679px) {
  .auth-widget__status-footnote {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__status-footnote {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__status-footnote {
    font-size: 14px;
    line-height: 1.29;
  }
}
.auth-widget__status-unlimited {
  width: 24px;
  height: 12px;
  margin-top: 7px;
  background: url("./media/unlimited-HWO3TJTP.svg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.auth-widget__bottom {
  margin-top: 15px;
  display: none;
}
.laptop .auth-widget_cachback .auth-widget__bottom {
  display: none;
}
@media screen and (max-width: 479px) {
  .auth-widget__bottom {
    display: block;
  }
}
.laptop .auth-widget__bottom,
.phone .auth-widget__bottom {
  display: none;
}
.smallPhone .auth-widget__bottom {
  display: block;
}
.auth-widget__error {
  display: flex;
  align-items: center;
  color: #adb8c1;
  padding-top: 4px;
}
.auth-widget__amount .auth-widget__error {
  margin-top: 10px;
}
.auth-widget__error-icon {
  width: 16px;
  height: 15px;
  flex-shrink: 0;
  background: url("./media/warn-JDI46DM5.svg") center center no-repeat;
  -webkit-background-size: 16px 15px;
  -moz-background-size: 16px 15px;
  background-size: 16px 15px;
  margin-right: 7px;
}
.auth-widget__amount .auth-widget__error-icon {
  width: 24px;
  height: 22px;
  -webkit-background-size: 24px auto;
  -moz-background-size: 24px auto;
  background-size: 24px auto;
}
.auth-widget__error-text {
  font-size: 12px;
  line-height: 1.33;
}
@media screen and (max-width: 1679px) {
  .auth-widget__error-text {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__error-text {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__error-text {
    font-size: 12px;
    line-height: 1.33;
  }
}
.auth-widget__error_main {
  text-align: center;
  display: block;
  margin: 50px 0;
}
.auth-widget__error_main .auth-widget__error-icon {
  width: 28px;
  height: 25px;
  margin: auto;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.auth-widget__error_main .auth-widget__error-title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 5px;
}
@media screen and (max-width: 1679px) {
  .auth-widget__error_main .auth-widget__error-title {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__error_main .auth-widget__error-title {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__error_main .auth-widget__error-title {
    font-size: 17px;
    line-height: 1.24;
  }
}
.auth-widget__error_main .auth-widget__error-text {
  font-size: 16px;
  line-height: 1.38;
  margin-top: 5px;
}
@media screen and (max-width: 1679px) {
  .auth-widget__error_main .auth-widget__error-text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__error_main .auth-widget__error-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__error_main .auth-widget__error-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.auth-widget__error_main .auth-widget__error-btn {
  margin-top: 15px;
}
.auth-widget__payment {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.auth-widget__payment-item {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  height: 18px;
}
.auth-widget__payment-item:last-child {
  margin-right: 0;
}
.auth-widget__payment-item_mc {
  background-image: url("./media/mastercard-GPE24T4E.svg");
  width: 26px;
}
.auth-widget__payment-item_visa {
  background-image: url("./media/visa-D4TSHWBT.svg");
  width: 36px;
}
.auth-widget__payment-item_mir {
  background-image: url("./media/mir-AWLMJ7Y3.svg");
  width: 38px;
}
.auth-widget__payment-item_ipay {
  background-image: url("./media/apple-pay-EPK6IDOY.svg");
  width: 30px;
}
.auth-widget__payment-item_sbp {
  width: 30px;
}
.phone .auth-widget_cachback .auth-widget__actions {
  margin-top: 20px;
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
}
.auth-widget__actions-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.phone .auth-widget_cachback .auth-widget__actions-inner {
  overflow: auto;
  padding-right: 18px;
  padding-left: 18px;
  padding-bottom: 17px;
  margin-bottom: -17px;
}
.auth-widget__actions_social {
  margin: 65px 0;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .auth-widget__actions_social {
    flex-wrap: wrap;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__actions_social {
    margin: 35px -12px 20px;
  }
}
.auth-widget__action {
  width: 33.3333333333%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.175s;
  -moz-transition: all 0.175s;
  -o-transition: all 0.175s;
  -ms-transition: all 0.175s;
  transition: all 0.175s;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .auth-widget__action {
    width: 50%;
    margin-top: 40px;
  }
}
.phone .auth-widget__action {
  margin-top: 0;
}
.auth-widget__action:hover .auth-widget__action-icon {
  background-color: #e8e9ed;
}
.auth-widget__action:hover .auth-widget__action-icon_fb {
  background-color: #3b5998;
}
.auth-widget__action:hover .auth-widget__action-icon_vk {
  background-color: #4c6c91;
}
.auth-widget__action:hover .auth-widget__action-icon_ig {
  background-color: #106986;
}
.auth-widget__action:hover .auth-widget__action-text {
  color: #ff0032;
}
.laptop .auth-widget_cachback .auth-widget__action {
  max-width: 110px;
}
.phone .auth-widget_cachback .auth-widget__action {
  min-width: 100px;
}
.auth-widget__action-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: #f2f3f7;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 32px auto;
  -moz-background-size: 32px auto;
  background-size: 32px auto;
  overflow: hidden;
}
@media screen and (max-width: 759px) {
  .auth-widget_social .auth-widget__action-icon {
    width: 55px;
    height: 55px;
  }
}
.phone .auth-widget_cachback .auth-widget__action-icon {
  width: 55px;
  height: 55px;
}
.auth-widget__action-text {
  color: #6e7782;
  font-size: 12px;
  line-height: 1.33;
  font-weight: 500;
  margin-top: 18px;
  text-align: center;
}
@media screen and (max-width: 1679px) {
  .auth-widget__action-text {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__action-text {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__action-text {
    font-size: 12px;
    line-height: 1.33;
  }
}
.laptop .auth-widget_cachback .auth-widget__action-text {
  margin-top: 10px;
}
.auth-widget__recomend {
  margin-top: 20px;
  min-height: 130px;
}
.laptop .auth-widget_cachback .auth-widget__recomend .slick-arrow {
  display: none !important;
}
.laptop .auth-widget_live .auth-widget__recomend {
  margin-top: 10px;
  display: flex;
}
.auth-widget__recomend-title {
  color: #001424;
  display: inline-block;
  min-width: 124px;
  min-height: 16px;
  font-size: 14px;
  line-height: 1.29;
  font-weight: 500;
}
@media screen and (max-width: 1679px) {
  .auth-widget__recomend-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__recomend-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__recomend-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
.laptop .auth-widget_live .auth-widget__recomend-title {
  flex-grow: 1;
  padding-right: 20px;
  padding-top: 20px;
}
.auth-widget__recomend-list {
  white-space: nowrap;
  position: relative;
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
}
.auth-widget__recomend-list.slick-initialized {
  margin-top: 0;
}
.auth-widget__recomend-list .slick-list {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  margin: -10px 0;
}
.phone .auth-widget__recomend-list .slick-list {
  padding-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.phone .auth-widget__recomend-list .slick-track {
  padding-left: 10px;
  padding-right: 10px;
}
.auth-widget__recomend-list .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 8px 32px rgba(202, 209, 222, 0.5), 0px 2px 4px rgba(202, 209, 222, 0.15);
  box-shadow: 0px 8px 32px rgba(202, 209, 222, 0.5), 0px 2px 4px rgba(202, 209, 222, 0.15);
  border: none;
  z-index: 10;
}
.tablet .auth-widget__recomend-list .slick-arrow,
.phone .auth-widget__recomend-list .slick-arrow,
.auth-widget__recomend-list .slick-arrow.slick-disabled {
  display: none !important;
}
.auth-widget__recomend-list .slick-prev {
  left: -11px;
}
.auth-widget__recomend-list .slick-next {
  right: -11px;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.auth-widget__recomend-item {
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  padding: 16px 12px 8px;
  margin: 0 5px;
  width: 140px;
  min-width: 140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e2e5eb;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.175s;
  -moz-transition: all 0.175s;
  -o-transition: all 0.175s;
  -ms-transition: all 0.175s;
  transition: all 0.175s;
}
.auth-widget__recomend-item.skeleton {
  border: none;
  min-height: 96px;
}
.auth-widget__recomend-item.skeleton:nth-child(4) ~ .auth-widget__recomend-item.skeleton {
  display: none;
}
.smallDesktop .auth-widget_cachback .auth-widget__recomend-item {
  width: 124px;
  min-width: 124px;
}
.laptop .auth-widget_cachback .auth-widget__recomend-item {
  width: 124px;
  min-width: 124px;
}
.auth-widget__recomend-item:hover {
  -webkit-box-shadow: 0px 6px 16px rgba(202, 209, 222, 0.5), 0px 2px 4px rgba(202, 209, 222, 0.15);
  box-shadow: 0px 6px 16px rgba(202, 209, 222, 0.5), 0px 2px 4px rgba(202, 209, 222, 0.15);
  border-color: #fff;
}
.auth-widget__recomend-icon {
  height: 24px;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}
.auth-widget__recomend-text {
  color: #6e7782;
  font-size: 12px;
  line-height: 1.33;
}
@media screen and (max-width: 1679px) {
  .auth-widget__recomend-text {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__recomend-text {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__recomend-text {
    font-size: 12px;
    line-height: 1.33;
  }
}
.auth-widget__recomend-prc {
  color: #001424;
  font-size: 16px;
  line-height: 1.38;
  font-weight: 500;
}
@media screen and (max-width: 1679px) {
  .auth-widget__recomend-prc {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__recomend-prc {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__recomend-prc {
    font-size: 14px;
    line-height: 1.29;
  }
}
.auth-widget__product-name {
  height: 21px;
}
.auth-widget__recomend-books {
  white-space: nowrap;
}
.phone .auth-widget__recomend-books {
  margin-left: -18px;
  padding-left: 18px;
  margin-right: -18px;
  padding-right: 18px;
  overflow: auto;
  padding-bottom: 10px;
}
.auth-widget__recomend-books_small .auth-widget__recomend-book:nth-child(2) {
  margin-right: 0;
}
.tablet .auth-widget__recomend-books_small .auth-widget__recomend-book:nth-child(2) {
  margin-right: 14px;
}
.auth-widget__recomend-books_small .auth-widget__recomend-book:nth-child(3) {
  display: none;
}
.tablet .auth-widget__recomend-books_small .auth-widget__recomend-book:nth-child(3) {
  display: inline-block;
}
.auth-widget__recomend-book {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  width: 96px;
  margin-top: 10px;
}
.auth-widget__recomend-book:hover .auth-widget__recomend-book-title {
  color: #ff0032;
}
.desktop .auth-widget__recomend-book {
  margin-right: 20px;
}
.smallDesktop .auth-widget__recomend-book {
  margin-right: 10px;
}
.laptop .auth-widget__recomend-book {
  margin-right: 10px;
}
.laptop .auth-widget__recomend-book:nth-child(3) {
  display: none;
}
.tablet .auth-widget__recomend-book {
  margin-right: 14px;
}
.phone .auth-widget__recomend-book {
  margin-right: 10px;
}
.auth-widget__recomend-book:last-child {
  margin-right: 0;
}
.auth-widget__recomend-book-img {
  width: 100%;
  height: 146px;
  background-color: #ccc;
  margin-bottom: 10px;
  background-image: url("./media/book-default-4TDUMS7T.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 20, 36, 0.16);
  box-shadow: 0px 4px 24px rgba(0, 20, 36, 0.16);
  position: relative;
}
.auth-widget__recomend-book-img.skeleton {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none !important;
}
.auth-widget__recomend-book-title {
  font-size: 12px;
  line-height: 1.33;
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 1679px) {
  .auth-widget__recomend-book-title {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__recomend-book-title {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__recomend-book-title {
    font-size: 12px;
    line-height: 1.33;
  }
}
.auth-widget__recomend-book-autor {
  font-size: 12px;
  line-height: 1.33;
  color: #6e7782;
}
@media screen and (max-width: 1679px) {
  .auth-widget__recomend-book-autor {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__recomend-book-autor {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__recomend-book-autor {
    font-size: 12px;
    line-height: 1.33;
  }
}
.auth-widget__recomend-book-progress {
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 8px;
  background: rgba(226, 229, 235, 0.9);
  color: #333;
  font-size: 9px;
  padding: 3px 5px;
}
.auth-widget__recomend-movies {
  display: flex;
  margin-top: 11px;
}
.auth-widget__recomend-movie {
  margin-right: 10px;
  width: 135px;
}
.auth-widget__recomend-movie:hover .auth-widget__recomend-movie-title {
  color: #ff0032;
}
.smallDesktop .auth-widget__recomend-movie {
  width: 122px;
}
.laptop .auth-widget__recomend-movie {
  width: 108px;
}
.tablet .auth-widget__recomend-movie {
  width: 152px;
  margin-right: 14px;
}
.phone .auth-widget__recomend-movie {
  width: auto;
}
.auth-widget__recomend-movie:last-child {
  margin-right: 0;
}
.auth-widget__recomend-movie-img {
  width: 135px;
  height: 100px;
  margin-bottom: 10px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5;
  position: relative;
}
.smallDesktop .auth-widget__recomend-movie-img {
  width: 122px;
  height: 90px;
}
.laptop .auth-widget__recomend-movie-img {
  width: 108px;
  height: 80px;
}
.tablet .auth-widget__recomend-movie-img {
  width: 152px;
  height: 113px;
}
.phone .auth-widget__recomend-movie-img {
  width: 115px;
  height: 85px;
}
.auth-widget__recomend-movie-title {
  font-size: 14px;
  line-height: 1.29;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 1679px) {
  .auth-widget__recomend-movie-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__recomend-movie-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__recomend-movie-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
.auth-widget__recomend-movie-type,
.auth-widget__recomend-movie-date {
  font-size: 12px;
  line-height: 1.33;
  color: #999;
}
@media screen and (max-width: 1679px) {
  .auth-widget__recomend-movie-type,
  .auth-widget__recomend-movie-date {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__recomend-movie-type,
  .auth-widget__recomend-movie-date {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__recomend-movie-type,
  .auth-widget__recomend-movie-date {
    font-size: 12px;
    line-height: 1.33;
  }
}
.auth-widget__recomend-movie-rating {
  background: #ff0032;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 9px;
  font-weight: 500;
  padding: 3px 6px 2px;
  color: #fff;
  border-radius: 4px;
}
.auth-widget__recomend-movie-cashback {
  position: absolute;
  left: 6px;
  bottom: 6px;
  font-size: 9px;
  color: #fff;
  font-weight: 500;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background: #ff0032;
  padding: 3px 4px 2px;
}
.auth-widget__recomend-movie-cashback:before,
.auth-widget__recomend-movie-cashback:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  border-right: 5px solid transparent;
}
.auth-widget__recomend-movie-cashback:before {
  border-top: 8px solid #ff0032;
  top: 0;
}
.auth-widget__recomend-movie-cashback:after {
  border-bottom: 8px solid #ff0032;
  bottom: 0;
}
.auth-widget__social-img {
  position: absolute;
  bottom: 0;
  right: 65px;
  width: 173px;
  height: 290px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1279px) {
  .auth-widget__social-img {
    right: 28px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__social-img {
    display: none;
  }
}
.auth-widget__banner-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  font-size: 0;
}
@media screen and (max-width: 1279px) {
  .auth-widget__banner-wrapper {
    position: relative;
    height: 200px;
    border-bottom: 1px solid #e6e6e6;
  }
}
@media screen and (max-width: 959px) {
  .auth-widget__banner-wrapper {
    position: absolute;
    height: auto;
    border-bottom: none;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__banner-wrapper {
    position: relative;
    height: 150px;
    border-bottom: 1px solid #e6e6e6;
  }
}
.auth-widget__banner-wrapper_services {
  width: 435px;
  overflow: hidden;
}
@media screen and (max-width: 1679px) {
  .auth-widget__banner-wrapper_services {
    width: 420px;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__banner-wrapper_services {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .auth-widget__banner-wrapper_services {
    width: 366px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__banner-wrapper_services {
    width: 100%;
  }
}
.auth-widget__banner {
  position: absolute;
  height: 100%;
  left: -115px;
}
@media screen and (max-width: 1279px) {
  .auth-widget__banner {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.auth-widget_with-img {
  padding-right: 200px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .auth-widget_with-img {
    padding-right: 185px;
  }
}
@media screen and (max-width: 590px) {
  .auth-widget_with-img {
    padding-right: 185px;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget_with-img {
    padding-right: 20px;
  }
}
html.laptop .auth-widget_with-img {
  padding-right: 185px;
}
html.phone .auth-widget_with-img {
  padding-right: 185px;
}
html.smallPhone .auth-widget_with-img {
  padding-right: 20px;
}
.auth-widget__img-wrapper {
  position: absolute;
  top: 20px;
  right: 0;
  width: 200px;
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 590px) {
  .auth-widget__img-wrapper {
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 479px) {
  .auth-widget__img-wrapper {
    display: none;
  }
}
html.laptop .auth-widget__img-wrapper {
  display: flex;
  top: 20px;
}
html.phone .auth-widget__img-wrapper {
  display: flex;
  top: 0;
}
html.smallPhone .auth-widget__img-wrapper {
  display: none;
}
.auth-widget__img {
  width: 150px;
  max-width: 100%;
}
@media screen and (max-width: 590px) {
  .auth-widget_unauth .auth-widget__header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget_unauth .auth-widget__header {
    margin-bottom: 40px;
  }
}
.auth-widget_unauth .auth-widget__logo {
  background-image: url("./media/logo_gray-ZNHH4GC5.png");
  filter: var(--icons-filter-tertiary);
  -webkit-filter: var(--icons-filter-tertiary);
}
@media screen and (max-width: 759px) {
  .auth-widget_unauth .auth-widget__img-wrapper {
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .auth-widget_unauth .auth-widget__img-wrapper {
    top: 20px;
  }
}
html.smallDesktop .auth-widget_unauth .auth-widget__img-wrapper,
html.laptop .auth-widget_unauth .auth-widget__img-wrapper {
  top: 20px;
}
.auth-widget .tabs__list {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 759px) {
  .auth-widget .tabs__list {
    display: none;
  }
}
.auth-widget .tabs__item {
  margin-left: 12px;
  min-height: 50px;
}
@media screen and (max-width: 959px) {
  .auth-widget .tabs__item {
    margin-left: 8px;
    min-height: auto;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .tabs__item {
    margin-left: 0;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .field__col_phone-with-price {
    width: calc(100% - 90px);
  }
  .auth-widget .field__col_phone-with-price .input-group_phone {
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  .auth-widget .field__col_phone-with-price {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 959px) {
  .auth-widget .field__col_phone-with-price .input {
    min-width: 250px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .field__col_phone-with-price .input {
    min-width: auto;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .field__col_phone {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .auth-widget .field__col_phone .input-group_phone {
    width: 100%;
  }
}
.auth-widget .field__col_price {
  width: 100px;
}
@media screen and (max-width: 440px) {
  .auth-widget .field__col_price {
    width: 90px;
  }
}
@media screen and (max-width: 374px) {
  .auth-widget .field__col_price {
    width: 100%;
  }
}
.auth-widget .field__col_bottom {
  margin-top: 0;
}
@media screen and (max-width: 1279px) {
  .auth-widget .field__col_bottom {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .auth-widget .field__col_bottom {
    margin-top: 10px;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .field__col_bottom {
    width: 100%;
  }
}
.auth-widget .field__col_link {
  width: 100%;
  margin-top: 10px;
  line-height: 22px;
}
.auth-widget .field__col_link .link {
  font-size: 16px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .auth-widget .field__col_link .link {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .field__col_link .link {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .field__col_link .link {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .field__col_link {
    width: auto;
    margin-left: 5px;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .field__col_link {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}
.auth-widget .input {
  padding: 3px 10px;
  line-height: 31px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .auth-widget .input {
    line-height: 31px;
  }
}
.auth-widget .input-group .input {
  padding: 3px 12px 3px 53px;
}
@media screen and (max-width: 1279px) {
  .auth-widget .input-group .input {
    padding-top: 0;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .input-group .input {
    padding-top: 1px;
    line-height: 24px;
  }
}
@media screen and (max-width: 479px) {
  .auth-widget .btn {
    width: 100%;
  }
}
.smallPhone .auth-widget .btn {
  width: 100%;
}
.auth-widget .btn_large {
  font-size: 14px;
  line-height: 1;
  height: 48px;
  min-width: 130px;
  padding-top: 16px;
  padding-bottom: 17px;
}
@media screen and (max-width: 1679px) {
  .auth-widget .btn_large {
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .btn_large {
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .btn_large {
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .btn_large {
    padding: 16px 13px 17px;
  }
}
@media screen and (max-width: 959px) {
  .auth-widget .btn_large {
    padding: 16px 20px 17px;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .btn_large {
    height: 36px;
    width: 100%;
    padding: 0 15px;
    line-height: 34px;
  }
}
.auth-widget .field__row_center {
  text-align: center;
  font-size: 0;
}
.auth-widget .field__row_center .field__col {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.auth-widget .field__row_payment {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 1279px) {
  .auth-widget .field__row_payment {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .auth-widget .field__row_payment {
    flex-wrap: wrap;
  }
}
.auth-widget .field__row_payment .field__col_bottom {
  margin-top: 0;
}
@media screen and (max-width: 1279px) {
  .auth-widget .field__row_payment .field__col_bottom {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .field__row_payment .field__col_bottom {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 479px) {
  .auth-widget .field__row_payment .field__col_bottom {
    margin-top: 10px;
  }
}
.auth-widget .field__row_payment .field__col_price {
  margin-left: 5px;
}
@media screen and (max-width: 759px) {
  .auth-widget .field__row_payment .field__col_price {
    margin-left: 0;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .field__row_select {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .auth-widget .field__row_select {
    max-width: 100%;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .field__row_select {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .field__row_select {
    max-width: 100%;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .field__row_select .field__col_price {
    width: 50%;
    margin-top: 0;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .field__row_select .field__col_price {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .field__row_select .field__col_bottom {
    display: inline-block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .auth-widget .field__row_select .field__col_bottom {
    margin-top: 10px;
    display: block;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .field__row_select .field__col_bottom {
    display: inline-block;
    margin-left: 0;
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .field__row_select .field__col_bottom {
    width: 100%;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .auth-widget .field__row_select .field__col_bottom .btn {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .field__row_select .field__col_price {
    margin-top: 0;
  }
}
@media screen and (max-width: 959px) {
  .auth-widget .field__row_select .field__col_price {
    margin-top: 0;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .field__row_select .field__col_price {
    margin-top: 0;
  }
}
@media screen and (max-width: 959px) {
  .auth-widget .field__row_select .field__col_phone-with-price .input {
    min-width: auto;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .field__row_select .field__col_phone-with-price {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .field__row_select .field__col_phone-with-price .input-group__select-count-num {
    line-height: initial;
  }
}
.auth-widget .tabs__list-wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .auth-widget .tabs__list-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .tabs__list-wrap {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  .auth-widget .tabs__item {
    height: calc(2 * var(--old-rem-value, 16px));
    line-height: calc(2 * var(--old-rem-value, 16px));
  }
}
.auth-widget .checkbox-list {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 759px) {
  .auth-widget .checkbox-list {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    text-align: left;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .checkbox-list__item {
    margin-bottom: 8px;
  }
}
.auth-widget .checkbox-list__item:last-child {
  margin-bottom: 15px;
}
.auth-widget .field__row-wrapper {
  width: 100%;
}
html.laptop .auth-widget .input_large {
  height: 48px;
  font-size: 17px;
}
html.phone .auth-widget .input_large {
  height: 48px;
  font-size: 16px;
}
@media screen and (max-width: 479px) {
  .auth-widget .input_large {
    font-size: 15px;
    height: 36px;
  }
}
.auth-widget .input-group_large .input-group__prefix {
  font-size: 18px;
  line-height: 44px;
}
@media screen and (max-width: 1679px) {
  .auth-widget .input-group_large .input-group__prefix {
    font-size: 17px;
    line-height: 44px;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .input-group_large .input-group__prefix {
    font-size: 15px;
    line-height: 44px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .input-group_large .input-group__prefix {
    font-size: 15px;
    line-height: 44px;
  }
}
@media screen and (max-width: 479px) {
  .auth-widget .input-group_large .input-group__prefix {
    width: 36px;
    height: 34px;
    font-size: 15px;
    line-height: 32px;
  }
}
html.laptop .auth-widget .input-group_large .input-group__prefix,
html.phone .auth-widget .input-group_large .input-group__prefix {
  width: 48px;
  height: 46px;
  font-size: 15px;
  line-height: 44px;
}
html.smallPhone .auth-widget .input-group_large .input-group__prefix {
  width: 36px;
  height: 34px;
  font-size: 15px;
  line-height: 32px;
}
@media screen and (max-width: 479px) {
  .auth-widget .input-group_large .input {
    padding-left: 41px;
  }
}
html.laptop .auth-widget .input-group_large .input,
html.phone .auth-widget .input-group_large .input {
  padding-left: 53px;
}
html.smallPhone .auth-widget .input-group_large .input {
  padding-left: 41px;
}
.auth-widget .input-group_select {
  font-size: 0;
  border: 1px solid var(--background-stroke);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  height: 48px;
  line-height: 46px;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 1679px) {
  .auth-widget .input-group_select {
    max-width: 270px;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .input-group_select {
    max-width: 320px;
  }
}
@media screen and (max-width: 959px) {
  .auth-widget .input-group_select {
    max-width: 300px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .input-group_select {
    max-width: 100%;
    border: none;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .input-group_select {
    height: 36px;
    line-height: 34px;
  }
}
.input-group__select-count-num {
  line-height: 40px;
  vertical-align: top;
}
.input-group_split-select-wrapper {
  line-height: 1;
}
.auth-widget .input-group_select .input-group__select {
  width: 100%;
  max-width: 115px;
  display: inline-block;
}
@media screen and (max-width: 759px) {
  .auth-widget .input-group_select .input-group__select {
    max-width: 110px;
    border: 1px solid var(--background-stroke);
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .input-group_select .input-group__select {
    line-height: 34px;
  }
}
.auth-widget .input-group_select .input_large {
  font-size: 18px;
  line-height: 34px;
}
@media screen and (max-width: 1679px) {
  .auth-widget .input-group_select .input_large {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .input-group_select .input_large {
    font-size: 15px;
    line-height: 34px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .input-group_select .input_large {
    font-size: 15px;
    line-height: 34px;
  }
}
.auth-widget .input-group_select .jq-selectbox__select {
  border: none;
  font-size: 18px;
  line-height: 34px;
}
@media screen and (max-width: 1679px) {
  .auth-widget .input-group_select .jq-selectbox__select {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .input-group_select .jq-selectbox__select {
    font-size: 15px;
    line-height: 34px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .input-group_select .jq-selectbox__select {
    font-size: 15px;
    line-height: 34px;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .input-group_select .jq-selectbox__select {
    background: none;
    height: 34px;
  }
}
.auth-widget .input-group_select .jq-selectbox__select-text {
  color: var(--text-secondary);
}
@media screen and (max-width: 759px) {
  .auth-widget .input-group_select .jq-selectbox__select-text {
    -o-text-overflow: unset;
    text-overflow: unset;
  }
}
.auth-widget .input-group_select .jq-selectbox__dropdown {
  margin-top: 10px;
  font-size: 18px;
  line-height: 34px;
  font-family:
    "MTS Compact",
    "Arial",
    sans-serif;
}
@media screen and (max-width: 1679px) {
  .auth-widget .input-group_select .jq-selectbox__dropdown {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .input-group_select .jq-selectbox__dropdown {
    font-size: 15px;
    line-height: 34px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .input-group_select .jq-selectbox__dropdown {
    font-size: 15px;
    line-height: 34px;
  }
}
.auth-widget .input-group_select .jq-selectbox__dropdown li {
  padding: 7px 20px 7px 12px;
}
.auth-widget .input-group_select .jq-selectbox__dropdown li:before {
  right: 5px;
}
.auth-widget .input-group_select .select {
  padding-left: 0;
  padding-right: 0;
}
.auth-widget .input-group_select .input {
  width: calc(100% - 120px);
  line-height: normal;
  padding-left: 12px;
  display: inline-block;
  border: none;
  border-left: 1px solid var(--background-stroke);
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 759px) {
  .auth-widget .input-group_select .input {
    margin-left: 10px;
    border: 1px solid var(--background-stroke);
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.auth-widget .input-group_select .input_order-number {
  background: transparent;
  min-height: 47px;
  line-height: 44px;
  vertical-align: baseline;
}
@media screen and (max-width: 440px) {
  .auth-widget .input-group_select .input_order-number {
    min-height: 34px;
    line-height: 34px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .input_money {
    height: 48px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .input_money {
    height: 36px;
    margin-bottom: 8px;
  }
}
.auth-widget_vertical-body {
  min-height: 160px;
  display: flex;
  flex-direction: column;
}
.auth-widget_vertical-body .auth-widget__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.auth-widget_shareholder {
  padding: 24px 30px 20px;
}
@media screen and (max-width: 1279px) {
  .auth-widget_shareholder {
    padding: 20px;
  }
}
.auth-widget_shareholder .auth-widget__img {
  width: 190px;
}
@media screen and (max-width: 1279px) {
  .auth-widget_shareholder .auth-widget__img {
    width: 170px;
  }
}
.auth-widget_shareholder .auth-widget__img-wrapper {
  width: 190px;
  height: 170px;
  right: 25px;
}
@media screen and (max-width: 1279px) {
  .auth-widget_shareholder .auth-widget__img-wrapper {
    width: 170px;
    height: 152px;
    right: 20px;
  }
}
@media screen and (max-width: 590px) {
  .auth-widget_shareholder .auth-widget__img-wrapper {
    top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .auth-widget_shareholder .auth-widget__img-wrapper {
    display: none;
  }
}
.auth-widget_shareholder.auth-widget_with-img {
  padding-right: 225px;
}
@media screen and (max-width: 1279px) {
  .auth-widget_shareholder.auth-widget_with-img {
    padding-right: 210px;
  }
}
@media screen and (max-width: 479px) {
  .auth-widget_shareholder.auth-widget_with-img {
    padding-right: 20px;
  }
}
.auth-widget_shareholder .auth-widget__body-form {
  margin-top: 32px;
}
@media screen and (max-width: 759px) {
  .auth-widget_shareholder .auth-widget__body-form {
    margin-top: 24px;
  }
}
.auth-widget_shareholder .auth-widget__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.auth-widget_shareholder .btn_large {
  line-height: 46px;
  padding: 0 30px;
}
@media screen and (max-width: 440px) {
  .auth-widget_shareholder .btn_large {
    line-height: 34px;
    padding: 0 15px;
  }
}
.auth-widget_service {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 340px;
  overflow: hidden;
}
@media screen and (max-width: 1679px) {
  .auth-widget_service {
    padding-left: 305px;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget_service {
    padding: 0;
  }
}
@media screen and (max-width: 959px) {
  .auth-widget_service {
    padding: 30px 30px 30px 370px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget_service {
    padding: 0;
  }
}
.auth-widget_service .auth-widget__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .auth-widget_service .auth-widget__body {
    height: auto;
    padding: 30px;
  }
}
@media screen and (max-width: 959px) {
  .auth-widget_service .auth-widget__body {
    height: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget_service .auth-widget__body {
    height: auto;
    padding: 20px;
  }
}
.auth-widget_service .auth-widget__body-subtitle {
  margin-top: 20px;
}
@media screen and (max-width: 759px) {
  .auth-widget_service .auth-widget__body-subtitle {
    margin-top: 10px;
  }
}
.auth-widget_service .auth-widget__body-form {
  margin-top: 30px;
}
@media screen and (max-width: 759px) {
  .auth-widget_service .auth-widget__body-form {
    margin-top: 20px;
  }
}
.auth-widget .field__row-group.field__row-group-inline-flex {
  display: inline-flex !important;
}
@media screen and (max-width: 759px) {
  .auth-widget .field__row-group.field__row-group-inline-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.skeleton {
  position: relative;
  color: transparent !important;
  min-height: 11px;
}
.skeleton:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  -webkit-animation: skeleton 60s linear infinite;
  -moz-animation: skeleton 60s linear infinite;
  -o-animation: skeleton 60s linear infinite;
  -ms-animation: skeleton 60s linear infinite;
  animation: skeleton 60s linear infinite;
  background-color: #e8ebee;
  background-image: -webkit-linear-gradient(0deg, transparent, #fff, transparent);
  background-image: -moz-linear-gradient(0deg, transparent, #fff, transparent);
  background-image: -o-linear-gradient(0deg, transparent, #fff, transparent);
  background-image: -ms-linear-gradient(0deg, transparent, #fff, transparent);
  background-image:
    linear-gradient(
      90deg,
      transparent,
      #fff,
      transparent);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .skeleton:after {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
  }
}
.skeleton_block:after {
  content: none;
}
.skeleton_block .skeleton__element {
  position: relative;
  height: 11px;
  margin-bottom: 7px;
}
.skeleton_block .skeleton__element:last-child {
  margin-bottom: 0;
}
.skeleton_block .skeleton__element:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  -webkit-animation: skeleton 60s linear infinite;
  -moz-animation: skeleton 60s linear infinite;
  -o-animation: skeleton 60s linear infinite;
  -ms-animation: skeleton 60s linear infinite;
  animation: skeleton 60s linear infinite;
  background-color: #e8ebee;
  background-image: -webkit-linear-gradient(0deg, transparent, #fff, transparent);
  background-image: -moz-linear-gradient(0deg, transparent, #fff, transparent);
  background-image: -o-linear-gradient(0deg, transparent, #fff, transparent);
  background-image: -ms-linear-gradient(0deg, transparent, #fff, transparent);
  background-image:
    linear-gradient(
      90deg,
      transparent,
      #fff,
      transparent);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .skeleton_block .skeleton__element:after {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
  }
}
.skeleton_block .skeleton__element_middle {
  height: 15px;
  margin-bottom: 11px;
}
@-moz-keyframes skeleton {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 10000px;
  }
}
@-webkit-keyframes skeleton {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 10000px;
  }
}
@-o-keyframes skeleton {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 10000px;
  }
}
@keyframes skeleton {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 10000px;
  }
}
.personal-cabinets {
  padding: 35px 32px 26px;
}
@media screen and (max-width: 1279px) {
  .personal-cabinets {
    padding-top: 20px;
    padding-bottom: 21px;
  }
}
@media screen and (max-width: 959px) {
  .personal-cabinets {
    padding: 20px 30px 21px;
  }
}
@media screen and (max-width: 767px) {
  .personal-cabinets {
    padding: 24px;
  }
}
.personal-cabinets:hover {
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1);
}
.personal-cabinets__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .personal-cabinets__inner {
    flex-direction: column;
  }
}
.personal-cabinets__side {
  width: 40%;
  margin-right: 40px;
}
@media screen and (max-width: 1679px) {
  .personal-cabinets__side {
    width: 190px;
  }
}
@media screen and (max-width: 1279px) {
  .personal-cabinets__side {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .personal-cabinets__side {
    text-align: left;
  }
}
.personal-cabinets__title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (max-width: 1679px) {
  .personal-cabinets__title {
    font-size: 21px;
    line-height: 1.24;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 1279px) {
  .personal-cabinets__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .personal-cabinets__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
.personal-cabinets__title:last-child {
  margin-bottom: 0;
}
.personal-cabinets__text {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}
@media screen and (max-width: 1679px) {
  .personal-cabinets__text {
    font-size: 15px;
    line-height: 21px;
  }
}
@media screen and (max-width: 1279px) {
  .personal-cabinets__text {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 767px) {
  .personal-cabinets__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.personal-cabinets__list {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .personal-cabinets__list {
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  .personal-cabinets__list {
    flex-wrap: wrap;
    margin: 0 -7px;
  }
}
.personal-cabinets__item {
  text-align: center;
  width: 20%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .personal-cabinets__item {
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  .personal-cabinets__item:nth-child(2n-1) {
    margin-right: 10px;
  }
}
.personal-cabinets__item svg {
  fill: var(--icons-primary);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.175s;
  -moz-transition: all 0.175s;
  -o-transition: all 0.175s;
  -ms-transition: all 0.175s;
  transition: all 0.175s;
}
@media screen and (max-width: 767px) {
  .personal-cabinets__item svg {
    fill: var(--icons-primary);
  }
}
.personal-cabinets__item:hover svg {
  fill: var(--brand-mts-red);
}
.personal-cabinets__icon {
  margin: auto;
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  .personal-cabinets__icon {
    width: 27px;
    height: 27px;
    margin: 0;
    margin-right: 9px;
    flex-shrink: 0;
  }
  .personal-cabinets__icon svg {
    max-width: 27px;
    max-height: 27px;
  }
}
.personal-cabinets__btn {
  color: var(--text-primary);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  -webkit-transition: all 0.175s;
  -moz-transition: all 0.175s;
  -o-transition: all 0.175s;
  -ms-transition: all 0.175s;
  transition: all 0.175s;
  border-radius: 90px;
  margin-top: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1679px) {
  .personal-cabinets__btn {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .personal-cabinets__btn {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 959px) {
  .personal-cabinets__btn {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .personal-cabinets__btn {
    font-size: 12px;
    line-height: 16px;
  }
}
.personal-cabinets__item:hover .personal-cabinets__btn {
  color: var(--brand-mts-red);
}
@media screen and (max-width: 767px) {
  .personal-cabinets__btn {
    border: none;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .personal-cabinets__btn br {
    display: none;
  }
}
.personal-cabinets-4 .personal-cabinets__side {
  width: 40%;
}
@media screen and (max-width: 1279px) {
  .personal-cabinets-4 .personal-cabinets__side {
    width: 100%;
  }
}
.personal-cabinets-4 .personal-cabinets__item {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .personal-cabinets-4 .personal-cabinets__item {
    width: calc(50% - 5px);
  }
}
.b2b-widget {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
}
.b2b-widget__header {
  font-family:
    "MTS Compact",
    "Arial",
    "sans-serif";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 44px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1919px) {
  .b2b-widget__header {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1679px) {
  .b2b-widget__header {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1439px) {
  .b2b-widget__header {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .b2b-widget__header {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 959px) {
  .b2b-widget__header {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .b2b-widget__header {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
.b2b-widget__card {
  width: calc(50% - 16px);
  min-height: 200px;
  background: var(--background-primary-elevated);
  border-radius: 24px;
  -webkit-transition: all 0.175s;
  -moz-transition: all 0.175s;
  -o-transition: all 0.175s;
  -ms-transition: all 0.175s;
  transition: all 0.175s;
  margin: 0 0 32px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .b2b-widget__card {
    width: 100%;
    margin-bottom: 24px;
  }
}
.b2b-widget__card:hover {
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1);
}
.b2b-widget__inner {
  display: flex;
  flex-direction: column;
  padding: 32px 260px 24px 32px;
  min-height: 144px;
}
@media screen and (max-width: 1279px) {
  .b2b-widget__inner {
    padding-right: 200px;
  }
}
@media screen and (max-width: 959px) {
  .b2b-widget__inner {
    padding-right: 50%;
  }
}
@media screen and (max-width: 767px) {
  .b2b-widget__card .b2b-widget__inner {
    padding: 24px 24px 200px 24px;
    min-height: 102px;
  }
}
.b2b-widget__title {
  font-size: 21px;
  line-height: 29px;
  font-weight: 700;
  color: var(--text-primary);
}
@media screen and (max-width: 1919px) {
  .b2b-widget__title {
    font-size: 21px;
    line-height: 29px;
  }
}
@media screen and (max-width: 1679px) {
  .b2b-widget__title {
    font-size: 21px;
    line-height: 29px;
  }
}
@media screen and (max-width: 1439px) {
  .b2b-widget__title {
    font-size: 20px;
    line-height: 29px;
  }
}
@media screen and (max-width: 1279px) {
  .b2b-widget__title {
    font-size: 20px;
    line-height: 29px;
  }
}
@media screen and (max-width: 959px) {
  .b2b-widget__title {
    font-size: 20px;
    line-height: 29px;
  }
}
@media screen and (max-width: 767px) {
  .b2b-widget__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.b2b-widget__title:hover {
  color: #cc061a;
}
.b2b-widget__text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: var(--text-primary);
  margin-top: 12px;
  max-height: 65px;
  overflow: hidden;
  min-width: 285px;
}
@media screen and (max-width: 1279px) {
  .b2b-widget__text {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .b2b-widget__text {
    max-width: 100%;
    min-width: 200px;
  }
}
.b2b-widget__more {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--text-primary);
  margin-top: auto;
}
.b2b-widget__more:hover {
  color: #cc061a;
}
@media screen and (max-width: 1279px) {
  .b2b-widget__more {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .b2b-widget__more {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .b2b-widget__more {
    display: none;
  }
}
.b2b-widget__img-wrapper {
  width: 260px;
  height: 200px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .b2b-widget__img-wrapper {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.b2b-widget__img {
  width: 260px;
  max-width: 100%;
  display: block;
}
.our-products-helps__main-heading {
  display: flex;
}
.our-products-helps__main-heading .btn-anchor_main-heading .btn-anchor__arrow-link {
  margin-left: -7px;
  width: 44px;
  height: 44px;
  vertical-align: middle;
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .our-products-helps__main-heading .btn-anchor_main-heading .btn-anchor__arrow-link {
    margin-left: -7px;
    width: 44px;
    height: 44px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .our-products-helps__main-heading .btn-anchor_main-heading .btn-anchor__arrow-link {
    margin-left: -7px;
    width: 32px;
    height: 32px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .our-products-helps__main-heading .btn-anchor_main-heading .btn-anchor__arrow-link {
    height: 24px;
    width: 24px;
    vertical-align: middle;
    margin-left: -7px;
  }
}
@media screen and (max-width: 959px) {
  .our-products-helps__main-heading .btn-anchor_main-heading .btn-anchor__arrow-link {
    height: 24px;
    width: 24px;
    vertical-align: middle;
    margin-left: -7px;
  }
}
.our-products-helps__main-heading .btn-anchor_main-heading .btn-anchor__arrow-link svg {
  width: 100%;
  height: 100%;
}
.our-products-helps__wrapper {
  display: flex;
  position: relative;
  margin-top: 144px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1439px) {
  .our-products-helps__wrapper {
    margin-top: 96px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1279px) {
  .our-products-helps__wrapper {
    margin-top: 56px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .our-products-helps__wrapper {
    margin-top: 56px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .our-products-helps__wrapper {
    margin-top: 32px;
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }
}
.our-products-helps__iconic-links {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: -258px;
  right: 0;
  width: 730px;
  justify-content: space-between;
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .our-products-helps__iconic-links {
    max-width: 688px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .our-products-helps__iconic-links {
    max-width: 488px;
    top: -188px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .our-products-helps__iconic-links {
    position: static;
    order: 2;
    width: calc(50% - 16px);
    justify-content: space-between;
    max-height: 150px;
    min-height: 150px;
    margin-bottom: 0;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .our-products-helps__iconic-links {
    position: static;
    order: 2;
    width: calc(50% - 16px);
    justify-content: space-between;
    max-height: 150px;
    min-height: 150px;
    margin-bottom: 0;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .our-products-helps__iconic-links {
    position: static;
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: row;
    align-self: center;
    order: 2;
    row-gap: 32px;
  }
}
@media screen and (max-width: 360px) {
  .our-products-helps__iconic-links {
    max-width: 100%;
  }
}
.our-products-helps__iconic-link {
  max-width: 160px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1439px) {
  .our-products-helps__iconic-link {
    align-self: center;
  }
}
@media screen and (max-width: 1279px) {
  .our-products-helps__iconic-link {
    max-width: 100px;
    align-self: center;
  }
}
@media screen and (max-width: 959px) {
  .our-products-helps__iconic-link {
    max-width: 82px;
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .our-products-helps__iconic-link {
    max-width: 100px;
  }
}
.our-products-helps__iconic-link:hover {
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.our-products-helps__iconic-link:hover svg {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.our-products-helps svg {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
[data-mts-theme=dark] .our-products-helps svg {
  filter: invert(1);
}
.our-products-helps__iconic-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 160px;
  height: 124px;
}
@media screen and (max-width: 1439px) {
  .our-products-helps__iconic-item {
    width: 110px;
    height: 104px;
  }
}
@media screen and (max-width: 1279px) {
  .our-products-helps__iconic-item {
    width: 100px;
    height: 104px;
  }
}
@media screen and (max-width: 959px) {
  .our-products-helps__iconic-item {
    width: 82px;
    height: 104px;
  }
}
@media screen and (max-width: 767px) {
  .our-products-helps__iconic-item {
    width: 100px;
    height: 104px;
  }
}
.our-products-helps__iconic-item img {
  width: 60px;
  height: 60px;
}
.our-products-helps__iconic-description {
  margin-top: 16px;
  font: var(--typography-v3-h4-comp-font-weight) var(--typography-v3-h4-comp-font-size)/var(--typography-v3-h4-comp-line-height) var(--typography-v3-h4-comp-font-family);
  line-height: 24px;
  text-align: center;
  color: var(--color-text-primary);
}
@media screen and (max-width: 1679px) {
  .our-products-helps__iconic-description {
    font: var(--typography-v3-p3-medium-comp-font-weight) var(--typography-v3-p3-medium-comp-font-size)/var(--typography-v3-p3-medium-comp-line-height) var(--typography-v3-p3-medium-comp-font-family);
  }
}
@media screen and (max-width: 1439px) {
  .our-products-helps__iconic-description {
    font: var(--typography-v3-p3-medium-comp-font-weight) var(--typography-v3-p3-medium-comp-font-size)/var(--typography-v3-p3-medium-comp-line-height) var(--typography-v3-p3-medium-comp-font-family);
    max-width: 110px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1279px) {
  .our-products-helps__iconic-description {
    font: var(--typography-v3-p4-medium-comp-font-weight) var(--typography-v3-p4-medium-comp-font-size)/var(--typography-v3-p4-medium-comp-line-height) var(--typography-v3-p4-medium-comp-font-family);
    max-width: 90px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 959px) {
  .our-products-helps__iconic-description {
    font: var(--typography-v3-p4-medium-comp-font-weight) var(--typography-v3-p4-medium-comp-font-size)/var(--typography-v3-p4-medium-comp-line-height) var(--typography-v3-p4-medium-comp-font-family);
    max-width: 90px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .our-products-helps__iconic-description {
    font: var(--typography-v3-p4-medium-comp-font-weight) var(--typography-v3-p4-medium-comp-font-size)/var(--typography-v3-p4-medium-comp-line-height) var(--typography-v3-p4-medium-comp-font-family);
    margin-top: 16px;
  }
}
[data-mts-theme=dark] .our-products-helps svg > path {
  fill: var(--color-text-primary);
}
[data-mts-theme=dark] .our-products-helps svg > rect {
  fill: var(--color-background-primary-elevated);
}
.our-products-helps__cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .our-products-helps__cards-wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.our-products-helps__card {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 24px;
  background: var(--color-background-secondary);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  width: calc(33.3333333333% - 16px);
  max-height: 200px;
  position: relative;
  overflow: hidden;
}
.our-products-helps__card:hover {
  -webkit-box-shadow:
    0px 125px 80px rgba(23, 58, 105, 0.07),
    0px 81.0185px 46.8519px rgba(23, 58, 105, 0.053),
    0px 48.1481px 25.4815px rgba(23, 58, 105, 0.043),
    0px 25px 13px rgba(23, 58, 105, 0.035),
    0px 10.1852px 6.51852px rgba(23, 58, 105, 0.027),
    0px 2.31481px 3.14815px rgba(23, 58, 105, 0.017);
  box-shadow:
    0px 125px 80px rgba(23, 58, 105, 0.07),
    0px 81.0185px 46.8519px rgba(23, 58, 105, 0.053),
    0px 48.1481px 25.4815px rgba(23, 58, 105, 0.043),
    0px 25px 13px rgba(23, 58, 105, 0.035),
    0px 10.1852px 6.51852px rgba(23, 58, 105, 0.027),
    0px 2.31481px 3.14815px rgba(23, 58, 105, 0.017);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.our-products-helps__card:hover .card__content-heading {
  color: var(--color-text-primary);
}
@media screen and (min-width: 1920px) {
  .our-products-helps__card {
    min-height: 210px;
  }
}
@media screen and (max-width: 1919px) {
  .our-products-helps__card {
    justify-content: start;
    max-height: 200px;
    min-height: 200px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .our-products-helps__card {
    min-height: 190px;
  }
}
@media screen and (max-width: 1679px) {
  .our-products-helps__card {
    min-height: 174px;
  }
}
@media screen and (max-width: 1439px) {
  .our-products-helps__card {
    min-height: 146px;
    max-height: 180px;
  }
}
@media screen and (max-width: 1279px) {
  .our-products-helps__card {
    width: calc(50% - 16px);
    min-height: 150px;
    max-height: 150px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .our-products-helps__card:nth-child(1) {
    order: 1;
  }
  .our-products-helps__card:nth-child(2) {
    order: 3;
    margin-bottom: 0;
  }
  .our-products-helps__card:nth-child(3) {
    order: 4;
    margin-bottom: 0;
  }
  .our-products-helps__card:nth-child(4) {
    order: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .our-products-helps__card:nth-child(1) {
    order: 1;
  }
  .our-products-helps__card:nth-child(2) {
    order: 3;
    margin-bottom: 0;
  }
  .our-products-helps__card:nth-child(3) {
    order: 4;
    margin-bottom: 0;
  }
  .our-products-helps__card:nth-child(4) {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .our-products-helps__card {
    width: initial;
    max-width: initial;
    max-height: 130px;
    min-height: 130px;
    margin-bottom: 12px;
  }
  .our-products-helps__card:nth-last-child(2) {
    margin-bottom: 40px;
  }
}
.our-products-helps .card__content {
  padding-top: 32px;
  padding-left: 32px;
  position: absolute;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 1920px) {
  .our-products-helps .card__content {
    max-width: 54%;
    max-width: 58%;
  }
}
@media screen and (min-width: 1680px) and (max-width: 1919px) {
  .our-products-helps .card__content {
    padding-left: 32px;
    padding-bottom: 24px;
    padding-top: 32px;
  }
}
@media screen and (max-width: 1919px) {
  .our-products-helps .card__content {
    max-width: 60%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1679px) {
  .our-products-helps .card__content {
    max-width: 58%;
    padding-left: 32px;
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 1439px) {
  .our-products-helps .card__content {
    padding-top: 22px;
    padding-left: 26px;
    padding-bottom: 20px;
    max-width: 53%;
  }
}
@media screen and (max-width: 959px) {
  .our-products-helps .card__content {
    flex-grow: 2;
    padding-top: 32px;
    padding-right: 10px;
    padding-bottom: 22px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .our-products-helps .card__content {
    flex-grow: 2;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 22px;
    padding-left: 24px;
  }
}
.our-products-helps .card__content-heading {
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--color-text-primary);
  font-size: 28px;
  line-height: 28px;
}
@media screen and (max-width: 1679px) {
  .our-products-helps .card__content-heading {
    min-width: 220px;
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1439px) {
  .our-products-helps .card__content-heading {
    min-width: 155px;
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .our-products-helps .card__content-heading {
    min-width: 155px;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 959px) {
  .our-products-helps .card__content-heading {
    min-width: 155px;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .our-products-helps .card__content-heading {
    min-width: 155px;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 16px;
  }
}
.our-products-helps .card__content-text {
  max-width: 214px;
  font: var(--typography-v3-p3-regular-comp-font-weight) var(--typography-v3-p3-regular-comp-font-size)/var(--typography-v3-p3-regular-comp-line-height) var(--typography-v3-p3-regular-comp-font-family);
  color: var(--color-constant-greyscale-500);
}
@media screen and (max-width: 1919px) {
  .our-products-helps .card__content-text {
    font: var(--typography-v3-p3-regular-comp-font-weight) var(--typography-v3-p3-regular-comp-font-size)/var(--typography-v3-p3-regular-comp-line-height) var(--typography-v3-p3-regular-comp-font-family);
  }
}
@media screen and (max-width: 1679px) {
  .our-products-helps .card__content-text {
    font: var(--typography-v3-p3-regular-comp-font-weight) var(--typography-v3-p3-regular-comp-font-size)/var(--typography-v3-p3-regular-comp-line-height) var(--typography-v3-p3-regular-comp-font-family);
  }
}
@media screen and (max-width: 1439px) {
  .our-products-helps .card__content-text {
    font: var(--typography-v3-p3-regular-comp-font-weight) var(--typography-v3-p3-regular-comp-font-size)/var(--typography-v3-p3-regular-comp-line-height) var(--typography-v3-p3-regular-comp-font-family);
  }
}
@media screen and (max-width: 1279px) {
  .our-products-helps .card__content-text {
    font: var(--typography-v3-p4-regular-comp-font-weight) var(--typography-v3-p4-regular-comp-font-size)/var(--typography-v3-p4-regular-comp-line-height) var(--typography-v3-p4-regular-comp-font-family);
  }
}
@media screen and (max-width: 959px) {
  .our-products-helps .card__content-text {
    font: var(--typography-v3-c1-regular-comp-font-weight) var(--typography-v3-c1-regular-comp-font-size)/var(--typography-v3-c1-regular-comp-line-height) var(--typography-v3-c1-regular-comp-font-family);
  }
}
@media screen and (max-width: 767px) {
  .our-products-helps .card__content-text {
    font: var(--typography-v3-c1-regular-comp-font-weight) var(--typography-v3-c1-regular-comp-font-size)/var(--typography-v3-c1-regular-comp-line-height) var(--typography-v3-c1-regular-comp-font-family);
  }
}
@media screen and (max-width: 360px) {
  .our-products-helps .card__content-text {
    position: absolute;
    max-width: 132px;
  }
}
.our-products-helps .card__floating-img {
  overflow: hidden;
  border-bottom-right-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  flex-shrink: 0;
  height: 100%;
}
@media screen and (min-width: 1920px) {
  .our-products-helps .card__floating-img {
    min-width: 50%;
    position: absolute;
  }
}
@media screen and (min-width: 1680px) and (max-width: 1919px) {
  .our-products-helps .card__floating-img {
    position: absolute;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .our-products-helps .card__floating-img {
    max-width: 220px;
    position: absolute;
  }
}
@media screen and (max-width: 1679px) {
  .our-products-helps .card__floating-img {
    min-width: 53%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .our-products-helps .card__floating-img {
    min-width: 33%;
    overflow: visible;
  }
}
.our-products-helps .card__floating-img dynamic-component-anchor {
  --mts-image-position: right;
}
.our-products-helps .card__floating-img img,
.our-products-helps .card__floating-img dynamic-component-anchor {
  height: 100%;
  right: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (min-width: 1680px) and (max-width: 1919px) {
  .our-products-helps .card__floating-img img,
  .our-products-helps .card__floating-img dynamic-component-anchor {
    max-height: 210px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .our-products-helps .card__floating-img img,
  .our-products-helps .card__floating-img dynamic-component-anchor {
    max-height: 174px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .our-products-helps .card__floating-img img,
  .our-products-helps .card__floating-img dynamic-component-anchor {
    max-height: 146px;
  }
}
@media screen and (max-width: 1279px) {
  .our-products-helps .card__floating-img img,
  .our-products-helps .card__floating-img dynamic-component-anchor {
    max-height: 150px;
    border-bottom-right-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .our-products-helps .card__floating-img img,
  .our-products-helps .card__floating-img dynamic-component-anchor {
    width: auto;
    max-height: 130px;
  }
}
.our-products-helps .btn-anchor {
  font: var(--typography-v3-h3-wide-font-weight) var(--typography-v3-h3-wide-font-size)/var(--typography-v3-h3-wide-line-height) var(--typography-v3-h3-wide-font-family);
}
@media screen and (max-width: 1679px) {
  .our-products-helps .btn-anchor {
    font: var(--typography-v3-h4-wide-font-weight) var(--typography-v3-h4-wide-font-size)/var(--typography-v3-h4-wide-line-height) var(--typography-v3-h4-wide-font-family);
  }
}
@media screen and (max-width: 1439px) {
  .our-products-helps .btn-anchor {
    font: var(--typography-v3-h4-wide-font-weight) var(--typography-v3-h4-wide-font-size)/var(--typography-v3-h4-wide-line-height) var(--typography-v3-h4-wide-font-family);
  }
}
@media screen and (max-width: 1279px) {
  .our-products-helps .btn-anchor {
    font: var(--typography-v3-h4-wide-font-weight) var(--typography-v3-h4-wide-font-size)/var(--typography-v3-h4-wide-line-height) var(--typography-v3-h4-wide-font-family);
  }
}
@media screen and (max-width: 959px) {
  .our-products-helps .btn-anchor {
    font: var(--typography-v3-p3-medium-comp-font-weight) var(--typography-v3-p3-medium-comp-font-size)/var(--typography-v3-p3-medium-comp-line-height) var(--typography-v3-p3-medium-comp-font-family);
  }
}
@media screen and (max-width: 767px) {
  .our-products-helps .btn-anchor {
    font: var(--typography-v3-p3-medium-comp-font-weight) var(--typography-v3-p3-medium-comp-font-size)/var(--typography-v3-p3-medium-comp-line-height) var(--typography-v3-p3-medium-comp-font-family);
  }
}
.our-products-helps .btn-anchor__arrow-link {
  width: 20px;
  height: 20px;
  margin-left: 0;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: -3px;
}
@media screen and (min-width: 1680px) {
  .our-products-helps .btn-anchor__arrow-link {
    margin-top: -7px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .our-products-helps .btn-anchor__arrow-link {
    width: 16px;
    height: 14px;
    vertical-align: baseline;
  }
}
@media screen and (max-width: 1279px) {
  .our-products-helps .btn-anchor__arrow-link {
    width: 20px;
    height: 16px;
    vertical-align: middle;
    margin-top: -2px;
  }
}
.our-products-helps .btn-anchor__arrow-link svg {
  width: 100%;
  height: 100%;
}
.our-products-helps .btn-anchor__arrow-link svg path {
  fill: var(--color-text-primary) !important;
}
.our-products-helps__main-heading .btn-anchor__arrow-link svg path {
  fill: var(--color-text-primary) !important;
}
[data-mts-theme=dark] .our-products-helps .btn-anchor__arrow-link {
  filter: invert(1);
}
.junior-for-kids__wrapper {
  display: flex;
  height: 300px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .junior-for-kids__wrapper {
    height: 300px;
  }
}
@media screen and (max-width: 1279px) {
  .junior-for-kids__wrapper {
    height: 196px;
  }
}
@media screen and (max-width: 959px) {
  .junior-for-kids__wrapper {
    height: 203px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .junior-for-kids__wrapper {
    flex-direction: column;
    justify-content: space-between;
    height: auto;
  }
}
.junior-for-kids__block-info {
  width: 430px;
  height: 300px;
  margin-top: 42px;
  margin-right: 158px;
}
@media screen and (min-width: 1680px) and (max-width: 1919px) {
  .junior-for-kids__block-info {
    width: 440px;
  }
}
@media screen and (max-width: 1679px) {
  .junior-for-kids__block-info {
    max-width: 386px;
    max-height: 246px;
    margin-top: 54px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1439px) {
  .junior-for-kids__block-info {
    max-width: 368px;
    max-height: 174px;
    margin-top: 63px;
    margin-right: 32px;
  }
}
@media screen and (max-width: 1279px) {
  .junior-for-kids__block-info {
    max-width: 220px;
    max-height: 148px;
    margin-top: 24px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 959px) {
  .junior-for-kids__block-info {
    max-width: 183px;
    max-height: none;
    margin-top: 35px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .junior-for-kids__block-info {
    max-width: 287px;
    height: auto;
    max-height: none;
    margin-top: 0;
  }
}
.junior-for-kids__block-info__header-description {
  margin-top: 32px;
  font-size: 28px;
  line-height: 36px;
  color: var(--constant-greyscale-0);
}
@media screen and (max-width: 1679px) {
  .junior-for-kids__block-info__header-description {
    margin-top: 18px;
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1439px) {
  .junior-for-kids__block-info__header-description {
    margin-top: 18px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1279px) {
  .junior-for-kids__block-info__header-description {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 959px) {
  .junior-for-kids__block-info__header-description {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .junior-for-kids__block-info__header-description {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    max-width: 212px;
  }
}
.junior-for-kids .btn-anchor__text {
  background: var(--constant-greyscale-0);
  -webkit-background-clip: text;
}
.junior-for-kids__block-info .btn-anchor__arrow-link.btn-anchor__icon-ecoplus {
  color: var(--constant-greyscale-0);
  margin-left: 5px;
  margin-bottom: 1px;
  vertical-align: bottom;
}
@media (min-width: 1440px) {
  .junior-for-kids__block-info .btn-anchor__arrow-link.btn-anchor__icon-ecoplus {
    width: 44px;
    height: 44px;
    margin-left: -5px;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .junior-for-kids__block-info .btn-anchor__arrow-link.btn-anchor__icon-ecoplus {
    width: 32px;
    height: 32px;
    margin-left: -5px;
  }
}
@media (max-width: 1279px) {
  .junior-for-kids__block-info .btn-anchor__arrow-link.btn-anchor__icon-ecoplus {
    width: 20px;
    height: 20px;
    margin-left: -3px;
  }
}
@supports selector(:nth-child(1 of x)) {
  @media (max-width: 1279px) {
    .junior-for-kids__block-info .btn-anchor__arrow-link.btn-anchor__icon-ecoplus {
      margin-bottom: 2px;
    }
  }
}
.junior-for-kids__block-info .btn-anchor__arrow-link svg {
  fill: currentColor;
}
.junior-for-kids .btn-anchor__arrow-link .arrow-icon path {
  fill: var(--constant-greyscale-0);
}
.junior-for-kids__block-cards-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 964px;
  height: initial;
}
@media screen and (max-width: 1679px) {
  .junior-for-kids__block-cards-wrapper {
    max-width: 840px;
    max-height: 300px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1439px) {
  .junior-for-kids__block-cards-wrapper {
    max-width: 768px;
    max-height: 300px;
  }
}
@media screen and (max-width: 1279px) {
  .junior-for-kids__block-cards-wrapper {
    max-width: 620px;
    max-height: 196px;
  }
}
@media screen and (max-width: 959px) {
  .junior-for-kids__block-cards-wrapper {
    max-width: 480px;
    max-height: 203px;
  }
}
@media screen and (max-width: 767px) {
  .junior-for-kids__block-cards-wrapper {
    width: 100%;
    max-width: 100%;
    max-height: 362px;
  }
}
.junior-for-kids__mts-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 156px;
  z-index: 0;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  --mts-image-fit: cover;
}
.junior-for-kids__card {
  position: relative;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  height: initial;
  background-color: var(--constant-greyscale-0);
  border-radius: 24px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
@media screen and (min-width: 1680px) and (max-width: 1919px) {
  .junior-for-kids__card {
    width: 260px;
  }
}
@media screen and (max-width: 1679px) {
  .junior-for-kids__card {
    width: calc(33.3333333333% - 12px);
    max-width: 260px;
    height: initial;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-background-size: auto 52%;
    -moz-background-size: auto 52%;
    background-size: auto 52%;
  }
}
@media screen and (max-width: 1439px) {
  .junior-for-kids__card {
    width: calc(33.3333333333% - 16.5px);
    max-width: 234px;
    height: initial;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    -webkit-background-size: auto 52%;
    -moz-background-size: auto 52%;
    background-size: auto 52%;
  }
}
@media screen and (max-width: 1279px) {
  .junior-for-kids__card {
    width: calc(33.3333333333% - 8px);
    max-width: 196px;
    height: initial;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-background-size: auto 46%;
    -moz-background-size: auto 46%;
    background-size: auto 46%;
  }
  .junior-for-kids__card mts-image {
    height: 100px;
  }
}
@media screen and (max-width: 959px) {
  .junior-for-kids__card {
    width: calc(33.3333333333% - 9px);
    max-width: 148px;
    height: initial;
    padding-top: 20px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    -webkit-background-size: auto 50%;
    -moz-background-size: auto 50%;
    background-size: auto 50%;
  }
  .junior-for-kids__card mts-image {
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .junior-for-kids__card {
    width: 100%;
    max-width: calc(50% - 6px);
    height: 208px;
    padding-top: 20px;
    padding-left: 12px;
    border-radius: 16px;
    -webkit-background-size: auto 50%;
    -moz-background-size: auto 50%;
    background-size: auto 50%;
  }
  .junior-for-kids__card:nth-child(1) {
    width: 100%;
    max-width: 100%;
    height: 142px;
    margin-bottom: 12px;
    padding-top: 36px;
    padding-left: 20px;
  }
  .junior-for-kids__card mts-image {
    height: 110px;
  }
  .junior-for-kids__card:nth-child(1) mts-image {
    position: absolute;
    max-width: 58%;
    height: 100%;
    right: 0;
    left: unset;
    bottom: 0;
    --mts-image-fit: contain;
    --mts-image-position: bottom;
  }
  .junior-for-kids__card:nth-child(1) .card__content-text {
    max-width: 60%;
  }
}
.junior-for-kids__card:nth-child(1) .card__content-heading {
  margin-bottom: 6px;
}
.junior-for-kids__card:hover {
  -webkit-box-shadow:
    0px 125px 80px rgba(23, 58, 105, 0.07),
    0px 81.0185px 46.8519px rgba(23, 58, 105, 0.053),
    0px 48.1481px 25.4815px rgba(23, 58, 105, 0.043),
    0px 25px 13px rgba(23, 58, 105, 0.035),
    0px 10.1852px 6.51852px rgba(23, 58, 105, 0.027),
    0px 2.31481px 3.14815px rgba(23, 58, 105, 0.017);
  box-shadow:
    0px 125px 80px rgba(23, 58, 105, 0.07),
    0px 81.0185px 46.8519px rgba(23, 58, 105, 0.053),
    0px 48.1481px 25.4815px rgba(23, 58, 105, 0.043),
    0px 25px 13px rgba(23, 58, 105, 0.035),
    0px 10.1852px 6.51852px rgba(23, 58, 105, 0.027),
    0px 2.31481px 3.14815px rgba(23, 58, 105, 0.017);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.card {
  display: flex;
}
.card__content-heading {
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  color: var(--constant-greyscale-900);
  margin-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .card__content-heading {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .card__content-heading {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 959px) {
  .card__content-heading {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .card__content-heading {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 4px;
  }
}
.card__content-text {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: var(--constant-greyscale-500);
}
@media screen and (max-width: 1439px) {
  .card__content-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .card__content-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 959px) {
  .card__content-text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .card__content-text {
    font-size: 12px;
    line-height: 16px;
  }
}
.entertainments-main {
  background: var(--constant-grayscale-800);
  align-items: top;
  position: relative;
}
@media screen and (max-width: 767px) {
  .entertainments-main {
    position: relative;
  }
}
.entertainments-main__iconic-label {
  display: flex;
  margin-left: -36px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1439px) {
  .entertainments-main__iconic-label {
    margin-left: 0;
    margin-bottom: 24px;
    margin-left: -30px;
  }
}
@media screen and (max-width: 1279px) {
  .entertainments-main__iconic-label {
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__iconic-label {
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__iconic-label {
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 14px;
  }
}
.entertainments-main__iconic-label img {
  width: 16px;
  height: 20px;
  padding-top: 2px;
}
@media screen and (max-width: 1279px) {
  .entertainments-main__iconic-label img {
    padding-top: 1px;
    width: 12px;
    height: 14px;
  }
}
.entertainments-main__label-description {
  padding-left: 16px;
  color: var(--color-constant-greyscale-0);
  max-width: 159px;
  font: var(--typography-v3-p3-regular-comp-font-weight) var(--typography-v3-p3-regular-comp-font-size)/var(--typography-v3-p3-regular-comp-line-height) var(--typography-v3-p3-regular-comp-font-family);
}
@media screen and (max-width: 1679px) {
  .entertainments-main__label-description {
    font: var(--typography-v3-p3-regular-comp-font-weight) var(--typography-v3-p3-regular-comp-font-size)/var(--typography-v3-p3-regular-comp-line-height) var(--typography-v3-p3-regular-comp-font-family);
  }
}
@media screen and (max-width: 1439px) {
  .entertainments-main__label-description {
    font: var(--typography-v3-p4-regular-comp-font-weight) var(--typography-v3-p4-regular-comp-font-size)/var(--typography-v3-p4-regular-comp-line-height) var(--typography-v3-p4-regular-comp-font-family);
  }
}
@media screen and (max-width: 1279px) {
  .entertainments-main__label-description {
    padding-left: 0;
    margin-top: 5px;
    font: var(--typography-v3-p4-regular-comp-font-weight) var(--typography-v3-p4-regular-comp-font-size)/var(--typography-v3-p4-regular-comp-line-height) var(--typography-v3-p4-regular-comp-font-family);
    max-width: 112px;
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__label-description {
    padding-left: 0;
    margin-top: 5px;
    font: var(--typography-v3-c1-regular-comp-font-weight) var(--typography-v3-c1-regular-comp-font-size)/var(--typography-v3-c1-regular-comp-line-height) var(--typography-v3-c1-regular-comp-font-family);
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__label-description {
    padding-left: 0;
    margin-top: 5px;
    font: var(--typography-v3-c1-regular-comp-font-weight) var(--typography-v3-c1-regular-comp-font-size)/var(--typography-v3-c1-regular-comp-line-height) var(--typography-v3-c1-regular-comp-font-family);
  }
}
.entertainments-main__heading-wrapper {
  z-index: 50;
  display: flex;
}
.entertainments-main__heading-wrapper .btn-anchor_main-heading {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 50;
}
.entertainments-main__heading-wrapper .btn-anchor_main-heading .btn-anchor__arrow-link {
  margin-left: 0px;
  width: 21.33px;
  height: 32px;
  vertical-align: initial;
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .entertainments-main__heading-wrapper .btn-anchor_main-heading .btn-anchor__arrow-link {
    margin-left: 0px;
    width: 16px;
    height: 24px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .entertainments-main__heading-wrapper .btn-anchor_main-heading .btn-anchor__arrow-link {
    margin-left: 0px;
    width: 16px;
    height: 28px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .entertainments-main__heading-wrapper .btn-anchor_main-heading .btn-anchor__arrow-link {
    margin-left: 0px;
    width: 10.66px;
    height: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .entertainments-main__heading-wrapper .btn-anchor_main-heading .btn-anchor__arrow-link {
    margin-left: 0px;
    width: 10.66px;
    height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__heading-wrapper .btn-anchor_main-heading .btn-anchor__arrow-link {
    margin-left: 0px;
    width: 10.66px;
    height: 15px;
    vertical-align: initial;
  }
}
.entertainments-main__heading-wrapper .btn-anchor_main-heading .btn-anchor__arrow-link .arrow-icon {
  width: 21.33px;
  height: 32px;
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .entertainments-main__heading-wrapper .btn-anchor_main-heading .btn-anchor__arrow-link .arrow-icon {
    width: 21.33px;
    height: 32px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .entertainments-main__heading-wrapper .btn-anchor_main-heading .btn-anchor__arrow-link .arrow-icon {
    width: 16px;
    height: 24px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .entertainments-main__heading-wrapper .btn-anchor_main-heading .btn-anchor__arrow-link .arrow-icon {
    width: 11px;
    height: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .entertainments-main__heading-wrapper .btn-anchor_main-heading .btn-anchor__arrow-link .arrow-icon {
    width: 10.66px;
    height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__heading-wrapper .btn-anchor_main-heading .btn-anchor__arrow-link .arrow-icon {
    width: 10.66px;
    height: 15px;
  }
}
.entertainments-main__heading-wrapper .entertainments-main__premium-card {
  display: flex;
  flex-direction: column;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .entertainments-main__heading-wrapper .entertainments-main__premium-card {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__heading-wrapper .entertainments-main__premium-card {
    display: none;
  }
}
.entertainments-main__heading-wrapper .entertainments-main__premium-card:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow:
    0px 125px 80px rgba(23, 58, 105, 0.07),
    0px 81.0185px 46.8519px rgba(23, 58, 105, 0.053),
    0px 48.1481px 25.4815px rgba(23, 58, 105, 0.043),
    0px 25px 13px rgba(23, 58, 105, 0.035),
    0px 10.1852px 6.51852px rgba(23, 58, 105, 0.027),
    0px 2.31481px 3.14815px rgba(23, 58, 105, 0.017);
  box-shadow:
    0px 125px 80px rgba(23, 58, 105, 0.07),
    0px 81.0185px 46.8519px rgba(23, 58, 105, 0.053),
    0px 48.1481px 25.4815px rgba(23, 58, 105, 0.043),
    0px 25px 13px rgba(23, 58, 105, 0.035),
    0px 10.1852px 6.51852px rgba(23, 58, 105, 0.027),
    0px 2.31481px 3.14815px rgba(23, 58, 105, 0.017);
}
.entertainments-main__premium-card:not(.mobile-only) {
  display: flex;
  flex-direction: column;
  background: var(--constant-greyscale-800);
  border: 2px solid var(--color-constant-greyscale-0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 24px;
  position: absolute;
  right: 0;
  top: 30px;
  max-width: 255px;
  padding: 18px 24px 22px;
}
@media screen and (max-width: 1439px) {
  .entertainments-main__premium-card:not(.mobile-only) {
    padding: 18px 33px 22px 16px;
    top: 16px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .entertainments-main__premium-card:not(.mobile-only) {
    max-width: 272px;
    padding: 16px 24px 20px 16px;
    display: inherit;
    flex-direction: column;
  }
}
@media screen and (max-width: 1279px) {
  .entertainments-main__premium-card:not(.mobile-only) {
    padding: 16px;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__premium-card:not(.mobile-only) {
    display: none;
  }
}
.entertainments-main__premium-card:not(.mobile-only) img {
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .entertainments-main__premium-card:not(.mobile-only) img {
    max-width: 155px;
  }
}
.entertainments-main__premium-card.mobile-only {
  display: none;
  position: relative;
  max-width: 100%;
  background: var(--constant-greyscale-800);
  border: 2px solid var(--color-constant-greyscale-0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 24px;
  max-width: 255px;
  padding: 18px 24px 22px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1439px) {
  .entertainments-main__premium-card.mobile-only {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .entertainments-main__premium-card.mobile-only {
    flex-direction: column;
    display: none;
    padding: 16px 24px 20px 16px;
    top: initial;
    margin-top: 36px;
    max-width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__premium-card.mobile-only {
    display: none;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__premium-card.mobile-only {
    padding: 16px 24px 20px 16px;
    top: initial;
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
}
.entertainments-main__premium-card.mobile-only:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow:
    0px 125px 80px rgba(23, 58, 105, 0.07),
    0px 81.0185px 46.8519px rgba(23, 58, 105, 0.053),
    0px 48.1481px 25.4815px rgba(23, 58, 105, 0.043),
    0px 25px 13px rgba(23, 58, 105, 0.035),
    0px 10.1852px 6.51852px rgba(23, 58, 105, 0.027),
    0px 2.31481px 3.14815px rgba(23, 58, 105, 0.017);
  box-shadow:
    0px 125px 80px rgba(23, 58, 105, 0.07),
    0px 81.0185px 46.8519px rgba(23, 58, 105, 0.053),
    0px 48.1481px 25.4815px rgba(23, 58, 105, 0.043),
    0px 25px 13px rgba(23, 58, 105, 0.035),
    0px 10.1852px 6.51852px rgba(23, 58, 105, 0.027),
    0px 2.31481px 3.14815px rgba(23, 58, 105, 0.017);
}
.entertainments-main__premium-card.mobile-only img {
  margin-bottom: 12px;
}
@media screen and (max-width: 1279px) {
  .entertainments-main__premium-card.mobile-only img {
    max-width: 100px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__premium-card.mobile-only img {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__premium-card.mobile-only img {
    width: 155px;
  }
}
.entertainments-main__premium-card.mobile-only span {
  max-width: 200px;
  color: var(--color-constant-greyscale-0);
}
@media screen and (max-width: 1279px) {
  .entertainments-main__premium-card.mobile-only span {
    padding-left: 8px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__premium-card.mobile-only span {
    padding-left: 8px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__premium-card.mobile-only span {
    padding-left: 8px;
    font-size: 12px;
    line-height: 16px;
  }
}
.entertainments-main__premium-description {
  font: var(--typography-v3-p4-regular-comp-font-weight) var(--typography-v3-p4-regular-comp-font-size)/var(--typography-v3-p4-regular-comp-line-height) var(--typography-v3-p4-regular-comp-font-family);
  color: var(--color-constant-greyscale-0);
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .entertainments-main__premium-description {
    max-width: 198px;
    font: var(--typography-v3-p4-regular-comp-font-weight) var(--typography-v3-p4-regular-comp-font-size)/var(--typography-v3-p4-regular-comp-line-height) var(--typography-v3-p4-regular-comp-font-family);
  }
}
@media screen and (max-width: 1279px) {
  .entertainments-main__premium-description {
    padding-left: 8px;
    font: var(--typography-v3-p4-regular-comp-font-weight) var(--typography-v3-p4-regular-comp-font-size)/var(--typography-v3-p4-regular-comp-line-height) var(--typography-v3-p4-regular-comp-font-family);
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__premium-description {
    font: var(--typography-v3-c1-regular-comp-font-weight) var(--typography-v3-c1-regular-comp-font-size)/var(--typography-v3-c1-regular-comp-line-height) var(--typography-v3-c1-regular-comp-font-family);
  }
}
.entertainments-main .btn-anchor__text {
  background: var(--color-constant-greyscale-0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.entertainments-main .btn-anchor__arrow-link .arrow-icon path {
  fill: var(--color-constant-greyscale-0);
}
.entertainments-main .btn-anchor__arrow-link {
  color: var(--color-constant-greyscale-0);
}
.entertainments-main__grid {
  display: flex;
  margin-top: 64px;
}
@media screen and (max-width: 1439px) {
  .entertainments-main__grid {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1279px) {
  .entertainments-main__grid {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__grid {
    margin-top: 32px;
    flex-direction: column;
  }
}
.entertainments-main__grid-left {
  display: flex;
}
@media screen and (max-width: 1279px) {
  .entertainments-main__grid-left {
    max-width: 348px;
    width: 40%;
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__grid-left {
    width: 50%;
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__grid-left {
    max-width: 100%;
    width: 100%;
    padding-right: initial;
  }
}
.entertainments-main__grid-right {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  z-index: 51;
}
@media screen and (max-width: 1279px) {
  .entertainments-main__grid-right {
    min-width: 50%;
    width: 50%;
    padding-left: 0;
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__grid-right {
    padding-left: 32px;
    margin-top: 0;
    min-width: initial;
    width: auto;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__grid-right {
    min-width: 100%;
    width: 100%;
    margin-top: 32px;
    padding-left: 0;
  }
}
.entertainments-main__kion-card {
  --mts-kion-card-border-radius: 24px;
  max-width: 760px;
  max-height: 460px;
  background: -webkit-linear-gradient(323.47deg, #72056d -2.87%, #e7061f 101.86%);
  background: -moz-linear-gradient(323.47deg, #72056d -2.87%, #e7061f 101.86%);
  background: -o-linear-gradient(323.47deg, #72056d -2.87%, #e7061f 101.86%);
  background: -ms-linear-gradient(323.47deg, #72056d -2.87%, #e7061f 101.86%);
  background:
    linear-gradient(
      126.53deg,
      #72056d -2.87%,
      #e7061f 101.86%);
  display: flex;
  border-radius: var(--mts-kion-card-border-radius, 24px);
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 100px 0px #72056d;
  box-shadow: 0px 0px 100px 0px #72056d;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  z-index: 19;
  position: relative;
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .entertainments-main__kion-card {
    max-width: 724px;
    min-width: 724px;
    position: relative;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .entertainments-main__kion-card {
    max-width: initial;
    height: 388px;
    justify-content: flex-start;
    min-width: 668px;
    width: 668px;
    max-width: 568px;
  }
}
@media screen and (max-width: 1279px) {
  .entertainments-main__kion-card {
    max-width: 100%;
    max-height: auto;
    width: 100%;
    padding-top: 44px;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__kion-card {
    max-width: 100%;
    max-height: auto;
    width: 100%;
    padding-top: 28px;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .entertainments-main__kion-card {
    max-width: 328px;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__kion-card {
    max-width: 100%;
    max-height: auto;
    width: 100%;
    padding-top: 28px;
    flex-direction: column;
  }
}
.entertainments-main__kion-card:hover {
  -webkit-box-shadow: 0px 0px 100px 15px #72056d;
  box-shadow: 0px 0px 100px 15px #72056d;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.entertainments-main__kion-card-content-wrapper {
  padding-top: 103px;
  padding-left: 74px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .entertainments-main__kion-card-content-wrapper {
    position: absolute;
    max-width: 316px;
  }
}
@media screen and (max-width: 1439px) {
  .entertainments-main__kion-card-content-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .entertainments-main__kion-card-content-wrapper {
    padding-left: 56px;
    padding-right: 0;
    padding-top: 64px;
    position: absolute;
    max-width: 316px;
  }
}
@media screen and (max-width: 1279px) {
  .entertainments-main__kion-card-content-wrapper {
    padding: 0 24px 0;
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__kion-card-content-wrapper {
    padding: 0 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__kion-card-content-wrapper {
    padding: 0 20px 0;
  }
}
.entertainments-main__kion-card-logo {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: nearest-neighbor;
  width: 196px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .entertainments-main__kion-card-logo {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .entertainments-main__kion-card-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__kion-card-logo {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__kion-card-logo {
    width: 100%;
    text-align: center;
  }
}
.entertainments-main__kion-card-logo img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: nearest-neighbor;
}
@media screen and (max-width: 1279px) {
  .entertainments-main__kion-card-logo img {
    width: 114px;
    height: 26px;
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__kion-card-logo img {
    width: 114px;
    height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__kion-card-logo img {
    width: 114px;
    height: 26px;
  }
}
.entertainments-main__kion-card-posters {
  max-width: 400px;
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .entertainments-main__kion-card-posters {
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .entertainments-main__kion-card-posters {
    max-width: 337px;
    position: absolute;
    right: 0;
    max-height: 388px;
  }
}
@media screen and (max-width: 1279px) {
  .entertainments-main__kion-card-posters {
    width: 100%;
    max-width: 320px;
    text-align: center;
    justify-self: center;
    align-self: center;
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__kion-card-posters {
    width: 100%;
    max-width: 320px;
    text-align: center;
    justify-self: center;
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__kion-card-posters {
    width: 100%;
    max-width: 320px;
    text-align: center;
    justify-self: center;
    align-self: center;
  }
}
.entertainments-main__kion-card-posters img {
  width: 400px;
  height: 460px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: nearest-neighbor;
}
@media screen and (max-width: 1439px) {
  .entertainments-main__kion-card-posters img {
    height: auto;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .entertainments-main__kion-card-posters img {
    height: 100%;
    width: 100%;
    max-height: 388px;
  }
}
@media screen and (max-width: 1279px) {
  .entertainments-main__kion-card-posters img {
    display: none;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__kion-card-posters img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__kion-card-posters img {
    display: none;
  }
}
.entertainments-main__kion-card-posters img.mobile-only {
  display: none;
}
@media screen and (max-width: 1279px) {
  .entertainments-main__kion-card-posters img.mobile-only {
    display: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__kion-card-posters img.mobile-only {
    display: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__kion-card-posters img.mobile-only {
    display: inherit;
  }
}
.entertainments-main__kion-card-posters dynamic-component-anchor {
  display: block;
  width: 400px;
  height: 460px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: nearest-neighbor;
}
@media (min-width: 1280px) {
  .entertainments-main__kion-card-posters dynamic-component-anchor {
    border-top-right-radius: var(--mts-kion-card-border-radius, 24px);
    border-bottom-right-radius: var(--mts-kion-card-border-radius, 24px);
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .entertainments-main__kion-card-posters dynamic-component-anchor {
    height: 100%;
    width: 100%;
    max-height: 388px;
  }
}
@media screen and (max-width: 1279px) {
  .entertainments-main__kion-card-posters dynamic-component-anchor {
    display: inherit;
    width: 100%;
    height: auto;
  }
}
.entertainments-main__kion-card-description {
  color: var(--color-constant-greyscale-0);
  font: var(--typography-v3-p2-regular-comp-font-weight) var(--typography-v3-p2-regular-comp-font-size)/var(--typography-v3-p2-regular-comp-line-height) var(--typography-v3-p2-regular-comp-font-family);
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
@media screen and (max-width: 1679px) {
  .entertainments-main__kion-card-description {
    font: var(--typography-v3-p3-regular-comp-font-weight) var(--typography-v3-p3-regular-comp-font-size)/var(--typography-v3-p3-regular-comp-line-height) var(--typography-v3-p3-regular-comp-font-family);
  }
}
@media screen and (max-width: 1439px) {
  .entertainments-main__kion-card-description {
    font: var(--typography-v3-p3-regular-comp-font-weight) var(--typography-v3-p3-regular-comp-font-size)/var(--typography-v3-p3-regular-comp-line-height) var(--typography-v3-p3-regular-comp-font-family);
  }
}
@media screen and (max-width: 1279px) {
  .entertainments-main__kion-card-description {
    font: var(--typography-v3-p4-regular-comp-font-weight) var(--typography-v3-p4-regular-comp-font-size)/var(--typography-v3-p4-regular-comp-line-height) var(--typography-v3-p4-regular-comp-font-family);
    margin-bottom: 45px;
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__kion-card-description {
    font: var(--typography-v3-p4-regular-comp-font-weight) var(--typography-v3-p4-regular-comp-font-size)/var(--typography-v3-p4-regular-comp-line-height) var(--typography-v3-p4-regular-comp-font-family);
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__kion-card-description {
    font: var(--typography-v3-p4-regular-comp-font-weight) var(--typography-v3-p4-regular-comp-font-size)/var(--typography-v3-p4-regular-comp-line-height) var(--typography-v3-p4-regular-comp-font-family);
    margin-bottom: 32px;
    text-align: center;
    width: 100%;
  }
}
.entertainments-main__kion-card-description .btn-anchor {
  margin-bottom: 8px;
}
.entertainments-main__applink-list {
  margin-left: 164px;
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .entertainments-main__applink-list {
    margin-left: 135px;
  }
}
@media screen and (max-width: 1439px) {
  .entertainments-main__applink-list {
    margin-left: 6.6666666667vw;
  }
}
@media screen and (max-width: 1279px) {
  .entertainments-main__applink-list {
    margin-left: 108px;
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__applink-list {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__applink-list {
    margin-left: 0;
  }
}
.entertainments-main__applink-item {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: nearest-neighbor;
  display: flex;
  margin-bottom: 32px;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  .entertainments-main__applink-item {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .entertainments-main__applink-item {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__applink-item {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__applink-item {
    margin-bottom: 24px;
  }
}
.entertainments-main__applink-item:hover {
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.entertainments-main__applink-item:hover .btn-anchor:not(:hover) .btn-anchor__arrow-link {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -o-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.entertainments-main__applink-item:hover img {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow:
    0px 125px 80px rgba(23, 58, 105, 0.07),
    0px 81.0185px 46.8519px rgba(23, 58, 105, 0.053),
    0px 48.1481px 25.4815px rgba(23, 58, 105, 0.043),
    0px 25px 13px rgba(23, 58, 105, 0.035),
    0px 10.1852px 6.51852px rgba(23, 58, 105, 0.027),
    0px 2.31481px 3.14815px rgba(23, 58, 105, 0.017);
  box-shadow:
    0px 125px 80px rgba(23, 58, 105, 0.07),
    0px 81.0185px 46.8519px rgba(23, 58, 105, 0.053),
    0px 48.1481px 25.4815px rgba(23, 58, 105, 0.043),
    0px 25px 13px rgba(23, 58, 105, 0.035),
    0px 10.1852px 6.51852px rgba(23, 58, 105, 0.027),
    0px 2.31481px 3.14815px rgba(23, 58, 105, 0.017);
}
.entertainments-main__applink-item img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: nearest-neighbor;
  max-width: 100px;
  max-height: 100px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1439px) {
  .entertainments-main__applink-item img {
    max-width: 80px;
    max-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__applink-item img {
    max-width: 56px;
    max-height: 56px;
  }
}
.entertainments-main__applink-description {
  display: flex;
  flex-direction: column;
  margin-left: 38px;
  max-width: 302px;
}
@media screen and (max-width: 1439px) {
  .entertainments-main__applink-description {
    margin-left: 32px;
  }
}
@media screen and (max-width: 1279px) {
  .entertainments-main__applink-description {
    margin-top: 0;
    margin-left: 24px;
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__applink-description {
    margin-top: 0;
    margin-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__applink-description {
    margin-top: 0;
    margin-left: 12px;
  }
}
.entertainments-main__applink-description span {
  color: #fff;
  font: var(--typography-v3-p3-regular-comp-font-weight) var(--typography-v3-p3-regular-comp-font-size)/var(--typography-v3-p3-regular-comp-line-height) var(--typography-v3-p3-regular-comp-font-family);
  max-width: 250px;
}
@media screen and (max-width: 1679px) {
  .entertainments-main__applink-description span {
    font: var(--typography-v3-p3-regular-comp-font-weight) var(--typography-v3-p3-regular-comp-font-size)/var(--typography-v3-p3-regular-comp-line-height) var(--typography-v3-p3-regular-comp-font-family);
  }
}
@media screen and (max-width: 1439px) {
  .entertainments-main__applink-description span {
    font: var(--typography-v3-p4-regular-comp-font-weight) var(--typography-v3-p4-regular-comp-font-size)/var(--typography-v3-p4-regular-comp-line-height) var(--typography-v3-p4-regular-comp-font-family);
    margin-top: 0;
  }
}
@media screen and (max-width: 1279px) {
  .entertainments-main__applink-description span {
    font: var(--typography-v3-p4-regular-comp-font-weight) var(--typography-v3-p4-regular-comp-font-size)/var(--typography-v3-p4-regular-comp-line-height) var(--typography-v3-p4-regular-comp-font-family);
    max-width: 210px;
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__applink-description span {
    font: var(--typography-v3-p4-regular-comp-font-weight) var(--typography-v3-p4-regular-comp-font-size)/var(--typography-v3-p4-regular-comp-line-height) var(--typography-v3-p4-regular-comp-font-family);
    max-width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__applink-description span {
    font: var(--typography-v3-p4-regular-comp-font-weight) var(--typography-v3-p4-regular-comp-font-size)/var(--typography-v3-p4-regular-comp-line-height) var(--typography-v3-p4-regular-comp-font-family);
    max-width: 210px;
  }
}
@media screen and (max-width: 1279px) {
  .entertainments-main__applink-description .btn-ancor {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__applink-description .btn-ancor {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__applink-description .btn-ancor {
    font-size: 16px;
    line-height: 16px;
  }
}
.entertainments-main__applink-description .btn-ancor .arrow-link {
  width: 11px;
  height: 16px;
}
@media screen and (max-width: 1279px) {
  .entertainments-main__applink-description .btn-ancor .arrow-link {
    width: 7px;
    height: 11px;
    display: inline-flex;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__applink-description .btn-ancor .arrow-link {
    -webkit-transform: translate(1px, 0);
    -moz-transform: translate(1px, 0);
    -o-transform: translate(1px, 0);
    -ms-transform: translate(1px, 0);
    transform: translate(1px, 0);
  }
  .entertainments-main__applink-description .btn-ancor .arrow-link:hover {
    -webkit-transform: translate(4px, 0);
    -moz-transform: translate(4px, 0);
    -o-transform: translate(4px, 0);
    -ms-transform: translate(4px, 0);
    transform: translate(4px, 0);
  }
}
.entertainments-main__applink-description .btn-anchor_main-heading {
  margin-bottom: 8px;
  line-height: 1px;
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .entertainments-main__applink-description .btn-anchor_main-heading {
    max-width: 250px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .entertainments-main__applink-description .btn-anchor_main-heading {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1279px) {
  .entertainments-main__applink-description .btn-anchor_main-heading {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .entertainments-main__applink-description .btn-anchor_main-heading {
    margin-bottom: 4px;
  }
}
.entertainments-main__applink-description .btn-anchor_main-heading .btn-anchor__arrow-link {
  height: 16px;
  width: 16px;
  vertical-align: bottom;
  margin-left: -4px;
  margin-bottom: -1px;
}
@media (min-width: 960px) {
  .entertainments-main__applink-description .btn-anchor_main-heading .btn-anchor__arrow-link {
    height: 24px;
    width: 24px;
    vertical-align: bottom;
    margin-left: -4px;
    margin-bottom: -3px;
  }
}
@media (min-width: 1280px) {
  .entertainments-main__applink-description .btn-anchor_main-heading .btn-anchor__arrow-link {
    margin-left: -8px;
  }
}
@media (min-width: 1440px) {
  .entertainments-main__applink-description .btn-anchor_main-heading .btn-anchor__arrow-link {
    margin-left: -11px;
    margin-bottom: -1px;
  }
}
@media (min-width: 1680px) {
  .entertainments-main__applink-description .btn-anchor_main-heading .btn-anchor__arrow-link {
    margin-left: -10px;
    margin-bottom: 0;
  }
}
@supports selector(:nth-child(1 of x)) {
  .entertainments-main__applink-description .btn-anchor_main-heading .btn-anchor__arrow-link {
    margin-bottom: 2px;
  }
  @media (min-width: 960px) {
    .entertainments-main__applink-description .btn-anchor_main-heading .btn-anchor__arrow-link {
      margin-bottom: -1px;
    }
  }
  @media (min-width: 1440px) {
    .entertainments-main__applink-description .btn-anchor_main-heading .btn-anchor__arrow-link {
      margin-bottom: -1px;
    }
  }
  @media (min-width: 1680px) {
    .entertainments-main__applink-description .btn-anchor_main-heading .btn-anchor__arrow-link {
      margin-bottom: 2px;
    }
  }
}
.entertainments-main__applink-description .btn-anchor__text {
  font: var(--typography-v3-h3-wide-font-weight) var(--typography-v3-h3-wide-font-size)/var(--typography-v3-h3-wide-line-height) var(--typography-v3-h3-wide-font-family);
}
@media screen and (max-width: 1679px) {
  .entertainments-main__applink-description .btn-anchor__text {
    font: var(--typography-v3-h4-wide-font-weight) var(--typography-v3-h4-wide-font-size)/var(--typography-v3-h4-wide-line-height) var(--typography-v3-h4-wide-font-family);
  }
}
@media screen and (max-width: 1439px) {
  .entertainments-main__applink-description .btn-anchor__text {
    font: var(--typography-v3-h4-wide-font-weight) var(--typography-v3-h4-wide-font-size)/var(--typography-v3-h4-wide-line-height) var(--typography-v3-h4-wide-font-family);
  }
}
@media screen and (max-width: 1279px) {
  .entertainments-main__applink-description .btn-anchor__text {
    font: var(--typography-v3-h4-wide-font-weight) var(--typography-v3-h4-wide-font-size)/var(--typography-v3-h4-wide-line-height) var(--typography-v3-h4-wide-font-family);
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__applink-description .btn-anchor__text {
    font: var(--typography-v3-p3-medium-comp-font-weight) var(--typography-v3-p3-medium-comp-font-size)/var(--typography-v3-p3-medium-comp-line-height) var(--typography-v3-p3-medium-comp-font-family);
  }
}
@media screen and (max-width: 767px) {
  .entertainments-main__applink-description .btn-anchor__text {
    font: var(--typography-v3-p3-medium-comp-font-weight) var(--typography-v3-p3-medium-comp-font-size)/var(--typography-v3-p3-medium-comp-line-height) var(--typography-v3-p3-medium-comp-font-family);
  }
}
@media screen and (max-width: 1279px) {
  .entertainments-main__applink-heading {
    margin-top: 8px;
  }
}
.entertainments-main__applink-heading .btn-anchor.btn-anchor_main-heading {
  max-width: 240px;
  line-height: 1px;
}
@media screen and (max-width: 1279px) {
  .entertainments-main__applink-heading .btn-anchor.btn-anchor_main-heading {
    font-size: 16px;
    line-height: 16px;
  }
}
.entertainments-main__applink-heading .btn-anchor__arrow-link {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: -4px;
  margin-bottom: 2px;
}
@media (min-width: 960px) {
  .entertainments-main__applink-heading .btn-anchor__arrow-link {
    margin-left: -4px;
  }
}
@media (min-width: 1440px) {
  .entertainments-main__applink-heading .btn-anchor__arrow-link {
    width: 24px;
    height: 24px;
    margin-left: -8px;
    margin-bottom: -2px;
  }
}
@supports selector(:nth-child(1 of x)) {
  .entertainments-main__applink-heading .btn-anchor__arrow-link {
    margin-bottom: 3px;
  }
  @media (min-width: 1280px) {
    .entertainments-main__applink-heading .btn-anchor__arrow-link {
      margin-bottom: -2px;
    }
  }
}
.entertainments-main__applink-heading .btn-anchor__text {
  margin-top: 0;
  font: var(--typography-v3-h3-wide-font-weight) var(--typography-v3-h3-wide-font-size)/var(--typography-v3-h3-wide-line-height) var(--typography-v3-h3-wide-font-family);
}
@media screen and (max-width: 1679px) {
  .entertainments-main__applink-heading .btn-anchor__text {
    font: var(--typography-v3-h4-wide-font-weight) var(--typography-v3-h4-wide-font-size)/var(--typography-v3-h4-wide-line-height) var(--typography-v3-h4-wide-font-family);
  }
}
@media screen and (max-width: 1439px) {
  .entertainments-main__applink-heading .btn-anchor__text {
    font: var(--typography-v3-h4-wide-font-weight) var(--typography-v3-h4-wide-font-size)/var(--typography-v3-h4-wide-line-height) var(--typography-v3-h4-wide-font-family);
  }
}
@media screen and (max-width: 1279px) {
  .entertainments-main__applink-heading .btn-anchor__text {
    font: var(--typography-v3-h4-wide-font-weight) var(--typography-v3-h4-wide-font-size)/var(--typography-v3-h4-wide-line-height) var(--typography-v3-h4-wide-font-family);
  }
}
@media screen and (max-width: 959px) {
  .entertainments-main__applink-heading .btn-anchor__text {
    font: var(--typography-v3-p3-medium-comp-font-weight) var(--typography-v3-p3-medium-comp-font-size)/var(--typography-v3-p3-medium-comp-line-height) var(--typography-v3-p3-medium-comp-font-family);
  }
}
.entertainments-main__heading-wrapper .btn-anchor_main-heading .btn-anchor__icon-ecoplus {
  width: 24px;
  height: 24px;
  margin: 0 0 0px -4px;
  vertical-align: middle;
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .entertainments-main__heading-wrapper .btn-anchor_main-heading .btn-anchor__icon-ecoplus {
    width: 32px;
    height: 32px;
    margin: 0 0 1px -4px;
  }
}
@media (min-width: 1440px) {
  .entertainments-main__heading-wrapper .btn-anchor_main-heading .btn-anchor__icon-ecoplus {
    width: 44px;
    height: 44px;
    margin: 0 0 4px -8px;
  }
}
.subscribes-and-services-heading {
  font-family: "MTS Wide";
  font-size: 42px;
  line-height: 38px;
  color: var(--color-text-headline);
}
@media screen and (max-width: 1919px) {
  .subscribes-and-services-heading {
    font-size: 42px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1679px) {
  .subscribes-and-services-heading {
    font-size: 42px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1439px) {
  .subscribes-and-services-heading {
    font-size: 32px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .subscribes-and-services-heading {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 959px) {
  .subscribes-and-services-heading {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .subscribes-and-services-heading {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .subscribes-and-services-heading {
    font-size: 20px;
    line-height: 20px;
  }
}
.subscribes-and-services__cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 32px;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .subscribes-and-services__cards-wrapper {
    flex: 400px;
  }
}
@media screen and (max-width: 1279px) {
  .subscribes-and-services__cards-wrapper {
    gap: 24px 24px;
  }
}
@media screen and (max-width: 767px) {
  .subscribes-and-services__cards-wrapper {
    flex-direction: column;
    gap: 16px;
    flex-wrap: nowrap;
  }
}
@supports not (gap) {
  .subscribes-and-services__cards-wrapper {
    gap: unset;
  }
}
.subscribes-and-services__card {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  border-radius: 24px;
  background: var(--color-background-secondary);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  width: calc(33.3333333333% - 32px);
  max-height: 260px;
  position: relative;
}
.subscribes-and-services__card:hover {
  -webkit-box-shadow:
    0 8px 61px rgba(23, 58, 105, 0.07),
    0 41.0185px 20.8519px rgba(23, 58, 105, 0.053),
    0 37.1481px 25.4815px rgba(23, 58, 105, 0.043),
    0 3px 13px rgba(19, 58, 105, 0.035),
    0 10.1852px 6.51852px rgba(23, 58, 105, 0.027),
    0 2.31481px 3.14815px rgba(23, 58, 105, 0.017);
  box-shadow:
    0 8px 61px rgba(23, 58, 105, 0.07),
    0 41.0185px 20.8519px rgba(23, 58, 105, 0.053),
    0 37.1481px 25.4815px rgba(23, 58, 105, 0.043),
    0 3px 13px rgba(19, 58, 105, 0.035),
    0 10.1852px 6.51852px rgba(23, 58, 105, 0.027),
    0 2.31481px 3.14815px rgba(23, 58, 105, 0.017);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.subscribes-and-services__card:hover .card__content-heading {
  color: var(--color-text-primary);
}
@media screen and (min-width: 1920px) {
  .subscribes-and-services__card {
    min-height: 260px;
  }
}
@media screen and (max-width: 1919px) {
  .subscribes-and-services__card {
    justify-content: start;
    max-height: 235px;
    min-height: 235px;
  }
}
@media screen and (max-width: 1679px) {
  .subscribes-and-services__card {
    min-height: 220px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .subscribes-and-services__card {
    min-width: auto;
  }
}
@media screen and (max-width: 1439px) {
  .subscribes-and-services__card {
    min-height: 170px;
    max-height: 180px;
  }
}
@media screen and (max-width: 1279px) {
  .subscribes-and-services__card {
    min-height: 140px;
    width: calc(50% - 12px);
    max-height: 170px;
  }
}
@media screen and (max-width: 959px) {
  .subscribes-and-services__card {
    max-height: 130px;
    min-height: 130px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .subscribes-and-services__card {
    width: initial;
    max-width: initial;
  }
}
.subscribes-and-services .card__content {
  padding-top: 50px;
  padding-left: 40px;
}
@media screen and (min-width: 1920px) {
  .subscribes-and-services .card__content {
    position: absolute;
    left: 0;
    max-width: 50%;
    max-width: 47%;
  }
}
@media screen and (max-width: 1919px) {
  .subscribes-and-services .card__content {
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 62px;
    max-width: 47%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1679px) {
  .subscribes-and-services .card__content {
    padding-bottom: 42px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 1439px) {
  .subscribes-and-services .card__content {
    padding-top: 25px;
    padding-left: 30px;
    padding-bottom: 29px;
  }
}
@media screen and (max-width: 959px) {
  .subscribes-and-services .card__content {
    flex-grow: 2;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 22px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .subscribes-and-services .card__content {
    position: absolute;
    min-width: 150px;
  }
}
.subscribes-and-services .card__content-heading {
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: none;
  color: var(--color-text-primary);
  font-size: 34px;
  line-height: 34px;
}
@media screen and (max-width: 1919px) {
  .subscribes-and-services .card__content-heading {
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1679px) {
  .subscribes-and-services .card__content-heading {
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1439px) {
  .subscribes-and-services .card__content-heading {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1279px) {
  .subscribes-and-services .card__content-heading {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 959px) {
  .subscribes-and-services .card__content-heading {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .subscribes-and-services .card__content-heading {
    font-size: 20px;
    line-height: 20px;
  }
}
.subscribes-and-services .card__content-text {
  font-size: 18px;
  line-height: 24px;
  color: var(--color-constant-greyscale-500);
}
@media screen and (max-width: 1919px) {
  .subscribes-and-services .card__content-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1679px) {
  .subscribes-and-services .card__content-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1439px) {
  .subscribes-and-services .card__content-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .subscribes-and-services .card__content-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 959px) {
  .subscribes-and-services .card__content-text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .subscribes-and-services .card__content-text {
    font-size: 12px;
    line-height: 16px;
  }
}
.subscribes-and-services .card__floating-img {
  margin-top: -17px;
  overflow: hidden;
  border-bottom-right-radius: 24px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  min-height: 270px;
  pointer-events: none;
}
@media screen and (min-width: 1920px) {
  .subscribes-and-services .card__floating-img {
    min-width: 50%;
    min-height: 300px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1679px) {
  .subscribes-and-services .card__floating-img {
    min-width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 250px;
  }
}
@media (min-width: 1501px) and (max-width: 1540px) {
  .subscribes-and-services .card__floating-img {
    min-height: 255px;
  }
}
@media (min-width: 1420px) and (max-width: 1500px) {
  .subscribes-and-services .card__floating-img {
    max-height: 240px;
    min-height: 240px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .subscribes-and-services .card__floating-img {
    min-width: 186px;
    height: 210px;
    margin-top: -30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .subscribes-and-services .card__floating-img {
    min-height: 185px;
  }
}
@media screen and (max-width: 1279px) {
  .subscribes-and-services .card__floating-img {
    min-width: 146px;
  }
}
@media screen and (max-width: 959px) {
  .subscribes-and-services .card__floating-img {
    min-width: 146px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .subscribes-and-services .card__floating-img {
    min-height: 160px;
    max-height: 155px;
  }
}
@media screen and (max-width: 767px) {
  .subscribes-and-services .card__floating-img {
    margin-top: -6px;
    min-width: 33%;
    overflow: visible;
    min-height: 140px;
  }
}
.subscribes-and-services .card__floating-img mts-image {
  --mts-image-position: right;
  height: 100%;
  right: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .subscribes-and-services .card__floating-img mts-image {
    bottom: 0;
    max-height: -webkit-fill-available;
  }
}
@media (min-width: 1420px) and (max-width: 1500px) {
  .subscribes-and-services .card__floating-img mts-image {
    max-height: 240px;
    min-height: 240px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .subscribes-and-services .card__floating-img mts-image {
    min-height: 210px;
    max-height: 210px;
    height: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .subscribes-and-services .card__floating-img mts-image {
    max-height: 185px;
    height: 100%;
    border-bottom-right-radius: 24px;
  }
}
@media screen and (max-width: 959px) {
  .subscribes-and-services .card__floating-img mts-image {
    max-height: 155px;
    border-bottom-right-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .subscribes-and-services .card__floating-img mts-image {
    right: 0;
    width: auto;
    height: 100%;
    bottom: 0;
    max-height: 140px;
  }
}
.subscribes-and-services .custom-card {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  background:
    linear-gradient(
      104.87deg,
      #FFD3C7 0%,
      #D6CEFE 41.69%,
      #D9D0F7 50.39%,
      #D0D5FF 59.59%,
      #B199FF 100%,
      #B5BDF8 100%);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1920px) {
  .subscribes-and-services .custom-card {
    min-height: 220px;
    padding-left: 50px;
    padding-right: 130px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1919px) {
  .subscribes-and-services .custom-card {
    min-height: 220px;
    padding-left: 50px;
    padding-right: 130px;
  }
}
@media screen and (max-width: 1679px) {
  .subscribes-and-services .custom-card {
    min-height: 200px;
  }
}
@media screen and (max-width: 1439px) {
  .subscribes-and-services .custom-card {
    min-height: 160px;
    padding-left: 50px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 1279px) {
  .subscribes-and-services .custom-card {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .subscribes-and-services .custom-card {
    min-height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .subscribes-and-services .custom-card {
    width: initial;
    max-width: initial;
    min-height: 130px;
    padding-right: 10px;
  }
}
.subscribes-and-services .custom-card .custom-card__floating-img__content-left {
  order: 1;
  position: relative;
  align-self: stretch;
}
@media screen and (min-width: 1920px) {
  .subscribes-and-services .custom-card .custom-card__floating-img__content-left {
    margin-top: 0;
    min-width: 300px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1920px) {
  .subscribes-and-services .custom-card .custom-card__floating-img__content-left {
    margin-top: 0;
    min-width: 300px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1919px) {
  .subscribes-and-services .custom-card .custom-card__floating-img__content-left {
    overflow: hidden;
    min-width: 300px;
  }
}
@media screen and (max-width: 1679px) {
  .subscribes-and-services .custom-card .custom-card__floating-img__content-left {
    min-width: 300px;
  }
}
@media screen and (max-width: 1439px) {
  .subscribes-and-services .custom-card .custom-card__floating-img__content-left {
    min-width: 237px;
  }
}
@media screen and (max-width: 1279px) {
  .subscribes-and-services .custom-card .custom-card__floating-img__content-left {
    border-bottom-right-radius: 24px;
    order: 2;
    min-width: 230px;
    overflow: hidden;
  }
}
@media screen and (max-width: 959px) {
  .subscribes-and-services .custom-card .custom-card__floating-img__content-left {
    width: 88%;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .subscribes-and-services .custom-card .custom-card__floating-img__content-left {
    min-width: 140px;
    width: auto;
    border-bottom-right-radius: 0;
    position: absolute;
    right: 0;
    height: 130px;
  }
}
.subscribes-and-services .custom-card .custom-card__floating-img__content-left .custom-card__img {
  width: 100%;
  height: auto;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .subscribes-and-services .custom-card .custom-card__floating-img__content-left .custom-card__img {
    right: 0;
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .subscribes-and-services .custom-card .custom-card__floating-img__content-left .custom-card__img {
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .subscribes-and-services .custom-card .custom-card__floating-img__content-left .custom-card__img {
    min-height: 220px;
  }
}
@media screen and (min-width: 1680px) and (max-width: 1919px) {
  .subscribes-and-services .custom-card .custom-card__floating-img__content-left .custom-card__img {
    min-height: 220px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .subscribes-and-services .custom-card .custom-card__floating-img__content-left .custom-card__img {
    min-height: 220px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .subscribes-and-services .custom-card .custom-card__floating-img__content-left .custom-card__img {
    height: 173px;
    width: 237px;
  }
}
@media screen and (max-width: 1279px) {
  .subscribes-and-services .custom-card .custom-card__floating-img__content-left .custom-card__img {
    display: inherit;
    height: 100%;
    width: auto;
    right: 0;
  }
  .subscribes-and-services .custom-card .custom-card__floating-img__content-left .custom-card__img {
    --mts-image-position: right;
  }
}
.subscribes-and-services .custom-card__content-right {
  order: 2;
  width: 50%;
  max-width: 271px;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 1919px) {
  .subscribes-and-services .custom-card__content-right {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1679px) {
  .subscribes-and-services .custom-card__content-right {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1439px) {
  .subscribes-and-services .custom-card__content-right {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .subscribes-and-services .custom-card__content-right {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 959px) {
  .subscribes-and-services .custom-card__content-right {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .subscribes-and-services .custom-card__content-right {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1439px) {
  .subscribes-and-services .custom-card__content-right {
    flex-grow: 2;
    min-width: 100px;
    padding-top: 24px;
    padding-bottom: 26px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .subscribes-and-services .custom-card__content-right {
    order: 1;
    padding-top: 16px;
    padding-bottom: 22px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .subscribes-and-services .custom-card__content-right {
    align-self: flex-start;
    min-width: 136px;
    position: absolute;
    left: 0;
  }
}
.subscribes-and-services .custom-card__content-right .custom-card__text-content {
  color: var(--color-constant-greyscale-0);
  margin-bottom: 0;
  font: var(--typography-v3-p2-regular-comp-font-weight) var(--typography-v3-p2-regular-comp-font-size)/var(--typography-v3-p2-regular-comp-line-height) var(--typography-v3-p2-regular-comp-font-family);
}
@media screen and (max-width: 1919px) {
  .subscribes-and-services .custom-card__content-right .custom-card__text-content {
    font: var(--typography-v3-p2-regular-comp-font-weight) var(--typography-v3-p2-regular-comp-font-size)/var(--typography-v3-p2-regular-comp-line-height) var(--typography-v3-p2-regular-comp-font-family);
  }
}
@media screen and (max-width: 1679px) {
  .subscribes-and-services .custom-card__content-right .custom-card__text-content {
    font: var(--typography-v3-p3-regular-comp-font-weight) var(--typography-v3-p3-regular-comp-font-size)/var(--typography-v3-p3-regular-comp-line-height) var(--typography-v3-p3-regular-comp-font-family);
  }
}
@media screen and (max-width: 1439px) {
  .subscribes-and-services .custom-card__content-right .custom-card__text-content {
    font: var(--typography-v3-p3-regular-comp-font-weight) var(--typography-v3-p3-regular-comp-font-size)/var(--typography-v3-p3-regular-comp-line-height) var(--typography-v3-p3-regular-comp-font-family);
  }
}
@media screen and (max-width: 1279px) {
  .subscribes-and-services .custom-card__content-right .custom-card__text-content {
    font: var(--typography-v3-p4-regular-comp-font-weight) var(--typography-v3-p4-regular-comp-font-size)/var(--typography-v3-p4-regular-comp-line-height) var(--typography-v3-p4-regular-comp-font-family);
  }
}
@media screen and (max-width: 959px) {
  .subscribes-and-services .custom-card__content-right .custom-card__text-content {
    font: var(--typography-v3-p4-regular-comp-font-weight) var(--typography-v3-p4-regular-comp-font-size)/var(--typography-v3-p4-regular-comp-line-height) var(--typography-v3-p4-regular-comp-font-family);
  }
}
@media screen and (max-width: 767px) {
  .subscribes-and-services .custom-card__content-right .custom-card__text-content {
    font: var(--typography-v3-c1-regular-comp-font-weight) var(--typography-v3-c1-regular-comp-font-size)/var(--typography-v3-c1-regular-comp-line-height) var(--typography-v3-c1-regular-comp-font-family);
    max-width: 140px;
  }
}
.subscribes-and-services .custom-card__content-right .logo {
  display: none;
  color: var(--color-constant-greyscale-0);
}
@media screen and (max-width: 1279px) {
  .subscribes-and-services .custom-card__content-right .logo {
    display: initial;
    max-width: 145px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 959px) {
  .subscribes-and-services .custom-card__content-right .logo {
    max-width: 116px;
    margin-bottom: 7px;
  }
}
.subscribes-and-services .custom-card__content-center {
  color: var(--color-text-inverted);
  position: absolute;
  width: 369px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1279px) {
  .subscribes-and-services .custom-card__content-center {
    display: none;
  }
}
.subscribes-and-services .custom-card__content-center__logo {
  width: 306px;
}
@media screen and (max-width: 1279px) {
  .subscribes-and-services .custom-card__content-center__logo {
    width: 234px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(-11.5%);
    -moz-transform: translateX(-11.5%);
    -o-transform: translateX(-11.5%);
    -ms-transform: translateX(-11.5%);
    transform: translateX(-11.5%);
  }
}
.subscribes-and-services .custom-card__content-center .custom-card__text-content {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: var(--constant-greyscale-0);
}
.standalone .subscribes-and-services .custom-card__text-content {
  color: var(--color-constant-greyscale-0);
}
@media screen and (max-width: 1919px) {
  .subscribes-and-services .custom-card__content-center .custom-card__text-content {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1679px) {
  .subscribes-and-services .custom-card__content-center .custom-card__text-content {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1439px) {
  .subscribes-and-services .custom-card__content-center .custom-card__text-content {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .subscribes-and-services .custom-card__content-center .custom-card__text-content {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 959px) {
  .subscribes-and-services .custom-card__content-center .custom-card__text-content {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .subscribes-and-services .custom-card__content-center .custom-card__text-content {
    font-size: 12px;
    line-height: 16px;
  }
}
.subscribes-and-services .custom-card__content-center img {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 1920px) {
  .subscribes-and-services .custom-card__content-center img {
    max-width: 306px;
  }
}
@media screen and (max-width: 1279px) {
  .subscribes-and-services .custom-card__content-center img {
    max-width: 234px;
  }
}
.subscribes-and-services .card__left-content {
  width: 50%;
  margin-right: 8px;
  display: flex;
  flex-direction: column;
  padding: 24px 0px 24px 32px;
}
@media screen and (max-width: 1919px) {
  .subscribes-and-services .card__left-content {
    padding: 24px 0 24px 24px;
  }
}
@media screen and (max-width: 1679px) {
  .subscribes-and-services .card__left-content {
    padding: 24px 0px 24px 24px;
  }
}
@media screen and (max-width: 959px) {
  .subscribes-and-services .card__left-content {
    padding: 16px 0 16px 16px;
  }
}
.subscribes-and-services .card__options {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 0;
}
.subscribes-and-services .card__options-item {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-text-primary);
  display: inline-flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
@media screen and (max-width: 1678px) {
  .subscribes-and-services .card__options-item {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 959px) {
  .subscribes-and-services .card__options-item {
    font-size: 14px;
    line-height: 20px;
  }
}
.subscribes-and-services .card__options-item .ukit-icon {
  margin-right: 8px;
}
@media screen and (max-width: 959px) {
  .subscribes-and-services .card__options-item .ukit-icon {
    margin-right: 4px;
  }
}
[data-mts-theme=dark] .subscribes-and-services .card__options-item .ukit-icon {
  filter: invert(1);
}
.subscribes-and-services .card__right-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 8px;
  padding: 24px 0;
}
@media screen and (max-width: 959px) {
  .subscribes-and-services .card__right-content {
    padding: 16px 0;
  }
}
.subscribes-and-services .card__left-content .card__content-heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
}
@media screen and (max-width: 1679px) {
  .subscribes-and-services .card__left-content .card__content-heading {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 960px) {
  .subscribes-and-services .card__left-content .card__content-heading {
    font-size: 20px;
    line-height: 24px;
  }
}
.subscribes-and-services .card__description {
  padding-right: 32px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-text-primary);
  margin-bottom: 8px;
}
@media screen and (min-width: 1680px) and (max-width: 1919px) {
  .subscribes-and-services .card__description {
    padding-right: 24px;
  }
}
@media screen and (max-width: 1678px) {
  .subscribes-and-services .card__description {
    font-size: 17px;
    line-height: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 959px) {
  .subscribes-and-services .card__description {
    font-size: 14px;
    line-height: 20px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .subscribes-and-services .card__description {
    padding-right: 16px;
  }
}
.subscribes-and-services .card__description mark {
  color: var(--color-text-primary-link);
  background: transparent;
}
@supports not (gap) {
  .subscribes-and-services .custom-card.feature-card {
    margin-top: 32px;
  }
}
.subscribes-and-services .custom-card.feature-card {
  background-image:
    linear-gradient(
      104.87deg,
      #98D8FF 0%,
      #958EFF 41.69%,
      #9586FF 50.39%,
      #9888FF 59.59%,
      #B199FF 100%,
      #B5A0FF 100%);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  @supports not (gap) {
    .subscribes-and-services .feature-card:first-child:not(.custom-card) {
      margin-right: 12px;
      margin-bottom: 12px;
    }
    .subscribes-and-services .feature-card:nth-child(2) {
      margin-left: 12px;
      margin-bottom: 12px;
    }
    .subscribes-and-services .feature-card:nth-child(3) {
      margin-right: 12px;
      margin-bottom: 0;
      margin-top: 12px;
    }
    .subscribes-and-services .feature-card:nth-child(4) {
      margin-left: 12px;
      margin-bottom: 0;
      margin-top: 12px;
    }
  }
}
@media screen and (max-width: 767px) {
  @supports not (gap) {
    .subscribes-and-services .feature-card {
      margin-top: 16px;
    }
    .subscribes-and-services .feature-card:first-child {
      margin-top: 0;
    }
    .subscribes-and-services .custom-card {
      margin-top: 16px;
      margin-left: 0;
    }
  }
}
.subscribes-and-services .card__price {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: var(--color-text-primary);
  margin-right: 4px;
  margin-top: auto;
}
@media screen and (max-width: 1679px) {
  .subscribes-and-services .card__price {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 959px) {
  .subscribes-and-services .card__price {
    font-size: 20px;
    line-height: 24px;
  }
}
.subscribes-and-services .card__price-divider {
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
}
@media screen and (max-width: 1679px) {
  .subscribes-and-services .card__price-divider {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 959px) {
  .subscribes-and-services .card__price-divider {
    font-size: 12px;
    line-height: 16px;
  }
}
.subscribes-and-services .card__icons-panel {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}
.subscribes-and-services .card__icons-panel-icon-wrapper {
  display: flex;
  margin-right: 12px;
  height: 44px;
  min-width: 44px;
  margin-right: 12px;
  border-radius: 12px;
  background: var(--color-background-secondary);
}
@media screen and (max-width: 959px) {
  .subscribes-and-services .card__icons-panel-icon-wrapper {
    height: 32px;
    min-width: 32px;
    margin-right: 8px;
  }
}
.subscribes-and-services .card__icons-panel-icon {
  height: 44px;
  width: 44px;
}
@media (max-width: 959px) {
  .subscribes-and-services .card__icons-panel-icon {
    height: 32px;
    width: 32px;
  }
}
.subscribes-and-services .card__icons-panel-icon[src*=".svg"] {
  align-self: center;
  margin: 0 auto;
  height: 24px;
  width: 24px;
}
[data-mts-theme=dark] .subscribes-and-services .card__icons-panel-icon[src*=".svg"] {
  filter: invert(1);
}
font[color="#007cff"] {
  color: var(--color-accent-active) !important;
}
.subscribes-and-services .card__icons-panel > .subscribes-and-services .card__icons-panel-icon:last-child {
  margin-right: 0px;
}
.subscribes-and-services .feature-card {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 24px;
  background: var(--color-background-primary);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  width: calc(33.3333333333% - 32px);
  max-height: 260px;
  position: relative;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08);
}
[data-mts-theme=dark] .subscribes-and-services .feature-card {
  background: var(--color-background-secondary);
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .subscribes-and-services .feature-card {
    width: calc(33.3333333333% - 22px);
  }
}
.subscribes-and-services .feature-card:hover {
  box-shadow:
    0px -20px 80px rgba(23, 58, 105, 0.07),
    0 81.0185px 46.8519px rgba(23, 58, 105, 0.05),
    0 48.1481px 25.4815px rgba(23, 58, 105, 0.04),
    0 25px 13px rgba(23, 58, 105, 0.04),
    0 10.1852px 6.51852px rgba(23, 58, 105, 0.03),
    0 2.31481px 3.14815px rgba(23, 58, 105, 0.02);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.subscribes-and-services .feature-card:hover .card__content-heading {
  color: var(--color-text-primary);
}
@media screen and (min-width: 1920px) {
  .subscribes-and-services .feature-card:not(.custom-card) {
    min-height: 244px;
  }
}
@media screen and (max-width: 1919px) {
  .subscribes-and-services .feature-card {
    max-height: 235px;
    min-height: 235px;
  }
}
@media screen and (max-width: 1679px) {
  .subscribes-and-services .feature-card {
    min-height: 220px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .subscribes-and-services .feature-card {
    min-width: auto;
  }
}
@media screen and (max-width: 1439px) {
  .subscribes-and-services .feature-card {
    min-height: 212px;
    max-height: auto;
  }
}
@media screen and (max-width: 1279px) {
  .subscribes-and-services .feature-card {
    min-height: 212px;
    width: calc(50% - 12px);
    max-height: initial;
  }
}
@media screen and (max-width: 959px) {
  .subscribes-and-services .feature-card {
    max-height: initial;
    min-height: 184px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .subscribes-and-services .feature-card {
    width: initial;
    max-width: initial;
    max-height: initial;
    min-height: 160px;
  }
}
.subscribes-and-services .feature-card .card__content-heading {
  color: var(--color-text-primary);
  margin-bottom: 12px;
}
@media screen and (max-width: 1919px) {
  .subscribes-and-services .feature-card .card__content-heading {
    margin-bottom: 8px;
  }
}
@supports not (gap) {
  .subscribes-and-services .custom-card.feature-card {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  @supports not (gap) {
    .subscribes-and-services .custom-card.feature-card {
      margin-top: 16px;
    }
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  @supports not (gap) {
    .subscribes-and-services .feature-card:first-child:not(.custom-card) {
      margin-right: 12px;
      margin-bottom: 12px;
    }
    .subscribes-and-services .feature-card:nth-child(2) {
      margin-left: 12px;
      margin-bottom: 12px;
      margin-top: 0;
    }
    .subscribes-and-services .feature-card:nth-child(3) {
      margin-right: 12px;
      margin-bottom: 0;
      margin-top: 12px;
    }
    .subscribes-and-services .feature-card:nth-child(4) {
      margin-left: 12px;
      margin-bottom: 0;
      margin-top: 12px;
    }
    .subscribes-and-services .custom-card.feature-card {
      margin-top: 12px;
      margin-left: 12px;
    }
  }
}
@media screen and (max-width: 767px) {
  @supports not (gap) {
    .subscribes-and-services .feature-card {
      margin-top: 16px;
    }
    .subscribes-and-services .feature-card:first-child:not(.custom-card) {
      margin-top: 0;
    }
    .subscribes-and-services .custom-card {
      margin-top: 16px;
      margin-left: 0;
    }
    .subscribes-and-services .custom-card.feature-card {
      margin-top: 16px;
      margin-left: 0;
    }
  }
}
.subscribes-and-services .custom-card.feature-card {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  min-height: 220px;
}
@media (max-width: 1679px) {
  .subscribes-and-services .custom-card.feature-card {
    background:
      linear-gradient(
        104.87deg,
        #98D8FF 0%,
        #958EFF 41.69%,
        #9586FF 50.39%,
        #9888FF 59.59%,
        #B199FF 100%,
        #B5A0FF 100%);
  }
}
@media screen and (max-width: 1279px) {
  .subscribes-and-services .custom-card.feature-card {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .subscribes-and-services .custom-card.feature-card {
    min-height: 160px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .subscribes-and-services .custom-card.feature-card {
    min-height: 212px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .subscribes-and-services .custom-card.feature-card {
    min-height: 184px;
  }
}
@media screen and (max-width: 767px) {
  .subscribes-and-services .custom-card.feature-card {
    min-height: 130px;
  }
}
.standalone .custom-card {
  background:
    linear-gradient(
      104.87deg,
      #FFD3C7 0%,
      #D6CEFE 29.69%,
      #D9D0F7 40.62%,
      #D0D5FF 52.08%,
      #A8B2FF 71.87%,
      #919EFF 100%);
}
.custom-card.linear-violet {
  background:
    linear-gradient(
      106.01deg,
      #A6BFFF -27.32%,
      #8BA0FF 25.76%,
      #8799FF 36.84%,
      #818FFF 48.55%,
      #3A25A8 100%);
}
.standalone .custom-card__text-content {
  font-size: 20px;
  line-height: 28px;
}
.standalone .custom-card__content-center__logo {
  width: 420px;
}
.standalone .custom-card__content-center__logo img {
  max-width: none;
}
.standalone .custom-card__content-center {
  width: auto;
}
@media (min-width: 768px) {
  .standalone .custom-card__content-right img.logo {
    display: none;
  }
}
@media (max-width: 1679px) {
  .standalone .custom-card__content-center__logo {
    width: 360px;
  }
}
@media (max-width: 1439) {
  .standalone .custom-card__text-content {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 1279px) {
  .standalone .custom-card__content-center__logo {
    width: 264px;
    transform: none;
  }
  .standalone .custom-card .custom-card__floating-img__content-left {
    order: initial;
  }
  .standalone .custom-card__content-right {
    max-width: 220px;
  }
  .standalone .custom-card__content-center {
    display: block;
  }
}
@media (max-width: 959px) {
  .standalone .custom-card {
    min-height: 160px;
  }
  .standalone .custom-card .custom-card__floating-img__content-left {
    width: 185px;
  }
  .standalone .custom-card__content-right {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .standalone .custom-card {
    min-height: 130px;
  }
  .standalone .custom-card__content-right {
    padding-top: 19px;
  }
  .standalone .custom-card__content-right img {
    display: block;
    max-width: 140px;
  }
  .standalone .custom-card__content-center {
    display: none;
  }
  .standalone .custom-card__text-content {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-box__subscribes-and-services.standalone .heading {
  font-family:
    "MTS Wide",
    "Arial",
    sans-serif;
  font-weight: 500;
  color: var(--color-text-primary);
}
.section-box__subscribes-and-services {
  background: var(--color-background-primary);
  padding: 80px 0 100px 0;
}
@media screen and (max-width: 1439px) {
  .section-box__subscribes-and-services {
    padding: 60px 0 80px 0;
  }
}
@media screen and (max-width: 1279px) {
  .section-box__subscribes-and-services {
    padding: 52px 0 72px 0;
  }
}
@media screen and (max-width: 959px) {
  .section-box__subscribes-and-services {
    padding: 52px 0 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-box__subscribes-and-services {
    padding: 40px 0;
  }
}
.section-box__subscribes-and-services .heading {
  margin-bottom: 40px;
  font: var(--typography-v3-promo2-long-wide-font-weight) var(--typography-v3-promo2-long-wide-font-size)/var(--typography-v3-promo2-long-wide-line-height) var(--typography-v3-promo2-long-wide-font-family);
  color: var(--color-text-headline);
}
@media screen and (max-width: 1679px) {
  .section-box__subscribes-and-services .heading {
    margin-bottom: 40px;
    font: var(--typography-v3-h1-wide-font-weight) var(--typography-v3-h1-wide-font-size)/var(--typography-v3-h1-wide-line-height) var(--typography-v3-h1-wide-font-family);
  }
}
@media screen and (max-width: 1439px) {
  .section-box__subscribes-and-services .heading {
    margin-bottom: 32px;
    font: var(--typography-v3-h1-wide-font-weight) var(--typography-v3-h1-wide-font-size)/var(--typography-v3-h1-wide-line-height) var(--typography-v3-h1-wide-font-family);
  }
}
@media screen and (max-width: 1279px) {
  .section-box__subscribes-and-services .heading {
    margin-bottom: 40px;
    font: var(--typography-v3-h2-wide-font-weight) var(--typography-v3-h2-wide-font-size)/var(--typography-v3-h2-wide-line-height) var(--typography-v3-h2-wide-font-family);
  }
}
@media screen and (max-width: 959px) {
  .section-box__subscribes-and-services .heading {
    margin-bottom: 40px;
    font: var(--typography-v3-h2-wide-font-weight) var(--typography-v3-h2-wide-font-size)/var(--typography-v3-h2-wide-line-height) var(--typography-v3-h2-wide-font-family);
  }
}
@media screen and (max-width: 767px) {
  .section-box__subscribes-and-services .heading {
    font: var(--typography-v3-h3-wide-font-weight) var(--typography-v3-h3-wide-font-size)/var(--typography-v3-h3-wide-line-height) var(--typography-v3-h3-wide-font-family);
    margin-bottom: 20px;
  }
}
.section-box__popular-shop-section {
  background: var(--color-background-primary);
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1279px) {
  .section-box__popular-shop-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 959px) {
  .section-box__popular-shop-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section-box__popular-shop-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-box__popular-shop-section.no-paddings {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* angular:styles/global:styles-main-page */
