

/* Start:/local/templates/data-contest/assets/styles/main.css?160675368421620*/
:root {
  --black: #04092a;
  --gray100: #f1f2f5;
  --gray200: #eee;
  --gray300: #f1f5fa;
  --gray400: #b4d6d7;
  --gray500: #8B91A9;
  --blueDark: #04092a;
  --blue: #3347f2;
  --blueLight: #bad2fc;
  --red: #ff004c;
  --green: #22ebdf;
  --radius: 4px;
}

@font-face {
  font-family: 'TT Jenevers';
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/data-contest/assets/styles/../fonts/TTJenevers-Regular.woff2") format("woff2"), url("/local/templates/data-contest/assets/styles/../fonts/TTJenevers-Regular.woff") format("woff");
}

@font-face {
  font-family: 'TT Jenevers';
  font-style: normal;
  font-weight: 300;
  src: url("/local/templates/data-contest/assets/styles/../fonts/TTJenevers-Light.woff2") format("woff2"), url("/local/templates/data-contest/assets/styles/../fonts/TTJenevers-Light.woff") format("woff");
}

@font-face {
  font-family: 'TT Jenevers';
  font-style: italic;
  font-weight: 300;
  src: url("/local/templates/data-contest/assets/styles/../fonts/TTJenevers-LightItalic.woff2") format("woff2"), url("/local/templates/data-contest/assets/styles/../fonts/TTJenevers-LightItalic.woff") format("woff");
}

@font-face {
  font-family: 'PT Russia';
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/data-contest/assets/styles/../fonts/PT_Russia.woff2") format("woff2"), url("/local/templates/data-contest/assets/styles/../fonts/PT_Russia.woff") format("woff");
}

*,
::before,
::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: unset;
  font-size: unset;
}

html {
  width: 100%;
  height: 100%;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizespeed;
  font-family: 'TT Jenevers', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  color: black;
  background: var(--gray100);
  overflow-x: hidden;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

article>*+* {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.mobileOnly {
  display: none !important;
}

.hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.hidden--mobile {
  width: 300px;
}

.btn {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  transition: background .4s ease;
}

.btn:hover {
  cursor: pointer;
}

.btn--primary {
  background: var(--blue);
  color: white;
  font: 400 16px/1.25 'PT Russia', sans-serif;
  border-radius: 1px;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  transition: background .4s ease;
}

.btn--primary:hover,
.btn--primary:focus {
  background: #8591F7;
}

.link {
  color: var(--blue);
  font: 400 18px/1.27 'PT Russia', sans-serif;
  display: inline-block;
  transition: opacity .4s ease;
}

.link:hover,
.link:focus {
  opacity: .6;
}

.icon {
  display: inline-block;
  width: 65px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon--close:before,
.icon--close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: white;
  transform: rotate(45deg);
}

.icon--close:after {
  transform: rotate(-45deg);
}

.icon--close {
  position: relative;
}

.icon--users {
  background-image: url(/local/templates/data-contest/assets/styles/../images/icons/users.svg);
}

.icon--analytics {
  background-image: url(/local/templates/data-contest/assets/styles/../images/icons/analytics.svg);
}

.icon--graduation-cap {
  background-image: url(/local/templates/data-contest/assets/styles/../images/icons/graduation-cap.svg);
}

.icon--users-class {
  background-image: url(/local/templates/data-contest/assets/styles/../images/icons/users-class.svg);
}

.icon--medal {
  background-image: url(/local/templates/data-contest/assets/styles/../images/icons/medal.svg);
}

.icon--star {
  background-image: url(/local/templates/data-contest/assets/styles/../images/icons/star.svg);
}

.icon.icon--burger {
  background-image: url(/local/templates/data-contest/assets/styles/../images/icons/burger.svg);
  width: 24px;
}

.icon--arrow {
  position: relative;
}

.icon--arrow::before,
.icon--arrow::after {
  content: "";
  width: 12px;
  height: 2px;
  background: black;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform-origin: 97% 50%;
}

.icon--arrow::before {
  transform: rotate(43deg);
}

.icon--arrow::after {
  transform: rotate(-43deg);
}

.content {
  max-width: 1165px;
  margin: 0 auto;
}

.header {
  background: transparent;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  color: white;
  z-index: 2;
  border-bottom: 1px solid transparent;
  transition: background .4s ease, border-color .4s ease;
}

.header--filled {
  border-color: rgb(255 255 255 / .2);
  background: var(--blueDark);
}

.header .content {
  display: flex;
  align-items: center;
  height: 80px;
}

.header-logo {

}
.header-logo__img{

}
.header-logo__text{
  display: none;
}

.header-nav {
  margin: 0 0 0 48px;
  display: block;
}

.header-nav__link {
  color: var(--blueLight);
  font: 400 16px/1.25 'PT Russia', sans-serif;
  margin: 0 36px 0 0;
  transition: color .4s ease;
}

.header-nav__link:hover,
.header-nav__link:focus {
  color: var(--green);
}

.header-nav__link:last-child {
  margin: 0;
}

.header-nav__btn {
  display: none;
}

.header__btn {
  margin-left: auto;
}



.banner {
  background: var(--blueDark) url(/local/templates/data-contest/assets/styles/../images/orel.svg) no-repeat right -80px;
  color: white;
  padding: 220px 0 90px;
}


.banner .content {}

.banner-header {
  margin-bottom: 100px;
}

.banner__title {
  font-size: 64px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 50px;
}

.banner__text {
  font: 400 24px/1.5 'PT Russia', sans-serif;
  max-width: 530px;
}

.banner-cont {}

.banner-cont__label {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
  color: var(--gray500);
  margin: 0 0 24px;
}

.banner-cont__title {
  font-weight: 300;
  font-size: 36px;
  line-height: 140%;
  margin: 0 0 24px;
  max-width: 400px;
}

.banner-cont__title > i {
  display: inline-block;
}

.banner-cont__text {
  max-width: 765px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: var(--gray500);
  margin: 0 0 36px;
}

.banner-cont__link {
  display: none;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.list {
  display: flex;
  flex-wrap: wrap;
}

.list>li {
  flex-basis: 0;
  flex-grow: 1;
  margin-right: 35px;
}

.list>li:last-child {
  margin-right: 0;
}

.title {
  font-weight: 300;
  font-size: 48px;
  line-height: 148%;
}

.about {}

.about__title {
  margin-bottom: 33px;
}

.about__text {
  font-family: 'PT Russia';
  font-size: 24px;
  line-height: 150%;
}

.about-list {
  margin-top: 64px;
}

.about-item {
  background: #fff;
  padding: 32px;
  min-height: 288px;
  text-align: left;
  border-radius: var(--radius);
}

.about-item:last-child {
  padding-right: 50px;
}

.about-item__title {
  margin-bottom: 24px;
  line-height: 70%;
  font-size: 64px;
  font-weight: 300;
  text-indent: -5px;
  color: #243057;
}

.about-item__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
}

.options {
  background: var(--blueDark) url(/local/templates/data-contest/assets/styles/../images/bg-1.jpg) right top no-repeat;
  background-size: contain;
}

.options--2 {
  background-image: url(/local/templates/data-contest/assets/styles/../images/bg-2.jpg);
}

.options__title {
  color: white;
}

.options-list {
  margin-top: 64px;
}

.options-item {
  min-height: 288px;
  text-align: left;
}

.options-item:last-child {}

.options-item .icon {
  margin-bottom: 24px;
}

.options-item__title {
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 32px;
  min-height: 72px;
}

.options-item__text {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;

  color: #FFFFFF;
}

.benefits {}

.benefits__title {
  margin-bottom: 70px;
}

.benefits-list {}

.benefits-item {
  display: flex;
  justify-content: center;
}

.benefits-item:last-child {}

.benefits-item .icon {
  flex-basis: 65px;
  margin-right: 35px;
}

.benefits-item-cont {
  flex-basis: 0;
  flex-grow: 2;
  max-width: 433px;
}

.benefits-item__title {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 32px;
}

.benefits-item__text {
  font-size: 20px;
  line-height: 160%;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
}

.benefits-item__text:last-child {
  margin-bottom: 0;
}

.benefits-item__text:before {
  content: '✔';
  position: absolute;
  left: -30px;
}

.tasks {
  padding: 0 0 100px;
}

.tasks-header {
  width: 100%;
  padding: 95px 0;
  background: var(--blueDark);
  color: white;
}

.tasks__title {}

.tasks-body {}

.tasks-body .content {
  background: white;
  border-radius: var(--radius);
  margin-top: -46px;
  padding: 40px 40px 32px;
}

.tasks-list {
  counter-reset: task;
}

.tasks-item {
  display: flex;
  padding: 0 0 44px;
  margin: 0 0 24px;
  border-bottom: 1px solid rgb(0 0 0 / .2);


}

.tasks-item-cont {
  margin: 0 68px 0 0;
  flex-basis: 100%;
}

.tasks-item__title {
  font-weight: 300;
  font-size: 28px;
  line-height: 140%;
  color: var(--blue);
  margin: 0 0 32px;
  transition: opacity .4s ease;
}

.tasks-item__title:hover,
.tasks-item__title:focus {
  opacity: .6;
  cursor: pointer;
}

.tasks-item__text {
  font-size: 16px;
  line-height: 160%;
  text-align: justify;
  margin: 0 0 24px;
}

.tasks-item__link {
  font-size: 16px;
  line-height: 20px;
}

.tasks-item-photo {
  width: 192px;
  min-width: 192px;
  height: 192px;
  background: var(--gray200);
  position: relative;
  overflow: hidden;
}

.tasks-item-photo:before {
  content: counter(task);
  counter-increment: task;
  font-weight: 300;
  font-size: 64px;
  line-height: 144%;
  position: absolute;
  top: 5px;
  left: 20px;
}

.tasks-item__triangle {
  width: 0px;
  height: 0px;
  border-left: 62px solid transparent;
  border-right: 62px solid transparent;
  border-bottom: 90px solid black;
  position: absolute;
  right: 35px;
  bottom: 0;
}

.tasks-item__triangle--big {
  border-bottom-width: 152px;
  border-right-width: 108px;
  border-left-width: 108px;
  right: -108px;
}

.tasks-item:nth-child(3n+1) .tasks-item__triangle {
  border-bottom-color: var(--green);
}

.tasks-item:nth-child(3n+2) .tasks-item__triangle {
  border-bottom-color: var(--red);
}

.tasks-item:nth-child(3n+3) .tasks-item__triangle {
  border-bottom-color: var(--gray500);
}

.tasks__btn {
  background: var(--gray200);
  width: 100%;
  border-radius: 2px;
  height: 40px;
  font: 400 18px/23px 'PT Russia', sans-serif;
}

.tasks__btn:hover,
.tasks__btn:focus {
  background: var(--gray300)
}

.experts {
  padding: 100px 0 0;
  background: white;
}

.experts__title {
  margin: 0 0 10px;
}

.experts__btn {
  background: var(--gray200);
  width: 100%;
  border-radius: 2px;
  height: 40px;
  font: 400 18px/18px 'PT Russia', sans-serif;
  margin-top: 40px;
  display: none;
}

.experts-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.experts-list--main {
  background: var(--gray300);
  padding: 20px 20px 0 0;
  border-radius: var(--radius);
}


.experts-item {
  display: flex;
  align-items: center;
  width: 525px;
  padding: 20px 0 20px 20px;
}

.experts-item:nth-child(odd) {
  position: relative;
}

.experts-item:nth-child(odd):before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300%;
  height: 40px;
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
}

.experts-item:last-child {}

.experts-item-photo {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 32px 0 0;
  z-index: 1;
  background: var(--gray400);
}

.experts-item-cont {
  width: 100%;
}

.experts-item__title {
  font-size: 20px;
  line-height: 144%;
  margin-bottom: 10px;
}

.experts-item__text {
  font-size: 12px;
  line-height: 144%;
  color: var(--gray500);
}

.timeline {
  padding: 100px 0;
}

.timeline .content {}

.timeline__title {
  text-align: center;
}

.timeline-list {
  display: flex;
  flex-direction: column;
  margin: 40px 0 0 0;
}

.timeline-item {
  min-height: 124px;
  position: relative;
  width: 583.5px;
}

.timeline-item:before {
  content: '';
  width: 24px;
  height: 24px;
  background: var(--black);
  border-radius: 50%;
  display: block;
  position: absolute;
}

.timeline-item__title {
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 18px;
}

.timeline-item__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: var(--gray500);
}

.timeline-item__link {
  margin: 19px 0 0;
}

.timeline-item:nth-child(odd) {
  margin-left: auto;
  border-left: 2px solid var(--gray500);
  padding-left: 45px;
}

.timeline-item:nth-child(even) {
  text-align: right;
  border-right: 2px solid var(--gray500);
  padding-right: 45px;
}

.timeline-item--separated {
  border-color: transparent !important;
}

.timeline-item--active:before {
  background: var(--green);
}

.timeline-item--separated:last-of-type:before {
  background: var(--gray500);
}

.timeline-item:nth-child(odd):before {
  left: -13px;
}

.timeline-item:nth-child(even):before {
  right: -13px;
}

.timeline-item:nth-child(even) .timeline-item__text {
  margin-left: 320px;
}

.faq {
  padding: 100px 0;
  background: var(--blueDark) url(/local/templates/data-contest/assets/styles/../images/bg-1.jpg) no-repeat center right;
  background-size: cover;
}

.faq__title {
  margin-bottom: 50px;
  color: white;
}

.faq-list {}

.faq-item {
  background: white;
  border-radius: var(--radius);
  padding: 0 40px;
  margin: 0 0 40px;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item-header {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq-item__title {
  font-weight: 300;
  font-size: 28px;
  line-height: 148%;
}

.faq-item-header .icon {
  transition: transform .4s ease;
}

.faq-item-cont {
  max-height: 0;
  overflow: hidden;
  transition: max-height .15s ease-out;
}

.faq-item--shown .faq-item-cont {
  max-height: 200vh;
  transition: max-height .25s ease-in;
}

.faq-item--shown .faq-item-header .icon {
  transform: rotate(90deg);
}

.faq-item-cont-wrap {
  padding: 32px 0 40px 0;
  border-top: 1px solid rgb(0 0 0 / .2);
}

.faq-item__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 148%;
}

.news {
  padding: 100px 0;
}

.news__title {
  font-weight: 300;
  font-size: 48px;
  line-height: 148%;
  margin: 0 0 68px;
}

.news-list {
  width: calc(100% + 36px);
  margin-left: -18px;
}



.news .slick-arrow {
  position: absolute;
  top: 114px;
}

.news .slick-arrow .icon {}

.news .slick-prev {
  left: -30px;
  transform: rotate(180deg);
}

.news .slick-next {
  right: -31px;
}

.news-item {
  max-width: 364px;
  margin: 0 18px;
  cursor: pointer;
}

.news-item:last-child {
  margin-right: 0;
}


.news-item__img {
  height: 240px;
  margin: 0 0 40px;
}

.news-item__link {
  font-weight: 300;
  font-size: 22px;
  line-height: 144%;
  color: var(--blue);
  margin: 0 0 20px;
  display: inline-block;
  transition: opacity .4s ease;
}

.news-item:hover .news-item__link {
  opacity: .6;
}

.news-item__date {
  font: 400 16px/20px 'PT Russia', sans-serif;
  color: var(--gray500);
}

.experts {}

.partners {
  background: var(--blueDark) url(/local/templates/data-contest/assets/styles/../images/bg-3.jpg) right top no-repeat;
  background-size: contain;
}

.partners__title {
  margin-bottom: 64px;
  color: #fff;
}

.partners-photo-wrap{
  display: grid;
  grid-template-columns: repeat(auto-fit, 365px);
  grid-gap: 35px;
}

.partners-photo {
  max-width: 365px;
  height: 175px;
  border-radius: var(--radius);
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners-photo a {
  max-width: 100%;
  height: 100%;
}
.partners-photo a img {
  object-fit: contain;
}
.partners__subtitle {
  margin: 100px 0 70px;
  color: white;
}

.partners-list {
  margin-top: 70px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  grid-gap: 35px;
}

.partners-item {
  height: 100px;
  background: white;
  border-radius: var(--radius);
}

.partners-item .img {
  object-fit: contain;
}

.partners__note{
  color: white;
  margin-top: 32px
}

.operator {}

.operator-wrap {
  display: flex;
}

.operator-cont {
  flex-basis: 0;
  flex-grow: 1;
  margin-right: 36px;
  max-width: 764px;
}

.operator__title {
  margin-bottom: 30px;
}

.operator__text {
  font-size: 20px;
  line-height: 150%;
  text-align: justify;
}

.operator-photo {
  height: 243px;
  padding: 38px;
  background: #fff;
  text-align: center;
}

.operator__img {
  object-fit: contain;
}

.footer {
  background: var(--blueDark);
  padding: 100px 0;
  color: white;
}

.footer__title {
  margin: 0 0 60px;
}

.footer-block {
  padding: 0 0 70px;
  margin: 0 0 70px;
  border-bottom: 1px solid #243057;
}

.footer-block:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.footer-block__title {
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 50px;
}

.footer-block-list {
  display: flex;
}

.footer-block-item {
  width: 33.33333%;
  padding: 0 35px 0 0;
  display: flex;
  flex-direction: column;
}

.footer-block-item:last-child {}

.footer-block-item__title {
  font-weight: 300;
  font-size: 20px;
  line-height: 144%;
  margin: 0 0 20px;
}

.footer-block-item__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: var(--gray500);
  margin: 0 0 20px;
}

.footer-block__img {
  max-width: 160px;
  height: auto;
}

.footer-block__img--logo {
  max-width: 250px;
}

.footer-block__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 144%;
  margin: 0 0 16px;
}

.footer-block__text:last-of-type {
  margin-bottom: 0;
}

.footer-block-item__link {
  font-weight: 300;
  font-size: 16px;
  line-height: 144%;
  transition: color .4s ease;
  margin-top: auto;
}

.footer-block-item__link:hover,
.footer-block-item__link:focus {
  color: var(--green);
}

.footer-social {
  margin: 60px 0 -16px 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-social__link {
  width: 50%;
  padding: 0 32px 0 0;
  margin: 0 0 16px 0;
}

.footer-info {
  background: #202025;
  color: var(--gray100);
  text-align: center;
  padding: 9px 10px;
  font: 400 14px/1.27 'PT Russia', sans-serif;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease;
  word-break: break-word;
}

.modal--shown {
  opacity: 1;
  visibility: visible;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--black);
  opacity: .6;
  z-index: -1;
  cursor: pointer;
}

.modal-content {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto 50px;
  max-width: 700px;
  background: white;
  color: black;
  padding: 40px;
  border-radius: var(--radius);
}

.modal__btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal__btn .icon {
  width: 24px;
  height: 24px;
}

.modal__btn .icon--close:before,
.modal__btn .icon--close:after {
  background-color: var(--black);
  height: 3px;
}

.modal-content h3 {
  font-weight: 300;
  font-size: 36px;
  line-height: 140%;
  margin: 0 0 32px;
}

.modal-content h4 {
  font-weight: 300;
  font-size: 28px;
  line-height: 140%;
  margin: 48px 0 32px;
}

.modal-content h4:first-of-type {
  margin-top: 40px;
}

.modal-content h5 {
  font: 400 16px/1.25 'PT Russia', sans-serif;
  margin: 18px 0 32px;
}

.modal-content hr {
  border-color: rgb(0 0 0 / .2);
  margin: 0 0 32px;
  border-top: 0;
}

.modal-content a {
  color: var(--blue);
  transition: opacity .4s ease;
}

.modal-content a:hover,
.modal-content a:focus {
  opacity: .6;
}

.modal-content .link {
  margin: 48px 0 0;
}

.modal-content ol,
.modal-content ul {
  padding: 0 0 0 20px;
}

.modal-content ol {
  list-style: decimal;
}

.modal-content li {
  margin: 0 0 24px;
  padding: 0 0 0 20px;
}

.modal-content li::marker {
  color: var(--gray500);
}

.modal-content ul {
  list-style: lower-alpha;
}

.modal-content li:last-child {
  margin-bottom: 0;
}

.modal-content img {}

.modal-content p {
  font-size: 16px;
  line-height: 160%;
  margin: 16px 0;
}

.modal-content--large {
  max-width: 925px;
  width: 90%;
}

.modal-content--large h3 {
  margin-bottom: 0;
}

.header-menu__btn {
  display: none;
}

.top__btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 52px;
  height: 52px;
  background: rgb(37 55 70 / .15) url(/local/templates/data-contest/assets/styles/../images/icons/top.svg) no-repeat center center;
  background-size: 18px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 1180px) {
  .content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .timeline {
    overflow: hidden;
  }

  .timeline__title {}

  .timeline-list {
    padding: 0 10px 0 20px;
  }

  .timeline-item {
    width: 100%;
    padding-bottom: 18px;
  }

  .timeline-item:nth-child(even):before {
    right: initial;
    left: -13px;
  }

  .timeline-item:nth-child(even) {
    padding-right: 0;
    padding-left: 30px;
    border-right: 0;
    border-left: 2px solid var(--gray500);
    text-align: left;
  }

  .timeline-item:nth-child(odd) {
    padding-left: 30px;
    text-align: left;
  }

  .timeline-item:nth-last-of-type(-n+2) {
    border-color: transparent;
  }

  .timeline-item:last-child {}


  .timeline-item__title {
    margin-bottom: 12px;
  }

  .timeline-item__text {
    margin: auto !important;
  }

  .timeline-item__link {}
}
/* End */


/* Start:/local/templates/data-contest/assets/styles/main-tablet.css?16067536846108*/
@media screen and (max-width: 980px) {
  .content {}

  .header .content {
    justify-content: space-between;
    position: relative;
  }

  .list {
    display: block;
  }

  .list>li {
    margin-right: 0;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .title {
    font-size: 36px;
  }

  .header {}

  .header-nav {
    display: none;
    position: absolute;
    background: var(--blueDark);
    width: 100%;
    z-index: 1;
    top: calc(100% + 1px);
    left: 0;
    margin: 0;
    padding: 0 8px;
  }

  .header-nav:after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--black);
    opacity: .6;
    z-index: -1;
    cursor: pointer;
  }

  .header-nav__link {
    display: block;
    padding: 20px 15px;
    font-size: 20px;
    line-height: 26px;
    color: var(--blueLight);
    text-decoration: none;
    margin: 0;
    border-bottom: 1px solid #243057;
  }

  .header-nav__link:last-child {
    border: none;
    padding-bottom: 40px;
  }

  .header-nav__btn {
    display: inline-block;
  }

  .header-nav__btn--link {
    padding: 20px 15px;
  }

  .header__btn {
    display: none;
  }

  .header-logo {
    z-index: 2;
  }

  .header-logo__img {
    -webkit-clip-path: inset(0px 200px 0px 0px);
    clip-path: inset(0px 200px 0px 0px);
  }

  .header-logo__text {
    display: inline-block;
    font-weight: 300;
    font-size: 32px;
    line-height: 160%;
    position: absolute;
    top: 17px;
    left: 80px;
  }


  .banner {}

  .banner-header {}

  .banner__title {
    font-size: 57px;
    line-height: 120%;
  }

  .banner__text {}

  .banner-cont {}

  .banner-cont__label {}

  .banner-cont__title {}

  .banner-cont__text {}

  .banner-cont__link {
    display: block;
    width: 145px;
    margin: 30px 0;
    width: 100%;
    text-align: center;
  }

  .about {}

  .about__title {}

  .about__text {}

  .about-list {}

  .about-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }

  .about-item:last-child {
    margin-bottom: 0;
  }

  .about-item__title {
    text-indent: 0;
  }

  .about-item__text {}

  .options {
    background-size: initial;
  }

  .options__title {}

  .options-list {}

  .options-item {
    margin-bottom: 64px;
    min-height: 0;
  }

  .options-item:last-child {
    margin-bottom: 0;
  }

  .options-item .icon {}

  .options-item__title {
    margin-bottom: 0;
    min-height: 0;
    margin-bottom: 24px;
  }

  .options-item__text {
    max-width: 450px;
  }

  .benefits {}

  .benefits__title {}

  .benefits-list {}

  .benefits-item {
    margin-bottom: 40px;
    display: block;
  }

  .benefits-item:last-child {
    margin-bottom: 0;
  }

  .benefits-item .icon {
    margin-bottom: 20px;
  }

  .benefits-item-cont {
    text-align: left;
    padding-left: 30px;
  }

  .benefits-item__title {
    margin-left: -30px;
  }

  .benefits-item__text {}

  .tasks {
    padding-bottom: 15px;
  }

  .tasks-body .content {
    padding-bottom: 50px;
  }

  .tasks-header {
    padding-top: 50px;
    padding-left: 15px;
  }

  .tasks__title {}

  .tasks-body {
    padding-left: 25px;
    padding-right: 25px;
  }

  .tasks-list {}

  .tasks-item {
    flex-direction: column-reverse;
  }

  .tasks-item-cont {
    margin: 0;
  }

  .tasks-item__title {
    word-break: break-word;
  }

  .tasks-item__text {
    text-align: left;
  }

  .tasks-item__link {}

  .tasks-item-photo {
    margin: 0 0 20px;
  }

  .tasks__btn {}

  .experts {}

  .experts__title {}

  .experts-list {
    padding: 0;
  }

  .experts-item {
    position: relative;
  }

  .experts-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300%;
    height: 40px;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.3;
  }

  .experts-item:last-child {}

  .experts-item-photo {}

  .experts-item-cont {}

  .experts-item__title {}

  .experts-item__text {}

  .experts__btn {
    display: block;
  }

  .faq {}

  .faq__title {}

  .faq-list {}

  .faq-item {
    text-align: left;
  }

  .faq-item-header {}

  .faq-item__title {}

  .faq-item-header .icon {}

  .faq-item-cont {}

  .faq-item-cont-wrap {}

  .faq-item__text {}

  .news {

  }

  .news__title {}

  .news-slider {}

  .news-list {
    width: 100%;
    margin-left: 0;
  }

  .news-item {

  }
  .news-item-photo {
    margin-left: 0;
  }

  .news-item__img {
    object-fit: contain;
  }

  .news-item__link {}

  .news-item__date {}

  .partners {}

  .partners__title {}

  .partners-photo {}

  .partners__subtitle {}

  .partners-list {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 20px;
  }

  .partners-item {
    width: auto;
  }

  .operator {}

  .operator-wrap {
    flex-direction: column-reverse;
  }

  .operator-cont {
    margin-right: 0;
    min-width: 100%;
  }

  .operator__title {}

  .operator__text {
    text-align: left;
  }

  .operator-photo {
    margin: 0 0 39px;
  }

  .footer {}

  .footer__title {}

  .footer-block {}

  .footer-block:last-child {}

  .footer-block-list {
    display: block;
  }

  .footer-block-item {
    width: 100%;
    margin-bottom: 36px;
    text-align: left;
  }

  .footer-block-item:last-child {
    margin-bottom: 0;
  }

  .footer-block__img {}

  .footer-block__img--logo {}

  .footer-block__text {}

  .footer-block-item__link {}

  .footer-social {}

  .footer-social__link {}

  .header-menu__btn {
    display: block;
    z-index: 2;
  }

  .modal-content {}

  .modal-content h3 {
    font-size: 26px;
  }

  .modal-content h4 {}
}
/* End */


/* Start:/local/templates/data-contest/assets/styles/main-mobile.css?16075246759393*/
@media screen and (max-width: 667px) {
  .icon {
    width: 50px;
  }

  .link {
    font-size: 14px;
  }

  .content {}

  .header .content {
    justify-content: space-between;
    position: relative;
  }

  .list {
    display: block;
  }

  .list>li {
    margin-right: 0;
  }

  .section {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .title {
    font-size: 32px;
    margin-bottom: 24px;
    text-align: left;
  }

  .header {}

  .header-nav {
    display: none;
    position: absolute;
    background: var(--blueDark);
    width: 100%;
    z-index: 1;
    top: calc(100% + 1px);
    left: 0;
    margin: 0;
    padding: 0 8px;
  }

  .header-nav__link {
    display: block;
    padding: 20px 15px;
    font-size: 20px;
    line-height: 26px;
    color: var(--blueLight);
    text-decoration: none;
    margin: 0;
    border-bottom: 1px solid #243057;
  }

  .header-nav__link:last-child {
    border: none;
    padding-bottom: 40px;
  }

  .header-nav__btn {
    display: inline-block;
  }

  .header-nav__btn--link {
    padding: 20px 15px;
  }

  .header-nav__btn--btn {
    text-align: center;
    width: 100%;
  }

  .header__btn {
    display: none;
  }

  .header-logo {}

  .header-logo__img {
    clip-path: inset(0px 200px 0px 0px);
  }


  .banner {
    padding: 170px 0 40px;
    background-size: contain;
    background-position: 110px 110px;
  }

  .banner-header {}

  .banner__title {
    font-size: 36px;
    line-height: 120%;
  }

  .banner__text {
    font-size: 18px;
  }

  .banner-cont {}

  .banner-cont__label {
    font-size: 18px;
  }

  .banner-cont__title {
    font-size: 24px;
  }

  .banner-cont__text {
    font-size: 12px;
  }

  .banner-cont__link {
    display: block;
    width: 145px;
    margin: 30px 0 0;
    width: 100%;
    text-align: center;
  }

  .about {}

  .about__title {}

  .about__text {
    font-size: 18px;
  }

  .about-list {
    margin-top: 24px;
  }

  .about-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    min-height: auto;
    padding: 24px 16px;
    margin-bottom: 16px;
  }

  .about-item:last-child {
    margin-bottom: 0;
  }

  .about-item__title {
    text-indent: 0;
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 100%;
  }

  .about-item__text {
    font-size: 16px;
  }

  .options {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: -1100px -40px;
    background-size: 1960px 870px;
  }

  .options__title {}

  .options-list {
    margin-top: 40px;
  }

  .options-item {
    margin-bottom: 40px;
    min-height: 0;
  }

  .options-item:last-child {
    margin-bottom: 0;
  }

  .options-item .icon {
    margin-bottom: 16px;
  }

  .options-item__title {
    margin-bottom: 0;
    min-height: 0;
    margin-bottom: 6px;
    font-size: 18px;
  }

  .options-item__text {
    max-width: 450px;
    font-size: 16px;
  }

  .benefits {}

  .benefits__title {}

  .benefits-list {}

  .benefits-item {
  }

  .benefits-item:last-child {
  }

  .benefits-item .icon {
  }

  .benefits-item-cont {
  }

  .benefits-item__title {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 100%;
  }

  .benefits-item__text {
    font-size: 16px;
  }

  .tasks {
    padding-bottom: 25px;
  }

  .tasks-body .content {
    padding-bottom: 40px;
    margin-top: -90px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tasks-header {
    padding-top: 30px;
    padding-left: 15px;
  }

  .tasks__title {}

  .tasks-body {
    padding-left: 25px;
    padding-right: 25px;
  }

  .tasks-list {
    overflow: hidden;
  }

  .tasks-item {
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }

  .tasks-item {
    border-bottom: none;
  }

  .tasks-item-cont {
    margin: 0;
  }

  .tasks-item__title {
    word-break: break-word;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .tasks-item__text {
    text-align: left;
    margin-bottom: 20px;
  }

  .tasks-item__link {
    font-size: 14px;
  }

  .tasks-item-photo {
    margin: 0 0 20px;
    /* width: 100px; */
    /* height: 100px; */
    /* min-width: auto; */
    zoom: .6;
  }

  .tasks__btn {
    font-size: 18px;
  }

  .experts {
    padding-bottom: 40px;
  }

  .experts__title {}

  .experts-list {
    padding: 0;
  }

  .experts-item {
    position: relative;
    padding-right: 16px;
  }

  .experts-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300%;
    height: 40px;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.3;
  }

  .experts-item:last-child {}

  .experts-item-photo {
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-right: 20px;
  }

  .experts-item-cont {}

  .experts-item__title {
    font-size: 18px;
  }

  .experts-item__text {}

  .experts__btn {}

  .faq {
    background-position: -710px -280px;
    background-size: 1590px 630px;
  }

  .faq__title {}

  .faq-list {}

  .faq-item {
    text-align: left;
    padding: 0 16px;
    margin-bottom: 16px;
  }

  .faq-item-header {}

  .faq-item__title {
    font-size: 18px;
  }

  .faq-item-header .icon {
    margin-right: -16px;
  }

  .faq-item-cont {}

  .faq-item-cont-wrap {}

  .faq-item__text {
    font-size: 16px;
  }


  .timeline {
    overflow: hidden;
    padding-bottom: 30px;
  }

  .timeline__title {}

  .timeline-list {
    padding: 0 10px 0 20px;
  }

  .timeline-item {
    width: 100%;
    padding-bottom: 18px;
  }

  .timeline-item:nth-child(even):before {
    right: initial;
    left: -13px;
  }

  .timeline-item:nth-child(even) {
    padding-right: 0;
    padding-left: 30px;
    border-right: 0;
    border-left: 2px solid var(--gray500);
    text-align: left;
  }

  .timeline-item:nth-child(odd) {
    padding-left: 30px;
    text-align: left;
  }

  .timeline-item:nth-last-of-type(-n+2) {
    border-color: transparent;
  }

  .timeline-item:last-child {}


  .timeline-item__title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 100%;
  }

  .timeline-item__text {
    margin: auto !important;
    font-size: 14px;
  }

  .timeline-item__link {}


  .news {
    overflow: hidden;
  }

  .news__title {}

  .news-slider {}

  .news-list {
    margin-left: 0;
  }

  .news-item {
   
  }

  .news-item-photo {
   
  }

  .news-item__img {
    margin-bottom: 16px;
  }

  .news-item__link {
    font-size: 18px;
    padding-right: 40px;
    padding-left: 30px;
  }

  .news-item__date {
    font-size: 14px;
    padding-right: 40px;
    padding-left: 30px;s
  }

  .partners {}

  .partners__title {}

  .partners-photo {
    height: 150px;
  }

  .partners__subtitle {
    margin-top: 64px;
  }

  .partners-list {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 20px;
    margin-top: 20px;
  }

  .partners-item {
    width: auto;
  }

  .operator {}

  .operator-wrap {
    flex-direction: column-reverse;
  }

  .operator-cont {
    margin-right: 0;
    min-width: 100%;
  }

  .operator__title {}

  .operator__text {
    text-align: left;
    font-size: 16px;
  }

  .operator-photo {
    margin: 0 0 39px;
    height: 150px;
  }

  .footer {
    padding: 40px 0 74px;
  }

  .footer__title {}

  .footer-block {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .footer-block:last-child {}

  .footer-block__title {
    font-size: 24px;
  }

  .footer-block-list {
    display: block;
  }

  .footer-block-item {
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
  }

  .footer-block-item:last-child {
    margin-bottom: 0;
  }

  .footer-block-item__title {
    font-size: 18px;
  }

  .footer-block-item__text {
    font-size: 14px;
  }

  .footer-block-item__text--nobr br {
    display: none;
  }

  .footer-block-item__text--nobr br:first-child {
    display: block;
  }

  .footer-block__img {}

  .footer-block__img--logo {}

  .footer-block__text {
    font-size: 14px;
  }


  .footer-block-item__link {
    font-size: 14px;
  }

  .footer-social {
    margin-top: 40px;
  }

  .footer-social__link {
    font-size: 14px;
  }

  .header-menu__btn {
    display: block;
  }

  .modal-content {
    padding: 20px 16px 30px;
  }

  .modal-content h3 {
    font-size: 20px;
    padding-right: 40px;
  }

  .modal-content h4 {
    font-size: 18px;
    margin: 40px 0 20px;
    font-weight: normal;
  }

  .modal-content h5 {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .modal-content p {
    font-size: 14px;
  }

  .modal-content .link {
    margin-top: 30px;
  }
}

@media screen and (max-width: 420px) {
  .partners-photo-wrap{
    grid-template-columns: none;
  }
}

@media screen and (max-width: 360px) {
  .timeline-item:nth-child(even) .timeline-item__text {
    margin-left: 0;
  }

  .news-item-photo {}
}
/* End */


/* Start:/local/templates/data-contest/assets/styles/slick.css?16062102071776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */
/* /local/templates/data-contest/assets/styles/main.css?160675368421620 */
/* /local/templates/data-contest/assets/styles/main-tablet.css?16067536846108 */
/* /local/templates/data-contest/assets/styles/main-mobile.css?16075246759393 */
/* /local/templates/data-contest/assets/styles/slick.css?16062102071776 */
