body{
    margin: 0 auto;
    padding: 0;
    font-family: RusRail, sans-serif;
    background: #d9dada;
}

#header{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#pagewrapper{
	max-width: 1920px;
	background: #fff;
	margin: 0 auto;
	box-shadow: 0 0 0.5em #555;
}

img{
	max-width: 100%;
}
.HeaderUpperRowBlock{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    flex-basis: 100%;
    margin-top: 1.5vw;
}

.MainLogo, .DecorationBox{
    flex-basis: 25%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.MainLogo img{
    width: 100%;
}
.DecorationBox a{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.DecorationBox img{
	width: 70%;
}

.HedearRightSignsBlock{
    flex-basis: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
}

.SocialNetworksLinks{
    flex-basis: 33%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.topSocialNetworks{
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.topSocialNetworks img{
	width: 100%;
}

.HeaderOrganizatorsLogos{
    flex-basis: calc(33% - 2vw);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    border-right: 0.2em solid #ccc;
    padding: 0 1vw;
}
.OrganizatorsHeader{
    flex-basis: 100%;
    text-align: center;
    font-weight: 600;
    margin: 0;
    font-size: 1vw;
    text-transform: uppercase;
    padding: 0 10%;
    letter-spacing: 0.1vw;
}
.OrgLogoBlock{
	flex-basis: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.OrgLogoBlock img{
    height: 15vh;
    width: auto;
	padding: 0 0.3em;
}

.OrgLogoBlock .GenParterLogoImage{
	height: 10vh;
}

.HeaderOrganizatorsLogos .OrganizatorsHeader{
	padding-bottom: 1em;
}

.HeaderGeneralPartnerLogo{
    flex-basis: 33%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.HeaderMiddleButtonsBlock{
    flex-basis: 96%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}

.HeaderMiddleMenu{
    flex-basis: calc(25% - 4em);
    margin: 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.HeaderMiddleMenu img{
	width: 90%;
}

.HeaderBottomMenuButtonsBlock{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-basis: 90%;
    margin: 1em auto;
    padding-bottom: 1em;
    border-bottom: 0.2em solid #dddfde;
}

.HeaderBottomMenuButton{
    /*text-transform: uppercase; */
    color: #f22a1d;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.2vw;
    letter-spacing: 0.1vw;
}

#content h1{
    text-align: center;
    color: #2b2a28;
    text-transform: uppercase;
    letter-spacing: 0.1vw;
    font-weight: 600;
    font-size: 3em;
    margin-top: 1em;
}

.FirstContentBlock{
    background: url(/images/2025/bg1.webp) no-repeat;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    font-size: 1.2vw;
    background-size: cover;
}

.ConditionsOfParticipation{
    background: url(/images/2025/bg2.webp);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
    padding: 2em 0;
    font-size: 1.5em;
    background-size: cover;
    background-repeat: no-repeat;
	
}

.ConditionsOfParticipation h2{
	flex-basis: 100%;
	text-align: center;
    color: #2b2a28;
    text-transform: uppercase;
    letter-spacing: 0.1vw;
    font-weight: 600;
    font-size: 2em;
    margin-top: 1em;
}

.TextRightHolder{
    width: calc(50% - 4em);
    padding: 0 4em 0 0;
	
}
.StressedMessageBox{
	margin: 1em 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.StressedMessageBox a{
	    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
	text-decoration: none;
	color: black;
}

.TextIcon{
	height: 4vh;
	width: auto;
	margin-right: 1em;
}
.CapsHeader{
	text-transform: uppercase;
}

.CommentedText{
    clear: both;
    display: block;
    font-size: 0.8em;
    text-transform: initial;
}

.InformPanel{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.GalleryAndVideoBox{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	width: 90%;
	margin: 2em auto;
}

.ImageColumn1, .ImageColumn2{
    flex-basis: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
	
}

.VideoHoldingBox{
	flex-basis: calc(60% - 2em);
	padding: 0 1em;
}

.VideoPlayerBox{
    width: 100%;
    box-shadow: 0 0 0.6em #777;
}

.ImageColumn1 picture, .ImageColumn2 picture{
	width: 80%;
	padding: 0.5em 0;
}

.ImageColumn1 img, .ImageColumn2 img{
	box-shadow: 0 0 0.3em #ccc;
}

.RunwaySchemes{
	display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	align-items: center;
	
}

.RunwaySchemes .CapsHeader{
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	font-size: 3em;
}

.SchemesHolderItself{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 90%;
    justify-content: space-around;
    margin: 0 auto 4em;
    gap: 2vw 0;
}
.SchemeText .VeryBigText{
	justify-content: center;
}
.VeryBigText{
    font-size: 2em;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
/*
.SchemeAndTextBox:nth-child(2) .SchemeText{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.SchemeAndTextBox:nth-child(2) .CommentedText{
	font-size: 1.2em;
	padding-left: 1em;
}
*/


.ConditionsBlock{
	flex-basis: 33%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.SneakersIcon{
	height: 1.5em;
}

.DistanceDefiner{
	font-size: 1.8em;
	font-weight: bold;
	margin: 0.5em 0 0.3em;
}

.RunLoversAge{
	color: #f9271a;
}

.ConditionsBlock .CapsHeader{
    margin-top: 1em;
    font-weight: bold;
}
.Subline{
    display: block;
    width: 25%;
    border-bottom: 0.2em solid #b3b3b3;
    margin: 1em auto;
}

.ConditionsBlock .BoldText{
	text-align: center;
}
.WhoIsAllowedAndRegisterBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-basis: 70%;
}

.WhoIsAllowedAndRegisterBox .RegistrationButton{
	width: 30%;
}

.WhoIsAllowedInfo{
    flex-basis: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2em 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1vw;
	
}

.RegistrationButton, .SeeResultsButton{
    flex-basis: 40%;
    cursor: pointer;
}
.RegistrationButton img, .SeeResultsButton img{
	width: 100%;
	height: auto;
}

#content{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
}

.CharitableContribution{
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.CharitableContribution .CapsHeader{
    text-align: center;
    font-size: 2em;
    flex-basis: 100%;
}

.CharitableContributionText{
    flex-basis: 60%;
    font-size: 1.5em;
    text-align: center;
    line-height: 150%;
}

.CharityPaymentInfoBlock{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 3em 0;
    flex-wrap: wrap;
}

.CharityPaymentInfoBlock1{
    flex-basis: 90%;
    margin: 1em auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.CharityPaymentInfoBlock2{
    flex-basis: calc(60% - 4em);
    display: flex;
    background: #ebedec;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 2em;
    font-size: 1.4em;
    text-align: center;
}

.ChPIB1Text{
    flex-basis: 50%;
    margin: 0 20% 1.5em;
    font-size: 1.5em;
    text-align: center;
}

.CharityPaymentDistances{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    flex-basis: 30%;
}
.CharityHandIcon{
	flex-basis: 25%;
	
}

.CharityHandIcon img{
	height: 3em;
	width: auto;
}

.CharityInfoRightFromHand{
    flex-basis: 75%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.RunDistanceChartyBox{
	flex-basis: 100%;
	font-size: 1.4em;
	font-weight: bold;
}

.RunDistanceCharityPrice{
	font-size: 2em;
	color: #f9271a;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.DontRunButWillHelp img{
	height: 2em;
	margin-top: 1em;
	display: block;
}

.EventProgram{
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    background: url(/images/2025/bg3.webp) no-repeat;
    padding-bottom: 1.5vw;
}

.EventProgram .CapsHeader{
    font-size: 2vw;
    flex-basis: 100%;
    text-align: center;
}

.WhenEventText{
	font-size: 1vw;
	text-transform: uppercase;
}

.DateAndLocationBox{
    flex-basis: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    margin: 0 15%;
}

.EventProgramDate{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	
}

.EventWhereText{
	font-size: 1vw;
	text-transform: uppercase;
}

.EventProgramLocation{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
}

.EventScheduleBox{
    flex-basis: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	margin: 2em 0;
}

.EventScheduleRow{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: 100%;
    align-items: center;
    justify-content: center;
    line-height: 150%;
    font-size: 1vw;
    margin-top: 0.5vw;
}

.EventScheduleColumn1{
    flex-basis: calc(40% - 1vw);
    text-align: right;
    padding-right: 1vw;
	
}
.EventScheduleColumn2{
    flex-basis: calc(60% - 1vw);
    text-align: left;
    padding-left: 1vw;
}

.EventBoxLastWords{
    font-size: 1vw;
    flex-basis: 70%;
    text-align: center;
	margin: 2vw 0;
}

.FooterRegistrationButtonsBox{
    width: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin: 4em auto;
}
.CityCampagnItems #city_comment{
	font-size: 1.3em;
}


.OrderInfoBox{
	width: 70%;
	margin: 0 auto;
	font-size: 1.3em;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
}
#CountdownHolder{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.CountDownLabel{
	margin-right: 1em;
}

.GreenSuccess{
	background: #44ff86;
}
.note{
	text-align: center;
	color: #e42f24;
}
#StickyHeader{
	width: calc(100 - 4em);
	padding: 0 2em;
	position: sticky;
	top: 0;
	z-index: 2000;
	background: #fff;
}

.DonationForm{
	width: 70%;
	margin: 0 auto;
}

#footer{
	margin: 1vw 0;
	text-align: center;
	padding: 1vw 0;
}
.CityInputsHolder{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.cityInputRadio{
    flex-basis: 5%;
}
.CityInputsHolder .CitySelectedItem{
    flex-basis: 90% !important;
    margin: 0 !important;
}
.required.City fieldset{
    display: block;
    width: 100%;
}

#RegistrationClosed{
	width: 70%;
	margin: 2em auto;
	font-size: 4em;
	padding: 1em;
	box-shadow: 0 0 0.3vw #888;
	color: #b80000;
	text-align: center;
}
.PreResultsTextBox{
	width: 70%;
	margin: 0 auto 3em;
	font-size: 1.2em;
	text-align: center;
}

	.PreResultsTextBox a{
		color: #f22a1d;
	}

.SchemeAndTextBox{
    flex-basis: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.SchemeText{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.TitleHolder{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.DistanceDefinerBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
}
.DistanceDescription{
	width: 80%;
}
.DistDescriptionText{
	color: #b80000;
}
.DistanceDescription .DistDescriptionText{
	display: none;
}

.DistanceDescription{
	text-align: center;
}