* {
  font-family: "Inter", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  color: #fff;
}

a, a:hover {
  text-decoration: none;
  cursor: pointer;
}

p {
  margin: 0;
}

section h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 41px;
  text-transform: uppercase;
  color: #fff;
}

h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #fff;
}

body, html {
  margin: 0;
  overflow-x: hidden;
}

.container {
  position: relative;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  font-size: 18px;
  line-height: 25px;
  background: #005DA4 url("https://static.cnews.ru/img/files/2025/04/24/shadows-bg.png") top center no-repeat;
  background-size: cover;
}

/********media queries*********/
header {
  margin-top: 100px;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container .header-left-side {
  display: flex;
  align-items: baseline;
}
header .container .cnews-logo {
  display: flex;
  align-items: flex-end;
  margin-left: 5px;
  margin-top: 5px;
}
header .container .intro-text {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  position: relative;
  margin-bottom: 3px;
  margin-left: 29px;
}
header .container .intro-text:after {
  content: "";
  position: absolute;
  width: calc(100% + 6px);
  height: 9px;
  background: #34CBCC;
  bottom: 0;
  left: -3px;
  z-index: -1;
}
header .container .header-right-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
header .container .header-right-side strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 3px;
}
header .container .header-right-side .cnews-links {
  display: flex;
  align-items: center;
}
header .container .header-right-side .cnews-links a {
  font-size: 19px;
  line-height: 25px;
  color: #fff;
}
header .container .header-right-side .cnews-links a + a {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
header .container .header-right-side .cnews-links a + a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #fff;
  left: 0;
  top: 0;
}

.sidenav-container {
  position: relative;
  display: inline-block;
  margin-left: -23px;
}

.page-spec-project .open_nav {
  padding: 18px 23px;
}

.open_nav {
  cursor: pointer;
  padding: 23px;
}

.close_nav {
  display: none;
  position: absolute;
  padding: 0;
  height: 64px;
  box-sizing: border-box;
  line-height: 34px;
  width: 66px;
  top: -10px;
  left: 0;
  cursor: pointer;
  color: #fff;
  z-index: 1;
  user-select: none;
  text-align: center;
  transition: 0.2s;
}

.close_nav img {
  vertical-align: middle;
}

.desktop-sidenav {
  width: 0;
  position: absolute;
  z-index: 12;
  left: 20px;
  overflow: hidden;
  transition: 0.2s;
  user-select: none;
  margin-top: 10px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}

.desktop-sidenav-links {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.sl-link {
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  transition: 0.3s;
}

.sl-link {
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
  padding: 10px 16px;
  color: #000;
}

.desktop-sidenav .sl-link {
  border-bottom: 0;
  flex-grow: 1;
  flex-basis: 100%;
  box-sizing: border-box;
  min-height: 39px;
}

.nav_opened .open_nav {
  visibility: hidden;
}

.nav_opened .close_nav {
  display: block;
  z-index: 4;
}

.nav_opened .desktop-sidenav {
  display: flex;
  width: 260px;
  background-color: #fff;
}

.sl-link:hover {
  background-color: #ededed;
  color: rgba(0, 0, 0, 0.6);
}

.resources {
  margin-top: 80px;
  margin-bottom: 75px;
  position: relative;
}
.resources .container {
  position: relative;
}
.resources .container:after {
  content: "";
  display: block;
  position: absolute;
  width: 123px;
  height: 1058px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/15/v-big-squares.png") no-repeat;
  top: -232px;
  right: -49px;
  z-index: -2;
}
.resources .res-columns-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.res-column {
  width: 253px;
}
.res-column:last-child .res-item:last-child {
  position: relative;
}
.res-column:last-child .res-item:last-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 135px;
  height: 11px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/15/h-squares.png") no-repeat;
  /*bottom: -43px;*/
  /*left: 0;*/

  bottom: -80px;
  left: -270px;

}
.res-column.res-column-first {
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
}

.res-item {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 6px 6px 20px rgba(0, 36, 64, 0.3);
  border-radius: 23px;
  padding: 13px 20px 15px;
  margin-bottom: 30px;
  position: relative;
}
.res-item:before {
  content: "";
  position: absolute;
  height: 58px;
  width: 58px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/11/blue-square.png") no-repeat;
  top: -14px;
  left: -14px;
  z-index: 5;
}
.res-item > svg {
  position: absolute;
  z-index: 5;
}
.res-item h2 {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: right;
  z-index: 1;
  position: relative;
  margin-top: 0;
}
.res-item h2 a {
  color: #000;
  font-weight: 700;
}
.res-item h2:hover + .heading-modal-outer {
  height: 300px;
  opacity: 1;
}
.res-item h2.collapsed {
  /*cursor: pointer;*/
  /*padding-right: 25px;*/
}
.res-item h2.collapsed.arrow-down-to-right {
  padding-right: 15px;
}
.res-item h2.collapsed.arrow-down-to-right .arrow-down {
  right: -5px;
}
.res-item h2 i {
  position: absolute;
  top: -1px;
  right: 0;
}
.res-item .heading-modal-outer {
  transition: all 0.4s cubic-bezier(0.85, 0.03, 0.8, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  /*height: 0;*/
  opacity: 0;
  overflow: hidden;
  border-radius: 23px;
}
.res-item .heading-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 6px 6px 20px rgba(0, 36, 64, 0.3);
  border-radius: 23px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000;
  padding: 45px 15px 20px;
}
.res-item .heading-modal p {
  color: #000;
}
.res-item.show, .res-item:hover {
  z-index: 10;
}
.res-item.show i svg {
  transform: rotate(180deg);
}
.res-item.show .heading-modal-outer {
  height: 300px;
  opacity: 1;
}
.res-item ul {
  margin-top: 15px;
}
.res-item ul li {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 5px;
}
.res-item ul li:hover {
  box-shadow: 6px 6px 20px rgba(0, 36, 64, 0.3);
}
.res-item ul li a {
  display: block;
  width: 100%;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  padding: 7px 5px 9px;
  min-height: 36px;
}
.res-item ul li a strong {
  color: #000;
}

.decor {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.decor:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 135px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/15/v-squares.png") no-repeat;
  top: calc(38px + 50%);
  transform: translateY(-50%);
  left: -56px;
}
.decor:after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 135px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/15/v-squares.png") no-repeat;
  top: 114px;
  right: -12px;
}
.decor .decor-lines {
  position: absolute;
  border: 1px solid #FFFFFF;
  width: calc(100% + 54px);
  height: calc(100% - 70px);
  left: -27px;
  bottom: -20px;
}
.decor .decor-lines:before {
  content: "";
  position: relative;
  display: block;
  top: -1px;
  width: 80%;
  height: 1px;
  left: 5%;
  background: #094f85;
}
.decor .decor-figures {
  position: absolute;
  width: calc(100% + 54px);
  height: calc(100% - 90px);
  left: -27px;
  bottom: 0;
}
.decor .decor-figures:before {
  content: "";
  display: block;
  position: absolute;
  width: 92px;
  height: 93px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/15/decor_circle.png") no-repeat;
  top: -25px;
  right: -39px;
}
.decor .decor-figures:after {
  content: "";
  display: block;
  position: absolute;
  width: 119px;
  height: 106px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/15/decor_2.png") no-repeat;
  /*bottom: -48px;*/
  /*right: 50px;*/

  bottom: -70px;
  right: 323px;
}

.cnews-bg-logo {
  position: absolute;
  bottom: -145px;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}

.swiper-sect .container {
  position: relative;
}
.swiper-sect .container:before {
  content: "";
  display: block;
  position: absolute;
  width: 135px;
  height: 11px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/15/h-squares.png") no-repeat;
  top: 90px;
  left: -27px;
  z-index: 5;
}
.swiper-sect .container:after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 135px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/15/v-squares.png") no-repeat;
  top: -1px;
  right: 17px;
  z-index: 5;
}

.swiper {
  position: relative;
  height: 300px;
}
.swiper.swiper-spec {
  height: unset;
}
.swiper-pagination-spec {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
  bottom: -5px !important;
}

.swiper-wrapper {
  position: relative;
}
.mySwiper .swiper-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 92px;
  height: 93px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/15/decor_circle.png") no-repeat;
  bottom: 32px;
  right: 8px;
}

.slide-item {
  width: 1000px;
  max-width: 94%;
  height: 269px;
  border-radius: 18px;
  margin: 0 auto;
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.slide-item.slide-item1 {
  background: url("https://static.cnews.ru/img/files/2025/04/24/slide2.png") no-repeat;
}
.slide-item.slide-item2 {
  background: url("https://static.cnews.ru/img/files/2025/04/24/slide3.png") no-repeat;
}
.slide-item.slide-item3 {
  background: url("https://static.cnews.ru/img/files/2025/04/24/slide1.png") no-repeat;
}
.slide-item.slide-item4 {
  background: url("https://static.cnews.ru/img/files/2025/04/24/slide4.png") no-repeat;
}
.slide-item p, .slide-item ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  max-width: 350px;
  margin-left: 60px;
}
.slide-item ul {
  list-style: disc;
}
.slide-item ul li {
  line-height: 32px;
}
.slide-item .btn-block {
  display: flex;
  margin-top: 30px;
}
.slide-item .btn-block a {
  min-width: 173px;
  height: 36px;
  border: 1px solid #85F5F5;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #85F5F5;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  padding: 0 20px;
}
.slide-item .btn-block a:hover {
  color: #fff;
  border-color: #fff;
}
.slide-item .btn-block a + a {
  margin-left: 15px;
}

.slider-mark {
  width: 287px;
  height: 58px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/15/mark-bg.png") no-repeat;
  position: absolute;
  left: 0;
  top: 18px;
  font-weight: 600;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #85F5F5;
  opacity: 1;
  margin: 0 5px !important;
}

.swiper-pagination-bullet-active {
  background: #FF9900;
}

.projects {
  margin-bottom: 50px;
}
.projects .container {
  position: relative;
}
.projects .container:after {
  content: "";
  display: block;
  position: absolute;
  width: 147px;
  height: 1671px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/18/blur-squares.png") no-repeat;
  top: -213px;
  left: -68px;
  z-index: -2;
}
.projects h2 {
  margin: 40px auto;
  text-align: center;
}
.projects .projects-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
  max-width: 880px;
  margin: 0 auto;
  justify-items: center;
}
.projects .projects-wrapper .item {
  width: 215px;
  margin-bottom: 20px;
  overflow: visible;
  display: flex;
  justify-content: center;
}
.projects .projects-wrapper .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.projects .projects-wrapper .item img {
  margin-bottom: 10px;
  border-radius: 18px;
  width: 190px;
  height: 104px;
}
.projects .projects-wrapper .item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.projects .projects-wrapper .item p.title {
  color: #85F5F5;
  white-space: nowrap;
  margin-bottom: 5px;
}
.projects .projects-wrapper .item p.company {
  color: #fff;
}
.projects .projects-wrapper .item:hover img {
  box-shadow: 6px 6px 20px rgba(0, 36, 64, 0.3);
}

.about-cnews .container {
  position: relative;
}
.about-cnews .container:after {
  content: "";
  display: block;
  position: absolute;
  width: 212px;
  height: 1006px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/21/cnews-h-blur-bg.svg") no-repeat;
  top: 138px;
  right: -230px;
  z-index: -2;
}
.about-cnews .two-columns {
  display: flex;
  margin-bottom: 60px;
  z-index: 2;
  position: relative;
}
.about-cnews .two-columns .left-column {
  border-right: 2px solid #FFFFFF;
  padding-right: 25px;
  width: 397px;
  flex-shrink: 0;
}
.about-cnews .two-columns .left-column p {
  position: relative;
}
.about-cnews .two-columns .left-column p:after {
  content: "";
  display: block;
  position: absolute;
  width: 135px;
  height: 11px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/15/h-squares.png") no-repeat;
  bottom: -37px;
  left: 0;
}
.about-cnews .two-columns .right-column {
  padding-left: 45px;
  position: relative;
}
.about-cnews .two-columns .right-column:after {
  content: "";
  display: block;
  position: absolute;
  width: 236px;
  height: 236px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/18/blur-circle.png") no-repeat;
  bottom: -46px;
  left: -40px;
}
.about-cnews .two-columns h2 {
  margin-top: 0;
}
.about-cnews .two-columns p {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #fff;
}
.about-cnews .two-columns ul {
  list-style: disc;
  padding-left: 25px;
  margin-top: 10px;
}
.about-cnews .two-columns ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 10px;
}
.about-cnews .two-columns ul li a {
  text-decoration: underline;
}
.about-cnews .two-columns ul li a:hover {
  text-decoration: none;
}

.num-block {
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
}
.num-block .item {
  position: relative;
  width: 272px;
  flex-shrink: 0;
}
.num-block .item:after {
  content: "";
  display: block;
  position: absolute;
  width: 236px;
  height: 236px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/18/blur-circle.png") no-repeat;
  top: -94px;
  right: -40px;
}
.num-block .item:before {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 1px;
  background: #85F5F5;
  top: 42px;
  right: -20px;
  transform: rotate(120deg);
}
.num-block .item:last-child:before {
  display: none;
}
.num-block .item .num {
  font-weight: 300;
  font-size: 62px;
  line-height: 80px;
  text-align: center;
  color: #85F5F5;
}
.num-block .item .num span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.num-block .item .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #85F5F5;
}
.num-block .item .source {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #85F5F5;
}

.cnews-today {
  margin-bottom: 69px;
  position: relative;
}
.cnews-today:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 135px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/15/v-squares.png") no-repeat;
  bottom: -34px;
  left: -42px;
}

.cnews-today-wrap {
  margin-top: 32px;
  border: 1px solid #fff;
  padding: 38px 25px 55px;
  display: flex;
  position: relative;
}
.cnews-today-wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 135px;
  height: 11px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/15/h-squares.png") no-repeat;
  transform: rotate(180deg);
  bottom: 20px;
  right: 23px;
}
.cnews-today-wrap .left-column {
  width: 463px;
  max-width: 100%;
  flex-shrink: 0;
  margin-right: 18px;
  display: flex;
}
.cnews-today-wrap .left-column ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cnews-today-wrap .right-column {
  width: 282px;
  max-width: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.cnews-today-wrap .right-column:after {
  content: "";
  display: block;
  position: absolute;
  width: 92px;
  height: 93px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/15/decor_circle.png") no-repeat;
  top: -33px;
  right: -22px;
}
.cnews-today-wrap ul {
  list-style: disc;
  padding-left: 25px;
  margin-top: 10px;
}
.cnews-today-wrap ul li {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 13px;
}
.cnews-today-wrap ul li span {
  display: block;
  font-weight: 600;
  color: #85F5F5;
}
.cnews-today-wrap ul li a {
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  text-decoration-line: underline;
  color: #85F5F5;
}
.cnews-today-wrap ul li a:hover {
  text-decoration: none;
}

.graphics-1 {
  position: absolute;
  right: -225px;
  top: -26px;
}

.graphics svg {
  position: absolute;
}
.graphics svg.first {
  width: 668px;
  height: 562px;
  right: -90px;
  top: -53px;
  z-index: 1;
}
.graphics svg.second {
  width: 668px;
  height: 562px;
  left: -75px;
  top: -35px;
  z-index: 1;
}
.graphics svg.third {
  width: 668px;
  height: 562px;
  right: 30px;
  top: 78px;
  z-index: 1;
}
.graphics svg.fourth {
  width: 440px;
  height: 460px;
  left: -30px;
  top: -42px;
}
.graphics svg path {
  cursor: pointer;
}

.audience {
  position: relative;
  z-index: 2;
}
.audience .container > p {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.devices {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
  margin-top: 92px;
}
.devices .item {
  width: 332px;
}
.devices .item .device-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  margin-bottom: 6px;
  margin-left: 40px;
}
.devices .item .item-wrap {
  display: flex;
  align-items: center;
  width: 332px;
  min-height: 93px;
  border: 1px solid #FFFFFF;
  border-radius: 18px;
}
.devices .item .item-wrap .item-icon {
  width: 103px;
  height: 102px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/22/device-square.png") no-repeat;
  margin-left: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
}
.devices .item .item-wrap .item-icon svg {
  position: relative;
}
.devices .item .item-wrap .item-icon.item-icon-mobile svg {
  top: -4px;
  left: -3px;
}
.devices .item .item-wrap .item-icon.item-icon-desktop svg {
  top: -5px;
  left: -3px;
}
.devices .item .item-wrap .item-icon.item-icon-tablet svg {
  top: -4px;
  left: -2px;
}
.devices .item .item-wrap > p {
  width: calc(100% - 103px - 30px);
  text-align: center;
  font-weight: 300;
  font-size: 50px;
  line-height: 68px;
  color: #fff;
}

.diagram-sect {
  background: #1E7AC0;
  padding-top: 100px;
  margin-top: -101px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 60px;
}
.diagram-sect:after {
  content: "";
  display: block;
  position: absolute;
  width: 987px;
  height: 148px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/23/blure-squares-h.png") no-repeat;
  top: -30px;
  left: 50%;
  transform: translateX(-30px);
  z-index: 0;
}
.diagram-sect p.title {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #fff;
  flex-shrink: 0;
}

.diagram-outer {
  display: flex;
  margin-bottom: 30px;
}
.diagram-outer .left-column {
  width: 370px;
  flex-shrink: 0;
}
.diagram-outer .right-column {
  padding-left: 20px;
}
.diagram-outer.diagram-outer-mob {
  display: none;
}

.diagram-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.diagram-wrap .left-column {
  width: 370px;
  flex-shrink: 0;
}
.diagram-wrap .left-column .sex {
  display: flex;
  align-items: flex-end;
  margin-top: -25px;
}
.diagram-wrap .left-column .sex + .sex {
  margin-top: 38px;
}
.diagram-wrap .left-column .sex svg {
  margin-right: 28px;
}
.diagram-wrap .left-column .sex span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #85F5F5;
}
.diagram-wrap .left-column .sex p {
  font-weight: 300;
  font-size: 62px;
  line-height: 62px;
  color: #85F5F5;
}
.diagram-wrap .right-column {
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.age-legend {
  margin-left: 100px;
}
.age-legend .item {
  display: flex;
  align-items: center;
  width: 170px;
  justify-content: space-between;
}
.age-legend .item span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
  width: 32px;
}
.age-legend .item .color {
  width: 30px;
  height: 30px;
  border-radius: 0 30px 0 0;
  transform: rotate(45deg);
  margin: 12px 26px 24px 30px;
}
.age-legend .item .color.color-1 {
  background: #238DE4;
}
.age-legend .item .color.color-2 {
  background: #51ADF9;
}
.age-legend .item .color.color-3 {
  background: #2097A3;
}
.age-legend .item .color.color-4 {
  background: #25DFE0;
}
.age-legend .item .color.color-5 {
  background: #85F5F5;
}
.age-legend .item .color.color-6 {
  background: #00417B;
}
.age-legend .item .color + span {
  width: 42px;
}

.geography {
  display: flex;
  align-items: flex-start;
}
.geography .title {
  width: 183px;
}
.geography .geo-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.geography .geo-wrap .item {
  width: 220px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.geography .geo-wrap .item svg {
  margin-right: 10px;
}
.geography .geo-wrap .item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}
.geography .geo-wrap .item p span {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #85F5F5;
}

.canvas-wrap {
  border-radius: 50%;
  box-shadow: 19px 20px 31px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
.canvas-wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 428px;
  height: 428px;
  left: -188px;
  top: -147px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(52, 203, 204, 0.3854) 0%, rgba(52, 203, 204, 0) 74.48%);
  z-index: -2;
}
.canvas-wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 133px;
  height: 119px;
  bottom: 14px;
  left: -57px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/23/canvas-decor.png") no-repeat;
  z-index: 1;
}

.interest {
  padding-bottom: 52px;
  position: relative;
}
.interest .container:after {
  content: "";
  display: block;
  position: absolute;
  width: 212px;
  height: 1006px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/21/cnews-h-blur-bg.svg") no-repeat;
  top: 150px;
  left: -120px;
  z-index: -2;
}
.interest .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
}
.interest .title + p {
  margin-bottom: -6px;
}
.interest .flex-block {
  display: flex;
  justify-content: space-between;
}
.interest .flex-block .left-column, .interest .flex-block .right-column {
  width: 463px;
  flex-shrink: 0;
}
.interest .flex-block p {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
}
.interest .flex-block p.main {
  font-weight: 600;
  font-size: 18px;
  color: #85F5F5;
  line-height: 21px;
  margin-top: 40px;
}
.interest .flex-block p.main span {
  color: #85F5F5;
}

.advert .container .two-columns {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.advert .container .two-columns .left-column {
  padding-right: 25px;
  width: 365px;
  flex-shrink: 0;
}
.advert .container .two-columns .left-column p {
  position: relative;
}
.advert .container .two-columns .right-column {
  padding-left: 45px;
  position: relative;
  border-left: 2px solid #FFFFFF;
}
.advert .container .two-columns p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}
.advert .container .two-columns ul {
  list-style: disc;
  padding-left: 25px;
}
.advert .container .two-columns ul li {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.advert .container .two-columns ul li:last-of-type {
  margin-bottom: 5px;
}

.companies-sect {
  position: relative;
  margin-bottom: 64px;
}
.companies-sect:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 210px);
  background: #1E7AC0;
  z-index: -3;
  left: 0;
  top: 30px;
}

.companies {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
/*.companies img {*/
/*  margin-bottom: 7px;*/
/*  border-radius: 14px;*/
/*}*/
.companies .company {
  width: 174px;
  height: 72px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 7px;
  border-radius: 14px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.conference .article-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  z-index: 1;
  position: relative;
}
.conference .article-row .article-block {
  width: 344px;
  display: flex;
  flex-direction: column;
}
.conference .article-row .article-block .article-img {
  width: 100%;
  height: 208px;
}
.conference .article-row .article-block p {
  margin: 27px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}
.conference .article-row .article-block .btn {
  width: 140px;
  height: 48px;
  margin-top: auto;
  border: 2px solid #85F5F5;
  filter: drop-shadow(3.17822px 3.17822px 4.23762px rgba(32, 151, 163, 0.27));
  backdrop-filter: blur(2.11881px);
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #85F5F5;
}
.conference .article-row .article-block:hover .btn {
  color: #fff;
  border-color: #fff;
}

.rewards {
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*align-items: center;*/
  margin: 60px 68px 90px;
}
.rewards p {
  max-width: 240px;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.rewards .rewards-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rewards a {
  position: relative;
}
.rewards a:after {
  content: "";
  display: block;
  position: absolute;
  width: 236px;
  height: 236px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/18/blur-circle.png") no-repeat;
  top: -70px;
  left: -70px;
}
.rewards a + a:after {
  top: -60px;
  left: -50px;
}

.analytics {
  position: relative;
  padding-bottom: 115px;
}
.analytics:after {
  content: "";
  display: block;
  position: absolute;
  width: 147px;
  height: 1671px;
  background: url(https://filearchive.cnews.ru/img/cnews/2022/11/18/blur-squares.png) no-repeat;
  top: -790px;
  left: 131px;
  z-index: -4;
}
.analytics .two-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 110px;
}
.analytics .two-columns .left-column {
  width: 520px;
  margin-left: -170px;
}
.analytics .two-columns .left-column a.blue-btn {
  margin: 65px auto 0;
}
.analytics .two-columns .right-column {
  width: 684px;
  margin-left: 40px;
}
.analytics .two-columns .right-column p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 45px;
}
.analytics .two-columns .right-column ul {
  list-style: disc;
  padding-left: 10px;
}
.analytics .two-columns .right-column ul li {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.analytics .two-columns .right-column ul li a {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #85F5F5;
}
.analytics .two-columns .right-column ul li a:hover {
  text-decoration: none;
}
.analytics .two-columns .right-column ul li:last-of-type {
  margin-bottom: 5px;
}

.graphics-2 {
  position: relative;
}
.graphics-2:after {
  content: "";
  display: block;
  position: absolute;
  width: 133px;
  height: 119px;
  bottom: -30px;
  left: 205px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/23/canvas-decor.png") no-repeat;
  z-index: 1;
}

.blue-btn {
  display: block;
  width: 306px;
  height: 48px;
  background: linear-gradient(295.88deg, rgba(255, 255, 255, 0) -12.02%, rgba(255, 255, 255, 0) 48.45%, rgba(255, 255, 255, 0.49) 87.34%), rgba(52, 203, 204, 0.82);
  box-shadow: 3.17822px 3.17822px 4.23762px rgba(32, 151, 163, 0.27);
  backdrop-filter: blur(2.11881px);
  border-radius: 9px;
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
.blue-btn:hover {
  box-shadow: 3.17822px 3.17822px 4.23762px rgb(32, 151, 163);
}

.clients {
  display: flex;
  justify-content: space-between;
}
.clients .item {
  width: 338px;
  position: relative;
}
.clients .item:before {
  content: "";
  display: block;
  position: absolute;
  width: 135px;
  height: 11px;
  background: url(https://filearchive.cnews.ru/img/cnews/2022/11/15/h-squares.png) no-repeat;
  transform: rotate(180deg);
  top: -25px;
  left: 0;
}
.clients p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #85F5F5;
}
.clients p strong {
  font-weight: 700;
  color: #85F5F5;
}

.outsourcing {
  background: url("https://static.cnews.ru/img/files/2025/04/24/out-bg.jpg") no-repeat;
  background-position: top center;
  padding: 80px 0 70px;
}
.outsourcing .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.outsourcing .container:after {
  content: "";
  display: block;
  position: absolute;
  width: 147px;
  height: 1671px;
  background: url(https://static.cnews.ru/img/files/2025/04/24/blur-squares-v2.png) no-repeat;
  top: -105px;
  right: -15px;
  z-index: -4;
}
.outsourcing .container .left-column {
  width: 390px;
  max-width: 100%;
  flex-shrink: 0;
  margin-left: -35px;
}
.outsourcing .container .left-column .blue-block {
  background: rgba(0, 93, 164, 0.8);
  backdrop-filter: blur(4.5px);
  border-radius: 12px;
  width: 100%;
  min-height: 300px;
  padding: 25px 35px;
  margin-bottom: 20px;
}
.outsourcing .container .left-column .blue-block h2 {
  white-space: nowrap;
  margin: 0 0 20px;
}
.outsourcing .container .left-column .blue-block h2 br {
  display: none;
}
.outsourcing .container .left-column .blue-block p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.outsourcing .container .left-column .img-block {
  position: relative;
}
.outsourcing .container .left-column .img-block:before {
  content: "";
  display: block;
  position: absolute;
  width: 135px;
  height: 11px;
  background: url(https://filearchive.cnews.ru/img/cnews/2022/11/15/h-squares.png) no-repeat;
  transform: rotate(180deg);
  bottom: 38px;
  left: -40px;
}
.outsourcing .container .left-column .img-block:after {
  content: "";
  display: block;
  position: absolute;
  width: 93px;
  height: 108px;
  background: url(https://filearchive.cnews.ru/img/files/2022/11/24/decor_3.png) no-repeat;
  bottom: -21px;
  right: 73px;
}
.outsourcing .container .left-column .img-block img {
  width: 100%;
  border-radius: 12px;
}
.outsourcing .container .right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 390px - 25px);
}
.outsourcing .container .right-column > ul {
  list-style: disc;
  margin-top: 18px;
}
.outsourcing .container .right-column > ul li {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.outsourcing .container .right-column > ul li:last-of-type {
  margin-bottom: 5px;
}
.outsourcing .container .right-column > div p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
}
.outsourcing .container .right-column > div ul {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 15px;
}
.outsourcing .container .right-column > div ul li {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.outsourcing .container .right-column > div ul li:last-of-type {
  margin-bottom: 5px;
}

.zoom {
  background: #1E7AC0;
  padding: 30px 0 40px;
}
.zoom .container > p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 45px;
  max-width: 715px;
  position: relative;
  z-index: 1;
}
.zoom .zoom-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.zoom .zoom-header h2 {
  width: 264px;
  max-width: 100%;
}
.zoom .zoom-header p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.zoom .zoom-header p a {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-decoration-line: underline;
  color: #85F5F5;
}
.zoom .two-mini-columns {
  display: flex;
  margin-bottom: 57px;
  position: relative;
  z-index: 1;
}
.zoom .two-mini-columns p {
  width: 303px;
  margin-right: 26px;
}
.zoom .two-mini-columns p, .zoom .two-columns p {
  flex-shrink: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}
.zoom .two-mini-columns p strong, .zoom .two-columns p strong {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #34CBCC;
}
.zoom .two-columns {
  display: flex;
  justify-content: space-between;
}
.zoom .two-columns .left-column, .zoom .two-columns .right-column {
  width: 523px;
}
.zoom .two-columns p {
  margin-bottom: 20px;
}
.zoom .two-columns ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 20px;
}
.zoom .two-columns ul li {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.zoom .daily {
  position: relative;
  margin-bottom: 35px;
}
.zoom .daily:after {
  content: "";
  display: block;
  position: absolute;
  width: 236px;
  height: 236px;
  background: url(https://filearchive.cnews.ru/img/cnews/2022/11/18/blur-circle.png) no-repeat;
  top: -55px;
  left: 100px;
}
.zoom .daily p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #85F5F5;
}
.zoom .daily .num {
  display: flex;
  align-items: flex-start;
}
.zoom .daily .num p {
  line-height: 38px;
}
.zoom .daily .num span {
  font-weight: 300;
  font-size: 73px;
  line-height: 75px;
  color: #85F5F5;
  margin-right: 17px;
}

.graphics-3 {
  position: absolute;
  top: -142px;
  right: -200px;
}
.graphics-3:before {
  content: "";
  display: block;
  position: absolute;
  width: 135px;
  height: 11px;
  background: url(https://filearchive.cnews.ru/img/cnews/2022/11/15/h-squares.png) no-repeat;
  transform: rotate(180deg);
  top: 197px;
  left: 225px;
}
.graphics-3:after {
  content: "";
  display: block;
  position: absolute;
  width: 135px;
  height: 11px;
  background: url(https://filearchive.cnews.ru/img/cnews/2022/11/15/h-squares.png) no-repeat;
  transform: rotate(180deg);
  top: 250px;
  right: 108px;
}

.tv {
  padding-top: 52px;
  padding-bottom: 50px;
}
.tv .container {
  display: flex;
  flex-wrap: wrap;
  gap:30px;
  position: relative;
}
.tv .container:after {
  content: "";
  display: block;
  position: absolute;
  width: 1671px;
  height: 147px;
  background: url(https://static.cnews.ru/img/files/2025/04/24/h-squares-tv.png) no-repeat;
  top: 115px;
  left: -680px;
  z-index: -1;
}
.tv .container .item {
  width: 342px;
  margin-bottom: 10px;
}
.tv .container .item.title {
  position: relative;
}
.tv .container .item.title:after {
  content: "";
  display: block;
  position: absolute;
  width: 236px;
  height: 236px;
  background: url(https://filearchive.cnews.ru/img/cnews/2022/11/18/blur-circle.png) no-repeat;
  top: -25px;
  left: -93px;
}
.tv .container .item.title h2 {
  margin: 0;
}
.tv .container .item.title img {
  margin-bottom: 8px;
  margin-left: -17px;
}
.tv .container .item.title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #85F5F5;
}
.tv .container .item .video-container {
  width: 100%;
  height: 208px;
  position: relative;
  margin-bottom: 17px;
  border-radius: 12px;
}
.tv .container .item .video-container video {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: #000;
}
.tv .container .item .video-container + p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}
/*
.tv .container .item .video-container:after {
  content: "";
  display: block;
  position: absolute;
  width: 53px;
  height: 17px;
  background: url(https://filearchive.cnews.ru/img/cnews/2022/11/29/video-tv-logo.png) no-repeat;
  top: 10px;
  right: 10px;
  pointer-events: none;
}
*/
.tv .container .item .video-container.hide-label:after {
  display: none;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.play-button-wrapper .circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}

.market {
  padding-bottom: 50px;
}
.market .container:before {
  content: "";
  display: block;
  position: absolute;
  width: 212px;
  height: 1006px;
  background: url("https://filearchive.cnews.ru/img/cnews/2022/11/21/cnews-h-blur-bg.svg") no-repeat;
  top: -83px;
  left: -120px;
  z-index: -2;
}
.market .container:after {
  content: "";
  display: block;
  position: absolute;
  width: 1673px;
  height: 147px;
  background: url("https://static.cnews.ru/img/files/2025/04/24/v-big-squares-market.png") no-repeat;
  bottom: 91px;
  right: -854px;
  z-index: -2;
}
.market h2 {
  margin-top: 10px;
}
.market ul {
  list-style: disc;
  padding-left: 20px;
}
.market ul li {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 25px;
}
.market ul li a {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #85F5F5;
}
.market ul li a:hover {
  text-decoration: none;
}
.market ul li:last-of-type {
  margin-bottom: 5px;
}
.market .two-columns {
  display: flex;
  justify-content: space-between;
}
.market .two-columns .left-column {
  width: 385px;
  margin-left: -170px;
}
.market .two-columns .right-column {
  width: 820px;
}
.market .two-columns .right-column .about-market-columns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.market .two-columns .right-column .about-market-columns > div {
  width: 389px;
}
.market .two-columns .right-column .about-market-columns p {
  margin-bottom: 10px;
}
.market .two-columns .right-column .about-market-columns + img {
  margin-bottom: 20px;
}
.market .two-columns .right-column .about-market-columns ul {
  padding-left: 22px;
}
.market .two-columns .right-column .about-market-columns ul li {
  margin-bottom: 0;
}
.market .two-columns .right-column p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-decoration-line: underline;
  color: #85F5F5;
}
.market .two-columns .right-column p a:hover {
  text-decoration: none;
}
.market p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.market .blue-btn {
  margin: 25px 0 38px;
}

.graphics-4 {
  position: relative;
  padding-top: 42px;
}
.graphics-4:before {
  content: "";
  display: block;
  position: absolute;
  width: 147px;
  height: 97px;
  top: 34px;
  right: 18px;
  background: url("https://filearchive.cnews.ru/img/files/2022/11/28/decor-market.png") no-repeat;
  z-index: 1;
}
.graphics-4:after {
  content: "";
  display: block;
  position: absolute;
  width: 135px;
  height: 11px;
  background: url(https://filearchive.cnews.ru/img/cnews/2022/11/15/h-squares.png) no-repeat;
  transform: rotate(180deg);
  bottom: 45px;
  left: 15px;
}

footer {
  background: #1E7AC0;
  padding: 45px 0;
}
footer .container {
  display: flex;
  position: relative;
  padding-left: 155px;
}
footer .container:before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 517px;
  background: url("https://filearchive.cnews.ru/img/files/2022/11/29/cnews.svg") no-repeat;
  top: -250px;
  left: 13px;
  z-index: 1;
}
footer .container .left-column {
  display: flex;
  margin-right: auto;
}
footer .container .right-column {
  display: flex;
}
footer .container .item {
  margin: 0 24px;
}
footer .container .item .title {
  height: 28px;
  font-weight: 700;
  font-size: 15px;
  line-height: 29px;
  color: #85F5F5;
  text-decoration: underline;
}
footer .container .item ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 29px;
}
footer .container .item ul li a:hover {
  text-decoration: underline;
}

.underfooter {
  padding: 20px 0 50px;
}
.underfooter p {
  margin-left: 155px;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  text-decoration: underline;
}

@media (max-width: 1128px) {
  .decor .decor-figures:after {
    bottom: -48px;
    right: 50px;
  }

  .resources .res-columns-wrap {
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 756px;
    margin: 0 auto;
  }
  .decor {
    width: calc(100% - 150px);
    margin: 0 auto;
    right: 0;
  }
  .decor .decor-lines:before {
    display: none;
  }
  .num-block .item {
    flex-shrink: 1;
  }
  .devices .item .item-wrap {
    width: 270px;
    min-height: 76px;
  }
  .devices .item .item-wrap .item-icon {
    width: 88px;
    height: 88px;
    background-size: contain;
  }
  .devices .item .item-wrap .item-icon svg {
    width: 58%;
    height: auto;
  }
  .diagram-outer .left-column {
    display: none;
  }
  .diagram-outer .right-column {
    margin-left: 0;
  }
  .diagram-outer.diagram-outer-mob {
    display: block;
  }
  .diagram-wrap {
    flex-direction: column-reverse;
  }
  .diagram-wrap .left-column {
    width: 100%;
    display: flex;
  }
  .diagram-wrap .left-column .sex {
    margin-top: 60px;
  }
  .diagram-wrap .left-column .sex.man {
    margin-right: 50px;
  }
  .diagram-wrap .right-column {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .companies .company {
    margin-left: 4px;
    margin-right: 4px;
  }
  .conference .article-row {
    justify-content: space-around;
  }
  .conference .article-row .article-block {
    width: 272px;
  }
  .conference .article-row .article-block .article-img {
    height: 164px;
  }
  .analytics .two-columns .left-column {
    width: 40vw;
    margin-left: -110px;
  }
  .analytics .two-columns .left-column img {
    width: 40vw;
    height: auto;
  }
  .analytics .two-columns .left-column a.blue-btn {
    margin: 65px 0 0 auto;
    width: 240px;
    max-width: 100%;
  }
  .graphics-1 img {
    width: 35vw;
    height: auto;
  }
  .graphics-1 svg.first {
    width: 40vw;
    height: auto;
    right: -40px;
  }
  .graphics svg.second {
    width: 40vw;
    height: auto;
    left: 21px;
    top: -25px;
  }
  .outsourcing .container .left-column {
    margin-left: 0;
  }
  .clients .item {
    margin: 0 15px;
  }
  .graphics-3 {
    top: -14px;
    right: -243px;
  }
  .tv .container {
    justify-content: space-around;
  }
  .tv .container .item {
    margin-bottom: 0;
  }
  .market .two-columns .left-column {
    width: 315px;
    margin-left: -60px;
  }
  .market .two-columns .left-column img {
    width: 100%;
    height: auto;
  }
  .market .two-columns .right-column {
    width: calc(100% - 280px);
  }
  .market .two-columns .right-column .about-market-columns {
    flex-direction: column;
  }
  .market .two-columns .right-column .about-market-columns > div {
    width: 100%;
  }
  .graphics svg.fourth {
    width: 338px;
    height: 410px;
  }
}
@media (max-width: 1024px) {
  .rewards .rewards-items {
    flex-direction: column;
    margin: 0;
  }
  .rewards a {
    margin-bottom: 30px;
    margin-right: 0 !important;
  }
  .cnews-today-wrap {
    flex-direction: column;
  }
  .cnews-today-wrap .right-column {
    width: unset;
  }
  .cnews-today-wrap .right-column:after {
    top: -6px;
    right: -87px;
  }
  .cnews-today-wrap .left-column {
    margin-right: 0;
  }
  .graphics-1 {
    top: 70px;
    right: 32px;
  }
  .interest .flex-block {
    flex-wrap: wrap;
  }
  .interest .flex-block .left-column, .interest .flex-block .right-column {
    width: 48%;
    min-width: 350px;
  }
  .interest .flex-block .left-column {
    margin-right: 20px;
  }
  .companies {
    justify-content: space-around;
  }
  .zoom .two-mini-columns {
    flex-direction: column;
  }
  .zoom .two-mini-columns p + p {
    margin-top: 20px;
  }
  .graphics-3 {
    top: 74px;
    right: -163px;
  }
  footer .container {
    flex-wrap: wrap;
  }
  footer .container .left-column {
    margin-bottom: 15px;
  }
  footer .container .item {
    min-width: 120px;
  }
}
@media (max-width: 905px) {
  .conference .article-row {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .conference .article-row .article-block {
    width: 344px;
    margin-bottom: 30px;
  }
  .conference .article-row .article-block.article-block-helper {
    display: block !important;
  }
  .conference .article-row .article-block .article-img {
    height: 208px;
  }
  .analytics .two-columns {
    flex-direction: column-reverse;
  }
  .analytics .two-columns .right-column {
    width: 100%;
    margin-left: 0;
  }
  .analytics .two-columns .left-column {
    margin: 30px auto 0;
  }
  .analytics .two-columns .left-column a.blue-btn {
    margin: 55px auto 0;
  }
  .analytics {
    padding-bottom: 45px;
  }
  .graphics-1 {
    position: absolute;
    top: -135px;
  }
  .zoom .two-columns .left-column,
.zoom .two-columns .right-column {
    width: 48%;
  }
  .graphics-3 {
    top: 141px;
    right: -100px;
  }
  .graphics-3:before {
    top: 124px;
    left: 120px;
  }
  .graphics-3 img {
    width: 75vw;
    height: auto;
  }
  .graphics svg.third {
    width: 527px;
    height: 481px;
    right: 40px;
    top: 31px;
  }
  .rewards {
    flex-wrap: wrap;
  }
  .rewards p {
    max-width: unset;
    width: 100%;
    margin-bottom: 20px;
  }
  .rewards p + a {
    margin-right: 30px;
  }
  .devices {
    margin-bottom: 70px;
    margin-top: 50px;
  }
  .devices .item {
    width: 240px;
  }
  .devices .item .item-wrap {
    width: 230px;
    min-height: 62px;
  }
  .devices .item .item-wrap > p {
    font-size: 32px;
  }
  .num-block {
    flex-wrap: wrap;
    margin-bottom: 110px;
  }
  .num-block .item {
    width: 50%;
    margin-bottom: 10px;
  }
  .num-block .item:nth-child(2):before {
    display: none;
  }
}
@media (max-width: 840px) {
  header {
    margin-top: 40px;
  }
  header .container {
    flex-direction: column;
  }
  header .container .header-left-side {
    margin-right: auto;
  }
  header .container .header-right-side {
    margin-left: auto;
    margin-top: 30px;
  }
}
@media (max-width: 776px) {
  .decor {
    width: calc(100% - 20px);
  }
  .decor .decor-lines {
    width: 100%;
    left: 0;
  }
  .decor .decor-figures {
    left: -60px;
  }
  .decor:after {
    right: 10px;
  }
  .cnews-today {
    margin-bottom: 45px;
  }
  .about-cnews .two-columns .left-column {
    width: 200px;
  }
  .about-cnews .two-columns p {
    font-size: 18px;
    line-height: 25px;
  }
  .about-cnews .two-columns .right-column {
    padding-left: 20px;
  }
  .about-cnews .two-columns .right-column ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .interest .flex-block .left-column, .interest .flex-block .right-column {
    width: 100%;
  }
  .interest .flex-block .left-column {
    margin-right: 0;
  }
  .outsourcing .container {
    flex-direction: column;
  }
  .outsourcing .container .left-column {
    margin: 0 auto;
  }
  .outsourcing .container .right-column {
    width: 100%;
  }
  .outsourcing .container .right-column > ul {
    padding-left: 30px;
  }
  .clients {
    flex-direction: column;
  }
  .clients .item {
    width: 100%;
    margin: 0 0 60px;
  }
  .zoom .two-columns {
    flex-direction: column;
  }
  .zoom .two-columns .left-column,
.zoom .two-columns .right-column {
    width: 100%;
  }
  .graphics svg.third {
    width: 54vw;
    height: auto;
  }
  .market .two-columns {
    flex-direction: column;
  }
  .market .two-columns .left-column {
    margin: 0 auto 30px;
  }
  .market .two-columns .right-column {
    width: 100%;
  }
  /*.rewards .rewards-items {*/
  /*  flex-direction: column;*/
  /*  margin: 0;*/
  /*}*/
  /*.rewards a {*/
  /*  margin-bottom: 30px;*/
  /*  margin-right: 0 !important;*/
  /*}*/
  .advert .container .two-columns .left-column {
    width: 238px;
  }
  .devices .item {
    width: 180px;
  }
  .devices .item .device-name {
    font-size: 14px;
  }
  .devices .item .item-wrap {
    width: 190px;
  }
  .devices .item .item-wrap > p {
    font-size: 24px;
  }
  .devices .item .item-wrap .item-icon {
    width: 50px;
    height: 50px;
  }
  footer .container {
    flex-wrap: wrap;
  }
  footer .container:before {
    width: 73px;
    height: 387px;
    background-size: contain;
    top: 0;
    left: 20px;
  }
  footer .container .left-column {
    flex-direction: column;
    margin-bottom: 0;
    margin-right: 0;
  }
  footer .container .left-column .item:not(:first-child) p.title {
    display: none;
  }
  footer .container .right-column {
    flex-direction: column;
  }
  footer .container .right-column .item {
    margin-bottom: 15px;
  }
  footer .container .item {
    min-width: unset;
  }
  .audience .container > p {
    font-size: 16px;
    line-height: 22px;
  }
  #AgeChart {
    width: 50vw !important;
    height: 50vw !important;
  }
  .age-legend {
    margin-left: 8vw;
  }
  .age-legend .item .color {
    margin: 10px 26px 10px 30px;
  }
  .geography {
    display: block;
  }
  .geography .geo-wrap .item {
    width: 180px;
  }
  .geography p.title {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .devices .item {
    width: 134px;
  }
  .devices .item .item-wrap {
    width: 114px;
    position: relative;
  }
  .devices .item .item-wrap .item-icon {
    position: absolute;
    left: -10px;
    margin-top: 0;
    top: -35px;
  }
  .devices .item .item-wrap > p {
    font-size: 24px;
    width: 100%;
  }
  .res-column {
    margin-left: 10px;
    margin-right: 10px;
  }
  .diagram-wrap .left-column .sex svg {
    width: 60px;
    height: 90px;
  }
  .diagram-wrap .left-column .sex p {
    font-size: 48px;
  }
}
@media (max-width: 600px) {
  .graphics-1 {
    top: -88px;
    right: -40px;
  }
  .container {
    padding: 0 10px;
    min-width: 320px;
  }
  .slide-item p, .slide-item ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .slide-item .btn-block {
    flex-direction: column;
    margin-top: 20px;
  }
  .slide-item .btn-block a {
    margin-left: 0 !important;
    max-width: 216px;
  }
  .slide-item .btn-block a + a {
    margin-top: 10px;
  }
  .slide-item p, .slide-item ul li {
    margin-left: 0;
  }
  .slide-item ul {
    margin-left: 20px;
  }
  .swiper-sect .container:before {
    display: none;
  }
  .swiper-sect .container:after {
    top: 25px;
  }
  .diagram-wrap .right-column {
    flex-direction: column;
    padding-left: 0;
  }
  .diagram-wrap .right-column .age-legend {
    margin-left: 0;
    margin-top: 20px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .diagram-wrap .right-column .age-legend .item {
    width: 35%;
  }
  .advert .container .two-columns {
    flex-direction: column;
    align-items: flex-start;
  }
  .advert .container .two-columns .left-column {
    width: 100%;
    margin-bottom: 20px;
  }
  .advert .container .two-columns .left-column p {
    font-size: 16px;
    line-height: 22px;
  }
  .advert .container .two-columns .right-column {
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
}
@media (max-width: 530px) {
  .diagram-wrap .right-column .age-legend {
    justify-content: space-between;
  }
  .diagram-wrap .right-column .age-legend .item {
    width: 45%;
  }
  .canvas-wrap:before {
    bottom: -21px;
    left: -91px;
  }
  .diagram-wrap .left-column {
    flex-direction: column;
    align-items: center;
  }
  .diagram-wrap .left-column .diagram-outer {
    width: 100%;
    margin-bottom: 0;
  }
  .diagram-wrap .left-column .diagram-outer .right-column {
    align-items: flex-start;
  }
  .diagram-wrap .left-column .sex {
    margin-top: 0;
    margin-right: 0 !important;
  }
  .diagram-wrap .left-column .sex + .sex {
    margin-top: 25px;
  }
  .zoom .container > p {
    margin-bottom: 0;
  }
  .graphics-3 {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
  }
  .graphics svg.third {
    right: 18vw;
    top: -12px;
  }
  .zoom .two-mini-columns p {
    width: 100%;
    margin-right: 0;
  }
  .graphics-3:before {
    top: 35px;
    left: 10px;
  }
  .graphics-3:after {
    top: unset;
    bottom: 23px;
    right: 41px;
  }
  .zoom .zoom-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .zoom .zoom-header h2 {
    margin: 0 0 15px;
  }
}
@media (max-width: 420px) {
  .cnews-logo svg {
    width: 100px;
    height: auto;
  }
  header .container .header-right-side .cnews-links {
    flex-direction: column;
    align-items: flex-end;
  }
  header .container .header-right-side .cnews-links a + a {
    margin-left: 0;
    padding-left: 0;
  }
  header .container .header-right-side .cnews-links a + a:before {
    display: none;
  }
  .analytics .two-columns .right-column ul {
    padding-left: 30px;
  }
  .about-cnews .two-columns {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .about-cnews .two-columns .left-column {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 20px;
  }
  .about-cnews .two-columns .left-column p:after {
    bottom: -18px;
  }
  .about-cnews .two-columns .right-column {
    width: 100%;
    padding-left: 0;
  }
  .rewards a img {
    max-width: 100%;
  }
  .graphics-1 {
    top: -39px;
    right: -45px;
  }
  .res-column {
    margin: 0;
  }
  .num-block {
    margin-bottom: 25px;
  }
  .num-block .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .num-block .item:before {
    display: none;
  }
  .num-block .item .num {
    font-size: 53px;
    line-height: 63px;
  }
  .diagram-wrap .right-column .age-legend {
    flex-direction: column;
    align-items: center;
  }
  .diagram-wrap .right-column .age-legend .item {
    width: unset;
  }
  .geography .geo-wrap {
    flex-direction: column;
  }
  .interest .flex-block .left-column, .interest .flex-block .right-column {
    min-width: unset;
  }
  .interest .flex-block p span {
    margin-left: 10px;
  }
  /*.companies img {*/
  /*  width: 140px !important;*/
  /*  height: auto !important;*/
  /*}*/
  .companies-helper-block {
    display: none;
  }
  .companies-sect {
    margin-bottom: 30px;
  }
  .clients p {
    font-size: 16px;
    line-height: 22px;
  }
  .analytics {
    padding-bottom: 0;
  }
  .outsourcing .container .left-column .blue-block p,
.outsourcing .container .right-column > div p {
    font-size: 16px;
    line-height: 22px;
  }
  .outsourcing {
    padding-top: 50px;
  }
  .outsourcing .container .left-column .blue-block {
    padding: 15px 25px;
  }
  .outsourcing .container .left-column .blue-block h2 {
    white-space: normal;
  }
  .zoom .container > p {
    font-size: 16px;
    line-height: 22px;
  }
  .zoom .daily .num {
    flex-direction: column;
  }
  .zoom .daily .num span {
    font-size: 60px;
    line-height: 60px;
  }
  .tv .container .item {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .tv .container .item .video-container {
    margin-bottom: 5px;
    height: auto;
  }
  .tv .container .item.title img {
    max-width: 100%;
  }
  .market p {
    font-size: 16px;
    line-height: 22px;
  }
  .analytics .two-columns .left-column {
    width: 100%;
  }
  .analytics .two-columns .left-column img {
    width: 95%;
  }
  .graphics svg.second {
    width: 95%;
  }
  .blue-btn {
    max-width: 100%;
    width: 306px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  footer .container {
    padding-left: 110px;
  }
  footer .container .item ul li a {
    font-size: 14px;
  }
  .underfooter p {
    margin-left: 0;
  }
}
@media (max-width: 380px) {
  .conference .article-row .article-block .article-img {
    max-width: 100%;
    height: 54vw;
  }
}
@media (max-width: 350px) {
  .sidenav-container {
    margin-left: -14px;
  }
  .open_nav {
    padding: 23px 20px;
  }
  header .container .cnews-logo {
    margin-left: 0;
  }
  header .container .intro-text {
    margin-left: 22px;
  }
}

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