@charset "UTF-8";
/* =Placeholders
----------------------------------------*/
.l-start .landing-block {
	margin: 10px 0 0 0;
}
.l-start .landing-block.no-margin {
	margin-top: 0;
}
.l-start .landing-block h4 {
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
}
.l-start .landing-block h4 span {
	display: inline-block;
	width: 14px;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	background: #1261A5;
	color: #FFFFFF;
	border-radius: 2px;
	transform: translateY(-1px);
	margin-right: 3px;
}

.l-start .landing-island {
	margin-top: 20px;
	background: #FFFFFF;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.035);
	font-size: 12px;
}
.l-start .landing-island .island-head {
	padding: 5px 10px;
}
.l-start .landing-island .island-head h4 {
	margin-left: -10px;
	padding-left: 10px;
	border-left: 2px solid #1261A5;
	font-size: 16px;
}
.l-start .landing-island .island-head h4 a {
	color: #464646;
	text-decoration: none;
}
@media (max-width: 991px) {
	.l-start .landing-island {
		margin-top: 10px;
	}
}

.l-start .buttons-table {
	width: 100%;
	margin-top: -22px;
}
.l-start .buttons-table td:first-child {
	padding-right: 10px;
}
.l-start .buttons-table td:last-child {
	width: 36px;
}
.l-start .buttons-table .dropdown-menu {
	right: 0;
	left: auto;
}

@media (max-width: 767px) {
	.l-start .buttons-table {
		margin-top: 0;
	}
	.l-start .landing-banner {
		display: none;
	}
}

.l-start .landing-btn-rounded {
	width: 100%;
	border-radius: 25px;
}

.l-start .landing-icon-4 {
	background: url("../img/icons/index-04.png");
	background-image: url("../img/icons/index-04.svg");
}

.l-start .landing-icon-5 {
	background: url("../img/icons/index-05.png");
	background-image: url("../img/icons/index-05.svg");
}

.l-start .landing-icon-6 {
	background: url("../img/icons/index-06.png");
	background-image: url("../img/icons/index-06.svg");
}

.l-start .landing-icon {
	background-size: 14px 14px;
	background-repeat: no-repeat;
}

.l-start h4.landing-icon {
	padding-left: 20px;
}

.l-start {
	background: #FFFFFF;
}

.l-start #content {
	background-image: linear-gradient(to bottom, rgba(239, 245, 255, 0.35) 0, #FFFFFF 100px);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59EFF5FF', endColorstr='#FFFFFFFF', GradientType=0);
}

.l-start #footer {
	background-color: #FFFFFF;
}

@media (min-width: 768px) {
	.l-start .row-narrow {
		margin-left: -10px;
		margin-right: -10px;
	}
	.l-start .row-narrow > div {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	.l-start #content .container {
		padding: 5px;
		background: none;
		border: none;
	}
}

.landing-auth__toggle {
	display: block;
	background: rgba(255, 255, 255, 0.7);
	line-height: 42px;
	border: 1px solid #EAEAEA;
	text-align: center;
	color: #666666;
}
.landing-auth__toggle:hover {
	background: #FFFFFF;
	text-decoration: none;
}

.landing-auth form {
	display: none;
	background: #FFFFFF;
	padding: 10px 10px 0 10px;
	border: 1px solid #EAEAEA;
	font-size: 11px;
}
.landing-auth form .form-group {
	margin-bottom: 5px;
}
.landing-auth form .from-group__password {
	position: relative;
}
.landing-auth form .from-group__password button {
	position: absolute;
	right: 0;
	height: 34px;
	width: 34px;
	border-radius: 50%;
	border: none;
	background: #DDDDDD;
}
.landing-auth form .from-group__password button:hover {
	background: #D1D1D1;
}
.landing-auth form .from-group__remember {
	margin-top: 3px;
	font-weight: normal;
}
.landing-auth form .landing-oauth__links {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid whitesmoke;
	border-bottom: 1px solid whitesmoke;
}

.landing-oauth {
	padding-bottom: 5px;
}
.landing-oauth ul {
	margin-bottom: 0;
}
.landing-oauth ul li {
	margin-right: 5px;
	padding-bottom: 5px;
}

@media (min-width: 768px) {
	.landing-auth {
		margin-top: -22px;
	}
}

.landing-user-menu {
	background: #FFFFFF;
	border-radius: 4px;
	padding: 10px;
	font-size: 12px;
}
.landing-user-menu ul {
	margin-bottom: 0;
}
.landing-user-menu li a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: #666666;
}
.landing-user-menu li a:hover {
	color: #000000;
}
.landing-user-menu .page-menu a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.landing-user-menu hr {
	margin: 5px 0;
}
.landing-user-menu .my-companies {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #EAEAEA;
}

.landing-infobar {
	display: block;
	border: 1px solid #EAEAEA;
	background: rgba(255, 255, 255, 0.7);
	transition: height 0.1s ease-in;
}
.landing-infobar .row .row {
	margin-left: -20px;
	margin-right: 5px;
}
.landing-infobar .row .row > div {
	padding-left: 5px;
	padding-right: 5px;
}
.landing-infobar__toggle {
	display: block;
	background: rgba(255, 255, 255, 0.7);
	padding: 10px;
	height: 100%;
	text-align: center;
	color: #666666;
}
.landing-infobar__toggle .fa {
	color: #1261A5;
	font-size: 22px;
	transition: transform 0.2s ease-out;
}
.landing-infobar__toggle:hover {
	background: #FFFFFF;
	text-decoration: none;
}

.landing-currencies {
	padding-left: 10px;
	width: 200px;
	transition: margin 0.2s ease-out;
}

.landing-currency {
	float: left;
	width: 50%;
	font-size: 12px;
}
.landing-currency__code, .landing-currency__value, .landing-currency__diff {
	display: inline;
}
.landing-currency__code {
	font-weight: bold;
}
.landing-currency__diff {
	vertical-align: super;
	font-size: 11px;
}

.landing-infobar_0 .landing-currency {
	line-height: 40px;
}

.landing-infobar_1 .landing-currencies {
	margin-top: 10px;
}

.landing-currency_up .landing-currency__diff {
	color: #506649;
}

.landing-currency_down .landing-currency__diff {
	color: #9D2D33;
}

.landing-weather {
	font-size: 16px;
	width: 250px;
	padding-top: 5px;
	padding-left: 10px;
}
.landing-weather__item {
	float: left;
	width: 50%;
}
.landing-weather__image {
	float: left;
	width: 40px;
}
.landing-weather__temperature {
	line-height: 32px;
	white-space: nowrap;
}
.landing-weather__links {
	margin-left: 10px;
}

.landing-schedule {
	line-height: 1.4em;
	font-size: 12px;
	padding-top: 14px;
	padding-left: 10px;
	max-width: 300px;
}

.landing-radio-h2 {
	color: #B4141A;
}

.landing-radio {
	overflow: hidden;
	width: 172px;
	border: 1px solid #B4141A;
	transition: margin 0.2s ease-out;
}
.landing-radio > div {
	height: 40px;
	float: left;
}
.landing-radio div, .landing-radio a, .landing-radio img {
	margin: 0;
	padding: 0;
}
.landing-radio__control {
	position: relative;
	width: 29px;
	overflow: hidden;
}
.landing-radio__control > div {
	position: absolute;
	left: 0;
	width: 58px;
}
.landing-radio__control a {
	display: inline-block;
	width: 29px;
	height: 40px;
}
.landing-radio__control a:first-child {
	background: url("../img/radio/lemma-pause.png") 0 no-repeat;
}
.landing-radio__control a:last-child {
	background: url("../img/radio/vbc-pause.png") 0 no-repeat;
}

.landing-infobar_1 .landing-radio {
	margin-top: 10px;
	margin-right: 10px;
}

@media (min-width: 768px) {
	.landing-infobar {
		margin-top: -22px;
		height: 44px;
	}
	.landing-infobar__section {
		float: left;
		border-left: 1px solid #EAEAEA;
		height: 100%;
	}
	.landing-infobar__section:first-child {
		border-left: none;
	}
	.landing-infobar__section:last-child {
		position: absolute;
		right: 15px;
		border-left: none;
		height: auto;
	}
	.landing-infobar .navbar-right {
		margin: 0;
	}
	.landing-infobar .navbar-right .dropdown-toggle {
		line-height: 40px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.landing-infobar_0 .landing-infobar_additional {
		display: none;
	}
	.landing-infobar_1 {
		height: 65px;
		overflow: hidden;
	}
	.landing-infobar_1 .landing-infobar_main {
		display: none;
	}
	.landing-infobar_1 .landing-infobar__toggle .fa {
		transform: rotate(180deg);
	}
}

@media (max-width: 767px) {
	.landing-infobar {
		margin-top: 10px;
	}
	.landing-infobar__section {
		border-top: 1px solid #EAEAEA;
	}
	.landing-infobar__section:nth-child(2) {
		border-top: none;
	}
	.landing-currencies {
		padding: 10px;
	}
	.landing-infobar_0 .landing-currency {
		line-height: 1.8em;
	}
	.landing-weather {
		padding: 10px;
	}
	.landing-schedule {
		line-height: 1.8em;
		padding: 10px;
	}
	.landing-infobar_main {
		display: none;
	}
}

.landing-block.landing-categories {
	position: relative;
	border-radius: 4px;
	padding: 5px 0 10px 0;
	margin-bottom: 30px;
}
.landing-block.landing-categories li {
	position: relative;
}
.landing-block.landing-categories .category-icon_181 {
	background-image: -webkit-image-set(url("../img/category/x1/181.png") 1x, url("../img/category/x2/181.png") 2x, url("../img/category/x3/181.png") 3x);
	background-image:         image-set(url("../img/category/x1/181.png") 1x, url("../img/category/x2/181.png") 2x, url("../img/category/x3/181.png") 3x);
	background-image: url("../img/category/svg/181.svg");
}
.landing-block.landing-categories .category-icon_609 {
	background-image: -webkit-image-set(url("../img/category/x1/609.png") 1x, url("../img/category/x2/609.png") 2x, url("../img/category/x3/609.png") 3x);
	background-image:         image-set(url("../img/category/x1/609.png") 1x, url("../img/category/x2/609.png") 2x, url("../img/category/x3/609.png") 3x);
	background-image: url("../img/category/svg/609.svg");
}
.landing-block.landing-categories .category-icon_486 {
	background-image: -webkit-image-set(url("../img/category/x1/486.png") 1x, url("../img/category/x2/486.png") 2x, url("../img/category/x3/486.png") 3x);
	background-image:         image-set(url("../img/category/x1/486.png") 1x, url("../img/category/x2/486.png") 2x, url("../img/category/x3/486.png") 3x);
	background-image: url("../img/category/svg/486.svg");
}
.landing-block.landing-categories .category-icon_923 {
	background-image: -webkit-image-set(url("../img/category/x1/923.png") 1x, url("../img/category/x2/923.png") 2x, url("../img/category/x3/923.png") 3x);
	background-image:         image-set(url("../img/category/x1/923.png") 1x, url("../img/category/x2/923.png") 2x, url("../img/category/x3/923.png") 3x);
	background-image: url("../img/category/svg/923.svg");
}
.landing-block.landing-categories .category-icon_52 {
	background-image: -webkit-image-set(url("../img/category/x1/52.png") 1x, url("../img/category/x2/52.png") 2x, url("../img/category/x3/52.png") 3x);
	background-image:         image-set(url("../img/category/x1/52.png") 1x, url("../img/category/x2/52.png") 2x, url("../img/category/x3/52.png") 3x);
	background-image: url("../img/category/svg/52.svg");
}
.landing-block.landing-categories .category-icon_149 {
	background-image: -webkit-image-set(url("../img/category/x1/149.png") 1x, url("../img/category/x2/149.png") 2x, url("../img/category/x3/149.png") 3x);
	background-image:         image-set(url("../img/category/x1/149.png") 1x, url("../img/category/x2/149.png") 2x, url("../img/category/x3/149.png") 3x);
	background-image: url("../img/category/svg/149.svg");
}
.landing-block.landing-categories .category-icon_154 {
	background-image: -webkit-image-set(url("../img/category/x1/154.png") 1x, url("../img/category/x2/154.png") 2x, url("../img/category/x3/154.png") 3x);
	background-image:         image-set(url("../img/category/x1/154.png") 1x, url("../img/category/x2/154.png") 2x, url("../img/category/x3/154.png") 3x);
	background-image: url("../img/category/svg/154.svg");
}
.landing-block.landing-categories .category-icon_99 {
	background-image: -webkit-image-set(url("../img/category/x1/99.png") 1x, url("../img/category/x2/99.png") 2x, url("../img/category/x3/99.png") 3x);
	background-image:         image-set(url("../img/category/x1/99.png") 1x, url("../img/category/x2/99.png") 2x, url("../img/category/x3/99.png") 3x);
	background-image: url("../img/category/svg/99.svg");
}
.landing-block.landing-categories .category-icon_336 {
	background-image: -webkit-image-set(url("../img/category/x1/336.png") 1x, url("../img/category/x2/336.png") 2x, url("../img/category/x3/336.png") 3x);
	background-image:         image-set(url("../img/category/x1/336.png") 1x, url("../img/category/x2/336.png") 2x, url("../img/category/x3/336.png") 3x);
	background-image: url("../img/category/svg/336.svg");
}
.landing-block.landing-categories .category-icon_381 {
	background-image: -webkit-image-set(url("../img/category/x1/381.png") 1x, url("../img/category/x2/381.png") 2x, url("../img/category/x3/381.png") 3x);
	background-image:         image-set(url("../img/category/x1/381.png") 1x, url("../img/category/x2/381.png") 2x, url("../img/category/x3/381.png") 3x);
	background-image: url("../img/category/svg/381.svg");
}
.landing-block.landing-categories .category-icon_454 {
	background-image: -webkit-image-set(url("../img/category/x1/454.png") 1x, url("../img/category/x2/454.png") 2x, url("../img/category/x3/454.png") 3x);
	background-image:         image-set(url("../img/category/x1/454.png") 1x, url("../img/category/x2/454.png") 2x, url("../img/category/x3/454.png") 3x);
	background-image: url("../img/category/svg/454.svg");
}
.landing-block.landing-categories .category-icon_546 {
	background-image: -webkit-image-set(url("../img/category/x1/546.png") 1x, url("../img/category/x2/546.png") 2x, url("../img/category/x3/546.png") 3x);
	background-image:         image-set(url("../img/category/x1/546.png") 1x, url("../img/category/x2/546.png") 2x, url("../img/category/x3/546.png") 3x);
	background-image: url("../img/category/svg/546.svg");
}
.landing-block.landing-categories .category-icon_3 {
	background-image: -webkit-image-set(url("../img/category/x1/3.png") 1x, url("../img/category/x2/3.png") 2x, url("../img/category/x3/3.png") 3x);
	background-image:         image-set(url("../img/category/x1/3.png") 1x, url("../img/category/x2/3.png") 2x, url("../img/category/x3/3.png") 3x);
	background-image: url("../img/category/svg/3.svg");
}
.landing-block.landing-categories a {
	display: inline-block;
	padding: 5px 0 5px 30px;
	font-size: 13px;
	background-repeat: no-repeat !important;
	background-size: 22px 22px;
}
.landing-block.landing-categories .total-found {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 100%;
	font-size: 12px;
	color: #666666;
	background: #FFFFFF;
	border-radius: 4px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 10px;
	opacity: 0;
	transform: translateX(5px);
	transition-property: transform, opacity;
	transition-duration: 0.3s;
	transition-delay: 0.2s;
}
.landing-block.landing-categories li:hover .total-found {
	opacity: 1;
	transform: translateX(0);
}
.landing-block.landing-categories .triangle-down1 {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -60px;
	width: 0;
	height: 0;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-top: 20px solid;
	border-top-color: #EEEEF7;
}
.landing-block.landing-categories .triangle-down2 {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -50px;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 10px solid;
	border-top-color: #F5F5FA;
}
.landing-block.landing-categories .all-categories {
	display: block;
	padding: 5px;
	position: absolute;
	width: 120px;
	top: 100%;
	left: 50%;
	margin-left: -60px;
	margin-top: -25px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.landing-block.landing-categories {
		margin-bottom: 20px;
	}
	.landing-block.landing-categories li {
		border-bottom: 1px solid #EAEAEA;
	}
	.landing-block.landing-categories a {
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		background-position-y: 5px;
	}
}

.landing-new-companies {
	font-size: 12px;
}
.landing-new-companies li {
	padding: 5px 0;
	border-top: 1px solid rgba(18, 97, 165, 0.2);
}

.landing-news {
	margin-top: 20px;
}
.landing-news .landing-news-vip {
	position: relative;
}
.landing-news .landing-news-vip .news-item {
	height: 320px;
	background-size: cover;
	background-position: 50% 50%;
	cursor: pointer;
}
.landing-news .landing-news-vip .item-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.landing-news .landing-news-vip .item-title {
	margin: 5px;
	padding: 10px;
	border-radius: 4px;
	display: block;
	background: rgba(0, 0, 0, 0.7);
	color: #FFFFFF;
	text-decoration: none !important;
}
.landing-news .landing-news-vip .owl-dots {
	position: absolute;
	top: 10px;
}
.landing-news .landing-news-vip .owl-prev, .landing-news .landing-news-vip .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50px;
	color: #888888;
}
.landing-news .landing-news-vip .owl-prev:hover, .landing-news .landing-news-vip .owl-next:hover {
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.4);
}
.landing-news .landing-news-vip .owl-prev i, .landing-news .landing-news-vip .owl-next i {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 16px;
	margin-left: 20px;
	margin-top: -16px;
}
.landing-news .landing-news-vip .owl-prev {
	left: 0;
}
.landing-news .landing-news-vip .owl-next {
	right: 0;
}
.landing-news .landing-news-vip .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #888888;
	display: block;
	transition: opacity 0.2s ease;
	border-radius: 30px;
}
.landing-news .landing-news-vip .owl-dot:hover span {
	background: rgba(18, 97, 165, 0.5);
}
.landing-news .landing-news-vip .owl-dot.active span {
	background: #1261A5;
}
.landing-news .landing-news-col {
	font-size: 12px;
}
.landing-news .landing-news-col .news-item {
	position: relative;
	padding-bottom: 10px;
	min-height: 70px;
}
.landing-news .landing-news-col .item-image {
	position: absolute;
	border: 1px solid #EAEAEA;
	border-radius: 4px;
}
.landing-news .landing-news-col .item-content {
	margin-left: 80px;
}
.landing-news .landing-news-col .item-date {
	font-size: 13px;
	color: #888888;
}
.landing-news .landing-news-col .item-title {
	font-size: 13px;
	color: #464646;
	text-decoration: underline;
}
.landing-news .landing-news-col .item-title:hover {
	color: #000000;
}
.landing-news .landing-news-col .item-description {
	color: #666666;
}
.landing-news .landing-news-col .news-more {
	display: inline-block;
	padding-left: 20px;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
}
.landing-news .landing-news-row {
	margin-top: 20px;
	background: #FFFFFF;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.035);
	font-size: 12px;
	height: 68px;
}
.landing-news .landing-news-row .news-item {
	position: relative;
	float: left;
	width: 20%;
	height: 100%;
	border-right: 1px solid #EAEAEA;
	padding: 10px;
	overflow: hidden;
}
.landing-news .landing-news-row .news-item:last-child {
	border-right: none;
}
.landing-news .landing-news-row .news-item:after {
	content: " ";
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	height: 15px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
}
@media (max-width: 1199px) {
	.landing-news .landing-news-col {
		margin-top: 10px;
	}
	.landing-news .landing-news-row .news-item {
		width: 33.33%;
	}
	.landing-news .landing-news-row .news-item:nth-child(n+4) {
		display: none;
	}
}
@media (max-width: 767px) {
	.landing-news .landing-news-row {
		display: none;
	}
}

.landing-vm {
	font-size: 12px;
}
.landing-vm .news-item {
	position: relative;
	min-height: 82px;
	padding: 10px;
	border-top: 1px solid #EAEAEA;
}
.landing-vm .item-image {
	position: absolute;
	border: 1px solid #EAEAEA;
	border-radius: 4px;
}
.landing-vm .item-content {
	margin-left: 100px;
}
.landing-vm .item-date {
	font-size: 13px;
	color: #888888;
}
.landing-vm .item-title {
	font-size: 13px;
	color: #464646;
	text-decoration: underline;
}
.landing-vm .item-title:hover {
	color: #000000;
}
.landing-vm .item-description {
	color: #666666;
}

.landing-market {
	margin-top: 20px;
	padding: 0 10px;
	background: #E3E9F2;
}
.landing-market .owl-stage-outer {
	padding: 10px 0;
}
.landing-market .owl-next {
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	font-size: 22px;
	margin-left: 10px;
	padding: 90px 10px 10px 10px;
	color: #888888;
}
.landing-market .owl-next:hover {
	color: #666666;
}
.landing-market .market-item {
	position: relative;
	display: block;
	margin: 3px;
	height: 210px;
	background: #FFFFFF;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.87);
	box-sizing: border-box;
	font-family: Roboto, sans-serif;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
}
.landing-market .market-item:hover .item-name {
	color: #ED2650;
}
.landing-market .market-item__banner {
	background-color: #E08230;
	background-image: url("../img/market-banner.png");
	background-repeat: no-repeat;
	background-size: 176px auto;
	background-position: 50% 50%;
}
.landing-market .item-content {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
.landing-market .item-name {
	display: block;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
}
.landing-market .item-total {
	display: block;
	font-size: 12px;
}
.landing-market .item-image {
	display: block;
	height: 150px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
@media (max-width: 1199px) {
	.landing-market .owl-next {
		display: none;
	}
}
@media (min-width: 1200px) {
	.landing-market .market-item {
		transition: all 0.3s 0s ease-in-out;
	}
	.landing-market .market-item:hover {
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 4px 4px rgba(0, 0, 0, 0.23);
		transform: translateY(-5px);
	}
}
@media (max-width: 767px) {
	.landing-market {
		margin-left: -10px;
		margin-right: -10px;
	}
}

.landing-island.landing-vacancies {
	box-shadow: none;
	background-color: transparent;
}
.landing-island.landing-vacancies .island-head {
	background-color: #FFFFFF;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.035);
}
.landing-island.landing-vacancies .island-body {
	display: flex;
	flex-wrap: nowrap;
}
.landing-island.landing-vacancies .vacancy-item {
	padding: 10px;
	width: 33%;
	overflow: hidden;
	border-radius: 0 0 4px 4px;
	background-color: #FFFFFF;
	border-top: 1px solid rgba(234, 234, 234, 0.5);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.035);
}
.landing-island.landing-vacancies .vacancy-item:nth-child(2) {
	width: 33.2%;
	margin-left: 0.45%;
	margin-right: 0.35%;
}
.landing-island.landing-vacancies .more-vacancies {
	display: inline-block;
	margin-top: 10px;
	color: #666666;
	text-decoration: underline;
}
.landing-island.landing-vacancies .more-vacancies:hover {
	color: #464646;
}
@media (max-width: 1199px) {
	.landing-island.landing-vacancies .vacancy-item {
		height: 83px;
	}
	.landing-island.landing-vacancies .vacancy-item:last-child {
		border-right: none;
	}
}
@media (max-width: 767px) {
	.landing-island.landing-vacancies .vacancy-item {
		width: 49.8% !important;
	}
	.landing-island.landing-vacancies .vacancy-item:nth-child(2) {
		margin-left: 0.4%;
		margin-right: 0;
	}
	.landing-island.landing-vacancies .vacancy-item:nth-child(n+3) {
		display: none;
	}
}

.landing-events {
	font-size: 13px !important;
}
.landing-events .event-item {
	position: relative;
	padding: 10px;
}
.landing-events .event-item:hover .item-date {
	text-decoration: underline;
}
.landing-events .promo-item {
	position: relative;
	padding: 10px;
	border-top: 1px solid #EAEAEA;
}
.landing-events .promo-item:hover .item-date {
	text-decoration: underline;
}
.landing-events .item-hidden {
	display: none;
}
.landing-events .promo-item .item-image {
	position: absolute;
	height: 120px;
	width: 120px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	border: 1px solid #EAEAEA;
	border-radius: 4px;
}
.landing-events .promo-item .item-content {
	margin-left: 140px;
	min-height: 120px;
}
.landing-events .island-body-events {
	display: flex;
	flex-wrap: wrap;
}
.landing-events .island-body-events .event-item {
	width: 50%;
}
.landing-events .island-body-events .event-item .item-image {
	display: block;
	height: 120px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 4px 4px 0 0;
	margin-bottom: 10px;
}
.landing-events .item-date {
	display: block;
	margin-bottom: 5px;
	color: #1261A5;
	font-size: 15px;
	text-decoration: none;
}
.landing-events .item-title {
	color: #464646;
	text-decoration: none;
}
.landing-events .item-title:hover {
	color: #000000;
}
.landing-events .item-category {
	display: inline-block;
	padding: 1px 3px;
	font-size: 0.85rem;
	border-radius: 2px;
	color: white;
}
.landing-events .item-category-promo {
	background-color: #D6620D;
}
.landing-events .item-category-event {
	background-color: #134A87;
}
.landing-events .events-more, .landing-events .events-less, .landing-events .promos-more, .landing-events .promos-less {
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	padding-left: 20px;
}
.landing-events .events-less, .landing-events .promos-less {
	display: none;
}

.landing-films .island-body {
	padding: 0 5px 5px 5px;
}

.landing-films .item-hidden {
	display: none;
}

.landing-films .film-item {
	position: relative;
	float: left;
	width: 33.3%;
	overflow: hidden;
}

.landing-films .item-image {
	display: block;
	margin: 5px;
	height: 170px;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.landing-films .item-name {
	display: block;
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 5px;
	padding: 5px;
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	font-size: 12px;
	transform: translateY(50px);
	transition: transform 0.3s 0.1s ease-out;
}

.landing-films .film-item:hover .item-name {
	transform: translateY(0);
}

.landing-films .films-more, .landing-films .films-less {
	display: inline-block;
	margin-top: 10px;
	color: #666666;
}
.landing-films .films-more:hover, .landing-films .films-less:hover {
	color: #464646;
}

.landing-films .films-less {
	display: none;
}

@media (max-width: 1199px) {
	.landing-films .film-item {
		width: 50%;
	}
}

@media (max-width: 991px) {
	.landing-films .film-item {
		width: 25%;
	}
}

@media (max-width: 767px) {
	.landing-films .film-item {
		width: 33.33%;
	}
}

.landing-partners {
	margin-top: 40px;
	padding-top: 10px;
	border-top: 1px solid #EAEAEA;
}
.landing-partners li {
	margin: 0 0 5px 0;
}
.landing-partners a {
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
}
.landing-partners img {
	width: 100%;
	max-width: 217px;
	opacity: 0;
	transition: opacity 0.5s ease-out 0.1s;
}
.landing-partners img:hover {
	opacity: 1;
}

/* =Карусель
----------------------------------------*/
.m-store-carousel.owl-carousel {
	z-index: auto;
	position: relative;
}
.m-store-carousel.owl-carousel .owl-prev, .m-store-carousel.owl-carousel .owl-next {
	position: absolute;
	top: 0;
	font-size: 32px;
	padding: 0 30px;
	color: #DDDDDD;
}
.m-store-carousel.owl-carousel .owl-prev:hover, .m-store-carousel.owl-carousel .owl-next:hover {
	color: #888888;
}
.m-store-carousel.owl-carousel .owl-prev {
	right: 100%;
}
.m-store-carousel.owl-carousel .owl-next {
	left: 100%;
}
@media (max-width: 1199px) {
	.m-store-carousel.owl-carousel .owl-prev, .m-store-carousel.owl-carousel .owl-next {
		font-size: 16px;
		padding: 0 10px;
	}
	.m-store-carousel.owl-carousel .owl-prev {
		left: 0;
		right: auto;
	}
	.m-store-carousel.owl-carousel .owl-next {
		left: auto;
		right: 0;
	}
}
@media (min-width: 1200px) and (max-width: 1350px) {
	.m-store-carousel.owl-carousel .owl-prev, .m-store-carousel.owl-carousel .owl-next {
		padding: 0;
	}
}