@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700;800&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,300;0,700;1,500&display=swap');

*{
    font-family: 'Roboto Slab', serif;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
  }

/* HEADER */
header{
    background-color: #007bff;;
}

header .container .logo {
    padding: 10px;
    max-width: 517px;
}
header .container .logo img{
    width: 120px;
}


/* END HEADER */

/* SOCIAL BUTTOM */

header .social{
    display: flex;
    height: 45px;
    font-size: 26px;
    align-items: center;
    justify-content: right;
}

header .social a{
    padding-right: 15px;
    text-decoration: none;
    color: #fff;
}

header .social a:hover{
    color: #18223d;
}

/* END SOCIAL BUTTOM */

/* NAVBAR */
.dropdown-menu .dropdown-item {
    font-weight: 700;
}
.navbar{
    /* background-color:#f8c300; */
    background-color:#18223d;
}

.navbar-toggler{
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    color: var(--bs-navbar-color);
    background-color: transparent;
}

nav.navbar {
    --bs-navbar-padding-y: 0;
    --bs-navbar-padding-x: 0;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link {
    line-height: 1.5;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 1.25em;
    height: 48px;
}

.nav-link {
    display: block;
    margin: 0;
}

.navbar .nav-item:hover .nav-link {
    display: inline-block;
    text-decoration: none;
    color: #007bff;;
    font-size: 18;
    letter-spacing: 0.05em;
    font-weight: 700;
}
.dropdown-item {
    color: #007bff;
    font-weight: 700;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar .logo{
  position: absolute;
  top: -38px;
}
.navbar .logo img{
 height: 120px;
}

.navbar .logo1{
  position: relative;
}
.navbar .logo1 img{
 height: 70px;
}



.navbar .logo img.consize {

  transform : translateY(-20px) scale(0.25);
}

#navbarDropdownMenuLink.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
#navbarCollapse.collapse.navbar-collapse{
    padding-left: 120px;
}
@media only screen and (max-width: 1199px) {
    /* .navbar{
        background-color:#f8c300;
    } */
#navbarCollapse .collapse .navbar-collapse{
    padding-left: 20px;
}
    .navbar .logo img{
        height: 70px;
       }
}

@media only screen and (min-width: 1200px) {

    .navbar .nav-item .dropdown-menu {
        display: none;
    }
    .navbar .nav-item:hover .nav-link {
        color: #007bff;
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
        --bs-body-color: #fff;
        background-color: #007bff;
        font-weight: 800;
        font-size: 18px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 15px 0;
        --bs-dropdown-link-color: var(--bs-body-color);
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
    .toggler{
      width: 100%;
      text-align: right;
    }

    .dropdown-menu a:hover{
      color: #007bff;
    }
}

/* END NAVBAR */

main{
    min-height: 100vh;
}

main .container{
    margin-bottom: 10px;
    padding-bottom: 20px;
}
/* TOP NEWS */
.top_news .row{
    --bs-gutter-x: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    background-color: #007bff;
}

.top_news_left{
    padding: 0;
    margin: 0;
    position: relative;

}

.top_news_left:hover img {
    transform: scale(1.1);
    transition: transform 2.55s;
  }

.top_news_left .top_news_left_content{
    position: absolute;
    padding: 40px;
    bottom: 0;
    color: #f8c300;
}
.top_news_left_content .date{
    font-size: 16px;
    color: #fff;
}

.top_news_left_content .title{
    font-size: 42px;
    line-height: 1.16667em;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {

    .top_news_left_content .date{
        font-size: 14px;
        color: #fff;
    }

    .top_news_left_content .title{
        font-size: 24px;
        line-height: 1.16667em;
        font-weight: 600;
    }

    .top_news_left .top_news_left_content{
        position: absolute;
        padding: 15px;
        bottom: 0;
        color: #f8c300;
    }

}

/* top news right */
.top_news_right{
    padding: 0;
    margin: 0;
    position: relative;
}


.top_news_right .header{
  position: absolute;
  padding: 10px;
  bottom: 0;
  color: #f8c300
}

.top_news_right_contnt{
    padding: 0;
    margin: 0;
    position: relative;
}
.top_news_right_contnt:hover img {
    transform: scale(1.1);
    transition: transform 0.55s;
}

.top_news_right .header .title{
  font-size: 1em;
  line-height: 1.16667em;
  font-weight: 600;
}

.top_news_right .header .date{
    font-size: 11px;
    color: #fff;
}

@media only screen and (max-width: 768px) {

  .top_news_right .header .title{
    font-size: 24px;
    line-height: 1.16667em;
    font-weight: 600;
  }

  .top_news_right .header .date{
    font-size: 14px;
    color: #fff;
}

}

.more_news{
    font-size: 18px;
    text-align: right;
    color: #007bff;
    text-decoration: none;
}


.more_news a {
    text-decoration: none;
  }


.item_photo_right{
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.item_photo_right img {
    transition: 1s;
    height: 100%;
  }

.item_photo_right:after {
    content: '';
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0; left: 0;
    background: linear-gradient(0deg, rgba(0,123,255,1) 0%, rgba(255,255,255,0) 100%);

  }

/* end top news right */
.item-photo {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;

  }

  .item-photo img {
    transition: 1s;
    height: 100%;
  }

  .item-photo:after {
    content: '';
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0; left: 0;
    background: linear-gradient(0deg, rgba(0,123,255,1) 0%, rgba(255,255,255,0) 100%);
  }
  @media only screen and (max-width: 960px) {

    .top_news_right .col{
        padding-left: 0;
        background-color: #007bff;
    }

  }



/* END TOP NEWS */

/* NEWS */


.news_card{
    color: #0e2141;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 350px;
    border-radius: 10px;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto
}



.news_card *{
    -webkit-transition: 200ms;
    transition: 200ms;
}

.news_card a {
    text-decoration: none;
    color: inherit;
  }

.news_card a:hover {
    color: #3788D2;

  }

.news_card:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);

  }

.news_card_header{
    padding: 0;
    margin: 0;
    height: 200px;
    width: 100%;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-size: cover;
    background-position: 100% 100%;
}

.news_card .news_content{
    padding: 10px;

}

.news_card .news_content .news_content_title{
    font-size: 1.25rem;
    font-weight: 500;
    border-bottom: 2px solid #0e2141; margin-bottom: 5px; height: 100px;
}

.news_content .footer{
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 300;
}



/* news show */

/* top news right */
.news_right{
    padding-top: 10px;
    position: relative;
}

.news_right a {
    text-decoration: none;
    color: inherit;
}

.news_right a:hover{
    color: #3788D2;
  }
.news_right .header{
  padding: 10px;
}

.news_right_contnt{
    padding: 0;
    margin: 0;
    position: relative;
}


.news_right .header .title{
  font-size: 16px;
  line-height: 1.16667em;
  font-weight: 700;
}



.news_right .header .date{
    font-size: 12px;
    font-weight: 500;
  font-style: normal;
  font-size: 12px;
    color: #6C7D8C;
}

@media only screen and (max-width: 768px) {

  .news_right .header .title{
    font-size: 14px;
    line-height: 1.16667em;
    font-weight: 700;
  }

}


.item_photo_right{
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.item_photo_right img {
    transition: 1s;
    height: 100%;
  }

.item_photo_right:after {
    content: '';
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0; left: 0;
    background: linear-gradient(0deg, rgba(0,123,255,1) 0%, rgba(255,255,255,0) 100%);

  }

/* end news show */

.news{
    padding: 10px;
}

.news .img{
    position: relative;

}

.news .title{
    position: absolute;
    padding: 30px;
    bottom: 0;
    color: #ffce08;
    font-size: 32px;
    font-weight: 700;
}

.news  .content-news{
    padding-top: 20px;
    font-size: 16px;
    text-align: justify;
}

@media screen and (max-width: 576px) {
    .news .title{
        padding: 20px;
        font-size: 24px;
    }
}

/* END NEWS */

/* MATCHES */
    .matches{
        background-color: #007bff;
    }

    #nav-tab.nav.nav-tabs {
        border-bottom: none;
    }

    nav.nav_matches{
        font-weight: 700;
        font-size: 20px;
        border: 0;
        padding-bottom: 20px;
    }
    nav.nav_matches .nav-link{
        outline: 0 !important;
        border: 0;
    }


    nav.nav_matches .nav-link{
        color: #0e2141;
        outline: 0 !important;
        background-color: transparent;

    }
    nav.nav_matches .nav-link.active{
        color: #fff;
        outline: 0 !important;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #fff;
    }

    .game{
        height: 100%;
        min-height: 270px;
        color:white
    }

    .game .title{
        font-size: 24px;
        margin-bottom: 0;
        text-align: center;
        text-transform: uppercase;
    }

    .game .tournament{
        font-size: 18px;
        margin-bottom: 0;
        text-align: center;
        text-transform: uppercase;
    }

    .game .city{
        font-size: 14px;
        margin-bottom: .5rem;
        opacity: .8;
        text-align: center;
        text-transform: uppercase;
    }

    .game .date{
        text-align: center;
        font-size: 20px;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .game .teams{
        justify-content: baseline;
    }

    .game .teams .team{
        text-align: center;
    }

    .game .teams .score{
        justify-content: center;
        text-align: center;
        font-size: 72px;
        font-weight: 800;
    }

/* END MATCHES */

/* HOME PHOTO GALLETY */

.home_photo_gallery{
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.home_photo_gallery .header{

    padding-top: 20px;
}

.content{
  color: #0e2141;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.3);
  background-image: url('/img/photo.jpg');
  background-size: cover; background-position: 100% 100%;
  max-width: 350px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  display: block;
}

.content *{
  -webkit-transition: 200ms;
  transition: 200ms;
}

.content a {
  text-decoration: none;
  color: inherit;
}

.content a:hover {
  color: #6ABCEA;

}

.content:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);

}

.home_photo_gallery_photo{
  padding: 0;
  margin: 0;
  display: block;
  border-radius: 10px;
  height: 200px;
  background-size: cover;
  background-position: 100% 100%;
}

.home_photo_gallery_photo:hover {
  opacity: .2; /* уровень прозрачности */
}
.content i {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  color: #fff; /* цвет иконки */
  font-size: 60px; /* размер иконки */
}
.content:hover i {
  opacity: 1;
  z-index: 1000;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #fff;
}




/* GALLERYS CARD */

.gallerys_card{
    color: #0e2141;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 550px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}



.gallerys_card *{
    -webkit-transition: 200ms;
    transition: 200ms;
}

.gallerys_card a {
    text-decoration: none;
    color: inherit;
  }

.gallerys_card a:hover {
    color: #007bff;

  }

.gallerys_card:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);

  }

.gallerys_card_header{
    padding: 0;
    margin: 0;
    height: 300px;
    width: 100%;
    display: block;
    border-radius: 10px;
}



.gallerys_card .gallerys_content{
    bottom: 20px;
    margin-left: 20px;
    position: absolute;
    color: #ffce08;

}



.gallerys_card .gallerys_content .gallerys_content_title{
    font-size: 24px;
    font-weight: 500;
}

@media screen and (max-width: 576px) {
    .gallerys_card{
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .gallerys_card_header{
        height: 200px;
    }

    .gallerys_card .gallerys_content .gallerys_content_title{
        font-size: 18px;
        font-weight: 500;
    }
}

/* END GALLERYS CARD */


/* GALLERY */


.photo_gallery{
  color: #0e2141;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.3);

  max-height: 150px;
  max-width: 250px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  background: #007bff;
}

.photo_gallery *{
  -webkit-transition: 200ms;
  transition: 200ms;
}

.photo_gallery a {
  text-decoration: none;
  color: inherit;
}

.vphoto_gallery a:hover {
  color: #007bff;

}

.photo_gallery:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);

}

.photo_gallery_header:hover {
  opacity: .5; /* уровень прозрачности */
}
.photo_gallery i {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  color: #fff; /* цвет иконки */
  font-size: 60px; /* размер иконки */
}
.photo_gallery:hover i {
  opacity: 1;
  z-index: 1000;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #fff;
}

.photo_gallery_header{
  padding: 0;
  margin: 0;
  height: 150px;
  width: 100%;
  display: block;
  border-radius: 10px;
}

/* END GALLERY */

/* VIDEO */




.video_card{
  color: #0e2141;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 550px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  background: #007bff;
}

.video_card *{
  -webkit-transition: 200ms;
  transition: 200ms;
}

.video_card a {
  text-decoration: none;
  color: inherit;
}

.video_card a:hover {
  color: #007bff;

}

.video_card:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);

}

.video_card_header:hover {
  opacity: .5; /* уровень прозрачности */
}
.video_card i {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  color: #fff; /* цвет иконки */
  font-size: 60px; /* размер иконки */
}
.video_card:hover i {
  opacity: 1;
  z-index: 1000;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: red;
}

.video_card_header{
  padding: 0;
  margin: 0;
  height: 300px;
  width: 100%;
  display: block;
  border-radius: 10px;
}

.video_card .video_content{
  bottom: 20px;
  margin-left: 20px;
  position: absolute;
  color: #ffce08;
}



.video_card .video_content .video_content_title{
  font-size: 24px;
  font-weight: 500;
}



.video_card_header:hover ~ .video_content{
  display: none;
}

.video_card i:hover ~ .video_content{
  display: none;
}


.video_card i:hover ~ .video_card_header{
  opacity: 0.4;
}


  .video_card .video_content .video_content_title:hover{
  display: none;
  }
/* END VIDEO */

/* TEAM */

.team-card {
    background: #0e2141;
    color: #fff;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 270px;
    margin: 2em;
    border-radius: 10px;
    display: inline-block;
}

.team-card a {
    text-decoration: none;
    color: inherit;
}

.team-card a:hover {
    color: #6ABCEA;
}

.team-header {
    padding: 0;
    margin: 0;
    height: 300px;
    width: 100%;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}



.team-card:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
}

.team-content {
    padding: 18px 18px 24px 18px;
    margin: 0;
}

.team-content-header {
    /* display: table; */
    width: 100%;
    height: 40px;
    line-height: 1;
}

.team-title {
    font-size: 18px;
    padding-left: 40px;
    display: table-row;
}

.team-title1 {
    font-size: 18px;
    display: table-row;
    font-weight: 700;
}

.number {
    width: 60px;
    text-align: center;
    font-weight: 700;
    padding-top: 0;
    padding-right: 5px;
    vertical-align: top;
    align-items: self-start;
    display: table-cell;
    float: left;
    position: relative;
    font-size: 44px;
}


@media screen and (max-width: 500px) {
    .team-card {
        width: 95%;
        max-width: 270px;
        margin: 1em;
        display: block;

        margin-left: auto;
        margin-right: auto
    }

    .container {
        padding: 0;
        margin: 0;
    }
}

/* END TEAM */

/* FOOTER */
footer {
    background-color: #007bff;
}

footer .sub_footer{
    background-color: #0e2141;
    font-size: 16px;
    justify-content: left;
    align-items: center;
    color: #fff;
    min-height: 100%;
    vertical-align: middle;
}
.sub_footer .copyright{
    display: flex;
    align-items: center;
}

footer .title{
    font-size: 28px;
    font-weight: 700;
    color: #FFF;
    text-align: left;
    padding-left: 15px;
    letter-spacing: 2px;
}

footer .sub_title{
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    text-align: left;
    letter-spacing: 2px;
}


footer .social{
    display: flex;
    font-size: 24px;
    align-items: center;
    justify-content: center;

}

footer .social a{
    padding-right: 15px;
    text-decoration: none;
    color: #fff;
}

footer .social a:hover{
    color: #007bff;
}

@media screen and (max-width: 576px) {
    footer .title{
        font-size: 22px;
    }
    footer .sub_title{
        font-size: 14px;
    }
    .sub_footer .copyright{
        justify-content: center;
        padding: 5px 0;
    }
    footer .social{
        padding: 5px 0;

    }
}

/* END FOOTER */

.partners{
    background: url('/img/photo1.jpg');
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.partners img{
    max-width: 200px;
    width: 100%;
    filter: grayscale(1);
    transition: 1s;
}

.partners .pana{
    filter: grayscale(1) brightness(1000%);
}

.partners img:hover{

   filter: grayscale(0);
}

/* WELCOME */
main.welcome{
    background:url('/img/zalishchyky1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

main.welcome .row{
    --bs-gutter-x: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.welcome_body{
    padding-top: 10px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    width: 100%;
}

.welcome_body .title{
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
    text-align: left;
}
.welcome_body .sub_title{
    font-size: 18px;
    color: #FFF;
    text-align: left;
}

.welcome_body .img{
    max-width: 670px;
    width: 95%;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    opacity: 0.9;
}

@media screen and (max-width: 500px) {
    main.welcome .header{
        padding-top: 20px;
    }
    .welcome_body{
        height: 100%;

    }
    .welcome_body .title{
        padding-left: 15px;
        font-size: 18px;
    }
    .welcome_body .sub_title{
        font-size: 14px;
        padding-left: 15px;
        color: #FFF;
    }
}
/* END WELCOME */

/* breadcrumb */
.breadcrumb-list{
    width: 100%;
    height: 40px;
    background-color: #EEF5F8;
}

.breadcrumb-none{
    width: 100%;
    height: 20px;
}

.breadcrumb-list .breadcrumb-content{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #6E6E77;
    text-transform: uppercase;
    font-weight: 400;

}
/* end breadcrumb */
.box{
    height: 300px;
}
#myiframe {
    width: 100%;
    max-height: 300px;
    height: 100%;
 }
