
::-webkit-scrollbar {
    display2: none;
}

.container {
  padding: 0 25px;
}
.header {
  position: absolute;
  top: 0;
  z-index: 100;
  left: 0;
  right: 0;
}
.header .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo {
  margin-top: 52px;
    position: relative;
    left: 15px;
}
.header__logo a {
  display: block;
}
.header__logo img {
  max-width: 237px;
  display: block;
}
.header__navbar {
  position: absolute;
  left: 25px;
  top: 285px;
}
.header__share {
  padding-top: 5px;
  padding-right: 10px;
}
.navbar {
  position: fixed;
  left: 49px;
  top: 35%;
  /*top: 0;
  bottom: 0;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.navbar ul {
  list-style-type: none;
}
.navbar ul li {
  padding: 23px 0;
  position: relative;
  background: url('../img/new/menu-item-bg.png') no-repeat left center;
  height: 58px;
  min-width: 202px;
}

.navbar ul li.long {
  padding: 23px 0;
  position: relative;
  background: url('../img/new/menu-item-bg-long.png') no-repeat left center;
  height: 58px;
}

.navbar ul li:before {
  content: '';
  width: 1px;
  position: absolute;
  left: 13px;
  top: calc(50% + 14px);
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
}
.navbar ul li:after {
  content: '';
  width: 1px;
  position: absolute;
  left: 13px;
  bottom: calc(50% + 14px);
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.navbar ul li:first-of-type:after {
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 46%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  height: 80px;
  top: auto;
}
.navbar ul li:last-of-type {
  margin-bottom: 0;
}
.navbar ul li:last-of-type:before {
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 46%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  height: 80px;
  bottom: auto;
}
.navbar ul li a {
  font-family: 'GoudyTrajan';
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  width: 320px;
  transition: all .3s;
  line-height: 10px;
  text-shadow: 1px 1px 1px #325585;
}
.navbar ul li a span {
  transition: all .3s;
  position: relative;
}
.navbar ul li a:before {
  background: url('../img/new/menu-item.png') no-repeat center top;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 9px;
  top: 1px;
}

.navbar ul li.new.long {
  background: url('../img/new/menu-item-new.svg') no-repeat left 14px;
}

.navbar ul li._active a:before {
  background: url('../img/new/menu-item-active.png') no-repeat center top;
  content: " ";
  width: 206px;
  height: 40px;
  position: absolute;
  left: -7px;
  top: -13px;
}
.navbar ul li._active a:after {

}
.share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  position: fixed !important;
  right: 52px;
}
.share__title {
  height: 34px;
  line-height: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 20px;
  margin-right: 20px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.share__wrap {
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
.share__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;

  -ms-flex-direction: column;
  flex-direction: column;
}
.share__list a {
  margin-right: 15px;
}

.share__list .fa {
  font-size: 20px;
  position: relative;
  line-height: 0;
  top: 3px;
  color: #FFF;
}

.share__list .fa:hover {
  color: #0b85db;
}


.share__button,
.sidebar__button {
  margin-left: 15px;
}
.share__button a,
.sidebar__button a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  top: 46px;
  width: 41px;
  height: 41px;
  background: rgba(0, 0, 0, 0.1);
}
.share._active .share__wrap {
  display: -ms-flexbox;
  display: flex;
}

.share__button .icon-new,
.sidebar__button .icon-new {
  opacity: 0.7;
  font-size: 16px;
  top: 1px;
  position: relative;
}

.share__button a,
.sidebar__button a {
  text-decoration: none !important;
  color: #FFF !important;
}

.share {
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  top: 25px;
  padding-top: 59px;
}
.share__wrap {
  -ms-flex-direction: column;
  flex-direction: column;
}
.share__title {
  display: none;
}
.share__list {
  -ms-flex-direction: column;
  flex-direction: column;
}
.share__list a {
  margin: 10px 0;
}
.share__button,
.sidebar__button {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 0;
}

.sidebar-header {
  margin-right: 25px;
  margin-top: 25px;
  position: relative;
  margin-bottom: 80px;
}

.section__title {
  font-family: 'GoudyTrajan';
  font-weight: bold;
  padding-top: 39px;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #113159;
  text-align: center;
  background: url('../img/new/decorline.png') no-repeat center top;
  background-size: auto 25px;
  margin-bottom: 38px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 610px) {

  .section__title {
    background: url('../img/new/decorline-mobile.svg') no-repeat center top;
    background-size: auto 25px;
  }
}


.section__lead {
  color: #113159;
  font-size: 15px;
  line-height: 24px;
}
.section__wrap {
  position: relative;
}
.section__navbar-prev {
  position: absolute;
  left: 14%;
  top: 40%;
  margin-top: -30px;
  z-index: 20;
}
.section__navbar-next {
  position: absolute;
  right: 14%;
  top: 40%;
  margin-top: -30px;
  z-index: 20;
}
.screen {
  position: relative;
  overflow: hidden;
}
.screen__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.screen__bg img {
  display: block;
  /*width: 100%;
  height: 100%;*/
  object-fit: cover;
  object-position: top;
}
.screen__bg-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.screen__bg-layer img {
  width: 100%;
  height: auto;
}
.screen__wrap {
  position: relative;
  z-index: 20;
  /*min-height: 100vh;*/
}
.screen._entry {
  padding-bottom: 40px;
}
.screen._entry .screen__bg {

}
.screen._entry .screen__bg img {
  width: 100%;
  object-fit: contain;
  height: auto;
}

.screen._entry .screen__wrap {
  padding-top: 52vh;
}
.screen.screen._classes {

}
.screen._classes .screen__dots {
  position: absolute;
  right: 245px;
  bottom: 0;
  z-index: 10;
  top: -14%;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.screen._classes .screen__dots a {
  margin: 9px 0;
  background: url('../img/new/class-icon-bg.svg') no-repeat;
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  transition: all .2s;
}
.screen._classes .screen__dots_ a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 5px 2.5px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  transition: all .2s;
  opacity: 0;
}
.screen._classes .screen__dots a:hover {

}
.screen._classes .screen__dots a._active {
  background: none;
}
.screen._classes .screen__dots a._active:before {
  content: "";
  position: absolute;
  background: url('../img/new/class-icon-bg-active.svg') no-repeat;
  width: 65px;
  height: 60px;
  top: 0;
  left: -4px;
}

.screen._classes .screen__dots a img {
  z-index: 1;
}

.screen._classes .screen__dots a img.s-fix {
  left: -2px;
  position: relative;
}

.screen._classes .screen__items {
  overflow-y: hidden;
  overflow-x: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.screen._class {
  min-width: 100vw;
}
.screen._class .screen__wrap {
  padding-left: 55%;
  padding-top: 130px;
  padding-bottom: 100px;
}
.screen._class .screen__class {
  position: absolute;
  left: -23px;
  top: 16px;
}
.screen._class .screen__class span {
  background: url('../img/new/class-icon-bg-big.svg') no-repeat;
  width: 108px;
  height: 108px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.screen._class .screen__class span img {
  max-width: 60%;
  width: 100%;
  height: 100%;
  max-height: 60%;
  position: relative;
  left: -4px;
}

.screen._class .screen__class span img.s-fix {
  left: -6px;
}

.screen._class .screen__info {
  margin-bottom: 43px;
}
.screen._class .screen__title {
  font-family: 'GoudyTrajan';
  font-size: 38px;
  line-height: 29px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.screen._class .screen__skills {
  font-family: 'Roboto Slab';
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 15px;
  color: #fff;
  opacity: 1;
  letter-spacing: 0.05em;
}

.screen._class .screen__skills span {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #FFF;
  margin: 0 6px 0 6px;
}

.screen._class .screen__text {
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 38px;
  padding-right: 30px;
}
.screen._class .screen__video {
  border: 0;
  width: 321px;
  height: 170px;
  position: relative;
}
.screen._class .screen__video:before {
  content: '';
  background: url('../img/new/border-class-video.svg') no-repeat top left;
  opacity: 1;
  position: absolute;
    left: -5px;
    top: -9px;
  z-index: 30;
    width: 333px;
    height: 188px;
}
.screen._class .screen__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 20;
}
.screen._class .container {
  position: relative;
  max-width: 500px;
  width: 100%;
  padding-left: 104px;
  padding-right: 0;
  padding-top: 43px;
}

.screen._bfooter .screen__bg img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  min-height:100%;
}

.screen._bfooter .screen__bg:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 35%);
  display: none !important;
}

.entry {
  text-align: center;
  margin-bottom: 99px;
}

.screen-entry {
  margin-bottom: 49px;
}

.entry__lead {
  font-family: 'GoudyTrajan';
  font-size: 52px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 52px;
  text-shadow: 0px 1px 4px rgba(42, 46, 107, 0.75);
  position: relative;
  margin-top: -65px;
  margin-bottom: -50px;
}
.entry__lead img {
  width: auto;
  max-height: 286px;
  display: block;
  margin: 0 auto 0 auto;
}
.entry__apps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 116px;
  background: url('../img/new/scroll-line.svg') no-repeat center bottom;
  background-size: 10px 116px;
  margin-bottom: 20px;
}
.entry__apps a {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.entry__apps a img {
  width: auto;
  height: 60px;
}
.entry__apps-title {
  font-family: 'GoudyTrajan';
  width: 346px;
  height: 124px;
  background: url('../img/icon_chest-button.png') no-repeat center top;
  margin: 0 30px;
  padding-left: 151px;
  padding-top: 35px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0.07em;
  position: relative;
}
.entry__apps-title:before {
  content: '';
  width: 42px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 100%;
  margin-right: -5px;
  top: 50%;
}
.entry__apps-title:after {
  content: '';
  width: 42px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 100%;
  margin-left: -5px;
  top: 50%;
}
.entry__apps-title span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.footer-apps {
  justify-content: center;
  margin-top: 79px;
}
.footer-apps a {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer-apps a img {
  width: auto;
  height: 48px;
}

.sidebar-apps {
  text-align: center;
  margin-top: 20px;
  opacity: 0.8;
}

.sidebar-apps a {
  text-decoration: none !important;
}

.sidebar-apps a img {
  width: auto;
  height: 45px;
  margin-bottom: 10px;
}

.sidebar-apps a.logo-infiplay img {
    height: auto;
    width: 100%;
    max-width: 190px;
    margin-bottom: 10px;
}

.footer-social {
  padding-bottom: 20px;
  text-align: left;
}

.footer-social a {
  margin-right: 10px;
}

.footer-social .fa {
  font-size: 18px;
  position: relative;
  line-height: 0;
  top: 3px;
  color: #FFF;
}

.footer-social .fa:hover {
  color: #0b85db;
}

.sidebar-social {
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

.sidebar-social a {
  margin: 0 5px;
}

.sidebar-social .fa {
  font-size: 18px;
  position: relative;
  line-height: 0;
  top: 3px;
  color: #FFF;
}

.sidebar-social .fa:hover {
  color: #0b85db;
}

.entry__title {
  font-family: 'GoudyTrajan-Bold';
  max-width: 440px;
  margin: 0 auto 20px auto;
  font-size: 28px;
  line-height: 37px;
  font-weight: bold;
  text-transform: uppercase;
  color: #113159;
  padding-top: 2px;
}

.entry__title.entry__title-main {
  margin: 0 auto 10px auto;
}

.entry__title-desc {
  margin-top: 10px;
}

.entry__content .section__lead {
  max-width: 530px;
  margin: 0 auto;
  color: #113159;
}
.news__wrap {
  max-width: 1040px;
  margin: 0 auto;
}
.news__items {
  overflow-y: hidden;
  overflow-x: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}
.features {
  padding-top: 132px;
  padding-bottom: 35px;
}
.features .section__title {
  margin-bottom: 15px;
}
.features .section__lead {
  max-width: 530px;
  margin: 0 auto 47px;
  text-align: center;
}
.features__dots {
  margin-bottom: 68px;
}

.features__dots ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.features__dots ul li {
  list-style-type: none;
  position: relative;
  padding: 0;
}
.features__dots ul li:before {
  content: '';
  position: absolute;
  right: 0;
  left: calc(100% - 9px);
  top: 50%;
  height: 1px;
  background: #b6bed4;
  z-index: -1;
  display: none;
}
.features__dots ul li:after {
  content: '';
  position: absolute;
  left: 0;
  right: calc(100% - 11px);
  top: 50%;
  height: 1px;
  background: #b6bed4;
  z-index: -1;
  display: none;
}
.features__dots ul li:first-of-type:after {
  display: none;
}
.features__dots ul li:last-of-type:before {
  display: none;
}
.features__dots a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  position: relative;
  margin: 0 21px;
}
.features__dots a:before {
  content: '';
  background: url('../img/new/f-item.svg') no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.features__dots a._active:after {
  opacity: 0;
}

.features__dots a._active:before {
  background: url('../img/new/f-item-hover.svg') no-repeat center center;
  background-size: contain;
  width: 120%;
  height: 120%;
  top: -5%;
  left: -10%;
}

.features__dots a img {
  position: relative;
  top: 1px;
}

.features__list {
  position: relative;
}
.features__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 10px 0;
}
.features__items .item__wrap {
  transform: scale(0.85);
  transition: all .4s;
}
.features__items .item._center .item__wrap {
  transform: scale(1);
}
.screenshots {
  padding-top: 35px;
  padding-bottom: 50px;
}
.screenshots .section__title {
  padding-top: 39px !important;
  margin-bottom: 15px;
}
.screenshots .section__lead {
  max-width: 530px;
  margin: 0 auto 43px;
  text-align: center;
}
.screenshots__lists {
  position: relative;
  margin-top: 119px;
}
.screenshots__items {
  min-height: 320px;
}
.screenshots__items .item {
  height: auto;
}
.screenshots__items .item img {
  width: 100%;
  object-fit: cover;
  display: block;

  border: 1px solid rgba(255, 255, 255, 0.2);
}
.screenshots__dots {
  overflow-y: hidden;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.screenshots__dots a {
  width: 184px;
  margin: 0 15px 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all .2s;
  display: inline-block;
}
.screenshots__dots a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.screenshots__dots a._active {
  border: 2px solid #fff;
}
.item._features {
  padding: 0 10px;
}
.item._features .item__wrap {
  position: relative;
  background: url('../img/new/border-feachures.svg') no-repeat center center;
  width: 806px;
  height: 398px;
}
.item._features .item__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.item._features___ .item__img:before {
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  background: url('../img/new/border-feachures.svg') no-repeat center center;
  background-size: 100% 100%;
  z-index: 10;
  opacity: .2;
}
.item._features .item__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  bottom: 5%;
  right: 0;
}

.item._features .item__img.img-2 {
  top: 5px;
}

.item._features .item__img.img-2 img {
    top: -4%;
}


.item._features .item__img.img-wb {
  top: 5px;
}

.item._features .item__img.img-wb img {
  bottom: 4%;
  right: -4.3%;
}

.item._features .item__img.img-3 img {
  bottom: 0;
  right: 0;
}

.item._features .item__img.img-4 {
  top: 5px;
}

.item._features .item__img.img-4 img {
  bottom: 4%;
  right: -4%;
}

.item._features .item__img.img-tw img {
  bottom: 0;
  right: 0.5%;
}

.item._features .item__img.img-wd img {
  bottom: 12px;
  right: 0.5%;
}

.item._features .item__common {
  position: relative;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 17px 51% 19px 52px;
}
.item._features .item__title {
  font-family: 'GoudyTrajan';
  font-weight: bold;
  margin-bottom: 23px;
  position: relative;
}
.item._features .item__title a {
  font-size: 30px;
  line-height: 43px;
  color: #113159;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
}
.item._features .item__text {
  font-size: 14px;
  line-height: 27px;
  color: #8991a8;
}
.item._news {
  padding: 0 15px;
}
.item._news .item__wrap {
  width: 319px;
  min-width: 319px;
  height: 200px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.item._news .item__wrap:before {
  content: '';
  position: absolute;
  left: -6px;
  top: -6px;
  right: -6px;
  bottom: -6px;
  background: url('../img/border-news.svg') no-repeat center center;
  background-size: 100% 101%;
  z-index: 10;
  opacity: .2;
}
.item._news .item__wrap:hover .item__img img {
  transform: scale(1.1);
}
.item._news .item__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 5;
  overflow: hidden;
}
.item._news .item__img:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: url('../img/shadow_1.png') no-repeat left bottom;
  background-size: 100% 100%;
  z-index: 5;
}
.item._news .item__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .2s;
}
.item._news .item__common {
  position: relative;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  padding: 20px;
}
.item._news .item__date {
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  opacity: .7;
}
.item._news .item__type {
  font-size: 15px;
  line-height: 26px;
  opacity: .7;
  color: #fff;
  margin-bottom: 2px;
}
.item._news .item__title a {
  font-size: 23px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.footer {
  text-align: center;
  padding: 5px 0 36px;
  position: relative;
}

.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  z-index: 1;
}

.footer .container {
  position: relative;
  z-index: 2;
}

.footer .footer-line {
  max-width: 980px;
  width: 100%;
  margin: 93px auto 20px auto;
}

.footer__menu {
  margin-bottom: 9px;
  display: inline-block;
  padding-right: 100px;
  padding-top: 2px;
}
.footer__menu ul {
  text-align: left;
  font-family: 'Myriad Pro';
}

.footer__menu-right {
  display: inline-block;
  margin-bottom: 9px;
  vertical-align: top;
  padding-left: 77px;
}

.footer__menu ul li {
  list-style-type: none;
  margin: 0 0 10px 0;
  font-size: 16px;
}
.footer__menu ul a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.footer__copy {
  color: #bec2d0;
  font-size: 13px;
  line-height: 21px;
  padding-top: 8px;
  padding-bottom: 4px;
  font-family: 'Myriad Pro';
}

.footer__copy .copy {
  max-width: 600px;
  margin: 0 auto;
}

.footer__copy a {
  color: #FFF !important;
  text-decoration: none !important;
}

.load .navbar li span {
  font-family: "Roboto Slab";
  top: 2px;
}

@media screen and (min-width: 1024px) {
  .navbar li a span {
    left: -15px;
    opacity: 0;
  }
  .navbar._fixed ul li a span {
    opacity: 0;
    left: -50px;
  }
  .navbar._fixed ul li a:hover span {
    opacity: 1;
    left: 0;
  }
  .navbar._fixed ul li:nth-child(1) span,
  .navbar._fixed ul li:nth-child(2) span,
  .navbar._fixed ul li:nth-child(3) span,
  .navbar._fixed ul li:nth-child(4) span,
  .navbar._fixed ul li:nth-child(5) span {
    transition: all 0.4s ease-in-out 0s;
  }
  .load .navbar li span {
    left: 0;
    opacity: 1;
  }
  .load .navbar li:nth-child(1) span {
    transition: all 0.4s ease-in-out 0s;
  }
  .load .navbar li:nth-child(2) span {
    transition: all 0.4s ease-in-out 0.1s;
  }
  .load .navbar li:nth-child(3) span {
    transition: all 0.4s ease-in-out 0.2s;
  }
  .load .navbar li:nth-child(4) span {
    transition: all 0.4s ease-in-out 0.3s;
  }
  .load .navbar li:nth-child(5) span {
    transition: all 0.4s ease-in-out 0.4s;
  }
  .entry__button {
    position: relative;
    top: 30px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
  }
  .entry__lead {
    top: 30px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0.1s;
  }
  .entry__apps {
    position: relative;
    top: 30px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0.2s;
  }
  .entry__apps a {
    position: relative;
    opacity: 0;
    transition: all 0.4s ease-in-out 0.3s;
  }
  .entry__apps a:first-of-type {
    left: 20px;
  }
  .entry__apps a:last-of-type {
    right: 20px;
  }
  .load .entry__button {
    top: 0px;
    opacity: 1;
  }
  .load .entry__lead {
    top: 0px;
    opacity: 1;
  }
  .load .entry__apps {
    top: 2px;
    opacity: 1;
    position: relative;
  }
  .load .entry__apps a {
    opacity: 1;
  }
  .load .entry__apps a:first-of-type {
    left: 0px;
  }
  .load .entry__apps a:last-of-type {
    right: 0px;
  }
}
@media screen and (max-width: 1360px) {
  .screen._classes .screen__dots {
    right: 45px;
  }
  .section__navbar-next {
    right: 45px;
  }
  .section__navbar-prev {
    left: 45px;
  }

  .screen._entry .screen__bg img {
    object-fit: cover;
    object-position: top;
  }

}

@media screen and (max-width: 1650px) {
  .screen._classes .screen__dots {
    right: 25px;
  }
}

@media screen and (max-width: 1280px) {
  .screen._entry .screen__wrap {
    padding-top: 340px;
  }
}
@media screen and (max-width: 1180px) {
  .header__navbar {
    display: none;
  }
  .screen._class .screen__wrap {
    min-height: 500px;
  }
  .screen._classes .screen__dots {
    right: 0;
    left: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    top: auto;
    bottom: 40px;
  }
  .screen._classes .screen__dots a {
    margin: 0 10px;
  }
  .screen._class .screen__wrap {
    padding-bottom: 150px;
  }
  .screen._classes .screen__dots a:before {

  }
  .screen._classes .screen__dots a._active:before {

  }

  .screenshots__dots a {
    width: 164px;
  }

  .screenshots__lists {
    margin-top: 60px;
  }

}
@media screen and (max-width: 991px) {
  .screen._entry .screen__wrap {
    padding-top: 220px;
  }
  .entry {
    margin-bottom: 15px;
  }

  ._entry .section__title {
    margin-top: 50px;
  }

  .section__title {
    margin-bottom: 15px;
  }
  .entry__apps {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
    background-size: auto 90px;
  }
  .entry__apps a {
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 15px;
  }
  .entry__apps-title {
    margin: 0 0 15px;
    -ms-flex-order: 1;
    order: 1;
  }
  .entry__apps-title:before {
    width: 1px;
    height: 40px;
    bottom: 90%;
    top: auto;
    left: 50%;
    margin-left: 0;
  }
  .entry__apps-title:after {
    width: 1px;
    height: 40px;
    top: 90%;
    bottom: auto;
    left: 50%;
    margin-left: 0;
  }
  .screen._class .screen__class {
    position: static;
    margin-bottom: 20px;
  }
  .screen._class .container {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
  .screen._class .screen__class span {
    width: 81px;
    height: 87px;
  }
  .screen._class .screen__info {
    margin-bottom: 24px;
  }
  .screen._class .screen__title {
    font-size: 30px;
    color: #113159;
  }

  .screen._class .screen__text {
    color: #113159;
    padding-right: 0;
  }
  .screen._class .screen__skills {
    font-size: 14px;
    color: #113159;
  }

  .screen._class .screen__skills span {
    background: #113159;
  }

  .screen._class .screen__class span img {
    max-width: 50%;
    max-height: 50%;
    left: -1px;
  }
  .screen._class .screen__wrap {
    padding-top: 50px;
    text-align: center;
  }
  .screen._class .screen__video {
    max-width: 321px;
    width: 100%;
    margin: 0 auto;
  }
  .item._features .item__wrap {
    width_: 500px;
  }

  .item._features .item__img {
    bottom: 0;
    right: 0;
  }

  .item._features .item__img img {
    height: 100%;
    bottom: 0;
    right: 0;
  }

  .item._features .item__common {
    min-height: 360px;
    padding: 20px 45% 20px 20px;
  }

  .item._features .item__title a {
    font-size: 24px;
    line-height: 30px;
  }

  .item._features .item__common .item__text {
    font-weight: normal;
    line-height: 22px;
  }

  .item._features .item__img:before {
    display: none;
  }
  .item._features .item__wrap {
    height_: 287px;
  }
  .features {
    padding-top: 80px;
    padding-bottom: 0px;
  }
  .screenshots .section__lead {
    margin-bottom: 20px;
  }
  .features__dots {
    margin-bottom: 20px;
  }
  .screenshots {
    padding: 60px 0;
  }

  .screenshots__dots {
    margin-top: 10px;
  }

  .screenshots__dots a {
    width: 124px;
    margin: 0 8px 10px;
  }
  .screen._classes .screen__dots {
    bottom: 0;
  }

  .screen._entry {
    padding-bottom: 20px;
  }
  .screen._entry .screen__bg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .screen._entry .screen__bg img {
    min-width: 132vw;
    object-fit: cover;
    object-position: top;
  }
  .item._features .item__wrap {
    transform: scale(1);
    min-height_: 300px;
  }
  .entry__button .icon_play {
    transform: scale(0.7);
  }
}

@media screen and (min-width: 760px) {

  .item._features .item__text .text-short {
    display: none;
  }

}

@media screen and (max-width: 760px) {

  .entry__apps {
    padding-top: 30px;
  }

  .entry__title {
    font-size: 24px;
    line-height: 30px;
  }
  .section__lead {
    font-size: 14px;
    line-height: 20px;
  }
  .section__title {
    font-size: 24px;
    line-height: 30px;
  }

  .share__wrap {
    display: none !important;
  }

  .screen._class .screen__video {
    display: none;
  }

  .item._features .item__common {
    padding: 20px 50% 20px 20px;
  }

  .item._features .item__title {
    margin-bottom: 5px;
  }

  .item._features .item__title a {
    font-size: 18px;
    line-height: 20px;
  }

  .item._features .item__text .text-full {
    display: none;
  }

  .item._features .item__img img {
    bottom: 0 !important;
    right: 0 !important;
  }

  .footer .footer-line {
    margin: 30px 0 !important;
  }

  .footer .footer-line img {
    display: none;
  }

  .footer-apps {
    margin-top: 0 !important;
  }

  .screen__dots {
    max-width: 250px;
    margin: 0 auto;
  }

  .features__dots {
    max-width: 420px;
    margin: 0 auto;
  }

  .item._features .item__wrap {
    width: 90vw;
    min-width: auto;
    height: auto;
    background: url('../img/new/border-feachures_1_mini.svg') no-repeat center center;
  }

  .item._features .item__common .item__text {
    line-height: 16px;
    font-size: 12px;
  }

  .item._features .item__wrap {
    min-height: auto;
  }

}

.features__dots a img.img-wd {
  max-width: 38px;
  width: 100%;
}

@media screen and (max-width: 660px) {
  .container {
    padding: 0 15px;
  }
  .header__logo {
    margin-top: 15px;
  }
  .share {
    top: 15px;
    right: 15px;
  }

  .sidebar-header {
    margin-top: 15px;
    margin-right: 15px;
  }

  .header__logo img {
    max-width: 127px;
  }
  .screen._entry .screen__wrap {
    padding-top: 220px;
  }
  .screen__wrap {
    min-height: 0px;
  }

  .entry__lead {
    margin-top: -25px;
    margin-bottom: -20px;
  }
  .entry__lead img {
    max-height: 120px;
  }
  .entry__apps {
    background: none;
  }

  .entry__apps a img {
    height: 35px;
  }
  .entry__apps-title {
    padding-left: 111px;
    padding-top: 24px;
    font-size: 9px;
  }
  .entry__apps-title:before,
  .entry__apps-title:after {
    display: none;
  }
  .entry__apps-title {
    width: 252px;
    height: 85px;
    line-height: 21px;
    background-size: contain;
  }
  .entry__apps-title span {
    font-size: 15px;
  }
  .entry__content {
    padding: 0 15px;
  }
  .news__navbar {
    display: none;
  }
  .item._news .item__wrap {
    width: 290px;
    min-width: 290px;
  }
  .screen._class .screen__wrap {
    padding: 350px 15px 145px;
  }
  .features__dots {
    margin-bottom: 0;
  }
  .features .section__lead {
    margin-bottom: 20px;
  }
  .screen._class .screen__text {
    margin-bottom: 20px;
  }
  .screen._class .screen__bg {
    bottom: auto;
  }
  .screen._class .screen__bg:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 0;
    right: 0;
    background: #141240;
    background: linear-gradient(0deg, #141240 0%, rgba(20, 18, 64, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#141240", endColorstr="#141240", GradientType=1);
  }
  .screen._classes .screen__dots {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .screen._classes .screen__dots a {
    margin: 0 8px 10px;
  }
  .screen._class .screen__bg img {
    object-fit: contain;
    width: 150%;
    max-width: 9999px;
  }

  .features__dots ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .features__dots ul li {
    padding: 0 5px 20px 5px;
  }
  .features__dots ul li:before,
  .features__dots ul li:after {
    display: none;
  }
  .item._features {
    padding: 0 10px;
  }
  .item._features .item__wrap {
    width: 90vw;
    min-width: auto;
    height: auto;
  }
  .features__navbar-prev,
  .features__navbar-next {
    display: none;
  }
  .section__lead {
    padding: 0 15px;
  }
  .screenshots__navbar-prev,
  .screenshots__navbar-next {
    display: none;
  }
  .footer__menu ul {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__menu ul li {
    margin: 5px 0;
  }
  .features__dots li {
    margin-bottom: 10px;
  }
  .features__dots a {
    width: 66px;
    height: 66px;
  }
  .features__dots a img {
    width: auto;
    height: auto;
    max-width: 60%;
    max-height: 60%;
  }

  .features__dots a img.img-wd {
    width: 29px;
  }

  .features__dots a:before {
    background-size: contain;
    width: 100%;
    height: 100%;
  }

  .features__dots a:after {
    background-size: contain;
    width: 70px;
    height: 70px;
    top: -1px;
    left: -1px;
  }

  .features__dots a:not(._active):hover:before {
    background-size: contain;
  }

  .screenshots__items {
    margin-bottom: 5px;
  }

  .screenshots__items .item img {
    object-position: center center;
  }

  .screenshots__dots {
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .screenshots__dots a {
    min-width: 250px !important;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
  }

  .bee3D--slide {
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    margin-left: 0;
    margin-top2: 0;
  }

  .screenshots {
    padding-bottom: 20px;
  }

  .screenshots__items .item img {
    width: 90%;
    left: 5%;
    position: relative;
  }

}

.footer-logo-block {
  vertical-align: top;
  text-align: right;
}

.footer-logo-block div {
  vertical-align: middle;
}

.footer_logo {
  display: block;
  background: url(../img/new/infplay2.svg) no-repeat top center;
  background-size: contain;
  height: 46px;
  width: 207px;
  position: relative;
  margin-bottom: 17px;
}

.footer_logo_pwm {
  display: block;
  background: url(../img/logo-new.png) no-repeat center top;
  background-size: contain;
  height: 70px;
  width: 206px;
  position: relative;
}

.footer_logo_huawei {
  display: inline-block;
  background: url(../img/huawei-logo.png) no-repeat center top;
  background-size: contain;
  height: 45px;
  width: 45px;
  position: relative;
  margin-left: 5px !important;
}

.footer_logo_pwg {
  display: inline-block;
  background: url(../img/pwg-logo.png) no-repeat center top;
  background-size: contain;
  height: 44px;
  width: 182px;
  position: relative;
}

@media screen and (max-width: 450px) {

  .screen._class .screen__wrap {
    padding: 250px 15px 155px;
  }

  .features {
    padding-top: 50px;
  }
}

@media screen and (max-width: 800px) {

  .footer__menu {
    display: block;
    text-align: center !important;
    padding-right: 0;
  }

  .footer__menu ul {
    text-align: center;
  }

  .footer__menu-right {
    margin-top: 20px;
    padding-left: 0;
  }

  .footer-social {
    text-align: center;
  }

  .footer-logo-block {
    text-align: center;
    margin-bottom: 30px;
  }

}

#sidebar-bg {
  position: fixed;
  background: #000 !important;
  opacity: 0.9;
  z-index: 999;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}

.hidden {
  display: none !important;
}

#sidebar-wrapper {
  margin-right: -350px;
  right: 0;
  width: 350px;
  /*background: #16122f;*/
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.1s ease-in 0s;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -ms-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
}

.sidebar-logo {
  padding-left: 25px;
  padding-top: 15px;
}

.sidebar-logo img {
  max-width: 127px;
  opacity: 0.8;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 350px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 50px;
  text-indent: 20px;
  text-align: center;
  padding-right: 0;
  padding-left: 10px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  padding-right: 20px;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

#sidebar-wrapper.active {
  right: 350px;
  width: 350px;
  transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
}

@media screen and (min-width: 760px) {
  .share__button {
    display: none;
  }

   .hamburger-button {
    display: none !important;
  }

  .share {
    top: 0;
    position: absolute !important;
  }
}

@media screen and (max-width: 760px) {

  .sidebar-logo {
    display: block;
    text-align: center;
  }

  #sidebar-wrapper {
    margin-right: -200vw;
  }

  .sidebar-nav {
    width: 100vw;
  }

  #sidebar-wrapper.active {
    right: 200vw;
    width: 100vw;
  }

}

.screenshots-dots {
  text-align: center;
  margin-top: -2px;
}

.screenshots-dots a {
  width: 11px;
  height: 11px;
  display: inline-block;
  margin: 0 10px;
  border: 1px solid #2a4b75;
  border-radius: 50%;
}

.screenshots-dots a.active {
  background: #2a4b75;
}

@media screen and (max-width: 1180px) {

  .screenshots-dots {
    margin-top: -25px;
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 650px) {

  .screenshots-dots {
    margin-top: 0px;
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 600px) {

  .screenshots-dots {
    margin-top: -30px;
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 550px) {

  .screenshots-dots {
    margin-top: -80px;
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 500px) {

  .screenshots-dots {
    margin-top: -105px;
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 450px) {

  .screenshots-dots {
    margin-top: -115px;
    margin-bottom: 30px;
  }

  .item._features .item__common {
    min-height: 220px;
    padding: 20px 45% 20px 20px;
  }

  .screenshots {
    padding: 30px 0;
  }

}

@media screen and (max-width: 400px) {

  .screenshots-dots {
    margin-top: -135px;
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 350px) {

  .screenshots-dots {
    margin-top: -165px;
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 330px) {

  .screenshots-dots {
    margin-top: -185px;
    margin-bottom: 30px;
  }

}

.hamburger-button {
  position: fixed;
  display: block;
  width: 56px;
  height: 60px;
  top: 0;
  left: inherit;
  right: 0;
  padding: 18px;
  padding-top: 22px;
  z-index: 1001;
  transition: all 430ms ease-out;
  transform: translate3d(0, 0, 0);
  cursor: pointer;
}

.hamburger-button .hamburger-icon {
  background: url(../img/new/burger.svg) no-repeat center center;
  display: block;
  height: 45px;
  width: 45px;
  position: relative;
  top: -15px;
  left: -15px;
}

.hamburger-button .hamburger {
  position: relative;
  width: 20px;
  height: 15px;
  display: block;
}

.active.hamburger-button {
  outline: none;
  position: fixed;
  transform: translate3D(0, 0, 0);
}

.active.hamburger-button .hamburger-icon {
  display: none;
}

.hamburger-button:not(.active) .hamburger-line {
  display: none !important;
}

.hamburger-button .hamburger .hamburger-line.hamburger-line1 {
  top: 0;
}
.hamburger-button .hamburger .hamburger-line.hamburger-line2 {
  top: 6px;
}
.hamburger-button .hamburger .hamburger-line.hamburger-line3 {
  top: 6px;
}
.hamburger-button .hamburger .hamburger-line.hamburger-line4 {
  top: 12px;
}
.hamburger-button .hamburger .hamburger-line {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #113159;
  border-radius: 6px;
  transform: translate3d(0, 0, 0);
  transition: transform 200ms ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.active.hamburger-button .hamburger .hamburger-line {
  background-color: #FFF;
}

.active.hamburger-button .hamburger .hamburger-line.hamburger-line1 {
  top: 8px;
  width: 0;
  left: 50%;
}

.active.hamburger-button .hamburger .hamburger-line.hamburger-line2 {
  transform: rotate(45deg);
}

.active.hamburger-button .hamburger .hamburger-line.hamburger-line3 {
  transform: rotate(-45deg);
}

.active.hamburger-button .hamburger .hamburger-line.hamburger-line4 {
  top: 8px;
  width: 0;
  left: 50%;
}

@media screen and (max-width: 1500px) {

  .screen._entry {
    height: 100%;
  }

  .screen__bg img {
    height: 100% !important;
    object-fit: cover !important;
  }

  .screen._entry .screen__bg img {
    height: 100% !important;
    object-fit: cover !important;
  }

  .screen._entry .screen__bg:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 90%;
    left: 0;
    right: 0;
    background: #fff;
    background: linear-gradient(0deg, #fff 0%, rgba(20, 18, 64, 0) 100%);
  }

  .screen._class .screen__bg:before {
    content: '';
    position: absolute;
    bottom: 90%;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    background: linear-gradient(0deg, rgba(20, 18, 64, 0) 0%, #FFF 100%);
  }

  .screen._class .screen__bg:after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 90%;
    left: 0;
    right: 0;
    background: #fff;
    background: linear-gradient(0deg, #fdfbfe 0%, rgba(20, 18, 64, 0) 100%);
  }

  .screen._bfooter .screen__bg:before {
    content: '';
    position: absolute;
    bottom: 95%;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    background: linear-gradient(0deg, rgba(20, 18, 64, 0) 0%, #fdfbfe 100%);
  }

  .screen._classes .screen__items {
    background: #fdfbfe;
  }

}

@media screen and (max-width: 660px) {

  .item._features .item__img.img-wb {
    bottom: -17px;
    right: 4px;
  }

  .item._features .item__img.img-wd {
    bottom: -48px;
    right: 3px;
  }

  .item._features .item__img.img-3 {
    bottom: -62px;
    right: 3px;
  }

  .item._features .item__img.img-2 {
    bottom: -45px;
    right: 0;
  }

  .item._features .item__img.img-4 {
    bottom: -19px;
    right: 4px;
  }

  .item._features .item__img.img-tw {
    bottom: -63px;
    right: 4px;
  }

}

@media screen and (max-width: 500px) {

  .item._features .item__img.img-wb {
    bottom: -11px;
    right: 2px;
  }

  .item._features .item__img.img-wd {
    bottom: -32px;
    right: 1px;
  }

  .item._features .item__img.img-3 {
    bottom: -46px;
    right: 2px;
  }

  .item._features .item__img.img-2 {
    bottom: -42px;
    right: 0;
  }

  .item._features .item__img.img-4 {
    bottom: -11px;
    right: 2px;
  }

  .item._features .item__img.img-tw {
    bottom: -44px;
    right: 3px;
  }

}

@media screen and (max-width: 350px) {

  .item._features .item__img.img-wb {
    bottom: -8px;
    right: 2px;
  }

  .item._features .item__img.img-wd {
    bottom: -29px;
    right: 1px;
  }

  .item._features .item__img.img-3 {
    bottom: -37px;
    right: 2px;
  }

  .item._features .item__img.img-2 {
    bottom: -38px;
    right: 0;
  }

  .item._features .item__img.img-4 {
    bottom: -10px;
    right: 4px;
  }

  .item._features .item__img.img-tw {
    bottom: -35px;
    right: 2px;
  }

}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rk-block {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #f3f3f3;
  height: 80px;
  width: 100%;
  text-align: left;
  font-size: 14px;
  z-index: 1000;
}

.rk-block .close {
  width: 8px;
  height: 8px;
  position: relative;
  display: inline-block;
}

.rk-block .close:before,
.rk-block .close:after {
  position: absolute;
  left: 2px;
  content: ' ';
  height: 9px;
  width: 2px;
  background-color: #333;
}
.rk-block .close:before {
  transform: rotate(45deg);
}
.rk-block .close:after {
  transform: rotate(-45deg);
}

.rk-block .image {
  margin-right: 10px;
  height: 80px;
  vertical-align: middle;
  padding-top: 16px;
  padding-left: 10px;
}

.rk-block .image img {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-left: 5px;
  border-radius: 5px;
}

.rk-block .media-body {
  font-size: 11px;
}

.rk-block .content {
  height: 80px;
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
}

.rk-block .title {
  color: #1b1e21;
}

.rk-block .description {
  color: #545b62;
  padding-top: 5px;
}

.rk-block .link {
  float: right;
  height: 80px;
  white-space: nowrap;
  padding: 34px 10px 10px 10px;
}

.rk-block .link a {
  color: #1199f9 !important;
  text-decoration: none !important;
}