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 {
	background: linear-gradient(to right, #b3d5f1, #B5D5EF, #F9C9DE, #f7c0d8);
	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-social {
    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 */


.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;
	}
}
.header-img-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
	max-height: 500px;
}
.top-logo {
	height: auto;
	width: 70%;
}

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

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

/* ФУТЕР */

.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) {
	.footer [class^="col-"] {
		text-align: center;
	}
	
	.footer .org img {
		margin: 0 auto;
	}
}

@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;
	}
}
