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

@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, 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 {
	/*position: fixed !important;
	top: 147px;
	z-index: 10;
	background: white;*/
	padding: 15px 15px;
}

.menu-desktop > div {
	text-align: center;
	padding: 0;
}

.menu-item {
	display: inline-block;
	color: #006b3b;
	font-family: Myriad, 'Arial Narrow', sans-serif;
	font-size: 15px;
	padding: 5px 15px;
	margin-top: 10px;
	position: relative;
}

.menu-item:hover {
	font-weight: bold;
	padding: 0 15px;
}

.menu-item:before {
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	left: 47%;
	width: 0;
	height: 0;
	background: url('img/list.png') no-repeat;
	background-size: 100%;
	-webkit-transition: .4s;
	transition: .4s;
}

.menu-item:hover:before {
	left: 38%;
	top: -20px;
	width: 26px;
	height: 21px;
}

.sub-menu {
	position: absolute;
	width: 210px;
	top: 70px;
	right: -320px;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: rgba(255,255,255,.9);
	z-index: 1;
}

.sub-menu ul {
	margin: 0;
	padding: 0;
}

.sub-menu li {
	list-style: none;
	border-bottom: 1px solid #006b3b;
	padding: 5px 0 5px 15px;
}

.sub-menu a {
	color: #006b3b;
	font-size: 18px;
	text-decoration: none;
}

.sub-menu li:active,
.sub-menu li:focus {
	background-color: #006b3b;
	color: white;
}

.sub-menu-visible {
	right: 0;
}

.mobile .date {
	color: #006b3b;
	font-family: MyriadSem, sans-serif;
	font-size: 22px;
	line-height: 24px;
}

.mobile .burger {
	float: right;
	cursor: pointer;
}

.mobile .burger > div {
	width: 40px;
	background-color: #006b3b;
	border: 3px solid #006b3b;
	margin: 6px 0;
	-webkit-transition: .5s;
	transition: .5s;
}

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

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

.mobile .burger.cross > div:nth-child(2) {
	opacity: 0
}
@media screen and (max-width: 767px) {
	.menu div [class^="col-"] {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}
@media screen and (max-width: 1199px) {
	.menu {
		width: 100%;
	}
	.menu-item {
		padding: 0 5px;
	}
}

@media screen and (max-width: 1100px) {
	#poset {
		display: none;
	}
}

/* TOP CONTACTS */

.top-contacts {
	padding: 15px 0 5px;
	font-size: 15px;
	/*margin-top: 60px;*/
}
.top-contacts div [class^="col-"] {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.top-contacts p {
	text-align: center;
}
.top-contacts p a {
	color: #006b3b;
}
.top-contacts .cont-soc img {
	padding: 0 5px;
}
/*
	.top-contacts .cont-mail,
	.top-contacts .cont-tel {
	padding-top: 8px;
	}
*/
@media screen and (min-width: 991px) {
	.top-contacts br {
		display: none;
	}
}
@media screen and (max-width: 1199px) {
	width: 100%;
}

/* ШАПКА NEW */

.hat-new {
	background: url('img/shapka-fon.jpg') no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	color: #006b3b;
	padding: 150px 0 130px;
	box-sizing: border-box;
}
/*
@media screen and (max-width: 767px) {
	.hat-new {
		margin-top: 60px;
	}
}*/
/*.hat-new .container {
	position: relative;
}*/
.sobytie {
	width: 200px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto
}
@media (max-width: 767px) {
	.sobytie {
		top: -5%;
		bottom: auto;
		z-index: 10;
		width: 120px;
	}
}
.hat-new .top-title {
	text-align: center;
	font-size: 100px;
	line-height: 90px;
	font-weight: bold;
	padding-bottom: 20px;
}
.hat-new .top-title span {
	letter-spacing: 3px;
	position: relative;
}
.hat-new .top-title span:after {
	content: 'XV выставка-продажа';
	font-size: 18px;
	position: absolute;
	right: 5px;
	top: -20px;
	letter-spacing: 5px;
}
.hat-new .top-date-wrap {
	width: 200px;
	text-align: center;
}
.hat-new .top-date.skk .top-date-wrap {
	float: right;
}
.hat-new .top-date {
	font-size: 40px;
	line-height: 45px;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
}
.hat-new .top-date.skk {
	padding-right: 50px;
}
.hat-new .top-date.lenexpo {
	padding-left: 50px;
}
.hat-new .top-date span {
	font-size: 60px;
}
.hat-new .top-date b {
	font-size: 26px;
	color: #F1B707;
}
.hat-new .row.bottom {
	padding-top: 35px;
}
.hat-new .top-stand,
.hat-new .top-gid,
.hat-new .top-soc {
	text-align: center;
}
.hat-new .top-soc {
	padding: 10px 0;
}
.hat-new .top-soc img {
	margin: 0 10px;
}
.hat-new .top-img {
	padding: 0 70px;
}

.place-2021 {
	color: red;
	font-weight: bold;
	line-height: 28px;
	font-size: 26px;
	padding-top: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.hat-new .top-img {
		padding: 0 40px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.hat-new .top-img {
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.hat-new .top-date-wrap {
		margin: 0 auto;
	}
	.hat-new .top-date.lenexpo {
		padding-left: 20px;
	}
	.hat-new .top-title {
		font-size: 60px;
		line-height: 50px;
	}
	.hat-new .top-title span {
		letter-spacing: 1.5px;
	}
	.hat-new .top-title span:after {
		font-size: 12px;
		right: 1px;
		top: -12px;
		letter-spacing: 5px;
	}
	.hat-new .top-stand .but-ton,
	.hat-new .top-gid .but-ton {
		display: block;
		margin: 10px auto;
	}
}
@media screen and (max-width: 575px) {
	.hat-new {
		padding: 20px 0 20px;
	}
	.hat-new .top-title {
		display: none;
	}
}


/* ШАПКА */

.hat {
	background: url('img/shapka-fon.jpg') no-repeat;
	background-size: 100%;
	color: #006b3b;
	padding-top: 165px;
	box-sizing: border-box;
	height: 785px;
}

.hat .hat-desktop {
	position: relative;
}

.logo-foto {
	position: absolute;
	bottom: -40px;
	left: 130px;
	width: 300px;
}

.hat-text, .hat-date {
	padding: 0;
}

.hat-date {
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	padding: 0;
}

.hat-date .right {
	text-align: right;
}

.hat-date span {
	font-size: 60px;
}

.hat-date b {
	font-size: 26px;
	color: #F1B707;
}

.hat-text {
	text-align: right;
}

.hat-text p.slogan {
	font-family: Pattaya;
	font-size: 30px;
	margin: 0;
	text-align: center;
}

.hat-text p.title {
	font-size: 115px;
	font-weight: bold;
	line-height: 80px;
	margin: 0;
}

.hat-text p.title span.pet {
	font-size: 62px;
}

.hat-text p.title span.ned {
	letter-spacing: 9px;
	margin-right: -9px;
}

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

.but-ton-wrap .date,
.but-ton-wrap .mob-place {
	display: none;
}

.but-ton-wrap .mob-place {
	display: block;
	margin: 0 auto;
	color: #F1B707;
	font-size: 26px;
}

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

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

.ticket {
	background-color: #006b3b;
	margin-left: 10px;
}
.ticket.gid {
	background-color: red;
}
.ticket:before {
	background-color: #f1b707;
}

.stand {
	background-color: #f1b707;
}

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

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

.stand span {
	top: 5px;
}

.ticket span {
	top: 5px;
}

.soc {
	padding: 73px 0 0 30px;
}

.soc .vk,
.soc .fb {
	margin-right: 10px;
}

.mob-slogan {
	font-family: Pattaya;
	font-size: 30px;
	text-align: center;
	padding: 30px 0;
}

.mob-soc {
	text-align: center;
	word-spacing: 15px;
}

@media screen and (max-width: 1700px) {
	.hat {
		background-size: cover;
		background-position: 50% 50%;
	}
}

@media screen and (max-width: 1199px) {
	.hat {
		height: 700px;
		padding-top: 140px;
	}
	.hat-date {
		font-size: 36px;
		line-height: 38px;
		padding: 0 0 0 15px;
	}
	.hat-date span {
		font-size: 50px;
	}
	/*.hat-text p.slogan {
		font-size: 18px;
	}*/
	.hat-text p.title {
		font-size: 100px;
	}
	.hat-text p.title span.pet {
		font-size: 52px;
	}
	.but-ton-wrap {
		width: 200px;
		float: right;
	}
	.ticket {
		margin-left: 0;
		margin-top: 10px;
	}
	.logo-foto {
		left: 120px;
		top: 160px;
	}
	.soc {
		padding: 73px 0 0 10px;
	}
	.soc .vk,
	.soc .fb {
		margin-right: 5px;
	}
}

@media screen and (max-width: 991px) {
	.hat {
		height: auto;
		padding: 120px 0 50px;
	}
	.but-ton-wrap {
		float: none;
		margin: 10px auto;
	}
	.but-ton-wrap .mob-place {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.hat {
		padding: 50px 0;
	}
}

@media screen and (max-width: 600px) {
	.hat {
		padding: 35px 0;
	}
	.mob-slogan {
		padding: 30px 0 10px;
	}
	.mob-skk {
		width: 80px;
	}
}

@media screen and (max-width: 500px) {
	.mobile .date {
		display: none;
	}
	/*.mobile .logo {
		width: 90%;
	}*/
	.picture {
		display: none;
	}
	.mob-but {
		width: 100%;
	}
	.but-ton-wrap {
		width: 100%;
		text-align: center;
	}
	.but-ton-wrap .date {
		display: block;
		font-size: 30px;
		font-weight: bold;
		margin-top: 15px;
	}
	.but-ton-wrap .mob-place {
		display: block;
	}
	.mob-slogan {
		font-size: 28px;
	}
}

/* ФУТЕР */

.footer {
	background-color: #107c4a;
	color: white;
	padding: 15px 15px;
	font-size: 15px;
}
.footer div [class^="col-"] {
	padding: 15px 0;
	text-align: center;
}
.footer .cont-soc img {
	padding: 0 5px;
}
.footer a {
	color: white;
}
.footer .cont {
	padding: 0 0 15px;
}
@media screen and (max-width: 767px) {
	.footer .cont br {
		display: none;
	}
}
@media screen and (min-width: 992px) {
	.footer .cont br {
		display: none;
	}
}

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