@font-face {
    font-family: "TavridaAd";
    src: url("fonts/TavridaAd.eot");
    src: url("fonts/TavridaAd.eot?#iefix") format("embedded-opentype"),
    url("fonts/TavridaAd.woff2") format("woff2"),
    url("fonts/TavridaAd.woff") format("woff"),
    url("fonts/TavridaAd.ttf") format("truetype"),
    url("fonts/TavridaAd.svg#TavridaAd") format("svg"); }











/* specifications */
body{
  font-family: 'TavridaAd';
  color: #ff3031;
}


section{
  background: #ffda40;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 991px) {
  section{
    padding-top: 100px;
    padding-bottom: 100px;
  }
}


.right-img{
  display: block;
  margin: 0 auto 0;
  height: auto;
}
@media screen and (max-width: 991px) {
  .right-img{
    padding-top: 50px;
  }
}
@media screen and (max-width: 402px) {
  .right-img{
    width: 80vw;
  }
}

p, div, a, span{
  line-height: 1.7em;
}
h1{
  text-align: center;
  padding-bottom: 30px;
  color: #ff3031;
  text-shadow: #ffff 1px 1px 0, #ffff 2px 2px 0,
                 #ffff 3px 3px 0, #ffff 4px 4px 0,
                 #ffff 5px 5px 0;
}
@media screen and (max-width: 768px){
  h1{
    font-size: 30px;
  }
}


p{
  font-size: 24px;
}

ul{
  list-style-type: none;
  padding-inline-start: 0px;
}


li{
  font-size: 30px;
  text-align: left;
}
@media screen and (max-width: 1201px) {
  li{
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  li{
    text-align: center;
  }
}

span{
  color: #ff3031;
}

a, img, button{
 transition:
   background-color .1s,
   opacity .5s,
   visibility .5s,
   border-radius .5s,
   transform .5s,
   box-shadow .5s,
   letter-spacing .5s,
   border-color .5s,
   color .3s,
   padding-right 1s,
   width .5s;
}


button{
  font-size: 20px;
  background-color: transparent;
  border-radius: 50px;
  color: #ff3031;
  width: 100px;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
  border: 3px solid #ff3031;
  cursor: pointer;
}
button:hover{
  letter-spacing: 1px;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  color: #ff3031;
  width: 140px;
  transition: 0.5s;
}
button:focus {
   outline: none !important;
}
button:active {
  background: #ffce00;
}






/* HEADER */
header{
  background: #ffce00;
}
header img{
  display: inline;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 514px){
  header img{
    width: 50vw;
  }
}
/* FOOTER */
footer{
  padding-top: 17px;
  background: #ffce00;
}
.FollowMaze{
  font-size: 15px;
  text-align: center;
  padding-top: 5px;
}
.icons{
  display: flex;
  justify-content: center;
  align-items: center;
}
.icons__item a{
  font-size: 20px;
  color: #ff3031;
  display:inline-block;
  padding-left:30px;
  padding-right: 30px;
}
.icons__item a:hover{
  color: #ffff;
}









#totop {
  display: inline-block;
  background-color: #ffda40;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  border: 3px solid #ff3031;
  border-radius: 50px;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
#totop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 47px;
  color: #ff3031;
}
#totop:hover {
  cursor: pointer;
  width: 70px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#totop.show {
  opacity: 1;
  visibility: visible;
}
#totop:active {
  background: #ffce00;
}










.lang{
  top: 20px;
  right: 30px;;
  position: fixed;
  z-index: 11111;
}
.lang__btn{
  width: 50px;
  padding: 0px 0;
  height: 33px;
}
.lang__btn:hover{
  width: 55px;
  letter-spacing: 1px;
}
.canvas{
  width: 100px;
  height: 150px;
  position: fixed;
  right:0;
  top:0;
  background-color: #ffda40;
  border-bottom-left-radius: 50px;
  z-index: 10129;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.nav{
  display: inline-block;
  background: #ffda40;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  border: 3px solid #ff3031;
  position: fixed;
  top: 80px;
  right: 30px;
  z-index: 10130;
  text-decoration: none;
  cursor: pointer;
}
.nav:active{
  background: #ffce00;
  transition: 0.1s;
}

.line{
  position: fixed;
  display: block;
  width: 30px;
  height: 3px;
  top: 90px;
  right: 40px;
  background-color: #ff3031;
  border-radius: 100px;
}
.nav__top{
  top:93px;
  transition: 0.5s;
}
.nav__middle{
  top: 103px;
  transition: 0.5s;
}
.nav__bottom{
  top: 113px;
  transition: 0.5s;
}
.nav.active  .nav__top{
  top: 103px;
  transform: rotate(135deg);
  transition: 0.5s;
}
.nav.active  .nav__middle{
  opacity: 0;
  width: 0px;
  transform:rotate(90deg);
  transition: 0.5s;
}
.nav.active  .nav__bottom{
  top: 103px;
  transform: rotate(-135deg);
  transition: 0.5s;
}

.main-menu{
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-bottom-left-radius: 50px;
  text-align: center;
  display: none;
  z-index: 10128;
  background-color: #ffda40;
  position: fixed;
  right: 0;
  width: 500px;
  top: 0px;
  padding-bottom: 15px;
}
.menu_text{
  margin-top: 40px;
}
.menu_list{
  text-align: center;
  margin-top: 30px;
}
#menu_list button{
  margin-bottom: 20px;
}
@media screen and (max-width: 768px){
  .main-menu{
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    overflow: auto;
  }
}
@media screen and (max-width: 514px){
  .lang{
    position: absolute;
    display:flex;
    top:20px;
    left: 25px;
    z-index: 489;
  }
  .canvas{
    display: none;
  }
  .nav{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: 0;
  }
  .line{
    right: 10px;
  }
}









/* first*/
#main_section{
  padding-top: 200px;
  padding-bottom: 150px;
}
#main_section img{
  width: 60%;
}

#main_section h1{
text-align: center;
padding-top: 120px;
}
@media screen and (max-width: 991px) {
  #main_section img{
    width: 90%;
  }
}
@media screen and (max-width: 514px){
  #main_section{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #main_section h1{
  padding-top: 90px;
  }
}










/* DONATION BLOCK */
.block{
  width: auto;
  position: relative;
  align-self: center;
  text-align: center;
}
#donate_section img{
  top:0;
  left:0;
  z-index: -1;
}
#donate_section h1{
  padding-top: 4%;
}
#donate_section li{
  padding-bottom: 20px;
  color: #ffff;
}
#donate_section form{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  padding-top: 200px;
}
#donate_section button{
  background-color: #ffff;
}
@media screen and (max-width: 991px) {
  #donate_section h1{
    padding-top: 0;
  }
  .block{
    padding-top: 50px;
  }
}
@media screen and (max-width: 402px) {
  #donate_section img{
    width: 80vw;
    height: auto;
  }
  #donate_section form{
    padding-top:150px;
  }
}
@media screen and (max-width: 352px) {
  #donate_section form{
    padding-top: 130px;
  }
}
@media screen and (max-width: 298px){
  #donate_section form{
    padding-top: 100px;
  }
}









/* types */
#tournaments_type img{
  width: 100px;
  height: auto;
  border-radius: 50px;
}
#tournaments_type img:hover{
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#tournaments_type p{
  font-size: 36px;
}
.tournaments_type_list{
  padding-top: 30px;
}







/* ENJOY BLOCK */
 .offer{
    padding-top: 50px;
}
@media screen and (max-width: 991px) {
  .offer{
    padding-top: 0;
  }
}







#middle_section_donate button{
  width: 100px;
  height: 100px;
  border: 0;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  font-size: 36px;
  text-align: center;

}
#middle_section_donate button:hover{
  border-radius: 100px;
  cursor: pointer;
  color: #ff3031;
  background: #a00b00;
  transform: rotate(360deg);
  box-shadow: inset 0 0 0 5px #ff3031;
}
#middle_section_donate button:before{
    content: "+";
}
#middle_section_donate button:hover:before{
    content: "RP";
}









/* WHO WE ARE BLOCK */
.we{
  padding-top: 20px;
}
@media screen and (max-width: 991px) {
  .we{
    padding-top: 0;
  }
}










/* CONTACTS */
.message{
  padding-top: 60px;
}
#contacts ul{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}
#contacts a{
  text-align: center;
  font-size: 56px;
  color: #ffff;
  display:inline-block;
  padding-left:30px;
  padding-right: 30px;
}
#contacts a:hover{
  color: #ff3031;
}
@media screen and (max-width: 991px) {
  .message{
    padding-top: 0;
  }
}









/* SHARE BLOCK */
.div_copytext{
  padding-top: 50px;
  padding-bottom: 20px;
}
#share a{
  font-size: 25px;
}
#share button{
  width: 300px;
}
#share button:hover{
  width: 350px;
}
@media screen and (max-width: 380px) {
  #share a{
    font-size: 6.5vw;
  }
  #share button{
    width: 80vw;
  }
  #share button:hover{
    width: 85vw;
  }
}