/* Fixes for no having organizers */
.ai__section-bg-brand {
  top: 0 !important;
}
#balvas {
  padding-top: 100px;
  padding-bottom: 50px;
}
#jaunumi {
  background-color: #fff;
}
.section__container_footer {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
/* End of fixes for no having organizers */
html {
  font-size: 16px;
}
body {
  overflow-x: clip;
}
/* Btn hover */
.btn {
  display: block;
  max-width: 100%;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  box-sizing: border-box;
  background: #6e198e;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  cursor: pointer;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn .gradient {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 300%;
  height: 100%;
  bottom: auto;
  margin: auto;
  z-index: -1;
  background: #6e198e;
  background: -moz-linear-gradient(
    90deg,
    #6e198e 0%,
    #9122ba 94%,
    #6e198e 100%
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    color-stop(0%, #6e198e),
    color-stop(94%, #9122ba),
    color-stop(100%, #6e198e)
  );
  background: -webkit-linear-gradient(
    90deg,
    #6e198e 0%,
    #9122ba 94%,
    #6e198e 100%
  );
  background: -o-linear-gradient(90deg, #6e198e 0%, #9122ba 94%, #6e198e 100%);
  background: -ms-linear-gradient(90deg, #6e198e 0%, #9122ba 94%, #6e198e 100%);
  background: linear-gradient(90deg, #6e198e 0%, #9122ba 94%, #6e198e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=1);
  -webkit-transition: all 0s ease-out 0s;
  -moz-transition: all 0s ease-out 0s;
  -o-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.btn:hover,
.btn:focus {
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0.1s;
  -moz-transition: all 0.3s ease-out 0.1s;
  -o-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s;
}
.btn:hover .gradient,
.btn:focus .gradient {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}
/* Close btn hover */
.wrap-btn-close:hover .wrap-btn-close__bar {
  background-color: #6e198e;
}
/* Custom scroll bar */
::-webkit-scrollbar {
  width: 10px;
  overflow: auto;
}
::-webkit-scrollbar-track {
  background: #d1c9d3;
}
::-webkit-scrollbar-thumb {
  background: #6e198e;
  border-radius: 5px;
}
/* Popup style */
.modal {
  display: none;
  position: fixed;
  z-index: 15;
  padding: 100px 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal__content {
  background-color: #fefefe;
  margin: auto;
  padding:60px 50px 50px 50px;
  border: 1px solid #888;
  max-width: 670px;
  position: relative;
}
  @media screen and (max-width: 479px){
 .modal__content {
   padding:60px 25px 25px 25px;}
  }
#modal-register {
  align-items: center;
  justify-content: center;
}
.hidden {
	display: none !important;
}
/* Checkbox checkmark for MI Olimpiade form */
.form__checkbox-brand.olimpiade__checkbox.w--redirected-checked {
  background-image: url('../images/check-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 16px;
  }
}

