@charset "utf-8";

/*
Theme Name: Kurash
Autor:Maxim
Discription: theme for Kurash Uzbekistan
Version:1.0
*/

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;  
}


html, body
{font-family:'Inter', sans-serif;
overflow-x: hidden;}

.header
{background: #FFFFFF;
width: 100%;
height: 75px;}

.top_area
{background: #FFFFFF;
position: relative;
z-index: 10;
width: 100%;
height: 75px;}

.top_inner
{width:90%;
margin: auto;}

.logo_fixed img
{width:80px;}

.logo
{
padding-top: 3px;
display: flex !important;
}

.logo p 
{ display: block;
  margin: 4px; 
  line-height: 1.2; 
}



/*==== Start Underline Grow ====*/

.pa-underline-grow li {
   position: relative;
	padding: 20px 10px;
	display: inline-block;
	list-style-type: none;
	 font-family: "Inter", sans-serif;
	
}

.pa-underline-grow li a
{text-decoration: none;
color: #000000;
}

.pa-underline-grow li a:hover
{color:#E30016;}

.pa-underline-grow li a::before {
   content: "";
   position: absolute;
   bottom: 0;
   height: 0;
   width: 0;
   left: 50%;
   opacity: 0;
   background-color:#009EDF;
   z-index: 2;
   display: block;  
   transition: .3s;   
   transition-timing-function: cubic-bezier(.58, .3, .005, 1);
}

.pa-underline-grow li a:hover::before {
   width: 100%;
   left: 0;
   opacity: 1;
   height: 2px;
}

.mylang
{
margin-top:15px;}

#lang_choice_1{
  border: none;
  background-color: #fcfcfc;
  transition: .3s;
  padding: 10px 4px;
	font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
#lang_choice_1:hover{
  background-color: #f7f7f7;
}

#lang_choice_2{
  border: none;
  background-color: #fcfcfc;
  transition: .3s;
  padding: 10px 4px;
	font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
#lang_choice_2:hover{
  background-color: #f7f7f7;
}

.top_line 
{background:url('images/line.png');
width: 100%;
height: 11px;
background-repeat: no-repeat;
background-size: 100% 100%; 
background-position: center;
margin-top: -5px;}

/*==== End Underline Grow ====*/


.top_banner {
  height: 680px;
  display: flex;
  flex-direction: column; 
  justify-content: center; 
  align-items: flex-start; 
}



.top_banner h1
{display: block;
text-align:left;
margin-left:10%;
width: 50%;
color: #FFFFFF;
font-size: 65px;
padding-top:10px;}


.banner_btn 
{width: 261px;
height:67px;
margin-left:10%;
margin-top: 20px;
border: none;
border-radius: 20px;
background:#009543;}

.banner_btn a 
{color: #FFFFFF;
text-decoration: none;}


.nonloop-block-15
{width: 90%;
margin:10px auto;}

.date
{background: #FFFFFF;
width: 80px;
height:80px;
display: block;
text-align: center;
padding-top: 10px;
border-radius: 10px;
 font-family: "Inter", sans-serif;
}

.date h3
{margin-bottom: 0px;
 font-family: "Inter", sans-serif;}

.date p
{margin-top:0px;
 font-family: "Inter", sans-serif;}

.news_title h3
{color: #FFFFFF;
font-size: 24px;}

.news_title h3 a
{color: #FFFFFF;
text-decoration: none;}

.date h3
{line-height: 30px;}

.myday
{display: block;
text-align: center;
}

.mymonth
{font-size: 14px;
}

section
{margin-top:100px;
margin-bottom:100px;}

.wrapper_1
{width:60%;
margin: auto;}

.person img
{border-radius: 50%;
margin-bottom: 20px;}

.person h4
{font-weight:700;
 font-family: "Inter", sans-serif;}

.person h5
{font-weight:100;
 font-family: "Inter", sans-serif;}

.about_text
{width:80%;
margin: auto;}

.about_text p
{font-size: 22px;
 font-family: "Inter", sans-serif;}

.about_btn
{width: 250px;
height: 60px;
border-radius: 10px;
border:none;
margin-top: 40px;
background:#009EDF;}

.about_btn a
{color: #FFFFFF;
 font-family: "Inter", sans-serif;
text-decoration: none;
font-size:22px;}


.wrapper
{width:80%;
margin: auto;}

.second h4 a
{color: #000000;
text-decoration: none;}

.rules_banner {
    height: 450px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
   display: flex;
   flex-direction: column; 
   justify-content: center; 
   align-items: flex-start;
   padding: 30px;
   color: #FFFFFF;
    
}


.rules_banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); 
    z-index: 1;
}

.rules_banner > * {
    position: relative;
    z-index: 2; 
}

.rules_btn 
{width: 261px;
height:67px;
margin-top: 20px;
border: none;
border-radius: 20px;
background:#009543;}

.rules_btn a 
{text-decoration: none;
color: #fff;}

.news_section
{width: 100%;
height: 100%;
padding: 10px 20px;
border-radius: 20px;
background:#E1E8F0;}

.news-img-wrapper {
    min-width:200px;
    max-width:200px;
}

.news-img-wrapper img {
    height: 100px;
    width: 100%;
    object-fit: cover;
}




.main-news-card {
    min-height: 450px;
    position: relative; 
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    color:#FFFFFF;
}


.main-news-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); 
    z-index: 2;
}

.main-news-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1; 
}


.main-news-card > * {
    position: relative;
    z-index: 3; 
}




.my_block
{display: flex;
flex-direction: column; 
justify-content: center; 
align-items: center;
}

.my_block_img
 {
  background: #EBEEF3;
  width:90px;         
  height:90px;         
  border-radius: 50%;  
  display: flex;  
  justify-content: center;
  align-items: center; 
  margin-bottom: 20px; 
}

.my_block_img img {  
  width:60px !important;         
  height:60px !important; 
}

.my_block p 
{display: block;
text-align: center;}



.event-banner {
    display: flex;
    align-items: center;
    background: #f8f9fa; 
    border-radius: 20px;
    padding: 20px 40px;
    position: relative;
    overflow: hidden;
    min-height:300px;
    border: 1px solid #eee;
}


.event-flag {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background: linear-gradient(to bottom, #28a745 33%, #ffc107 33%, #ffc107 66%, #dc3545 66%);
}

.event-location {
    font-size:25px;
    color: #666;    
    margin-left: 70px;
    margin-top: 35px !important;
}

.event-location p 
{display: flex;
}

.event-location p img 
{width: 30px !important;
height: 30px !important;}


.event-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
    font-family: sans-serif;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.event-date .day { font-size: 2.5rem; }
.event-date .month { font-size: 1.2rem; text-transform: uppercase; }


.event-divider {
    width: 1px;
    height: 60px;
    background: #ccc;
    margin: 0 30px;
}


.event-content {
    flex-grow: 1;
}

.event-title {
    font-size: 1.3rem;
    margin: 0;
    color: #222;
}
.event-title a { color: inherit; text-decoration: none; }


.event-footer {
    align-self: flex-end;
}
.btn-upcoming {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #333;
    border-radius: 20px;
    font-size: 0.85rem;
    color: #333;
    text-decoration: none;
}

.nonloop-block-13 .owl-nav {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    display: flex;
    justify-content: space-between;
    width:95%; 
    pointer-events: none;
    z-index: 10;
}


.nonloop-block-13 .owl-nav .owl-prev,
.nonloop-block-13 .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px; 
    height: 45px; 
    background-color: #009640 !important;
    color: #ffffff !important;
    border-radius: 12px !important; 
    font-size: 24px !important;
    cursor: pointer;
    pointer-events: auto; 
    transition: background 0.3s ease, opacity 0.3s ease;
    margin: 0 10px;
}


.nonloop-block-13 .owl-nav .owl-prev:hover,
.nonloop-block-13 .owl-nav .owl-next:hover {
    background-color: #007a33 !important;
    opacity: 0.9;
}


.nonloop-block-13 .owl-nav button:focus {
    outline: none;
}






     
      

		.arrow-right_1 {
            background: url("images/arrow-right_2.png");
            width:44px;
            height:44px;
            display: block;
            background-repeat: no-repeat;
            z-index: 999;
			margin-right: 10px;
			position: absolute;
			border-radius: 10px;
        }

		.arrow-left_1 {
            background: url("images/arrow-left_2.png");
            width:44px;
            height:44px;
            display: block;
            background-repeat: no-repeat;
            z-index: 999;
			margin-left: -90px;
			position: absolute;
			margin-top: -2px
			
        }

        .arrow-right_2 {
            background: url("images/arrow-right_2.png");
            width:44px;
            height:44px;
            display: block;
            background-repeat: no-repeat;
            z-index: 999;
			margin-right: -10px;
			position: absolute;
			border-radius: 10px;
        }

		.arrow-left_2 {
            background: url("images/arrow-left_2.png");
            width:44px;
            height:44px;
            display: block;
            background-repeat: no-repeat;
            z-index: 999;
			margin-left: -80px;
			position: absolute;
			margin-top: -2px
			
        }

		.arrow-right_3 {
            background: url("images/arrow-right_2.png");
            width:44px;
            height:44px;
            display: block;
            background-repeat: no-repeat;
            z-index: 999;
			margin-right: 10px;
			position: absolute;
			border-radius: 10px;
        }

		.arrow-left_3 {
            background: url("images/arrow-left_2.png");
            width:44px;
            height:44px;
            display: block;
            background-repeat: no-repeat;
            z-index: 999;
			margin-left: 10px;
			position: absolute;
			margin-top: -2px
			
        }

.media 
{width: 100%;
height: 100%;
position: relative;
z-index: 1;
overflow: hidden;}

.swhite 
{width: 30%;
padding: 10px 7px;
border-top-right-radius: 16px;
position:absolute;
left: 0;
bottom: 0;
z-index: 9;
background:rgba(255, 255, 255, 0.8);}

.swhite a 
{color: #000000;
text-decoration: none;
margin-left: 10px;}

.nonloop-block-16
{width: 90%;
margin: auto;}

.grey_inner
{height: 387px;
background:#EBEEF3;
border-radius: 10px;
width: 100%;}

.flag
{z-index:8;}

.grey_inner_more
{margin-left: 100px;}

.grey_inner_more h4
{font-size: 41px;
position: relative;
 font-family: "Inter", sans-serif;
z-index: 99;
margin-top: -65px !important;
}

.bluebtn
{width: 250px;
height: 60px;
border-radius: 10px;
border:none;
margin-top: 20px;
background:#009EDF;}

.bluebtn a
{color: #FFFFFF;
 font-family: "Inter", sans-serif;
text-decoration: none;
font-size:22px;}

.grey_inner_right
{float: right;
margin-top:-17px;}

/*PAGES*/

.pages_wrapper
{
width: 80%;
margin:80px auto;
}

#pages
{height:390px;}



.paralax_bg_2
{width: 100%;
height:400px;
background-size: 100%;
background-repeat: no-repeat;}

.page_title h1
{display: block;
text-align: center;
padding-top: 150px;
color: #FFFFFF;}

.aboutpage_text
{display: flex; height:400px; align-items: center; 

}


.aboutpage_text p
{display: flex !important;
font-size: 26px;
align-items: center !important;}

.text_center_1
{display: block;
text-align: center;
font-size: 20px;

margin-top: 40px;
margin-bottom: 40px;}



.text_grey_block
{height:377px;
width: 100%;
margin-top: 8%;
font-size: 20px;
display: flex;
align-items: center;
background:#EBEEF3;}

.text_grey_block p
{width: 60%;
margin-left:20%;
margin-right: 20%;}

.structure_grey
{width: 100%;
height: 400px;
padding-top: 40px;
margin-bottom: -20px;
background:#EBEEF3;}

.structure_outer h3
{margin-top: 20px !important;
}

.peson img
{width: 40% !important;
margin: auto;}

.peson
{display: block;
text-align: center;}

.single_wrapper
{width: 70%;
margin:80px auto;}

.post_img img
{width:60%;
height:60%;
margin:auto;
margin-left: 20%;}

.post_date h4
{color:#009EE0;}


.doc_row
{height: 110px;
border-bottom: 1px solid #D8D8D8;
margin-bottom: 10px;
margin-top: 40px;}

.doc_arrow
{background: url("images/arrow.svg");
width:34px;
height:22px;
margin-right: 10px;}

.download h5 a
{color:#009EE0;
text-decoration: none;}



.table h4
{font-size: 20px;
margin-left: 30px;}

.table img
{margin-top: 5px;}

.top_row
{width: 100%;
height: 100px;
background:#36384E;}

.top_row h3
{color: #FFFFFF;
font-size: 18px;
padding-top: 20px;
}

.fd
{padding-left: 30px;}

.white_row
{background: #FFFFFF;
padding-top: 10px;
min-height:100px;}

.grey_row
{background:#EEF2FC;
padding-top: 10px;
min-height:100px;}

.top_anti_doping
{margin-left:10%;
width:100%;}


.right_anti_doping
{background:#EBEEF3;
height:350px;
}

.anti_doping_text_1 p
{display: block;
width: 80%;
font-size: 20px;
padding-right: 10%;
padding-left: 5%;
padding-top: 5%;
}

.anti_doping_text_2 p
{display: block;
width: 80%;
font-size: 20px;
padding-right: 10%;
padding-left: 5%;
padding-top: 5%;
}

.anti-doping-title
{margin: 50px 10px;}

td
{border:1px solid #474545;
font-size: 16px;}

.footer
{width: 100%;
height:400px;
background:#F7F9FC;
padding-top: 60px;
font-family: 'Montserrat'};





.logo-footer
{margin-top:10px;}

.logo-footer img
{width:50%;
margin-bottom: 20px;}

.footer-about p
{color:#263640;
 font-family: "Inter", sans-serif;
padding-top:10px;}

.footer-social
{margin-top: 50px;}

.footer-social img
{width: 45px;
height: 45px;
margin: 10px 26px;}


.footermenu li
{display: block;
float: none;
margin: 0px 5px 0px 5px;
padding-top: 10px;
padding-bottom: 10px;
 font-family: "Inter", sans-serif;
font-size: 20px;
}


.footermenu li a
{color:#263640;
text-decoration: none;}

.pa-overline-from-left li{
   position: relative;
   overflow: hidden;
   transition: all 0.3s;   
   transition: all 0.3s;
	padding: 10px 10px;
    width: fit-content;
}

.pa-overline-from-left li a::before {
   content: "";
   position: absolute;
   z-index: 2;
   left: 0;
   right: 100%;
   top: 0;
   background: #000000;
   height: 2px;  
   transition: all 0.3s ease-out;
}

.pa-overline-from-left li a:hover::before {
   right: 0;
}

.footer_block
{margin-top:10px;}

.footer_block h4
{color: #FFFFFF;
 font-family: "Inter", sans-serif;
margin-left:-10px;}


hr
{border-bottom:2px solid #6D6E7D;
width: 90%;
margin-left: 30px;
margin-top: 20px;}

.footr_copyright
{margin-top: 20px;}

.footr_copyright p
{color:#263640;
 font-family: "Inter", sans-serif;
line-height: 20px;}

.footr_copyright p a
{color:#263640;
text-decoration: none;
 font-family: "Inter", sans-serif;
line-height: 25px;}

/* Elementor */
.e-n-accordion-item .e-n-accordion-item-title-icon 
{display: block !important;
text-align: right !important;
float: right !important;
position: absolute !important;
right: 2% !important;}

.white-left 
{width:70% !important;
margin-left:39% !important;
height: 350px !important;
padding:50px 10px !important;
}

.white-left p 
{font-size: 20px;}

.grey-right 
{width:80% !important;
margin-left:22% !important;
height: 350px !important;
padding:50px 40px !important;
}

.grey-right p 
{font-size: 20px;}

.blrow p
{color: #ffffff !important;}

.myrow p 
{color: #000000 !important;}

.mygrrow 
{background:#EEF2FC !important;}

.mygrrow p 
{color: #000000 !important;}



@media (max-width: 4000px) {

.logo
{display:block;}	

.menu_mob
{display: none;}
	
.header
{display:block;}
	
.mob_banner 
{display:none;}
	
}



@media (max-width: 1566px) {

.logo
{
padding-top: 3px;
display: flex !important;
}

.logo p 
{ display: block;
  margin: 4px; 
  line-height: 1.2; 
}
	
.menu_mob
{display: none;}
	
.header
{display:block;}
	
.mob_banner 
{display:none;}


	
.pa-underline-grow li {
   position: relative;
	padding: 20px 2px;
	display: inline-block;
	list-style-type: none;
	 font-family: "Inter", sans-serif;
	font-size: 14px;
	
}
	
.menu
	{margin-left: -10px;}
	

.top_banner h1 
{font-size:55px;}

.news img
{width: 100% !important;
min-height:330px;
height: 100% !important;
}

.news_info
{width: 100%;
height: 140px;
position: relative;
z-index: 99;
padding: 10px;
margin-top: -110px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
background:#262626;}

	
	

	
.footr_copyright p
{color:#CCCCCC;
 font-family: "Inter", sans-serif;
line-height: 25px;}


/* Elementor */
.e-n-accordion-item .e-n-accordion-item-title-icon 
{display: block !important;
text-align: right !important;
float: right !important;
position: absolute !important;
right: 2% !important;}

.white-left 
{width:85% !important;
margin-left:13% !important;
height: 350px !important;
padding:50px 10px !important;
}

.white-left p 
{font-size: 20px;}

.grey-right 
{width:80% !important;
margin-left:22% !important;
height: 350px !important;
padding:50px 40px !important;
}

.grey-right p 
{font-size: 20px;}



}




@media (max-width: 991px) {
	
.top_area
{background: #FFFFFF;
width: 100%;
height:auto;}
	
.top_inner
{width: 100%;}

.logo 
{display: none !important;}
	
.top_banner {
  height: 280px !important;
  display: flex;
  flex-direction: column; 
  justify-content: center; 
  align-items: flex-start; 
}



.top_banner h1
{display: block;
text-align:left;
margin-left:2%;
width:90%;
color: #FFFFFF;
font-size: 25px;
padding-top:10px;}

.banner_btn 
{width: 261px;
height:67px;
margin-left:1%;
margin-top: 20px;
border: none;
border-radius: 20px;
background:#009543;}

.news-content h5 a 
{font-size: 16px;
line-height: 15px;}

.news-content h5
{display: block;
line-height: 15px;}
	
.nonloop-block-16
{width: 85%;
}

.event-banner {
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center;   
    text-align: center;
    background: #f8f9fa; 
    border-radius: 20px;
    padding: 20px 40px;
    position: relative;
    overflow: hidden;
    min-height: 300px;
    border: 1px solid #eee;
}

.btn-upcoming {
    display:block;
    padding: 8px 20px;
    border: 1px solid #333;
    border-radius: 20px;
    font-size: 0.85rem;
    color: #333;
    text-decoration: none;
}

.event-footer {
    align-self: center;
    margin-top: 20px;
    
}

.media 
{margin-top: 20px;}

.swhite 
{width: 50%;
padding: 10px 7px;
border-top-right-radius: 16px;
position:absolute;
left: 0;
bottom:5%;
z-index: 9;
background:rgba(255, 255, 255, 0.8);}

#pages
{display: none}

.paralax_bg_2
{display: none}

.page_title h1
{display: none}
	
.mob_banner 
{display: block;}
	
.mob_banner img
{width: 100%;
height: auto;}
	
.mob_title h1
	{position: absolute;
	z-index: 99;
	margin-top: -60px;
	margin-left: 10px;
	color: #FFFFFF;}
	
.menu_mob
{display:block;}
	
.navbar-brand img
{float: left;
width: 60%;}
	
.menu_mob li 
	{list-style-type: none;
	margin-left: -15px;
	margin-top: 10px;
	margin-bottom: 10px;}
	
.menu_mob li a
{text-decoration: none;
color: #000000;}
	
.logo
{display: none;}

.menu
{display: none;}
	
.header
{display: none;}
	
#main
{height:auto;}


.top_banner
{height:auto;}
	
.left_column
{display: none;}
	
.nonloop-block-15
	{width: 80%;
	margin-top:25px;}
	
.nonloop-block-16
{width: 80%;
margin: auto;}
	
.date
{background: #FFFFFF;
width:60px;
height:60px;
display: block;
text-align: center;
padding-top:5px;
border-radius: 10px;
 font-family: "Inter", sans-serif;
}
	
.news_title h3
{font-size: 14px;
margin-left: 9px;}
	

		
	
.wrapper_1
{width: 100%;}
	
.wrapper
{width:90%;}
	
	
 
	
.grey_inner
{height:auto;
background:#EBEEF3;
border-radius: 10px;
width: 100%;}
	


.flag
{z-index:8;}

.grey_inner_more
{margin-left:30px;}

.grey_inner_more h4
{font-size: 21px;
position: relative;
 font-family: "Inter", sans-serif;
z-index: 99;
margin-top: -65px !important;
}
	
.grey_inner_right img
	{width: 80%;
	margin-top: 10px;
	margin-left:30px;}
	
.pages_wrapper
	{width: 97%;
	margin:10px auto;}
	
.aboutpage_text
	{height: auto;
	margin-top: 20px;}
	
.aboutpage_text p
	{font-size: 18px;}
	
.text_grey_block
{height:auto;
width: 100%;
margin-top: 8%;
font-size: 18px;
display:block;
align-items:flex-start;
background:#EBEEF3;}

.text_grey_block p
{width:90%;
margin-left:2%;
margin-right:2%;}
	
.doc_number h3
{font-size: 15px;}
	
.download h5
{font-size: 15px;}
	
.doc_name h3
{font-size: 15px;}
	
.structure_grey
{width: 100%;
height: 400px;
padding-top: 40px;
margin-bottom: -80px;
background:#EBEEF3;}
	

	
.table
{width:200vh !important;
}
	
.calendar
{width:200vh !important;
overflow-x: scroll !important;
}
	

.anti_doping_text_1 p
{display: block;
width: 90%;
font-size: 18px;
padding-right: 3%;
padding-left:3%;
padding-top:3%;
}

.anti_doping_text_2 p
{display: block;
width: 90%;
font-size: 18px;
padding-right: 3%;
padding-left:3%;
padding-top:3%;
}
	
.map
{width: 100%;}
	
.single_wrapper
{width:95%;
margin:80px auto;}

.post_img img
{width:90%;
height:90%;
margin:auto;
margin-left:4%;}

.post_date h4
{color:#009EE0;}

.footer
{width: 100%;
height:auto;
background:#F7F9FC;
padding-top: 60px;
font-family: 'Montserrat';}
	
.footermenu
	{margin-left: -45px;}

/* Elementor */

.white-left 
{width:100% !important;
margin-left:1% !important;
height:auto !important;
padding:10px 10px !important;
}

.white-left p 
{font-size:16px;}

.grey-right 
{width:100% !important;
margin-left:1% !important;
height:auto !important;
padding:10px 10px !important;
}

.grey-right p 
{font-size:16px;}

	
}

