html,
body {
	height: 100%;
}

/* реновация */
#takepart1 {
	position: relative;
	display: block;
	width: 195px;
}
#takepart1:before {
	content: '+7 (921) 884-90-01';
	color: black;
	font-size: 20px;
	width: 100%;
	text-align:center;
	position: absolute;
	left: 0;
	top: -40px;
}
@media (max-width: 991px) {
	#takepart1 {
		margin: 0 auto;
	}
}



@font-face{font-family:Myriad;src:url('fonts/MyriadPro-Regular.otf');}
@font-face{font-family:MyriadSem;src:url('fonts/MyriadPro-Semibold.otf');}
@font-face{font-family:MyriadBold;src:url('fonts/MyriadPro-Bold.otf');}
@font-face{font-family:Pattaya;src:url('fonts/Pattaya-Regular.ttf');}

body{font-family:Myriad,'Arial Narrow',sans-serif;}

#content-wrap {
	position: relative;
	overflow: hidden;
}

div.row {
	margin: 0 !important;
}

a {
	outline: none !important;
}

span.fonts {
	font-family: Myriad, 'Arial Narrow', sans-serif;
}


/* ШАПКА + МЕНЮ */

.menu-block {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}
.menu-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5784b9;
    z-index: 2;
}
.menu-block p{
	margin: 0;
}

.menu-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.menu-trash {
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 3;
}

.menu {
    z-index: 3;
}

.menu ul {
    display: flex;
	margin: 0;
}

.menu ul li {
    list-style: none;
    margin-left: 20px;
}

.menu ul li a,
.menu-wrap a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: clamp(18px, 1.55vw, 20px) !important;
}

.glyphicon-theme-line{
	position: relative;
    opacity: 0;
}

.theme-line-title:hover{
	opacity: 1;
}

.theme-line-title-text{
	color: white;
	cursor: pointer;
}

.theme-line-title-text:hover{
	color:white;
	text-decoration: none;
}

.burger.cross > div:first-child {
	-webkit-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	-o-transform: translateY(10px) rotate(45deg);
	-moz-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}

.burger.cross > div:last-child {
	-webkit-transform: translateY(-6px) rotate(135deg);
	-ms-transform: translateY(-6px) rotate(135deg);
	-o-transform: translateY(-6px) rotate(135deg);
	-moz-transform: translateY(-6px) rotate(135deg);
	transform: translateY(-6px) rotate(135deg);
}

.burger.cross > div:nth-child(2) {
	opacity: 0
}


/* ТОП БЛОК NEW */

/* .top-block-new {
	background-image: url('img/fon.jpg');
	background-size: cover;
	background-position: 50% 50%;
	color: #007233;
} */

.top-block-new .container {
	position: relative;
}
.sobytie {
	width: 200px;
	position: absolute;
	z-index: 10;
	left: -3%;
	top: 0;
	opacity: .9;
}
@media (max-width: 767px) {
	.sobytie {
		left: 0;
		right: 0;
		margin: auto;
	}
}

/*.top-block-new .flower {
	position: absolute;
	width: 420px;
	left: 350px;
	top: 160px;
	margin: auto;
}*/

.top-block-new .top-logo {
	margin: 0 auto;
	margin-top: 50px;
}

.top-block-new .top-title {
	text-align: center;
	font-size: 20px;
	font-family: MyriadBold, 'Arial Narrow', sans-serif;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin: 0;
}

.top-block-new .dates {
	font-family: MyriadBold, 'Arial Narrow', sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
	text-shadow: 3px 3px 3px white, -3px -3px 3px white, 3px -3px 3px white, -3px 3px 3px white;
}

.top-block-new .date {
	font-size: 70px;
	line-height: 70px;
	margin: 0;
}

.top-block-new .month {
	font-size: 27px;
	line-height: 27px;
}

.top-block-new .month span {
	color: #cc382e;
}

.top-block-new .place-skk {
	font-size: 34px;
	line-height: 30px;
	padding-top: 10px;
}

/*.top-block-new .place-skk span {
	font-size: 46px;
	line-height: 46px;
}*/

.top-block-new .place-lenexpo {
	font-size: 34px;
	line-height: 30px;
	padding-top: 10px;
}
.top-block-new .place-lenexpo span {
	color: #cc382e;
	font-size: 20px;
}

.top-block-new .top-buttons {
	padding-top: 80px;
}

.top-block-new .wrap-stand,
.top-block-new .wrap-ticket {
	padding: 15px 0;
}

.top-block-new .but-ton {
	display: block;
	margin: 0 auto;
}

/*@media screen and (max-width: 1199px) {
	.top-block-new .flower {
		left: 300px;
	}
}*/

@media screen and (max-width: 991px) {
	.top-block-new .dates > div {
		padding: 15px;
	}
	.top-block-new .top-buttons {
		padding-top: 0
	}
}


/* ТОП БЛОК */

.container-fluid.top-block {
	background-image: url('img/fon-hat2.jpg');
	background-size: cover;
	background-position: 50% 50%;
	padding: 70px 0;
}

.top-block .container {
	position: relative;
}

/*.flower {
	position: absolute;
	left: -30px;
}*/

.top-block .date,
.top-block .month,
.top-block .place {
	text-align: center;
	color: #007233;
	font-family: MyriadBold, 'Arial Narrow', sans-serif;
	font-weight: bold;
}
.top-block .date {
	font-size: 46px;
	line-height: 45px;
}
.top-block .month {
	font-size: 19px;
	line-height: 0;
}
.top-block .place {
	font-size: 32px;
}
.top-block .month span {
	color: #efb900;
}

.but-ton {
	display: inline-block;
	width: 190px;
	height: 60px;
	position: relative;
	overflow: hidden;
	color: white;
	padding: 10px;
	margin: 10px 5px;
	text-align: center;
	font-size: 17px;
	box-shadow: -1px -1px 3px black;
	outline: none;
	background-color: #007233;
	cursor: pointer;
}

.but-ton:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
	-webkit-transition: .5s;
    transition: .5s;
	background-color: #efb900;
}

.but-ton:hover:before {
	left: 0;
}

.but-ton span {
	position: absolute;
	display: inline-block;
	width: 100%;
	left: 0;
}

.stand {
	background-color: #f1b707;
}

.stand:before {
	background-color: #006b3b;
}


.but-ton.stand span {
	top: 17px;
}

.but-ton.ticket span {
	top: 5px;
}

.button-wrap {
	margin-top: 50px;
	width: 190px;
}

.skk {
	margin: 30px auto 0;
}

.mob-soc {
	text-align: center;
}

.mob-soc img {
	margin: 0 5px;
}

/*@media screen and (max-width: 1199px) {
	.flower {
		top: 30px;
		width: 450px;
	}
}*/

@media screen and (max-width: 991px) {
	.button-wrap {
		margin: 35px auto 0;
	}
}

@media screen and (max-width: 767px) {
	.container-fluid.top-block {
		padding: 40px 0;
	}
	.skk {
		margin-top: 50px;
	}
}

@media screen and (max-width: 500px) {
	.button-wrap {
		text-align: center;
	}
}

/* КОНТАКТЫ */
/*
#contacts {
	background-image: url('img/fon-contacts.jpg');
	background-size: cover;
	background-position: 50% 50%;
	color: white;
	padding: 100px 0 150px;
	box-shadow: inset 0 2px 5px black;
}

#contacts .plashka {
	background-color: rgba(0, 114, 51, .8);
	border-radius: 10px;
	padding: 0 !important;
}

#contacts h2 {
    text-align: center;
    color: white;
    font-family: Pattaya;
	margin-bottom: 30px;
}

#contacts h3 {
	text-align: center;
}

#contacts .row:last-child {
	padding-top: 15px;
	position: relative;
	/*background-color: rgba(0, 114, 51, .8);*//*
	border-radius: 0 0 10px 10px;
}

#contacts .row:last-child .up {
	position: absolute;
	right: 30px;
	bottom: 35%;
	cursor: pointer;
	box-shadow: 2px 2px 3px black;
	border-radius: 2px;
}

#contacts .col-sm-4 {
	text-align: center;
	/*padding: 100px 0;*//*
}

#contacts p {
	max-width: 400px;
	margin: 25px auto;
	text-shadow: -2px -1px 3px black;
	font-size: 16px;
}

#contacts p a {
	color: white;
}

#contacts .but-ton {
	background-color: #efb900;
}

#contacts .but-ton:before {
	background-color: #007233;
}

#contacts .but-ton span {
	top: 5px;
}

#skk-map,
#lenexpo-map {
    height:300px;
    width:auto;
}
	
@media screen and (max-width: 767px) {
	#contacts {
		padding: 70px 0;
	}
	/*#contacts .col-sm-4 {
		padding: 0 0 50px 0;
	}*//*
	#contacts h3 {
		margin-top: 30px;
	}
	#contacts p {
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	#contacts .row:last-child .up {
		position: static;
		display: block;
		margin: 0 auto;
	}
}*/


/* ФУТЕР */

.footer {
	padding: 30px 0;
	background-color: #afdab5;
}

.footer [class^="col-"] {
	padding: 10px;
}

.footer .soc {
	text-align: center;
}

.footer .soc img {
	margin: 7px;
}

.footer .soc img {
	margin: 7px;
}

.search-form {
	text-align: center;
}
#submit {
	display: none;
}
.search-text {
	vertical-align: top;
	width: 190px;
	height: 50px;
	background: #F9DA7D url('img/seach.png') no-repeat 5% 50%;
	font-size: 20px;
	padding-left: 10px;
}
.search-text:focus,
.search-text:valid {
   background: #F9DA7D;
}
.search-btn {
	height: 50px !important;
	cursor: pointer;
	margin-top: 0;
}
.search-btn span {
	top: 12px;
}

@media screen and (max-width: 991px) {
	/* МЕНЮ - ШАПКА */
	    body.lock {
        overflow: hidden;
    }

    .burger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        z-index: 3;
    }
    .burger span {
        position: absolute;
        top: 9px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        transition: all 0.3s ease 0s;
    }
    .burger::before,
    .burger::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        transition: all 0.3s ease 0s;
    }
    .burger::before {
        top: 0;
    }
    .burger::after {
        bottom: 0;
    }
    .burger.active span {
        transform: scale(0);
    }
    .burger.active::before {
        transform: rotate(45deg);
        top: 9px;
    }
    .burger.active::after {
        transform: rotate(-45deg);
        bottom: 9px;
    }

    .menu {
        padding: 70px 10px 20px 10px;
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #6a97ca;
        transition: all 0.3s ease 0s;
        z-index: 1;
    }
    .menu.active {
        top: 0;
    }

    .menu ul {
        display: block;
    }
    .menu ul li {
        margin: 0 0 20px 0;
    }

	/* МЕНЮ - ШАПКА - КОНЕЦ */

	.search-btn {
		width: 190px !important;
	}
}

@media screen and (max-width: 767px) {
	div [class^="col-"] {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

@media screen and (max-width: 425px) {
	.theme-line-title-text{
		font-size: 22px;
	}
	.theme-line-title{
		margin: 5px auto;
	}
	.news-line-title{
		margin: 10px auto;
	}
	.theme-line-wrap,
	.news-line-wrap{
		height: 55px;
	}
}
