@font-face {
  font-family: ParimatchMedium;
  src: url(../fonts/Parimatch-Medium.otf);
}
@font-face {
  font-family: ParimatchLight;
  src: url(../fonts/Parimatch-Light.otf);
}
@font-face {
  font-family: ParimatchRegular;
  src: url(../fonts/Parimatch-Regular.otf);
}
body {
  background: #000;
  font-family: ParimatchRegular, sans-serif;
}

.parallelogram {
  width: 150px;
  height: 100px;
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -o-transform: skew(-18deg);
}

header {
  padding: 35px 0;
}
header .header_container {
  width: 955px;
}
@media (max-width: 1000px) {
  header .header_container {
    width: 100%;
  }
}
header .logo {
  background: url("../imgs/rgb_main_logo 1.png") center center no-repeat;
  background-size: contain;
  width: 165px;
  height: 56px;
}

.swiper {
  width: 100%;
  max-height: 478px;
}
.swiper img {
  width: 100%;
}
@media (max-width: 950px) {
  .swiper {
    overflow: hidden;
    height: 180px;
  }
  .swiper .swiper-wrapper img {
    height: 192px;
    width: 771px;
    left: 50%;
    display: block;
    position: relative;
    margin-left: -385px;
  }
}

.phantom_link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  top: 0;
}

.content {
  width: 100%;
  padding: 80px 0 300px;
  background-size: 50%;
  position: relative;
  overflow-x: hidden;
}
.content .main_content_container {
  position: relative;
  z-index: 1;
}
.content .background_container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.content .background_container .parallelepiped_top {
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  border: solid 3px #F8FF13;
  opacity: 0.23;
  position: absolute;
  top: -40px;
  left: -30px;
  width: 700px;
  height: 350px;
}
@media (max-width: 1100px) {
  .content .background_container .parallelepiped_top {
    width: 500px;
  }
}
.content .background_container .parallelepiped_bottom {
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  border: solid 3px #F8FF13;
  opacity: 0.23;
  position: absolute;
  bottom: 200px;
  width: 700px;
  height: 350px;
}
.content .background_container .gradient_top {
  background: url("../imgs/yellow.png") top right no-repeat;
  background-size: contain;
  top: 0;
  right: -500px;
  width: 1000px;
  height: 1000px;
  position: absolute;
}
.content .background_container .gradient_bottom {
  background: url("../imgs/blue.png") bottom left no-repeat;
  background-size: contain;
  bottom: 200px;
  left: -600px;
  width: 1000px;
  height: 1000px;
  position: absolute;
}
.content .background_container .pattern_bg {
  background: url("../imgs/bg2.png") left top no-repeat;
  position: absolute;
  bottom: 224px;
  width: 1200px;
  height: 1200px;
  background-size: contain;
  left: -800px;
}
@media (max-width: 1450px) {
  .content .background_container .pattern_bg {
    left: -900px;
  }
}
@media (max-width: 1250px) {
  .content .background_container .pattern_bg {
    left: -1000px;
  }
}
@media (max-width: 1100px) {
  .content .background_container .pattern_bg {
    display: none;
  }
}
.content .background_container .cubes {
  background: url("../imgs/parallelepiped.png") left top no-repeat;
  background-size: contain;
  position: absolute;
  width: 800px;
  height: 800px;
  opacity: 0.23;
  right: 0;
  top: 300px;
}
@media (max-width: 1400px) {
  .content .background_container .cubes {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .content .background_container .cubes {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1100px) {
  .content .background_container .cubes {
    display: none;
  }
}
@media (max-width: 1050px) {
  .content .background_container {
    display: none;
  }
}
@media (max-width: 800px) {
  .content {
    padding-bottom: 200px;
  }
}
@media (max-width: 596px) {
  .content {
    padding-bottom: 100px;
  }
}

.content_header {
  width: 100%;
  text-align: center;
  font-size: 50px;
  font-style: italic;
  color: #F8FF13;
  position: relative;
  height: 90px;
}
.content_header .parallelogram {
  position: absolute;
  height: 100%;
  z-index: 0;
  top: 0;
  width: 1100px;
  left: 50%;
  margin-left: -550px;
  border: solid 5px #F8FF13;
}
@media (max-width: 1100px) {
  .content_header .parallelogram {
    display: none;
  }
}
.content_header span {
  z-index: 1;
  line-height: 75px;
}
@media (max-width: 1100px) {
  .content_header {
    margin-bottom: 80px;
    height: auto;
  }
}
@media (max-width: 596px) {
  .content_header {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .content_header span {
    line-height: 30px;
  }
}

.content_cards__block {
  width: 1350px;
  margin: 80px auto 80px;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.content_cards__block .card {
  width: 356px;
  position: relative;
}
.content_cards__block .card .title {
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 40px;
  color: #000000;
  text-transform: uppercase;
  padding-left: 57px;
}
.content_cards__block .card .title .parallelogram {
  position: absolute;
  background: #F8FF13;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  left: 0;
}
.content_cards__block .card .title span {
  z-index: 1;
  line-height: 41px;
  position: relative;
  display: inline-block;
}
.content_cards__block .card .image {
  width: 278px;
  margin: -20px 0 0 27px;
  border: solid 1px #F8FF13;
}
.content_cards__block .card .image img {
  width: 100%;
}
.content_cards__block .card:nth-child(2) {
  width: 374px;
}
.content_cards__block .card:nth-child(2) .phantom_link {
  top: 65px;
}
.content_cards__block .card:nth-child(2) .title {
  padding-left: 33px;
  position: absolute;
  bottom: -70px;
}
.content_cards__block .card:nth-child(2) .image {
  margin: 65px 0 0 27px;
}
.content_cards__block .card:nth-child(3) {
  width: 370px;
}
.content_cards__block .card:nth-child(3) .title {
  padding-left: 44px;
}
@media (max-width: 1400px) {
  .content_cards__block {
    width: 100%;
    padding: 0 50px;
  }
}
@media (max-width: 1050px) {
  .content_cards__block {
    display: none;
  }
}

.winners_header {
  color: #fff;
  font-size: 50px;
  text-align: center;
  position: relative;
}
@media (max-width: 596px) {
  .winners_header {
    font-size: 25px;
    margin-bottom: 40px;
  }
}
.winners_card__block {
  margin: 80px auto;
  width: 935px;
}
.winners_card__block .row {
  margin: 0 auto 40px;
  width: 935px;
  display: flex;
  justify-content: space-between;
}
.winners_card__block .row .item {
  font-size: 50px;
  color: #fff;
  position: relative;
  padding: 0 40px 0 50px;
  cursor: pointer;
  background: none;
  outline: none;
  border: none;
  font-family: ParimatchRegular, sans-serif;
}
.winners_card__block .row .item span {
  z-index: 1;
  position: relative;
  margin-top: -3px;
  display: block;
}
.winners_card__block .row .item .parallelogram {
  background: #000000;
  border: solid 3px #F8FF13;
  position: absolute;
  top: -16px;
  left: 0;
  width: calc(100% + 20px);
  z-index: 0;
  opacity: 0;
  transition: opacity 300ms;
}
.winners_card__block .row .item:focus .parallelogram, .winners_card__block .row .item:hover .parallelogram {
  opacity: 1;
}
@media (max-width: 1100px) {
  .winners_card__block .row .item {
    font-size: 40px;
    padding: 0 30px;
  }
  .winners_card__block .row .item .parallelogram {
    height: calc(100% + 30px);
  }
}
@media (max-width: 780px) {
  .winners_card__block .row .item {
    font-size: 30px;
  }
}
@media (max-width: 660px) {
  .winners_card__block .row .item {
    font-size: 25px;
  }
}
@media (max-width: 596px) {
  .winners_card__block .row .item {
    font-size: 20px;
    padding: 0 10px;
  }
  .winners_card__block .row .item .parallelogram {
    height: calc(100% + 25px);
    width: 100%;
  }
}
.winners_card__block .row:nth-child(2) {
  margin-left: -80px;
}
@media (max-width: 1100px) {
  .winners_card__block .row:nth-child(2) {
    margin-left: -40px;
  }
}
@media (max-width: 800px) {
  .winners_card__block .row:nth-child(2) {
    margin-left: -20px;
  }
}
@media (max-width: 596px) {
  .winners_card__block .row:nth-child(2) {
    margin-left: 16px;
  }
}
@media (max-width: 1100px) {
  .winners_card__block .row {
    width: calc(100% - 30px);
  }
}
@media (max-width: 596px) {
  .winners_card__block .row {
    width: calc(100% - 60px);
  }
}
@media (max-width: 1100px) {
  .winners_card__block {
    padding: 0 50px;
    width: 100%;
    margin-bottom: 125px;
  }
}
@media (max-width: 596px) {
  .winners_card__block {
    padding: 0;
    margin: 20px auto 80px;
  }
}

.footer_title {
  width: 942px;
  position: relative;
  margin: 0 auto;
  height: 114px;
}
.footer_title span {
  position: relative;
  font-size: 50px;
  text-align: center;
  color: #000000;
  z-index: 3;
  width: 100%;
  display: inline-block;
  margin-top: 15px;
}
@media (max-width: 836px) {
  .footer_title span {
    font-size: 40px;
  }
}
@media (max-width: 692px) {
  .footer_title span {
    font-size: 25px;
    margin-top: 0;
  }
}
@media (max-width: 596px) {
  .footer_title span {
    font-size: 18px;
    margin-top: 10px;
  }
}
.footer_title .background {
  width: 95%;
  background: #F8FF13;
  top: 23px;
  position: absolute;
  left: 50%;
  margin-left: -47.5%;
  height: 68px;
}
@media (max-width: 1000px) {
  .footer_title .background {
    width: calc(100% - 140px);
    left: 70px;
    margin-left: 0;
  }
}
@media (max-width: 836px) {
  .footer_title .background {
    height: 100%;
    top: 15px;
  }
}
@media (max-width: 836px) {
  .footer_title .background {
    height: 20px;
  }
}
.footer_title .border {
  width: 100%;
  border: solid 5px #F8FF13;
  top: 0;
  position: absolute;
  height: 100%;
}
@media (max-width: 1000px) {
  .footer_title .border {
    width: calc(100% - 100px);
  }
}
@media (max-width: 836px) {
  .footer_title .border {
    height: calc(100% + 30px);
  }
}
@media (max-width: 836px) {
  .footer_title .border {
    height: 50px;
  }
}
@media (max-width: 1000px) {
  .footer_title {
    width: 100%;
    padding: 0 50px;
  }
}
@media (max-width: 836px) {
  .footer_title {
    height: auto;
  }
}

.age_limit {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 100px;
  bottom: 50px;
  font-family: ParimatchMedium, sans-serif;
  font-style: normal;
}
@media (max-width: 596px) {
  .age_limit {
    right: 20px;
    bottom: 20px;
  }
}

/*# sourceMappingURL=main.css.map */
