* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

button {
  font-size: inherit;
  cursor: pointer;
}

.row {
  display: flex;
  margin: 0 -15px;
}

.col {
  padding: 0 15px;
}

body {
  /*overflow-x: hidden;*/
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.header {
  padding: 15px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #829EC2;
  transition: all .3s;
  z-index: 10;
}

.header__row {
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.header__logo {}

.header__logo svg,
.header__logo img {
  display: block;
}

.header__logo svg path {
  transition: all .3s;
}

.header__menu {}

.header__menu ul {
  display: flex;
  align-items: center;
  margin: 0 -27px;
}

.header__menu ul li {
  padding: 0 27px;
}

.header__menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: inherit;
  display: flex;
  align-items: center;
}

.header__menu ul li a svg {
  display: block;
  margin-left: 5px;
  margin-top: 5px;
}

.header__white ul li a svg path {
  fill: #0B4870
}

.header__menu ul li:not(.scrollto).current-menu-item a {
  font-weight: bold;
  text-decoration: underline;
}

.header__menu ul li a:hover {
  text-decoration: underline;
}

.header__phone {
  margin-left: auto;
}

.header__phone-schedule {
  font-size: 16px;
}

.header__phone-phone {
  display: flex;
  align-items: center;
}

.header__phone svg,
.header__phone img {
  display: block;
  margin-right: 10px;
}

.header__phone svg path {
  transition: all .3s;
}


.header__phone span {
  padding-left: 15px;
  font-weight: bold;
}

.header__phone a {
  text-decoration: none;
  color: #fff;
  transition: all .3s;
}

.header__account-buttons {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 15px;
  overflow: hidden;
}

.header__account-buttons a {
  border: none;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 13px;
  transition: all .3s;
  height: 38px;
  margin: 0;
  line-height: 1;
  text-decoration: none;
}

.header__account-buttons a.header__account-register {
  background: #fff;
  color: #0B4870;
}

.header__account-buttons a.header__account-sign-in {
  margin-top: -1px;
}

.header__account-buttons a svg {
  display: block;
  margin-right: 4px;
}

.header__account-buttons a.header__account-sign-in:hover {
  background: #fff;
  color: #0B4870;
}

.header__account-buttons a.header__account-sign-in svg path {
  transition: all .3s;
}

.header__account-buttons a.header__account-sign-in:hover svg path {
  fill: #0B4870;
}

.header__white {
  background: #fff;
  box-shadow: 0px 4px 30px rgba(110, 124, 175, 0.14);
  color: #0B4870;
  border: none;
}

.header__white .header__logo svg path {
  fill: #0B4870;
}

.header__white .header__phone a,
.header__white .header__menu ul li a {
  color: #0B4870;
}

.header__white .header__phone svg path {
  fill: #0B4870;
}

.header__white .header__account-buttons {
  border-color: #0B4870;
}

.header__white .header__account-buttons a.header__account-sign-in {
  background: #0B4870;
}

.header__white .header__account-buttons a.header__account-sign-in:hover {
  background: #fff;
  color: #0B4870;
}

.header__white .header__account-buttons a.header__account-register:hover {
  color: #fff;
  background: #0B4870;
}

.header__white .header__toggle a span {
  background: #0B4870;
}
@media (max-width:768px) {
    .header__menu {
      display: none;
  }
}
.first-screen {
  background: url("../img/home-bg-min.jpg") 50% 50% / cover;
  padding-top: 100px;
  padding-bottom: 200px;
  min-height: 100vh;
}

.first-screen__category {
  text-transform: uppercase;
  font-size: 18px;
  color: #88B1C6;
  line-height: 70px;
  padding-bottom: 18px;
}

.first-screen__logo {
  padding-bottom: 60px;
}

.first-screen__text {
  max-width: 490px;
  color: #fff;
  padding-bottom: 38px;
}

.first-screen__text a {
  color: #fff;
}

.first-screen__text a:hover {
  text-decoration: none;
}

.first-screen__register {}

.first-screen__register a {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  border-radius: 600px;
  border: none;
  color: #fff;
  text-align: center;
  padding: 16px 32px;
  width: 309px;
  transition: all .3s;
  max-width: 100%;
  text-decoration: none;
}

.first-screen__register a:hover {
  background: rgba(255, 255, 255, 0.5);
}

.about-digits {
  margin-top: -100px;
}

.about-digits__wrap {
  display: block;
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.93) 0%, #FFFFFF 100%);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 52px 58px;
}

.about-digits__wrap-outer {
  position: relative;
}

.about-digits__wrap-outer:before {
  content: '';
  background: #0D1025;
  opacity: 0.06;
  filter: blur(114px);
  border-radius: 10px;
  position: absolute;
  left: 30px;
  right: 30px;
  height: 189px;
  top: 80px;
}

.about-digits__item {
  flex: 0 0 33.333333%;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.about-digits__item-icon {
  padding-right: 26px;
}

.about-digits__item-text {}

.about-digits__item-text-title {
  font-weight: bold;
  color: #21AF6A;
  padding-bottom: 10px;
  font-size: 25px;
}

.about-digits__item-text-wrap {}

.home-about {
  padding-top: 70px;
}

.block-title {
  color: #0B4870;
  font-weight: bold;
  font-size: 45px;
  line-height: 1.5;
  padding-bottom: 8px;
}

.home-about__subtitle {
  color: #4F5665;
  padding-bottom: 38px;
}

.home-about__item-image {
  padding-bottom: 10px;
}

.home-about__item-image img {
  display: block;
  height: 100px;
}

.home-about__item-text {
  color: #4F5665;
}

.home-about__item {
  flex: 0 0 33.33333%;
}

.what-you-need {
  padding-top: 70px;
  padding-bottom: 90px;
}

.what-you-need__title-rules {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #4F5665;
  font-size: 18px;
  flex: 0 0 620px;
}

.what-you-need__title-rules img {
  display: block;
  margin-right: 25px;
}

.what-you-need__title-rules a {
  color: #4F5665;
  text-decoration: underline;
}

.what-you-need__title-rules a:hover {
  text-decoration: none;
}

.what-you-need__title {
  align-items: flex-start;
}

.what-you-need__items {
  position: relative;
  height: 550px;
  margin-top: 80px;
}

.what-you-need__item {
  position: absolute;
}

.what-you-need__item-data-digit {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.1;
  padding-bottom: 13px;
}

.what-you-need__item-data {
  color: #4F5665;
}

.what-you-need__item-data a {
  color: inherit;
  text-decoration: underline;
}

.what-you-need__item-data a:hover {
  text-decoration: none;
}

.what-you-need__item-data-text {
  font-size: 13px;
  line-height: 14px;
}

.what-you-need__item-data-text a {
  color: inherit;
}

.what-you-need__item-data {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}





.what-you-need__step1 .what-you-need__item-data {
  padding-top: 15px;
  padding-left: 45px;
  padding-right: 60px;
  font-size: 20px;
  line-height: 1.2;
}

.what-you-need__step1 .what-you-need__item-data-digit {
  color: #5770AC;
}

.what-you-need__step1 svg path {
  transition: all .3s;
  stroke: #3D59A0;
  fill: none;
}

.what-you-need__step1:hover svg path {
  fill: url(#paint1_linear);
}

.what-you-need__step2 svg path {
  transition: all .3s;
  stroke: #599144;
  fill: none;
}

.what-you-need__step2:hover svg path {
  fill: url(#paint2_linear);
}

.what-you-need__step2:hover .what-you-need__item-data-digit svg path {
  fill: none;
  stroke: #fff;
}

.what-you-need__step3 svg path {
  transition: all .3s;
  stroke: #75B1B9;
  fill: none;
}

.what-you-need__step3:hover svg path {
  fill: url(#paint3_linear);
}

.what-you-need__step4 svg path {
  transition: all .3s;
  stroke: #FAB226;
  fill: none;
}

.what-you-need__step4:hover svg path {
  fill: url(#paint4_linear);
}

.what-you-need__step5 svg path {
  transition: all .3s;
  stroke: #BA866E;
  fill: none;
}

.what-you-need__step5:hover svg path {
  fill: url(#paint5_linear);
}

.what-you-need__step6 svg path {
  transition: all .3s;
  stroke: #4890B9;
  fill: none;
}

.what-you-need__step6:hover svg path {
  fill: url(#paint6_linear);
}

.what-you-need__step2 .what-you-need__item-data {
  padding: 60px 40px 0 110px;
}

.what-you-need__step2 .what-you-need__item-data-text {
  padding-top: 5px;
}

.what-you-need__step2 .what-you-need__item-data .what-you-need__item-data-button {
  color: #599144;
  padding-top: 5px;
}

.what-you-need__step2 .what-you-need__item-data-digit {
  text-align: center;
  padding-bottom: 5px;
  color: #599144;
  display: flex;
  align-items: flex-start;
}

.what-you-need__step2 .what-you-need__item-data-digit svg {
  display: block;
  margin-right: 19px;
  stroke: #000;
}

.what-you-need__step3 .what-you-need__item-data {
  padding: 36px 40px 0 41px;
}

.what-you-need__step3 .what-you-need__item-data-digit {
  padding-left: 15px;
  color: #A5CDD2;
}

.what-you-need__step4 .what-you-need__item-data {
  padding: 14px 76px 0 96px;
  line-height: 1.2;
}

.what-you-need__step4 .what-you-need__item-data-digit {
  text-align: center;
  color: #FAB226;
}

.what-you-need__step5 .what-you-need__item-data {
  padding: 45px 40px 0 80px;
}

.what-you-need__step5 .what-you-need__item-data-digit {
  text-align: center;
  color: #BA866E;
  padding-left: 50px;
}

.what-you-need__step6 .what-you-need__item-data {
  padding: 31px 56px 0 64px;
}

.what-you-need__step6 .what-you-need__item-data-digit {
  color: #4890B9;
}


.what-you-need__item:hover .what-you-need__item-data a,
.what-you-need__item:hover .what-you-need__item-data-digit,
.what-you-need__item:hover .what-you-need__item-data-text,
.what-you-need__item:hover .what-you-need__item-data-title {
  color: #fff;
}

.what-you-need__title-rules-row {
  flex-wrap: wrap;
}

.what-you-need__title-rule {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-bottom: 22px;
}

.what-you-need__title-rule:first-child {}

.what-you-need__title-rule a {
  display: flex;
  align-items: center;
}

.what-you-need__title-rules-row:first-child {
  /* justify-content: flex-end; */
  flex: 1 1 auto;
}

.what-you-need__items-big-marker {
  position: absolute;
  left: 650px;
  top: -60px;
}

.what-you-need__items-small1-marker {
  position: absolute;
  left: -17px;
  top: 200px;
}

.what-you-need__items-small2-marker {
  position: absolute;
  right: 10px;
  top: 270px;
}

.register-your-team__home-second,
.register-your-team__home-first {
  margin-bottom: -84px;
  position: relative;
  z-index: 1;
}

.register-your-team__home-third {
  margin-bottom: -84px;
  position: relative;
  z-index: 1;
}

.register-your-team__wrap {
  padding: 40px 80px;
  background: #fff;
  box-shadow: -15px -15px 40px rgba(165, 205, 210, 0.16), 15px 15px 40px rgba(11, 72, 112, 0.08);
  border-radius: 15px;
}

.register-your-team__row {
  align-items: center;
}

.register-your-team__title {
  font-weight: 500;
  font-size: 32px;
  color: #0B4870;
}

.register-your-team__button {
  margin-left: auto;
}

.register-your-team__button a {
  display: inline-flex;
  outline: none;
  border: none;
  border-radius: 900px;
  position: relative;
  padding: 0;
  margin: 0;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.register-your-team__button a span {
  padding: 16px 25px;
  background: #0B4870;
  border-radius: 900px;
  position: relative;
  transition: all .3s;
}

.register-your-team__button a:hover span {
  background: #083855;
}

.register-your-team__button a:before {
  content: '';
  position: absolute;
  width: 80%;
  background: #B0D0E4;
  filter: blur(54px);
  border-radius: 15px;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

.what-is {
  background: url("../img/whati-it-bg.jpg") 50% 50% / contain;
  padding: 180px 0;
}

.what-is__item {
  flex: 0 0 50%;
  color: #fff;
}

.what-is__item-title {
  font-weight: bold;
  font-size: 35px;
  padding-bottom: 38px;
}

.what-is__item-text {}

.what-is__item-text a {
  color: inherit;
  text-decoration: underline;
  transition: all .3s;
}

.what-is__item-text a:hover {
  text-decoration: none;
  color: #083855;
}

.register-your-team__green {}

.register-your-team__green .register-your-team__wrap {
  background: linear-gradient(180deg, #599144 0%, #599144 100%);
  box-shadow: -15px -15px 40px rgba(165, 205, 210, 0.16), 15px 15px 40px rgba(11, 72, 112, 0.08);
  border-radius: 15px;
}

.register-your-team__green .register-your-team__title {
  color: #fff;
}

.register-your-team__green .register-your-team__button a span {
  background: #fff;
  color: #599144;
}

.register-your-team__green .register-your-team__button a:hover span {
  background: #ececec;
}

.register-your-team__green .register-your-team__button a:before {
  background: #386727;
  filter: blur(54px);
}


.home-news__title-button a {
  display: inline-flex;
  outline: none;
  border: none;
  border-radius: 900px;
  position: relative;
  padding: 0;
  margin: 0;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  width: 403px;
  max-width: 100%;
}

.home-news__title-button a span {
  padding: 16px 25px;
  background: #FF7235;
  border-radius: 900px;
  position: relative;
  transition: all .3s;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.home-news__title-button a:hover span {
  background: #fc692c;
}

.home-news__title-button a:before {
  content: '';
  position: absolute;
  width: 80%;
  background: #DDDDDD;
  filter: blur(54px);
  border-radius: 15px;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

.home-news__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 36px;
}

.home-news__title-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 70px;
  color: #FF7235;
}

.home-news {
  background: #FFFFFF;
  box-shadow: 0px -15px 70px 35px rgba(76, 122, 148, 0.15);
  padding-top: 146px;
  padding-bottom: 100px;
}

.home-news__slider {}

.home-news__slider .swiper-slide {
  padding-bottom: 20px;
  padding-top: 20px;
  min-height: 100%;
  height: auto;
}

.home-news__item {
  display: flex;
  min-height: 100%;
}

.home-news__item .news-item-vertical {}

.home-news__move {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}

.home-news__move-icon {
  display: block;
  margin: 0 15px;
}

.home-news__move button {
  border: none;
  background: none;
  padding: 8px 0;
}

.home-news__move button svg {
  display: block;
}

.home-news__move button svg path {
  transition: all .3s;
}

.home-news__move button svg:hover path {
  fill: #FF7235;
}

.news-item-vertical {
  padding: 15px 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(110, 124, 175, 0.14);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
}

.news-item-vertical__img {
  padding-bottom: 13px;
}

.news-item-vertical__img a {
  display: block;
}

.news-item-vertical__img a img {
  display: block;
  width: 100%;
  box-shadow: 0px 4px 30px rgba(110, 124, 175, 0.14);
  border-radius: 10px;
}

.news-item-vertical__title {
  padding-bottom: 8px;
}

.news-item-vertical__title a {
  color: #262628;
  text-decoration: none;
  font-weight: bold;
  transition: all .3s;
}

.news-item-vertical__title a:hover {
  color: #FF7235;
}

.news-item-vertical__text {
  padding-bottom: 10px;
  font-size: 16px;
}

.news-item-vertical__data {
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: space-between;
  margin: auto -5px -5px;
}

.news-item-vertical__data-item {
  padding: 0 5px;
}

.news-item-vertical__data-date {
  color: #BBBBBB;
}

.news-item-vertical__data-link {}

.news-item-vertical__data-link a {
  color: #FF7235;
  text-decoration: underline;
}

.news-item-vertical__data-link a:hover {
  text-decoration: none;
}

.master-classes {
  padding: 68px 0 70px;
}

.prizes {
  background: linear-gradient(99.57deg, #185F66 18.7%, #184866 89.57%);
  color: #fff;
}

.prizes__wrap {
  position: relative;
  padding-top: 86px;
  padding-bottom: 70px;
  display: flex;
  justify-content: flex-end;
}

.prizes__img {
  position: absolute;
  top: -30px;
  left: -60px;
  z-index: 2;
  width: 870px;
  max-width: 77%;
}

.prizes__text {
  position: relative;
  z-index: 3;
  flex: 0 0 50%;
}

.prizes__text-title {
  font-weight: bold;
  font-size: 70px;
  padding-bottom: 90px;
}

.prizes__text-subtitle {
  font-weight: bold;
  font-size: 45px;
  padding-bottom: 30px;
}

.prizes__text-text {}

.partners {
  padding-top: 186px;
  padding-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0px -15px 70px 35px rgba(76, 122, 148, 0.15);
  position: relative;
}

.partners:before {
  content: '';
  position: absolute;
  background: url("../img/partners-star.svg") no-repeat right top;
  width: 519px;
  height: 504px;
  right: 17%;
  top: -128px;
}

.partners .container {
  z-index: 1;
  position: relative;
}

.big-block-title {
  color: #0B4870;
  font-weight: bold;
  font-size: 70px;
  line-height: 1;
  padding-bottom: 100px;
}

.partners__items {
  flex-wrap: wrap;
}

.partners__item {
  flex: 0 0 16.6666666%;
  padding-bottom: 135px;
}

.partners__item-icon {
  display: flex;
  justify-content: center;
  padding-bottom: 14px;
  align-items: center;
}

.partners__item-icon img {
  display: block;
}

.partners__item-title {
  color: #DDDDDD;
  text-align: center;
  font-size: 14px;
}

.partners__item-subtitle {
  color: #DDDDDD;
  text-align: center;
  font-size: 12px;
}

.master-class {
  border-radius: 10px;
  padding: 26px 21px;
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  color: #fff;
  min-height: 100%;
}

.master-class .master-class__play img {
  transition: all .3s;
}

.master-class:hover .master-class__play img {
  transform: scale(1.2);
}

.master-class span {
  position: relative;
  z-index: 2;
}

span.master-class__gradient {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 10px;
}

.master-class__play {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 58px;
}

.master-class__details {
  display: flex;
  padding-bottom: 8px;
  margin: auto -15px 0 -15px;
}

.master-class__details-item {
  padding: 0 15px;
}

.master-class__details-date {}

.master-class__details-time {}

.master-class__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
}

.master-classes .swiper-slide {
  height: auto;
  display: flex;
}

.master-classes__item {
  height: 100%;
  display: flex;
}

.master-classes .home-news__title-text {
  padding-bottom: 90px;
}

.concurs-steps {
  padding-top: 88px;
  padding-bottom: 185px;
}

.big-block-title__green {
  color: #599144;
  position: relative;
  z-index: 2;
}

.master-classes .swiper-pagination {
  position: relative;
  padding-top: 60px;
}

.master-classes .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #DDDDDD;
  opacity: 1;
  transition: all .3s;
  margin: 0 15px;
}

.master-classes .swiper-pagination-bullet:hover,
.master-classes .swiper-pagination-bullet-active {
  background: #FF8D22;
}

.footer {
  background: #FAFAFA;
}

.footer__top {
  padding-top: 109px;
  padding-bottom: 100px;
}

.footer__top-row {
  align-items: center;
}

.footer__top-text {
  width: 570px;
  max-width: 100%;
  color: #0B4870;
}

.footer-copyright {
  border-top: 1px solid #A5CDD2;
  padding-top: 39px;
  padding-bottom: 55px;
}

.footer-copyright__row {
  align-items: center;
  font-size: 16px;
  justify-content: space-between;
  color: #AFB5C0;
}

.footer-copyright__terms {}

.footer-copyright__rules a,
.footer-copyright__terms a {
  color: #AFB5C0;
  text-decoration: underline;
  transition: all .3s;
}

.footer-copyright__rules a:hover,
.footer-copyright__terms a:hover {
  text-decoration: none;
  color: #FF7235;
}

.footer-copyright__rules-copyright {}

.footer-copyright__developer {}

.footer-copyright__developer a {
  color: #FF7235;
  text-decoration: underline;
  transition: all .3s;
}

.footer-copyright__developer a:hover {
  transition: all .3s;
  color: #AFB5C0;
  text-decoration: none;
}

.footer__middle {
  padding-bottom: 60px;
}

.footer__middle-data-menus {
  display: flex;
  justify-content: space-between;
  margin: 0 -24px;
}

.footer__middle-data-menu {
  padding: 0 10px;
  max-width: 255px;
}

.footer__middle-logo {
  flex: 0 0 320px;
  align-items: flex-end;
}

.footer__middle-logo-img {
  padding-bottom: 66px;
}

.footer__middle-logo-img a {
  display: block;
}

.footer__middle-logo-img a img {
  display: block;
}

.footer__middle-logo-text {
  font-size: 18px;
  color: #6F9386;
  padding-bottom: 80px;
  font-weight: 400;
}

.footer__middle-logo-socials {}

.footer__middle-logo-socials ul {
  display: flex;
  margin: 0 -12px;
}

.footer__middle-logo-socials ul li {
  padding: 0 12px;
}

.footer__middle-logo-socials ul li a {
  color: #599144;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  background: #fff;
  border-radius: 50%;
}

.footer__middle-logo-socials ul li a i {
  opacity: 0.5;
  transition: all .3s;
}

.footer__middle-logo-socials ul li a:hover {
  background: #599144;
  color: #fff;
}

.footer__middle-logo-socials ul li a:hover i {
  opacity: 1;
}

.footer__middle-link {
  padding: 0px 5px;
  width: calc((100% / 3) - 10px);
}

.footer__middle-link a {
  display: flex;
  align-items: center;
  text-decoration: underline;
  font-size: 13px;
  color: #4F5665;
}

.footer__middle-link a img {
  display: block;
  margin-right: 10px;
  width: 42px;
}

.footer__middle-link a:hover {
  text-decoration: none;
}

.footer__middle-data-links {
  padding-bottom: 40px;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-end;
}

.footer__middle-data-menu-title {
  color: #0B132A;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 15px;
}

.footer__middle-data-menu-list {
  font-size: 16px;
  color: #4F5665;
  font-weight: 400;
}

.footer__middle-data-menu-list ul {}

.footer__middle-data-menu-list ul li {
  padding-bottom: 10px;
}

.footer__middle-data-menu-list ul li a {
  color: #4F5665;
  text-decoration: none;
  transition: all .3s;
}

.footer__middle-data-menu-list ul li:not(.scrollto).current-menu-item a,
.footer__middle-data-menu-list ul li a:hover {
  text-decoration: underline;
  color: #FF7235;
}

.footer__middle-data-menu-list-title {
  padding-bottom: 10px;
  /* padding-top: 9px; */
}

.footer__middle-data-menu-list-item {
  padding-bottom: 10px;
  color: #4F5665;
}

.footer__middle-data-menu-list-item a {
  text-decoration: none;
  color: #FF7235;
}
@media (max-width: 1200px) {
  .footer__middle-data-menu {
    padding: 0 10px;
  }
}

@media (max-width:991px) {
  .footer__middle-link {
    width: 100%;
  }
  .footer__middle-data-menus {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer__middle-data-menu--order {
    order: 3;
  }
  
}
@media (max-width:768px) {
  .footer__middle-data-menu {
    flex:100%;
    max-width: 100%;
  }
}
.header__toggle button {
  display: block;
  width: 32px;
  height: 9px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.header__toggle button span {
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  transition: all .3s;
}

.header__white .header__toggle button span {
  background: #0B4870;
}

.header__toggle button span:nth-child(1) {
  left: 0;
  top: 0;
  width: 100%;
}

.header__toggle button span:nth-child(2) {
  left: 0;
  bottom: 0;
  width: 80%;
}

.header__toggle button.opened span:nth-child(1) {
  transform: rotate(45deg);
  top: 3px;
}

.header__toggle button.opened span:nth-child(2) {
  width: 100%;
  transform: rotate(-45deg);
  bottom: 5px;
}


.header__logout a {
  display: flex;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 8px 15px;
  align-items: center;
  background: none;
  color: #fff;
  transition: all .3s;
  text-decoration: none;
}

.header__logout a:hover {
  background: #fff;
  color: #0B4870;
}

.header__logout a svg {
  display: block;
  margin-right: 5px;
}

.header__white .header__logout a {
  border-color: #0B4870;
  color: #B1B1B1;
}

.header__white .header__logout a:hover {
  background: #0B4870;
  color: #fff;
}

.personal-account-page {
  padding-top: 140px;
  background: #F9F7F6;
}

.welcome-first-screen__data {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}

.welcome-first-screen {
  padding-bottom: 77px;
}

.welcome-first-screen__title {
  font-weight: bold;
  font-size: 56px;
  letter-spacing: 0.0120588em;
  color: #262628;
  padding-bottom: 20px;
}

.welcome-first-screen__actions {
  display: flex;
  align-items: center;
  letter-spacing: -0.016em;
  color: #BAB9C1;
}

.welcome-first-screen__actions-recover {
  margin-left: auto;
}

.welcome-first-screen__actions-recover a {
  text-decoration: none;
  color: #599144;
}

.welcome-first-screen__actions-recover a:hover {
  text-decoration: underline;
}

.upload-video-greetings__wrap {
  background: #FFFFFF;
  box-shadow: 15px 30px 50px rgba(80, 141, 149, 0.19);
  border-radius: 10px;
  padding: 32px 28px;
}

.upload-video-greetings {
  padding-bottom: 100px;
}

.upload-video-greetings__head {
  display: flex;
  justify-content: space-between;
}

.upload-video-greetings__head-wrap {
  padding-bottom: 30px;
  border-bottom: 1px solid #DBDBDB;
}

.upload-video-greetings__head-task {
  text-align: right;
  color: #599144;
  font-size: 18px;
}

.upload-video-greetings__head-title {
  display: flex;
  align-items: center;
}

.upload-video-greetings__head-title-text {
  font-size: 30px;
  line-height: 2.1;
  font-weight: bold;
  color: #0B4870;
  padding-right: 16px;
}

.tooltip {
  display: inline-flex;
  border: 1px solid #0B4870;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .3s;
}

.tooltip svg path {
  transition: all .3s;
}

.tooltip:hover {
  background: #0B4870;
}

.tooltip__green {
  border: 1px solid #599144;
}

.tooltip__green:hover {
  background: #599144;
}

.tooltip:hover svg path {
  fill: #fff;
}

.upload-video-greetings__body {
  padding-top: 43px;
}

.upload-video-greetings__controls,
.upload-video-greetings__fields {
  margin: 0 -45px;
  display: flex;
  flex-wrap: wrap;
}

.upload-video-greetings__fields {
  padding-bottom: 20px;
}

.upload-video-greetings__controls-column,
.upload-video-greetings__column {
  padding: 0 45px;
  flex: 0 0 50%;
  min-width: 0;
}
.upload-video-greetings__controls-column--mg {
  margin-top: 20px;
  flex-wrap: wrap;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
.upload-video-greetings__field {
  padding: 0 0 20px;
  flex: 0 0 50%;
}

.upload-video-greetings__field-video {}

.upload-video-greetings__field-text input,
.upload-video-greetings__field-video input {
  padding: 15px 58px 15px 52px;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  flex: 1 1 auto;
  font-size: 16px;
  transition: all .3s;
  min-width: 0;
  width: 100%;
}

.upload-video-greetings__field-video-wrap .videolink .wpcf7-form-control-wrap {
  display: block;
  flex: 0 0 calc(100% - 100px);
}

.upload-video-greetings__field-video-wrap .videolink input {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}

.upload-video-greetings__field-text input:focus,
.upload-video-greetings__field-video input:focus {
  border: 1px solid #599144;
}

.upload-video-greetings__field-video-wrap {
  display: flex;
  align-items: center;
  position: relative;
}

.upload-video-greetings__field-text-icon,
.upload-video-greetings__field-video-icon {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
}

.upload-video-greetings__field-video button {
  margin-left: -40px;
  display: block;
  height: 50px;
  background: #599144;
  border-radius: 80px;
  color: #fff;
  padding: 12px 28px;
  border: none;
  transition: all .3s;
}

.upload-video-greetings__fields .videolink {
  display: block;
  flex: 1 1 auto;
}

.upload-video-greetings__fields .videoname {
  flex: 0 0 100%;
}

.upload-video-greetings__field-video button:hover {
  background: #446f35;
}

.upload-video-greetings__field-video .tooltip {
  position: absolute;
  right: -7px;
  transform: translateX(100%);
}

.upload-video-greetings__display-data {
  display: flex;
  align-items: center;
  padding: 14px 18px;
  background: #FCFCFC;
  border-radius: 10px;
}

.upload-video-greetings__display-data-checked,
.upload-video-greetings__display-data-old {
  margin-left: auto;
}

.upload-video-greetings__display-data-old+.upload-video-greetings__display-data-checked {
  margin-left: 22px;
}

.upload-video-greetings__display-data-text {
  color: #599144;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  padding-right: 5px;
}

.upload-video-greetings__display-data-icon {
  flex: 0 0 35px;
}

.upload-video-greetings__display-data-icon img {
  display: block;
}

.upload-video-greetings__display-data-old {
  padding: 10px 16px;
  color: #DCDCDC;
  font-size: 16px;
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  white-space: nowrap;
}

.upload-video-greetings__display-data-checked {
  flex: 0 0 18px;
}

.upload-video-greetings__text {
  padding-top: 68px;
  font-size: 17px;
  color: #979797;
}

.upload-video-greetings__required {
  font-size: 17px;
  color: #DCDCDC;
  line-height: 1.17;
}

.upload-video-greetings__send button {
  padding: 13px 30px;
  border: none;
  border-radius: 80px;
  color: #FFFFFF;
  display: block;
  background: #599144;
  transition: all .3s;
}

.upload-video-greetings__send button:disabled {
  background: #C8C8C8;
  pointer-events: none;
}

.upload-video-greetings__send button:not(:disabled):hover {
  background: #446f35;
}

.upload-video-greetings__link {
  font-size: 14px;
}

.upload-video-greetings__link a {
  display: flex;
  align-items: center;
  color: #979797;
  line-height: 1.07;
  text-decoration: none;
  transition: all .3s;
}

.upload-video-greetings__link a img {
  display: block;
  margin-right: 25px;
}

.upload-video-greetings__link a:hover {
  color: #FF7235;
}


.footer__top-shadow {
  box-shadow: 0px -15px 70px rgba(76, 122, 148, 0.15);
}

.you-get-video {
  padding-bottom: 70px;
}

.you-get-video__title {
  font-size: 32px;
  line-height: 2.1;
  color: #0B4870;
  padding-bottom: 33px;
  font-weight: bold;
}

.you-get-video__item {
  padding-bottom: 30px;
  flex: 0 0 33.33333%;
}

.you-get-video__item-wrap {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(110, 124, 175, 0.14);
  border-radius: 15px;
  width: 100%;
  padding: 15px 16px 25px;
  text-decoration: none;
}

.you-get-video__item-image {
  position: relative;
  box-shadow: 0px 4px 30px rgba(110, 124, 175, 0.14);
  border-radius: 10px;
  overflow: hidden;
}

.you-get-video__item-image-preview {
  display: block;
  width: 100%;
}

.you-get-video__item-image .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.you-get-video__item-name {
  padding-top: 17px;
  letter-spacing: 0.019em;
  color: #262628;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 6px;
  transition: all .3s;
}

.you-get-video__item-region {
  letter-spacing: 0.019em;
  color: #262628;
  font-size: 16px;
  padding-bottom: 5px;
}

.you-get-video__item-name-team {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.019em;
  color: #BBBBBB;
}

.you-get-video__item-image .play img {
  display: flex;
  transition: all .3s;
}

.you-get-video__item-image:hover .play img {
  transform: scale(1.2);
  transform-origin: center center;
}

.you-get-video__item-name:hover {
  color: #FF7235;
}

.modal {
  display: none;
}

.tooltip-modal {
  width: 520px;
  max-width: 95%;
  max-height: 95%;
  background: #FFFFFF;
  box-shadow: 10px 15px 50px rgba(122, 145, 148, 0.45);
  border-radius: 22px;
  padding: 31px 44px 54px 55px;
  font-size: 16px;
  line-height: 1.25;
  color: #A2A2A2;

}

.tooltip-modal-icon {
  position: absolute;
  left: 9px;
  bottom: 7px;
}

.you-get-video__items {
  flex-wrap: wrap;
}

.upload-video-greetings {}

.upload-video-greetings__mate {
  display: flex;
  align-items: center;
  background: #FCFCFC;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  padding: 4px 18px;
}

.upload-video-greetings__mate:not(:last-child) {
  margin-bottom: 20px;
}

.upload-video-greetings__mate-name {
  display: flex;
  align-items: center;
  padding-right: 12px;
  border-right: 1px solid #D8D8D8;
}

.upload-video-greetings__mate-name input {
  display: block;
  flex: 1 1 auto;
  width: 100%;
}

.upload-video-greetings__mate-phone {
  display: flex;
  align-items: center;
  padding-left: 12px;
  padding-right: 15px;
  border-right: 1px solid #D8D8D8;
}

.upload-video-greetings__mate-phone input {
  display: block;
  flex: 1 1 auto;
  width: 100%;
}

.upload-video-greetings__mate-name img {
  display: block;
  margin-right: 18px;
}

.upload-video-greetings__mate-phone img {
  display: block;
  margin-right: 14px;
}

.upload-video-greetings__mate-upload {
  padding-left: 17px;
  flex: 0 0 auto;
}

.upload-video-greetings__mate-upload input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}

.upload-video-greetings__mate-upload input:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.upload-video-greetings__mate-phone input:disabled,
.upload-video-greetings__mate-name input:disabled {
  font-size: 16px;
  color: #599144;
  border: none;
  background: none;
}

.upload-video-greetings__mate-phone input,
.upload-video-greetings__mate-name input {
  text-overflow: ellipsis;
  border: none;
  background: none;
  font-size: 16px;
}

.upload-video-greetings__mate-upload-input {
  position: relative;
  overflow: hidden;
}

.your-video-greeting {
  display: flex;
  margin: 0 -45px;
  padding-top: 20px;
}

.your-video-greeting__video,
.your-video-greeting__content {
  padding: 0 45px;
}

.your-video-greeting__content {
  display: flex;
  flex-direction: column;
}

.your-video-greeting__video {
  flex: 0 0 55%;
}

.your-video-greeting__video-inner {}

.your-video-greeting__video-inner a {
  display: block;
  position: relative;
}

.your-video-greeting__video-inner a .preview {
  display: block;
  width: 100%;
  box-shadow: 0px 4px 30px rgba(110, 124, 175, 0.14);
  border-radius: 15px;
}

.your-video-greeting__video-inner a .play {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}

.your-video-greeting__video-inner a .play img {
  transition: all .3s;
}

.your-video-greeting__video-inner a:hover .play img {
  transform: scale(1.2);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

.your-video-greeting__content-title {
  font-size: 24px;
  letter-spacing: 0.019em;
  color: #262628;
  padding-bottom: 18px;
  line-height: 1.3;
}

.your-video-greeting__content-city {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.019em;
  color: #262628;
  padding-bottom: 10px;
}

.your-video-greeting__content-team {
  font-size: 18px;
  letter-spacing: 0.019em;
  color: #BBBBBB;
  line-height: 1.3;
  padding-bottom: 23px;
}

.your-video-greeting__content-task {
  font-size: 20px;
  line-height: 1.5;
  color: #599144;
  padding-bottom: 15px;
}

.your-video-greeting__content-votes {
  display: flex;
  align-items: center;
  margin-top: auto;
}

.your-video-greeting__content-votes-status {}

.your-video-greeting__content-votes-description {
  font-size: 16px;
  line-height: 1.1;
  color: #BBBBBB;
  word-break: break-word;
}

.your-video-greeting-status {
  font-size: 16px;
  line-height: 1.5;
  color: #0B4870;
  padding: 8px 25px;
  border: 1px solid #0B4870;
  border-radius: 900px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

#sendvideo:disabled {
  pointer-events: none;
  background: gray;
}

.your-video-greeting-status img {
  margin-right: 17px;
}

.your-video-greeting-status__yellow {
  color: #FF7235;
  border-color: #FF7235;
}

.your-video-greeting__content-votes-description-link a {
  color: red;
  text-decoration: underline;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 16px;
}

.your-video-greeting__content-votes-description-link a:hover {
  color: red;
  text-decoration: none;
}

.your-video-greeting__content-votes-description-link:not(:last-child) {
  padding-bottom: 5px;
}

.your-video-greeting__content-votes-description-link.green-link a {
  color: #599144;
}

.registration-page {
  background: url("../img/registration-bg.jpg") 50% 50% / cover;
  padding-top: 132px;
  padding-bottom: 159px;
}

.registration-page__form,
.registration-page__links {
  flex: 0 0 50%;
}

.registration-page__row {
  align-items: center;
}

.registration-page__links a {
  font-size: 56px;
  letter-spacing: 0.0120588em;
  line-height: 1.1;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.registration-page__links ul li:not(.scrollto).current-menu-item a {
  font-weight: bold;
}

.registration-page__links ul li a:hover {
  color: #0B4870;
}

.registration-page__form-fields {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 59px 49px;
}

.registration-page__form-field {
  padding-bottom: 15px;
}

.registration-page__form-field input {
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  color: #0B4870;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  background: transparent;
}

.registration-page__form-field input::placeholder {
  color: #fff;
}

.registration-page__form-field input.active {
  background-color: rgba(252, 252, 252, 0.9);
  padding-right: 43px;
  text-overflow: ellipsis;
}

.registration-page__form-field select {
  display: block;
  width: 100%;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  padding: 16px;
}

.registration-page__form-field-region {}

.registration-page__form-field-region select {
  background-image: url(../img/select-angle.png), url(../img/region.svg);
  background-position: right 18px center, left 10px center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  padding-left: 52px;
  transition: all .3s;
  outline: none;
}

.registration-page__form-field-region select.active {
  background-image: url(../img/select-angle-blue.svg), url(../img/region-blue.svg);
  background-position: right 18px center, left 10px center;
  background-color: #fff;
  color: #0B4870;
}

.registration-page__form-field-region select option {
  color: #000;
  padding-left: 0;
}

.registration-page__form-field-old {}

.registration-page__form-field-old select {
  background-image: url(../img/select-angle.png), url(../img/vozrast.svg);
  background-position: right 18px center, left 20px center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  padding-left: 52px;
  padding-right: 50px;
  outline: none;
  transition: all .3s;
}

.registration-page__form-field-old select.active {
  background-image: url(../img/select-angle-blue.svg), url(../img/vozrast-blue.svg);
  background-position: right 18px center, left 20px center;
  background-color: #fff;
  color: #0B4870;
}

.registration-page__form-field-old select option {
  color: #000;
  padding-left: 0;
}

.registration-page__form-submit {
  padding-top: 15px;
}

.registration-page__form-submit button {
  background: #FFFFFF;
  border-radius: 80px;
  padding: 13px 30px;
  color: #0B4870;
  border: none;
  transition: all .3s;
}

.registration-page__form-submit button:hover {
  background: #0B4870;
  color: #fff;
}

.registration-page {
  position: relative;
}

.registration-page:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 27px;
  background: url("../img/uzor.png");
  height: 73px;
  width: 100%;
}

.registration-page__form-field-city {}

.registration-page__form-field-city input {
  padding-left: 52px;
  background-image: url("../img/pin.svg");
  background-repeat: no-repeat;
  background-position: left 18px center;
}

.registration-page__form-field-city input.active {
  background-image: url("../img/pin-blue.svg"), url("../img/field-checked.svg");
  background-position: left 18px center, right 18px center;
}

.registration-page__form-field-school {}

.registration-page__form-field-school input {
  padding-left: 52px;

  background-image: url("../img/school-form.svg");
  background-repeat: no-repeat;
  background-position: left 18px center;
}

.registration-page__form-field-school input.active {
  background-image: url("../img/school-form-blue.svg"), url("../img/field-checked.svg");
  background-position: left 18px center, right 18px center;
}

.registration-page__form-field-team {}

.registration-page__form-field-team input {
  padding-left: 52px;
  background-image: url("../img/star.svg");
  background-repeat: no-repeat;
  background-position: left 18px center;
}

.registration-page__form-field-team input.active {
  background-image: url("../img/star-blue.svg"), url("../img/field-checked.svg");
  background-position: left 18px center, right 18px center;
}

.registration-page__form-field-head {}

.registration-page__form-field-head input {
  padding-left: 52px;
  background-image: url("../img/phone-form.svg");
  background-repeat: no-repeat;
  background-position: left 18px center;
}

.registration-page__form-field-head input.active {
  background-image: url("../img/phone-form-blue.svg"), url("../img/field-checked.svg");
  background-position: left 18px center, right 18px center;
}

.registration-page__form-field-email {}

.registration-page__form-field-email input {
  padding-left: 52px;

  background-image: url("../img/mail-form.svg");
  background-repeat: no-repeat;
  background-position: left 18px center;
}

.registration-page__form-field-email input.active {
  background-image: url("../img/mail-form-blue.svg"), url("../img/field-checked.svg");
  background-position: left 18px center, right 18px center;
}

.modal_window {
  display: none;
}

.default-page {
  padding-top: 100px;
  padding-bottom: 80px;
}

.news-page__inner {
  background: #FFFFFF;
  box-shadow: 15px 30px 50px rgba(80, 141, 149, 0.19);
  border-radius: 10px;
}

.news-page__title {
  padding: 30px;
  background: #FF7235;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
}

.news-page__title-text {
  font-weight: 600;
  padding-bottom: 11px;
}

.news-page__title-date {}

.news-page__text {
  padding: 30px;
}

.tooltip-modal-wrap .register {
  color: #FF7235;
}

.tooltip-modal-wrap .sign-in {
  color: #599144;
}

#tooltip-not-registered {
  width: 550px;
  font-size: 18px;
  color: #A1A1A1;
}

.tooltip-modal__buttons {
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}

.tooltip-modal__button {
  padding: 0 10px;
}

.tooltip-modal__button a {
  display: block;
  border-radius: 900px;
  padding: 12px 23px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  transition: all .3s;
}

.tooltip-modal__button-register a {
  background: #FF7235;
}

.tooltip-modal__button-register a:hover {
  background: #d55f29;
}

.tooltip-modal__button-sign-in a {
  background: #599144;
}

.tooltip-modal__button-sign-in a:hover {
  background: #497838;
}

.master-class-modal {
  width: 964px;
  max-width: 95%;
  max-height: 95%;
  overflow: auto;
  background: #FFFFFF;
  box-shadow: 15px 30px 50px rgba(80, 141, 149, 0.19);
  border-radius: 15px;
  padding: 0;
}

.master-class-modal .fancybox-close-small {
  display: none;
}

.master-class-modal__info {
  padding: 40px;
}

.master-class-modal__info-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  margin: 0 -10px;
}

.master-class-modal__info-head-title {
  padding: 0 10px;
  font-size: 24px;
  letter-spacing: 0.019em;
  color: #262628;
  line-height: 1.4;
  font-weight: bold;
}

.master-class-modal__info-head-date {
  padding: 0 10px;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.019em;
  color: #262628;
  white-space: nowrap;
}

.master-class-modal__info-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 -10px;
}

.master-class-modal__info-body-description {
  padding: 0 10px;
  font-size: 20px;
}

.master-class-modal__info-body-close {
  padding: 0 10px;
}

.master-class-modal__info-body-close button {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  color: #0B4870;
  background: transparent;
  transition: all .3s;
  border: 1px solid #0B4870;
  border-radius: 100px;
  padding: 8px 57px;
}

.master-class-modal__info-body-close button:hover {
  background: #0B4870;
  color: #fff;
}

.master-class-modal__video {
  box-shadow: 0px 4px 30px rgba(110, 124, 175, 0.14);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.master-class-modal__video:before {
  content: '';
  display: block;
  padding-bottom: 56%;
}

.master-class-modal__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.master-class-modal__video-img {
  display: block;
  width: 100%;
}

.master-class-modal__video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.swiper-container {
  overflow: hidden;
}

.header-mobile {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  height: calc(100vh - 58px);
  background: #fff;
  padding: 30px;
  color: #000;
  display: none;
  overflow: auto;
}

.header-mobile__menu {}

.header-mobile__menu ul {}

.header-mobile__menu ul li {
  padding: 10px 0;
}

.header-mobile__menu ul li:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}

.header-mobile__menu ul li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #0B4870;
}

.header-mobile__menu ul li a:hover {
  text-decoration: none;
}

.header-mobile__menu ul li:not(.scrollto).current-menu-item a {
  font-weight: bold;
}

.header-mobile__account {
  display: flex;
  align-items: center;
  margin: 0 -8px;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
}

.header-mobile__account-sign-in,
.header-mobile__account-registration {
  flex: 0 0 50%;
  padding: 0 8px;
}

.header-mobile__account-sign-in {}

.header-mobile__account-registration {}

.header-mobile__account-sign-in a,
.header-mobile__account-registration a {
  padding: 13px 30px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 19px;
  line-height: 1.1;
  text-decoration: none;
  transition: all .3s;
}

.header-mobile__account-sign-in a {
  background: #0B4870;
  border-radius: 15px;
  color: #fff;
}

.header-mobile__account-registration a {
  border: 1px solid #0B4870;
  border-radius: 15px;
  color: #0B4870;
  background: #fff;
}

.header-mobile__account-sign-in a:hover {
  background: #093e5f;
}

.header-mobile__account-registration a:hover {
  background: #093e5f;
  color: #fff;
}

.header-mobile__help-title {
  color: #0B132A;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.header-mobile__help-phone {
  text-align: center;
}

.header-mobile__help-mail {
  text-align: center;
}

.header-mobile__help-phone a,
.header-mobile__help-mail a {
  text-decoration: underline;
  color: #FF7235;
  font-size: 19px;
}

.header-mobile__help-phone a:hover,
.header-mobile__help-mail a:hover {
  text-decoration: none;
}

body.hidden-y {
  overflow: hidden;
}

.header-mobile__account-logout {}

.header-mobile__account-logout a {
  border: 1px solid #0B4870;
  border-radius: 15px;
  padding: 9px 15px;
  color: #B1B1B1;
  transition: all .3s;
  text-decoration: none;
}

.header-mobile__account-logout a:hover {
  background: #0B4870;
  color: #fff;
}

.news-page__back {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}

.news-page__back a {
  border: 1px solid #FF7235;
  color: #FF7235;
  padding: 9px 80px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 100px;
  display: block;
  text-decoration: none;
}

.news-page__back a:hover {
  background: #FF7235;
  color: #fff;
}

.winners-page {
  padding-top: 100px;
  background: url(../img/winners-bg.png) 50% 50% / cover;
  padding-bottom: 176px;
}

.winners-first-screen .first-screen__logo {
  padding-bottom: 109px;
}

.winners-page__content-inner {
  position: relative;
}

.winners-page__content-inner:before {
  content: '';
  position: absolute;
  left: -23px;
  top: -28px;
  right: 0;
  bottom: 0;
  background: #0D1025;
  opacity: 0.06;
  filter: blur(114px);
  border-radius: 10px;
}

.winners-page__content-inner-content {
  padding: 37px 62px 91px;
  position: relative;
  background: #fff;
  z-index: 1;
  border-radius: 10px;
}

.winners-page__video {
  background: #FFFFFF;
  box-shadow: 15px 30px 50px rgba(80, 141, 149, 0.19);
  border-radius: 10px;
  overflow: hidden;
}

.winners-page__video-el {
  position: relative;
}

.winners-page__video-el:before {
  display: block;
  content: '';
  padding-bottom: 56.6%;
}

.winners-page__video-el iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.winners-page__title {
  padding-bottom: 40px;
  font-size: 45px;
  line-height: 1.5;
  font-weight: bold;
  color: #0B4870;
  text-align: center;
}
.winners-page__title--stoletie {
  font-size: 42px;
}
.winners-page__summary {
  font-size: 36px;
  line-height: 1.9;
  color: #0B4870;
  text-align: center;
  padding-bottom: 27px;
  font-weight: bold;
}

.winners-page__video-team {
  color: #BBBBBB;
}

.winners-page__blocks {
  padding-top: 84px;
}

.winners-page__block-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.94;
  color: #0B4870;
  text-align: center;
  padding-bottom: 22px;
}

.winners-page__block-item-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 2.1;
  color: #0B4870;
  padding-bottom: 10px;
  text-align: center;
}

.winners-page__block-items {
  flex-wrap: wrap;
}

.winners-page__block-item {
  flex: 0 0 33.33333%;
  padding-bottom: 47px;
}

.winners-page__block-item-votes {
  display: flex;
  justify-content: center;
  padding-bottom: 42px;
}

.winners-page__block-item-votes-text {
  border: 1px solid #C4C4C4;
  border-radius: 100px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #C4C4C4;
}

.winners-page__block-item-votes-text img {
  display: block;
  margin-right: 17px;
}

.video-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(110, 124, 175, 0.14);
  border-radius: 15px;
  padding: 17px 19px;
  display: block;
  text-decoration: none;
}
.video-card iframe {
  width: 280px;
  height: 210px;
}
@media (max-width:1000px) {
  .video-card iframe {
    width: 100%;
    height: 100%;
  }
}
.video-card__image {
  position: relative;
  margin-bottom: 20px;
}

.video-card__image-main {
  box-shadow: 0px 4px 30px rgba(110, 124, 175, 0.14);
  border-radius: 10px;
  width: 100%;
}

.video-card__image-play {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all .3s;
}

.video-card__image-winner {
  position: absolute;
  right: 18px;
  top: 14px;
}

.video-card__title {
  color: #262628;
  padding-bottom: 7px;
  letter-spacing: 0.019em;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  word-break: break-word;
}

.video-card__region {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.019em;
  color: #4F5665;
  padding-bottom: 10px;
}

.video-card__team {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.019em;
  color: #BBBBBB;
}

.video-card .video-card__image-play img {
  transition: all .3s;
}

.video-card:hover .video-card__image-play img {
  transform: scale(1.2);
}

.video-card__title:hover {
  color: #FF7235;
}

.winners-page__block {
  padding-bottom: 33px;
}

.winners-page__up {
  display: flex;
  justify-content: center;
}

.winners-page__up button {
  display: block;
  color: #FF7235;
  text-decoration: underline;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}

.winners-page__up button:hover {
  text-decoration: none;
}

.voting__wrap {}

.voting__head-text-title {
  font-size: 45px;
  line-height: 1.5;
  font-weight: bold;
  color: #0B4870;
  padding-bottom: 10px;
}

.voting__head-text-description {
  font-size: 20px;
  line-height: 1.4;
  color: #4F5665;
}

.voting__head-filter {}

.voting__head-filter select {
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  padding: 14px 50px 14px 20px;
  color: #979797;
  background-image: url(../img/select-gray.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  outline: none;
  font-size: 14px;
}

.voting__head-filter select.active {
  background-image: url(../img/select-white.svg);
  background-color: #083450;
  color: #fff;
  border-color: #083450;
}

.voting__head-filter select.active option {
  background: #fff;
  color: #000;
}

.voting__head-filter input {
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  padding: 14px 20px;
}

.voting__head-filter a {
  border: 1px solid #0B4870;
  border-radius: 10px;
  padding: 13px 20px;
  text-decoration: none;
  transition: all .3s;
  display: block;
  font-size: 14px;
  white-space: nowrap;
  color: #0B4870;
  background: #fff;
}

.voting__head-filter a.active,
.voting__head-filter a:hover {
  background: #083450;
  color: #fff;
}

.voting__head {
  padding-bottom: 82px;
}

.voting__vote {
  padding-bottom: 42px;
  display: flex;
  justify-content: center;
}

.voting__vote button {
  border: 1px solid #C4C4C4;
  border-radius: 100px;
  padding: 8px 45px;
  color: #C4C4C4;
  transition: all .3s;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.voting__vote button:hover {
  background: #C4C4C4;
  color: #fff;
}

.voting__vote button img {
  display: block;
  margin-right: 17px;
}

.voting__vote button.inactive {
  pointer-events: none;
}

.voting__vote button.voted {
  color: #fff;
  border-color: #00AC78;
  background: #00AC78;
}

input[name=videolink].invalid {
  border-color: red;
}

.voting__body {
  padding-bottom: 30px;
}

.modal-socials {
  width: 545px;
  max-width: 95%;
  border-radius: 22px;
  padding: 35px;
}

.modal-socials__title {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #262628;
  font-weight: bold;
  padding-bottom: 27px;
}

.modal-socials__subtitle {
  padding-top: 34px;
  padding-bottom: 29px;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #A2A2A2;
}

.modal-socials__buttons {
  align-items: center;
}

.modal-socials__button {
  flex: 0 0 50%;
}

.modal-socials__button a {
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  overflow: hidden;
}

.modal-socials__button a img {
  max-width: 100%;
}

.modal-socials__button a:hover {
  border-color: #3d3d3d;
}

.modal-socials__form {}

.modal-socials__input {
  padding-bottom: 23px;
}

.modal-socials__select {
  padding-bottom: 23px;
}

.modal-socials__select select {
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  padding: 14px 50px 14px 20px;
  color: #979797;
  background-image: url(../img/select-gray.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  outline: none;
  font-size: 14px;
}

.modal-socials__input input {
  display: block;
  width: 100%;
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  padding: 13px 20px;
}

.modal-socials__submit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-socials__submit input,
.modal-socials__submit button {
  background: #FF7235;
  border-radius: 100px;
  display: block;
  color: #fff;
  padding: 14px 34px;
  border: none;
  cursor: pointer;
}

.modal-socials__submit input:hover,
.modal-socials__submit button:hover {
  transition: all .3s;
  background: #cd5b2b;
}

.concurs-steps {
  background: url("../img/steps-bg.svg") left bottom no-repeat;
  margin-bottom: -85px;
  background-size: 30%;
}

.concurs-step-register {
  width: 637px;
  max-width: 100%;
}

.concurs-step-register__dates {
  display: flex;
  justify-content: space-between;
  color: #599144;
  font-size: 24px;
  padding-bottom: 20px;
}

.concurs-step-register__date {
  position: relative;
  z-index: 1;
}

.concurs-step-register__date:first-child {
  padding-left: 11px;
}

.concurs-step-register__date:last-child {
  padding-right: 11px;
}

.concurs-step-register__date-digit {
  font-weight: bold;
  position: relative;
}

.concurs-step-register__date-digit:before {
  content: '';
  position: absolute;
  background: #599144;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.concurs-step-register__dates .concurs-step-register__date:first-child .concurs-step-register__date-digit:before {
  left: -15px;
}

.concurs-step-register__dates .concurs-step-register__date:last-child {
  text-align: right;
}

.concurs-step-register__dates .concurs-step-register__date:last-child .concurs-step-register__date-digit:before {
  right: -15px;
}

.concurs-step-register__item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.concurs-step-register__item-text {
  display: none;
  padding: 50px 22px 30px;
  background: #FFFFFF;
  box-shadow: -15px -15px 40px rgba(165, 205, 210, 0.16), 15px 15px 40px rgba(11, 72, 112, 0.08);
  border-radius: 0px 0px 15px 15px;
  color: #599144;
  margin-top: -27px;
}

.concurs-step-register__item-text a {
  color: #599144;
  text-decoration: underline;
}

.concurs-step-register__item-text a:hover {
  text-decoration: none;
}

.concurs-step-register__item-head {
  background: #599144;
  border-radius: 60px;
  padding: 13px 24px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.concurs-step-register__item-head-text {
  font-size: 20px;
  line-height: 1.3;
}

.concurs-step-register__item-head-register {}

.concurs-step-register__item-head-register a {
  color: #fff;
  text-decoration: underline;
}

.concurs-step-register__item-head-register a:hover {
  text-decoration: none;
}

.concurs-step-register__item-head-register img {
  display: block;
}

.concurs-step-classes {
  margin-left: 230px;
  width: 400px;
  max-width: 100%;
  margin-top: 44px;
}

.concurs-step-classes .concurs-step-register__dates {
  color: #3294B2;
}

.concurs-step-classes .concurs-step-register__date-digit:before {
  background: #3294B2;
}

.concurs-step-classes .concurs-step-register__item-head {
  background: linear-gradient(90deg, #3194B2 0%, #74BBD1 98.85%);
}

.concurs-steps__body-row {
  display: flex;
  justify-content: flex-end;
}

.concurs-steps-voting {
  width: 331px;
}

.concurs-steps-voting__dates {
  font-size: 24px;
  line-height: 1.1;
  color: #FF8D22;
  position: relative;
  padding-bottom: 14px;
  padding-left: 11px;
}

.concurs-steps-voting__dates:before {
  content: '';
  position: absolute;
  background: #FF8D22;
  top: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: -4px;
  z-index: 1;
}

.concurs-steps-voting__dates:after {
  content: '';
  position: absolute;
  right: 0;
  height: 2000px;
  width: 1px;
  background: #F1F1F0;
  bottom: -15px;
  left: 0;
}

.concurs-steps-voting__body {
  background: linear-gradient(180deg, #FF8D20 0%, #FFD72E 100%);
  border-radius: 28px;
}

.concurs-steps-voting__body-votes {
  padding: 27px 38px 33px;
  position: relative;
  font-size: 20px;
  line-height: 1.3;
  color: #FDFDFF;
}

.concurs-steps-voting__body-votes:before {
  content: '';
  background: url("../img/votingcheck.svg");
  width: 29px;
  height: 36px;
  position: absolute;
  top: 5px;
  right: 24px;
}

.concurs-steps-voting__body-results {
  background: linear-gradient(180deg, #FF8D20 0%, #FFB665 100%);
  border-radius: 60px;
  padding: 12px 38px;
  font-size: 20px;
  line-height: 1.3;
  color: #FDFDFF;
  text-align: center;
}

.concurs-steps-voting__finish {
  position: relative;
  text-align: right;
  color: #FF8D22;
  font-size: 24px;
  line-height: 1.1;
  margin-top: 19px;
  padding-right: 15px;
  margin-right: -4px;
  z-index: 1;
}

.concurs-steps-voting__finish:before {
  content: '';
  position: absolute;
  background: #FF8D22;
  top: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  right: 0;
}

.concurs-steps-assignment__dates {
  padding-bottom: 14px;
  display: flex;
  justify-content: space-between;
  color: #185F66;
  font-size: 24px;
  line-height: 1.1;
}

.concurs-steps-assignment {
  margin-right: 22px;
  width: 550px;
}

.concurs-steps__body-row {
  padding-top: 44px;
}

.concurs-steps-assignment__dates .concurs-steps-assignment__date:last-child {
  padding-right: 65px;
}

.concurs-steps-assignment__items {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #186067 0%, #3093B1 100%);
  border-radius: 60px;
  color: #FDFDFF;
  position: relative;
}

.concurs-steps-assignment__items .concurs-steps-assignment__item:last-child {
  background: linear-gradient(90deg, #186067 0%, #3093B1 100%);
  border-radius: 60px;
  padding: 13px 28px;
}

.concurs-steps-assignment__items .concurs-steps-assignment__item:first-child {
  padding-left: 25px;
  padding-right: 14px;
}


.concurs-steps-assignment__item-row {
  display: flex;
  align-items: center;
}

.concurs-steps-assignment__item-text {
  padding-right: 27px;
}

.concurs-steps-assignment__item-button {}

.concurs-steps-assignment__item-button button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

.concurs-steps-assignment__item-button button svg {
  display: block;
}

.concurs-steps-assignment__item-button button svg * {
  transition: all .3s;
}

.concurs-steps-assignment__item-button button:hover svg circle {
  stroke: #fff;
}

.concurs-steps-assignment__item-button button:hover svg path {
  fill: #fff;
}

.concurs-steps-popup {
  position: absolute;
  width: 335px;
  right: 0;
  top: 117px;
  display: none;
}

.concurs-steps__body {
  position: relative;
}

.concurs-steps-popup {}

.concurs-steps-popup .tooltip-modal-wrap {
  font-size: 16px;
  line-height: 1.5;
}

.concurs-steps-popup .tooltip-modal-wrap a {
  color: #185F66;
  font-weight: bold;
  text-decoration: underline;
}

.concurs-steps-popup .tooltip-modal-wrap a:hover {
  text-decoration: none;
}

.concurs-steps-popup .tooltip-modal {
  margin-right: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
}

.concurs-steps {
  overflow: hidden;
}

.concurs-steps__desktop:before {
  content: '';
  position: absolute;
  left: 0;
  top: -500px;
  height: 2000px;
  width: 1px;
  background: #F1F1F0;
}

.concurs-steps__desktop:after {
  content: '';
  position: absolute;
  right: 0;
  top: -500px;
  height: 2000px;
  width: 1px;
  background: #F1F1F0;
}

.concurs-steps-assignment__date {
  position: relative;
  padding-left: 11px;
}

.concurs-steps-assignment__date:before {
  content: '';
  position: absolute;
  background: #185F66;
  top: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: -4px;
  z-index: 1;
}

.concurs-steps-assignment__items:before {
  content: '';
  position: absolute;
  left: 0;
  height: 2000px;
  width: 1px;
  background: #F1F1F0;
  bottom: calc(50% + 15px);
}

.concurs-steps-assignment__items:after {
  content: '';
  position: absolute;
  right: 0;
  height: 2000px;
  width: 1px;
  background: #F1F1F0;
  bottom: calc(50% + 15px);
}

.concurs-steps-assignment__dates .concurs-steps-assignment__date:last-child {
  position: relative;
}

.concurs-steps-assignment__dates .concurs-steps-assignment__date:last-child:after {
  content: '';
  position: absolute;
  left: 0;
  height: 2000px;
  width: 1px;
  background: #F1F1F0;
  bottom: -14px;
}

.concurs-step-classes .concurs-step-register__dates .concurs-step-register__date {}

.concurs-step-classes .concurs-step-register__dates .concurs-step-register__date:first-child {
  position: relative;
}

.concurs-step-classes .concurs-step-register__dates .concurs-step-register__date:first-child:after {
  content: '';
  position: absolute;
  left: 0;
  height: 2000px;
  width: 1px;
  background: #F1F1F0;
  bottom: -24px;
}

.concurs-step-classes .concurs-step-register__dates .concurs-step-register__date:last-child {
  position: relative;
}

.concurs-step-classes .concurs-step-register__dates .concurs-step-register__date:last-child:after {
  content: '';
  position: absolute;
  right: 0;
  height: 2000px;
  width: 1px;
  background: #F1F1F0;
  bottom: -24px;
}

.concurs-step-register .concurs-step-register__dates {}

.concurs-step-register .concurs-step-register__dates .concurs-step-register__date:last-child {
  position: relative;
}

.concurs-step-register .concurs-step-register__dates .concurs-step-register__date:last-child:after {
  content: '';
  position: absolute;
  right: 0;
  height: 2000px;
  width: 1px;
  background: #F1F1F0;
  bottom: -24px;
}

.concurs-step-register__date-text {
  position: relative;
  z-index: 2;
}

.concurs-steps__mobile {
  padding-bottom: 50px;
}

.concurs-steps__slider-step {
  background: #FFFFFF;
  border-radius: 0px 0px 15px 15px;
}

.concurs-steps__slider-el {}

.concurs-steps__slider-step-head {
  display: flex;
  align-items: center;
  padding: 13px 22px;
  border-radius: 800px;
  color: #fff;
}

.concurs-steps__slider-step-head img {
  margin-left: 17px;
  display: block;
}

.concurs-steps__slider-step-body {
  padding: 22px;
}

.concurs-steps__slider-el {}

.concurs-steps__slider-el .swiper-slide:nth-child(1) {}

.concurs-steps__slider-el .swiper-slide:nth-child(1) .concurs-steps__slider-step-body {
  color: #599144;
}

.concurs-steps__slider-el .swiper-slide:nth-child(1) .concurs-steps__slider-step-body a {
  color: #599144;
  text-decoration: underline;
}

.concurs-steps__slider-el .swiper-slide:nth-child(1) .concurs-steps__slider-step-body a:hover {
  text-decoration: none;
}

.concurs-steps__slider-el .swiper-slide:nth-child(1) .concurs-steps__slider-step-head {
  background: #599144;
}

.concurs-steps__slider-el .swiper-slide:nth-child(2) .concurs-steps__slider-step-head {
  background: linear-gradient(270deg, #75BCD2 0%, #3194B2 100%);
}

.concurs-steps__slider-el .swiper-slide:nth-child(2) .concurs-steps__slider-step-body {
  color: #1F6D7B;
}

.concurs-steps__slider-el .swiper-slide:nth-child(2) {}

.concurs-steps__slider-el .swiper-slide:nth-child(3) {}

.concurs-steps__slider-el .swiper-slide:nth-child(3) .concurs-steps__slider-step-head {
  background: linear-gradient(90deg, #186067 0%, #3093B1 100%);
}

.concurs-steps__slider-el .swiper-slide:nth-child(3) .concurs-steps__slider-step-body {
  color: #1F6D7B;
}

.concurs-steps__slider-el .swiper-slide:nth-child(4) {}

.concurs-steps__slider-el .swiper-slide:nth-child(4) .concurs-steps__slider-step-head {
  background: linear-gradient(90deg, #185F66 0%, #3194B3 100%);
}

.concurs-steps__slider-el .swiper-slide:nth-child(4) .concurs-steps__slider-step-body {
  color: #1F6D7B;
}

.concurs-steps__slider-el .swiper-slide:nth-child(4) .concurs-steps__slider-step-body .concurs-steps__slider-step-body-hint {
  font-size: 16px;
  line-height: 1.5;
  color: #A2A2A2;
  padding-bottom: 17px;
}

.concurs-steps__slider-el .swiper-slide:nth-child(4) .concurs-steps__slider-step-body .concurs-steps__slider-step-body-hint a {
  color: #1F6D7B;
  text-decoration: underline;
}

.concurs-steps__slider-el .swiper-slide:nth-child(4) .concurs-steps__slider-step-body .concurs-steps__slider-step-body-hint a:hover {
  text-decoration: none;
}

.concurs-steps__slider-el .swiper-slide:nth-child(5) {}

.concurs-steps__slider-el .swiper-slide:nth-child(5) .concurs-steps__slider-step-head {
  background: linear-gradient(180deg, #FF8D20 0%, #FFD72E 100%);
}

.concurs-steps__slider-el .swiper-slide:nth-child(5) .concurs-steps__slider-step-body {
  color: #FF9028;
}

.concurs-steps__slider-el .swiper-slide:nth-child(6) {}

.concurs-steps__slider-el .swiper-slide:nth-child(6) .concurs-steps__slider-step-head {
  background: linear-gradient(269.74deg, #FFBD6F -11.42%, #FF8B20 99.94%);
}

.concurs-steps__slider-el .swiper-slide:nth-child(6) .concurs-steps__slider-step-body {
  color: #FF9028;
}

.concurs-steps__slider-el .swiper-slide {
  margin-bottom: 15px;

  overflow: hidden;
}

.concurs-steps__slider-step {
  background: #FFFFFF;
  box-shadow: -15px -15px 40px rgba(165, 205, 210, 0.16), 15px 15px 40px rgba(11, 72, 112, 0.08);
  border-radius: 0px 0px 15px 15px;
}

.home-winners {
  padding-top: 73px;
  padding-bottom: 110px;
  background: linear-gradient(99.57deg, #ACD8C8 18.7%, #A5CDD2 89.57%);
}

.home-winners__title {
  color: #fff;
}

.home-winners .winners-page__block-item-votes-text {
  border-color: #fff;
  color: #fff;
}

.home-news__title-text.home-winners__block-title {
  color: #fff;
  text-align: center;
  padding-bottom: 80px;
  width: 100%;
  flex: 0 0 100%;
  display: block;
}

.home-winners__all {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-winners__all a {
  background: #0B4870;
  border-radius: 900px;
  padding: 20px 33px;
  font-size: 20px;
  line-height: 1.25;
  color: #FFFFFF;
  text-decoration: none;
  transition: all .3s;
}

.home-winners__all a:hover {
  background: #073653;
}

.upload-video-greetings__mate-upload-input .wpcf7-not-valid-tip {}

.single-video__head {
  align-items: center;
  justify-content: space-between;
  padding-bottom: 11px;
}

.single-video__head-title {
  font-size: 45px;
  line-height: 1.5;
  color: #0B4870;
  font-weight: bold;
}

.single-video__head-back {}

.single-video__head-back a {
  text-decoration: none;
  color: #fff;
  display: block;
  background: #0B4870;
  border-radius: 10px;
  width: 300px;
  padding: 14px;
  text-align: center;
  font-size: 16px;
  transition: all .3s;
}

.single-video__head-back a:hover {
  background: #083957;
}

.single-video__text {
  padding-bottom: 57px;
  font-size: 20px;
  line-height: 1.4;
  color: #4F5665;
}

.master-class-modal__info-wrap {
  background: #FFFFFF;
  box-shadow: 15px 30px 50px rgba(80, 141, 149, 0.19);
  border-radius: 10px;
}

.single-video__button {
  padding-top: 100px;
  display: flex;
  justify-content: center;
}

.single-video__button a,
.single-video__button button {
  display: block;
  text-decoration: none;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  padding: 20px 40px;
  background: #FF7235;
  border-radius: 900px;
  border: none;
  transition: all .3s;
}

.single-video__button a:hover,
.single-video__button button:hover {
  background: #d95e2c;
}

.upload-video-greetings__mate-upload-input input[type=file] {
  width: 20px;
}

.single-video__button .inactive {
  pointer-events: none;
  background: #C4C4C4;
}

.single-video__button__row {
  justify-content: space-between;
  align-items: center;
}

.single-video__button-item-count {
  border: 1px solid #C4C4C4;
  border-radius: 900px;
  padding: 24px 44px;
  font-size: 25px;
  line-height: 1;
  display: flex;
  align-items: center;
  color: #C4C4C4;
  text-align: center;
  justify-content: center;
}

.single-video__button-item-count img {
  margin-right: 35px;
}

.winners-page__blocks-new {
  padding-top: 0;
}

.header-mobile__help-schedule {
  padding: 10px 0;
  text-align: center;
}

.text_page iframe {
  max-width: 100%;
}

.wrap_iframe {
  position: relative;
}

.wrap_iframe:before {
  content: '';
  display: block;
  padding-bottom: 56%;
}

.wrap_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.voting-page__block-item .voting__vote {
  padding-bottom: 0;
  padding-top: 21px;
}

.voting-opened {
  background-color: linear-gradient(180deg, #599144 0%, #386727 100%);
  padding: 177px 0 144px;
  color: #fff;
  background-image: url(../img/home-voting-page.jpg);
  background-position: center center;
  background-size: contain;
  position: relative;
  text-align: center;
  z-index: 2;
}

.voting-opened__title {
  font-size: 72px;
  font-weight: 500;
  padding-bottom: 60px;
}

.voting-opened__text {
  font-size: 48px;
  font-weight: 500;
  padding-bottom: 74px;
}

.voting-opened__link {
  padding-bottom: 20px;
}

.voting-opened__link a {
  position: relative;
  text-decoration: none;
  width: 622px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.voting-opened__link a span {
  background: linear-gradient(180deg, #FFFFFF 0%, #DDDDDD 100%);
  border-radius: 900px;
  font-size: 37px;
  line-height: 25px;
  text-align: center;
  color: #599144;
  display: block;
  padding: 23px;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* .voting-opened__link a:before {
  content: '';
  width: 493px;
  height: 93px;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  position: absolute;
  background: #2D4B21;
  filter: blur(54px);
  border-radius: 15px;
  max-width: 100%;
} */

.voting-opened__link a:hover {}

.voting-opened__link a:hover span {
  background: #2D4B21;
  color: #fff;
}

.voting-opened__move {
  position: relative;
  z-index: 2;
}

.voting-opened__move a {
  font-weight: 500;
  font-size: 29px;
  line-height: 25px;
  text-decoration: underline;
  color: #fff;
}

.voting-opened__move a:hover {
  text-decoration: none;
}

.video-card__age {
  font-weight: 700;
  color: #262628;
  padding-top: 7px;
  font-size: 14px;
}

.voting-opened__instruction {
  /* padding-top: 20px; */
  display: flex;
  justify-content: center;
}

.voting-opened__instruction a {
  display: flex;
  align-items: center;
  color: #fff;
}

.voting-opened__instruction a img {
  margin-right: 10px;
  display: block;
}

.voting-opened__instruction a:hover {
  text-decoration: none;
}
.info_commands {
  position: absolute;
  right: 0;
  max-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #599144;
  border-radius: 40px !important;
  color: #fff;
  cursor: pointer;
}
.icon-Years {
  top: -45px;
}
.invalid {
  border-color: red !important;
}
@media (max-width:480px) {
  .upload-video-greetings__field-video .tooltip {
    display: none;
  }
  .upload-video-greetings__field-text-icon, .upload-video-greetings__field-video-icon {
    display: none;
  }
  .upload-video-greetings__field-video .upload-video-greetings__field-video-wrap {
    flex-wrap: nowrap!important;
  }
  .has-spinner {
    padding: 15px 0!important;
  }
  .upload-video-greetings__field-text input, .upload-video-greetings__field-video input {
    padding: 15px!important;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.page-numbers {
  text-decoration: none;
  color: black;
  letter-spacing: 5px;
  font-size: 22px;
  font-weight: 500;
}
.page-numbers.current {
  color: blue;
}
.prizes__text-text strong {
    margin-top: 20px;
    display: block;
    font-weight: 400;
}