@import url("https://fonts.googleapis.com/css?family=K2D:200,400,600,700");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

img, object, embed {
	vertical-align: bottom;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

q:before, q:after {
	content: '';
}

a * {
	cursor: pointer;
}

input,
textarea {
	outline: none;
}

@font-face {
	font-family: "Ico Moon";
	src: url("../fonts/icomoon.eot");
	src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#Ico Moon") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: "Ico Moon";
		src: url("../fonts/icomoon.svg#Ico Moon") format("svg");
	}
}

html {
	height: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font: 14px/1.3 "K2D", sans-serif;
	height: 100%;
	min-width: 320px;
	position: relative;
	color: #fff;
	background: #000;
}

body.loaded .wrapper {
	opacity: 1;
}

body.loaded #preloader {
	display: none;
}

a {
	color: #2600ff;
	text-decoration: none;
}

input {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}

* {
	outline: none;
}

* {
	box-sizing: border-box;
}

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

* ::-moz-selection {
	background: #2600ff;
	color: #fff;
}

* ::selection {
	background: #2600ff;
	color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #000;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #000;
	opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #000;
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #000;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input.placeholder, textarea.placeholder {
	color: #000 !important;
}

#preloader {
	height: 60px;
	width: 105px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 99999;
}

#preloader svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

#preloader .bottom {
	position: absolute;
	top: 100%;
	left: 50%;
	right: 0;
	transform: translate3d(-50%, 0, 0);
	text-align: center;
	padding-top: 38px;
	min-width: 200px;
}

#preloader .bottom .title {
	color: #ff003c;
	font-size: 24px;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	#preloader .bottom .title {
		font-size: 20px;
	}
}

#preloader .bottom .subtitle {
	margin-top: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	#preloader .bottom .subtitle {
		font-size: 13px;
	}
}

@keyframes dot-keyframes {
	0% {
		background-color: #ff003c;
	}
	25% {
		background-color: #fff;
	}
	50% {
		background-color: #fff;
	}
	75% {
		background-color: #fff;
	}
	100% {
		background-color: #fff;
	}
}

.loading-dots {
	text-align: center;
	width: 100%;
	font-size: 0;
	position: absolute;
	top: calc(100% + 20px);
	left: 0;
	right: 0;
}

.loading-dots--dot {
	animation: dot-keyframes 4s infinite ease-in-out;
	background-color: #fff;
	border-radius: 3px;
	display: inline-block;
	height: 6px;
	width: 6px;
	margin: 0 2px;
}

.loading-dots--dot:nth-child(2) {
	animation-delay: .5s;
}

.loading-dots--dot:nth-child(3) {
	animation-delay: 1s;
}

.loading-dots--dot:nth-child(4) {
	animation-delay: 1.5s;
}

.loading-dots--dot:nth-child(5) {
	animation-delay: 2s;
}

.loading-dots--dot:nth-child(6) {
	animation-delay: 2.5s;
}

.loading-dots--dot:nth-child(7) {
	animation-delay: 3s;
}

.loading-dots--dot:nth-child(8) {
	animation-delay: 3.5s;
}

.wrapper {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	overflow: hidden;
	opacity: 0;
	transition: opacity .6s;
}

.container {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (max-width: 1000px) {
	.container {
		padding: 0 10px;
	}
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'Ico Moon' !important;
	font-size: 12px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
	content: "\e907";
}

.icon-arrow-left:before {
	content: "\e90a";
}

.icon-arrow-right:before {
	content: "\e90b";
}

.icon-arrow-circle:before {
	content: "\e909";
}

.icon-arrow-up:before {
	content: "\e908";
}

.icon-money:before {
	content: "\e906";
}

.icon-add-lupe:before {
	content: "\e900";
}

.icon-arrow-down:before {
	content: "\e901";
}

.icon-cam:before {
	content: "\e902";
}

.icon-folder:before {
	content: "\e903";
}

.icon-like:before {
	content: "\e904";
}

.icon-search:before {
	content: "\e905";
}

.header {
	background-color: #fff;
	position: relative;
	z-index: 10;
	min-height: 46px;
}

@media screen and (max-width: 1000px) {
	.header.open_nav .hamburger:before {
		transform: rotate(45deg) translate3d(5px, 6px, 0);
	}
	.header.open_nav .hamburger:after {
		transform: rotate(-45deg) translate3d(5px, -6px, 0);
	}
	.header.open_nav .hamburger span {
		transform: translate3d(100%, -50%, 0);
		opacity: 0;
		visibility: hidden;
	}
	.header.open_nav .navigation {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}
}

.header.show .onSearch i {
	font-size: 24px;
}

@media screen and (max-width: 1159px) {
	.header.show .onSearch i {
		font-size: 20px;
	}
}

.header.show .onSearch i:before {
	content: "\e907";
}

@media screen and (min-width: 1001px) {
	.header.show .wrapped {
		position: relative;
	}
}

@media screen and (min-width: 1001px) {
	.header.show .navigation {
		opacity: 0;
		visibility: hidden;
	}
}

.header.show .search {
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 479px) {
	.header.show .search {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}
}

.header .holder {
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

@media screen and (max-width: 479px) {
	.header .holder {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 10px 0;
	}
}

.headroom {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	will-change: transform;
	transition: transform 200ms linear;
}

.headroom--pinned {
	transform: translateY(0%);
}

.headroom--unpinned {
	transform: translateY(-100%);
}

.logo {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

@media screen and (max-width: 479px) {
	.logo {
		-ms-flex-order: 2;
		    order: 2;
		margin: 0 auto;
	}
}

.logo svg {
	vertical-align: middle;
}

@media screen and (max-width: 1159px) {
	.logo svg {
		width: 140px;
		height: 53px;
	}
}

@media screen and (max-width: 1000px) {
	.logo svg {
		width: 130px;
		height: 46px;
	}
}

.logotype {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	color: #000;
}

@media screen and (max-width: 479px) {
	.logotype {
		-ms-flex-order: 2;
		    order: 2;
		margin: 0 auto;
	}
}

.logotype .sup {
	color: #ff003c;
	font-size: 36px;
	font-weight: 200;
	line-height: 1;
}

@media screen and (max-width: 1000px) {
	.logotype .sup {
		font-size: 28px;
	}
}

.logotype .sup span {
	color: #000;
	font-weight: 800;
	letter-spacing: -0.9px;
	display: inline-block;
	vertical-align: baseline;
	position: relative;
}

.logotype .sup span:before {
	content: "";
	position: absolute;
	top: 7px;
	left: -3px;
	background: url("../images/logo-icon.svg") no-repeat;
	width: 23px;
	height: 24px;
}

@media screen and (max-width: 1000px) {
	.logotype .sup span:before {
		width: 17px;
		height: 18px;
		background-size: 17px 18px;
		top: 5px;
		left: 0;
	}
}

.logotype .sub {
	font-size: 8px;
	font-weight: 200;
	text-transform: uppercase;
	color: #121414;
	letter-spacing: 1.1em;
	display: block;
}

@media screen and (max-width: 1000px) {
	.logotype .sub {
		letter-spacing: .7em;
	}
}

.wrapped {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	padding: 0 15px;
}

@media screen and (max-width: 1000px) {
	.wrapped {
		padding: 0;
	}
}

@media screen and (max-width: 479px) {
	.wrapped {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		-ms-flex-positive: 0;
		    flex-grow: 0;
	}
}

.search {
	display: none;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-width: 1px;
	padding: 0 20px;
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	left: 0;
	right: 0;
}

@media screen and (max-width: 1000px) {
	.search {
		padding: 0 12px 0 20px;
		position: static;
		top: auto;
		transform: none;
		height: 100%;
		-ms-flex-align: center;
		    align-items: center;
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (max-width: 479px) {
	.search {
		height: auto;
		padding: 0;
		-ms-flex-order: 4;
		    order: 4;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: #fff;
		box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
		opacity: 0;
		visibility: hidden;
		transform: translate3d(0, 10%, 0);
		transition: opacity .3s, visibility .3s, transform .3s;
	}
}

.search > * {
	width: 100%;
}

.search .wrap {
	max-width: 645px;
	width: 100%;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.input {
	color: #000;
	font-family: 'K2D', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	height: 40px;
	width: 100%;
	background-color: #fff;
	border: none;
	border-left: 1px solid #000;
	padding: 12px 20px;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-width: 1px;
}

@media screen and (max-width: 1159px) {
	.input {
		height: 34px;
		padding: 10px 15px;
		font-size: 12px;
	}
}

@media screen and (max-width: 479px) {
	.input {
		border-left: none;
	}
}

.button_submit {
	width: 40px;
	height: 40px;
	background: none;
	transition: background-color .3s;
	border: none;
	border-radius: 20px;
	color: #ff003c;
	cursor: pointer;
	margin-left: 5px;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

@media screen and (min-width: 1025px) {
	.button_submit:hover {
		color: #1d2022;
	}
}

.button_submit i {
	font-size: 28px;
}

@media screen and (max-width: 1159px) {
	.button_submit i {
		font-size: 20px;
	}
}

.navigation {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-ms-flex-pack: center;
	    justify-content: center;
}

@media screen and (max-width: 1279px) {
	.navigation {
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

@media screen and (max-width: 1000px) {
	.navigation {
		position: absolute;
		top: 100%;
		right: 0;
		transform: translate3d(100%, 0, 0);
		opacity: 0;
		visibility: hidden;
		transition: transform .3s, opacity .3s, visibility .3s;
		-ms-flex-direction: column;
		    flex-direction: column;
		max-width: 300px;
		background: #fff;
		width: 100%;
		-ms-flex-pack: start;
		    justify-content: flex-start;
		height: auto;
		border-radius: 0 0 0 10px;
		box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	}
}

@media screen and (max-width: 479px) {
	.navigation {
		left: 0;
		max-width: 100%;
		border-radius: 0;
	}
}

.navigation .item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	padding: 20px 0;
	margin: 0 3px;
}

@media screen and (max-width: 1000px) {
	.navigation .item {
		padding: 0;
		margin: 0;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-flex-direction: column;
		    flex-direction: column;
	}
}

.navigation .item.relative {
	position: relative;
}

.navigation .item.discount a {
	color: #ff003c;
}

.navigation .item.active a {
	background-color: #ff003c;
	color: #fff;
}

.navigation .item.open > a {
	background-color: #ff003c;
	color: #fff;
}

.navigation .item.open > a i {
	transform: rotate(180deg);
}

.navigation .item.open .droppable {
	opacity: 1;
	visibility: visible;
	transform: translate3d(-50%, 0, 0);
}

@media screen and (max-width: 1000px) {
	.navigation .item.open .droppable {
		display: block;
		transform: none;
	}
}

.navigation .item.open .navigation_categories,
.navigation .item.open .droppable_models {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 1000px) {
	.navigation .item.open .navigation_categories,
	.navigation .item.open .droppable_models {
		display: block;
		transform: none;
	}
}

.navigation .item > a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	color: #000;
	border-radius: 20px;
	padding: 11px 18px;
	position: relative;
}

@media screen and (max-width: 1279px) {
	.navigation .item > a {
		padding: 8px 14px;
	}
}

@media screen and (max-width: 1159px) {
	.navigation .item > a {
		padding: 8px;
	}
}

@media screen and (min-width: 1025px) {
	.navigation .item > a:hover {
		background-color: #ff003c;
		color: #fff;
	}
}

@media screen and (max-width: 1000px) {
	.navigation .item > a {
		padding: 12px 5px;
		border-radius: 0;
		width: 100%;
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

.navigation .item > a span {
	margin-right: 8px;
}

.navigation .item > a i {
	font-size: 5px;
	display: inline-block;
	vertical-align: middle;
	transform: rotate(0);
	transition: transform .3s;
}

.navigation .item > a i.icon-money {
	font-size: 20px;
	margin-right: 10px;
}

@media screen and (max-width: 1159px) {
	.navigation .item > a i.icon-money {
		display: none;
	}
}

.droppable {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate3d(-50%, 2%, 0);
	width: 160px;
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.4);
	border-radius: 0 0 5px 5px;
	background-color: #fff;
	text-align: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s, transform .3s;
}

@media screen and (max-width: 1000px) {
	.droppable {
		width: 100%;
		position: static;
		transform: none;
		opacity: 1;
		visibility: visible;
		border-radius: 0;
		background: none;
		box-shadow: none;
		padding: 5px 0;
		background-color: #f5f5f5;
		display: none;
		max-height: 244px;
		height: 100%;
		overflow: auto;
	}
}

.droppable_item {
	font-size: 14px;
	font-weight: 500;
	margin-top: 4px;
}

.droppable_item:first-child {
	margin-top: 0;
}

.droppable_item a {
	color: #000;
	border-radius: 15px;
	display: inline-block;
	vertical-align: top;
	padding: 6px 10px;
	max-width: 100%;
	min-width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: background-color .3s;
}

@media screen and (min-width: 1025px) {
	.droppable_item a:hover {
		background-color: #ff003c;
		color: #fff;
	}
}

@media screen and (max-width: 960px) {
	.droppable_item a {
		display: block;
		color: #000;
	}
}

.navigation_categories {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	padding: 20px 0;
	transform: translate3d(0, 10%, 0);
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.4);
	border-radius: 0 0 5px 5px;
	opacity: 0;
	visibility: hidden;
	transition: transform .3s, opacity .3s, visibility .3s;
}

@media screen and (max-width: 1000px) {
	.navigation_categories {
		width: 100%;
		position: static;
		transform: none;
		opacity: 1;
		visibility: visible;
		background: none;
		box-shadow: none;
		padding: 5px 0;
		background-color: #f5f5f5;
		display: none;
		max-height: 225px;
		height: 100%;
		overflow: auto;
	}
}

.navigation_list {
	column-count: 4;
}

@media screen and (max-width: 1000px) {
	.navigation_list {
		column-count: 1;
	}
}

.navigation_item {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}

.navigation_item a {
	color: #000;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	    align-items: center;
	border-radius: 15px;
	padding: 7px 20px;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	width: 100%;
}

@media screen and (min-width: 1025px) {
	.navigation_item a:hover {
		background-color: #ff003c;
		color: #fff;
	}
	.navigation_item a:hover em {
		color: #fff;
	}
}

@media screen and (max-width: 1000px) {
	.navigation_item a {
		color: #000;
	}
}

@media screen and (max-width: 1000px) {
	.navigation_item span {
		font-size: 13px;
		min-width: auto;
	}
}

.navigation_item em {
	color: #56595e;
	font-size: 13px;
	margin-left: 10px;
}

@media screen and (max-width: 1000px) {
	.navigation_item em {
		font-size: 12px;
	}
}

.stick {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	color: #ff003c;
	padding: 2px 6px;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 9px;
	border: 2px solid #ff003c;
	background-color: #fff;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	.stick {
		left: 10px;
		transform: none;
		top: 12px;
	}
}

.panel_action {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-align: center;
	    align-items: center;
	margin: 0 -12px;
}

@media screen and (max-width: 1279px) {
	.panel_action {
		margin: 0 -10px;
	}
}

@media screen and (max-width: 479px) {
	.panel_action {
		-ms-flex-order: 3;
		    order: 3;
	}
}

.button_action {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	margin: 0 12px;
}

@media screen and (max-width: 1279px) {
	.button_action {
		margin: 0 10px;
	}
}

@media screen and (min-width: 1025px) {
	.button_action:hover {
		color: #ff003c;
	}
}

.button_action.onSearch {
	width: 30px;
}

@media screen and (max-width: 1159px) {
	.button_action.onSearch {
		width: 22px;
	}
}

@media screen and (max-width: 1000px) {
	.button_action.onSearch {
		display: none;
	}
}

@media screen and (max-width: 479px) {
	.button_action.onSearch {
		display: block;
	}
}

.button_action i {
	font-size: 30px;
}

@media screen and (max-width: 1279px) {
	.button_action i {
		font-size: 26px;
	}
}

@media screen and (max-width: 1159px) {
	.button_action i {
		font-size: 21px;
	}
}

.field_button {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-left: 20px;
	display: none;
	-ms-flex-align: center;
	    align-items: center;
}

@media screen and (max-width: 1000px) {
	.field_button {
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (max-width: 479px) {
	.field_button {
		-ms-flex-order: 1;
		    order: 1;
		margin: 0;
	}
}

.hamburger {
	position: relative;
	display: block;
	width: 24px;
	height: 20px;
	background: none;
	border: none;
}

.hamburger:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #1d2022;
	border-radius: 2px;
	transform: rotate(0) translate3d(0, 0, 0);
	transition: transform .3s;
}

.hamburger:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #1d2022;
	border-radius: 2px;
	transform: rotate(0) translate3d(0, 0, 0);
	transition: transform .3s;
}

.hamburger span {
	height: 4px;
	background-color: #1d2022;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-radius: 2px;
	transform: translate3d(0, -50%, 0);
	opacity: 1;
	visibility: visible;
	transition: transform .3s, opacity .3s, visibility .3s;
}

.droppable_models {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	transform: translate3d(0, 10%, 0);
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.4);
	border-radius: 0 0 5px 5px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: transform .3s, opacity .3s, visibility .3s;
}

@media screen and (max-width: 1000px) {
	.droppable_models {
		width: 100%;
		position: static;
		transform: none;
		opacity: 1;
		visibility: visible;
		background: none;
		box-shadow: none;
		padding: 5px 0;
		background-color: #f5f5f5;
		display: none;
		max-height: 225px;
		height: 100%;
		overflow: auto;
	}
}

.holder_models {
	margin: -10px -7px;
	font-size: 0;
	padding: 20px 30px;
}

@media screen and (max-width: 1000px) {
	.holder_models {
		margin: 0;
		padding: 10px;
	}
}

.item_model {
	display: inline-block;
	vertical-align: top;
	width: 14.28%;
	padding: 10px 7px;
}

/* @media screen and (max-width: 1280px) {
	.item_model:nth-child(-n+7) {
		display: none;
	}
} */

@media screen and (max-width: 1000px) {
	.item_model {
		width: 100%;
		padding: 0;
	}
}

.item_model .item_th {
	display: block;
	text-align: center;
	color: #000;
}

@media screen and (min-width: 1025px) {
	.item_model .item_th:hover .name {
		color: #ff003c;
	}
}

@media screen and (max-width: 1000px) {
	.item_model .item_th {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		padding: 8px 0;
	}
}

.item_model img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width: 1000px) {
	.item_model img {
		display: none;
	}
}

.item_model .name {
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 1.2;
	margin-top: 10px;
}

@media screen and (max-width: 1000px) {
	.item_model .name {
		margin: 0;
		-ms-flex-negative: 1;
		    flex-shrink: 1;
		-ms-flex-positive: 1;
		    flex-grow: 1;
		min-width: 1px;
		text-align: left;
	}
}

@media screen and (max-width: 479px) {
	.item_model .name {
		font-size: 14px;
	}
}

.item_model .count {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	color: #56595e;
	margin-top: 5px;
	font-size: 13px;
}

@media screen and (max-width: 1000px) {
	.item_model .count {
		margin: 0 0 0 5px;
		-ms-flex-positive: 0;
		    flex-grow: 0;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}
}

@media screen and (max-width: 479px) {
	.item_model .count {
		font-size: 12px;
	}
}

.item_model .count span {
	padding-left: 5px;
}

.intro {
	padding: 25px 0;
	color: #1d2022;
	font-size: 14px;
	line-height: 1.6;
}

@media screen and (max-width: 479px) {
	.intro {
		font-size: 13px;
		line-height: 1.4;
	}
}

.intro.open .more_view {
	transform: rotate(180deg);
}

.intro.open .post {
	max-height: 100%;
}

.intro .headline {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 18px;
	position: relative;
}

.intro .title {
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
}

@media screen and (max-width: 479px) {
	.intro .title {
		font-size: 20px;
	}
}

.intro .post {
	max-height: 85px;
	overflow: hidden;
	color: #56595e;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.65;
}

@media screen and (max-width: 479px) {
	.intro .post {
		max-height: 65px;
	}
}

.intro .post a {
	color: #ff003c;
}

@media screen and (min-width: 1025px) {
	.intro .post a:hover {
		text-decoration: underline;
	}
}

.more_view {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 0;
	color: #e8002c;
	transform: rotate(0);
	transition: transform .3s;
}

@media screen and (max-width: 479px) {
	.more_view {
		top: 8px;
	}
}

.more_view i {
	font-size: 10px;
}

.main {
	padding-top: 82px;
}

@media screen and (max-width: 1000px) {
	.main {
		padding-top: 66px;
	}
}

.notify {
	position: fixed;
	top: 75px;
	right: 0;
	z-index: 11;
	max-width: 375px;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.28);
	border-radius: 5px 0 0 5px;
	background-color: #fff;
	padding: 25px 20px 20px;
	transform: translate3d(100%, 0, 0);
	opacity: 0;
	visibility: hidden;
	transition: transform .3s, opacity .3s, visibility .3s;
}

@media screen and (max-width: 479px) {
	.notify {
		max-width: 300px;
		padding: 10px;
	}
}

.notify.show {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.notify .close_notify {
	width: 25px;
	height: 25px;
	border-radius: 13px;
	border: 2px solid #ff003c;
	color: #ff003c;
	cursor: pointer;
	position: absolute;
	background-color: #fff;
	top: 5px;
	right: 5px;
}

.notify .close_notify i {
	font-size: 10px;
}

.notify .wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
}

.notify .wrapped_notify {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
}

.notify .image {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 10px;
	position: relative;
}

.notify .image img {
	display: block;
	max-width: 100%;
	height: auto;
}

.notify .inform {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-width: 1px;
}

.notify .headline {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 15px;
}

.notify .title {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
}

@media screen and (max-width: 479px) {
	.notify .title {
		font-size: 14px;
	}
}

.notify .date {
	color: #000;
	font-size: 12px;
	line-height: 1;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 10px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

@media screen and (max-width: 479px) {
	.notify .date {
		font-size: 11px;
	}
}

.notify .post {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 8px;
}

@media screen and (max-width: 479px) {
	.notify .post {
		font-size: 12px;
	}
}

.notify .post a {
	color: #ff003c;
}

@media screen and (min-width: 1025px) {
	.notify .post a:hover {
		text-decoration: underline;
	}
}

.notify .more_link {
	display: inline-block;
	vertical-align: top;
	border-radius: 20px;
	background-color: #ff003c;
	padding: 12px 20px;
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
}

@media screen and (min-width: 1025px) {
	.notify .more_link:hover {
		background-color: #e60238;
	}
}

@media screen and (max-width: 479px) {
	.notify .more_link {
		font-size: 12px;
	}
}

.profile_panel {
	background-color: #121414;
	padding: 20px 0;
	margin-bottom: 30px;
}

.profile_panel .holder {
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 639px) {
	.profile_panel .holder {
		-ms-flex-direction: column;
		    flex-direction: column;
	}
}

.profile_panel .headline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
	.profile_panel .headline {
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-align: stretch;
		    align-items: stretch;
	}
}

.profile_panel .name {
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
	margin-right: 20px;
	letter-spacing: 0.6px;
}

@media screen and (max-width: 768px) {
	.profile_panel .name {
		margin: 0 0 10px;
	}
}

@media screen and (max-width: 639px) {
	.profile_panel .name {
		text-align: center;
	}
}

@media screen and (max-width: 479px) {
	.profile_panel .name {
		font-size: 20px;
	}
}

.profile_panel .post {
	color: #fff;
	line-height: 1.7;
}

.profile_panel .columns {
	margin: -7px -60px;
	padding-bottom: 15px;
	font-size: 0;
}

.profile_panel .column {
	padding: 7px 60px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.profile_panel .item {
	margin-top: 14px;
	color: #56595e;
}

.profile_panel .item:first-child {
	margin-top: 0;
}

.profile_panel .item span {
	color: #fff;
}

.profile_panel a {
	color: #ff003c;
}

@media screen and (min-width: 1025px) {
	.profile_panel a:hover {
		text-decoration: underline;
	}
}

.avatar {
	margin-right: 20px;
}

@media screen and (max-width: 639px) {
	.avatar {
		text-align: center;
		margin: 0 0 20px;
	}
}

.action_rate {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
}

@media screen and (max-width: 639px) {
	.action_rate {
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

.action_rate .like {
	color: #ff003c;
	margin-left: 10px;
	display: block;
}

.action_rate .like:first-child {
	margin-left: 0;
}

@media screen and (min-width: 1025px) {
	.action_rate .like:hover {
		text-decoration: none;
		transform: rotate(-15deg);
	}
}

.action_rate span {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	padding-left: 8px;
}

.action_rate i {
	font-size: 28px;
}

@media screen and (max-width: 479px) {
	.action_rate i {
		font-size: 24px;
	}
}

.scroll_up {
	position: fixed;
	bottom: 125px;
	right: 40px;
	z-index: 999;
	width: 60px;
	height: 60px;
	border: 2px solid #ff003c;
	background-color: #fff;
	border-radius: 30px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

.scroll_up i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	color: #e9085a;
	font-size: 17px;
}

@media screen and (max-width: 1000px) {
	.scroll_up i {
		font-size: 14px;
	}
}

@media screen and (max-width: 1000px) {
	.scroll_up {
		right: 20px;
		bottom: 40px;
	}
}

@media screen and (max-width: 767px) {
	.scroll_up {
		width: 40px;
		height: 40px;
	}
}

.scroll_up.show {
	opacity: 1;
	visibility: visible;
}

.row_container {
	margin-bottom: 30px;
}

.row_container:last-child {
	margin-bottom: 0;
}

.heading {
	margin-bottom: 15px;
	margin-top: 5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.heading .title {
	color: #fff;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 400;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-width: 1px;
}

@media screen and (max-width: 479px) {
	.heading .title {
		font-size: 16px;
	}
}

.heading .link {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	border-radius: 20px;
	border: 2px solid #ff003c;
	color: #ff003c;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	font-family: 'K2D', sans-serif;
	padding: 12px 20px;
	margin-left: 10px;
	transition: background .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.heading .link:hover {
		color: #fff;
		background-color: #ff003c;
	}
}

@media screen and (max-width: 479px) {
	.heading .link {
		padding: 8px 12px;
	}
}

.twocolumns {
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.twocolumns {
		-ms-flex-direction: column;
		    flex-direction: column;
	}
}

.aside {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	width: 300px;
	border-radius: 5px;
	background-color: #121414;
	margin-right: 12px;
}

@media screen and (max-width: 767px) {
	.aside {
		-ms-flex-order: 2;
		    order: 2;
		margin: 20px 0 0;
		width: 100%;
	}
}

@media screen and (max-width: 479px) {
	.aside {
		font-size: 13px;
	}
}

.aside .box {
	padding: 20px;
	position: relative;
}

@media screen and (max-width: 479px) {
	.aside .box {
		padding: 15px 10px;
	}
}

.aside .box:first-child:before {
	display: none;
}

.aside .box:before {
	content: "";
	background-color: #ff003c;
	height: 1px;
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
}

@media screen and (max-width: 479px) {
	.aside .box:before {
		left: 10px;
		right: 10px;
	}
}

.aside .title {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 15px;
}

@media screen and (max-width: 479px) {
	.aside .title {
		font-size: 16px;
	}
}

.more {
	color: #56595e;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-top: 20px;
	padding: 0 20px;
}

@media screen and (min-width: 1025px) {
	.more:hover {
		color: #ff003c;
	}
}

.more span {
	line-height: 1.2;
}

.more i {
	margin-left: 10px;
	font-size: 9px;
	color: #ff003c;
}

.content {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-width: 1px;
	width: 100%;
}

/* block grid */

@media screen and (max-width: 767px) {
	.content {
		-ms-flex-order: 1;
		    order: 1;
	}
}

.grid {
	font-size: 0;
	margin: 0 -5px;
}

@media screen and (max-width: 767px) {
	.grid {
		margin: 0 -2px;
	}
}

.grid.inner .grid-item {
	width: 25%;
}

.grid.inner .grid-item-models {
	width: 15%;
}

@media screen and (max-width: 860px) {
	.grid.inner .grid-item {
		width: 33.333%;
	}
	.grid.inner .grid-item-models {
		width: 33.333%;
	}
}

@media screen and (max-width: 767px) {
	.grid.inner .grid-item {
		width: 50%;
	}
	.grid.inner .grid-item-models {
		width: 50%;
	}
}

.grid.inner .grid-item.grid-item-width {
	width: 50%;
}

.grid.inner .grid-item-models.grid-item-width {
	width: 50%;
}

.grid-item {
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	padding: 0 5px;
	position: relative;
}

.grid-item-models {
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	padding: 0 5px;
	position: relative;
}

@media screen and (max-width: 860px) {
	.grid-item {
		width: 33.333%;
	}
	.grid-item-models {
		width: 33.333%;
	}
}

@media screen and (max-width: 479px) {
	.grid-item {
		width: 50%;
		padding: 0 2px;
		margin-bottom: 4px;
	}
	.grid-item-models {
		width: 50%;
		padding: 0 2px;
		margin-bottom: 4px;
	}
}

.grid-item.grid-item-width {
	width: 66.666%;
}

.grid-item-models.grid-item-width {
	width: 66.666%;
}

@media screen and (max-width: 479px) {
	.grid-item.grid-item-width {
		width: 50%;
	}
	.grid-item-models.grid-item-width {
		width: 50%;
	}
}

.grid-item a {
	display: block;
}

@media screen and (min-width: 1025px) {
	.grid-item a:hover .wrap:before {
		opacity: 1;
	}
	.grid-item a:hover .search_view,
	.grid-item a:hover .name_wrapper {
		opacity: 1;
	}
	
	.grid-item-models a:hover .wrap:before {
		opacity: 1;
	}
	.grid-item-models a:hover .search_view,
	.grid-item-models a:hover .name_wrapper {
		opacity: 1;
	}
}

.grid-item .wrap {
	display: block;
	position: relative;
	transform: scale(1);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
	transition: transform .3s, box-shadow .3s;
}
.grid-item-models .wrap {
	display: block;
	position: relative;
	transform: scale(1);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
	transition: transform .3s, box-shadow .3s;
}

.grid-item .wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 1;
	opacity: 0;
	transition: opacity .3s;
}

.grid-item-models .wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 1;
	opacity: 0;
	transition: opacity .3s;
}

.grid-item .wrap.landscape {
	padding-bottom: 54.07%;
}

.grid-item .wrap.x525 {
	padding-bottom: 150%;
}

.grid-item .wrap.x524 {
	padding-bottom: 150%;
}

.grid-item .wrap.x526 {
	padding-bottom: 150%;
}

.grid-item .wrap.x527 {
	padding-bottom: 150%;
}

.grid-item .wrap.x490 {
	padding-bottom: 140%;
}

.grid-item .wrap.x450 {
	padding-bottom: 140%;
}

.grid-item .wrap.x3450 {
    padding-bottom: 149%;
}

.grid-item .wrap.x455 {
	padding-bottom: 140%;
}

.grid-item .wrap.x466 {
	padding-bottom: 140%;
}

.grid-item .wrap.x452 {
	padding-bottom: 140%;
}

.grid-item .wrap.x453 {
	padding-bottom: 140%;
}

.grid-item .wrap.x402 {
	padding-bottom: 133%;
}

.grid-item .wrap.x385 {
	padding-bottom: 110%;
}

.grid-item .wrap.x350 {
	padding-bottom: 100%;
}

.grid-item .wrap.x345 {
	padding-bottom: 120%;
}

.grid-item .wrap.x332 {
	padding-bottom: 54.07%;
}

.grid-item .wrap.300 {
	padding-bottom: 120%;
}

.grid-item .wrap.x233 {
	padding-bottom: 66.57%;
}

.grid-item .wrap.x232 {
	padding-bottom: 66.57%;
}

.grid-item .wrap.x262 {
	padding-bottom: 66.57%;
}

.grid-item .wrap.x210 {
	padding-bottom: 60%;
}

.grid-item .wrap.x212 {
	padding-bottom: 60%;
}

.grid-item .wrap.x226 {
	padding-bottom: 74.7%;
}

.grid-item .wrap.x201 {
	padding-bottom: 66.5%;
}

.grid-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	transform: scale(0.8);
}

.grid-item img.lazyloaded {
	opacity: 1;
	transform: scale(1);
	transition: all 700ms;
}

.grid-item .search_view {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	opacity: 0;
	transition: opacity .3s;
	z-index: 2;
	margin: auto;
	content: "\e905";
	color: #ff003c;
}

.grid-item .search_view i {
	font-size: 60px;
}


.grid-item-models .wrap.landscape {
	padding-bottom: 54.07%;
}

.grid-item-models .wrap.x525 {
	padding-bottom: 150%;
}

.grid-item-models .wrap.x524 {
	padding-bottom: 150%;
}

.grid-item-models .wrap.x526 {
	padding-bottom: 150%;
}

.grid-item-models .wrap.x490 {
	padding-bottom: 140%;
}

.grid-item-models .wrap.x450 {
	padding-bottom: 140%;
}

.grid-item-models .wrap.x455 {
	padding-bottom: 140%;
}

.grid-item-models .wrap.x385 {
	padding-bottom: 110%;
}

.grid-item-models .wrap.x350 {
	padding-bottom: 100%;
}

.grid-item-models .wrap.x345 {
	padding-bottom: 120%;
}

.grid-item-models .wrap.x233 {
	padding-bottom: 66.57%;
}

.grid-item-models .wrap.x210 {
	padding-bottom: 60%;
}

.grid-item-models img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	transform: scale(0.8);
}

.grid-item-models img.lazyloaded {
	opacity: 1;
	transform: scale(1);
	transition: all 700ms;
}

.grid-item-models .search_view {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	opacity: 0;
	transition: opacity .3s;
	z-index: 2;
	margin: auto;
	content: "\e905";
	color: #ff003c;
}

.grid-item-models .search_view i {
	font-size: 60px;
}


/* block grid */

.name_wrapper {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	padding: 0 10px;
	transform: translate3d(0, -50%, 0);
	text-align: center;
	opacity: 0;
	transition: opacity .3s;
	z-index: 2;
	margin: auto;
	content: "\e905";
	font-size: 14px;
	color: #000;
}

.posted .post .card-img .card-logo {
    border-radius: 5px 0 0 5px;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    bottom: 10px;
    right: 1px;
    width: 150px;
}


.name_wrapper_model {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    text-align: center;
    transition: opacity .3s;
    z-index: 2;
    margin: auto;
    content: "\e905";
    font-size: 14px;
    color: #000;
    background-color: rgba(255,255,255, 0.8);
}

.name_wrapper .name {
	color: #ff003c;
	font-size: 16px;
}

.name_wrapper .name_model {
	color: #ff003c;
	font-size: 16px;
}

figcaption {
	display: none;
}

figcaption a {
	border-radius: 20px;
	text-transform: uppercase;
	background-color: #ff003c;
	border: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #fff;
	font-family: 'K2D', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	cursor: pointer;
	padding: 12px 20px;
}

@media screen and (min-width: 1025px) {
	figcaption a:hover {
		background-color: #1d2022;
	}
}

figcaption a.title {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}

figcaption a.download {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	    align-items: center;
	padding: 7px 20px;
}

figcaption a.download i {
	font-size: 26px;
	margin-right: 8px;
}

.button_more {
	margin-top: 20px;
	border-radius: 20px;
	background-color: #ff003c;
	display: block;
	padding: 11px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.3;
	text-align: center;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.button_more:hover {
		background-color: #1d2022;
	}
}

@media screen and (max-width: 479px) {
	.button_more {
		font-size: 13px;
	}
}

.information {
	margin-top: 20px;
	background-color: #121414;
	border-radius: 5px;
	padding: 15px 20px;
}

.information .row {
	border-top: 1px solid #ff003c;
	margin-top: 18px;
	padding-top: 15px;
}

.information .row:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

.information .row.hide {
	display: none;
}

.information .flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

@media screen and (max-width: 639px) {
	.information .flex {
		-ms-flex-direction: column;
		    flex-direction: column;
	}
}

.information .action_rate {
	margin-right: 35px;
}

@media screen and (max-width: 639px) {
	.information .action_rate {
		margin: 0 0 20px;
	}
}

.information .item {
	color: #56595e;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin-right: 35px;
}

@media screen and (max-width: 639px) {
	.information .item {
		margin: 0 0 20px;
	}
}

@media screen and (max-width: 479px) {
	.information .item {
		font-size: 12px;
	}
}

.information .item span {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.information .item span {
		display: block;
	}
}

@media screen and (max-width: 639px) {
	.information .item span {
		display: inline-block;
	}
}

.information .item a {
	color: #fff;
}

@media screen and (min-width: 1025px) {
	.information .item a:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width: 768px) {
	.information .item a {
		display: block;
	}
}

@media screen and (max-width: 639px) {
	.information .item a {
		display: inline-block;
	}
}

.information .button {
	margin-left: auto;
	border-radius: 20px;
	border: 2px solid #ff003c;
	color: #ff003c;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	font-family: 'K2D', sans-serif;
	padding: 10px 20px;
	cursor: pointer;
	background: none;
}

@media screen and (max-width: 639px) {
	.information .button {
		margin: 0 auto;
	}
}

@media screen and (max-width: 479px) {
	.information .button {
		font-size: 12px;
	}
}

.information .button.active {
	background-color: #ff003c;
	color: #fff;
}

.information .title {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.6px;
	margin-bottom: 10px;
}

@media screen and (max-width: 479px) {
	.information .title {
		font-size: 18px;
	}
}

.information .desc {
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
}

@media screen and (max-width: 479px) {
	.information .desc {
		font-size: 12px;
	}
}

.tags_content {
	margin-top: 20px;
}

.tag_row {
	margin-top: 16px;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 479px) {
	.tag_row {
		-ms-flex-direction: column;
		    flex-direction: column;
		margin-top: 0;
	}
}

.tag_row:first-child {
	margin-top: 0;
}

.tag_row .col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
}

@media screen and (max-width: 479px) {
	.tag_row .col {
		-ms-flex-direction: column;
		    flex-direction: column;
	}
}

.tag_row span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	color: #53565b;
	font-size: 18px;
	line-height: 1.35;
	padding: 6px 0;
}

@media screen and (max-width: 479px) {
	.tag_row span {
		font-size: 16px;
	}
}

.tag_row .wrap {
	font-size: 0;
}

.tag_row a {
	border: 2px solid #fff;
	border-radius: 15px;
	padding: 5px 10px;
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
	display: inline-block;
	vertical-align: middle;
	margin: 5px 2px;
}

@media screen and (min-width: 1025px) {
	.tag_row a:hover {
		color: #ff003c;
		border: 2px solid #ff003c;
	}
}

@media screen and (max-width: 479px) {
	.tag_row a {
		font-size: 12px;
	}
}

.form_comment .box {
	margin-bottom: 10px;
}

.form_comment .box:last-child {
	margin-bottom: 0;
}

.form_comment .columns_grid {
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 767px) {
	.form_comment .columns_grid {
		-ms-flex-direction: column;
		    flex-direction: column;
	}
}

.form_comment .col {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-width: 1px;
	max-width: 615px;
}

.form_comment .col.second {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	max-width: 100%;
	min-width: auto;
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	.form_comment .col.second {
		margin: 10px 0 0;
	}
}

.form_comment .input {
	max-width: 342px;
	border-radius: 5px;
	background-color: #fff;
	color: #56595e;
}

.form_comment .input::-webkit-input-placeholder {
	color: #56595e;
}

.form_comment .input:-moz-placeholder {
	color: #56595e;
	opacity: 1;
}

.form_comment .input::-moz-placeholder {
	color: #56595e;
	opacity: 1;
}

.form_comment .input:-ms-input-placeholder {
	color: #56595e;
}

.form_comment .input:focus::-webkit-input-placeholder {
	color: transparent;
}

.form_comment .input:focus:-moz-placeholder {
	color: transparent;
}

.form_comment .input:focus::-moz-placeholder {
	color: transparent;
}

.form_comment .input:focus:-ms-input-placeholder {
	color: transparent;
}

.form_comment .input.placeholder {
	color: #56595e !important;
}

.form_comment .button {
	border-radius: 20px;
	background-color: #ff003c;
	padding: 13px 20px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.1;
	border: none;
	transition: background .3s;
	cursor: pointer;
}

@media screen and (min-width: 1025px) {
	.form_comment .button:hover {
		background-color: #d80234;
	}
}

.captcha img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.textarea {
	color: #56595e;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	height: 127px;
	width: 100%;
	border: none;
	padding: 12px 20px;
	resize: none;
	display: block;
	border-radius: 5px;
	background-color: #fff;
}

.textarea::-webkit-input-placeholder {
	color: #56595e;
}

.textarea:-moz-placeholder {
	color: #56595e;
	opacity: 1;
}

.textarea::-moz-placeholder {
	color: #56595e;
	opacity: 1;
}

.textarea:-ms-input-placeholder {
	color: #56595e;
}

.textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

.textarea:focus:-moz-placeholder {
	color: transparent;
}

.textarea:focus::-moz-placeholder {
	color: transparent;
}

.textarea:focus:-ms-input-placeholder {
	color: transparent;
}

.textarea.placeholder {
	color: #56595e !important;
}

.view_post {
	margin-top: 20px;
}

.view_post .post {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #282b2f;
	font-size: 13px;
	line-height: 1.6;
	color: #fff;
}

.view_post .post:first-child {
	margin-top: 0;
}

.view_post .headline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.2;
}

.view_post .name {
	color: #ff003c;
}

@media screen and (min-width: 1025px) {
	.view_post .name:hover {
		text-decoration: underline;
	}
}

.view_post .date {
	color: #56595e;
	font-size: 12px;
	line-height: 1.2;
	margin-left: 8px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.view_post .date i {
	font-size: 14px;
}

.view_post .date span {
	padding-left: 5px;
}

.cloud_search {
	font-size: 13px;
}

.cloud_search a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px;
	border: 2px solid transparent;
	border-radius: 15px;
}

@media screen and (min-width: 1025px) {
	.cloud_search a:hover {
		border-color: #e8002c;
		color: #e8002c;
	}
}

.list_rated .item {
	font-weight: 500;
	margin-top: 5px;
}

.list_rated .item:first-child {
	margin-top: 0;
}

.list_rated a {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	padding: 7px 20px;
	border-radius: 0 15px 15px 0;
	-ms-flex-align: center;
	    align-items: center;
	position: relative;
}

@media screen and (min-width: 1025px) {
	.list_rated a:hover {
		background-color: #ff003c;
	}
	.list_rated a:hover:before {
		display: block;
	}
	.list_rated a:hover b {
		color: #fff;
	}
}

.list_rated a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	width: 20px;
	background-color: #ff003c;
	display: none;
}

.list_rated a span {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list_rated a em {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

.list_rated a b {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	font-size: 13px;
	margin-left: 10px;
	text-align: right;
	color: #56595e;
	font-weight: 400;
}

.posted {
	color: #fff;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.33px;
}

.posted a {
	color: #ff003c;
}

.posted .post .card-img{
	padding: 8px 0;
    display: block;
    width: 100%;
    position: relative;
}
.posted .post .card-img img{
	width:100%;
}

@media screen and (min-width: 1025px) {
	.posted a:hover {
		text-decoration: underline;
	}
}

.posted .post {
	margin-top: 20px;
}



.posted .post:first-child {
	margin-top: 0;
}

.custom_list .item {
	font-weight: 500;
	margin-top: 5px;
}

@media screen and (max-width: 479px) {
	.custom_list .item {
		display: inline-block;
		vertical-align: top;
		margin: 0;
	}
}

.custom_list .item:first-child {
	margin-top: 0;
}

.custom_list a {
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	padding: 7px 20px;
	border-radius: 0 15px 15px 0;
	-ms-flex-align: center;
	    align-items: center;
	position: relative;
}

@media screen and (min-width: 1025px) {
	.custom_list a:hover {
		background-color: #ff003c;
	}
	.custom_list a:hover:before {
		display: block;
	}
}

.custom_list a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	width: 20px;
	background-color: #ff003c;
	display: none;
}

.pagination {
	text-align: center;
	font-size: 0;
	margin: -5px 0 0 -5px;
	padding-top: 30px;
}

.pagination li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 36px;
	margin: 5px 0 0 5px;
	min-width: 40px;
}

@media screen and (max-width: 767px) {
	
	.posted .post .card-img{
	padding: 8px 0;
    display: inline-block;
    width: 49.0%;
    position: relative;
	}
	.posted .post .card-img img{
	width:100%;
	}
}

@media screen and (max-width: 1024px) {
	.pagination li {
		display: none;
	}
	.pagination li.active, .pagination li.pager {
		display: inline-block;
	}
	
}

.pagination li.active a {
	border-color: #fff;
	color: #fff;
}

.pagination li.dots a {
	border-color: transparent;
}

.pagination a {
	display: block;
	border: 2px solid #56595e;
	border-radius: 20px;
	color: #56595e;
}

@media screen and (min-width: 1025px) {
	.pagination a:hover {
		background-color: #ff003c;
		border-color: #ff003c;
		color: #fff;
	}
}

.pagination i {
	font-size: 10px;
}

.footer {
	display: table-row;
	height: 1px;
}

.footer_container {
	margin-top: 30px;
}

.spot_large {
	position: relative;
	height: 545px;
	overflow: hidden;
	background-color: #f4f5ef;
}

.spot_large img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	transform: translate(-50%, -50%);
}

.spot_large .container {
	height: 100%;
}

.sticker {
	position: relative;
	top: 50%;
	right: 0;
	transform: translate3d(0, -50%, 0);
	text-align: right;
}

.sticker .title {
	color: #000;
	font-size: 80px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 35px;
}

@media screen and (max-width: 1280px) {
	.sticker .title {
		font-size: 60px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 767px) {
	.sticker .title {
		font-size: 40px;
		margin-bottom: 15px;
	}
}

.sticker .desc {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	max-width: 618px;
	margin-left: auto;
	letter-spacing: 0.45px;
	margin-bottom: 35px;
}

@media screen and (max-width: 1280px) {
	.sticker .desc {
		font-size: 16px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 767px) {
	.sticker .desc {
		font-size: 14px;
		margin-bottom: 15px;
	}
}

.sticker .btn {
	border-radius: 40px;
	background-color: #ff003c;
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	padding: 22px 40px;
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width: 1280px) {
	.sticker .btn {
		padding: 15px 40px;
		font-size: 24px;
	}
}

@media screen and (min-width: 1025px) {
	.sticker .btn:hover {
		background-color: #d80234;
	}
}

@media screen and (max-width: 767px) {
	.sticker .btn {
		font-size: 20px;
		padding: 12px 25px;
	}
}

.footer_wrapper {
	box-shadow: 0 1px 15px 6px rgba(0, 0, 0, 0.13);
	background-color: #fff;
	position: relative;
	z-index: 1;
	color: #000;
}

.footer_wrapper .holder {
	padding: 30px 0 36px;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 860px) {
	.footer_wrapper .holder {
		-ms-flex-direction: column;
		    flex-direction: column;
	}
}

.footer_wrapper .column {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-width: 1px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	text-align: right;
}

@media screen and (max-width: 860px) {
	.footer_wrapper .column {
		text-align: center;
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

.footer_wrapper .column.second {
	text-align: left;
	min-width: auto;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 20px;
}

@media screen and (max-width: 860px) {
	.footer_wrapper .column.second {
		margin: 0 0 20px;
		-ms-flex-align: center;
		    align-items: center;
	}
}

.logo_footer {
	margin-bottom: 10px;
}

.logo_footer a {
	display: block;
}

@media screen and (max-width: 1280px) {
	.logo_footer svg {
		width: 220px;
		height: 78px;
	}
}

.logotype_footer {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	color: #000;
	margin-bottom: 26px;
}

.logotype_footer .sup {
	color: #ff003c;
	font-size: 74px;
	font-weight: 200;
	line-height: 1;
}

@media screen and (max-width: 1159px) {
	.logotype_footer .sup {
		font-size: 50px;
	}
}

.logotype_footer .sup span {
	color: #000;
	font-weight: 800;
	letter-spacing: -0.9px;
	display: inline-block;
	vertical-align: baseline;
	position: relative;
}

.logotype_footer .sup span:before {
	content: "";
	position: absolute;
	top: 13px;
	left: -6px;
	background: url("../images/logo-icon.svg") no-repeat;
	width: 50px;
	height: 52px;
	background-size: 50px 52px;
}

@media screen and (max-width: 1000px) {
	.logotype_footer .sup span:before {
		position: absolute;
		top: 8px;
		left: -3px;
		background: url("../images/logo-icon.svg") no-repeat;
		width: 34px;
		height: 36px;
		background-size: 34px 36px;
	}
}

.logotype_footer .sub {
	font-size: 16px;
	font-weight: 200;
	text-transform: uppercase;
	color: #121414;
	letter-spacing: 1.15em;
	display: block;
}

@media screen and (max-width: 1000px) {
	.logotype_footer .sub {
		font-size: 11px;
	}
}

.navigation_footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.navigation_footer .item {
	font-size: 13px;
	line-height: 1.3;
}

.navigation_footer .item.active a {
	color: #ff003c;
	border: 2px solid #ff003c;
}

.navigation_footer a {
	display: inline-block;
	vertical-align: top;
	color: #000;
	padding: 5px 10px;
	border-radius: 15px;
	border: 2px solid transparent;
}

@media screen and (min-width: 1025px) {
	.navigation_footer a:hover {
		color: #ff003c;
		border: 2px solid #ff003c;
	}
}

.subscribe {
	margin-bottom: 40px;
}

.subscribe .title {
	color: #000;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 18px;
}

.subscribe .wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
}

@media screen and (max-width: 860px) {
	.subscribe .wrap {
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

.input_field {
	background: none;
	border: none;
	border-bottom: 1px solid #000;
	color: #121414;
	font-size: 13px;
	font-weight: 400;
	font-family: 'K2D', sans-serif;
	line-height: 1.2;
	padding: 10px 0;
	width: 100%;
	max-width: 342px;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
}

.btn_subscribe {
	border: none;
	cursor: pointer;
	border-radius: 20px;
	background-color: #ff003c;
	padding: 12px 20px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	font-family: 'K2D', sans-serif;
	margin-left: 20px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
}

@media screen and (min-width: 1025px) {
	.btn_subscribe:hover {
		background-color: #d80234;
	}
}

.input_field::-webkit-input-placeholder {
	color: #121414;
}

.input_field:-moz-placeholder {
	color: #121414;
	opacity: 1;
}

.input_field::-moz-placeholder {
	color: #121414;
	opacity: 1;
}

.input_field:-ms-input-placeholder {
	color: #121414;
}

.input_field:focus::-webkit-input-placeholder {
	color: transparent;
}

.input_field:focus:-moz-placeholder {
	color: transparent;
}

.input_field:focus::-moz-placeholder {
	color: transparent;
}

.input_field:focus:-ms-input-placeholder {
	color: transparent;
}

.input_field.placeholder {
	color: #121414 !important;
}

.copy {
	font-size: 12px;
	color: #56595e;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #000;
	opacity: 0.9;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-content figcaption {
	display: block;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	border: 2px solid #ff003c;
	background: none;
	position: absolute;
	right: -34px;
	top: 38px;
	text-decoration: none;
	text-align: center;
	padding: 0 0 18px 10px;
	color: #ff003c;
	font-style: normal;
	font-size: 0;
}

@media screen and (max-width: 767px) {
	.mfp-close {
		right: 5px;
		top: 75px;
	}
}

.mfp-close:before {
	content: "\e907";
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'Ico Moon' !important;
	font-size: 12px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-counter {
	display: none;
}

.mfp-arrow {
	position: absolute;
	margin: 0;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	border: 2px solid #56595e;
	background: none;
	color: #56595e;
}

@media screen and (max-width: 767px) {
	.mfp-arrow {
		width: 40px;
		height: 40px;
	}
}

@media screen and (min-width: 1025px) {
	.mfp-arrow:hover {
		color: #ff003c;
		border-color: #ff003c;
	}
}

.mfp-arrow-left {
	left: 20px;
	font-family: 'Ico Moon' !important;
	font-size: 18px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #56595e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
	.mfp-arrow-left {
		font-size: 20px;
	}
}

.mfp-arrow-left:before {
	content: "\e90a";
	transform: translate3d(-2px, 0px, 0);
	display: inline-block;
	vertical-align: top;
}

.mfp-arrow-right {
	right: 20px;
	font-family: 'Ico Moon' !important;
	font-size: 18px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #56595e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
	.mfp-arrow-right {
		font-size: 20px;
	}
}

.mfp-arrow-right:before {
	content: "\e90b";
	transform: translate3d(2px, 0px, 0);
	display: inline-block;
	vertical-align: top;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 70px 0 75px;
}

.mfp-figure figure {
	margin: 0;
}

.pagination .disabled {
	display: none;
}