@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/rador/fonts/OpenSans-Regular.woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/rador/fonts/OpenSans-SemiBold.woff");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("/rador/fonts/Oswald-Regular.woff");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("/rador/fonts/Oswald-Bold.woff");
}
body {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  body {
    background: none;
  }
}
@media (min-width: 768px) {
  body {
    background-image: url("images/Landing-background-4@2x.jpg");
    background-position: 420px 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    background-size: 1700px;
    background-position: -400px -120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    background-size: 1550px;
    background-position: -100px -60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body {
    background-size: 1400px;
    background-position: 100px -80px;
  }
}
@media (min-width: 1400px) and (max-width: 1630px) {
  body {
    background-position: 135px -80px;
    background-size: 1500px;
  }
}
@media (min-width: 1631px) and (max-width: 1999px) {
  body {
    background-size: 1380px;
    background-position: right -40px;
  }
}
@media (min-width: 2000px) {
  body {
    background-size: 1900px;
    background-position: center -210px;
  }
}

@media (max-width: 767px) {
  html {
    background: url("images/cubGroup.png") -200px 0 fixed;
    background-size: auto 100%;
  }
}
.sticky-top {
  position: sticky;
  top: 0;
}

.header-mobile {
  position: sticky;
  top: 0;
}

.container-xl {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: rgb(49, 49, 49);
}

.header {
  z-index: 1000;
}

.header-desktop {
  background-color: rgb(245, 245, 246);
  padding: 23px 30px 0 30px;
  margin: 32px 10px 0 10px;
  min-height: 84px;
  border-radius: 5px;
  font-size: 20px;
  user-select: none;
}
.header-desktop #indorsoft-logo-col {
  padding: 4px 0;
}
.header-desktop .navs {
  line-height: 38px;
}
.header-desktop .bottom-line {
  display: none;
}
.header-desktop .menu-nav {
  display: inline-block;
  margin: 0 20px;
  cursor: pointer;
}
.header-desktop .menu-nav:hover, .header-desktop .menu-nav:focus, .header-desktop .menu-nav:active {
  color: rgb(0, 118, 194);
}
.header-desktop .menu-nav.active {
  color: rgb(0, 118, 194);
  font-weight: 600;
}
.header-desktop .menu-nav.active .bottom-line {
  display: block;
  background-color: rgb(0, 118, 194);
  height: 2px;
  margin-top: -4px;
}

.header-mobile {
  background-color: rgb(245, 245, 246);
  min-height: 43px;
  font-size: 12px;
  line-height: 43px;
  user-select: none;
}
.header-mobile .menu-nav {
  cursor: pointer;
}
.header-mobile .menu-nav:hover, .header-mobile .menu-nav:focus, .header-mobile .menu-nav:active {
  color: rgb(0, 118, 194);
}
.header-mobile .menu-nav.active {
  color: rgb(0, 118, 194);
  font-weight: 400;
  font-family: "Open Sans", serif;
}
.header-mobile .menu-nav.active .bottom-line {
  display: block;
  margin: -10px auto;
  background-color: rgb(0, 118, 194);
  height: 1px;
  width: 90px;
}

@media (max-width: 380px) {
  .header-mobile {
    font-size: 10px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .header-mobile {
    font-size: 16px;
  }
  .header-mobile .menu-nav.active .bottom-line {
    width: 130px;
  }
}
@media (min-width: 768px) and (max-width: 871px) {
  .header-desktop {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .header-desktop {
    padding: 23px 24px 0 19px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header-desktop {
    padding: 23px 35px 0 30px !important;
  }
}
@media (min-width: 1400px) {
  .header-desktop {
    padding: 23px 50px 0 30px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header-desktop {
    font-size: 16px;
  }
}
#about-page {
  margin-bottom: 150px;
}
@media (max-width: 575px) {
  #about-page {
    margin-bottom: 100px;
  }
}
#about-page .cover {
  min-height: calc(100vh - 100px);
  position: relative;
}
#about-page .big-title, #about-page .dates {
  color: rgb(0, 118, 194);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
#about-page .text-block {
  line-height: normal;
}
#about-page .desktop {
  margin: auto;
}
#about-page .desktop .text-block {
  font-size: 25px;
  padding-top: 232px;
}
#about-page .desktop .big-title {
  font-size: 50px;
}
#about-page .desktop .big-title .first-string {
  margin-top: -8px;
}
#about-page .desktop .big-title .second-string {
  margin-top: -20px;
}
#about-page .desktop .dates {
  margin-top: -10px;
}
#about-page .desktop .dates .year {
  margin-left: 30px;
}
#about-page .desktop .town {
  margin-top: 6px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #about-page .desktop {
    width: 750px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #about-page .desktop {
    width: 900px;
  }
  #about-page .desktop .big-title {
    font-size: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #about-page .desktop .text-block {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  #about-page .desktop {
    width: 1150px;
  }
  #about-page .desktop .text-block {
    font-size: 30px;
  }
  #about-page .desktop .big-title {
    font-size: 70px;
  }
}
#about-page .mobile {
  margin-top: 30px;
}
#about-page .mobile .text-block {
  font-size: 12px;
  margin-top: 64px;
  text-align: center;
}
#about-page .mobile .big-title {
  font-size: 18px;
}
#about-page .mobile .dates {
  font-size: 14px;
}
@media (min-width: 440px) {
  #about-page .mobile .text-block {
    font-size: 22px;
    margin-top: 137px;
  }
  #about-page .mobile .big-title {
    font-size: 28px;
  }
}
@media (min-width: 640px) {
  #about-page .mobile .text-block {
    font-size: 28px;
    margin-top: 110px;
  }
  #about-page .mobile .big-title {
    font-size: 38px;
  }
}
#about-page .mobile .logos-block {
  text-align: center;
}
#about-page .mobile .logos-block .title {
  font-size: 12px;
}
#about-page .mobile .logos-block .rador-mobile-logo-block img {
  height: 24px;
  width: 80px;
}
#about-page .mobile .logos-block .indorsoft-mobile-logo-block {
  margin-left: -15px;
}
#about-page .mobile .logos-block .indorsoft-mobile-logo-block img {
  height: 19px;
  width: 116px;
}
@media (min-width: 440px) {
  #about-page .mobile .logos-block {
    margin-top: 34px;
  }
  #about-page .mobile .logos-block .title {
    font-size: 22px;
  }
  #about-page .mobile .logos-block .rador-mobile-logo-block img {
    height: 44px;
    width: 117px;
  }
  #about-page .mobile .logos-block .indorsoft-mobile-logo-block {
    margin-top: 8px;
  }
  #about-page .mobile .logos-block .indorsoft-mobile-logo-block img {
    height: 24px;
    width: 150px;
  }
}
#about-page .participate-button {
  background-color: rgb(0, 118, 194);
  color: white;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin-top: 36px;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 11px;
  cursor: pointer;
  user-select: none;
}
#about-page .participate-button:hover, #about-page .participate-button:focus, #about-page .participate-button:active {
  border: 2px solid rgb(0, 118, 194);
  background-color: transparent;
  color: rgb(0, 118, 194);
}
@media (min-width: 440px) {
  #about-page .participate-button {
    width: 220px;
    font-size: 18px;
    padding: 5px 11px;
  }
}
#about-page .about-conf-card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 3px 3px 14px 3px rgba(0, 0, 0, 0.1);
  max-width: 1100px;
  margin: auto;
}
#about-page .about-conf-card .header {
  border-left: 6px solid rgb(0, 118, 194);
  min-height: 140px;
  color: rgb(0, 118, 194);
  font-weight: bold;
  font-size: 18px;
  padding: 40px 200px 20px 100px;
}
#about-page .about-conf-card .text {
  padding: 20px 200px 45px 100px;
}
@media (max-width: 991px) {
  #about-page .about-conf-card .header {
    padding-left: 20px;
    padding-right: 20px;
  }
  #about-page .about-conf-card .text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
  }
}
@media (max-width: 575px) {
  #about-page .about-conf-card .header {
    padding-top: 20px;
    font-size: 14px;
  }
  #about-page .about-conf-card .text {
    font-size: 12px;
  }
}
@media (max-height: 800px) and ((min-width: 768px) and (max-width: 991px)) {
  #about-page {
    margin-bottom: 280px;
  }
}
@media (max-height: 760px) and ((min-width: 992px) and (max-width: 1199px)) {
  #about-page {
    margin-bottom: 200px;
  }
}
@media (max-height: 750px) and ((min-width: 1200px) and (max-width: 2000px)) {
  #about-page {
    margin-bottom: 150px;
  }
}
@media (max-height: 820px) and (min-width: 2001px) {
  #about-page {
    margin-bottom: 220px;
  }
}

#results-page {
  background-color: white;
  margin-bottom: 150px;
}
@media (max-width: 575px) {
  #results-page {
    margin-bottom: 100px;
  }
}
#results-page .work-area {
  margin: auto;
  height: 820px;
}
@media (min-width: 576px) and (max-width: 767px) {
  #results-page .work-area {
    width: 530px;
    height: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #results-page .work-area {
    width: 720px;
    height: 860px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #results-page .work-area {
    width: 900px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #results-page .work-area {
    width: 900px;
  }
}
@media (min-width: 1400px) {
  #results-page .work-area {
    width: 1120px;
    height: 560px;
  }
}
#results-page .tabs-block {
  user-select: none;
}
#results-page .indicator-block {
  background-color: rgb(230, 230, 230);
}
#results-page .indicator {
  margin-top: 10px;
  height: 4px;
  background-color: rgb(230, 230, 230);
  transition: 0.2s;
}
@media (max-width: 575px) {
  #results-page .indicator {
    margin-top: 7px;
    height: 2px;
  }
}
#results-page .day {
  margin-top: 10px;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
}
#results-page .day:hover {
  color: rgb(0, 118, 194);
}
#results-page .day:hover .indicator {
  background-color: rgb(0, 118, 194);
}
@media (max-width: 575px) {
  #results-page .day {
    font-size: 14px;
  }
}
#results-page .day.active {
  color: rgb(0, 118, 194);
}
#results-page .day.active .indicator {
  background-color: rgb(0, 118, 194);
  margin-right: 30%;
}
#results-page .schedule-block {
  margin-top: 70px;
}
@media (min-width: 1400px) {
  #results-page .schedule.first-day .text {
    padding-right: 30px;
  }
}
#results-page .schedule-block .bold-blue {
  color: rgb(0, 118, 194);
  font-weight: bold;
}
@media (max-width: 575px) {
  #results-page .schedule-block .bold-blue {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  #results-page .schedule-block .text {
    font-size: 12px;
  }
}
#results-page .schedule-block .carousel-inner {
  border-radius: 10px;
}

#participate-page {
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  #participate-page {
    margin-bottom: 40px;
  }
}
#participate-page .work-area {
  margin: auto;
}
@media (min-width: 576px) and (max-width: 767px) {
  #participate-page .work-area {
    width: 530px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #participate-page .work-area {
    width: 720px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #participate-page .work-area {
    width: 900px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #participate-page .work-area {
    width: 900px;
  }
}
@media (min-width: 1400px) {
  #participate-page .work-area {
    width: 1120px;
  }
}
#participate-page .main-title {
  color: rgb(0, 118, 194);
  font-size: 28px;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 575px) {
  #participate-page .main-title {
    font-size: 22px;
  }
}
#participate-page .form {
  margin-top: 24px;
}
@media (max-width: 575px) {
  #participate-page .form {
    margin-top: 10px;
  }
}
#participate-page .input-block input, #participate-page .input-block textarea {
  border-radius: 5px;
  border: 2px solid rgba(49, 49, 49, 0.3);
  height: 48px;
  padding: 16px;
  width: 100%;
}
@media (max-width: 575px) {
  #participate-page .input-block input, #participate-page .input-block textarea {
    border-width: 1px;
    font-size: 12px;
    height: 40px;
  }
}
#participate-page .input-block textarea {
  min-height: 100px;
}
#participate-page .input-block input.with-error {
  background-color: rgb(255, 210, 210);
  border: 2px solid rgb(189, 145, 145);
  box-shadow: 0 0 4px 1px rgba(212, 2, 2, 0.15);
}
#participate-page .form-check {
  font-size: 18px;
  margin-top: 17px;
  padding-left: 40px;
}
#participate-page #send-form-button {
  background-color: white;
  border: 2px solid rgb(0, 118, 194);
  border-radius: 5px;
  color: rgb(0, 118, 194);
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  height: 48px;
  margin-top: 20px;
  padding: 5px 0;
  width: 354px;
  text-align: center;
  user-select: none;
  cursor: pointer;
}
#participate-page #send-form-button:hover, #participate-page #send-form-button:active, #participate-page #send-form-button:focus {
  background-color: rgb(0, 118, 194);
  color: white;
}
@media (max-width: 520px) {
  #participate-page #send-form-button {
    width: 280px;
  }
}
@media (max-width: 575px) {
  #participate-page #send-form-button {
    font-size: 14px;
    height: 40px;
    margin-top: 12px;
  }
}
#participate-page .agreement-block {
  font-size: 16px;
}
@media (max-width: 575px) {
  #participate-page .agreement-block {
    font-size: 12px;
  }
}
#participate-page #agreement {
  border: 2px solid rgba(49, 49, 49, 0.3);
}
@media (max-width: 575px) {
  #participate-page #agreement {
    border-width: 1px;
  }
}
#participate-page .organizers {
  margin-top: 192px;
}
#participate-page .organizers .title {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
}
#participate-page .organizers .information {
  border-left: solid 2px rgb(0, 118, 194);
  font-size: 16px;
  margin-left: 13px;
}
@media (max-width: 575px) {
  #participate-page .organizers {
    margin-top: 30px;
  }
  #participate-page .organizers .title {
    font-size: 14px;
  }
  #participate-page .organizers .information {
    border-left: none;
    font-size: 12px;
    margin-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #participate-page .organizers {
    margin-top: 70px;
  }
}
#participate-page .partners {
  margin-top: 50px;
}
#participate-page .partners .title {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  margin-bottom: 16px;
}
#participate-page .partners .logo {
  height: 60px;
  max-width: 100%;
}
@media (max-width: 575px) {
  #participate-page .partners {
    margin-top: 10px;
  }
  #participate-page .partners .title {
    font-size: 14px;
    margin-bottom: -15px;
  }
}
@media (max-width: 575px) {
  #participate-page .description {
    font-size: 12px;
  }
}

#materials-page {
  margin-bottom: 150px;
}
@media (max-width: 575px) {
  #materials-page {
    margin-bottom: 100px;
  }
}
#materials-page .work-area {
  margin: auto;
}
@media (min-width: 576px) and (max-width: 767px) {
  #materials-page .work-area {
    width: 530px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #materials-page .work-area {
    width: 720px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #materials-page .work-area {
    width: 900px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #materials-page .work-area {
    width: 900px;
  }
}
@media (min-width: 1400px) {
  #materials-page .work-area {
    width: 1120px;
  }
}
#materials-page .main-title {
  color: rgb(0, 118, 194);
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  #materials-page .main-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
#materials-page .videos {
  margin-bottom: 50px;
}
#materials-page .video-block {
  padding: 10px;
  display: block;
}
#materials-page .video {
  box-shadow: 3px 3px 14px 3px rgba(0, 0, 0, 0.1);
  background-color: rgb(0, 118, 194);
  border-radius: 5px;
  height: 200px;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
#materials-page .video:hover {
  scale: 103%;
}
#materials-page .video .title {
  color: white;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  text-decoration: none;
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 110;
}
#materials-page .video .blue-fade {
  position: absolute;
  background-color: rgba(20, 103, 154, 0.75);
  width: 100%;
  height: 100%;
  z-index: 100;
}
#materials-page .video img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 90;
}
#materials-page .video .play-icon {
  position: absolute;
  top: 65px;
  left: 43%;
  z-index: 110;
  color: white;
  font-size: 50px;
}
@media (max-width: 575px) {
  #materials-page .video .title {
    font-size: 18px;
  }
}
#materials-page .publication-cards {
  margin-bottom: 75px;
}
@media (max-width: 575px) {
  #materials-page .publication-cards {
    margin-bottom: 40px;
  }
}
#materials-page .publication-card-block {
  padding: 15px;
}
#materials-page .publication-card {
  position: relative;
}
#materials-page .publication-card .image-block img {
  width: 100%;
}
#materials-page .publication-card .link-block {
  background: white;
  box-shadow: 3px 3px 14px 3px rgba(0, 0, 0, 0.1);
  border: 0.75px rgb(217, 217, 217) solid;
  border-radius: 0 0 10px 10px;
  color: rgb(0, 118, 194);
  font-family: Oswald, sans-serif;
  font-size: 22px;
  text-decoration: underline 1.5px;
  display: block;
  padding: 20px;
}
#materials-page .publication-card img.arrow {
  position: absolute;
  bottom: 20px;
  right: 25px;
  width: 35px;
}
@media (max-width: 575px) {
  #materials-page .publication-card .link-block {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #materials-page .publication-card .link-block {
    height: 180px;
  }
}
#materials-page .buttons-block {
  text-align: center;
  width: 680px;
  margin: 0 auto;
}
#materials-page .buttons-block .first-button, #materials-page .buttons-block .second-button {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  padding: 5px;
  width: 320px;
}
#materials-page .buttons-block .first-button {
  background-color: white;
  border: 1px solid rgb(0, 118, 194);
  border-radius: 5px;
  color: rgb(0, 118, 194);
  margin-right: 20px;
}
#materials-page .buttons-block .first-button:hover, #materials-page .buttons-block .first-button:active, #materials-page .buttons-block .first-button:focus {
  background-color: rgb(0, 118, 194);
  color: white;
}
#materials-page .buttons-block .second-button {
  background-color: rgb(0, 118, 194);
  border: 1px solid rgb(0, 118, 194);
  border-radius: 5px;
  color: white;
}
#materials-page .buttons-block .second-button:hover, #materials-page .buttons-block .second-button:active, #materials-page .buttons-block .second-button:focus {
  background-color: rgb(4, 112, 178);
}
#materials-page .buttons-block .description {
  color: rgb(149, 149, 149);
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
}
#materials-page .buttons-block .description a {
  color: rgb(0, 118, 194);
}
@media (max-width: 575px) {
  #materials-page .buttons-block {
    width: 280px;
  }
  #materials-page .buttons-block .first-button, #materials-page .buttons-block .second-button {
    font-size: 12px;
  }
  #materials-page .buttons-block .first-button, #materials-page .buttons-block .second-button {
    width: 200px;
  }
  #materials-page .buttons-block .first-button {
    margin-bottom: 10px;
    margin-right: 0;
  }
  #materials-page .buttons-block .description {
    font-size: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #materials-page .buttons-block {
    width: 500px;
  }
  #materials-page .buttons-block .first-button, #materials-page .buttons-block .second-button {
    font-size: 16px;
    width: 300px;
  }
  #materials-page .buttons-block .first-button {
    margin-bottom: 10px;
    margin-right: 0;
  }
  #materials-page .buttons-block .description {
    font-size: 12px;
  }
}

#members-page {
  margin-bottom: 150px;
}
@media (max-width: 575px) {
  #members-page {
    margin-bottom: 100px;
  }
}
#members-page .work-area {
  margin: auto;
}
@media (min-width: 576px) and (max-width: 767px) {
  #members-page .work-area {
    width: 530px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #members-page .work-area {
    width: 720px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #members-page .work-area {
    width: 900px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #members-page .work-area {
    width: 900px;
  }
}
@media (min-width: 1400px) {
  #members-page .work-area {
    width: 1120px;
  }
}
#members-page .main-title {
  color: rgb(0, 118, 194);
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  #members-page .main-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
#members-page .members-page-block {
  margin-bottom: 36px;
}
#members-page .member {
  background-color: white;
  box-shadow: 1px 1px 14px 1px rgba(0, 0, 0, 0.08);
  border: 0.75px rgb(217, 217, 217) solid;
  border-radius: 10px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  padding: 35px 20px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  #members-page .members-page-block {
    height: 440px;
  }
  #members-page .member {
    font-size: 14px;
    padding: 15px 20px;
    margin-bottom: 10px;
  }
}
#members-page .pagination {
  margin-left: 20px;
  user-select: none;
}
#members-page .pagination #left-arrow, #members-page .pagination #right-arrow {
  cursor: pointer;
  display: inline-block;
  border: 2px solid rgb(0, 118, 194);
  border-radius: 5px;
  padding: 8px;
  width: 42px;
  height: 42px;
}
#members-page .pagination #right-arrow {
  rotate: 180deg;
}
#members-page .pagination .page-counter {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 70px;
}
@media (max-width: 575px) {
  #members-page .pagination {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

body {
  position: relative;
}

#program-page {
  margin-top: 30px;
}

#participate-page, #stream-page, #participate-page {
  margin-top: 100px;
}

footer {
  background-color: rgb(243, 243, 245);
  font-size: 12px;
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  width: 100%;
  color: var(--footer-font-color);
  text-align: center;
}
footer a {
  text-decoration: none;
  color: rgb(0, 118, 194);
}
footer a:hover {
  text-decoration: underline 0.5px;
}
@media (max-width: 575px) {
  footer {
    font-size: 10px;
  }
}

.preloader {
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  /* С„РѕРЅРѕРІС‹Р№ С†РІРµС‚ */
  background: #ffffff;
}

.preloader__image {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

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