body, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  color: black;
  font-size: 16px; }

div, p, a, span, img, ul, li, h2 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: block; }

li {
  list-style: none; }

a {
  text-decoration: none; }

h2 {
  text-transform: uppercase;
  font-size: 32px;
  text-align: center; }

p {
  text-align: center;
  font-size: 17px;
  line-height: 1.5em;
  position: relative; }

.header-section {
  position: fixed;
  height: 60px;
  background-color: #383c4c;
  width: 100%;
  z-index: 100; }
  .header-section ul {
    padding-top: 20px; }
  .header-section a {
    color: white;
    text-transform: uppercase;
    font-size: 13px; }
  .header-section a:hover {
    color: #b5d24c; }

.header {
  padding: 0; }

.banner {
  width: 100%;
  height: auto;
  padding-top: 60px; }
  .banner img {
    height: auto;
    width: 100%;
    margin: 0 auto; }

.federation {
  margin-top: 80px;
  margin-bottom: 100px; }
  .federation h2 {
    margin-bottom: -20px;
    color: #728d0a; }
  .federation p {
    margin-top: 65px;
    text-align: center;
    font-size: 17px;
    line-height: 1.5em;
    position: relative; }
    .federation p:after {
      content: "";
      height: 2px;
      background-color: #728d0a;
      width: 600px;
      display: block;
      position: absolute;
      bottom: -32px;
      left: 50%;
      margin-left: -300px; }
  .federation .federation_p5:after {
    display: none; }

.match {
  width: 100%;
  min-height: 200px;
  background-color: #ebebeb;
  padding: 80px 0; }
  .match h2 {
    color: #728d0a;
    width: 100%; }
  .match iframe {
    margin: 0 auto;
    margin-top: 45px;
    height: 504px;
    width: 896px; }

.accordeon {
  margin-top: 40px; }
  .accordeon .trigger {
    width: 100%;
    padding: 30px 50px;
    background-color: #fff;
    font-size: 20px;
    color: black; }
    .accordeon .trigger:hover {
      text-decoration: none; }
  .accordeon .soon {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    color: #3f3f3f;
    margin-left: 30px; }
  .accordeon__content {
    padding: 30px 50px;
    margin-top: 20px;
    background-color: #fff;
    text-align-last: auto; }
    .accordeon__content .comment {
      padding-top: 20px;
      padding-bottom: 0px;
      font-size: 16px;
      color: #3f3f3f;
      font-weight: 300;
      text-align: left; }
    .accordeon__content div {
      font-size: 20px; }
    .accordeon__content .accordeon__row {
      padding: 10px 0;
      padding-right: 30px; }
    .accordeon__content a {
      color: #728d0a; }
    .accordeon__content .watch-icon {
      display: none;
      position: relative; }
      .accordeon__content .watch-icon:after {
        content: "";
        display: block;
        background: url("../img/watch.svg");
        width: 20px;
        height: 20px;
        background-position: 50% 50%;
        background-size: cover;
        position: absolute;
        left: -30px;
        top: 50%;
        transform: translateY(-50%); }
    .accordeon__content .gender {
      width: 68px; }
    .accordeon__content .number {
      display: inline-block;
      padding-right: 25px; }
    .accordeon__content .countries {
      width: 190px;
      padding-left: 30px; }
      .accordeon__content .countries .country__name {
        position: relative; }
      .accordeon__content .countries .canada:after {
        content: "";
        display: block;
        background: url("../img/countries/canada.svg");
        width: 20px;
        height: 20px;
        background-position: 50% 50%;
        background-size: cover;
        position: absolute;
        left: -30px;
        top: 50%;
        transform: translateY(-50%); }
      .accordeon__content .countries .usa:after {
        content: "";
        display: block;
        background: url("../img/countries/usa.svg");
        width: 20px;
        height: 20px;
        background-position: 50% 50%;
        background-size: cover;
        position: absolute;
        left: -30px;
        top: 50%;
        transform: translateY(-50%); }
      .accordeon__content .countries .gbr:after {
        content: "";
        display: block;
        background: url("../img/countries/gbr.svg");
        width: 20px;
        height: 20px;
        background-position: 50% 50%;
        background-size: cover;
        position: absolute;
        left: -30px;
        top: 50%;
        transform: translateY(-50%); }
      .accordeon__content .countries .gbr span {
        display: inline-block;
        opacity: 0; }
      .accordeon__content .countries .rus:after {
        content: "";
        display: block;
        background: url("../img/countries/russia.svg");
        width: 20px;
        height: 20px;
        background-position: 50% 50%;
        background-size: cover;
        position: absolute;
        left: -30px;
        top: 50%;
        transform: translateY(-50%); }
      .accordeon__content .countries .svk:after {
        content: "";
        display: block;
        background: url("../img/countries/svk.svg");
        width: 20px;
        height: 20px;
        background-position: 50% 50%;
        background-size: cover;
        position: absolute;
        left: -30px;
        top: 50%;
        transform: translateY(-50%); }
      .accordeon__content .countries .cze:after {
        content: "";
        display: block;
        background: url("../img/countries/cze.svg");
        width: 20px;
        height: 20px;
        background-position: 50% 50%;
        background-size: cover;
        position: absolute;
        left: -30px;
        top: 50%;
        transform: translateY(-50%); }
      .accordeon__content .countries p {
        display: inline-block; }

.about {
  padding-top: 100px;
  margin-bottom: 100px; }
  .about h2 {
    margin-bottom: -20px;
    color: #728d0a; }
  .about p {
    margin-top: 65px; }
    .about p:after {
      content: "";
      height: 2px;
      background-color: #728d0a;
      width: 600px;
      display: block;
      position: absolute;
      bottom: -32px;
      left: 50%;
      margin-left: -300px; }
  .about .about_p5:after {
    display: none; }

.history {
  min-height: 100px;
  width: 100%;
  background-color: #eef7cd;
  padding-top: 80px;
  padding-bottom: 60px; }
  .history .container {
    min-height: 100px; }
  .history .row {
    min-height: 100px; }
  .history h2 {
    width: 100%;
    color: #728d0a;
    margin-bottom: 70px; }
  .history .photos {
    min-height: 100px; }
  .history .text {
    min-height: 100px; }
  .history img {
    width: 410px;
    height: auto;
    margin-bottom: 42px; }
  .history p {
    margin-bottom: 28px;
    text-align: left; }

.partners {
  width: 100%;
  padding: 80px 0;
  padding-top: 60px; }
  .partners h2 {
    width: 100%;
    color: #728d0a;
    margin-bottom: 40px; }
  .partners .partners_container {
    width: 100%; }
  .partners .first {
    width: 264px;
    height: 193px; }
  .partners .second {
    width: 287px;
    height: 56px; }
  .partners .third {
    width: 281px;
    height: 198px; }
  .partners .fourth {
    width: 286px;
    height: 103px; }
  .partners .fifth {
    width: 185px;
    height: 192px; }
  .partners #partners_container {
    margin: 0 auto;
    margin-top: 60px;
    padding: 0; }

.news {
  padding: 60px 0;
  background-color: #ebebeb; }
  .news h2 {
    width: 100%;
    color: #728d0a; }
  .news_container {
    margin-top: 40px;
    width: 100%;
    min-height: 100px; }
  .news_content {
    height: 100%;
    background-color: white;
    margin-left: 30px;
    padding: 28px;
    position: relative; }
  .news_content1 {
    margin-left: 0; }
  .news h3 {
    margin-top: 0;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #728d0a;
    position: relative; }
  .news p {
    font-size: 14px;
    text-align: left;
    padding-bottom: 50px; }
  .news .more_info {
    position: absolute;
    font-size: 14px;
    color: #728d0a;
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.2s ease;
    bottom: 30px;
    left: 30px; }
  .news .third-info {
    margin-top: 28px; }
    .news .third-info:hover {
      color: #252e03; }

.visible {
  visibility: visible !important;
  opacity: 1 !important;
  transition: all 0.5s ease; }

.news_all_bg {
  visibility: hidden;
  z-index: 98;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  opacity: 0; }

.news_all {
  visibility: hidden;
  position: fixed;
  width: 800px;
  min-height: 200px;
  background-color: #fff;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  padding-bottom: 50px;
  opacity: 0; }
  .news_all .close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer; }
    .news_all .close:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 2px;
      height: 20px;
      background-color: black;
      transform: translate(-50%, -50%) rotate(45deg);
      transition: all 0.2s ease; }
    .news_all .close:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 2px;
      height: 20px;
      background-color: black;
      transform: translate(-50%, -50%) rotate(-45deg);
      transition: all 0.2s ease; }
    .news_all .close:hover:before {
      background-color: #728d0a; }
    .news_all .close:hover:after {
      background-color: #728d0a; }
  .news_all h3 {
    margin-top: 20px;
    color: #728d0a; }
  .news_all p {
    text-align: left; }

.galery {
  width: 100%;
  padding: 80px 0;
  padding-top: 60px;
  background-color: #aecc4d; }
  .galery h2 {
    width: 100%;
    margin-bottom: 30px; }
  .galery_slider {
    width: 100%;
    height: 600px;
    background-color: black; }
  .galery .img1 {
    background: white url("../photo_gallery/11.jpg"); }
  .galery .img2 {
    background: white url("../photo_gallery/12.jpg"); }
  .galery .img3 {
    background: white url("../photo_gallery/13.jpg"); }
  .galery .img4 {
    background: white url("../photo_gallery/14.jpg"); }
  .galery .img5 {
    background: white url("../photo_gallery/15.jpg"); }
  .galery .img6 {
    background: white url("../photo_gallery/16.jpg"); }
  .galery .img7 {
    background: white url("../photo_gallery/17.jpg"); }
  .galery .img8 {
    background: white url("../photo_gallery/18.jpg"); }
  .galery .slider_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center; }

.slick-list {
  height: 100%; }

.slick-track {
  height: 100%;
  width: 100%; }

.slick-active {
  outline: none !important;
  display: block; }

.slick-prev {
  margin-left: -30px;
  z-index: 97;
  width: 40px;
  height: 40px; }
  .slick-prev:before {
    font-size: 30px;
    color: black; }

.slick-next {
  margin-right: -30px;
  z-index: 97;
  width: 40px;
  height: 40px; }
  .slick-next:before {
    font-size: 30px;
    color: black; }

.place {
  padding: 100px 0; }
  .place h2 {
    width: 100%;
    margin-bottom: 40px;
    color: #728d0a; }
  .place a {
    display: inline-block;
    font-weight: bold;
    color: black;
    text-decoration: underline; }
  .place p {
    width: 100%;
    text-align: center; }
  .place img {
    width: 1140px;
    margin: 0 auto;
    margin-top: 50px;
    display: block; }

.footer {
  padding: 74px 0;
  background-color: #383c4c; }
  .footer h2 {
    width: 100%;
    color: #b5d24c; }
  .footer span {
    font-weight: bold; }
  .footer p {
    color: white;
    width: 100%;
    margin-top: 40px;
    line-height: 1.9em; }
  .footer a {
    font-size: inherit;
    display: inline-block;
    color: white;
    text-decoration: underline; }

@media screen and (max-width: 1260px) {
  .galery_slider {
    width: 90%;
    margin: 0 auto; } }
@media screen and (max-width: 1200px) {
  .galery_slider {
    width: 80%;
    height: 500px;
    margin: 0 auto; }

  .place img {
    width: 900px;
    height: 264px; }

  .history p {
    font-size: 15px;
    margin-left: 40px; }

  .header-section a {
    font-size: 12px; }

  .match {
    min-height: 100px; }
    .match iframe {
      margin: 0 auto;
      margin-top: 45px;
      height: 500px;
      width: 896px; }

  h2 {
    font-size: 30px; } }
@media screen and (max-width: 992px) {
  .header-section {
    display: none;
    visibility: hidden; }

  .top_nav {
    visibility: hidden; }

  .federation {
    margin-top: 60px;
    margin-bottom: 60px; }
    .federation p {
      margin-top: 50px; }
      .federation p:after {
        bottom: -23px;
        width: 360px;
        margin-left: -180px; }

  .banner {
    position: relative;
    z-index: 1;
    padding-top: 0; }

  .match {
    padding: 60px 0; }

  .about {
    padding-top: 60px; }
    .about p {
      margin-top: 50px; }
      .about p:after {
        bottom: -23px;
        width: 360px;
        margin-left: -180px; }

  .history {
    padding-top: 60px;
    padding-bottom: 30px; }
    .history img {
      width: 600px;
      margin: 0 auto;
      margin-bottom: 30px; }
    .history p {
      margin-left: 0; }
    .history h2 {
      margin-bottom: 50px; }

  .place {
    padding: 60px 0; }
    .place img {
      width: 720px;
      height: 211px; }

  .partners {
    padding: 60px 0; }
    .partners .first {
      width: 186px;
      height: 136px; }
    .partners .second {
      width: 206px;
      height: 41px; }
    .partners .third {
      width: 191px;
      height: 135px; }
    .partners .fourth {
      height: 90px; }
    .partners .fifth {
      height: 160px; }

  .galery {
    padding: 60px 0; }

  .galery_slider {
    height: 360px; }

  .news_container {
    flex-wrap: wrap; }

  .news_content {
    height: 300px;
    margin-left: 0;
    margin-bottom: 30px;
    width: 45%; }

  .news_all {
    width: 600px; }
    .news_all .close {
      top: 15px;
      right: 15px; }

  .footer {
    padding: 60px 0; }
    .footer h2 {
      font-size: 28px; }
    .footer p {
      font-size: 18px; }

  .news .third-info {
    margin-top: 20px; }

  .accordeon__content .comment {
    font-size: 14px; }
  .accordeon__content div {
    font-size: 16px; }
  .accordeon__content .countries {
    width: 150px;
    padding-left: 30px; }
  .accordeon__content .number {
    padding-right: 18px; }
  .accordeon__content p {
    font-size: 16px; } }
@media screen and (max-width: 768px) {
  h2 {
    font-size: 26px; }

  .federation p {
    font-size: 16px; }

  .about p {
    font-size: 16px; }

  .match {
    padding: 50px 0; }
    .match iframe {
      margin-top: 30px;
      height: 300px; }

  .history {
    padding-top: 50px;
    padding-bottom: 20px; }
    .history .photos {
      padding: 0; }
    .history img {
      width: 540px;
      margin: 0 auto;
      margin-bottom: 30px; }
    .history p {
      margin-left: 0; }
    .history h2 {
      margin-bottom: 30px; }

  .news {
    min-height: 100px;
    padding-bottom: 30px; }

  .news_content {
    height: 390px; }

  .footer {
    padding: 40px 0; }
    .footer h2 {
      font-size: 24px; }
    .footer p {
      font-size: 17px;
      margin-top: 20px;
      line-height: 1.7em; }

  .place h2 {
    margin-bottom: 25px; }
  .place img {
    margin-top: 30px;
    width: 540px;
    height: 158px; }

  .galery {
    padding: 40px 0; }

  .galery_slider {
    height: 260px; }

  .text {
    padding: 0; }

  .partners {
    padding: 40px 0; }
    .partners h2 {
      margin-bottom: 20px; }
    .partners .first {
      width: 121px;
      height: 89px; }
    .partners .second {
      width: 156px;
      height: 31px; }
    .partners .third {
      width: 133px;
      height: 94px; }
    .partners .fourth {
      height: 80px; }
    .partners .fifth {
      height: 130px; }

  .news_all {
    width: 500px; }
    .news_all p {
      font-size: 14px; }
    .news_all .close {
      top: 15px;
      right: 15px; }

  .accordeon .soon {
    font-size: 10px;
    margin-right: 20px; }
  .accordeon__row {
    padding-right: 0; }
  .accordeon__content {
    padding-right: 0; }
    .accordeon__content .watch {
      display: none; }
    .accordeon__content .watch-icon {
      display: block; } }
@media screen and (max-width: 576px) {
  .accordeon {
    padding: 0 20px; }
    .accordeon__content {
      padding-left: 25px; }
    .accordeon .gender {
      display: none; }

  h2 {
    font-size: 18px; }

  .federation {
    margin-top: 40px;
    margin-bottom: 40px; }
    .federation h2 {
      margin-bottom: 20px; }
    .federation p {
      padding: 0 10px;
      font-size: 14px;
      margin-top: 20px; }
      .federation p:after {
        width: 280px;
        margin-left: -140px;
        bottom: -10px; }

  .match {
    padding: 30px 0; }
    .match iframe {
      margin-top: 20px;
      width: 400px;
      height: 250px; }

  .about {
    padding: 40px 0;
    margin-bottom: 0; }
    .about h2 {
      margin-bottom: 20px; }
    .about p {
      padding: 0 10px;
      font-size: 14px;
      margin-top: 20px; }
      .about p:after {
        width: 280px;
        margin-left: -140px;
        bottom: -10px; }

  .history {
    padding-top: 30px;
    padding-bottom: 10px; }
    .history .photos {
      padding: 0;
      margin-left: 20px; }
    .history img {
      width: 400px;
      margin: 0 auto;
      margin-bottom: 20px; }
    .history p {
      margin-left: 0;
      padding: 0 20px; }
    .history h2 {
      margin-bottom: 30px; }

  .partners_container {
    flex-wrap: wrap; }
    .partners_container a {
      margin: 0 auto; }
    .partners_container .first {
      padding: 0 40px;
      width: 300px;
      height: 162px;
      margin: 0 auto;
      margin-bottom: 50px; }
    .partners_container .second {
      padding: 0 40px;
      width: 300px;
      height: 44px;
      margin: 0 auto;
      margin-bottom: 50px; }
    .partners_container .third {
      padding: 0 40px;
      width: 300px;
      height: 157px;
      margin: 0 auto; }
    .partners_container .fourth {
      width: 300px;
      margin-bottom: 50px; }
    .partners_container .fifth {
      width: 300px;
      height: 170px; }

  .partners h2 {
    font-size: 20px;
    margin-bottom: 30px; }

  .place img {
    width: 400px;
    height: 117px; }
  .place p {
    font-size: 14px;
    padding: 0 20px; }

  .footer h2 {
    font-size: 18px; }
  .footer p {
    font-size: 12px;
    padding: 0 20px; }

  .news {
    min-height: 1260px; }

  .news_content {
    width: 400px;
    height: 260px;
    margin: 0 auto;
    margin-bottom: 20px; }

  .galery {
    padding-bottom: 60px; }
    .galery .galery_slider {
      position: relative; }
    .galery .slick-prev {
      left: 45%;
      top: 112%; }
    .galery .slick-next {
      position: absolute;
      right: 45%;
      top: 112%; }

  .news_all {
    width: 400px;
    top: 330px; }
    .news_all p {
      font-size: 13px; }
    .news_all .close {
      top: 15px;
      right: 15px; }

  .accordeon__row {
    padding-right: 0; }
  .accordeon__content .countries {
    width: 130px; }
  .accordeon div {
    font-size: 14px; }
  .accordeon p {
    font-size: 14px; } }
@media screen and (max-width: 450px) {
  .accordeon {
    padding: 9 10px; }
    .accordeon .score {
      padding-right: 20px; }
    .accordeon__row {
      padding-right: 0; }
    .accordeon__content {
      padding-left: 20px; }
      .accordeon__content .accordeon__row {
        padding-right: 15px; }
      .accordeon__content .number {
        padding-right: 10px; }
      .accordeon__content .comment {
        font-size: 11px; }
      .accordeon__content .open {
        font-size: 12px;
        padding-right: 10px; }
      .accordeon__content .countries {
        margin-left: -20px;
        width: 110px; }
        .accordeon__content .countries .usa:after {
          width: 16px;
          height: 16px;
          left: -20px; }
        .accordeon__content .countries .gbr:after {
          width: 16px;
          height: 16px;
          left: -20px; }
        .accordeon__content .countries .rus:after {
          width: 16px;
          height: 16px;
          left: -20px; }
        .accordeon__content .countries .svk:after {
          width: 16px;
          height: 16px;
          left: -20px; }
        .accordeon__content .countries .cze:after {
          width: 16px;
          height: 16px;
          left: -20px; }
        .accordeon__content .countries .canada:after {
          width: 16px;
          height: 16px;
          left: -20px; }

  .match iframe {
    width: 300px;
    height: 200px; }

  .news_all {
    z-index: 101;
    width: 300px;
    top: 230px;
    padding: 20px; }
    .news_all h3 {
      font-size: 15px; }
    .news_all p {
      font-size: 11px; }
    .news_all .close {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer; }
      .news_all .close:after {
        height: 20px; }
      .news_all .close:before {
        height: 20px; }

  .history img {
    width: 300px; }

  .place img {
    width: 300px;
    height: 88px; }

  .galery .galery_slider {
    height: 240px; }

  .news {
    min-height: 1260px;
    padding-top: 40px; }

  .news_container {
    padding: 0px 20px;
    margin-top: 0; }

  .news_content {
    width: 300px;
    height: 300px;
    margin: 20px auto;
    margin-bottom: 20px; }

  .news_content3 {
    height: 320px; } }
@media screen and (max-width: 350px) {
  .accordeon {
    padding: 0 8px; }
    .accordeon__row {
      padding-right: 0; }
    .accordeon__content {
      padding: 15px 0;
      padding-left: 10px; }
      .accordeon__content .accordeon__row {
        padding-right: 5px; }
      .accordeon__content .number {
        padding-right: 10px; }
      .accordeon__content .comment {
        font-size: 11px; }

  .history img {
    width: 280px; }

  .news .news_content {
    width: 300px;
    height: 340px;
    margin: 16px auto;
    margin-bottom: 20px; }
  .news .news_content1 {
    height: 310px; } }

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