@media (max-width: 992px) {
  .competition-info-2 {
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .navbar-brand img {
    max-width: 239px;
  }
}

.accent-block {
  color: #fff;
}

body {
  font-family: "Oswald", sans-serif;
}

h1 {
  font-size: 73px;
}

.competition-text-label {
  font-size: 25px;
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  border: none !important;
  color: #fff !important;
  padding: 0 !important;
  background-color: transparent !important;
  font-size: 1rem !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
  background-color: transparent !important;
  border: none !important;
  color: #fff !important;
}

.form-control {
  background-color: #ffffff;
  color: #451a0b;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-control:-moz-read-only {
  background-color: #ffffff;
  color: #451a0b;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: bold;
}

.form-control:disabled,
.form-control:read-only {
  background-color: #ffffff;
  color: #451a0b;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: bold;
}

.bg-accent {
  background-color: #f9b000;
}

.form-label {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: bold;
}

.file-btn {
  font-size: 35px;
  background-color: #d70100;
  height: initial;
  font-weight: bold;
  color: #fff;
  border-radius: 8px;
  border: 0;
  padding: 7px;
}

@media (max-width: 597px) {
  .file-btn {
    font-size: 16px;
  }
}

.form-control.code {
  letter-spacing: 4pt;
}

.form-control::-moz-placeholder {
  color: #451a0b;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
}

.form-control:-ms-input-placeholder {
  color: #451a0b;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
}

.form-control::placeholder {
  color: #451a0b;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
}

.form-control::-moz-placeholder {
  color: #451a0b;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
}

.form-control:-ms-input-placeholder {
  color: #451a0b;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
}

.form-control::placeholder {
  color: #451a0b;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
}

.p-center::-moz-placeholder {
  text-align: center;
}

.p-center:-ms-input-placeholder {
  text-align: center;
}

.p-center,
.p-center::placeholder {
  text-align: center;
}

.form-check-control .control {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 37px;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 1.3rem;
  padding-top: 6px;
  cursor: pointer;
}

@media (max-width: 597px) {
  .form-check-control .control {
    font-size: 16px;
  }
}

.form-check-control .control a {
  color: #fff;
}

.form-check-control .control a:hover {
  color: #d70100;
}

.form-check-control .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-check-control .control_indicator {
  position: absolute;
  top: 3px;
  left: 0;
  height: 30px;
  width: 30px;
  background: #d70100;
  border: 0px solid #000000;
  border-radius: 0px;
}

.form-check-control .control:hover input ~ .control_indicator,
.form-check-control .control input:focus ~ .control_indicator {
  background: #d70100;
}

.form-check-control .control input:checked ~ .control_indicator {
  background: #d70100;
}

.form-check-control .control:hover input:not([disabled]):checked ~ .control_indicator,
.form-check-control .control input:checked:focus ~ .control_indicator {
  background: #d70100;
}

.form-check-control .control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.form-check-control .control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.form-check-control .control input:checked ~ .control_indicator:after {
  display: block;
}

.form-check-control .control-checkbox .control_indicator:after {
  left: 10px;
  top: 2px;
  width: 6px;
  height: 16px;
  border: solid #ffffff;
  border-width: 0 5px 5px 0;
  transform: rotate(45deg);
}

.form-check-control .control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}

.form-check-label {
  margin-bottom: 12px;
  margin-left: 27px;
  font-family: "Mark W05 Bold Italic", sans-serif;
}

.form-check-label a {
  color: #fff;
}

.form-check-label a:hover {
  color: #f9b000;
}

.form-check-label {
  font-size: 18px;
}

.form-control:focus {
  color: #451a0b;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  background-color: #ffffff;
  border-color: #f9b000;
  box-shadow: none;
}

.form-control.small-margin {
  margin-bottom: 0;
  height: 100%;
}

.btn.btn-primary.btn-block {
  background-color: #aa1180;
  border-radius: 20px;
  border: none;
  padding: 9px;
  /*padding-top: 5px;*/
  /*padding-bottom: 5px;*/
}

.word-box {
  background-color: #aa1180;
  padding: 10px;
  width: 100%;
  min-height: 200px;
}

.btn.btn-primary.submit-btn {
  background-color: #aa1180;
  font-weight: bold;
  font-size: 40px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 60px;
  border: none;
}

.btn.btn-primary.submit-btn:focus {
  background-color: #f7a600;
  color: #00894b;
}

.btn.btn-primary.btn-block:focus {
  background-color: #8c0d69;
}

.footer-block {
  margin-top: 30px;
  border-top: 1px solid #fff;
  color: #fff;
}

.footer-block * {
  color: #fff;
  text-transform: uppercase;
}

.footer-block a {
  text-decoration: none;
}

.footer-block a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer-border {
  border-bottom: 1px solid #fff;
}

@media (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
}

@media (max-width: 520px) {
  .btn.btn-primary.submit-btn {
    font-size: 30px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 520px) {
  .btn.btn-primary.btn-block {
    font-size: 12px;
  }
}

.word-box .word-container {
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #fff;
}

.word-box .word-container .word {
  padding-left: 10px;
  text-transform: uppercase;
  padding-right: 10px;
  display: inline-block;
  float: left;
  margin-top: 4px;
}

.word-box .word-container .remove {
  display: inline-block;
  border-left: 1px solid #fff;
  padding: 2px 5px 4px;
}

.word-box .word-container .remove img {
  cursor: pointer;
}

.menu-opener {
  background-color: #00894c;
  width: 45px;
  height: 45px;
  border: 5px solid #fff;
  position: fixed;
  z-index: 99;
  display: block;
  cursor: pointer;
  top: 22px;
  right: 21%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.menu-opener:after {
  content: "";
  background: url(/images/ico-menu.png?734bbfa1b1d9b159e66e756660421b5d) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  transition: all 0.5s ease-in-out;
}

.top-menu {
  position: fixed;
  z-index: 98;
  top: 0;
  right: 19%;
  width: 200px;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}

@media (max-width: 1611px) {
  .menu-opener {
    right: 5%;
  }

  .top-menu {
    right: 4%;
  }
}

.top-menu ul {
  padding: 80px 0 0 0;
  float: right;
  text-align: center;
  line-height: 26px;
  font-weight: bold;
  list-style: none;
}

.top-menu ul li {
  position: relative;
  margin: 0 35px 0 0;
  line-height: initial;
  font-size: 19px;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  padding-bottom: 0;
}

.top-menu ul li a {
  color: #fff;
  background-color: #00894c;
  padding: 10px;
  width: 155px;
  display: block;
}

.top-menu.open {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow-y: auto;
}

.top-menu ul li:last-child {
  border-bottom: 5px solid #fff;
}

.menu-opener.close:after {
  background-image: url(/images/ico-menu-close.png?bbdb4dad7ebea9d819c14437328a1668);
  transform: rotate(315deg);
}

@media (max-width: 767px) {
  .menu-opener {
    top: 10px;
    right: 15px;
  }

  .top-menu {
    right: -20px;
  }

  .top-menu ul {
    padding: 55px 0 0 0;
  }
}

.form-field.checkbox label:not(.error):before {
  content: "";
  background: url(/images/ico-sprite.png?7785153831a0a84b1c45aa2b42d6998d) no-repeat;
  width: 24px;
  height: 34px;
  position: absolute;
  left: 13px;
  top: -8px;
}

.form-field.checkbox input[type=checkbox]:checked + label:before {
  background-position: -24px 0;
  width: 31px;
}

.form-field.checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  left: 5px;
  top: 3px;
}

a.black {
  color: #fff;
}

.top-text {
  font-size: 40px;
  line-height: 47px;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: -1.8px;
}

ul {
  font-size: 34px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

@media (max-width: 479px) {
  ul {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  #word-input {
    font-size: 15px;
  }
}

@media (max-width: 451px) {
  #word-input {
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  #word-input {
    font-size: 10px;
  }
}

#register a {
  color: #fff;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    max-width: none;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    width: 960px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 992px;
  }
}

@media (min-width: 1238px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    width: 1238px;
  }
}

.info-p {
  font-size: 33px;
  line-height: 43px;
  letter-spacing: -1px;
}

.text-input {
  padding: 30px;
  height: 110px !important;
}

.form-bottom-p {
  font-size: 22px;
}

@media (max-width: 992px) {
  .info-p {
    font-size: 27px;
    line-height: 33px;
    letter-spacing: -0.5px;
  }
}

@media (max-width: 597px) {
  .container li {
    font-size: 25px;
    line-height: 31px;
    padding-bottom: 2px;
  }

  .form-control {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .form-control::-moz-placeholder {
    font-size: 15px;
  }

  .form-control:-ms-input-placeholder {
    font-size: 15px;
  }

  .form-control::placeholder {
    font-size: 15px;
  }

  .info-p {
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0px;
  }

  .form-bottom-p {
    font-size: 18px;
  }

  .top-text {
    letter-spacing: 0;
  }

  .form-check-label {
    font-size: 12px;
  }

  .text-input {
    padding: 20px;
  }
}

.p-a1 {
  font-size: 24px;
  padding-top: 5px;
  padding-left: 5px;
  line-height: 26px;
}

@media (max-width: 457px) {
  .container li,
  .info-p {
    font-size: 19px;
    line-height: 26px;
    padding-bottom: 0px;
  }

  .info-p {
    font-size: 17px;
    line-height: 24px;
  }

  .p-a1 {
    font-size: 16px;
    padding-top: 5px;
    padding-left: 5px;
    line-height: 21px;
  }

  .footer-block {
    font-size: 12px;
  }

  .text-input {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 36px;
  }

  .form-bottom-p {
    font-size: 14px;
  }
}

.alert-container {
  color: #be0235;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}

.alert-container > div > .bck-orange {
  background-color: #f7a600;
}

.alert-container h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.575) !important;
}

@media (max-width: 992px) {
  .top-text {
    font-size: 3.6vw;
    line-height: 3.9vw;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: -1.8px;
  }
}

@media (max-width: 513px) {
  .top-text {
    font-size: 3.6vw;
    line-height: 3.9vw;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: -0.2px;
  }

  .container li {
    padding-left: 41px;
  }
}

.competition-title h2,
.competition-title h3 {
  font-weight: 500;
}

.competition-title h3 {
  font-size: 65px;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  color: #f9b000;
  text-transform: uppercase;
}

.competition-title h3 span {
  color: #2699d1;
}

.competition-title h2 {
  font-size: 85px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  text-transform: uppercase;
}

@media (max-width: 1236px) {
  .competition-title h3 {
    font-size: 4vw;
  }
}

@media (max-width: 814px) {
  .competition-title h2 {
    font-size: 74px;
  }

  .competition-title h3 {
    font-size: 44px;
  }
}

@media (max-width: 652px) {
  .competition-title h2 {
    font-size: 13vw;
  }

  .competition-title h3 {
    font-size: 9vw;
  }

  .competition-title .text-lg-end {
    font-size: 4vw;
  }
}

.prizes .prize .prize-border {
  border-bottom: 1px #2699d1 solid;
  flex: 1;
}

.prizes .prize h2 {
  font-size: 54px;
}

.prizes .prize h3 {
  font-size: 40px;
  font-weight: normal;
}

@media (max-width: 513px) {
  .prizes .prize h2 {
    font-size: 34px;
  }

  .prizes .prize h3 {
    font-size: 20px;
    font-weight: normal;
  }
}

@media (max-width: 513px) {
  .prizes .prize h2 {
    font-size: 34px;
  }

  .prizes .prize h3 {
    font-size: 20px;
    font-weight: normal;
  }
}

.rules h3 {
  font-size: 59px;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 20px;
}

.rules h3 span a {
  color: #f9b000;
}

.rules h4,
.rules h4 a {
  font-size: 42px;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  text-transform: uppercase;
}

.rules h4 a,
.btn-action {
  background-color: #d70100;
  border-radius: 8px;
  font-weight: bold;
  color: #fff;
  border: none;
}

.rules h4 a:hover,
.btn-action:hover {
  background-color: #d70100 !important;
  color: #fff;
  text-decoration: underline;
}

.btn-cont {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 4.8px;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 597px) {
  .btn-cont {
    justify-content: center;
  }
}

.btn-help {
  border: 3px #5a1f06 solid;
  color: #5a1f06;
  background-color: #fff;
  font-size: 23px;
  font-weight: bold;
}

@media (max-width: 597px) {
  .btn-help {
    font-size: 13px;
    padding: 0.034rem 0.5rem;
  }
}

.btn-action,
.btn-action:disabled,
btn-action:focus,
.btn-action:hover {
  font-size: 32px;
  text-transform: uppercase;
  background-color: #d70100;
  font-weight: bold;
  padding: 10px;
  color: #fff;
}

@media (max-width: 597px) {
  .btn-action,
  .btn-action:disabled,
  btn-action:focus,
  .btn-action:hover {
    font-size: 24px;
    padding: 8px;
  }
}

.btn-action:hover,
.btn-action:disabled:hover,
btn-action:focus:hover,
.btn-action:hover:hover {
  background-color: #d70100;
  color: #fff;
}

.btn-action-force,
.btn-action:disabled-force,
btn-action:focus-force,
.btn-action:hover-force {
  background-color: #d70100;
  font-weight: bold;
  color: #fff;
}

.btn-action-force:hover,
.btn-action:disabled-force:hover,
btn-action:focus-force:hover,
.btn-action:hover-force:hover {
  background-color: #d70100;
  font-weight: bold;
  color: #fff;
}

.text-label {
  color: #fff;
  text-transform: uppercase;
}

.btn-action.full {
  width: 100%;
}

.rules h3 span {
  color: #f9b000;
}

@media (max-width: 1236px) {
  .rules h3 {
    font-size: 3vw;
  }

  .rules h4,
  .rules h4 a {
    font-size: 2.7vw;
  }
}

@media (max-width: 852px) {
  .rules h3 {
    font-size: 4vw;
  }

  .rules h4,
  .rules h4 a {
    font-size: 3.7vw;
  }
}

@media (max-width: 513px) {
  .rules h3 {
    font-size: 22px;
  }

  .rules h4,
  .rules h4 a {
    font-size: 20px;
  }
}

.uppercase {
  text-transform: uppercase;
}

.divider-line {
  height: 3px;
  border-top: 3px solid #f9b000;
}

.main-form h2 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  color: #f9b000;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  border-top: 3px solid #fff;
  font-size: 56px;
  padding-top: 20px;
}

.main-form h3 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #f9b000;
  text-transform: uppercase;
  font-size: 41px;
}

@media (max-width: 1236px) {
  .main-form h2 {
    font-size: 4vw;
  }

  .main-form h3 {
    font-size: 3.2vw;
  }
}

@media (max-width: 852px) {
  .main-form h2 {
    font-size: 3.7vw;
  }

  .main-form h3 {
    font-size: 3.4vw;
  }
}

@media (max-width: 513px) {
  .main-form h2 {
    font-size: 27px;
  }

  .main-form h3 {
    font-size: 23px;
  }
}

.code-label {
  font-size: 27px;
  font-weight: bold;
}

.main-nav {
  border-bottom: 3px #fff solid;
}

.main-nav .nav-item {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-size: 22px;
  color: #fff;
  padding-bottom: 2px;
  text-transform: uppercase;
}

@media (max-width: 1236px) {
  .main-nav .nav-item {
    font-size: 17px;
  }
}

@media (max-width: 997px) {
  .main-nav .nav-item {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .main-nav .nav-item {
    font-size: 19px;
    text-align: center;
  }
}

.main-nav .nav-item .nav-link {
  color: #fff;
  padding-bottom: 2px;
}

.main-nav .nav-item .nav-link:hover {
  border-bottom: 2px solid #f9b000;
  color: #fff;
  padding-bottom: 0px;
}

.calendar {
  color: #000;
}

.link-white {
  color: #fff;
}

.link-white:hover {
  color: #f9b000;
}

@media (max-width: 760px) {
  .bottom-image-block img {
    margin-left: -7%;
  }
}

.competitions-links .competition-link a {
  width: 100%;
  background-color: #f9b000;
  border-radius: 120px;
  padding: 10px 20px;
  display: flex;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
  font-size: 58px;
}

@media (max-width: 1237px) {
  .competitions-links .competition-link a {
    font-size: 48px;
    line-height: 53px;
  }
}

@media (max-width: 1024px) {
  .competitions-links .competition-link a {
    font-size: 32px;
    line-height: 44px;
  }
}

@media (max-width: 768px) {
  .competitions-links .competition-link a {
    font-size: 38px;
    line-height: 46px;
  }
}

@media (max-width: 566px) {
  .competitions-links .competition-link a {
    font-size: 31px;
    line-height: 40px;
  }
}

@media (max-width: 478px) {
  .competitions-links .competition-link a {
    font-size: 26px;
    line-height: 34px;
  }
}

@media (max-width: 450px) {
  .competitions-links .competition-link a {
    font-size: 26px;
    line-height: 34px;
  }
}

@media (max-width: 395px) {
  .competitions-links .competition-link a {
    font-size: 22px;
    line-height: 29px;
  }
}

.bottom-border-white {
  border-bottom: 3px solid #fff;
}

#app.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.hero-divider {
  height: 3px;
  background-color: #fff;
}

.main-form h3,
.main-form .competition-text-label {
  font-size: 25px;
  color: #f9b000;
}

@media (max-width: 513px) {
  .main-form h3,
  .main-form .competition-text-label {
    font-size: 20px;
  }
}

