/*h1, h2 {font-size:3.0rem; line-height: 0.9; margin-bottom:20px !important}*/

.footer_lang
{
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top:50px;
	font-weight: 300;
}

.footer_lang a:hover
{
    color: rgba(193, 13, 42, 0.8);
	background: #ffffff;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.header_lang {
	display: flex;
	justify-content: right;
	z-index: 100;
	position: relative;
	top: 20px;
	right: 20px;
}

.header_lang a:hover {text-decoration:underline;}

.logos3__logoImage {
    max-width: 95%;
}

.logos4__logoImage {
    max-width: 50%;
}
/*
.tier5{
    max-width: 50%;
}*/

.logos4__logoImage:last-child { max-width: 110%;}

body{
	background:#000;
}
.sectionHero__title strong {
	display: block;
	margin-top: 50px;
	color: #b9975b;
	font-weight: 500;
}

.eventDescription__text {
	font-weight:400;
}

#heroAndDetails {
	background-image: url('../images/Black_Stone_gold_Paint 3.jpg');
	background-size: cover;
	position: relative;
	background-position: top center;
}

#heroAndDetails:after{
	content:'';
    width:100%;
    height:300px;
    bottom:0;
    left:0;
    position:absolute;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 34%, rgba(45, 93, 167, 0) 78%);
}

.sectionHero__overlay.hero-overlay-disabled {
	background: none;
}

.sectionSponsors {
	background: none;
	padding: 100px 0 0 0;
    position:relative;
    margin:100px 0 0 0;
}

.sectionSponsors > .container{
    padding:0 50px; 
}

/*.sectionSponsors > .container::before {
	background-image: url("../images/frame-top-part.svg");
	content: '';
	position: absolute;
	width: 100%;
	height: 1292px;
	left: 0;
	top: 0;
	background-size: contain;
	background-repeat: no-repeat;
    background-position: center;
}*/

.sectionSponsors > .container::before {
	background-image: url("../images/frame-top-part-v2.svg");
	content: '';
	position: absolute;
	width: 1655px;
	height: 885px;
	left: 0;
	top: 0;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	right: 0;
	margin: auto;
}

.sectionSponsors > .container::after {
	background-image: url("../images/frame-bottom-part.svg");
	content: '';
	position: absolute;
	width: 100%;
	height: 900px;
	left: 0;
	bottom: -167px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.sectionGallery {
	margin: 250px 0 135px 0;
}



h1.sectionHero__title {
	margin-bottom:30px;
}

.sectionHero__subtitle {
	font-weight: 500;
	font-size: 2em;
	font-family: "beaufort-pro",serif;;
	margin-bottom: 30px;
	line-height: 1.2;
}

.sectionHero .btn-wrapper {
	padding-top: 20px;
}

.additional-content {
	text-align: center;
	max-width: 1165px;
	margin: 0 auto;
}

.additional-content {
	padding: 15px 0 15px 0;
}

.additional-content .sectionHero__subtitle {
	margin-bottom: 60px;
}


.round-separator {
	display: inline-block;
	vertical-align: middle;
	width: 0.3em;
	height: 0.3em;
	background-color: #b9975b;
	border-radius: 50%;
	margin: 0 5px;
}

.form-col input,.form-col textarea {
	border-color: #b9975b;
	border-style: solid;
	border-width: 0 0 1px 0;
	color: #ffff;
	padding: 15px 0px;
	text-transform: uppercase;
	font-weight: 400;
}

.form-col input::-webkit-input-placeholder {
	color: #fff;
}
.form-col input::-moz-placeholder {
	color: #fff;
	opacity:1;	
}
.form-col input:-ms-input-placeholder { 
	color: #fff;
}
.form-col input:-moz-placeholder { 
	color: #fff;
	opacity:1;
}

.form-wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.form-col {
	margin-bottom: 20px;
}

.form-col textarea{
	height:100px;
}


.form-bt input {
	min-height: 41px;
	background: #fff0;
	border: 1px solid #fff;
	color: #fff;
	outline: none;
	margin: 0 15px 15px;
	padding: 2px 25px;
	text-transform: uppercase;
	font-size: 1.125rem;
	letter-spacing: .02em;
	transition: background-color 0.3s,border-color 0.3s,color 0.3s;
	cursor:pointer;
}

.form-bt input:hover{
	background-color: var(--color-red);
	border:1px solid var(--color-red);
}

.form-bt {
	text-align: center;
	padding-top: 30px;
}

.form-section {
	background-image: url(../images/contact-bg.jpg);
	background-size: cover;
	background-position: top center;
	padding: 100px 0 0 0;
	position: relative;
}

.form-section:after{
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 13%, rgba(255, 255, 255, 0) 45%);
	position: absolute;
	bottom:0;
	width:100%;
	height:100%;
	content:'';
}

.form-section .container {
	position: relative;
	z-index: 22;
}

.wpcf7-spinner{
	display: none;
}

.header_lang a {
	border-right: 1px solid currentColor;
	line-height: 1;
	padding-right: 10px;
	margin-right: 10px;
}

.header_lang a:last-child{
	border-right: none;
	padding-right: 0;
	margin-right: 0;	
}

h1, .h1,
h2, .h2{
	letter-spacing:0;
	font-weight:400;
}

@media (min-width: 1600px) {
  h2, .h2 {
    font-size: 3.5rem;
  }
}

@media (max-width: 1656px) {
	.sectionSponsors > .container::before {
		width: 100%;
	}
}
	
@media (max-width: 1500px) {
    .sectionSponsors > .container::after,
    .sectionSponsors > .container:before{
        display:none;
    }
    
   .sectionSponsors {
		margin: 0;
	} 
    
   .sectionGallery {
		margin: 140px 0;
	} 
}


@media (min-width: 1260px) {
	.siteFooter__contacts {
		width: 57%;
	}	
    .sectionHero__g {
   	 	right: calc(50% + 290px);
   		bottom: calc(50% + 16.3vh);
    }
 
 	.sectionHero__a {
		left: calc(50% + 270px);
	} 
    
   .sectionHero__l {
		right: calc(50% + 395px);
	} 
    
   .sectionHero__a2 {
		left: calc(50% + 435px);
	} 
    
     .eventDetails {
    	margin: 0 0 210px;
 	 } 
     
     
     .eventDetails__logos {
    	margin-top: 0;
 	 } 
     
    .section.sectionDetails {
		margin-top: -8%;
	} 
}

@media (min-width: 768px) {
    .sectionHero__g {
   		bottom: calc(50% + 110px);
    }
  
    .sectionHero__a {
        bottom: calc(50% + 95px);
    } 
    
   .sectionHero__l {
		top: calc(50% + 180px);
	} 
    
 	.sectionHero__a2 {
		top: calc(50% + 223px);
	}  
	
}

@media (max-width: 1259px) {
	h1.sectionHero__title {
		font-size: 1.3em;
		margin-bottom: 10px;
	}
	.sectionHero__subtitle {
		font-size: 1em;
		margin-bottom: 10px;
		line-height: 1;
	}	
	.form-section {
		padding: 100px 0 150px 0;
	}		
}

@media (max-width: 767px) {
    .sectionHero__title strong{
		display:inline;
    }
	
	h1.sectionHero__title {
		font-size: 1.3em;
		margin-bottom: 10px;
	}
	.sectionHero__subtitle {
		font-size: 1em;
		margin-bottom: 10px;
		line-height: 1;
	}	
	
   .sectionHero__l {
		top: calc(50% + 210px);
	} 
    
 	.sectionHero__a2 {
		top: calc(50% + 253px);
	}  	
}