.n-logo {
  width: 80px;
  margin-right: 30px;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 28px 60px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  transition: all ease .3s;
  z-index: 100;
}
.header .row {
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
#page-1 .header {
  border-bottom: 0;
}
.header.fixed {
  padding: 10px 60px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
#main {
  margin-top: 137px;
}
.n-navigation {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 35px;
}
.n-navigation li a {
  color: #005563;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}
.n-navigation li a:hover {
  text-decoration: underline;
}
.button-lk {
  display: inline-block;
  height: 66px;
  background: #3E848F;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 66px;
  text-decoration: none;
  padding: 0 17px;
  border-radius: 25px;
  border: 1px solid #3E848F;
  transition: all ease .3s;
  cursor: pointer;
}
.button-lk:hover {
  color: #3E848F;
  background: #fff;
}
.header .btn-profile {
  position: relative;
  overflow: hidden;
  max-width: 200px;
}
.header .btn-profile:after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 5px;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #3e848f 60%, #3e848f 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #3e848f 60%, #3e848f 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #3e848f 60%, #3e848f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#3E848F', GradientType=1);
}
.header-social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-social a {
  display: block;
  height: 52px;
}
.icon-vk {
  display: inline-block;
  width: 53px;
  height: 53px;
  background: url(img/vk.svg) no-repeat center;
}
.icon-tg {
  display: inline-block;
  width: 53px;
  height: 53px;
  background: url(img/tg.svg) no-repeat center;
}
.header-buttons {
  display: flex;
  align-items: center;
  gap: 57px;
}
.n-banner {
  background: #94CBCB;
  background: linear-gradient(180deg, #94cbcb 0%, #15aea1 100%);
  height: 951px;
  padding: 100px 60px;
  position: relative;
}
.n-banner:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(img/n-banner-bg1.png) no-repeat left center;
}
.n-banner-row {
  display: flex;
  align-items: flex-start;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.n-banner-text {
  color: #fff;
  max-width: 967px;
}
.n-banner-text h3 {
  font-size: 24px;
  margin: 0 0 35px;
}
.n-banner-text h1 {
  font-size: 56px;
  font-weight: 800;
  margin: 0 0 35px;
}
.n-banner-text p {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
}
.n-banner-btns {
  display: flex;
  gap: 38px;
  margin-top: 70px;
}
.button-pink {
  display: inline-block;
  height: 66px;
  background: #d52c59;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 66px;
  text-decoration: none;
  padding: 0 17px;
  border-radius: 25px;
  transition: all ease .3s;
  text-align: center;
}
.button-pink:hover {
  color: #fff;
  background: #a62044;
}
.button-border {
  display: inline-block;
  height: 66px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 66px;
  text-decoration: none;
  padding: 0 17px;
  border-radius: 25px;
  transition: all ease .3s;
  text-align: center;
  min-width: 228px;
}
.button-border:hover {
  color: #fff;
}
.n-banner-desc {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.contest {
  max-width: 624px;
  background: #E83363;
  border-radius: 40px;
  position: relative;
  color: #fff;
  overflow: hidden;
  margin-bottom: 120px;
  box-shadow: 0 11px 23px #1D8C89;
  margin-left: auto;
  transition: all ease .3s;
}
.contest:hover {
  box-shadow: 0 11px 30px #17726f;
}
.contest a {
  display: flex;
  align-items: flex-end;
  color: #fff;
  text-decoration: none;
}
.contest a img {
  max-width: 174px;
}
.contest h3 {
  padding: 30px;
  font-size: 38px;
  font-weight: 700;
  margin: 0;
}
.contest h3 span {
  display: block;
  font-weight: normal;
}
.contest-confetti {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.contest-confetti img {
  width: auto;
  max-width: 100%;
  display: block;
  animation: confetti 20s linear infinite;
}
@keyframes confetti {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(80%);
  }
}
.n-banner-content1 {
  background: #4CB0B0;
  box-shadow: 0 11px 23px #1D8C89;
  min-width: 714px;
  margin-left: auto;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  transition: all ease .3s;
  position: relative;
  margin-top: -20px;
}
.n-banner-content1:hover {
  box-shadow: 0 11px 30px #17726f;
}
.n-banner-content1 a {
  display: block;
  padding: 70px 20px;
  color: #fff;
  text-decoration: none;
  transition: all ease .3s;
}
.n-banner-content1 h3 {
  font-size: 38px;
  font-weight: 700;
}
.n-banner-content1 p {
  font-size: 26px;
  font-weight: 500;
}
.n-banner-content1:after {
  content: "";
  display: block;
  position: absolute;
  width: 57px;
  height: 71px;
  background: url(img/pdf.svg) no-repeat center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all ease .3s;
  cursor: pointer;
}
.n-banner-content1:hover {
  background: #1E8E8E;
  opacity: .8;
}
.n-banner-content1:hover a {
  color: #869697;
}
.n-banner-content1:hover:after {
  opacity: 1;
}
.n-banner-content2 {
  background: #0BB5B5;
  background: linear-gradient(180deg, #51cece 0%, #0bb5b5 100%);
  box-shadow: 0 11px 23px #1D8C89;
  max-width: 502px;
  width: 100%;
  margin-left: auto;
  margin-right: 34px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  transition: all ease .3s;
  position: relative;
  z-index: 2;
}
.n-banner-content2:hover {
  box-shadow: 0 11px 30px #17726f;
}
.n-banner-content2 a {
  color: #fff;
  text-decoration: none;
  padding: 40px 20px;
  display: block;
  transition: all ease .3s;
  position: relative;
  z-index: 2;
}
.n-banner-content2 h3 {
  font-size: 38px;
  font-weight: 700;
}
.n-banner-content2 p {
  font-size: 26px;
  font-weight: 500;
}
.n-banner-content2:after {
  content: "";
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  background: url(img/play.svg) no-repeat center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all ease .3s;
  cursor: pointer;
}
.n-banner-content2:hover {
  background: #1E8E8E;
  opacity: .8;
}
.n-banner-content2:hover:after {
  opacity: 1;
}
.n-banner-content2:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(img/btn-bg.svg) no-repeat center;
}
.n-banner-more {
  position: absolute;
  display: block;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #0BB5B5;
  background: linear-gradient(180deg, #0bb5b5 0%, #51cece 100%);
  box-shadow: 0 11px 23px #1D8C89;
  bottom: -107px;
  left: -315px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  padding-top: 67px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  transition: all ease .3s;
}
.n-banner-more:hover {
  box-shadow: 0 11px 30px #17726f;
}
.icon-down {
  display: block;
  width: 21px;
  height: 12px;
  background: url(img/down.svg) no-repeat center;
}
.section-form {
  background: #F5F5F5;
  padding: 55px 0;
  margin: 88px 0;
}
.sf-row {
  display: flex;
  max-width: 1107px;
  margin: 0 auto;
  align-items: center;
  gap: 49px;
}
.sf-row form {
  display: flex;
  align-items: center;
  gap: 49px;
}
.sf-row h3 {
  font-size: 28px;
  font-weight: 500;
  color: #005563;
  margin: 0;
}
.sf-row .button-lk {
  min-width: 228px;
}
.sf-input {
  display: block;
  min-width: 490px;
  height: 47px;
  background: #fff;
  border: 1px solid #005563;
  border-radius: 5px;
  padding: 0 20px;
  font-family: 'Raleway';
  font-size: 14px;
}
.disabled {
  background: rgba(245, 245, 245, 0.5);
  color: #BDBDBD;
  pointer-events: none;
  user-select: none;
}
.disabled a {
  color: #BDBDBD;
}
.agreement-modal {
  width: 760px;
  border-radius: 20px;
  padding: 35px !important;
  cursor: default !important;
}
.agreement-modal h3 {
  text-align: center;
  color: #4C9F8F;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 30px;
}
.agreement-modal__text {
  background: #F5F5F5;
  max-height: 300px;
  overflow: auto;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}
.agreement-modal__text h4 {
  font-size: 22px;
  font-weight: 600;
}
.agreement-modal__text p {
  color: #000;
}
.agreement-modal__check {
  margin-bottom: 40px;
}
.agreement-modal__check input {
  display: none;
}
.agreement-modal__check input:checked + label:before {
  background-image: url(img/check.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.agreement-modal__check label {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 22px;
  color: #000;
  cursor: pointer;
}
.agreement-modal__check label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #D9D9D9;
  border-radius: 4px;
}
.agreement-modal__btn {
  display: flex;
  justify-content: center;
}
@media (max-width: 2200px) {
  .n-navigation {
    flex-flow: row wrap;
    gap: 20px;
  }
  .n-navigation li a {
    font-size: 18px;
  }
  .button-lk,
  .button-pink,
  .button-border {
    height: 55px;
    line-height: 55px;
    border-radius: 15px;
    font-size: 16px;
  }
  .header-buttons {
    gap: 20px;
  }
  .n-logo {
    margin-right: 20px;
    min-width: 80px;
  }
}
@media (max-width: 1600px) {
  .n-navigation {
    gap: 20px;
  }
  .n-navigation li a {
    font-size: 18px;
  }
  .button-lk,
  .button-pink,
  .button-border {
    height: 55px;
    line-height: 55px;
    border-radius: 15px;
    font-size: 16px;
  }
  .header .btn-profile {
    max-width: 150px;
  }
  .header-buttons {
    gap: 20px;
  }
  .n-logo {
    margin-right: 20px;
    min-width: 80px;
  }
  .header {
    padding: 15px;
  }
  .header.fixed {
    padding: 15px;
  }
  #main {
    margin-top: 110px;
  }
  .contest {
    max-width: 500px;
    margin-bottom: 45px;
  }
  .contest h3 {
    font-size: 28px;
  }
  .contest a img {
    max-width: 120px;
  }
  .n-banner-content1 {
    min-width: 530px;
  }
  .n-banner-content1 h3 {
    font-size: 28px;
  }
  .n-banner-content1 p {
    font-size: 18px;
  }
  .n-banner-content2 {
    max-width: 380px;
  }
  .n-banner-content2 h3 {
    font-size: 28px;
  }
  .n-banner-content2 p {
    font-size: 18px;
  }
  .n-banner-content2 h3 {
    font-size: 21px;
  }
  .n-banner-text h1 {
    font-size: 44px;
  }
  .n-banner-text p {
    font-size: 25px;
  }
  .n-banner {
    padding: 55px 15px;
    height: 760px;
  }
  .n-banner-more {
    position: static;
    width: 150px;
    height: 150px;
    font-size: 16px;
    padding-top: 50px;
  }
}
@media (max-width: 1200px) {
  .n-logo {
    min-width: 50px;
  }
  .n-navigation {
    gap: 15px;
  }
  .n-navigation li a {
    font-size: 16px;
  }
  .icon-vk,
  .icon-tg {
    width: 35px;
    height: 35px;
    background-size: 100%;
  }
  .header-social {
    gap: 10px;
  }
  .header-social a {
    height: 35px;
  }
  .header-buttons {
    gap: 10px;
  }
  .header .button-lk {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    border-radius: 10px;
  }
  .n-banner-text h1 {
    font-size: 34px;
    line-height: 140%;
  }
  .n-banner-text h3 {
    font-size: 20px;
  }
  .n-banner-text p {
    font-size: 18px;
  }
  .n-banner-content1 {
    min-width: 445px;
  }
  .sf-row {
    flex-direction: column;
    padding: 0 15px;
  }
  .sf-row form {
    width: 100%;
    gap: 20px;
  }
  .sf-input {
    min-width: 0;
    flex: 1;
  }
}
@media (max-width: 959px) {
  .n-navigation {
    display: none;
  }
  #jPanelMenu-menu {
    padding-top: 90px;
  }
  .n-logo {
    width: 50px;
  }
  .header-buttons {
    margin-left: auto;
  }
  #main {
    margin-top: 80px;
  }
  .n-banner {
    height: auto;
  }
  .n-banner-row {
    flex-direction: column;
  }
  .n-banner-btns {
    margin: 30px 0;
  }
  .n-banner-text h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .n-banner-desc {
    width: 100%;
    margin: 0;
  }
  .contest {
    max-width: 100%;
    margin: 0 0 30px;
    justify-content: space-between;
  }
  .n-banner-content1 {
    min-width: 0;
    width: 100%;
  }
  .n-banner-more {
    margin: 20px auto 0;
  }
  #main .section8 .holder .bottom img {
    display: none;
  }
  #btn_mobile {
    margin-right: 0 !important;
  }
  #main .section2 {
    background-image: none;
  }
}
@media (max-width: 500px) {
  .header .btn-profile {
    max-width: 100px;
  }
  .contest {
    border-radius: 20px;
  }
  .contest h3 {
    font-size: 20px;
    padding: 15px 0 15px 15px;
  }
  .contest a img {
    max-width: 100px;
  }
  .n-banner-content1 {
    border-radius: 20px;
    margin: 0;
  }
  .n-banner-content1 h3 {
    font-size: 20px;
  }
  .n-banner-content1 a {
    padding: 20px 0 40px;
  }
  .n-banner-content2 {
    border-radius: 20px;
  }
  .n-banner-content2 h3 {
    font-size: 20px;
  }
  .n-banner-content2 a {
    padding: 20px 0;
  }
  .n-banner-text h1 {
    font-size: 30px;
    line-height: 120%;
  }
  .button-border {
    min-width: 0;
  }
  .sf-row {
    gap: 20px;
  }
  .sf-row form {
    display: block;
    text-align: center;
  }
  .sf-input {
    width: 100%;
    margin-bottom: 20px;
  }
  .n-banner-btns {
    gap: 15px;
  }
  .agreement-modal {
    padding: 15px !important;
    border-radius: 10px;
  }
  .agreement-modal h3 {
    font-size: 24px;
  }
  .agreement-modal__check label {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .header .btn-profile {
    max-width: 60px;
  }
}
@media (max-width: 370px) {
  .header .button-lk {
    font-size: 12px;
    padding: 0 4px;
  }
  .n-logo {
    margin-right: 15px;
    min-width: 40px;
  }
  .n-banner-btns .button-border {
    display: none;
  }
}
#partner-1 .icn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#logo-p1 {
  width: 40px;
  height: auto;
  margin-right: 8px;
}
#logo-p2 {
  width: 180px;
  height: auto;
}
#main .inner aside .frame {
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #ccc;
}
#main .inner aside .frame h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.news_item {
  margin-bottom: 3em;
  position: relative;
  background: #fff;
  padding: 0;
  box-shadow: 6px 6px 40px rgba(4, 85, 164, 0.07000000000000001);
  border-radius: 20px;
}
.news_item.row {
  margin-left: 0;
}
.news_item .img_holder {
  float: left;
  width: 23%;
  margin-right: 4%;
}
.news_item .img_holder img {
  border-radius: 20px;
}
.news_item .text_holder {
  float: left;
  width: 70%;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 18px;
}
.news_item .text_holder .data {
  color: #8A8A8A;
  margin-bottom: 1em;
}
.news_item .text_holder .note a {
  display: block;
  margin-bottom: 1em;
  color: #00989a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news_item .text_holder .note a {
    margin-bottom: 0.5em;
  }
}
.news_item .text_holder .note a:hover {
  text-decoration: underline;
}
.news_item .text_holder .note p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .news_item .text_holder {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
.icon_items {
  margin-bottom: 3em;
}
.icon_item {
  margin-bottom: 1.6em;
}
.icon_item .img_holder {
  float: left;
  width: 2.26em;
}
.icon_item .text_holder {
  margin-left: 4em;
}
.page_nav {
  margin-bottom: 2.5em;
}
.page_nav a {
  margin-right: 0.2em;
}
.news-menu-view {
  margin-left: 1em;
}
.news-menu-view li {
  color: #8A8A8A;
}
.news-menu-view .year-link {
  font-size: 18px;
  position: relative;
  padding-left: 12px;
  text-decoration: none;
}
.news-menu-view .month-block {
  display: none;
  margin-left: 1.5em;
}
.news-menu-view .yearactive .month-block {
  display: block;
}
.news-menu-view a.year-link:before {
  content: "+";
  font-size: 20px;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  height: 8px;
}
.news-menu-view .yearactive a.year-link:before {
  content: "-";
  font-size: 20px;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  height: 8px;
}
/* news left*/
.news-menu-view {
  margin: 0;
  margin-left: 20px;
}
.news-menu-view > ul > li {
  padding: 0;
  margin-bottom: 0px;
}
.news-menu-view ul li a.year-link {
  text-transform: uppercase;
  color: #59626A;
  font-weight: 600;
  padding: 15px 0 15px 20px;
  display: inline-block;
}
.news-menu-view ul li a.year-link:hover {
  color: #00989a;
}
.news-menu-view .item.itemactive {
  font-weight: bold;
}
.news-menu-view ul li ul li a {
  color: #59626A;
  text-decoration: none;
}
.news-menu-view ul li ul li a:hover {
  color: #00989a;
}
.news-menu-view ul li a.year-link:before {
  top: 14px;
}
.news-menu-view .yearactive a.year-link:before {
  top: 14px;
}
.news-menu-view .month-block {
  margin: -5px 0 10px;
}
.news-menu-view .month-block .item {
  padding: 5px 0 5px 20px;
}
.header-news h1 {
  line-height: 44px;
}
.news-img-wrap {
  float: right;
  padding: 0 0 15px 20px;
}
.news-img-wrap img {
  width: auto;
  height: auto;
}
.news-text-wrap {
  margin-top: 30px;
}
.page_nav {
  margin-top: 30px;
}
.f3-widget-paginator {
  clear: both;
  padding-bottom: 2em;
}
.f3-widget-paginator {
  display: inline-block;
  border-radius: 4px;
  margin: 0.5em 0px 1em 0px;
  padding-left: 0px;
}
.f3-widget-paginator > li {
  display: inline;
}
.f3-widget-paginator > li.morepages,
.f3-widget-paginator > li > span,
.f3-widget-paginator > li > a,
.f3-widget-paginator > li.current {
  position: relative;
  float: left;
  padding: 10px 16px;
  margin-left: -1px;
  text-decoration: none;
  border: 1px solid #DDD;
  background-color: #FFF;
  /*color: #FF8700;*/
  color: #59626A;
}
.f3-widget-paginator > li.current,
.f3-widget-paginator > li > a:hover,
.f3-widget-paginator > li > a:focus {
  text-decoration: underline;
  background-color: #f2f2f2;
}
.f3-widget-paginator > li:first-child > a,
.f3-widget-paginator > li.current:first-child {
  margin-left: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.f3-widget-paginator > li:last-child > a,
.f3-widget-paginator > li.current:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-navigation p {
  margin-bottom: 0.5em;
}
.news-clear {
  clear: both;
}
.page-navigation {
  clear: both;
}
#agreement-error {
  color: red;
  display: none;
}
a#agreement-button:active,
a#agreement-button:focus {
  outline: none;
}
.row.row-register {
  margin: 0;
}
.row.row-register .col1 {
  padding-right: 15px;
}
.row.row-register a.btn {
  width: 170px;
  text-align: center;
}
#footer .partners .item .icn.icn-rsmu {
  max-width: 60px;
  padding-top: 8px;
}
@media screen and (max-width: 959px) {
  #footer .partners .item .icn.icn-rsmu {
    max-width: 40px;
    padding-top: 6px;
  }
}
.bottom-cookies {
  font-size: 12px;
  padding: 25px 0 0 15px;
  line-height: 14px;
}
.bottom-cookies a {
  color: #ffffff;
  text-decoration: none;
}
.bottom-cookies a:hover {
  text-decoration: underline;
}
