@charset "UTF-8";
@import url(http://weloveiconfonts.com/api/?family=entypo);
* {
	margin: 0px;
	padding: 0px;
}

html * {
	max-height: 1000000px;
}

html {
	-webkit-text-size-adjust: 100%;
	height: 100%;
}

body {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

.cf:before,
.cf:after {
	content: ' ';
	display: table;
}

.cf:after {
	clear: both;
}

/**
 * For IE 6/7 only
 */
.cf {
	*zoom: 1;
}

.centered_w {
	display: table;
	height: 100%;
	width: 100%;
}

.centered_c {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.bg1 {
	background: #e65636;
}

.bg2 {
	background: #e6c533;
}

.bg3 {
	background: #37b8e6;
}

.bg4 {
	background: #b8e653;
}

.bg5 {
	background: #e6bc1f;
}

.bg6 {
	background: #cb61e6;
}

[class*='entypo-']:before {
	font-family: 'entypo', sans-serif;
}

@font-face {
	font-family: 'rouble';
	src: url('../files/fonts/rouble-webfont.eot');
	src: url('../files/fonts/rouble-webfont.eot?#iefix')
			format('embedded-opentype'),
		url('../files/fonts/rouble-webfont.woff') format('woff'),
		url('../files/fonts/rouble-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.icon-rouble {
	font-family: 'rouble';
}

.right {
	float: right;
}

.container {
	margin: 0 auto;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}

.cols_page {
	max-width: 1280px;
	margin: 0 auto;
}

.col_content {
	float: left;
	width: 75.782%;
}

.col_small {
	position: relative;
	width: 24.218%;
	float: left;
}

.negative_block {
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}

.negative_block_form {
	margin-left: -10px;
	margin-right: -10px;
}

.block {
	padding-left: 15px;
	padding-right: 15px;
}

.col_item {
	float: left;
	padding: 0px 15px;
}

.cols_2_list {
	margin: 40px 0px 30px;
}
.cols_2_list .negative_block {
	margin-bottom: -40px;
}
.cols_2_list .col_item {
	width: 50%;
}

.cols_3_list {
	margin: 40px 0px 30px;
}
.cols_3_list .col_item {
	width: 33.33333%;
}

.cols_3_9 .col {
	float: left;
	width: 33.33333%;
}
.cols_3_9 .col + .col {
	width: 66.66666667%;
}

.cols_3_list_inner {
	font-size: 0px;
}
.cols_3_list_inner .col {
	display: inline-block;
	vertical-align: middle;
	vertical-align: top;
	width: 33.33333%;
}
.cols_3_list_inner .col.col > * {
	font-size: 15px;
}

.cols_4_list {
	font-size: 0px;
}
.cols_4_list .col {
	display: inline-block;
	vertical-align: middle;
	vertical-align: top;
	width: 25%;
}
.cols_4_list .col.col > * {
	font-size: 15px;
}

.cols_50_2 .col {
	float: left;
	width: 50%;
}
.cols_50_2 .img_wrap img {
	display: block;
	max-width: 100%;
}

@media (max-width: 639px) {
	.container {
		padding: 0px 15px;
	}

	.cols_4_list,
	.cols_3_list_inner {
		margin-bottom: -30px;
	}
	.cols_4_list .col,
	.cols_3_list_inner .col {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}

	.cols_3_list {
		margin-bottom: -30px;
	}
	.cols_3_list .col_item,
	.newstyle .col_item {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}

	.cols_2_list .col_item {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}

	.cols_3_9 .col {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.cols_3_9 .col + .col {
		display: block;
		width: 100%;
		margin-bottom: 30px;
		margin-bottom: 0px;
	}
}
@media (min-width: 320px) and (max-width: 480px) {
	.price_container .price_block,
	.price_container .btn {
		float: none;
		width: 100%;
	}
	.price_container .price_block {
		margin-bottom: 20px;
	}
}
@media (min-width: 640px) and (max-width: 1023px) {
	.cols_4_list .col {
		width: 50%;
		margin-bottom: 30px;
	}

	.cols_3_list_inner {
		margin-bottom: -30px;
	}
	.cols_3_list_inner .col {
		width: 50%;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.cols_3_list .col_item,
	.newstyle .col_item {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}

	.col_item .img_wrap img {
		width: 100%;
	}

	.cols_50_2 .col {
		width: 100%;
		float: none;
	}
	.cols_50_2 .col + .col {
		margin-top: 20px;
	}
}
@media (max-width: 1120px) {
	.col_content {
		float: none;
		width: 100%;
	}

	.col_small {
		display: none;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}
.top_site_info {
	background-color: #2a2b2f;
	height: 40px;
	line-height: 40px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
}

header {
	position: relative;
	background-color: #ffffff;
	height: 95px;
}
header .header_centering {
	height: 100%;
}
header .logo_wrap {
	display: inline-block;
	vertical-align: middle;
}
header .logo_wrap .logo {
	display: block;
	width: 280px;
	height: 50px;
	overflow: hidden;
	text-indent: -999px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('../img/logo.png');
}
header .container {
	height: 100%;
}
header .header_cols {
	font-size: 0px;
	width: 100%;
}
header .header_col {
	width: 50%;
	font-size: 15px;
}
header .header_col + .header_col {
	text-align: right;
	font-size: 0px;
}
header .small_menu {
	display: inline-block;
	vertical-align: middle;
	display: none;
	margin-left: 7%;
}
header .small_menu ul li {
	float: left;
	list-style: none;
	color: #828282;
}
header .small_menu ul li + li {
	margin-left: 25px;
}
header .small_menu ul li a {
	text-decoration: none;
	color: #828282;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
header .small_menu ul li a:hover {
	color: #ed1c24;
}
header .shared_col {
	display: none;
	font-size: 22px;
}
header .shared_col ul li {
	float: left;
	list-style: none;
	color: #828282;
}
header .shared_col ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
header .shared_col ul li + li {
	margin-left: 10px;
}
header .search_header {
	display: none;
	width: 34.1%;
	margin: 0px 6%;
}
header .search_header .input_field {
	text-align: left;
	position: relative;
	height: 36px;
	border: 1px solid #dbdbdb;
	width: 100%;
}
header .search_header .input_field input {
	display: block;
	background: none;
	border: none;
	height: 100%;
	text-transform: uppercase;
	font-size: 13px;
	padding: 0px 15px;
	line-height: 36px;
}
header .search_header .input_field input:focus {
	outline: none;
}
header .search_header .input_field .btn_submit_ico {
	position: absolute;
	left: auto;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: transparent;
	border: none;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: inherite;
	background-image: url('../img/icon_search_btn.png');
}

.authorize_block .authorize_none {
	display: none;
}

.authorize {
	position: relative;
}
.authorize:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	width: 30px;
	height: 30px;
	background-image: url('../img/user_auth_icon.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.authorize .login_user {
	padding-left: 40px;
	text-align: left;
}
.authorize .login_user .name {
	display: block;
	font-size: 15px;
	color: #828282;
}
.authorize .login_user .log_out {
	color: #ed1c24;
	font-size: 13px;
	text-decoration: none;
}
.authorize .login_user .log_out:hover {
	text-decoration: underline;
}

.authorize_none a {
	position: relative;
	color: #828282;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}
.authorize_none a + a {
	margin-left: 20px;
}
.authorize_none a + a:before {
	position: absolute;
	left: 0px;
	top: 0px;
	left: -10px;
	top: 2px;
	content: '';
	width: 0px;
	height: 13px;
	border-left: 1px solid #dbdbdb;
}

@media (max-width: 767px) {
	header .logo_wrap {
		width: 100%;
	}
	header .logo_wrap .logo {
		width: 100%;
	}

	.authorize {
		cursor: pointer;
		width: 25px;
		height: 22px;
	}
	.authorize:before {
		width: 100%;
		height: 100%;
		background-image: url('../img/user_authoriz.svg');
	}
	.authorize .login_user {
		display: none;
	}

	.top_site_info {
		height: auto;
		font-size: 10px;
		line-height: 14px;
		letter-spacing: 0.05em;
		padding: 10px 0px;
	}
}
@media (min-width: 320px) and (max-width: 767px) {
	.small_menu {
		display: inline-block;
	}
}
@media (min-width: 1024px) {
	header .search_header,
	header .shared_col {
		display: inline-block;
	}
}
.naviagtion_top {
	position: relative;
	background-color: #ed1c24;
}

.header_col .slide_menu_btn {
	display: none;
	cursor: pointer;
}

.top_menu_container {
	position: relative;
}

.menu_style li {
	position: relative;
	list-style: none;
	color: #dedede;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
}
.menu_style li a {
	display: block;
	color: #ffffff;
	position: relative;
	line-height: 16px;
	text-decoration: none;
}
.menu_style li a:hover {
	background-color: #c71e25;
}

.btn_more {
	display: block;
	position: absolute;
	right: -9px;
	top: 50%;
	margin-top: 0px;
	width: 35px;
	height: 14px;
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	z-index: 2;
}

.btn_more:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: '\e78d';
	font: 26px/10px 'entypo', sans-serif;
	color: #ffffff;
}

.top_menu {
	position: relative;
	z-index: 2;
}
.top_menu li {
	float: left;
	text-transform: uppercase;
}
.top_menu li a {
	padding: 14px 25px;
}
.top_menu li:first-child a {
	position: relative;
	background: url('../img/home_ico.svg') no-repeat center;
	padding-top: 46px;
}
.top_menu .submenu {
	display: block;
	background: none;
	padding: 55px 25px 40px 25px;
	border-bottom: 5px solid #ed1c24;
}
.top_menu .submenu li {
	font-size: 15px;
	line-height: 18px;
	float: none;
	margin: 0px;
	text-transform: none;
	font-weight: normal;
}
.top_menu .submenu li a {
	display: inline;
	line-height: normal;
	color: #3c4658;
	padding: 0px;
	background: none;
}
.top_menu .submenu li a:hover {
	color: #ed1c24;
}
.top_menu .submenu li + li {
	margin: 25px 0px 0px 0px;
}

.top_menu.menu_open {
	left: -20px;
}

.more_top_menu.menu_open {
	right: 0px;
	z-index: 3;
}

.menu_open {
	width: 270px;
	position: absolute;
	top: 50px;
	visibility: hidden;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-moz-transform: translate(0px, -5px);
	-o-transform: translate(0px, -5px);
	-ms-transform: translate(0px, -5px);
	-webkit-transform: translate(0px, -5px);
	transform: translate(0px, -5px);
	background: none;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(37, 69, 56, 0.35);
	-moz-box-shadow: 0px 5px 10px 0px rgba(37, 69, 56, 0.35);
	box-shadow: 0px 5px 10px 0px rgba(37, 69, 56, 0.35);
	z-index: 2;
}
.menu_open:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: ' ';
	width: 20px;
	height: 20px;
	left: 40px;
	top: 3px;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #ffffff;
}
.menu_open:after {
	position: absolute;
	left: 0px;
	top: 0px;
	content: ' ';
	width: 100%;
	height: 96%;
	top: 10px;
	background-color: #ffffff;
}
.menu_open li {
	position: relative;
	z-index: 1;
}

.menu_open.hov {
	position: absolute;
	visibility: visible;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.more_top_menu {
	display: block;
	background: none;
	padding: 55px 25px 40px 25px;
	border-bottom: 5px solid #ed1c24;
}
.more_top_menu li {
	padding-right: 0px !important;
	line-height: 25px;
}
.more_top_menu li a {
	display: inline;
	line-height: normal;
	color: #3c4658;
	padding: 0px;
	background: none;
}
.more_top_menu li a:hover {
	background: none;
	color: #ed1c24;
}
.more_top_menu li + li {
	padding-top: 0px;
}
.more_top_menu.menu_open:before {
	right: 5px;
	left: auto;
}

.breadcrumbs {
	margin-right: 100px;
}
.breadcrumbs ul .bread_item {
	list-style: none;
	position: relative;
	float: left;
	font-size: 12px;
	line-height: 18px;
	color: #a2a2a2;
	padding-right: 15px;
}
.breadcrumbs ul .bread_item:before {
	position: absolute;
	left: auto;
	top: 1px;
	right: 5px;
	bottom: 3px;
	content: '/';
	font-size: 11px;
}
.breadcrumbs ul .bread_item .bread_item_link {
	text-decoration: none;
	color: #a2a2a2;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.breadcrumbs ul .bread_item:hover .bread_item_link {
	color: #3c4658;
}
.breadcrumbs ul .bread_item:last-child:before {
	display: none;
}

.menu_page {
	margin: 30px 0px;
}
.menu_page ul li {
	list-style: none;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 4px;
}
.menu_page ul li a {
	display: block;
	padding: 4px 10px;
	background-color: #f2f2f2;
	color: #888888;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.menu_page ul li a:hover {
	background-color: #828282;
	color: #ffffff;
}

.slide_menu_btn {
	width: 25px;
	height: 20px;
	margin-left: 35px;
}

.open_menu {
	position: relative;
	cursor: pointer;
	border: none;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	z-index: 3;
}
.open_menu:focus {
	outline: none;
}
.open_menu span {
	display: block;
	width: 27px;
	height: 4px;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	position: absolute;
	left: 0px;
	top: 8px;
	right: auto;
	bottom: auto;
	background-color: #484344;
}
.open_menu span:before,
.open_menu span:after {
	position: absolute;
	left: 0px;
	content: ' ';
	width: 100%;
	height: 4px;
	background-color: #484344;
	-webkit-transition-duration: 0.2s, 0s;
	transition-duration: 0.2s, 0s;
	-webkit-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
	-webkit-transition-property: top, bottom, -webkit-transform;
	transition-property: top, bottom, transform;
}
.open_menu span:before {
	top: -8px;
}
.open_menu span:after {
	bottom: -8px;
}

.open_menu.active span {
	background: none;
}

.open_menu.active span:before {
	top: 0;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open_menu.active span:after {
	top: 0;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.open_menu.active span:before,
.open_menu.active span:after {
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}

.page_overlay {
	-webkit-transition: transform 0.3s linear;
	-moz-transition: transform 0.3s linear;
	-o-transition: transform 0.3s linear;
	transition: transform 0.3s linear;
	background-color: #efefef;
	z-index: 1;
}

.mobile .page_overlay {
	-moz-transform: translate(-255px, 0);
	-o-transform: translate(-255px, 0);
	-ms-transform: translate(-255px, 0);
	-webkit-transform: translate(-255px, 0);
	transform: translate(-255px, 0);
}

.slide_menu {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	right: 0px;
	top: 0px;
	background-color: #efefef;
	z-index: 0;
}

.slide_menu nav {
	width: 255px;
	float: right;
	-moz-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transition: transform 0.2s linear;
	-moz-transition: transform 0.2s linear;
	-o-transition: transform 0.2s linear;
	transition: transform 0.2s linear;
}

.slide_menu nav ul li a {
	padding: 10px 20px;
	margin: 0px;
	font-size: 16px;
	line-height: 21px;
	color: #484344;
}
.slide_menu nav ul li a:hover {
	color: #ffffff;
}
.slide_menu nav ul li .submenu {
	display: none;
}
.slide_menu nav ul li.selected .submenu {
	display: block;
}
.slide_menu nav ul li ul li a {
	font-size: 14px;
	line-height: 18px;
	padding-left: 40px;
}

.mobile .slide_menu nav {
	-moz-transform: translate(0%, 0);
	-o-transform: translate(0%, 0);
	-ms-transform: translate(0%, 0);
	-webkit-transform: translate(0%, 0);
	transform: translate(0%, 0);
}

@media (max-width: 1023px) {
	.header_col .slide_menu_btn {
		display: inline-block;
	}

	.naviagtion_top {
		display: none;
	}
}
.root_header_banner {
	text-align: center;
	margin: 35px 0px;
}

.banner_container a {
	display: block;
}
.banner_container a img {
	display: block;
	max-width: 100%;
	margin: auto;
}

.def_form {
	position: relative;
}

.def_form .def_field {
	position: relative;
	margin-bottom: 10px;
}

.def_field .def_input {
	position: relative;
}

.def_field .def_input input {
	line-height: 17px;
}

.def_field .def_input input,
.def_field .def_input textarea,
.def_field .def_input select,
.def_field .def_input input[type='submit'] {
	color: #828282;
	padding: 14px 20px;
	border: 1px solid #ebebeb;
	font-size: 18px;
	-webkit-appearance: none;
	position: relative;
	width: 100%;
}

.def_field .def_input select {
	padding-left: 9px;
	padding-right: 9px;
}

.def_field .def_input input[type='submit'] {
	width: auto;
}

.def_field .def_input textarea {
	height: 117px;
}

.def_field .def_input textarea {
	resize: none;
}

.def_field .def_input input:focus,
.def_field .def_input select:focus,
.def_field .def_input textarea:focus {
	outline: none;
}

.def_field label {
	display: block;
	color: #a2a2a2;
	margin-right: 10px;
	font-size: 15px;
}

.select_field {
	font-size: 0px;
}
.select_field .def_input select {
	padding-right: 40px;
}
.select_field .def_input:before {
	position: absolute;
	left: auto;
	top: 50%;
	right: 12px;
	bottom: auto;
	content: '\e760';
	margin-top: -4px;
	color: #ed1c24;
	width: 8px;
	height: 8px;
	font-size: 15px;
	line-height: 10px;
	font-family: 'entypo', sans-serif;
	z-index: 2;
}

.thanks {
	display: none;
}

.horizontal_form .def_field {
	position: relative;
	float: left;
	width: 25%;
	padding: 0px 5px;
}
.horizontal_form .def_field .def_input {
	height: 50px;
}
.horizontal_form .def_field label {
	margin-bottom: 15px;
}
.horizontal_form .btn_field .def_input {
	margin-top: 32px;
}
.horizontal_form .btn_field .def_input .btn {
	width: 100%;
	height: 100%;
}

.registration_block {
	background-color: #f7f7f7;
}
.registration_block .cover_bg {
	padding: 40px;
}

.search_panel .def_field .def_input input,
.search_panel .def_field .def_input textarea,
.search_panel .def_field .def_input select,
.search_panel .def_field .def_input input[type='submit'] {
	padding: 10px 13px;
	padding-right: 40px;
	font-size: 13px;
}

.search_panel_group .def_field {
	width: 49%;
	float: left;
}

.search_panel_group .def_field + .def_field {
	margin-left: 2%;
}

.search_panel_group_with_label {
	display: inline-block;
	vertical-align: middle;
}
.search_panel_group_with_label .def_field {
	margin-bottom: 0px;
}
.search_panel_group_with_label .def_field + .def_field {
	margin-left: 35px;
}
.search_panel_group_with_label label {
	display: inline-block;
	vertical-align: middle;
}

.more_search_link {
	display: inline-block;
	vertical-align: middle;
	text-decoration: underline;
	font-size: 13px;
	color: #484344;
	margin-left: 35px;
	cursor: pointer;
}

.sort_field_list {
	float: right;
}
.sort_field_list .def_field label {
	display: inline-block;
}

.view_list .def_input select {
	padding-left: 28px !important;
}
.view_list .def_input:after {
	position: absolute;
	left: 12px;
	top: 50%;
	right: auto;
	bottom: auto;
	margin-top: -6px;
	color: #b4b4b4;
	width: 15px;
	height: 12px;
	font-size: 17px;
	line-height: 14px;
	font-family: 'entypo', sans-serif;
	z-index: 2;
}
.view_list.view_list_icon .def_input:after {
	content: '\e005';
}
.view_list.calendar_filtr_icon .def_input:after {
	content: '\1f4c5';
	font-size: 15px;
	line-height: 10px;
}

.search_panel .group_list {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 33.33333333%;
}

.search_panel_top {
	position: relative;
	margin-bottom: 30px;
}

.search_panel_more {
	background-color: #f7f7f7;
	margin-bottom: 40px;
	display: none;
}
.search_panel_more .search_panel_more_content {
	padding: 18px;
}
.search_panel_more .centering_blocks {
	font-size: 0px;
	white-space: normal;
}

.search_panel_3_col {
	margin-left: -2.5px;
	margin-right: -2.5px;
}
.search_panel_3_col .def_field {
	width: 33.33333333%;
	padding: 0px 2.5px;
}
.search_panel_3_col .def_field.select_field .def_input select {
	padding-right: 28px;
}

.search_panel_2_col {
	margin-left: -2.5px;
	margin-right: -2.5px;
}
.search_panel_2_col .def_field {
	width: 50%;
	padding: 0px 2.5px;
}

.search_panel_buttons {
	border-top: 1px solid #ffffff;
}
.search_panel_buttons .show_result_btn {
	margin-left: 15px;
}

.form_page .def_form {
	font-size: 0px;
}
.form_page label {
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
}
.form_page .def_input {
	width: 48%;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
}

.wrong_field {
	font-size: 12px;
	position: absolute;
	left: auto;
	top: 0px;
	right: 0px;
	bottom: auto;
	max-width: 210px;
	color: #ffffff;
	line-height: 18px;
	letter-spacing: 0.01em;
	background-color: #ff4344;
}
.wrong_field .wrong_field_content {
	padding: 7px 20px 8px;
}
.wrong_field .wrong_field_content:before {
	position: absolute;
	left: -4px;
	top: 0px;
	right: auto;
	bottom: 0px;
	content: '';
	margin: auto;
	width: 16px;
	height: 16px;
	background-color: #ff4344;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (max-width: 767px) {
	.registration_block .cover_bg {
		padding: 25px 15px;
	}

	.search_panel_group_with_label {
		margin-bottom: -15px;
		width: 100%;
	}

	.search_panel_group_with_label .def_input {
		width: 100%;
	}

	.search_panel_group_with_label .def_field {
		float: none;
		display: block;
		margin-left: 0px !important;
		margin-bottom: 15px;
	}

	.search_panel .def_field .def_input select {
		width: 100%;
	}

	.sort_field_list {
		float: none;
	}

	.def_field label,
	.def_field .def_input {
		width: 100%;
		display: block;
	}

	.def_field label {
		margin-bottom: 10px;
	}

	.logo_restoran {
		display: none;
	}

	.search_panel_top {
		padding-bottom: 20px;
	}

	.more_search_link {
		position: absolute;
		bottom: 0px;
		margin-left: 0px;
		width: 100%;
		text-align: center;
	}

	.search_panel .group_list {
		width: 100%;
		float: none;
	}
}
@media (min-width: 320px) and (max-width: 640px) {
	.search_panel_3_col .def_field,
	.search_panel_2_col .def_field {
		width: 100%;
		padding: 0px;
	}

	.search_panel_buttons .form_btn_white {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.search_panel_buttons .hide_more_panel {
		margin-bottom: 15px;
	}
	.search_panel_buttons .right {
		float: none;
	}
	.search_panel_buttons .show_result_btn {
		margin-left: 0px;
		display: block;
	}
}
@media (max-width: 1023px) {
	.logo_restoran {
		display: none;
	}

	.form_page label {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.form_page .def_input {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}

	.wrong_input {
		border-color: #ff4344 !important;
	}

	.wrong_field {
		display: none;
	}

	.horizontal_form .def_field {
		width: 100%;
		float: none;
	}
}
.slider_2_cols {
	overflow: hidden;
	padding-bottom: 45px;
}

.slider_list {
	height: 100%;
}
.slider_list .owl-controls {
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
}

.slide {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.slide .slide_label {
	position: absolute;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: auto;
	z-index: 1;
}
.slide .slide_img_block {
	float: left;
	width: 49%;
	max-width: initial !important;
}
.slide .description {
	float: left;
	width: 45%;
	margin-left: 25px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	transition-delay: 0.2s;
	z-index: 1;
}
.slide .description .tags {
	margin-top: 30px;
}

.active .slide .description {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.owl-dots {
	position: absolute;
	display: inline-block;
	bottom: -45px;
	z-index: 3;
}
.owl-dots .owl-dot {
	display: inline-block;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 2px solid #efefef;
	background-color: #efefef;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 0px 8px;
}
.owl-dots .owl-dot.active {
	background: transparent;
	border-color: #ed1c24;
}

.partners_list_root {
	background-color: #2a2b2f;
	height: 125px;
	text-align: center;
}
.partners_list_root .partners_slider {
	overflow: hidden;
}
.partners_list_root .partners_slider .owl-stage-outer {
	width: 91%;
}
.partners_list_root .partners_slider_container {
	position: relative;
}
.partners_list_root .owl-carousel .owl-item {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.partners_list_root .item {
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
.partners_list_root .item .centered {
	text-align: center;
}
.partners_list_root .item img {
	display: block;
	width: auto;
	margin: auto;
}
.partners_list_root .owl-nav .owl-prev,
.partners_list_root .owl-nav .owl-next {
	position: absolute;
	left: 0px;
	top: 50%;
	right: auto;
	bottom: auto;
	width: 12px;
	height: 34px;
	margin-top: -17px;
	text-indent: -999px;
	opacity: 0.1;
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	z-index: 200;
	background-image: url('../img/arrow_slider.png');
}
.partners_list_root .owl-nav .owl-next {
	right: 0px;
	left: auto;
	background-position: -12px 0px;
}

.gallery_container {
	margin: 50px 0px 35px 0px;
}
.gallery_container .fotorama__stage__frame {
	background-color: #b4b4b4;
}
.gallery_container .fotorama__thumb-border {
	border-color: #ed1c24;
}
.gallery_container .fotorama__arr {
	width: 22px;
	height: 80px;
	margin-top: -40px;
}
.gallery_container .fotorama__arr--prev {
	left: 20px;
	background: url('../img/left_arrow.svg') no-repeat center;
}
.gallery_container .fotorama__arr--next {
	right: 20px;
	background: url('../img/right_arrow.svg') no-repeat center;
}

@media (max-width: 767px) {
	.full_container_xs {
		padding: 0px;
	}

	.slider_list {
		height: 485px;
	}
	.slider_list .owl-stage-outer,
	.slider_list .owl-stage,
	.slider_list .owl-item {
		height: 100%;
	}
	.slider_list .owl-dots {
		display: block;
		bottom: 35px;
		left: 10px;
	}
	.slider_list .owl-dots .owl-dot {
		opacity: 0.4;
		-moz-opacity: 0.4;
		-khtml-opacity: 0.4;
	}
	.slider_list .owl-dots .owl-dot.active {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
	}

	.slider_2_cols {
		padding-bottom: 0px;
	}

	.slide .slide_img_block {
		position: absolute;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		width: auto;
		float: none;
	}
	.slide .slide_img_block:before {
		position: absolute;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		content: '';
		margin: auto;
		background-color: #2a2b2f;
		opacity: 0.6;
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		z-index: 3;
	}
	.slide .slide_img_block img {
		position: absolute;
		left: 0px;
		right: 0px;
		margin: auto;
		max-width: inherit !important;
		height: 100%;
	}
	.slide .slide_label {
		display: none;
	}
	.slide .description {
		position: absolute;
		left: 0px;
		top: auto;
		right: 0px;
		bottom: 85px;
		width: 100%;
		float: none;
		margin: 0px;
		padding: 0px 15px;
		z-index: 4;
	}
	.slide .description .text_above_title {
		font-size: 12px;
		line-height: 21px;
		color: #ffffff;
		opacity: 0.4;
		-moz-opacity: 0.4;
		-khtml-opacity: 0.4;
	}
	.slide .description .style_h2 {
		font-size: 30px;
		line-height: 30px;
		color: #ffffff;
	}
	.slide .description .text p {
		color: #ffffff;
		opacity: 0.75;
		-moz-opacity: 0.75;
		-khtml-opacity: 0.75;
		font-size: 13px;
		line-height: 19px;
	}
	.slide .description .more_link {
		display: none;
	}
}
.content_block {
	counter-reset: heading;
}
.content_block p {
	font-size: 15px;
	line-height: 21px;
	color: #828282;
	margin-bottom: 15px;
}
.content_block p b {
	color: #333333;
	font-weight: 700;
}
.content_block p a {
	color: #ed1c24;
}
.content_block h3 {
	margin-top: 35px;
}
.content_block ul li,
.content_block ol li {
	color: #828282;
	position: relative;
	line-height: 21px;
	margin-bottom: 5px;
}
.content_block ol li {
	padding-left: 45px;
	list-style: none;
}
.content_block ol li:before {
	position: absolute;
	left: 10px;
	top: 0px;
	right: auto;
	bottom: auto;
	counter-increment: heading;
	/* ╨г╨║╨░╨╖╤Л╨▓╨░╨╡╨╝ ╨╕╨┤╨╡╨╜╤В╨╕╤Д╨╕╨║╨░╤В╨╛╤А ╤Б╤З╨╡╤В╤З╨╕╨║╨░ */
	content: counter(heading) '.';
	font-size: 13px;
	font-weight: 600;
}
.content_block ol li + li {
	margin-top: 20px;
}
.content_block ul.list_with_icons li:before {
	left: 0px;
	top: 0px;
	width: 18px;
	height: 18px;
	border-radius: 0px;
	background: url('../img/check_i.svg') no-repeat center;
	background-size: contain;
}
.content_block hr {
	border: none;
	border-bottom: 1px solid #ebebeb;
	margin-top: 50px;
}

.bg_gray_block {
	background-color: #f7f7f7;
	padding: 30px 20px;
	margin-top: 30px;
}
.bg_gray_block p {
	line-height: 25px;
}

.red_text {
	color: #ed1c24;
}

.text_above_title {
	font-size: 12px;
	line-height: 21px;
	font-weight: 300;
	font-style: italic;
	color: #828282;
}
.text_above_title:before {
	margin-right: 5px;
	font-style: normal;
	font-size: 11px;
}

.red_icon:before {
	color: #ed1c24;
}

.item_with_icon {
	font-weight: 300;
	font-style: italic;
	position: relative;
	color: #8a8383;
	padding-left: 25px;
	line-height: 18px;
}
.item_with_icon:before {
	position: absolute;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: auto;
	font-style: normal;
	font-size: 17px;
	width: 18px;
	text-align: center;
}

.reset_margin_blocks {
	margin-top: 30px;
}
.reset_margin_blocks h1 {
	margin-top: 5px;
	margin-bottom: 0px;
}

.separator_gray {
	border-bottom: 1px solid #ebebeb;
	margin: 0px 0px 30px;
}

.content_block .dark_gray_text {
	margin: 0px 0px 30px;
	color: #484344;
}

.content_2_cols .item {
	margin-bottom: 55px;
}
.content_2_cols p,
.content_2_cols p > a {
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 0.0025em;
}
.content_2_cols img {
	max-width: 100%;
}

.r_float {
	float: right;
}

.shared_button {
	float: right;
}
.shared_button a {
	position: relative;
	padding-left: 23px;
	color: #828282;
	font-size: 12px;
}
.shared_button a:before {
	position: absolute;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: auto;
	content: '\e715';
	font-size: 13px;
	font-family: 'entypo', sans-serif;
}

.title_info_block .text_above_title {
	float: left;
}
.title_info_block .text_above_title + div {
	margin-left: 20px;
}

.list_with_border_bottom {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 50px;
}

.ingredients_title {
	text-transform: uppercase;
	color: #828282;
	font-weight: 500;
	padding: 14px 20px 0px;
}

.ingredients li {
	padding: 14px 20px;
	color: #484344;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #ebebeb;
}
.ingredients li span {
	float: left;
}
.ingredients li span + span {
	float: right;
}

.list_experts {
	margin: 20px 0px 40px;
}

.expert_item .expert_img {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.expert_item .expert_content {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	width: 155px;
}
.expert_item .expert_content .title {
	display: block;
	color: #828282;
	line-height: 21px;
}
.expert_item .expert_content .name {
	color: #484344;
	font-weight: 600;
}

.advantages ul {
	font-size: 0px;
	margin-right: -30px;
}
.advantages ul li {
	position: relative;
	width: 50%;
	display: inline-block;
	list-style: none;
	line-height: 40px;
	color: #828282;
	padding: 30px;
}
.advantages ul li:before {
	position: absolute;
	left: 0px;
	top: 30px;
	right: auto;
	bottom: auto;
	content: '';
	width: 40px;
	height: 40px;
	background: url('../img/ok_item.png') no-repeat center;
}
.advantages ul li span {
	display: block;
	font-size: 15px;
	line-height: 21px;
	margin-left: 30px;
}

.experts_consult .img_wrap {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.experts_consult .img_wrap img {
	display: block;
	max-width: 100%;
	width: 100%;
}
.experts_consult h4 {
	margin-bottom: 0px;
}
.experts_consult .post {
	font-size: 13px;
	line-height: 21px;
	color: #828282;
}

.partners_block {
	overflow: hidden;
}

.partner_list {
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: -20px;
	font-size: 0px;
	text-align: center;
}
.partner_list li {
	list-style: none;
	padding: 0px 25px;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: middle;
}
.partner_list li img {
	display: block;
	max-width: 100%;
}

@media (min-width: 640px) {
	.expert_item {
		float: left;
		display: block;
		width: 50%;
	}
}
@media (max-width: 767px) {
	.advantages ul {
		margin-right: 0px;
	}
	.advantages ul li {
		width: 100%;
		padding-bottom: 0px;
		padding-right: 0px;
	}
}
.pagination {
	margin-top: 30px;
}

.pagination_list {
	position: relative;
}
.pagination_list .page_link,
.pagination_list .page_arrow {
	display: inline-block;
	text-align: center;
	padding: 9px 14px;
	min-width: 35px;
	min-height: 35px;
	font-size: 18px;
	font-weight: 500;
	color: #828282;
}
.pagination_list .page_link:hover,
.pagination_list .page_arrow:hover {
	color: #ed1c24;
}
.pagination_list .page_link.active,
.pagination_list .active.page_arrow {
	background-color: #ed1c24;
	color: #ffffff;
}
.pagination_list .page_arrow {
	position: relative;
	cursor: pointer;
	text-indent: -999px;
	overflow: hidden;
}
.pagination_list .page_arrow:before {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	content: '';
	margin: auto;
	width: 8px;
	height: 9px;
	background-repeat: no-repeat;
}
.pagination_list .next_page:before {
	background-image: url('../img/pagination_arrow_right.png');
}
.pagination_list .prev_page:before {
	background-image: url('../img/pagination_arrow_left.png');
}

.calendar_container {
	position: relative;
}
.calendar_container:before,
.calendar_container:after {
	position: absolute;
	left: 0px;
	top: auto;
	right: auto;
	bottom: 0px;
	content: '';
	background-color: #ffffff;
	z-index: 1;
}
.calendar_container:before {
	width: 100%;
	height: 1px;
}
.calendar_container:after {
	width: 1px;
	height: 100%;
	right: 0px;
	left: auto;
}

.calendar_list .calendar_item {
	position: relative;
	float: left;
	width: 14.28571428%;
	height: 125px;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	color: #484344;
}
.calendar_list .calendar_item .day_description {
	position: absolute;
	left: 0px;
	top: auto;
	right: auto;
	bottom: 0px;
	padding: 0px 13px 10px;
}
.calendar_list .calendar_item .day_description .text {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	color: #484344;
}
.calendar_list .calendar_item .day_description .more_event_link {
	display: inline-block;
	height: 16px;
	margin-top: 3px;
	font-size: 11px;
	line-height: 15px;
	background-color: #f2f2f2;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 0px 5px;
	color: #484344;
}
.calendar_list .calendar_item .day_count {
	font-size: 24px;
	font-weight: 300;
	float: right;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	margin: 15px 15px 0px 0px;
}
.calendar_list .calendar_item.disabled_day .day_count {
	opacity: 0.25;
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
}
.calendar_list .calendar_item.weekend_day {
	background-color: #f5f5f5;
}
.calendar_list .calendar_item.big_event {
	background-color: #f5f5f5;
	cursor: pointer;
}
.calendar_list .calendar_item.big_event .day_description .text {
	color: #ed1c24;
}
.calendar_list .calendar_item.big_event .day_count {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.calendar_item_prevu {
	display: none;
	position: absolute;
	left: 100px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 345px;
	z-index: 100;
}
.calendar_item_prevu .button_float_container {
	padding: 20px;
	margin-top: 0px;
}
.calendar_item_prevu .calendar_item_prevu_content {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
}
.calendar_item_prevu .img_prevu {
	display: block;
	width: 100%;
	height: 190px;
	overflow: hidden;
	text-indent: -999px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.calendar_item_prevu .prevu_content_container {
	padding: 20px;
}
.calendar_item_prevu .prevu_content_container .date {
	float: left;
	width: 50px;
}
.calendar_item_prevu .prevu_content_container .prevu_content {
	margin-left: 80px;
}
.calendar_item_prevu .prevu_content_container .prevu_content p {
	font-size: 13px;
	line-height: 16px;
	color: #828282;
}

.event_tabs {
	margin-top: 30px;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 50px;
	width: 100%;
}

.tabs_item {
	position: relative;
	float: left;
	margin: 0;
	height: 100%;
	padding: 0px 22px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
	line-height: 19px;
	background-color: #ffffff;
	color: #828282;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.tabs_item:hover,
.tabs_item.active {
	background-color: #f7f7f7;
}
.tabs_item:hover:before,
.tabs_item.active:before {
	opacity: 1;
	top: -4px;
}

.tab_container {
	float: left;
	width: 100%;
	background-color: #f7f7f7;
	overflow: hidden;
}

.tab_content {
	display: none;
}

.event_item_content {
	border-bottom: 1px solid #ffffff;
	padding: 15px 22px;
	font-size: 0px;
	white-space: normal !important;
}
.event_item_content .event_item_clock {
	width: 30%;
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	color: #828282;
}
.event_item_content .event_item_clock:before {
	opacity: 0.4;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	font-size: 22px;
	color: #9b9292;
}
.event_item_content .event_item_description {
	width: 70%;
}

.tab_drawer_heading {
	display: none;
}

.aditional_info {
	position: relative;
}
.aditional_info .aditional_info_tabs .tab_container {
	background: none;
}
.aditional_info .aditional_info_tabs .action_tabs_list {
	position: absolute;
	left: auto;
	top: 0px;
	right: 0px;
	bottom: auto;
	width: calc(100% - 340px);
}
.aditional_info .aditional_info_tabs .tabs {
	float: right;
	width: auto;
}
.aditional_info .aditional_info_tabs .tabs li {
	background: none;
	border-left: 1px solid #ffffff;
	overflow: hidden;
	max-width: 200px;
	white-space: normal;
}
.aditional_info .aditional_info_tabs .tabs li span {
	font-weight: 500;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	opacity: 0.4;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
}
.aditional_info .aditional_info_tabs .tabs li.active:before {
	position: absolute;
	left: 0px;
	top: auto;
	right: 0px;
	bottom: -10px;
	content: '';
	width: 15px;
	height: 15px;
	margin: auto;
	background-color: #ffffff;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.aditional_info .aditional_info_tabs .tabs li.active span {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

@media screen and (max-width: 767px) {
	.tab_container {
		border: 0px;
	}

	.tabs {
		display: none;
	}

	.tabs_item {
		border-right: 0px;
	}

	.tab_drawer_heading {
		position: relative;
		text-align: left;
		width: 100%;
		padding: 0px 30px;
		margin-top: 0px !important;
		height: 50px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		z-index: 5;
	}
	.tab_drawer_heading:hover,
	.tab_drawer_heading.d_active {
		color: #828282;
		background-color: #f7f7f7;
	}
	.tab_drawer_heading.d_active {
		margin-bottom: 40px;
	}

	.event_item_content .event_item_clock {
		width: 100%;
		margin-bottom: 20px;
	}

	.event_item_content .event_item_description {
		width: 100%;
	}
}
.company_list .simple_col_item.img_wrap {
	width: 25%;
}
.company_list .simple_col_item.content_wrap {
	width: 75%;
}
.company_list h3 {
	margin-bottom: 5px;
}

.company_simple .title_info_block {
	margin-bottom: 5px;
}
.company_simple .text_above_title {
	font-size: 15px;
}
.company_simple .text_above_title:before {
	font-size: 14px;
}

.company_contact_simple .company_contact_info .item_with_icon {
	margin-bottom: 10px;
	font-style: normal;
}
.company_contact_simple .company_contact_info .show_to_map {
	display: inline-block;
	margin-left: 25px;
	color: #ed1c24;
	text-decoration: underline;
}
.company_contact_simple .company_contact_info .show_to_map:hover {
	text-decoration: none;
}

.catalog_list_item {
	padding-bottom: 25px;
}
.catalog_list_item .content_cover {
	padding: 12px 20px;
}
.catalog_list_item .catalog_title {
	background-color: #f7f7f7;
	font-weight: 500;
	font-size: 16px;
	color: #828282;
}
.catalog_list_item .catalog_item {
	font-size: 0px;
	border-bottom: 1px solid #ecebe7;
}
.catalog_list_item .catalog_item .content_cover {
	padding: 5px 20px;
}
.catalog_list_item .catalog_item .catalog_item_l {
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	width: 40%;
}
.catalog_list_item .catalog_item .catalog_item_l .catalog_item_link img {
	width: 42px;
}
.catalog_list_item .catalog_item .catalog_item_link span {
	color: #484344;
	text-decoration: underline;
}
.catalog_list_item .catalog_item .catalog_item_link:hover span {
	text-decoration: none;
}
.catalog_list_item .catalog_item .catalog_item_r {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	width: 60%;
	text-align: right;
	color: #828282;
}
.catalog_list_item .catalog_item:last-child {
	border-bottom: 0px;
}
.catalog_list_item:last-child {
	padding-bottom: 0px;
}
.catalog_list_item:last-child .catalog_item {
	border-bottom: 1px solid #ecebe7;
}

.company_card_top .gallery_container {
	margin: 0px;
}
.company_card_top .company_card_top_description {
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ecebe7;
}
.company_card_top .company_card_top_description .param_block {
	font-size: 13px;
}
.company_card_top .company_card_top_description .param_block a {
	text-decoration: underline;
}
.company_card_top .company_card_top_description .param_block a:hover {
	text-decoration: none;
}

.basic_param_block .title_param {
	font-size: 12px;
	color: #b4b4b4;
}
.basic_param_block .value_param {
	color: #484344;
	font-weight: 600;
	font-size: 24px;
}

.price_container .price_block {
	float: left;
	height: 50px;
}
.price_container .price {
	font-size: 30px;
}
.price_container .price .price_for {
	font-size: 15px;
}
.price_container .btn {
	height: 50px;
	line-height: 25px;
	float: right;
}

.simple_button_float_container {
	margin-top: 0px !important;
}

.float_blocks {
	float: left;
	width: 50%;
}
.float_blocks .basic_param_block {
	float: left;
}
.float_blocks .basic_param_block + .basic_param_block {
	margin-left: 40px;
}

.realty_card_prop .gallery_container {
	margin-top: 0px;
}

.properties_block li {
	margin-bottom: 15px;
	overflow: hidden;
	line-height: 18px;
	list-style: none;
}
.properties_block li span {
	display: block;
	float: left;
	width: 50%;
	color: #828282;
}
.properties_block li span.value {
	color: #2a2b2f;
}

.card_prop_list {
	border-top: 1px solid #ecebe7;
	border-bottom: 1px solid #ecebe7;
	text-align: center;
	font-size: 0px;
}
.card_prop_list .card_prop_item {
	display: inline-block;
	vertical-align: middle;
	padding: 25px 0px;
	text-align: center;
	width: 33.33333%;
}
.card_prop_list .card_prop_item .basic_param_block {
	border-right: 1px solid #ecebe7;
}
.card_prop_list .card_prop_item:last-child .basic_param_block {
	border: none;
}

.simple_properties p {
	margin-bottom: 0px;
}
.simple_properties .value {
	color: #484344;
}

@media (max-width: 767px) {
	.catalog_list_item .catalog_item .catalog_item_l,
	.catalog_list_item .catalog_item .catalog_item_r {
		display: block;
		width: 100%;
		text-align: left;
	}
	.catalog_list_item .catalog_item .catalog_item_r {
		margin-left: 45px;
	}

	.realty_card_prop .gallery_container {
		margin-bottom: 0px;
	}
}
@media (min-width: 640px) and (max-width: 767px) {
	.card_prop_list .card_prop_item {
		padding: 15px 0px;
		width: 50%;
	}
}
@media (min-width: 320px) and (max-width: 639px) {
	.card_prop_list .card_prop_item {
		width: 100%;
	}
}
.subscribe_step {
	margin-bottom: 60px;
}

.subscribe_content_top {
	position: relative;
	overflow: hidden;
	background-color: #2a2b2f;
	width: calc(100% + 60px);
	height: calc(100% + 60px);
	padding: 35px 30px 70px;
	margin: -30px -30px 0px -30px;
}
.subscribe_content_top .subscribe_content_top_img {
	position: absolute;
	left: auto;
	top: 20px;
	right: -50px;
	bottom: auto;
}
.subscribe_content_top .content_top {
	position: relative;
}
.subscribe_content_top .subscribe_content_top_content {
	max-width: 490px;
}
.subscribe_content_top .subscribe_content_top_content .title {
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -0.025em;
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 20px;
}
.subscribe_content_top .subscribe_content_top_content .description_inner {
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
}

.subscribe_col_style {
	padding: 20px;
	text-align: center;
	border: 1px solid #eeeeee;
	border-top: 5px solid #484344;
}
.subscribe_col_style:hover,
.subscribe_col_style.selected {
	border-color: #dddddd;
	border-top-color: #ed1c24;
	background-color: #f9f9f9;
}

.title_step {
	padding-left: 65px;
	position: relative;
	margin-bottom: 45px;
	font-size: 24px;
	line-height: 40px;
	color: #1f1f24;
	font-weight: 600;
}
.title_step span {
	line-height: 25px;
}
.title_step i {
	position: absolute;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: auto;
	width: 40px;
	height: 40px;
	border: 2px solid #ed1c24;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	line-height: 600;
	font-style: normal;
	text-align: center;
}
.title_step i:before {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	counter-increment: heading;
	content: counter(heading);
	color: #ed1c24;
	font-size: 24px;
	line-height: 38px;
}

.subscribe_type .subscribe_type_content {
	padding: 40px;
}
.subscribe_type .subscribe_type_content .title {
	font-size: 14px;
	line-height: 16px;
	color: #484344;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 23px;
}
.subscribe_type .subscribe_type_content .text {
	font-size: 13px;
}
.subscribe_type .subscribe_type_content .basic_param_block .value_param {
	font-size: 30px;
}

.process_text i {
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #5a5b5e;
}
.process_text i img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.process_text span {
	margin-left: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.subscribe_button .btn {
	width: 100%;
	background-color: #2a2b2f;
	border-color: #2a2b2f;
	color: #ffffff;
	height: 60px;
	line-height: 36px;
}
.subscribe_button .btn:hover {
	background: none;
	color: #2a2b2f;
}

@media (max-width: 639px) {
	.subscribe_content_top .subscribe_content_top_content .title {
		font-size: 50px;
	}

	.subscribe_content_top .subscribe_content_top_img {
		opacity: 0.3;
		-moz-opacity: 0.3;
		-khtml-opacity: 0.3;
	}
}
footer {
	background-color: #1f1f24;
	color: #5c5d60;
	padding: 40px 0px;
}
footer a {
	color: #5c5d60;
}

.shared_footer_container .shared_list {
	margin-top: 20px;
}
.shared_footer_container .shared_list a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	border: 1px solid #5c5d60;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
}
.shared_footer_container .shared_list a:before {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	width: 16px;
	height: 17px;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.shared_footer_container .shared_list a:hover {
	border-color: #ffffff;
	background-color: #ffffff;
}
.shared_footer_container .shared_list a:hover:before {
	color: #1f1f24;
}
.shared_footer_container .shared_list a + a {
	margin-left: 5px;
}

.cols_top .negative_cols_top {
	margin-right: -30px;
	margin-left: -30px;
}
.cols_top .col_block {
	padding-left: 30px;
	padding-right: 30px;
}
.cols_top .col {
	float: left;
	width: 25%;
}

.subscribe_footer p {
	margin: 20px 0px 25px;
	font-size: 13px;
	line-height: 16px;
}

.shared_footer_container .title {
	font-size: 15.8px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 600;
}

.logo_footer {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 209px;
	height: 38px;
	text-indent: -9999px;
	background-image: url('../img/logo_footer.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-size: contain;
}

.footer_menu ul li {
	font-size: 15px;
	line-height: 24px;
	list-style: none;
}
.footer_menu ul li a {
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	text-decoration: none;
}
.footer_menu ul li a:hover {
	color: #ffffff;
}

.top_scroll {
	float: left;
	cursor: pointer;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: url('../img/top_scroll_icon.png') no-repeat center;
	text-indent: -999px;
	opacity: 0.2;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.top_scroll:hover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.footer_bottom_content {
	position: relative;
	margin-top: 40px;
}

.copy {
	margin-left: 40px;
	padding-left: 20px;
	font-size: 13px;
	line-height: 21px;
}
.copy a {
	text-decoration: none;
}

.l_cont {
	float: left;
	width: 60%;
}

.best_studio {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.best_studio a {
	position: relative;
	overflow: hidden;
	display: block;
	float: left;
	width: 85px;
	height: 25px;
	background: url('../img/activica.svg') no-repeat right 4px;
	text-decoration: none;
	text-indent: -9999px;
	color: transparent;
}
.best_studio a:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: ' ';
	width: 22px;
	height: 100%;
	background: url('../img/activica_dev_logo_ico.png') no-repeat left top;
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	background-size: contain;
}
.best_studio a:hover:before {
	-moz-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.best_studio span {
	display: block;
	float: left;
	width: 110px;
	font-size: 13px;
	line-height: 14px;
	margin-top: 4px;
	color: #5c5d60;
}

.footer_bottom_content .shared_list {
	display: none;
	float: right;
}
.footer_bottom_content .shared_list a {
	font-size: 30px;
}
.footer_bottom_content .shared_list a:hover {
	color: #ffffff;
}
.footer_bottom_content .shared_list a + a {
	margin-left: 25px;
}

@media (max-width: 639px) {
	.cols_top .negative_cols_top {
		margin: 0px;
	}
}
@media (max-width: 768px) {
	.cols_top .col {
		width: 33.333333%;
	}
	.cols_top .col:nth-child(4) {
		display: none;
	}

	.best_studio {
		display: none;
	}

	.copy {
		font-size: 12px;
	}

	.footer_bottom_content .shared_list {
		display: block;
	}
}
@media (max-width: 767px) {
	footer {
		text-align: center;
	}

	.cols_top .col {
		width: 100%;
	}
	.cols_top .col:nth-child(2),
	.cols_top .col:nth-child(3) {
		display: none;
	}

	/*.top_scroll {
      display: none; }*/

	.copy {
		margin-left: 0px;
		padding-left: 0px;
		width: 100%;
	}

	.footer_bottom_content .l_cont {
		float: none;
		width: 100%;
	}
	.footer_bottom_content .shared_list {
		float: none;
		margin-bottom: 40px;
	}
}
.btn,
.menu_style a,
.more_link {
	-webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out,
		opacity 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out, background 0.3s ease-in-out,
		opacity 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out,
		opacity 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background 0.3s ease-in-out,
		opacity 0.3s ease-in-out;
}

.menu_open.animation,
.btn_more {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.class2 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	position: relative;
	background-color: #efefef;
}

.page_overlay {
	position: relative;
	z-index: 1;
}

.bg_page {
	padding: 30px 0px;
	background-color: #ffffff;
}

.cover_block {
	padding: 30px 0px;
}

.centering_blocks {
	white-space: nowrap;
}
.centering_blocks:after {
	display: inline-block;
	vertical-align: middle;
	content: ' ';
	height: 100%;
	width: 0;
	white-space: normal;
}
.centering_blocks > * {
	display: inline-block;
	vertical-align: middle;
}

h1 {
	font-size: 48px;
	line-height: 49px;
	margin: 15px 0px 22px 0px;
	color: #484344;
	font-weight: 700;
	margin-bottom: 15px;
}

h2,
.style_h2 {
	font-size: 40px;
	line-height: 40px;
	color: #484344;
	font-weight: 700;
	margin-bottom: 15px;
}

h2 a:hover,
.style_h2 a:hover {
	color: #ed1c24;
}

h3,
.style_h3,
h3 a,
.style_h3 a {
	color: #484344;
	font-weight: 700;
	margin-bottom: 15px;
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 25px;
}

h3 a:hover,
.style_h3 a:hover {
	color: #ed1c24;
}

h4,
.style_h4,
h4 a,
.style_h4 a {
	color: #484344;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 19px;
	line-height: 20px;
	word-wrap: break-word;
}

h4 a:hover,
.style_h4 a:hover {
	color: #ed1c24;
}

h5,
.style_h5,
h5 a,
.style_h5 a {
	color: #484344;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 19px;
}

h5 a:hover,
.style_h5 a:hover {
	color: #ed1c24;
}

a {
	text-decoration: none;
	color: #484344;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.m_top_40 {
	margin-top: 40px;
}

.btn {
	display: inline-block;
	position: relative;
	padding: 11px 20px;
	text-align: center;
	text-decoration: none;
	background: none;
	font-weight: 500;
	text-transform: uppercase;
	color: #ed1c24;
	border: 2px solid #ed1c24;
	cursor: pointer;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	z-index: 0;
	zoom: 1;
}
.btn:focus {
	outline: none;
}
.btn:hover {
	background-color: #ed1c24;
	color: #ffffff;
}

.btn_ico {
	padding: 9px 0px;
}
.btn_ico:before {
	font-family: 'entypo', sans-serif;
}
.btn_ico span {
	display: block;
	padding-left: 20px;
}

.invers_btn {
	background-color: #ed1c24;
	color: #ffffff;
}
.invers_btn:hover {
	background-color: #c71e25;
}

.form_btn {
	background-color: #484344;
	font-size: 13px;
	font-weight: 500;
	color: #ffffff;
	border-color: #484344;
}
.form_btn:hover {
	background-color: #ffffff;
	color: #2a2b2f;
}

.form_btn_white {
	font-size: 13px;
	font-weight: 500;
	text-transform: none;
	color: #2a2b2f;
	border-color: #ebebeb;
	background-color: #ffffff;
}
.form_btn_white:hover {
	background-color: #484344;
}

.more_link {
	position: relative;
	padding-right: 12px;
	color: #ed1c24;
	text-decoration: none;
}
.more_link:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: '\e762';
	left: initial;
	right: 0px;
	top: 50%;
	margin-top: -4px;
	line-height: 12px;
	font-size: 17px;
	width: 6px;
	height: 10px;
	font-family: 'entypo', sans-serif;
}

.tags {
	position: relative;
	font-size: 12px;
	line-height: normal;
	color: #828282;
	letter-spacing: 0.025em;
	padding-left: 20px;
	margin-top: 15px;
}
.tags a {
	position: relative;
	color: #828282;
	margin-right: 10px;
}
.tags a:before {
	position: absolute;
	left: auto;
	top: 0px;
	right: -8px;
	bottom: auto;
	content: '/';
}
.tags:before {
	position: absolute;
	left: 0px;
	top: 0px;
	top: 3px;
	content: '';
	width: 13px;
	height: 8px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('../img/tags_icon.png');
}

.tags_new a {
	display: inline-block;
	background-color: #f2f2f2;
	color: #888888;
	font-size: 11px;
	line-height: 16px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 2px 9px;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}
.tags_new a:hover {
	background-color: #d9d9d9;
}

.title_label {
	display: inline-block;
	position: relative;
	background-color: #ed1c24;
	padding: 14px 5px 14px 20px;
	margin-right: 30px;
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
}
.title_label span {
	position: relative;
	z-index: 1;
}
.title_label:before {
	position: absolute;
	content: '';
	right: -25px;
	top: 0px;
	width: 50px;
	height: 100%;
	background-color: #ed1c24;
	-moz-transform: skew(-32deg, 0deg);
	-o-transform: skew(-32deg, 0deg);
	-ms-transform: skew(-32deg, 0deg);
	-webkit-transform: skew(-32deg, 0deg);
	transform: skew(-32deg, 0deg);
}

.title_wrapper {
	position: relative;
	margin-top: 30px;
	background-color: #ebebeb;
}
.title_wrapper .title_link {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
	color: #828282;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.title_wrapper .title_link:before {
	color: #ed1c24;
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}
.title_wrapper .title_link:hover {
	color: #ed1c24;
}
.title_wrapper .title_link:hover:before {
	-moz-transform: translate(3px, 0px);
	-o-transform: translate(3px, 0px);
	-ms-transform: translate(3px, 0px);
	-webkit-transform: translate(3px, 0px);
	transform: translate(3px, 0px);
}
.title_wrapper.title_wrapper_with_bg {
	background-color: #ebebeb;
}
.title_wrapper.title_wrapper_with_bg .title_link {
	right: 20px;
}

.col_item .img_wrap {
	display: block;
	margin-bottom: 15px;
}
.col_item .img_wrap img {
	display: block;
	max-width: 100%;
}

.col_item_content .description {
	overflow: hidden;
	max-height: 65px;
}

.cols_2_list {
	font-size: 0px;
}
.cols_2_list .col_item {
	display: inline-block;
	vertical-align: top;
	float: none;
	padding-bottom: 40px;
}
.cols_2_list .col_item .img_wrap {
	float: left;
	width: 50%;
	margin-bottom: 0px;
}
.cols_2_list .col_item .col_item_content {
	float: left;
	width: 45%;
	margin-left: 5%;
}

.smaller_text .content_block p {
	font-size: 13px;
	line-height: 16px;
}

.cols_3_list_with_date .date {
	float: left;
}
.cols_3_list_with_date .description p {
	font-size: 13px;
	line-height: 16px;
}
.cols_3_list_with_date .col_item_content {
	margin-left: 80px;
}

.cols_3_list h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	max-height: 50px;
	overflow: hidden;
}
.cols_3_list .img_wrap {
	margin-top: 15px;
}

.subscriebe_wrapper {
	position: relative;
	height: 210px;
	width: 100%;
	background-color: #1f1f24;
	margin-top: 55px;
	margin-bottom: 35px;
}
.subscriebe_wrapper img {
	position: absolute;
	left: 0px;
	top: -22px;
	right: auto;
	bottom: auto;
}

.aditional_info .aditional_text {
	color: #828282;
	line-height: 24px;
	margin-top: 30px;
}

.date {
	font-weight: 700;
	color: #cccccc;
	text-transform: uppercase;
	width: 50px;
	line-height: 32px;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.date .number {
	font-size: 45px;
	display: block;
}
.date .month {
	font-size: 22px;
}

.center_c {
	display: table;
	width: 100%;
	height: 100%;
}
.center_c .center_w {
	display: inline-block;
	vertical-align: middle;
	display: table-cell;
}

.col_small .bg_wrap {
	background: #f7f7f7;
	height: calc(100% + 60px);
}
.col_small .title_label {
	width: calc(100% - 40px);
}

.journal_archive {
	margin-bottom: 60px;
}
.journal_archive .journal_archive_link {
	display: block;
	position: relative;
	margin-bottom: 15px;
}
.journal_archive .journal_archive_link img {
	display: block;
	max-width: 100%;
}
.journal_archive .journal_archive_link:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: ' ';
	background-color: #1f1f24;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	z-index: 1;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.journal_archive .journal_archive_link .content_block {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	width: 145px;
	height: 120px;
	text-align: center;
	z-index: 1;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.journal_archive .journal_archive_link .content_block .icon_archive {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	background-color: #ed1c24;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}
.journal_archive .journal_archive_link .content_block .icon_archive:before {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	content: '';
	margin: auto;
	width: 25px;
	height: 30px;
	background-image: url('../img/icon_archive.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.journal_archive .journal_archive_link .content_block .text {
	display: block;
	margin-top: 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-moz-transform: translate(0px, 15px);
	-o-transform: translate(0px, 15px);
	-ms-transform: translate(0px, 15px);
	-webkit-transform: translate(0px, 15px);
	transform: translate(0px, 15px);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.journal_archive .journal_archive_link:hover:before {
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}
.journal_archive .journal_archive_link:hover .content_block {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.journal_archive .journal_archive_link:hover .content_block .icon_archive {
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.journal_archive .journal_archive_link:hover .content_block .text {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
.journal_archive .btn {
	width: 100%;
}

.cols_with_img {
	margin-top: 40px;
}
.cols_with_img .col {
	margin-bottom: 20px;
}
.cols_with_img .img_wrap {
	float: left;
	width: 80px;
}
.cols_with_img .content_block {
	margin-left: 100px;
}
.cols_with_img .name {
	font-size: 16px;
	line-height: 18px;
	color: #484344;
	font-weight: 700;
	margin-bottom: 15px;
	margin-bottom: 10px;
}
.cols_with_img .name a:hover {
	color: #ed1c24;
}
.cols_with_img .description {
	font-size: 13px;
	line-height: 17px;
	color: #828282;
}

.public_list {
	margin-top: 35px;
}

.list_with_icon li {
	list-style: none;
	position: relative;
	padding-left: 25px;
}
.list_with_icon li:before {
	position: absolute;
	left: 10px;
	top: 3px;
	right: auto;
	bottom: auto;
	content: '\e762';
	font-family: 'entypo', sans-serif;
	line-height: 12px;
	font-size: 17px;
	width: 6px;
	height: 10px;
	color: #ed1c24;
}
.list_with_icon li a {
	color: #828282;
}
.list_with_icon li a:hover {
	color: #ed1c24;
}
.list_with_icon li + li {
	margin-top: 20px;
}

.button_float_container {
	margin-top: 25px;
}
.button_float_container .btn + .btn {
	margin-left: 5px;
}

.title_page {
	margin-bottom: 20px;
}

.expert_articles {
	border: none !important;
}

.expert_block {
	margin-bottom: 50px;
}

.simple_list_with_date_container .simple_item .date {
	width: 8.5%;
}
.simple_list_with_date_container .simple_item .simple_col_item.img_wrap {
	width: 30.333333%;
	position: relative;
}
.simple_list_with_date_container .simple_item .simple_col_item.content_wrap {
	width: 60.666667%;
}

.bg_wrap {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	height: 100%;
	width: 100%;
	background: none;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

.simple_list_container {
	border-bottom: 1px solid #ecebe7;
}

.simple_item {
	position: relative;
	padding: 40px 0px;
	border-top: 1px solid #ecebe7;
}
.simple_item .bg_wrap {
	width: calc(100% + 60px);
	left: -30px;
}
.simple_item h3 {
	word-wrap: break-word;
	margin-top: 5px;
}
.simple_item .simple_col_item {
	float: left;
}
.simple_item .simple_col_item.img_wrap {
	width: 33.33333333%;
}
.simple_item .simple_col_item.img_wrap a {
	display: block;
}
.simple_item .simple_col_item.img_wrap img {
	display: block;
	max-width: 100%;
}
.simple_item .simple_col_item.content_wrap {
	width: 66.66666667%;
}
.simple_item .simple_col_item.content_wrap p {
	word-wrap: break-word;
	font-size: 15px;
	line-height: 21px;
	color: #828282;
	margin-bottom: 15px;
}
.simple_item.event_owner .basic_param_block {
	text-align: center;
	max-width: 80px;
}

.logo_restoran {
	position: absolute;
	left: -34px;
	top: auto;
	right: auto;
	bottom: 0px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	width: 17px;
	height: 92px;
	background: url('../img/logo_restoran.png') no-repeat center;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.events_list .simple_item:hover {
	border-color: #f7f7f7;
}
.events_list .simple_item:hover .date {
	color: #484344;
}
.events_list .simple_item:hover .logo_restoran {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.events_list .simple_item:hover .bg_wrap {
	background: #f7f7f7;
}

.report_page {
	margin-bottom: 50px;
}
.report_page .gallery_container {
	margin-top: 30px;
}

.collage_block {
	height: 315px;
	overflow: hidden;
	margin: 0px 0px 30px;
}
.collage_block img {
	display: block;
	max-width: 100%;
}

@media (max-width: 767px) {
	.simple_list_with_date_container .simple_item .date {
		position: absolute;
		left: 10px;
		top: 10px;
		right: auto;
		bottom: auto;
		width: auto;
		color: #ffffff !important;
		float: none;
		z-index: 1;
	}
	.simple_list_with_date_container .simple_item .simple_col_item.img_wrap {
		width: 39.333333%;
	}
}
@media (max-width: 640px) {
	h1 {
		font-size: 40px;
		line-height: 44px;
	}

	.cols_2_list .col_item .img_wrap {
		width: 28%;
	}

	.cols_2_list .col_item .col_item_content {
		width: 67%;
	}

	.col_item .img_wrap img {
		width: 100%;
	}

	.collage_block {
		height: auto;
	}

	.subscriebe_wrapper {
		overflow: hidden;
	}

	.title_label {
		max-width: 200px;
		font-size: 13px;
		line-height: 16px;
	}

	.title_wrapper .title_link {
		overflow: hidden;
		width: 20px;
		height: 16px;
		color: transparent;
	}
	.title_wrapper .title_link:before {
		left: 0px;
		bottom: 0px;
		top: 0px;
		margin: auto;
	}
	.title_wrapper .title_link:hover {
		color: transparent;
	}

	.simple_item .simple_col_item.img_wrap,
	.simple_item .simple_col_item.content_wrap {
		width: 100%;
		float: none;
	}

	.simple_item .simple_col_item.img_wrap {
		margin-bottom: 20px;
		overflow: hidden;
		max-height: 250px;
	}
	.simple_item .simple_col_item.img_wrap img {
		width: 100%;
	}

	.simple_list_with_date_container .simple_item .simple_col_item.img_wrap {
		width: 100%;
	}
	.simple_list_with_date_container .simple_item .simple_col_item.content_wrap {
		width: 100%;
	}

	.simple_item.event_owner .basic_param_block + .basic_param_block {
		margin-left: 10px;
	}

	.form_modal {
		min-width: auto !important;
	}

	.form_modal h2 {
		font-size: 30px;
	}

	.form_modal h2,
	.form_modal .form-row,
	.form_modal p {
		padding-left: 20px;
	}

	.form_modal p {
		padding-right: 20px;
	}

	.popup-error-message {
		width: 100%;
		padding-left: 20px;
	}

	.form_modal input[type='button'] {
		width: 100%;
		margin-right: 0px;
	}
	.form_modal .form-bottom-error input[type='button'] {
		margin-top: 18px;
	}
}

/*# sourceMappingURL=main.css.map */

/*21.02*/

.def_input select {
	z-index: 3;
	background: none;
	max-width: 100% !important;
}

.calendar_item .day_description .more_event_link.for-mobile {
	display: none;
}

@media (max-width: 1023px) {
	.calendar_list .calendar_item .day_description .text,
	.calendar_list .calendar_item .day_description .more_event_link {
		display: none;
	}
	.more_event_link.for-mobile {
		display: block !important;
	}

	.calendar_item_prevu {
		display: none !important;
	}
}

.mobile_header {
	display: none;
	color: #000;
	margin-bottom: 10px;
}

.mobile_header li {
	display: inline-block;
	list-style: none;
	font-size: 25px;
}

@media only screen and (min-width: 600px) {
	.top_menu li a[href='/magazins/registration/'] {
		display: none;
	}
	.top_menu li a[href='/club/'] {
		display: none;
	}
	.top_menu li a[href='/contacts/'] {
		display: none;
	}
}

@media only screen and (max-width: 800px) {
	.mobile_header {
		display: block !important;
	}
	.break,
	h1 {
		word-wrap: break-word !important;
	}
	.slide_menu nav ul li a[href='/magazins/registration/'] {
		border-top: 2px solid;
		margin-top: 20px;
	}
	.slide_menu nav ul li a[href='/contacts/'] {
		border-top: 2px solid;
		margin-top: 14px;
		display: none;
	}
}

.simple_col_item.block.date {
	display: none;
}

.nc_auth_login_check {
	display: none;
}

.nc_auth_pass1_check {
	display: none;
}

.nc_auth_pass2_check {
	display: none;
}

.btn.tag,
.invers_btn.tag {
	font-size: 13px;
	padding: 8px 12px;
}

@media only screen and (min-width: 700px) {
	.top_menu li a[href='/magazins/'] {
		display: none;
	}
	.top_menu li a[href='/gazeta'] {
		display: none;
	}
	.menu_style li {
		line-height: 8px;
		height: 40px;
	}

	.top_menu .submenu li + li {
		margin: 0px 0px 0px 0px;
	}

	.top_menu .submenu {
		padding: 30px 25px 25px 25px;
	}

	.top_menu li:first-child a {
		padding-top: 27px;
		width: 6px !important;
		height: 5px !important;
		zoom: 0.9;
	}
}

.content_block.globalbanner {
	width: 99.8%;
}

.itembanner:nth-child(1) {
	padding-right: 15px;
}

.itembanner:nth-child(2) {
	padding-left: 15px;
}

.itembanner .description {
	padding-top: 10px;
	padding-bottom: 20px;
	height: 120px;
}
.itembanner {
	width: 49.8%;
	display: inline-block;
}

@media only screen and (max-width: 1250px) {
	.content_block.globalbanner {
		width: 101.8%;
	}
	.itembanner {
		width: 48.8%;
		display: inline-block;
	}
}

@media only screen and (max-width: 700px) {
	.itembanner {
		width: 100%;
		display: inline-block;
		height: 87px;
	}
	.itembanner:nth-child(1) {
		padding-right: 0px;
	}

	.itembanner:nth-child(2) {
		padding-left: 0px;
	}
	.content_block.globalbanner {
		width: 99.8%;
	}
}

.calendar_geo span {
	font-weight: 800;
	font-size: 18px;
	margin-right: 5px;
	color: #ed1c24;
}

.calendar_geo {
	margin-bottom: 20px;
}

.calendar_geo a {
	border-bottom: 2px solid;
	padding-bottom: 4px;
	border-color: transparent;
	font-weight: 500;
	color: #000;
	transition: all 0.1s ease;
}

.calendar_geo a:hover {
	border-color: #ed1c24;
}

.def_field.view_list.view_list_icon.select_field.centering_blocks.cf {
	display: none;
}

span.link_more.show_more_panel {
	display: none;
}

select[name='srchPat[2][]'] option:nth-child(2),
select[name='srchPat[2][]'] option:nth-child(3),
select[name='srchPat[2][]'] option:nth-child(4),
select[name='srchPat[2][]'] option:nth-child(5),
select[name='srchPat[2][]'] option:nth-child(6),
select[name='srchPat[2][]'] option:nth-child(7),
select[name='srchPat[2][]'] option:nth-child(8),
select[name='srchPat[2][]'] option:nth-child(9),
select[name='srchPat[2][]'] option:nth-child(10),
select[name='srchPat[2][]'] option:nth-child(11),
select[name='srchPat[2][]'] option:nth-child(12),
select[name='srchPat[2][]'] option:nth-child(13) {
	display: none;
}

.margins_th {
	position: relative;
	margin: 40px 0;
}

.margins_th.num2,
.margins_th.num3 {
	visibility: hidden;
	margin: 0;
}

.partners_list_root .partners_slider_container {
	top: 10px !important;
}

.partners_list_root {
	background-color: #fff;
	height: 90px !important;
	margin-bottom: 30px;
}

@media only screen and (max-width: 900px) {
	.menu_style ul li a[href='/magazins/registration/'] {
		display: none;
	}
	.menu_style ul li a[href='/magazins/'] {
		display: none;
	}
	.menu_style ul li a[href='/gazeta'] {
		display: none;
	}

	.mobile_all_article {
		margin-bottom: 40px;
	}

	.partners_list_root {
		margin-top: 20px;
	}
	.header_centering.centering_blocks {
		padding-top: 20px;
		height: 130px !important;
	}
	header {
		height: 170px !important;
	}
	.user_up_gid {
		margin-left: 0px;
	}
}

.slider-top.container {
	margin-top: -30px;
}

.partners_list_root .owl-nav .owl-prev,
.partners_list_root .owl-nav .owl-next {
	position: absolute;
	filter: brightness(0%);
}

#close_slider_banner {
	position: absolute;
	right: 0;
	font-size: 31px;
	border: 2px solid #ed1c24;
	width: 30px;
	height: 30px;
	line-height: 25px;
	border-radius: 0;
	color: #ffffff !important;
	background: #ed1c24;
	opacity: 0.1;
	margin: auto;
	/* top: 0; */
	bottom: 0;
	/* right: 18px; */
}

.mobile_header .phone_hea {
	display: inline-block;
}

.phone_hea {
	font-size: 19px;
}

select[multiple='multiple'] {
	min-height: 70vh;
}

.url_expert {
	background: #484344;
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 10px;
}

.url_expert::before {
	content: 'Скачать: ';
}

.new_journal {
	position: relative;
	background: #ee1d24;
	color: #fff;
	padding: 10px 5px;
	font-size: 17px;
	font-weight: 900;
	text-align: center;
	margin-top: 0px;
	overflow: hidden;
	user-select: none;
}

.new_journal::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.5),
		rgba(255, 255, 255, 0)
	);
	transform: skewX(-20deg);
	animation: shine 2s infinite;
}

@keyframes shine {
	to {
		left: 100%;
	}
}