@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
body {
	font-family: "Roboto";
	color: #3f3f3f;
	margin-top: 80px;
}
.container, .header_menu, footer, .body_info .about {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.container, .body_info .about {
	-webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.container {
    max-width: 1140px;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
.header_menu {
	height: 80px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	background-color: #fff;
	position: fixed;
    width: 100%;
	top: 0;
	z-index: 99;
}
.header_logo > img {
	height: 68px;
}
.header_logo, .header_menu_items {
	display: inline-block;
}
.header_menu .header_menu_item {
    font-size: 16px;
    font-weight: bold;
    color: #2b292d;
	cursor: pointer;
}
.header_menu_item {
	margin-right: 50px;
}
.header_menu_item:last-of-type {
	margin-right: 0;
}
footer {
	height: 172px;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.soc_icons .item_block a {
    width: 31px;
    height: 31px;
    display: block;
    background: url(img/social_icons.png) -2px -2px no-repeat;
	-webkit-transition: opacity ease .5s;
	-o-transition: opacity ease .5s;
	transition: opacity ease .5s;
}
.soc_icons .item_block .fb {
    background-position: -82px -2px;
}
.soc_icons .item_block .tw {
    background-position: -2px -42px;
}
.soc_icons .item_block .inst {
    background-position: -122px -122px;
}
.soc_icons .item_block .youtube {
    background-position: -82px -122px;
}
.item_block {
	display: inline-block;
}
.footer_links_text {
	opacity: 0.67;
	font-family: Roboto;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: -0.02px;
	color: #3f3f3f;
	text-align: center;
}
.item_block {
	padding: 3px;
}
.footer_logo_trassir > img {
	height: 64px;
}
.body_form {
	background: url('img/Group 23.png');
	background-repeat: no-repeat;
	background-color: #e3f1fc;
	padding: 35px 0;
}
.body_form_form {
	width: 480px;
	border-radius: 5px;
	box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.08);
	background-color: #ffffff;
}
.body_form_form > iframe {
	border-radius: 5px;
}
.body_form_text .date {
	font-size: 33px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.03;
	letter-spacing: -0.04px;
	margin-bottom: 15px;
}
.body_form_text .invit {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.35;
	letter-spacing: -0.03px;
	margin-bottom: 5px;
}
.body_form_text .title {
	font-size: 50px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.28;
	letter-spacing: -0.06px;
	color: #094085;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.body_form_text .addres {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.7;
	letter-spacing: -0.02px;
}
.body_info_img {
	height: 123px;
}
.body_info {
	padding: 120px 0 70px;
	background: url('img/Group 4.png');
	background-repeat: no-repeat;
	background-color: #eaefec;;
}
.body_info > .container, .programm > .container{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
}
.info_about_title {
	font-size: 18px;
}
.body_info .about {
	width: 100%
}
.body_info .about .text {
	max-width: 720px;
}
.body_info .info {
	width: 100%;
	margin-top: 40px;
	display: inherit;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.body_info .info .text {
	max-width: 400px;
}
.body_info .info .text, .body_info .info .items {
	display: inline-block;
}
.about_event_title {
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.61;
	letter-spacing: -0.05px;
	color: #094085;
}
.about_event_text {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: -0.02px;
	color: #3f3f3f;
}
.about_button {
	margin-top: 30px;
}
.button_green {
	width: 265px;
	height: 50px;
	border-radius: 4px;
	background-image: linear-gradient(260deg, #9ec65e, #518147);
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: -0.02px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	cursor: pointer;
}
.programm {
	padding: 100px 0 140px;
}
.programm .title{
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: -0.05px;
	text-align: center;
	color: #094085;
	margin-bottom: 65px;
}
.nav_link {
	position: relative;
	top: -103px;
}
.body_info .info .items {
	max-width: 720px;
} 
.programm_body {
	width: 100%;
}
.programm .button_green {
	margin-top: 35px;
}
@media screen and (max-width: 1000px) {
	.body_form > .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	.body_form_text {
		margin-bottom: 40px;
	}
	.container {
		width: calc(100% - 20px);
		padding: 0 10px;
	}
	.about {
	    -webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
	}
	.body_info .about .text {
		max-width: none;
	}
	.body_info {
		padding-top: 40px;
		background-color: #f5f8f6;
	}
	.body_info .info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
	}
	.body_info .info .text, .body_info .info .items {
		max-width: none;
	}
	.body_info .info .text .about_event_title {
		text-align: center;
	}
	.body_info .info .text .about_button .button_green {
		margin: 0 auto 25px;
	}
	.programm {
		padding-bottom: 40px;
	}
	.body_form_form {
		width: 600px;
	}
}
@media screen and (max-width: 1115px) {
	.event_themes_body .event_theme {
		display: block;
		max-width: fit-content;
		margin: 0 0 10px 0;
	}
	.event_themes_body .event_theme:nth-of-type(odd) {
		margin: 0 0 10px 0;
	}
}
/****** Карта *********/
ymaps .ymaps-image-with-content {
	background-image: url('img/ic-place-24-px.png')!important;
	left: -19px!important;
    top: -64px!important;
    width: 45px!important;
    height: 65px!important;
    background-position: 0px 0px!important;
    background-size: 45px 65px!important;
}
ymaps .ymaps-b-balloon{
	background-color: #ffffff!important;
	font-family: Roboto!important;
	font-size: 21px!important;
	font-weight: normal!important;
	font-style: normal!important;
	font-stretch: normal!important;
	line-height: 1.43!important;
	letter-spacing: -0.03px!important;
	color: #2b292d!important;
	border-radius: 4px!important;
}
ymaps .ymaps-b-balloon__content-holster {
	padding: 25px 32px 40px 32px!important;
}
ymaps .ymaps-b-balloon__content {
	border: none!important;
	border-radius: 4px!important;
	box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.14)!important;
}
ymaps .ymaps-b-balloon__tr, ymaps .ymaps-b-balloon__tl, ymaps .ymaps-b-balloon__bl, ymaps .ymaps-b-balloon__bl-holster, ymaps .ymaps-b-balloon__tail, ymaps .ymaps-b-balloon__br, ymaps .ymaps-shadows-pane {
	display: none!important;
}