.logo {
  position: fixed;
  left: 50px;
  top: 50px;
  pointer-events: auto;
  z-index: 10;
}
.navbar {
  pointer-events: auto;
}
.navbar__trigger {
  position: fixed;
  right: 60px;
  top: 50px;
  width: 30px;
  height: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: .7;
  z-index: 10;
}
.navbar__trigger span {
  display: block;
  background: #000;
  height: 3px;
}
.navbar__trigger:hover {
  opacity: 1;
}
.navbar__wrap {
  background: #c5c6c8;
  position: fixed;
  top: -150vh;
  right: 0;
  bottom: 150vh;
  overflow: auto;
  left: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all .4s;
}
.navbar__wrap .tns-ovh {
  overflow: visible;
}
.navbar__wrap ul {
  text-align: center;
  overflow: auto;
  width: 100%;
}
.navbar__wrap ul li {
  width: 100%;
  list-style-type: none;
  line-height: 1.2;
  padding: 30px 0;
  display: block;
}
.navbar__wrap ul li a {
  font-size: 36px;
  color: #555555;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.navbar__wrap ul li._active a {
  font-size: 48px;
  color: #000000;
}
.navbar._active .navbar__wrap {
  top: 0;
  bottom: 0;
}
.navbar._active .navbar__trigger {
  right: 73px;
  -ms-flex-pack: center;
  justify-content: center;
}
.navbar._active .navbar__trigger span:nth-child(1) {
  transform: rotate(-45deg);
  transform-origin: center center;
  position: relative;
  top: 1px;
}
.navbar._active .navbar__trigger span:nth-child(2) {
  display: none;
}
.navbar._active .navbar__trigger span:nth-child(3) {
  transform: rotate(45deg);
  transform-origin: center center;
  position: relative;
  top: -1px;
}
.navbar__trigger._active-category {
  right: 73px;
  -ms-flex-pack: center;
  justify-content: center;
}
.navbar__trigger._active-category span:nth-child(1) {
  transform: rotate(-45deg);
  transform-origin: center center;
  position: relative;
  top: 1px;
}
.navbar__trigger._active-category span:nth-child(2) {
  display: none;
}
.navbar__trigger._active-category span:nth-child(3) {
  transform: rotate(45deg);
  transform-origin: center center;
  position: relative;
  top: -1px;
}
.back {
  position: fixed;
  left: 50px;
  bottom: 50px;
  pointer-events: auto;
  padding-left: 30px;
  z-index: 20;
}
.back a {
  font-size: 14px;
  line-height: 1;
  color: #000;
  text-decoration: underline;
  opacity: .7;
  position: relative;
}
.back a:hover {
  opacity: 1;
}
.back a:before {
  content: url('../img/icon_chevron-left.png');
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -10px;
}
.event-page-info {
  position: absolute;
  right: 60px;
  bottom: 50px;
  pointer-events: auto;
  padding-right: 30px;
  text-align: right;
  z-index: 90;
}
.event-page-info a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
  opacity: .5;
  position: relative;
}
.event-page-info a:hover {
  opacity: 1;
}
.event-page-info a:before {
  content: url('../img/icon_chevron-bottom.png');
  width: 20px;
  height: 20px;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -10px;
}
.mark {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 0 5px;
  position: relative;
  z-index: 5;
}
.mark:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #de0b1c;
  z-index: -1;
}
.mark._blue:before {
  background: #00b7f4;
}
.mark._orange:before {
  background: #f98e3d;
}
.mark._green:before {
  background: #00b15d;
}
.screen {
  min-height: 100vh;
  color: #000;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.screen__navbar {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  pointer-events: none;
  z-index: 100;
}
.screen__navbar._white .back a {
  color: #fff;
}
.screen__navbar._white .back a:before {
  content: url('../img/icon_chevron-left_white.png');
}
.screen__navbar._white .event-page-info a {
  color: #fff;
}
.screen__navbar._white .event-page-info a:before {
  content: url('../img/icon_chevron-bottom_white.png');
}
.screen__navbar._white .navbar__trigger span {
  background: #fff;
}
.screen__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 50;
}
.screen__bg lottie-player {
  width: auto;
  height: auto;
}
.screen__bg img {
  min-width: 10px;
}
.screen__bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 5;
}
.screen__bg-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 120px;
}
.screen__bg-img._col {
  right: 50%;
  z-index: 10;
}
.screen__wrap {
  position: relative;
  z-index: 80;
  width: 100%;
  padding-left: 50%;
  min-height: 100vh;
}
.screen__content {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.screen__title {
  font-size: 90px;
  color: #000000;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
}
.screen__title span {
  font-weight: normal;
  font-size: 48px;
  line-height: 48px;
  display: block;
  z-index: 10;
  position: relative;
}
.screen._entry {
  background: #fbd891;
}
.screen._entry .screen__wrap {
  padding-right: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.screen._entry .screen__text {
  font-size: 18px;
  color: #000000;
  line-height: 1.667;
}
.screen._entry .screen__text p {
  margin-bottom: 30px;
}
.screen._categories .event-page-info a {
  color: #fff;
}
.screen._categories .event-page-info a:before {
  content: url('../img/icon_chevron-bottom_white.png');
}
.screen._categories .screen__wrap {
  padding: 170px 120px;
  display: -ms-flexbox;
  display: flex;
}
.screen._category {
  position: fixed;
  height: 100vh;
  right: -100vw;
  left: 100vw;
  top: 0;
  bottom: 0;
  overflow: auto;
  transition: all .4s;
}
.screen._category._active {
  left: 0;
  right: 0;
}
.screen._category._active .screen__navbar {
  z-index: 1000;
  position: fixed;
}
.screen._category .event-page-info a:before {
  content: url('../img/icon_chevron-right.png');
}
.screen._category .screen__bg-img {
  padding: 0;
}
.screen._category .screen__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.screen._category .screen__content {
  background: #fff;
  padding: 30px 130px 0 120px;
}
.screen._category .screen__text {
  font-size: 18px;
  color: #414141;
  line-height: 1.667;
  margin-bottom: 30px;
}
.screen._category .screen__text p {
  margin-bottom: 30px;
}
.screen._category .screen__info {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 16px;
}
.screen._category .screen__info a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted #000;
}
.screen._category .screen__info ul li {
  list-style-type: none;
  margin-bottom: 24px;
  position: relative;
  padding-left: 35px;
}
.screen._category .screen__info ul li:before {
  content: '•';
  position: absolute;
  left: 0;
  font-weight: bold;
}
.screen._category .screen__bg-img._col:nth-of-type(1) {
  opacity: 0;
  transition: all 0.5s ease-in-out 2.8s;
}
.screen._category .screen__bg-img._col:nth-of-type(2) {
  opacity: 1;
}
.screen._category .screen__title span {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: all 0.3s ease-in-out 1s;
}
.screen._category .screen__title div:not(.mark) {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: all 0.2s ease-in-out 2.4s;
}
.screen._category .screen__text,
.screen._category .screen__info {
  opacity: 0;
  transform: translate3d(100px, 0, 0);
  transition: all 0.2s ease-in-out 2.6s;
}
.screen._category .mark:before {
  right: 120%;
  transition: all .8s linear 1.3s;
}
.screen._category._category-animate .screen__bg-img._col:nth-of-type(1) {
  opacity: 1;
}
.screen._category._category-animate .screen__bg-img._col:nth-of-type(2) {
  opacity: 1;
}
.screen._category._category-animate .screen__title span,
.screen._category._category-animate .screen__title div:not(.mark) {
  opacity: 1;
  transform: translateZ(0);
}
.screen._category._category-animate .mark:before {
  right: 0px;
}
.screen._category._category-animate .screen__text,
.screen._category._category-animate .screen__info {
  opacity: 1;
  transform: translateZ(0);
}
.screen._more .event-page-info a {
  color: #fff;
}
.screen._more .event-page-info a:before {
  content: url('../img/icon_chevron-bottom_white.png');
}
.screen._more .screen__wrap {
  padding: 170px 120px;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.screen._more .screen__title {
  text-align: center;
  color: #fff;
  margin-bottom: 90px;
}
.screen._more .screen__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.screen._more .screen__list .item {
  padding: 0 60px;
  text-align: center;
}
.screen._more .screen__list .item__icon {
  height: 330px;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 50px;
}
.screen._more .screen__list .item__icon._1 {
  background-image: url('../img/more-1.png');
}
.screen._more .screen__list .item__icon._2 {
  background-image: url('../img/more-2.png');
}
.screen._more .screen__list .item__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  padding: 0 30px;
}
.screen._more .screen__list .item a {
  display: block;
  border-style: solid;
  border-width: 11px;
  border-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(249, 142, 61, 0);
  width: 510px;
  height: 510px;
  position: relative;
}
.screen._more .screen__list .item a:before {
  content: '';
  background: #fff;
  position: absolute;
  left: 11px;
  top: 11px;
  right: 11px;
  bottom: 11px;
  z-index: 0;
  display: none;
}
.screen._more .screen__list .item a > * {
  position: relative;
  z-index: 10;
}
.screen._more .screen__list .item a:hover {
  color: #451211;
}
.screen._more .screen__list .item a:hover:before {
  display: block;
}
.screen._more .screen__list .item a:hover .item__icon._1 {
  background-image: url('../img/more-1_hover.png');
}
.screen._more .screen__list .item a:hover .item__icon._2 {
  background-image: url('../img/more-2_hover.png');
}
.screen._active-navbar {
  overflow: visible;
  z-index: 2000;
}
.screen._active-navbar .screen__navbar {
  clip: auto !important;
}
.screen._active-navbar .screen__navbar._white .back a {
  color: #000;
}
.screen._active-navbar .screen__navbar._white .back a:before {
  content: url('../img/icon_chevron-left.png');
}
.screen._active-navbar .screen__navbar._white .navbar__trigger span {
  background: #000;
}
.screen._main {
  background-color: #fff;
}
.item._category {
  width: 100%;
  position: relative;
  min-height: 100%;
  color: #fff;
}
.item._category a {
  color: #fff;
}
.item._category .item__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: .85;
  transition: all .4s;
}
.item._category .item__wrap {
  position: relative;
  z-index: 10;
  height: 100%;
  padding: 0 40px 90px;
}
.item._category .item__link {
  display: block;
  text-decoration: none;
}
.item._category .item__links {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 0px;
  height: 0;
  overflow: hidden;
  color: #414141;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all .3s;
}
.item._category .item__links ul {
  list-style-type: none;
}
.item._category .item__links li {
  margin-bottom: 20px;
}
.item._category .item__icon {
  height: 325px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.item._category .item__icon img {
  width: auto;
  max-height: 180px;
  min-width: 10px;
}
.item._category .item__more {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.item._category .item__more span {
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.item._category .item__more span:before {
  content: url('../img/icon_chevron-right_white.png');
  width: 20px;
  height: 20px;
  position: absolute;
  right: -52px;
  top: 50%;
  margin-top: -10px;
}
.item._category .item__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
}
.item._category .item__sub-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
.item._category .item__text {
  font-size: 18px;
  line-height: 1.3;
}
.item._category:hover .item__bg {
  opacity: 1;
}
@media screen and (max-width: 1650px) {
  .screen__title {
    font-size: 72px;
    margin-bottom: 32px;
  }
  .screen__title span {
    font-size: 36px;
    line-height: 36px;
  }
  .screen._entry .screen__text {
    font-size: 16px;
  }
  .screen._entry .screen__text p {
    margin-bottom: 24px;
  }
  .screen._entry .screen__text p:last-of-type {
    margin-bottom: 0;
  }
  .screen._category .screen__text {
    font-size: 16px;
  }
  .screen._category .screen__text p {
    margin-bottom: 24px;
  }
  .screen._category .screen__text p:last-of-type {
    margin-bottom: 0;
  }
  .screen._category .screen__bg-img img {
    max-width: 60%;
    width: auto;
    max-height: 60%;
    height: auto;
  }
  .screen._category .screen__content {
    padding: 30px 130px 0 96px;
  }
  .screen._category .screen__info {
    margin-top: 0;
  }
  .screen._category .screen__info ul li {
    margin-bottom: 20px;
    padding-left: 28px;
  }
  .screen._categories .screen__wrap {
    padding: 136px 120px;
  }
  .screen._more .screen__wrap {
    padding: 136px 120px;
  }
  .screen._more .screen__title {
    margin-bottom: 72px;
  }
  .screen._more .screen__list .item {
    padding: 0 48px;
  }
  .screen._more .screen__list .item a {
    border-width: 9px;
    width: 408px;
    height: 408px;
  }
  .screen._more .screen__list .item__icon {
    height: 270px;
    margin-bottom: 40px;
    background-size: auto 70%;
  }
  .screen._more .screen__list .item__title {
    font-size: 24px;
    padding: 0 24px;
  }
  .item._category .item__icon {
    height: 260px;
  }
  .item._category .item__icon img {
    max-height: 144px;
  }
  .item._category .item__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .item._category .item__sub-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .item._category .item__text {
    font-size: 16px;
  }
  .navbar__wrap ul li {
    padding: 24px 0;
  }
  .navbar__wrap ul li a {
    font-size: 28px;
  }
  .navbar__wrap ul li._active a {
    font-size: 38px;
  }
}
@media screen and (max-width: 1500px) {
  .screen__title {
    font-size: 63px;
    margin-bottom: 28px;
  }
  .screen__title span {
    font-size: 30px;
    line-height: 30px;
  }
  .screen._entry .screen__text {
    font-size: 16px;
  }
  .screen._entry .screen__text p {
    margin-bottom: 21px;
  }
  .screen._category .screen__text {
    font-size: 16px;
  }
  .screen._category .screen__text p {
    margin-bottom: 21px;
  }
  .screen._category .screen__content {
    padding: 30px 130px 0 84px;
  }
  .screen._category .screen__info {
    font-size: 16px;
  }
  .screen._category .screen__info ul li {
    margin-bottom: 17px;
    padding-left: 25px;
  }
  .screen._categories .screen__wrap {
    padding: 130px 120px;
  }
  .screen._more .screen__wrap {
    padding: 130px 120px;
  }
  .screen._more .screen__title {
    margin-bottom: 63px;
  }
  .screen._more .screen__list .item {
    padding: 0 42px;
  }
  .screen._more .screen__list .item a {
    border-width: 8px;
    width: 357px;
    height: 357px;
  }
  .screen._more .screen__list .item__icon {
    height: 200px;
    margin-bottom: 35px;
  }
  .screen._more .screen__list .item__title {
    font-size: 21px;
    padding: 0 21px;
  }
  .item._category .item__wrap {
    padding: 0 20px 60px;
  }
  .item._category .item__icon {
    height: 160px;
  }
  .item._category .item__icon img {
    max-height: 106px;
  }
  .item._category .item__title {
    font-size: 25px;
    margin-bottom: 17px;
  }
  .item._category .item__sub-title {
    font-size: 17px;
    margin-bottom: 14px;
  }
  .item._category .item__text {
    font-size: 14px;
  }
  .item._category .item__more {
    left: 20px;
    bottom: 20px;
  }
  .navbar__wrap ul li {
    padding: 21px 0;
  }
  .navbar__wrap ul li a {
    font-size: 25px;
  }
  .navbar__wrap ul li._active a {
    font-size: 34px;
  }
}
@media screen and (max-width: 1300px) {
  .logo {
    left: 30px;
    top: 30px;
  }
  .navbar__trigger {
    right: 30px;
    top: 30px;
  }
  .navbar._active .navbar__trigger {
    right: 30px;
  }
  .navbar__trigger._active-category {
    right: 30px;
  }
  .back {
    left: 30px;
    bottom: 30px;
  }
  .event-page-info {
    right: 30px;
    bottom: 30px;
  }
  .screen__title {
    font-size: 54px;
    margin-bottom: 24px;
  }
  .screen__title span {
    font-size: 27px;
    line-height: 27px;
  }
  .screen._entry .screen__text {
    font-size: 14px;
  }
  .screen._entry .screen__text p {
    margin-bottom: 18px;
  }
  .screen._entry .screen__wrap {
    padding-right: 90px;
  }
  .screen._category .screen__text {
    font-size: 14px;
  }
  .screen._category .screen__text p {
    margin-bottom: 18px;
  }
  .screen._category .screen__content {
    padding-right: 90px;
  }
  .screen._category .screen__info {
    font-size: 14px;
  }
  .screen._categories .screen__wrap {
    padding: 130px 90px;
  }
  .screen._more .screen__title {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 1200px) {
  .screen__title {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .screen__title span {
    font-size: 22px;
    line-height: 22px;
  }
  .screen._entry .screen__text {
    line-height: 1.4;
  }
  .screen._category .screen__content {
    padding-left: 60px;
  }
  .screen._more .screen__list .item {
    padding: 0 30px;
  }
  .screen._more .screen__list .item a {
    border-width: 6px;
    width: 260px;
    height: 260px;
  }
  .screen._more .screen__list .item__icon {
    height: 140px;
  }
  .screen._more .screen__list .item__title {
    font-size: 16px;
    padding: 0 15px;
  }
  .item._category .item__title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .item._category .item__sub-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .navbar__wrap ul li {
    padding: 10px 0;
  }
  .navbar__wrap ul li a {
    font-size: 20px;
  }
  .navbar__wrap ul li._active a {
    font-size: 24px;
  }
}
@media screen and (max-width: 1100px) and (orientation: portrait) {
  .screen {
    min-height: 10px;
  }
  .screen__bg-img {
    padding: 60px;
  }
  .screen__title {
    font-size: 30px;
  }
  .screen__title span {
    font-size: 20px;
    line-height: 20px;
  }
  .screen__wrap {
    min-height: 10px;
    height: auto;
  }
  .screen__content {
    min-height: 10px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .screen._entry .back {
    display: block;
  }
  .screen._categories .screen__wrap {
    padding: 120px 30px 90px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .screen._category .screen__content {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 30px;
  }
  .screen._more .screen__wrap {
    padding: 90px 30px;
  }
  .item._category {
    width: 50%;
  }
  .item._category .item__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .item._category .item__more {
    left: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .navbar__wrap ul li a {
    display: inline-block;
    transition: all .4s;
  }
  .navbar__wrap ul li:not(._active) a:hover {
    transform: scale(1.1);
  }
  .item._category:hover .item__links {
    height: 300px;
    padding: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .back {
    position: absolute;
    display: none;
    z-index: 0;
  }
  .logo {
    top: 20px;
  }
  .logo img {
    width: auto;
    height: 40px;
  }
  .screen__navbar:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
    background: rgba(255, 255, 255, 0.5);
  }
  .screen__navbar._white:before {
    background: rgba(0, 0, 0, 0.5);
  }
  .screen._categories .screen__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .screen__content {
    min-height: 10px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .screen._category .screen__content {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 30px;
  }
  .screen._categories .screen__wrap {
    padding: 120px 30px 90px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .item._category {
    width: 50%;
  }
  .item._category .item__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .item._category .item__more {
    left: 30px;
  }
}
@media screen and (min-width: 760px) {
  .screen._category {
    overflow: auto;
    transition: all .4s;
  }
  .screen._category._active {
    left: 0;
    right: 0;
  }
  .screen._category .screen__wrap {
    min-height: 100vh;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .screen._category .screen__content {
    background: #fff;
    overflow: auto;
    display: block;
    min-height: auto;
    max-height: 100vh;
  }
  .screen._category .screen__content:before {
    content: '';
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
  }
}
@media screen and (max-width: 760px) {
  .event-page-info {
    display: none;
  }
  .screen {
    overflow: visible;
  }
  .screen__wrap {
    padding-left: 30px;
  }
  .screen__bg {
    position: relative;
    height: 300px;
  }
  .screen__bg lottie-player {
    width: 250px;
    height: 250px;
  }
  .screen__bg-img {
    padding: 90px 30px 30px;
  }
  .screen__bg-img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .screen__bg-img._col {
    right: 0;
  }
  .screen__navbar {
    position: fixed;
    clip: auto !important;
    display: none;
    height: auto !important;
    z-index: 100;
  }
  .screen__content {
    padding-top: 30px;
  }
  .screen._entry {
    z-index: 2000;
  }
  .screen._entry .screen__wrap {
    padding-right: 30px;
  }
  .screen._entry .screen__navbar {
    display: block;
  }
  .screen._categories {
    padding: 0 30px;
    overflow: hidden;
  }
  .screen._categories .tns-ovh {
    overflow: visible;
  }
  .screen._categories .screen__bg {
    position: absolute;
    height: auto;
  }
  .screen._categories .screen__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .screen._category .screen__wrap {
    padding-left: 0;
  }
  .screen._category .screen__content {
    padding: 30px;
  }
  .screen._more .screen__bg {
    position: absolute;
    height: auto;
  }
  .screen._more .screen__wrap {
    padding: 30px;
  }
  .screen._more .screen__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .screen._more .screen__list .item {
    padding: 0;
    margin-bottom: 30px;
  }
  .screen._more .screen__list .item:last-of-type {
    margin-bottom: 0;
  }
  .item._category {
    width: 100%;
  }
}
.inline {
  display: inline-block;
}
[data-aos="new-up"] {
  position: relative;
  top: 50px;
  transition-property: top;
}
[data-aos="new-up"].aos-animate {
  top: 0px;
}
[data-aos="new-wrap"] {
  left: 50%;
  transition-property: left;
}
[data-aos="new-wrap"].aos-animate {
  left: 0;
}
[data-aos="new-loader-mark"]:before {
  right: 120%;
  transition: all .8s linear 1.3s;
}
[data-aos="new-loader-mark"].aos-animate:before {
  right: 0px;
}
.screen._category._1 .offer {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 55px 120px 55px 150px;
  position: relative;
}
.screen._category._1 .offer__bg {
  position: absolute;
  left: 40px;
  top: 0;
  right: 40px;
  bottom: 0;
  z-index: 5;
}
.screen._category._1 .offer__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.screen._category._1 .offer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 10;
}
.screen._category._1 .offer__img {
  width: 300px;
  min-width: 300px;
  text-align: center;
}
.screen._category._1 .offer__content {
  width: 100%;
}
.screen._category._1 .offer__title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #E94B46;
  margin-bottom: 24px;
}
.screen._category._1 .offer__text {
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: #414141;
}
.screen._category._1 .offer__text b {
  font-weight: 500;
}
.screen._category._1 .offer__text a {
  color: #414141;
}
.screen._category._1 .offer__text h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 3px;
}
.screen._category._1 .offer__text ul {
  list-style-type: none;
  margin-left: 0;
}
.screen._category._1 .offer__text ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}
.screen._category._1 .offer__text ul li:last-of-type {
  margin-bottom: 0;
}
.screen._category._1 .offer__text ul li:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
  background: #E94B46;
}
.screen._category._1 .offer__text > *:last-of-type {
  margin-bottom: 0;
}
.screen._category._1 .offer._1 {
  padding: 55px 120px 32px 150px;
}
.screen._category._1 .offer._1 .offer__title {
  margin-bottom: 22px;
}
.screen._category._1 .offer._1 .offer__text ul li {
  margin-bottom: 28px;
}
.screen._category._1 .offer._2 {
  padding: 58px 120px 92px 150px;
}
.screen._category._1 .offer._2 .offer__title {
  color: #fff;
  margin-bottom: 26px;
}
.screen._category._1 .offer._2 .offer__text {
  color: #fff;
}
.screen._category._1 .offer._2 .offer__text a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.screen._category._1 .offer._2 .offer__text ul li:before {
  background-color: #fff;
}
.screen._category._1 .offer._3 {
  padding: 98px 120px 55px 150px;
}
.screen._category._1 .offer._3 .offer__title {
  max-width: 660px;
  margin-bottom: 28px;
}
.screen._category._1 .offer._3 .offer__text ul li:before {
  background-color: #414141;
}
.screen._category._2 .screen._main {
  padding-top: 43px;
  background: #fff;
}
.screen._category._2 .offer {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 50px 40px;
}
.screen._category._2 .offer__bg {
  position: absolute;
  left: 40px;
  top: 0;
  right: 40px;
  bottom: 0;
  z-index: 5;
}
.screen._category._2 .offer__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.screen._category._2 .offer__wrap {
  position: relative;
  z-index: 10;
}
.screen._category._2 .offer._bg {
  padding-right: 142px;
}
.screen._category._2 .offer._bg .offer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.screen._category._2 .offer._bg .offer__img {
  width: 410px;
  min-width: 410px;
  text-align: center;
}
.screen._category._2 .offer._bg .offer__title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.screen._category._2 .offer._bg .offer__text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
}
.screen._category._2 .offer._bg .offer__text span {
  font-size: 24px;
  font-weight: bold;
}
.screen._category._2 .offer._number .offer__wrap {
  max-width: 900px;
  margin: 0 auto;
}
.screen._category._2 .offer._number .offer__number {
  margin-bottom: 35px;
}
.screen._category._2 .offer._number .offer__number span {
  width: 133px;
  height: 133px;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 30px;
  color: #00B7F4;
  border-radius: 50%;
}
.screen._category._2 .offer._number .offer__title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.screen._category._2 .offer._number .offer__text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}
.screen._category._2 .offer._2 {
  padding-top: 65px;
  padding-bottom: 50px;
}
.screen._category._2 .offer._2 .offer__title {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #00B7F4;
  max-width: 700px;
  margin: 0 auto 69px;
}
.screen._category._2 .offer._2 .offer__wrap {
  background: url('../img/2-img_7.svg') no-repeat center top;
  height: 488px;
  position: relative;
}
.screen._category._2 .offer._2 .offer__wrap .item {
  position: absolute;
}
.screen._category._2 .offer._2 .offer__wrap .item__number {
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: #00B7F4;
  margin-bottom: -6px;
}
.screen._category._2 .offer._2 .offer__wrap .item__number span {
  font-size: 24px;
  font-weight: 500;
}
.screen._category._2 .offer._2 .offer__wrap .item__text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #414141;
  margin-bottom: 3px;
}
.screen._category._2 .offer._2 .offer__wrap .item._1 {
  left: 0;
  top: 12px;
}
.screen._category._2 .offer._2 .offer__wrap .item._2 {
  left: 0;
  top: 220px;
}
.screen._category._2 .offer._2 .offer__wrap .item._2 .item__text {
  max-width: 240px;
  margin-bottom: 18px;
}
.screen._category._2 .offer._2 .offer__wrap .item._3 {
  width: 307px;
  right: 0;
  top: 12px;
}
.screen._category._2 .offer._2 .offer__wrap .item._3 .item__img {
  position: absolute;
  left: 65px;
  top: 0;
}
.screen._category._2 .offer._2 .offer__wrap .item._4 {
  width: 307px;
  right: 0;
  top: 147px;
}
.screen._category._2 .offer._2 .offer__wrap .item._4 .item__img {
  position: absolute;
  left: 130px;
  top: 0;
}
.screen._category._2 .offer._2 .offer__wrap .item._5 {
  width: 306px;
  right: 0;
  top: 281px;
}
.screen._category._2 .offer._2 .offer__wrap .item._5 .item__img {
  position: absolute;
  left: 130px;
  top: 0;
}
.screen._category._2 .offer._2 .offer__footer .offer__button {
  text-align: center;
  margin-bottom: 30px;
}
.screen._category._2 .offer._2 .offer__footer .offer__button a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  width: 303px;
  height: 65px;
  border: 5px solid #00B7F4;
  border-radius: 53px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #00B7F4;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.screen._category._2 .offer._2 .offer__footer .offer__link {
  text-align: center;
}
.screen._category._2 .offer._2 .offer__footer .offer__link a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #414141;
  border-bottom: 1px solid #414141;
}
.screen._category._2 .offer._3 {
  margin-bottom: 32px;
  padding-top: 98px;
  padding-bottom: 100px;
}
.screen._category._2 .offer._3 .offer__wrap {
  -ms-flex-align: start;
  align-items: flex-start;
}
.screen._category._2 .offer._3 .offer__img {
  text-align: right;
  padding-right: 73px;
}
.screen._category._2 .offer._3 .offer__title {
  margin-bottom: 9px;
}
.screen._category._2 .offer._4 {
  padding-top: 46px;
  padding-bottom: 43px;
}
.screen._category._2 .offer._4 .offer__title {
  margin-bottom: 3px;
}
.screen._category._2 .offer._5 {
  padding-top: 52px;
  padding-bottom: 65px;
}
.screen._category._2 .offer._5 .offer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.screen._category._2 .offer._5 .offer__wrap .item {
  width: 33%;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 85px;
}
.screen._category._2 .offer._5 .offer__wrap .item__title {
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 13px;
  color: #00B7F4;
}
.screen._category._2 .offer._5 .offer__wrap .item__text {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #414141;
}
.screen._category._2 .offer._5 .offer__wrap .item._5 {
  padding: 0;
}
.screen._category._2 .offer._5 .offer__footer {
  max-width: 750px;
  margin: -45px auto 0;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #414141;
}
.screen._category._2 .offer._5 .offer__footer a {
  color: #414141;
  text-decoration: none;
  border-bottom: 1px solid #414141;
}
.screen._category._2 .offer._5 .offer__footer span {
  color: #00B7F4;
  font-size: 36px;
  font-weight: bold;
}
.screen._category._2 .offer._6 {
  padding-top: 44px;
  padding-bottom: 44px;
}
.screen._category._2 .offer._6 .offer__number {
  margin-bottom: 16px;
}
.screen._category._2 .offer._6 .offer__title {
  margin-bottom: 0;
}
.screen._category._2 .offer._6 .offer__text {
  max-width: 790px;
  margin: 0 auto;
}
.screen._category._2 .offer._7 {
  padding-top: 75px;
  padding-bottom: 16px;
}
.screen._category._2 .offer._7 .offer__wrap {
  background: url('../img/2-img_10.png') no-repeat center center;
  background-size: 391px auto;
  padding: 0 100px;
}
.screen._category._2 .offer._7 .offer__wrap .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.screen._category._2 .offer._7 .offer__wrap .item {
  width: 278px;
  text-align: center;
  margin: 31px 0;
}
.screen._category._2 .offer._7 .offer__wrap .item__title {
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 80px;
  color: #00B7F4;
  margin-bottom: 9px;
}
.screen._category._2 .offer._7 .offer__wrap .item__text {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #414141;
}
.screen._category._2 .offer._8 {
  padding-bottom: 100px;
}
.screen._category._2 .offer._8 .offer__number {
  margin-bottom: 39px;
}
.screen._category._2 .offer._8 .offer__title {
  margin-bottom: 1px;
}
.screen._category._2 .offer._9 {
  padding-top: 47px;
  padding-bottom: 40px;
}
.screen._category._2 .offer._9 .offer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
}
.screen._category._2 .offer._9 .offer__wrap .item {
  width: 50%;
  padding: 0 15px;
  display: -ms-flexbox;
  display: flex;
}
.screen._category._2 .offer._9 .offer__wrap .item__img {
  width: 180px;
  min-width: 180px;
  margin-right: 22px;
}
.screen._category._2 .offer._9 .offer__wrap .item__img img {
  max-width: 100%;
  height: auto;
  text-align: right;
}
.screen._category._2 .offer._9 .offer__wrap .item__text {
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #414141;
}
.screen._category._2 .offer._10 {
  padding-top: 55px;
  padding-bottom: 88px;
}
.screen._category._2 .offer._10 .offer__number {
  margin-bottom: 32px;
}
.screen._category._2 .offer._10 .offer__title {
  margin-bottom: 1px;
}
.screen._category._2 .offer._11 {
  padding-top: 100px;
  padding-bottom: 70px;
}
.screen._category._2 .offer._11 .offer__wrap {
  display: -ms-flexbox;
  display: flex;
  padding: 0 175px;
}
.screen._category._2 .offer._11 .offer__wrap .item {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
}
.screen._category._2 .offer._11 .offer__wrap .item__img {
  width: 115px;
  min-width: 115px;
  margin-right: 20px;
  text-align: center;
}
.screen._category._2 .offer._11 .offer__wrap .item__text {
  font-style: normal;
  font-size: 18px;
  color: #414141;
  line-height: 30px;
}
.screen._category._2 .offer._11 .offer__wrap .item__text span {
  font-size: 24px;
}
.screen._category._2 .offer._11 .offer__wrap .item__text b {
  color: #00B7F4;
}
.screen._category._2 .offer._12 {
  padding-top: 66px;
  padding-bottom: 83px;
}
.screen._category._2 .offer._12 .offer__number {
  margin-bottom: 43px;
}
.screen._category._2 .offer._12 .offer__title {
  margin-bottom: 0;
}
.screen._category._2 .offer._12 .offer__text {
  max-width: 780px;
  margin: 0 auto;
}
.screen._category._2 .offer._13 {
  padding-top: 43px;
}
.screen._category._2 .offer._13 .offer__wrap {
  padding: 0 100px;
}
.screen._category._2 .offer._13 .offer__wrap .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 95px;
}
.screen._category._2 .offer._13 .offer__wrap .item:last-of-type {
  margin-bottom: 0;
}
.screen._category._2 .offer._13 .offer__wrap .item__img {
  margin-right: 40px;
  width: 170px;
  min-width: 170px;
}
.screen._category._2 .offer._13 .offer__wrap .item__text {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #414141;
}
.screen._category._2 .offer._13 .offer__wrap .item__text a {
  color: #414141;
  border-bottom: 1px solid #414141;
}
.screen._category._2 .offer._13 .offer__wrap .item._reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.screen._category._2 .offer._13 .offer__wrap .item._reverse .item__img {
  margin-right: 0;
  margin-left: 40px;
}
.screen._category._2 .offer._14 {
  text-align: center;
}
.screen._category._2 .offer._14 .offer__wrap {
  max-width: 790px;
  margin: 0 auto;
}
.screen._category._2 .offer._14 .offer__title {
  color: #00B7F4;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
.screen._category._2 .offer._14 .offer__text {
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.screen._category._3 .screen._main {
  padding-top: 0px;
  background: #fff;
}
.screen._category._3 .offer {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 50px 40px;
}
.screen._category._3 .offer__bg {
  position: absolute;
  left: 40px;
  top: 0;
  right: 40px;
  bottom: 0;
  z-index: 5;
}
.screen._category._3 .offer__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.screen._category._3 .offer__wrap {
  position: relative;
  z-index: 10;
}
.screen._category._3 .offer._1 {
  padding: 30px 0 24px;
}
.screen._category._3 .offer._1 .offer__wrap {
  max-width: 790px;
  margin: 0 auto;
}
.screen._category._3 .offer._1 .offer__title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #F98E3D;
}
.screen._category._3 .offer._2 {
  padding: 90px 67px 76px 90px;
  margin-bottom: 29px;
}
.screen._category._3 .offer._2 .offer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.screen._category._3 .offer._2 .offer__list {
  width: 320px;
  min-width: 320px;
  position: relative;
  height: 770px;
  margin-right: 43px;
}
.screen._category._3 .offer._2 .offer__list:before {
  content: '';
  width: 177.14px;
  height: 582.89px;
  position: absolute;
  left: 70px;
  top: 50px;
  pointer-events: none;
  background: url('../img/3-bg_15.svg');
}
.screen._category._3 .offer._2 .offer__list .item {
  text-align: center;
  width: 175px;
  position: absolute;
}
.screen._category._3 .offer._2 .offer__list .item__icon {
  width: 105px;
  height: 105px;
  border: 10px solid #F98E3D;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 19px;
  border-radius: 50%;
}
.screen._category._3 .offer._2 .offer__list .item__title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #414141;
}
.screen._category._3 .offer._2 .offer__list .item._1 {
  left: 0;
  top: 10px;
}
.screen._category._3 .offer._2 .offer__list .item._2 {
  right: -10px;
  top: 120px;
}
.screen._category._3 .offer._2 .offer__list .item._3 {
  left: 0;
  top: 260px;
}
.screen._category._3 .offer._2 .offer__list .item._4 {
  right: -14px;
  top: 385px;
}
.screen._category._3 .offer._2 .offer__list .item._5 {
  left: 0;
  top: 510px;
}
.screen._category._3 .offer._2 .offer__list .item._6 {
  right: -13px;
  top: 635px;
}
.screen._category._3 .offer._2 .offer__content {
  width: 100%;
}
.screen._category._3 .offer._2 .offer__title {
  margin-bottom: 17px;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  text-transform: uppercase;
  color: #F98E3D;
}
.screen._category._3 .offer._2 .offer__sub-title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #414141;
  margin-bottom: 27px;
}
.screen._category._3 .offer._2 .offer__text {
  list-style-type: none;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #414141;
  margin-bottom: 42px;
}
.screen._category._3 .offer._2 .offer__text ul {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.screen._category._3 .offer._2 .offer__text ul li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 34px;
  margin-bottom: 15px;
}
.screen._category._3 .offer._2 .offer__text ul li:last-of-type {
  margin-bottom: 0;
}
.screen._category._3 .offer._2 .offer__text ul li:before {
  content: counter(my-awesome-counter);
  width: 20px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #414141;
  position: absolute;
  left: 4px;
  top: 0;
}
.screen._category._3 .offer._2 .offer__footer {
  text-align: center;
  max-width: 566px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #414141;
}
.screen._category._3 .offer._2 .offer__footer p {
  margin-bottom: 25px;
}
.screen._category._3 .offer._2 .offer__button a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 566px;
  height: 65px;
  border: 5px solid #F98E3D;
  border-radius: 53px;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 22px;
  text-transform: uppercase;
  color: #F98E3D;
}
.screen._category._3 .offer._3 {
  padding: 63px 67px 65px 40px;
  margin-bottom: 39px;
}
.screen._category._3 .offer._3 .offer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.screen._category._3 .offer._3 .offer__list {
  width: 412px;
  min-width: 412px;
  position: relative;
  height: 770px;
}
.screen._category._3 .offer._3 .offer__list:before {
  content: '';
  width: 380px;
  height: 568px;
  position: absolute;
  left: 2px;
  top: 31px;
  pointer-events: none;
  background: url('../img/3-bg_16.svg') no-repeat center top;
}
.screen._category._3 .offer._3 .offer__list .item {
  text-align: center;
  width: 175px;
  position: absolute;
}
.screen._category._3 .offer._3 .offer__list .item__icon {
  width: 105px;
  height: 105px;
  border: 10px solid #F98E3D;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 19px;
  border-radius: 50%;
}
.screen._category._3 .offer._3 .offer__list .item__title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #414141;
}
.screen._category._3 .offer._3 .offer__list .item._1 {
  left: 0px;
  top: -21px;
}
.screen._category._3 .offer._3 .offer__list .item._2 {
  right: 32px;
  top: -20px;
}
.screen._category._3 .offer._3 .offer__list .item._3 {
  left: 0;
  top: 170px;
}
.screen._category._3 .offer._3 .offer__list .item._4 {
  right: 32px;
  top: 170px;
}
.screen._category._3 .offer._3 .offer__list .item._5 {
  left: 0;
  top: 355px;
}
.screen._category._3 .offer._3 .offer__list .item._6 {
  right: 32px;
  top: 355px;
}
.screen._category._3 .offer._3 .offer__list .item._7 {
  left: 0;
  top: 541px;
}
.screen._category._3 .offer._3 .offer__list .item._8 {
  right: 32px;
  top: 542px;
}
.screen._category._3 .offer._3 .offer__content {
  width: 100%;
}
.screen._category._3 .offer._3 .offer__title {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  text-transform: uppercase;
  color: #F98E3D;
}
.screen._category._3 .offer._3 .offer__sub-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #414141;
  margin-bottom: 24px;
}
.screen._category._3 .offer._3 .offer__sub-title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #414141;
  margin-bottom: 15px;
}
.screen._category._3 .offer._3 .offer__text {
  list-style-type: none;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #414141;
  margin-bottom: 30px;
}
.screen._category._3 .offer._3 .offer__text ul {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.screen._category._3 .offer._3 .offer__text ul li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 30px;
  margin-bottom: 11px;
}
.screen._category._3 .offer._3 .offer__text ul li:last-of-type {
  margin-bottom: 0;
}
.screen._category._3 .offer._3 .offer__text ul li:before {
  content: counter(my-awesome-counter);
  width: 20px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #414141;
  position: absolute;
  left: 0px;
  top: 0;
}
.screen._category._3 .offer._3 .offer__after-wrap {
  position: relative;
  z-index: 20;
  padding: 20px 80px 0;
}
.screen._category._3 .offer._3 .offer__after-wrap .offer__title {
  margin-bottom: 41px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 0;
  text-transform: none;
  line-height: 30px;
  color: #F98E3D;
}
.screen._category._3 .offer._3 .offer__after-wrap .offer__sub-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #414141;
  margin-bottom: 25px;
}
.screen._category._3 .offer._3 .offer__after-wrap .offer__list {
  color: #414141;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  height: auto;
  width: 100%;
}
.screen._category._3 .offer._3 .offer__after-wrap .offer__list:before {
  display: none;
}
.screen._category._3 .offer._3 .offer__after-wrap .offer__list .item {
  width: 50%;
  text-align: center;
  padding: 0 15px;
  position: static;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.screen._category._3 .offer._3 .offer__button {
  text-align: center;
}
.screen._category._3 .offer._3 .offer__button a {
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 566px;
  height: 65px;
  border: 5px solid #F98E3D;
  border-radius: 53px;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 22px;
  text-transform: uppercase;
  color: #F98E3D;
}
.screen._category._3 .offer._4 {
  padding: 40px 67px 41px 60px;
  margin-bottom: 28px;
}
.screen._category._3 .offer._4 .offer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.screen._category._3 .offer._4 .offer__list {
  width: 393px;
  min-width: 393px;
  position: relative;
  height: 770px;
}
.screen._category._3 .offer._4 .offer__list:before {
  content: '';
  width: 380px;
  height: 568px;
  position: absolute;
  left: -10px;
  top: 80px;
  pointer-events: none;
  background: url('../img/3-bg_17.svg') no-repeat center top;
}
.screen._category._3 .offer._4 .offer__list .item {
  text-align: center;
  width: 175px;
  position: absolute;
}
.screen._category._3 .offer._4 .offer__list .item__icon {
  width: 105px;
  height: 105px;
  border: 10px solid #F98E3D;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 19px;
  border-radius: 50%;
}
.screen._category._3 .offer._4 .offer__list .item__title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #414141;
}
.screen._category._3 .offer._4 .offer__list .item._1 {
  left: 0;
  top: 30px;
}
.screen._category._3 .offer._4 .offer__list .item._2 {
  right: 34px;
  top: 30px;
}
.screen._category._3 .offer._4 .offer__list .item._3 {
  left: 0;
  top: 220px;
}
.screen._category._3 .offer._4 .offer__list .item._4 {
  right: 34px;
  top: 220px;
}
.screen._category._3 .offer._4 .offer__list .item._5 {
  left: 0;
  top: 407px;
}
.screen._category._3 .offer._4 .offer__list .item._6 {
  right: 33px;
  top: 405px;
}
.screen._category._3 .offer._4 .offer__list .item._7 {
  left: 0;
  top: 593px;
}
.screen._category._3 .offer._4 .offer__list .item._8 {
  right: 32px;
  top: 592px;
}
.screen._category._3 .offer._4 .offer__content {
  width: 100%;
}
.screen._category._3 .offer._4 .offer__title {
  margin-bottom: 11px;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  text-transform: uppercase;
  color: #F98E3D;
}
.screen._category._3 .offer._4 .offer__sub-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  max-width: 700px;
  margin-bottom: 8px;
}
.screen._category._3 .offer._4 .offer__sub-title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #414141;
  margin-bottom: 5px;
}
.screen._category._3 .offer._4 .offer__text {
  list-style-type: none;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  color: #414141;
  margin-bottom: 35px;
}
.screen._category._3 .offer._4 .offer__text ul {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.screen._category._3 .offer._4 .offer__text ul li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 29px;
  margin-bottom: 15px;
}
.screen._category._3 .offer._4 .offer__text ul li:last-of-type {
  margin-bottom: 0;
}
.screen._category._3 .offer._4 .offer__text ul li:before {
  content: counter(my-awesome-counter);
  width: 20px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #414141;
  position: absolute;
  left: -1px;
  top: 0;
}
.screen._category._3 .offer._4 .offer__footer {
  max-width: 566px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #414141;
}
.screen._category._3 .offer._4 .offer__footer p {
  margin-bottom: 19px;
}
.screen._category._3 .offer._4 .offer__button a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 462px;
  height: 65px;
  border: 5px solid #F98E3D;
  border-radius: 53px;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 22px;
  text-transform: uppercase;
  color: #F98E3D;
}
.screen._category._3 .offer._5 {
  text-align: center;
  padding: 78px 50px 62px;
}
.screen._category._3 .offer._5 .offer__title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 31px;
}
.screen._category._3 .offer._5 .offer__text {
  max-width: 720px;
  margin: 0 auto 44px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #FFFFFF;
}
.screen._category._3 .offer._5 .offer__video {
  max-width: 482px;
  margin: 0 auto;
}
.screen._category._3 .offer._5 .offer__video img {
  display: block;
}
.screen._category._3 .offer._6 {
  padding-top: 60px;
  padding-bottom: 0px;
}
.screen._category._3 .offer._6 .offer__title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #F98E3D;
}
.screen._category._3 .offer._post {
  padding-left: 144px;
  padding-right: 144px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.screen._category._3 .offer._post .offer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.screen._category._3 .offer._post .offer__img {
  width: 278px;
  min-width: 278px;
  height: 278px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 30px;
  background-color: rgba(249, 142, 61, 0.75);
}
.screen._category._3 .offer._post .offer__img img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}
.screen._category._3 .offer._post .offer__content {
  width: 100%;
}
.screen._category._3 .offer._post .offer__title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #F98E3D;
  margin-bottom: 7px;
}
.screen._category._3 .offer._post .offer__text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #414141;
}
.screen._category._3 .offer._post._reverse .offer__wrap {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.screen._category._3 .offer._post._reverse .offer__img {
  margin-right: 0;
  margin-left: 30px;
}
.screen._category._3 .offer._know {
  padding-bottom: 88px;
}
.screen._category._3 .offer._know .offer__bg {
  background-color: rgba(249, 142, 61, 0.75);
}
.screen._category._3 .offer._know .offer__title {
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: 36px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 61px;
}
.screen._category._3 .offer._know .offer__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.screen._category._3 .offer._know .offer__list .item {
  margin: 0 40px;
  width: 277px;
  min-width: 277px;
  height: 277px;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}
.screen._category._3 .offer._know .offer__list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.screen._category._3 .offer._know .offer__list .item._big {
  width: 380px;
  min-width: 380px;
  height: 380px;
  margin: 0 7px;
}
.screen._category._3 .offer._know .offer__list .item._medium {
  width: 363px;
  min-width: 363px;
  height: 363px;
  padding: 0 20px;
  margin: 0 7px;
}
.screen._category._3 .offer._know .offer__list .item._large {
  width: 340px;
  min-width: 340px;
  height: 340px;
  margin: 0 7px;
}
.screen._category._3 .offer._12 {
  padding-bottom: 44px;
}
.screen._category._3 .offer._12 .offer__title {
  margin-bottom: 17px;
}
.screen._category._3 .offer._14 {
  padding-bottom: 52px;
}
.screen._category._3 .offer._14 .offer__title {
  margin-bottom: 16px;
}
.screen._category._3 .offer._16 {
  padding-bottom: 52px;
}
.screen._category._3 .offer._16 .offer__title {
  margin-bottom: 16px;
}
.screen._category._3 .offer._18 {
  padding-bottom: 44px;
}
.screen._category._3 .offer._18 .offer__title {
  margin-bottom: 17px;
}
.screen._category._3 .offer._20 {
  padding-bottom: 50px;
}
.screen._category._3 .offer._20 .offer__title {
  margin-bottom: 15px;
}
.screen._category._3 .offer._22 {
  padding-bottom: 50px;
}
.screen._category._3 .offer._22 .offer__title {
  margin-bottom: 15px;
}
.screen._category._3 .offer._22 .offer__list .item {
  width: 318px;
  min-width: 318px;
  height: 318px;
}
.screen._category._3 .offer._24 {
  margin-bottom: 40px;
  padding-top: 95px;
  padding-bottom: 103px;
}
.screen._category._3 .offer._24 .offer__bg {
  background-color: rgba(249, 142, 61, 0.75);
}
.screen._category._3 .offer._24 .offer__title {
  font-style: italic;
  font-weight: bold;
  font-size: 36px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 18px;
}
.screen._category._3 .offer._24 .offer__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.screen._category._3 .offer._24 .offer__list .item {
  padding: 0 21px;
}
.screen._category._3 .offer._24 .offer__list a {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #F8C7A4;
  padding-bottom: 5px;
  text-decoration: none;
  border-bottom: 1px solid #F8C7A4;
}
.screen._category._3 .offer._24 .offer__list a:hover {
  color: #FFFFFF;
}
.screen._category._3 .offer._25 {
  padding-top: 57px;
  padding-bottom: 21px;
  margin-bottom: 20px;
}
.screen._category._3 .offer._25 .offer__bg {
  background-color: rgba(249, 142, 61, 0.75);
}
.screen._category._3 .offer._25 .offer__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 126px;
  margin-bottom: 14px;
}
.screen._category._3 .offer._25 .offer__img {
  text-align: right;
  width: 250px;
  min-width: 250px;
  margin-right: 33px;
}
.screen._category._3 .offer._25 .offer__title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-right: 110px;
  width: 100%;
}
.screen._category._3 .offer._25 .offer__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.screen._category._3 .offer._25 .offer__list .item {
  padding: 0 23px;
}
.screen._category._3 .offer._25 .offer__list a {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #F8C7A4;
  border-bottom: 2px dotted #F8C7A4;
}
.screen._category._3 .offer._25 .offer__list a:hover {
  color: #FFFFFF;
  border-bottom-color: #fff;
}
.screen._category._3 .offer._blockquote {
  padding: 20px 40px;
}
.screen._category._3 .offer._blockquote .offer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.screen._category._3 .offer._blockquote .offer__content {
  width: 100%;
}
.screen._category._3 .offer._blockquote .offer__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #F98E3D;
  margin-bottom: 3px;
}
.screen._category._3 .offer._blockquote .offer__sub-title {
  color: #414141;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  padding-left: 76px;
  max-width: 670px;
  min-height: 62px;
  background: url(../img/3-icon_23.svg) no-repeat left 0px;
  margin-bottom: 0px;
}
.screen._category._3 .offer._blockquote .offer__text {
  color: #414141;
  font-size: 18px;
  line-height: 30px;
}
.screen._category._3 .offer._blockquote .offer__video {
  width: 482px;
  min-width: 482px;
  height: 271px;
  background: rgba(249, 142, 61, 0.8);
  margin-left: 30px;
}
.screen._category._3 .offer._blockquote._reverse .offer__wrap {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.screen._category._3 .offer._blockquote._reverse .offer__video {
  margin-left: 0;
  margin-right: 30px;
}
.screen._category._4 .screen._main {
  padding-top: 40px;
  background: #fff;
}
.screen._category._4 .offer {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 50px 40px;
}
.screen._category._4 .offer__bg {
  position: absolute;
  left: 40px;
  top: 0;
  right: 40px;
  bottom: 0;
  z-index: 5;
}
.screen._category._4 .offer__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.screen._category._4 .offer__wrap {
  position: relative;
  z-index: 10;
}
.screen._category._4 .offer._1 {
  padding-top: 60px;
  padding-bottom: 73px;
}
.screen._category._4 .offer._1 .offer__bg {
  background-color: rgba(0, 177, 93, 0.8);
}
.screen._category._4 .offer._1 .offer__title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 730px;
  margin: 0 auto 13px;
}
.screen._category._4 .offer._1 .offer__text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  max-width: 730px;
  margin: 0 auto 31px;
}
.screen._category._4 .offer._1 .offer__sub-title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  max-width: 700px;
  margin: 0 auto 28px;
}
.screen._category._4 .offer._1 .offer__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 910px;
  margin: 0 auto -13px;
}
.screen._category._4 .offer._1 .offer__list .item {
  width: 33%;
  text-align: center;
  margin-bottom: 52px;
}
.screen._category._4 .offer._1 .offer__list .item__number {
  margin-bottom: 17px;
}
.screen._category._4 .offer._1 .offer__list .item__number span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 105px;
  height: 105px;
  border: 10px solid #FFFFFF;
  border-radius: 50%;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.screen._category._4 .offer._1 .offer__list .item__title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
}
.screen._category._4 .offer._1 .offer__button {
  text-align: center;
}
.screen._category._4 .offer._1 .offer__button a {
  width: 299px;
  height: 65px;
  border: 5px solid #FFFFFF;
  border-radius: 53px;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.screen._category._4 .offer._2 {
  padding-top: 62px;
  padding-bottom: 0px;
}
.screen._category._4 .offer._2 .offer__title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #00B15D;
}
.screen._category._4 .offer._3 {
  padding-top: 43px;
  padding-bottom: 19px;
}
.screen._category._4 .offer._text .offer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.screen._category._4 .offer._text .offer__img {
  width: 410px;
  min-width: 410px;
  text-align: center;
}
.screen._category._4 .offer._text .offer__title {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  color: #00B15D;
  margin-bottom: 9px;
}
.screen._category._4 .offer._text .offer__text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #414141;
}
.screen._category._4 .offer._text .offer__text ul {
  margin-left: 20px;
}
.screen._category._4 .offer._text .offer__text ul li {
  margin-bottom: 32px;
}
.screen._category._4 .offer._text .offer__text ul ul {
  line-height: 25px;
  margin-top: 3px;
  font-weight: normal;
}
.screen._category._4 .offer._text .offer__text ul ul li {
  margin-bottom: 15px;
}
.screen._category._4 .offer._text._4 .offer__wrap {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.screen._category._4 .offer._4 {
  padding-top: 0;
  padding-bottom: 7px;
}
.screen._category._4 .offer._5 {
  padding-bottom: 26px;
}
.screen._category._4 .offer._5 .offer__title {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #00B15D;
  margin-bottom: 50px;
}
.screen._category._4 .offer._5 .offer__sub-title {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #414141;
  margin-bottom: 44px;
}
.screen._category._4 .offer._5 .offer__text {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #414141;
}
.screen._category._4 .offer._5 .offer__text p {
  margin-bottom: 20px;
}
.screen._category._4 .offer._5 .offer__text p:last-of-type {
  margin-bottom: 0;
}
.screen._category._4 .offer._5 .offer__text p large {
  font-size: 24px;
  line-height: 36px;
}
.screen._category._4 .offer._6 {
  margin-bottom: 39px;
}
.screen._category._4 .offer._6 .offer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.screen._category._4 .offer._6 .offer__img {
  width: 410px;
  min-width: 410px;
}
.screen._category._4 .offer._6 .offer__title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #414141;
  margin-bottom: 20px;
}
.screen._category._4 .offer._6 .offer__list {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #414141;
}
.screen._category._4 .offer._6 .offer__list b {
  color: #00B15D;
}
.screen._category._4 .offer._6 .offer__list ul {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.screen._category._4 .offer._6 .offer__list ul li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 20px;
  margin-bottom: 33px;
}
.screen._category._4 .offer._6 .offer__list ul li:last-of-type {
  margin-bottom: 0;
}
.screen._category._4 .offer._6 .offer__list ul li:before {
  content: counter(my-awesome-counter);
  width: 20px;
  color: #00B15D;
  font-size: 24px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  position: absolute;
  left: -1px;
  top: 0;
}
.screen._category._4 .offer._7 {
  padding-left: 143px;
  padding-top: 64px;
  padding-right: 12px;
  padding-bottom: 60px;
}
.screen._category._4 .offer._7 .offer__bg {
  background-color: rgba(0, 177, 93, 0.8);
}
.screen._category._4 .offer._7 .offer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.screen._category._4 .offer._7 .offer__img {
  width: 510px;
  min-width: 510px;
  margin-left: 30px;
}
.screen._category._4 .offer._7 .offer__title {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.screen._category._4 .offer._7 .offer__sub-title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.screen._category._4 .offer._7 .offer__text {
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 19px;
}
.screen._category._4 .offer._7 .offer__text ul {
  margin-left: 20px;
}
.screen._category._4 .offer._7 .offer__text ul li {
  margin-bottom: 15px;
}
.screen._category._4 .offer._7 .offer__footer {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}
.screen._category._4 .offer._8 {
  padding-top: 40px;
  padding-bottom: 94px;
}
.screen._category._4 .offer._8 .offer__title {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #00B15D;
  max-width: 600px;
  margin: 0 auto 53px;
}
.screen._category._4 .offer._8 .offer__blocks .block {
  margin-bottom: 35px;
}
.screen._category._4 .offer._8 .offer__blocks .block__icon {
  text-align: center;
  margin-bottom: 29px;
}
.screen._category._4 .offer._8 .offer__blocks .block__title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #414141;
  margin-bottom: 60px;
}
.screen._category._4 .offer._8 .offer__blocks .block__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.screen._category._4 .offer._8 .offer__blocks .block__list .item {
  max-width: 300px;
}
.screen._category._4 .offer._8 .offer__blocks .block__list .item__number {
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 30px;
  text-align: center;
  color: #00B15D;
  margin-bottom: 33px;
}
.screen._category._4 .offer._8 .offer__blocks .block__list .item__number span {
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  font-weight: normal;
  vertical-align: top;
  position: relative;
  top: 14px;
}
.screen._category._4 .offer._8 .offer__blocks .block__list .item__title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #414141;
}
.screen._category._4 .offer._9 {
  padding-top: 70px;
  padding-bottom: 66px;
}
.screen._category._4 .offer._9 .offer__bg {
  background-color: rgba(0, 177, 93, 0.8);
}
.screen._category._4 .offer._9 .offer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.screen._category._4 .offer._9 .offer__img {
  width: 410px;
  min-width: 410px;
  text-align: right;
  padding-right: 30px;
  padding-top: 26px;
}
.screen._category._4 .offer._9 .offer__content {
  padding-right: 60px;
}
.screen._category._4 .offer._9 .offer__title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 11px;
}
.screen._category._4 .offer._9 .offer__sub-title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 23px;
}
.screen._category._4 .offer._9 .offer__list {
  margin-bottom: 16px;
}
.screen._category._4 .offer._9 .offer__list .item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.screen._category._4 .offer._9 .offer__list .item:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 50%;
  background: #C5FFE3;
}
.screen._category._4 .offer._9 .offer__list .item a {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #C5FFE3;
  text-decoration: none;
  border-bottom: 2px dotted #C5FFE3;
}
.screen._category._4 .offer._title {
  text-align: center;
  padding: 73px 0 3px;
  margin-bottom: -9px;
}
.screen._category._4 .offer._title .offer__wrap {
  max-width: 690px;
  margin: 0 auto;
}
.screen._category._4 .offer._title .offer__text {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #414141;
}
.screen._category._4 .offer._title .offer__title {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #00B15D;
  margin-bottom: 15px;
}
.screen._category._4 .offer._post {
  padding-bottom: 6px;
}
.screen._category._4 .offer._post .offer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.screen._category._4 .offer._post .offer__img {
  width: 410px;
  min-width: 410px;
  text-align: center;
}
.screen._category._4 .offer._post .offer__title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #00B15D;
  margin-bottom: 8px;
}
.screen._category._4 .offer._post .offer__text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #414141;
  max-width: 680px;
}
.screen._category._4 .offer._post .offer__text ul {
  list-style-type: none;
}
.screen._category._4 .offer._post .offer__text ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 16px;
}
.screen._category._4 .offer._post .offer__text ul li:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  left: 1px;
  top: 12px;
  border-radius: 50%;
  background: #00B15D;
}
.screen._category._4 .offer._post .offer__text ul li:last-of-type {
  margin-bottom: 0;
}
.screen._category._4 .offer._post._12 .offer__wrap,
.screen._category._4 .offer._post._14 .offer__wrap,
.screen._category._4 .offer._post._18 .offer__wrap {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 760px) {
  .block._video video {
    width: 100% !important;
  }
  .screen._category._1 .offer__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._1 .offer._1 {
    padding: 30px;
  }
  .screen._category._1 .offer__img {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
  .screen._category._1 .offer__img img {
    width: auto;
    max-height: 160px;
  }
  .screen._category._1 .offer__title {
    font-size: 24px;
    line-height: 30px;
  }
  .screen._category._1 .offer__text {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._1 .offer._1 .offer__text ul li {
    margin-bottom: 10px;
  }
  .screen._category._1 .offer._2 {
    padding: 30px;
  }
  .screen._category._1 .offer__bg {
    left: 0;
    right: 0;
  }
  .screen._category._1 .offer__text h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .screen._category._1 .offer._3 {
    padding: 30px;
  }
  .screen._category._2 .offer__bg {
    left: 0;
    right: 0;
  }
  .screen._category._2 .offer {
    padding: 30px;
  }
  .screen._category._2 .offer._bg {
    padding: 30px;
  }
  .screen._category._2 .offer._bg .offer__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._2 .offer._bg .offer__img {
    width: 100%;
    min-width: 100%;
    margin-bottom: 30px;
  }
  .screen._category._2 .offer._bg .offer__img img {
    width: auto;
    max-height: 160px;
  }
  .screen._category._2 .offer._bg .offer__text span {
    font-size: 18px;
  }
  .screen._category._2 .offer._bg .offer__title,
  .screen._category._2 .offer._2 .offer__title {
    font-size: 24px;
    line-height: 30px;
  }
  .screen._category._2 .offer._bg .offer__text {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._2 .offer._2 {
    padding: 30px;
  }
  .screen._category._2 .offer._2 .offer__wrap {
    background: none;
    height: auto;
    margin-bottom: 20px;
  }
  .screen._category._2 .offer._2 .offer__wrap .item {
    position: static;
    margin-bottom: 10px;
  }
  .screen._category._2 .offer._2 .offer__title {
    margin-bottom: 30px;
  }
  .screen._category._2 .offer._2 .offer__wrap .item._3 .item__img,
  .screen._category._2 .offer._2 .offer__wrap .item._4 .item__img,
  .screen._category._2 .offer._2 .offer__wrap .item._5 .item__img {
    position: static;
  }
  .screen._category._2 .offer._number {
    padding: 30px;
  }
  .screen._category._2 .offer._2 .offer__wrap .item__number {
    font-size: 24px;
    line-height: 36px;
  }
  .screen._category._2 .offer._2 .offer__wrap .item__text {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._2 .offer._number .offer__number {
    margin-bottom: 15px;
  }
  .screen._category._2 .offer._number .offer__number span {
    width: 63px;
    height: 63px;
    font-size: 32px;
    line-height: 32px;
  }
  .screen._category._2 .offer._4 {
    padding: 30px;
  }
  .screen._category._2 .offer._number .offer__title {
    font-size: 16px;
    line-height: 24px;
  }
  .screen._category._2 .offer._number .offer__text {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._2 .offer._5 .offer__wrap .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .screen._category._2 .offer._5 .offer__wrap .item:last-of-type {
    margin-bottom: 0;
  }
  .screen._category._2 .offer._5 .offer__wrap .item__title {
    font-size: 50px;
    line-height: 50px;
  }
  .screen._category._2 .offer._5 .offer__wrap .item__text {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._2 .offer._5 .offer__footer {
    margin-top: 30px;
    font-size: 18px;
    line-height: 24px;
  }
  .screen._category._2 .offer._5 .offer__footer span {
    font-size: 24px;
  }
  .screen._category._2 .offer._7 .offer__wrap .item {
    width: 50%;
  }
  .screen._category._2 .offer._7 {
    padding: 30px;
  }
  .screen._category._2 .offer._7 .offer__wrap {
    background: none;
    padding: 0;
  }
  .screen._category._2 .offer._7 .offer__wrap .item__title {
    font-size: 50px;
    line-height: 50px;
  }
  .screen._category._2 .offer._7 .offer__wrap .item__text {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._2 .offer._9 .offer__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._2 .offer._9 .offer__wrap .item {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  .screen._category._2 .offer._9 .offer__wrap .item__img {
    margin-bottom: 10px;
  }
  .screen._category._2 .offer._9 .offer__wrap .item__text {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._2 .offer._11 {
    padding: 30px;
  }
  .screen._category._2 .offer._11 .offer__wrap .item {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .screen._category._2 .offer._11 .offer__wrap .item__img {
    margin-bottom: 10px;
  }
  .screen._category._2 .offer._11 .offer__wrap {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._2 .offer._13 .offer__wrap {
    padding: 0;
  }
  .screen._category._2 .offer._13 .offer__wrap .item {
    margin-bottom: 30px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._2 .offer._13 .offer__wrap .item._reverse {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._2 .offer._13 .offer__wrap .item__img {
    margin-bottom: 15px;
  }
  .screen._category._2 .offer._13 .offer__wrap .item._reverse .item__img {
    margin-left: 0;
  }
  .screen._category._2 .offer._13 .offer__wrap .item__text {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._3 .offer._1 .offer__title {
    font-size: 24px;
    line-height: 36px;
  }
  .screen._category._3 .offer__bg {
    left: 0;
    right: 0;
  }
  .screen._category._3 .offer._2 {
    padding: 30px;
  }
  .screen._category._3 .offer._2 .offer__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._3 .offer._2 .offer__list {
    height: auto;
  }
  .screen._category._3 .offer._2 .offer__list .item {
    width: 100%;
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    margin-bottom: 15px;
  }
  .screen._category._3 .offer._2 .offer__list .item__icon {
    min-width: 105px;
    margin: 0 15px 0 0;
  }
  .screen._category._3 .offer._2 .offer__title {
    font-size: 24px;
    line-height: 36px;
  }
  .screen._category._3 .offer._2 .offer__sub-title {
    font-size: 18px;
    line-height: 24px;
  }
  .screen._category._3 .offer._2 .offer__text {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._3 .offer._2 .offer__text ul li:before {
    font-size: 18px;
    line-height: 1.667;
  }
  .screen._category._3 .offer._2 .offer__button a {
    width: 300px;
    font-size: 14px;
  }
  .screen._category._3 .offer._3 .offer__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._3 .offer._3 .offer__list {
    width: 100%;
    min-width: 100%;
    margin-top: 20px;
    height: auto;
  }
  .screen._category._3 .offer._2 .offer__list:before {
    display: none;
  }
  .screen._category._3 .offer._3 {
    padding: 30px;
  }
  .screen._category._3 .offer._3 .offer__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._3 .offer._3 .offer__list {
    height: auto;
  }
  .screen._category._3 .offer._3 .offer__list:before {
    display: none;
  }
  .screen._category._3 .offer._3 .offer__list .item {
    width: 100%;
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    margin-bottom: 15px;
  }
  .screen._category._3 .offer._3 .offer__list .item__icon {
    min-width: 105px;
    margin: 0 15px 0 0;
  }
  .screen._category._3 .offer._3 .offer__title {
    font-size: 24px;
    line-height: 36px;
  }
  .screen._category._3 .offer._3 .offer__sub-title {
    font-size: 18px;
    line-height: 24px;
  }
  .screen._category._3 .offer._3 .offer__sub-text {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._3 .offer._3 .offer__text {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._3 .offer._3 .offer__after-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .screen._category._3 .offer._3 .offer__after-wrap .offer__title {
    margin-bottom: 20px;
  }
  .screen._category._3 .offer._3 .offer__after-wrap .offer__list {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._3 .offer._3 .offer__after-wrap .offer__list .item {
    width: 100%;
    font-size: 14px;
    line-height: 1.667;
    text-align: left;
    margin-bottom: 15px;
  }
  .screen._category._3 .offer._3 .offer__button a {
    width: 300px;
    font-size: 14px;
  }
  .screen._category._3 .offer._3 .offer__after-wrap .offer__title {
    font-size: 24px;
    line-height: 36px;
  }
  .screen._category._3 .offer._4 .offer__list {
    height: auto;
  }
  .screen._category._3 .offer._4 .offer__list .item {
    width: 100%;
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    margin-bottom: 15px;
  }
  .screen._category._3 .offer._4 .offer__list .item__icon {
    min-width: 105px;
    margin: 0 15px 0 0;
  }
  .screen._category._3 .offer._4 {
    padding: 30px;
  }
  .screen._category._3 .offer._4 .offer__list {
    width: 100%;
    min-width: 100%;
  }
  .screen._category._3 .offer._4 .offer__list:before {
    display: none;
  }
  .screen._category._3 .offer._4 .offer__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._3 .offer._4 .offer__title {
    font-size: 24px;
    line-height: 36px;
  }
  .screen._category._3 .offer._4 .offer__sub-text {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._3 .offer._4 .offer__sub-title {
    font-size: 18px;
    line-height: 24px;
  }
  .screen._category._3 .offer._4 .offer__text {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._3 .offer._4 .offer__button a {
    width: 300px;
    font-size: 14px;
  }
  .screen._category._3 .offer._5 .offer__title {
    font-size: 24px;
    line-height: 30px;
  }
  .screen._category._3 .offer._5 .offer__text {
    font-size: 18px;
    line-height: 24px;
  }
  .screen._category._3 .offer._5 {
    padding: 30px;
  }
  .screen._category._3 .offer._6 .offer__title {
    font-size: 24px;
    line-height: 30px;
  }
  .screen._category._3 .offer._post {
    padding: 30px;
  }
  .screen._category._3 .offer._post .offer__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._3 .offer._post .offer__img {
    width: 160px;
    min-width: 160px;
    height: 160px;
    margin: 0 auto 15px;
  }
  .screen._category._3 .offer._post .offer__title {
    font-size: 18px;
    line-height: 24px;
  }
  .screen._category._3 .offer._post .offer__text {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._3 .offer._know {
    padding: 30px;
  }
  .screen._category._3 .offer._know .offer__title {
    font-size: 24px;
    line-height: 30px;
  }
  .screen._category._3 .offer._know .offer__title {
    margin-bottom: 15px;
  }
  .screen._category._3 .offer._post._reverse .offer__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._3 .offer._know .offer__list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .screen._category._3 .offer._know .offer__list .item {
    margin: 5px 0;
  }
  .screen._category._3 .offer._know .offer__list .item {
    font-size: 14px;
    line-height: 18px;
  }
  .screen._category._3 .offer._post._reverse .offer__img {
    margin-left: auto;
    margin-right: auto;
  }
  .screen._category._3 .offer._know .offer__list .item._big,
  .screen._category._3 .offer._know .offer__list .item._medium,
  .screen._category._3 .offer._know .offer__list .item._large {
    width: 277px;
    min-width: 277px;
    height: 277px;
    margin: 5px 0;
    padding: 0 10px;
  }
  .screen._category._3 .offer._24 {
    padding: 30px;
  }
  .screen._category._3 .offer._24 .offer__title {
    font-size: 24px;
    line-height: 30px;
  }
  .screen._category._3 .offer._24 .offer__list {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._3 .offer._24 .offer__list .item {
    padding: 0;
    margin-bottom: 10px;
  }
  .screen._category._3 .offer._24 .offer__list .item:last-of-type {
    margin-bottom: 0;
  }
  .screen._category._3 .offer._25 .offer__header {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._3 .offer._25 {
    padding: 30px;
  }
  .screen._category._3 .offer._25 .offer__img {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .screen._category._3 .offer._25 .offer__img img {
    width: auto;
    max-height: 160px;
  }
  .screen._category._3 .offer._25 .offer__title {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
  }
  .screen._category._3 .offer._24 .offer__list a {
    font-size: 18px;
    line-height: 30px;
  }
  .screen._category._3 .offer._25 .offer__list {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._3 .offer._25 .offer__list .item {
    padding: 0;
    margin-bottom: 10px;
  }
  .screen._category._3 .offer._25 .offer__list .item:last-of-type {
    margin-bottom: 0;
  }
  .screen._category._3 .offer._25 .offer__list a {
    font-size: 18px;
  }
  .screen._category._3 .offer._blockquote .offer__wrap {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .screen._category._3 .offer._blockquote {
    padding: 30px;
  }
  .screen._category._3 .offer._blockquote .offer__video {
    margin-left: 0;
    width: 100%;
    min-width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .screen._category._3 .offer._blockquote .offer__sub-title {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._3 .offer._blockquote .offer__text {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._3 .offer._blockquote._reverse .offer__wrap {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .screen._category._4 .offer {
    padding: 30px;
  }
  .screen._category._4 .offer__bg {
    left: 0;
    right: 0;
  }
  .screen._category._4 .offer._1 .offer__title {
    font-size: 24px;
    line-height: 30px;
  }
  .screen._category._4 .offer._1 {
    padding: 30px;
  }
  .screen._category._4 .offer._1 .offer__text {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._4 .offer._1 .offer__sub-title {
    font-size: 18px;
    line-height: 24px;
  }
  .screen._category._4 .offer._1 .offer__list .item {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: left;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .screen._category._4 .offer._1 .offer__list .item__number {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .screen._category._4 .offer._1 .offer__list .item__title {
    text-align: left;
  }
  .screen._category._4 .offer._1 .offer__list {
    margin-bottom: 30px;
  }
  .screen._category._4 .offer._2 .offer__title {
    font-size: 24px;
    line-height: 30px;
  }
  .screen._category._4 .offer._2 {
    padding-top: 30px;
  }
  .screen._category._4 .offer._text .offer__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._4 .offer._text .offer__img {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
  .screen._category._4 .offer._text .offer__img img {
    width: auto;
    max-height: 160px;
  }
  .screen._category._4 .offer._text._4 .offer__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._4 .offer._text .offer__title {
    font-size: 18px;
    line-height: 24px;
  }
  .screen._category._4 .offer._text .offer__text {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._4 .offer._text .offer__text ul li {
    margin-bottom: 15px;
  }
  .screen._category._4 .offer._5 .offer__title {
    font-size: 24px;
    line-height: 30px;
  }
  .screen._category._4 .offer._5 .offer__sub-title {
    font-size: 18px;
    line-height: 24px;
  }
  .screen._category._4 .offer._5 .offer__text {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._4 .offer._5 .offer__text p {
    margin-bottom: 15px;
  }
  .screen._category._4 .offer._5 .offer__text p:last-of-type {
    margin-bottom: 0;
  }
  .screen._category._4 .offer._6 .offer__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._4 .offer._6 .offer__img {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .screen._category._4 .offer._6 .offer__img img {
    width: auto;
    max-height: 160px;
  }
  .screen._category._4 .offer._6 .offer__title {
    font-size: 18px;
    line-height: 24px;
  }
  .screen._category._4 .offer._6 .offer__list {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._4 .offer._7 .offer__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._4 .offer._7 .offer__img {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .screen._category._4 .offer._7 .offer__img img {
    width: auto;
    max-height: 160px;
  }
  .screen._category._4 .offer._7 {
    padding: 30px;
  }
  .screen._category._4 .offer._7 .offer__title {
    font-size: 24px;
    line-height: 30px;
  }
  .screen._category._4 .offer._7 .offer__sub-title {
    font-size: 18px;
    line-height: 24px;
  }
  .screen._category._4 .offer._7 .offer__text {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._4 .offer._7 .offer__footer {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._4 .offer._8 .offer__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .screen._category._4 .offer._8 .offer__blocks .block__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .screen._category._4 .offer._8 .offer__blocks .block__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .screen._category._4 .offer._8 .offer__blocks .block__list .item {
    width: 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }
  .screen._category._4 .offer._8 .offer__blocks .block__list .item__number {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .screen._category._4 .offer._8 .offer__blocks .block__list .item__number span {
    font-size: 20px;
    top: 10px;
  }
  .screen._category._4 .offer._8 .offer__blocks .block__list .item__title {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._4 .offer._8 {
    padding: 30px;
  }
  .screen._category._4 .offer._9 .offer__img {
    padding-top: 0;
    padding-right: 0;
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .screen._category._4 .offer._9 .offer__img img {
    width: auto;
    max-height: 160px;
  }
  .screen._category._4 .offer._9 .offer__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._4 .offer._9 {
    padding: 30px;
  }
  .screen._category._4 .offer._9 .offer__title {
    font-size: 24px;
    line-height: 30px;
  }
  .screen._category._4 .offer._9 .offer__sub-title {
    font-size: 18px;
    line-height: 24px;
  }
  .screen._category._4 .offer._9 .offer__list .item a {
    font-size: 18px;
    line-height: 24px;
  }
  .screen._category._4 .offer._9 .offer__list .item:before {
    width: 7px;
    height: 7px;
    top: 10px;
  }
  .screen._category._4 .offer._title {
    padding: 30px 30px 0;
  }
  .screen._category._4 .offer._title .offer__title {
    font-size: 24px;
    line-height: 30px;
  }
  .screen._category._4 .offer._title .offer__text {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._4 .offer._9 .offer__content {
    padding-right: 0;
  }
  .screen._category._4 .offer._post .offer__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen._category._4 .offer._post .offer__img {
    padding-top: 0;
    padding-right: 0;
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .screen._category._4 .offer._post .offer__img img {
    width: auto;
    max-height: 160px;
  }
  .screen._category._4 .offer._post .offer__title {
    font-size: 18px;
    line-height: 24px;
  }
  .screen._category._4 .offer._post .offer__text {
    font-size: 14px;
    line-height: 1.667;
  }
  .screen._category._4 .offer._post._12 .offer__wrap,
  .screen._category._4 .offer._post._14 .offer__wrap,
  .screen._category._4 .offer._post._18 .offer__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#entry-lottie,
#category-1-lottie,
#category-2-lottie,
#category-3-lottie,
#category-4-lottie {
  width: 100% !important;
  height: 100% !important;
}
.bubble {
  width: 277px;
  height: 164px;
  background: url('../img/bg-bubble.svg') no-repeat center bottom;
  padding: 20px 20px 30px;
  position: fixed;
  left: auto;
  right: 40px;
  bottom: 0;
  z-index: 2000;
  display: none;
}
@media screen and (min-width: 1100px) {
  .bubble._active {
    display: block;
  }
}
.bubble__wrap {
  width: 100%;
  height: 100%;
  background: linear-gradient(50.97deg, #F98E3D 0%, #E94B46 100%), #E94B46;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px;
}
.bubble__close {
  position: absolute;
  width: 24px;
  height: 24px;
  right: -30px;
  top: -30px;
}
.bubble__img {
  width: 77px;
  min-width: 77px;
}
.bubble__text {
  margin-left: 15px;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
}
