/************
customized
************/
.shaded {
    position: relative;
}
.shaded:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 15px;
    background: url(../img/shadow.png) no-repeat center 0;
    background-size: 100% 100%;
}
.card-block__img .shaded {
    display: flex;
}
.card-block__img .shaded:before {
    width: 102%;
    height: 8px;
}
.card-block__count {
    position: absolute;
    color: #e2d2ba;
    bottom: 10px;
    right: 12px;
    font-size: 20px;
}
/****************************************************
base
****************************************************/
.content > .container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font: 14px Arial, sans-serif;
	width: 100%;
	height: 100%;
	line-height: 20px;
	color: #493b31;
}

a {
	color: #493830;
	outline: none;
	text-decoration: underline;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
	max-width: 100%;
	max-height: 100%;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	-webkit-appearance: none;
	border-radius: 0;
}

button {
	cursor: pointer;
	border: 0;
	outline: none;
}

input {
	vertical-align: middle;
	outline: none;
	border: 0;
}

input[type="submit"], input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
}

input[type="text"], input[type="email"], input[type="phone"], input[type="password"], textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 0;
	outline: none;
}

textarea {
	outline: none;
	resize: none;
	overflow: auto;
}

:invalid {
	-webkit-box-shadow: none;
	box-shadow: none;
}

ol, ul {
	list-style-position: inside;
}

::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

:-moz-placeholder {
	color: #000;
	opacity: 1;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

:-ms-input-placeholder {
	color: #000;
	opacity: 1;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

:focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

:focus:-moz-placeholder {
	opacity: 0;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

:focus:-ms-input-placeholder {
	opacity: 0;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.wrapper {
	min-height: 100%;
	height: auto;
	min-width: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #32241c;
	overflow: hidden;
	position: relative;
}

.container {
	width: 852px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

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

.overflow-hidden {
	overflow: hidden;
}

.hide {
	display: none;
}

.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.is-menu-active {
	overflow: hidden;
}

.preload a, .preload .icon {
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

/****************************************************
fonts
****************************************************/
/****************************************************
buttons
****************************************************/
.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-decoration: none;
	cursor: pointer;
}

.btn .icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 100%;
	max-height: 100%;
}

.btn-soc-share {
	width: 99px;
	height: 26px;
	position: relative;
	background-repeat: no-repeat;
}
.btn-soc-share_tg {
    background-image: url(../img/icon_telegram.png);
    background-size: cover;
}

.btn-soc-share_tg:hover {
    background-image: url(../img/icon_telegram_ak.png);
}

.btn-soc-share_fb {
	background-image: url(../img/facebook_k.png);
	background-size: cover;
}

.btn-soc-share_fb:hover {
	background-image: url(../img/facebook_k_ak.png);
}

.btn-soc-share_vk {
	background-image: url(../img/vkontakte_k.png);
	background-size: cover;
}

.btn-soc-share_vk:hover {
	background-image: url(../img/vkontakte_k_ak.png);
}

.btn-enter {
	width: 30px;
	height: 30px;
}

.btn-enter .icon {
	fill: #b3a198;
}

.btn-cart .icon {
	fill: #e0c07b;
}

.btn-main {
	background: #34251e;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	width: 100%;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	z-index: 10;
	text-align: center;
}

.btn-main:hover {
	color: #34251e;
	background: -webkit-gradient(linear, left top, right top, from(#aa843c), color-stop(50%, #efe1bc), to(#aa843c));
	background: -o-linear-gradient(left, #aa843c 0%, #efe1bc 50%, #aa843c 100%);
	background: linear-gradient(to right, #aa843c 0%, #efe1bc 50%, #aa843c 100%);
}

.btn-main_mod-color-brown2 {
	background: #695851;
}

.btn-main_mod-text-medium {
	font-size: 14px;
	line-height: 16px;
}

.btn-main_mod-text-small {
	font-size: 10.5px;
	line-height: 10.5px;
	padding-left: 10px;
	padding-right: 10px;
}

.btn-main:before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 15px;
	background: url(../img/shadow.png) no-repeat center 0;
	background-size: 100% 100%;
}

.btn-main_white {
	background: #fcf7f1;
	color: #34251e;
}

.btn-main_yellow {
	color: #34251e;
	background: -webkit-gradient(linear, left top, right top, from(#aa843c), color-stop(50%, #efe1bc), to(#aa843c));
	background: -o-linear-gradient(left, #aa843c 0%, #efe1bc 50%, #aa843c 100%);
	background: linear-gradient(to right, #aa843c 0%, #efe1bc 50%, #aa843c 100%);
}

.btn-main_yellow:hover {
	background: #34251e;
	color: #fff;
}

.btn-main_mod-height {
	height: 48px;
}

.btn-main_size-small {
	height: 28px;
	font-size: 12px;
	line-height: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

.btn-gallery-fav {
	position: absolute;
	right: 5px;
	top: -2px;
	fill: #ffcd07;
}

.btn-gallery-edit {
	position: absolute;
	right: 0px;
	bottom: 0px;
	fill: #77c2eb;
}

.btn-gallery-edit:hover {
	fill: #3A7B9D;
}

.btn-icon-eye .icon {
	fill: #b3a198;
}

.btn-icon-heart .icon {
	fill: #b92d24;
}

.btn-icon-star .icon {
	fill: #fcd83e;
}

.btn-icon-chat .icon {
	fill: #71c0f0;
}

.btn-social {
	margin-right: 10px;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#b68c40), color-stop(50%, #efe1bb), to(#b68c40));
	background: -o-linear-gradient(left, #b68c40 0%, #efe1bb 50%, #b68c40 100%);
	background: linear-gradient(to right, #b68c40 0%, #efe1bb 50%, #b68c40 100%);
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

.btn-social .icon {
	fill: #fff;
}

.btn-social:hover {
	background: -webkit-gradient(linear, left top, right top, from(#715024), color-stop(50%, #D1BF99), to(#715024));
	background: -o-linear-gradient(left, #715024 0%, #D1BF99 50%, #715024 100%);
	background: linear-gradient(to right, #715024 0%, #D1BF99 50%, #715024 100%);
}

.btn-trash .icon {
	fill: #b3a199;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.btn-trash:hover .icon {
	fill: #3A7B9D;
}

.btn-cart-reset {
	font-size: 15px;
	color: #af9e86;
	font-style: italic;
}

.btn-cart-reset .icon {
	fill: #af9e86;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.btn-cart-reset__text {
	margin-right: 10px;
}

.btn-cart-reset:hover {
	color: #377ea4;
}

.btn-cart-reset:hover .icon {
	fill: #377ea4;
}

.btn-icon {
	position: relative;
	height: 24px;
}

.btn-icon:hover .btn-label-text {
	opacity: 1;
	visibility: visible;
}

.btn-with-hint:hover .btn-label-text {
	opacity: 1;
	visibility: visible;
}

.btn-view-gallery {
	font-size: 12px;
	line-height: 14px;
	color: #5bbaeb;
}

.btn-view-gallery .icon-wrap {
	margin-left: 10px;
}

.btn-view-gallery:hover {
	color: #377ea4;
}

.btn-hide-eye {
	font-size: 9px;
	line-height: 10px;
	color: #5bbaeb;
}

.btn-hide-eye .icon {
	margin-right: 5px;
}

.btn-menu {
	position: absolute;
	right: 15px;
	top: 25px;
	width: 30px;
	height: 25px;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	z-index: 210;
	margin-left: 20px;
}

.btn-menu span, .btn-menu:before, .btn-menu:after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background-color: #d4b151;
	position: absolute;
	left: 0;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	border-radius: 2px;
}

.btn-menu:before {
	top: 0px;
}

.btn-menu span {
	top: 11px;
	opacity: 1;
}

.btn-menu:after {
	top: 22px;
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	top: 9px;
	width: 30px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-menu.active:after {
	top: 9px;
	width: 30px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 0;
}

.icon-eye {
	background-image: url(../img/sprite.png);
	background-position: -129px -134px;
	width: 33px;
	height: 17px;
}

.icon-poradok_gallery {
	background-image: url(../img/sprite.png);
	background-position: -78px -106px;
	width: 33px;
	height: 24px;
}

.icon-copy_work {
	background-image: url(../img/sprite.png);
	background-position: -192px -24px;
	width: 19px;
	height: 24px;
}

.icon-gallery {
	background-image: url(../img/sprite.png);
	background-position: -165px -123px;
	width: 24px;
	height: 24px;
}

.icon-delete_01 {
	background-image: url(../img/sprite.png);
	background-position: -192px -93px;
	width: 18px;
	height: 24px;
}

.icon-heart {
	background-image: url(../img/sprite.png);
	background-position: -165px -76px;
	width: 25px;
	height: 24px;
}

.icon-eye_active {
	background-image: url(../img/sprite.png);
	background-position: -61px -134px;
	width: 34px;
	height: 20px;
}

.icon-star {
	background-image: url(../img/sprite.png);
	background-position: -216px 0px;
	width: 16px;
	height: 14px;
}

.icon-dots {
	background-image: url(../img/sprite.png);
	background-position: -165px -147px;
	width: 20px;
	height: 5px;
}

.icon-copy {
	background-image: url(../img/sprite.png);
	background-position: -192px -48px;
	width: 19px;
	height: 24px;
}

.icon-delete {
	background-image: url(../img/sprite.png);
	background-position: -192px -117px;
	width: 18px;
	height: 24px;
}

.icon-cut {
	background-image: url(../img/sprite.png);
	background-position: -111px -106px;
	width: 19px;
	height: 19px;
}

.icon-delete-def {
	background-image: url(../img/sprite.png);
	background-position: 0px -59px;
	width: 47px;
	height: 47px;
}

.icon-eye-hide {
	background-image: url(../img/sprite.png);
	background-position: -134px -113px;
	width: 31px;
	height: 20px;
}

.icon-discount {
	background-image: url(../img/sprite.png);
	background-position: -29px -134px;
	width: 32px;
	height: 22px;
}

.icon-back-arrow {
	background-image: url(../img/sprite.png);
	background-position: -88px -159px;
	width: 28px;
	height: 11px;
}

.icon-success {
	background-image: url(../img/sprite.png);
	background-position: -47px -59px;
	width: 44px;
	height: 40px;
}

.icon-complaint {
	background-image: url(../img/sprite.png);
	background-position: -134px -88px;
	width: 29px;
	height: 25px;
}

.icon-double-tick {
	background-image: url(../img/sprite.png);
	background-position: -192px -163px;
	width: 24px;
	height: 15px;
}

.icon-file {
	background-image: url(../img/sprite.png);
	background-position: -192px -141px;
	width: 18px;
	height: 22px;
}

.icon-back-expand {
	background-image: url(../img/sprite.png);
	background-position: -216px -42px;
	width: 12px;
	height: 17px;
}

.icon-down-expand {
	background-image: url(../img/sprite.png);
	background-position: -216px -146px;
	width: 10px;
	height: 5px;
}

.icon-check {
	background-image: url(../img/sprite.png);
	background-position: -28px -180px;
	width: 18px;
	height: 16px;
}

.icon-emoji {
	width: 21px;
	height: 21px;
	background: url(../img/smayliki.svg) no-repeat;
}

.content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.content > .container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.vis-768 {
	display: none;
}

/****************************************************
header
****************************************************/
.header {
	padding-top: 15px;
	padding-bottom: 2px;
}

.header__logo {
	width: 130px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__main {
	margin-left: 100px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.header__main__lvl1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 7px;
	padding-bottom: 17px;
}

.header-menu {
	margin-top: 13px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-menu > li > a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	color: #e9e6df;
}

.header-menu > li > a:hover {
	color: #6cbdea;
}

.header-link {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	color: #e9e6df;
	margin-right: 20px;
}

.header-link:last-child {
	margin-right: 0;
}

.header-link:hover {
	color: #6cbdea;
}

.header-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 4px;
}

.header-links .btn-cart {
	margin-top: -4px;
}

.header-label {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #d4b151;
	padding-bottom: 3px;
	position: relative;
	padding-bottom: 5px;
}

.header-label:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: -webkit-gradient(linear, left top, right top, from(#b68c40), color-stop(50%, #efe1bb), to(#b68c40));
	background: -o-linear-gradient(left, #b68c40 0%, #efe1bb 50%, #b68c40 100%);
	background: linear-gradient(to right, #b68c40 0%, #efe1bb 50%, #b68c40 100%);
}

/****************************************************
footer
****************************************************/
.footer {
	background: url(../img/footer.jpg) no-repeat center 0;
	background-size: cover;
	padding-top: 25px;
	padding-bottom: 15px;
	position: relative;
	z-index: 100;
}

.footer__inner {
	background: rgba(255, 255, 255, 0.8);
	position: relative;
	padding: 25px 40px 15px 60px;
}

.footer__inner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 15px;
	background: url(../img/shadow.png) no-repeat center 0;
	background-size: 100% 100%;
}

.footer-menu {
	list-style: none;
}

.footer-menu > li {
	margin-bottom: 7px;
}

.footer-menu > li:last-child {
	margin-bottom: 0;
}

.footer-menu > li > a {
	text-transform: uppercase;
	color: #8d6664;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

.footer-menu > li > a:hover {
	color: #c1b0a4;
}

.footer-col {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}

.footer-col_size1 {
	width: 21%;
}

.footer-col_size2 {
	width: 37%;
}

.footer-title {
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 30px;
	font-size: 12px;
	color: #8d6664;
}

.footer-social {
	margin-bottom: 13px;
}

.field-email {
	margin-bottom: 15px;
}

.field-email input {
	border: 1px solid #bfbdbc;
	padding-left: 20px;
	padding-right: 20px;
	height: 40px;
	-webkit-box-shadow: 0 0 5px 0 #bfbdbc;
	box-shadow: 0 0 5px 0 #bfbdbc;
}

/****************************************************
main page
****************************************************/
.title-team {
	width: 222px;
}

.block-team {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	margin-bottom: 20px;
}

.block-team__img {
	width: 240px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	line-height: 0;
}

.block-team__img img {
	min-width: 100%;
}

.block-team__img:before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 15px;
	background: url(../img/shadow.png) no-repeat center 0;
	background-size: 100% 100%;
}

.block-team__main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 10px 30px;
}

.block-team__name {
	font-size: 16px;
	line-height: 20px;
	color: #e3d3ad;
	font-weight: 700;
	margin-bottom: 15px;
}

.content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.content > .container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.content__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #f0eeee;
	position: relative;
	padding: 25px 20px 40px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.content__left {
	position: absolute;
	right: 100%;
	top: 0;
	width: 125px;
	height: 100%;
}

.content__left_mod-transp .title-left {
	color: #988662;
}

.content__left_mod-transp .content__left__bg {
	background: transparent;
}

.content__left__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 5;
}

.title-left {
	font-weight: 700;
	color: #e0dad0;
	text-transform: uppercase;
	font-size: 27px;
	line-height: 27px;
	letter-spacing: 2px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	left: 40px;
	top: 242px;
	z-index: 20;
}

.title-brown {
	color: #493830;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.article p {
	margin-bottom: 20px;
}

.content-cards {
	padding-right: 60px;
	padding-left: 0;
}

.cards-wrapper {
	padding-left: 140px;
	margin-bottom: 15px;
}

.categories {
	margin-bottom: 20px;
}

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

.categories__title {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #7c030c;
}

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

.categories__title a:hover {
	color: #377ea4;
}

.categories__menu {
	list-style: none;
}

.categories__menu > li:last-child {
	margin-bottom: 0;
}

.categories__menu > li > a {
	color: #5c4e48;
	line-height: 15px;
	text-decoration: none;
}

.categories__menu > li > a:hover {
	color: #377ea4;
}

.participants-content {
	padding-left: 0;
}

.participants-content .content__left__bg {
	background: #f0eeee;
}

.participants-main-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.participants-side {
	width: 230px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
}

.participants-main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.participant {
	max-width: 185px;
}

.participant__card {
	position: relative;
}

.participant__main-title {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #bca667;
	margin-top: 10px;
}

.participant__main-title a {
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	color: #bca667;
}

.participant__main-title a:hover {
	color: #377ea4;
}

.participant__img {
	line-height: 0;
	height: 195px;
	overflow: hidden;
}

.participant__img img {
	width: 100%;
	max-height: 150%;
}

.participant__main {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
}

.participant__main__section {
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.participant__main .btn-main {
	padding-left: 10px;
	padding-right: 10px;
}

.participant__title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #34251e;
	text-align: left;
}

.participant__info {
	font-size: 11px;
	line-height: 17px;
}

.participant__info_lvl2 {
	margin-top: 20px;
}

.participant:hover .participant__main {
	opacity: 1;
	visibility: visible;
}

.block-btn {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 30px;
	height: 30px;
}

.block-btn_bottom {
	top: auto;
	bottom: 20px;
}

.block-btn_section {
	right: -3px;
	bottom: 0;
	top: auto;
}

.card-price-wrap {
	margin-top: 70px;
}

.card-price-wrap .price {
	margin-bottom: 7px;
}

.card-price-wrap .price:last-child {
	margin-bottom: 0;
}

.btn-icon-value {
	font-size: 11px;
	margin-left: 2px;
}

.btn-icon-eye .btn-icon-value {
	color: #342017;
}

.btn-icon-heart .btn-icon-value {
	color: #743530;
}

.btn-icon-star .btn-icon-value {
	color: #EAC958;
}

.price {
	color: #7c030c;
	font-size: 16px;
	line-height: 20px;
}

.price_new {
	color: #377ea4;
}

.price_old span, .price_old strong {
	position: relative;
}

.price_old span:before, .price_old strong:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 100%;
	height: 2px;
	background: #B24638;
}

.participants-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	padding-left: 10px;
}

.participants-row__col {
	width: 33.33%;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.participants-row__col img {
	width: 100%;
	max-height: none;
}

.card-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 5px;
}

.card-block__img {
	position: relative;
	width: 181px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.card-block__note {
	color: #af9e86;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 2px;
}

.card-block__title {
	color: #493b31;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: .6px;
}

.card-block__section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 15px;
	text-align: right;
}

.card-block__section__block {
	margin-bottom: 10px;
}

.card-block__section__block:last-child {
	margin-bottom: 0;
}

.card-block__info {
	font-size: 19px;
	line-height: 20px;
	color: #7c030c;
}

.card-block__btn {
	width: 180px;
	display: inline-block;
}

.card-block__free {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 19px;
	line-height: 20px;
	letter-spacing: .5px;
}

.card-block__term {
	font-size: 16px;
	margin-bottom: 4px;
}

.card-block_mod-pay {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.card-block_mod-pay .card-block__img {
	margin-right: 10px;
}

.card-block_free .card-block__section {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.card-pay-container {
	padding-left: 65px;
}

.card-pay-container .title.align-right {
	padding-right: 15px;
}

.title {
	position: relative;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 23px;
	margin-bottom: 20px;
}

.title_large {
	font-size: 22px;
	line-height: 26px;
}

.title-back-arrow {
	position: absolute;
	left: 0;
	top: 6px;
}

.counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.counter__btn {
	color: #02BCD2;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.counter__main {
	margin: 0 10px;
}

.counter__main input {
	background: transparent;
	font-size: 16px;
	width: 80px;
	text-align: center;
	line-height: 20px;
}

.card-pay-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 20px;
}

.card-pay-top__counter {
	padding-bottom: 15px;
}

.card-pay-form {
	margin-bottom: 30px;
}

.card-pay-form__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 15px;
}

.card-pay-form__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
	width: 280px;
	padding-top: 10px;
}

.card-pay-form__img img {
	width: 170px;
}

.card-pay-form__title {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.card-pay-form__text {
	font-size: 14px;
	margin-bottom: 20px;
}

.card-pay-form__total {
	text-align: right;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.card-pay-form__total__text {
	margin-bottom: 2px;
	font-size: 15px;
}

.card-pay-form__total .price {
	font-size: 18px;
}

.card-pay-form__main {
	width: 240px;
}

.checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.checkbox__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
	width: 23px;
	height: 23px;
	border: 1px solid #e5d6c3;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
}

.checkbox__icon .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	fill: #fff;
	width: 15px;
	height: 15px;
}

.checkbox input:checked + .checkbox__icon {
	background: #e5d6c3;
}

.checkbox input:checked + .checkbox__icon .icon {
	opacity: 1;
}

.checkbox__text {
	cursor: pointer;
	color: #b1a187;
	font-size: 15px;
	letter-spacing: .5px;
	padding-top: 2px;
}

.checkbox_mod-theme-dark .checkbox__text {
	color: #493830;
	font-size: 13.4px;
	font-weight: 700;
	letter-spacing: 0;
}

.checkbox-theme2 .checkbox__icon {
	width: 22px;
	height: 22px;
	border-color: #c5b593;
}

.checkbox-theme2 .checkbox__text {
	font-size: 14px;
	line-height: 18px;
}

.checkbox-theme2 input:checked + .checkbox__icon {
	background: #c5b593;
}

.checkbox-theme2 input:checked + .checkbox__icon .icon {
	opacity: 1;
}

.list-pay {
	list-style: none;
}

.list-pay > li {
	margin-bottom: 8px;
}

.list-pay > li:last-child {
	margin-bottom: 0;
}

.section-title {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 30px;
	cursor: pointer;
}

.section-title.active, .section-title:hover {
	color: #6cbdea;
}

.title-medium {
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
	letter-spacing: .7px;
}

.pay-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 30px;
	padding-left: 60px;
}

.pay-row__item {
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-card-right {
	text-align: right;
}

.btn-card-right .btn {
	width: 185px;
	padding-left: 10px;
	padding-right: 10px;
}

.block-stat {
	background: #fff;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.block-stat__icon {
	width: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.block-stat__icon .icon {
	fill: #e2d2ba;
}

.block-stat__title {
	font-size: 15px;
	line-height: 17px;
	color: #493830;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}

.block-stat__main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.block-stat__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-transform: uppercase;
	color: #493830;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 10px;
}

.block-stat__info:last-child {
	margin-bottom: 0;
}

.block-stat__num {
	font-size: 19px;
	line-height: 20px;
	color: #493830;
	font-weight: 700;
	background: #e2d2ba;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 255px;
}

.text-note {
	font-size: 13.4px;
	letter-spacing: .5px;
	color: #493830;
	text-align: center;
}

.search-letters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search-letters__title {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 12px;
	line-height: 14px;
	color: #c0933b;
	margin-right: 10px;
	width: 65px;
	margin-top: -7px;
}

.search-letters__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding-top: 18px;
	position: relative;
	margin-bottom: 20px;
}

.search-letters__list > li {
	margin-right: 9px;
}

.search-letters__list > li:last-child {
	margin-right: 0;
}

.search-letters__list > li > a {
	text-transform: uppercase;
	color: #493830;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
}

.search-letters__list > li > a:hover {
	color: #6cbdea;
}

.search-letters__list:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#b68e40), color-stop(50%, #efe1bc), to(#b68e40));
	background: -o-linear-gradient(left, #b68e40 0%, #efe1bc 50%, #b68e40 100%);
	background: linear-gradient(to right, #b68e40 0%, #efe1bc 50%, #b68e40 100%);
}

.list-authors {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
	list-style: none;
}

.list-authors > li > a {
	text-decoration: none;
	letter-spacing: 2px;
}

.list-authors > li > a:hover {
	color: #6cbdea;
}

.authors-search {
	margin-bottom: 17px;
}

.contact-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.contact-wrapper__side {
	width: 230px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 30px 30px 30px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #e4e2e1;
}

.contact-wrapper__main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 30px 50px;
}

.field {
	margin-bottom: 20px;
}

.field input, .field textarea {
	height: 40px;
	-webkit-box-shadow: 0 0 5px 1px #ceddfd;
	box-shadow: 0 0 5px 1px #ceddfd;
	padding-left: 10px;
	padding-right: 10px;
}

.field textarea {
	height: 130px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contacts-content {
	padding: 0;
}

.contact-item {
	font-size: 13.4px;
	line-height: 15px;
	margin-bottom: 40px;
}

.contact-item a {
	text-decoration: none;
}

.hashtag {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.5px;
	color: #52433c;
	font-size: 16px;
	line-height: 20px;
}

.soc-share {
	margin-bottom: 5px;
	height: 28px;
	overflow: hidden;
}

.share-block__title {
	margin-bottom: 30px;
}

.contacts-textarea {
	margin-top: 40px;
	margin-bottom: 40px;
}

.contacts-submit {
	text-align: right;
}

.contacts-submit .btn {
	width: auto;
}

.title-pantheon {
	position: absolute;
	right: 3px;
	top: -3px;
}

.content-gallery {
	padding: 0;
}

.content-gallery .content__left__bg {
	background: #F0EEEE;
}

.content-gallery .content__left .title-left {
	color: #f6f5f2;
}

.btn-container {
	margin-bottom: 15px;
}

.content-section {
	padding-right: 40px;
	padding-bottom: 50px;
}

.content-section_padding-bottom-none {
	padding-bottom: 0;
}

.content-section_padding-bottom-none .menu-user-bar {
	margin-bottom: 0;
}

.personal-gallery {
	padding: 10px 10px 20px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
	position: relative;
	z-index: 50;
}

.personal-gallery:after {
	content: "";
	position: absolute;
	left: -1%;
	top: 100%;
	width: 102%;
	height: 25px;
	background: url(../img/shadow.png) no-repeat center 0;
	background-size: 100% 100%;
}

.personal-gallery__side {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 16px;
	width: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.personal-gallery__side .location {
	margin-bottom: 4px;
}

.personal-gallery__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.personal-gallery__main__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 45px;
	position: relative;
}

.collector-about p {
	margin-bottom: 10px;
}

.collector-about .location {
	margin-bottom: 10px;
}

.collector-about .block-btn {
	right: 0;
	top: 0;
}

.collector-about .block-btn_bottom {
	top: auto;
	bottom: 0;
}

.gallery-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 4px;
}

.gallery-menu > li {
	margin-right: 10px;
}

.gallery-menu > li:last-child {
	margin-right: 0;
}

.gallery-menu > li > a {
	text-transform: uppercase;
	color: #af9e86;
	text-decoration: none;
	font-weight: 700;
	font-size: 13.4px;
}

.gallery-menu > li > a:hover {
	color: #6cbdea;
}

.gallery-menu > li.current > a {
	color: #f4c937;
}

.desc-text p {
	font-size: 13.4px;
	line-height: 18px;
}

.author-name {
	text-transform: uppercase;
	margin-bottom: 2px;
	font-size: 13.4px;
	font-weight: 700;
}

.location {
	font-size: 13.4px;
}

.gallery-ava {
	margin-bottom: 10px;
	position: relative;
	line-height: 0;
	display: inline-block;
}

.gallery-ava__inner {
	width: 150px;
	max-height: 150px;
	overflow: hidden;
}

.gallery-ava img {
	width: 100%;
}

.gallery-ava:before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 15px;
	background: url(../img/shadow.png) no-repeat center 0;
	background-size: 100% 100%;
}

.gallery-preview {
	margin-bottom: 10px;
}

.gallery-slider {
	margin-bottom: 12px;
}

.card-tab-desc {
	font-size: 12px;
	line-height: 14px;
}

.content-card {
	padding: 20px 40px 0 0;
	background: #fff;
	position: relative;
	z-index: 10;
}

.content-card .content__left {
	background: #fff;
}

.content-card:before {
	content: "";
	position: absolute;
	left: -2%;
	top: 100%;
	width: 104%;
	height: 50px;
	background: url(../img/shadow.png) no-repeat center 0;
	background-size: 100% 100%;
}

.content-works {
	padding: 25px 40px 30px 0;
	background: #eeedec;
}

.content-works .content__left {
	background: #eeedec;
}

.card-col {
	width: 470px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
}

.card-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 20px;
}

.card-col-main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.section-works {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #eeeded;
	margin-left: -5px;
	margin-right: -5px;
}

.section-works__col {
	width: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
}

.section-works_mod-3-in-row .section-works__col {
	width: 33.33%;
}

.slider-theme .slick-arrow {
	position: absolute;
	top: 50%;
	background: url(../img/arrow.svg) no-repeat;
	z-index: 10;
	width: 25px;
	height: 25px;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-theme .slick-prev {
	left: 10px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.slider-theme .slick-next {
	right: 10px;
}

.card-row-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}

.card-row-block__col {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}

.card-row-block__col .btn-main {
	padding-left: 15px;
	padding-right: 15px;
}

.card-work-info .title-medium {
	margin-bottom: 5px;
}

.card-work-info .price {
	font-size: 19px;
	line-height: 19px;
}

.card-work-user {
	text-align: right;
}

.card-work-user .gallery-ava {
	margin-bottom: 8px;
}

.card-work-user .author-name {
	font-size: 12px;
	line-height: 14px;
}

.card-work-user .location {
	font-size: 13.4px;
}

.work-status {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 15px;
}

.work-size {
	text-transform: uppercase;
	font-weight: 700;
	color: #af9e86;
	font-size: 16px;
	margin-bottom: 5px;
}

.work-size-val {
	font-size: 13.4px;
	font-style: italic;
}

.card-row-buttons {
	margin-top: 20px;
	margin-bottom: 20px;
}

.title-card {
	text-transform: uppercase;
	font-weight: 700;
	color: #af9e86;
	font-size: 13.4px;
	margin-bottom: 4px;
	letter-spacing: .4px;
}

.card-desc p {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 12px;
}

.card-desc p:last-child {
	margin-bottom: 0;
}

.card-desc ul {
	list-style: none;
	font-size: 12px;
	line-height: 14px;
}

.card-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-bottom: 20px;
}

.card-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card-share .title-card {
	margin-right: 12px;
}

.card-share .btn {
	margin-right: 12px;
}

.card-share .btn:last-child {
	margin-right: 0;
}

.work-item {
	position: relative;
    z-index: 15;
	max-width: 264px;
}

.work-item:hover {
    z-index: 30;
}

.work-item__edit {
    position: absolute;
    right: 11px;
    top: 11px;
    z-index: 20;
}
.work-item__edit .btn-gallery-edit {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    z-index: 20;
}
.work-item__edit .btn-gallery-edit .icon {
    fill: #34251e;
    transition: .25s;
}

.work-item__img {
	line-height: 0;
}

.work-item__overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 35px;
	text-align: center;
	opacity: 0;
}

.work-item:hover .work-item__overlay {
	opacity: 1;
	visibility: visible;
}

.work-item__title {
	color: #34251e;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.work-item__note {
	font-size: 12px;
	line-height: 14px;
}

.work-item__price {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 25px;
}

.work-item__price_new {
	color: #377ea4;
	margin-bottom: 10px;
}

.work-item__price_old span, .work-item__price_old strong {
	position: relative;
}

.work-item__price_old span:before, .work-item__price_old strong:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 100%;
	height: 2px;
	background: #B24638;
}

.work-item__fav {
	position: absolute;
	right: 10px;
	top: 10px;
}

.work-item__fav .icon-remove {
	margin-right: 0;
	margin-top: 0;
}

.main-img {
	padding: 0;
	line-height: 0;
	margin-bottom: 15px;
	background: transparent;
	text-align: center;
}

.gallery-item-block {
	max-width: 301px;
}

.carousel-gallery {
	background: #fff;
}

.carousel-gallery__item {
	line-height: 0;
	padding: 15px 7px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 315px;
}

.gallery-main-wrapper {
	position: relative;
	margin-bottom: 15px;
}

.gallery-main-wrapper__label {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 250px;
	height: 250px;
	background: rgba(255, 255, 255, 0.4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery-main-wrapper__label:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 110%;
	height: 110%;
	border: 3px solid rgba(255, 255, 255, 0.4);
}

.block-about {
	background: url(../img/bg-block.jpg) no-repeat center 0;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
}

.block-about__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.block-about__img {
	width: 255px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 25px;
	line-height: 0;
}

.block-about__main {
	background: rgba(255, 255, 255, 0.6);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 25px 20px;
}

.block-about__main p {
	margin-bottom: 18px;
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
}

.block-about__main p:last-child {
	margin-bottom: 0;
}

.banner {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 40px;
	min-height: 200px;
	z-index: 10;
}

.banner__bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 70.5%;
	height: 100%;
	background: #c5c2c0;
	z-index: -1;
}

.banner__label {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	-webkit-transform-origin: right 0;
	-ms-transform-origin: right 0;
	transform-origin: right 0;
	right: 25px;
	top: 30px;
	z-index: 1;
}

.profile-link {
	margin-bottom: 4px;
}

.profile-link a {
	text-transform: uppercase;
	color: #5bbaeb;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	text-decoration: none;
}

.profile-link a:hover {
	color: #bdaa8a;
}

.mail-icon {
	position: relative;
	margin-bottom: -4px;
	margin-left: 4px;
}

.mail-icon .icon {
	fill: #fff;
}

.mail-icon__num {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	background: #6cbdea;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	border-radius: 100%;
	border: 2px solid #fff;
	margin-top: -3px;
}

.profile-btn-msg {
	margin-left: -10px;
	margin-top: 10px;
}

.btn-msg {
	font-size: 12px;
}

.btn-msg:hover .mail-icon .icon {
	fill: #377ea4;
}

.menu-user {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.menu-user > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	height: 46px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #af9e86;
	border-radius: 10px;
	-webkit-box-shadow: 2px 0 3px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 0 3px 1px rgba(0, 0, 0, 0.1);
}

.menu-user > li > a:hover {
	background: #483932;
}

.menu-user > li.current > a {
	color: #f4c937;
}

.menu-user-bar {
	background: -webkit-gradient(linear, left top, left bottom, from(#5a4c44), to(#2c1f19));
	background: -o-linear-gradient(top, #5a4c44 0%, #2c1f19 100%);
	background: linear-gradient(to bottom, #5a4c44 0%, #2c1f19 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}

.menu-user-selected {
	color: #5bbaeb;
	margin-left: 4px;
}

.menu-user-search {
	position: relative;
	padding: 10px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu-user-search__link {
	text-transform: uppercase;
	color: #8e7d6a;
}

.menu-user-search__link.active {
	opacity: 0;
}

.search-window {
	position: absolute;
	right: 30px;
	top: 10px;
	width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	visibility: hidden;
}

.search-window__close {
	position: absolute;
	right: -20px;
	top: 3px;
	width: 11px;
	height: 11px;
	cursor: pointer;
}

.search-window__close .icon {
	fill: #fff;
	max-height: 100%;
	max-width: 100%;
}

.search-window.active {
	opacity: 1;
	visibility: visible;
}

.search-window__field {
	width: 195px;
}

.search-window__field input {
	height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
}

.search-window__field ::-webkit-input-placeholder {
	color: #6F98AD;
	text-transform: uppercase;
}

.search-window__field ::-moz-placeholder {
	color: #6F98AD;
	text-transform: uppercase;
}

.search-window__field :-moz-placeholder {
	color: #6F98AD;
	text-transform: uppercase;
}

.search-window__field :-ms-input-placeholder {
	color: #6F98AD;
	text-transform: uppercase;
}

.search-window__btn input {
	background: #6EBDE8;
	color: #fff;
	text-transform: uppercase;
	height: 23px;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 13px;
}

.subs-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.subs-row__item {
	width: 160px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.sub-item {
	position: relative;
}

.sub-item__img {
	line-height: 0;
	width: 150px;
	height: 150px;
	overflow: hidden;
}

.sub-item__img img {
	width: 100%;
	max-height: none;
}

.sub-item__overlay {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #32221a;
}

.sub-item__title {
	font-size: 19px;
	line-height: 21px;
	font-weight: 700;
	margin-top: 20px;
}

.sub-item__location {
	font-size: 11px;
	line-height: 13px;
	font-weight: 700;
}

.sub-item__info {
	font-size: 11px;
	line-height: 13px;
}

.sub-item__btn {
	margin-top: 10px;
}

.sub-item:hover .sub-item__overlay {
	opacity: 1;
	visibility: visible;
}

.sub-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 9px;
	background: url(../img/shadow.png) no-repeat center 0;
	background-size: 100% 100%;
}

.sub-item-title {
	text-transform: uppercase;
	text-align: center;
	color: #af9e86;
	font-size: 12px;
	line-height: 14px;
	margin-top: 8px;
	position: relative;
	z-index: 10;
}

.sub-item-title a {
	color: #af9e86;
}

.sub-item-title a:hover {
	color: #6cbdea;
}

.work-item-title {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	color: #c5b28a;
	margin-top: 10px;
}

.work-item-title a {
	color: #c5b28a;
}

.work-item-title a:hover {
	color: #377ea4;
}

.icon-fav {
	fill: #fecc00;
}

.icon-remove {
	fill: red;
	margin-right: 5px;
	margin-top: 5px;
}

.cart-block__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 40px;
	padding-left: 40px;
}

.cart-block__head__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cart-block__ava {
	margin-right: 25px;
	width: 54px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
}

.cart-block__name {
	text-transform: uppercase;
	font-weight: 700;
}

.cart-block__location {
	font-size: 12px;
	line-height: 14px;
}

.cart-block__delete {
	margin-right: 18px;
}

.cart-block__delete .icon {
	fill: #b3a198;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.cart-block__delete:hover .icon {
	fill: #6cbdea;
}

.cart-block__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cart-block__col-items {
	width: 500px;
	background: #fefefe;
	margin-right: 3px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cart-block__col-form {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 40px;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #fefefe;
}

.table-cart {
	width: 100%;
}

.table-cart th {
	color: #af9e86;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	padding-bottom: 10px;
}

.table-cart th:nth-child(1) {
	width: 250px;
	text-align: left;
}

.table-cart th:nth-child(2) {
	width: 70px;
}

.table-cart th:nth-child(3) {
	width: 160px;
}

.table-cart td {
	padding-bottom: 13px;
}

.table-cart td:nth-child(2) {
	text-align: center;
}

.table-cart td:nth-child(3) {
	text-align: center;
}

.cart-item__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cart-item__main__section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.cart-item__photo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
	width: 70px;
	line-height: 0;
}

.cart-item__title {
	margin-bottom: 4px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}

.cart-item__note {
	font-style: italic;
	font-size: 15px;
	line-height: 17px;
	color: #af9e86;
}

.cart-item__price {
	font-size: 16px;
}

.count-items {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.count-items__btn {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: #34251e;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.count-items__btn.count-minus {
	font-size: 26px;
	line-height: 26px;
}

.count-items__btn:hover {
	color: #6cbdea;
}

.count-items__field {
	margin: 0 7px;
	width: 25px;
	text-align: center;
}

.count-items__field input {
	height: 22px;
	border-radius: 4px;
	border: 1px solid #bdaea6;
	text-align: center;
}

.cart-item-field {
	margin-bottom: 5px;
}

.cart-item-field__title {
	font-style: italic;
	font-size: 13.4px;
	padding-left: 7px;
}

.cart-form-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 3px;
}

.cart-form-info__title {
	font-size: 13.4px;
	font-style: italic;
}

.cart-form-info__price {
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
}

.cart-form-info__delivery {
	font-style: italic;
	font-size: 16px;
}

.cart-form-info__total {
	font-size: 16px;
	font-weight: 700;
}

.cart-form-info__total-price {
	font-size: 19px;
	color: #842c24;
	font-weight: 700;
}

.content-cart {
	padding: 0;
	background: #fcf7f1;
}

.content-cart__top {
	padding: 20px 40px;
	background: #fefefe;
}

.content-cart__top > div {
	margin-bottom: 0;
}

.cart-form-btn {
	margin-top: 10px;
}

.cart-form-block {
	margin-top: 11px;
}

.ordering-result-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ordering-result-total .cart-form-block {
	max-width: 250px;
}

.field-border input, .field-border textarea {
	border: 1px solid #bcada5;
	height: 25px;
}

.field-border textarea {
	height: 42px;
}

.ordering-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ordering-col-form {
	width: 465px;
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 3px solid #fcf7f1;
	background: #fefefe;
}

.ordering-col-side {
	width: 385px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 40px;
	background: #fefefe;
}

.ordering-info {
	margin-bottom: 7px;
}

.ordering-info__title {
	font-style: italic;
	color: #af9e86;
	font-size: 13.4px;
	line-height: 16px;
	margin-bottom: 5px;
}

.ordering-info__main {
	font-size: 13.4px;
	line-height: 16px;
}

.ordering-info_mod-large .ordering-info__main {
	font-size: 16px;
	line-height: 20px;
}

.ordering-field {
	margin-bottom: 6px;
}

.field-title {
	margin-bottom: 4px;
}

.cart-reset-block {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 40px;
	text-align: right;
}

.work-author {
	position: relative;
	margin-bottom: 7px;
}

.work-author__img {
	border-radius: 4px;
	line-height: 0;
	height: 200px;
	overflow: hidden;
}

.work-author__img img {
	min-height: 100%;
	max-width: 105%;
}

.work-author__bar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.work-author__menu {
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
}

.work-author__menu:hover .work-author-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.work-author-menu {
	position: absolute;
	right: 10px;
	top: 35px;
	background: #fff;
	width: 215px;
	list-style: none;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
	padding-top: 5px;
	padding-bottom: 5px;
}

.work-author-menu:before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100%;
	border: 9px solid transparent;
	border-bottom: 18px solid #fff;
}

.work-author-menu > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	font-size: 11px;
	text-decoration: none;
	padding: 2px 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.work-author-menu > li > a .icon {
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
	margin-right: 4px;
	margin-top: -2px;
	margin-bottom: -2px;
}

.work-author-menu > li > a:hover {
	color: #377ea4;
}

.work-author-menu .icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.works-author-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.works-author-row__col {
	padding-left: 5px;
	padding-right: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 205px;
	margin-bottom: 7px;
}

.icon {
	line-height: 0;
}

.informer-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
}

.informer-icon:last-child {
	margin-right: 0;
}

.informer-icon .icon {
	margin-right: 4px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.informer-icon .icon-star {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-right: 2px;
	margin-top: -1px;
}

.informer-icon__text {
	font-size: 12px;
	font-weight: 700;
	min-width: 30px;
}

.informer-icon_views {
	color: #34251E;
}

.informer-icon_likes {
	color: #B72B22;
}

.informer-icon_fav {
	color: #FECC00;
}

.content-works-author {
	padding: 0;
	background: #fdfdfc;
}

.content-works-author .content__left {
	background: #fdfdfc;
}

.btn-label-text {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 50px;
	background: #FDFFFC;
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
	font-size: 11px;
	line-height: 12px;
	padding: 8px 10px;
	z-index: 50;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.btn-label-text:before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100%;
	border: 9px solid transparent;
	border-bottom: 15px solid #fff;
}

.btn-label-text:hover {
	color: #377ea4;
}

.work-authors-bottom {
	background: #fcf7f1;
	padding-top: 10px;
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 40px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}

.work-authors-bottom:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	width: 125px;
	height: 100%;
	background: #fcf7f1;
	z-index: 10;
}

.work-authors-bottom .btn {
	width: auto;
	min-width: 160px;
	height: 38px;
	font-size: 12px;
	margin-right: 45px;
}

.work-authors-bottom .btn:last-child {
	margin-right: 0;
}

.section-works-author {
	position: relative;
}

.section-reg {
	padding-top: 10px;
	padding-right: 40px;
}

.works-author-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}

.works-author-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.works-author-btns .btn {
	margin-right: 15px;
}

.works-author-btns .btn:last-child {
	margin-right: 0;
}

.works-author-top {
	background: #fcf7f1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}

.works-author-top:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	width: 125px;
	height: 100%;
	background: #fcf7f1;
	z-index: 10;
}

.works-author-top .title-brown {
	margin-bottom: 0;
}

.works-author-top .btn {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.window-cart {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: -10;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.window-cart__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #34251E;
	opacity: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.window-cart__main {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fefefe;
	width: 435px;
	height: 100%;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #EFEEEC;
	top: 0;
	left: calc(50% + 670px);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
	margin-left: -30px;
	visibility: hidden;
}

.window-cart.active {
	z-index: 250;
	opacity: 1;
	visibility: visible;
}

.window-cart.active .window-cart__main {
	opacity: 1;
	visibility: visible;
	margin-left: 0px;
}

.window-cart__head {
	background: #fcf7f1;
	padding-left: 33px;
	padding-right: 33px;
	margin-bottom: 15px;
}

.window-cart__head .cart-block__ava {
	margin-right: 10px;
}

.window-cart .cart-item__main {
	padding-left: 33px;
	padding-right: 33px;
	margin-bottom: 15px;
}

.window-cart .cart-item__photo {
	border-radius: 4px;
	overflow: hidden;
	width: 87px;
}

.window-cart__total {
	background: #fcf7f1;
	padding-left: 160px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
}

.window-cart__total__title {
	color: #493b31;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.window-cart__total__price {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
}

.window-cart__total__price span {
	font-size: 18px;
	line-height: 22px;
}

.window-cart__section-btn {
	padding: 40px 80px;
}

.window-cart__close {
	position: absolute;
	left: 40px;
	top: 20px;
	cursor: pointer;
}

.window-cart__close .icon {
	width: 15px;
	height: 15px;
}

.window-cart__close:hover .icon {
	fill: #377ea4;
}

.form-section-wrapper {
	margin-bottom: 10px;
}

.add-photo {
	display: block;
	border: 1px solid #6cbdea;
	border-radius: 3px;
	height: 145px;
	position: relative;
}

.add-photo__inner {
	display: block;
	height: 100%;
	cursor: pointer;
}

.add-photo__inner:before {
	content: "+";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #6cbdea;
	font-size: 100px;
	line-height: 100px;
}

.add-photo__remove {
	position: absolute;
	right: 5px;
	top: 5px;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	z-index: 10;
}

.add-photo__cut {
	position: absolute;
	left: 5px;
	bottom: 5px;
	z-index: 10;
}

.add-photo_mod-size .add-photo__inner:before {
	font-size: 90px;
	line-height: 90px;
	font-weight: 400;
}

.form-title {
	font-weight: 700;
	font-size: 13.3px;
	line-height: 16px;
	font-weight: 700;
	margin-bottom: 7px;
}

.form-title_logo {
	margin-top: 6px;
}

.author-reg-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.author-reg-row__col1 {
	width: 145px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}

.author-reg-row__col2 {
	width: calc(100% - 155px);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.reg-gal-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.reg-gal-bar .form-title {
	margin-bottom: 0;
}

.form-field {
	width: 100%;
	margin-bottom: 7px;
	position: relative;
}

.form-field input, .form-field textarea {
	font-size: 12px;
	border: 1px solid #6cbdea;
	border-radius: 1px;
	height: 24px;
	padding-left: 10px;
	padding-right: 10px;
}

.form-field textarea {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 70px;
}

.form-field_size-mod1 {
	width: 155px;
}

.form-field_discount .icon {
	position: absolute;
	right: 1px;
	top: 1px;
}

.form-field_discount input {
	padding-right: 35px;
}

.form-link {
	margin-bottom: 10px;
}

.form-link a {
	display: inline-block;
	text-decoration: none;
	font-size: 13.4px;
	line-height: 18px;
}

.form-link a:hover {
	text-decoration: underline;
}

.link-remove-profile {
	font-size: 12px;
	line-height: 14px;
	color: #5bbaeb;
}

.link-remove-profile .icon-wrap {
	margin-right: 7px;
}

.link-remove-profile:hover {
	color: #377ea4;
}

.link-with-icon:hover .icon-wrap .icon_base {
	opacity: 0;
}

.link-with-icon:hover .icon-wrap .icon_hover {
	opacity: 1;
}

.list-select {
	list-style: none;
}

.list-select > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.list-select .form-field {
	max-width: 190px;
}

.form-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form-checkbox__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	border: 1px solid #6cbdea;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
}

.form-checkbox__icon .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	fill: #6cbdea;
	width: 10px;
	height: 10px;
}

.form-checkbox input:checked + .form-checkbox__icon .icon {
	opacity: 1;
}

.form-checkbox__text {
	cursor: pointer;
	font-size: 12px;
}

.field-price {
	width: 80px;
}

.field-price input {
	border: 1px solid #6cbdea;
	border-radius: 3px;
	height: 15px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	line-height: 11px;
	color: #6cbdea;
}

.field-price ::-webkit-input-placeholder {
	color: #6cbdea;
}

.field-price ::-moz-placeholder {
	color: #6cbdea;
}

.field-price :-moz-placeholder {
	color: #6cbdea;
}

.field-price :-ms-input-placeholder {
	color: #6cbdea;
}

.form-row-delivery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form-row-delivery__col {
	width: 275px;
	margin-right: 20px;
}

.form-row-delivery__col:last-child {
	margin-right: 0;
}

.hashtags ::-webkit-input-placeholder {
	color: #6cbdea;
}

.hashtags ::-moz-placeholder {
	color: #6cbdea;
}

.hashtags :-moz-placeholder {
	color: #6cbdea;
}

.hashtags :-ms-input-placeholder {
	color: #6cbdea;
}

.gallery-rules-editor .trumbowyg-editor, .gallery-rules-editor .trumbowyg-textarea {
	min-height: 65px;
}

.add-work-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.add-work-top__col {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 30px;
}

.add-work-top__link {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.add-photos-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.add-photos-row__item-large {
	width: 205px;
	height: 205px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.add-photos-row__item-mini {
	width: 110px;
	height: 110px;
	margin-right: 10px;
	margin-bottom: 15px;
}

.add-photos-row__item-mini:last-child {
	margin-right: 0;
}

.add-photos-row__item-mini .add-photo__inner:before {
	font-size: 75px;
	line-height: 75px;
	font-weight: 400;
}

.add-work-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.add-work-row__col-size2 {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.add-work-row__col-size1 {
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.textarea-add-work .trumbowyg-editor, .textarea-add-work .trumbowyg-textarea {
	min-height: 150px;
}

.ordering-process {
	padding: 20px 40px 20px 20px;
	background: #fff;
}

.ordering-process-row {
	margin-left: -10px;
	margin-right: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ordering-process-row__col {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

.ordering-note {
	font-style: italic;
	font-size: 13.4px;
	line-height: 18px;
	margin-top: 20px;
}

.content-about {
	padding: 20px 20px 50px;
	min-height: auto;
}

.about-block {
	background: #efeeed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 30px;
}

.about-block p {
	font-size: 17px;
	line-height: 20px;
	color: #48221f;
	margin-bottom: 20px;
	text-align: justify;
}

.about-block p:last-child {
	margin-bottom: 0;
}

.about-block__col {
	width: 130px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 25px;
	text-align: center;
}

.about-block__main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.modal {
	position: relative;
	background: #fff;
	max-width: 700px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 100px auto 50px;
}

.modal .title {
	text-align: center;
	margin-bottom: 10px;
}

.popup-inner-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.popup-preview-col {
	width: 314px;
	line-height: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}

.popup-preview-col_with-shadow:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, color-stop(30%, transparent), to(rgba(25, 17, 12, 0.9)));
	background: -o-linear-gradient(left, transparent 30%, rgba(25, 17, 12, 0.9) 100%);
	background: linear-gradient(to right, transparent 30%, rgba(25, 17, 12, 0.9) 100%);
}

.popup-preview-col__label {
	position: absolute;
	right: 25px;
	bottom: 40px;
	width: 140px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	z-index: 10;
	text-align: right;
}

.popup-main-col {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 35px 50px 25px;
}

.popup-reg-btn {
	margin-bottom: 45px;
}

.text-site-desc {
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #473d35;
	font-size: 12.5px;
	text-align: center;
}

.field-line {
	margin-bottom: 15px;
	position: relative;
}

.field-line input {
	background: transparent;
	border-bottom: 1px solid #cdbea1;
	height: 30px;
	font-size: 17px;
	line-height: 20px;
}

.field-error-text {
	color: #ba000b;
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
}

.reg-help-text {
	font-size: 12px;
	line-height: 16px;
	color: #a99c86;
	text-align: center;
	margin-top: 20px;
}

.reg-help-text a {
	text-decoration: none;
}

.popup-link-bottom {
	text-align: center;
	margin-top: 30px;
}

.popup-link-bottom a {
	color: #342924;
	font-size: 15.3px;
	text-transform: uppercase;
}

.popup-reg-choise {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.popup-reg-choise .title {
	margin-bottom: 55px;
}

.popup-socials {
	text-align: center;
	margin-bottom: 10px;
}

.popup-checkbox {
	margin-bottom: 20px;
}

.popup-submit {
	margin-top: 10px;
}

.popup-submit_mod-offset2 {
	margin-top: 25px;
}

.field-show-pass {
	position: absolute;
	right: 0;
	top: 5px;
}

.field-show-pass .icon {
	fill: #bda984;
}

.error-status-field > input {
	color: #ba000b;
}

.modal-full {
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 50px;
	background-position: left bottom;
	background-image: url(../img/popup-bg.png);
	background-repeat: no-repeat;
}

.modal-full__inner {
	max-width: 280px;
	margin: 0 auto;
}

.modal-full .title {
	margin-bottom: 20px;
}

.popup-desc {
	text-align: center;
	font-size: 17px;
	line-height: 22px;
}

.popup-success-icon {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

.popup-btn-reg {
	max-width: 280px;
	margin: 0 auto;
}

.attemption {
	margin-top: 30px;
	text-align: center;
}

.attemption__title {
	font-size: 17px;
	line-height: 21px;
	color: #90030a;
}

.work-select {
	color: #7fb8e9;
}

.author-select {
	font-weight: 600;
}

.popup-bottom-desc {
	text-align: center;
	margin-top: 35px;
}

.popup-bottom-desc a {
	text-decoration: none;
	color: #7fb8e9;
}

.modal-close {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: -45px;
}

.modal-close .icon {
	width: 15px;
	height: 15px;
	fill: #75BAE1;
}

/*new 14/12/2020*/
.post-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.post-block > .checkbox {
	position: absolute;
	left: -40px;
	top: 0px;
}

.post-block:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: -webkit-gradient(linear, left top, right top, from(#b68e40), color-stop(50%, #ecdbaf), to(#b68e40));
	background: -o-linear-gradient(left, #b68e40 0%, #ecdbaf 50%, #b68e40 100%);
	background: linear-gradient(to right, #b68e40 0%, #ecdbaf 50%, #b68e40 100%);
}

.post-block:last-child {
	margin-bottom: 20px;
}

.post-block:last-child:after {
	display: none;
}

.post-block__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 90px;
	line-height: 0;
	margin-right: 20px;
	position: relative;
}

.post-block__img:before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 6px;
	background: url(../img/shadow.png) no-repeat center 0;
	background-size: 100% 100%;
}

.post-block__main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.post-block__name {
	font-size: 13.35px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}

.post-block__text {
	font-size: 13.35px;
	line-height: 16px;
	min-height: 45px;
	position: relative;
}

.post-block__text p {
	margin-bottom: 15px;
	text-align: justify;
}

.post-block__bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #af9e86;
	font-size: 12px;
	line-height: 14px;
	margin-top: 5px;
}

.post-block__bar a {
	color: #af9e86;
	font-size: 13.35px;
}

.post-block__bar a:hover {
	color: #6cbdea;
}

.post-block__bar__item {
	margin-right: 50px;
}

.post-block__bar__item:last-child {
	margin-right: 0;
}

.post-block__photos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.post-block__photos__item {
	width: 145px;
	line-height: 0;
	margin-right: 7px;
	margin-bottom: 7px;
}

.post-block__count {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	background: #6cbdea;
	margin-left: 15px;
	text-decoration: none;
}

.post-block_message .post-block__text p {
	padding-right: 60px;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 10px;
}

.pagination a, .pagination span {
	font-size: 13.4px;
	color: #5c4e48;
	font-weight: 700;
	margin-right: 23px;
}

.pagination a:last-child, .pagination span:last-child {
	margin-right: 0;
}

.pagination a.current, .pagination span.current {
	color: #6cbdea;
}

.inner-container-bg {
	background: #fff;
	padding: 15px 15px 40px;
}

.title-section {
	color: #5bbaeb;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
}

.wrapper-offsets {
	padding-left: 55px;
}

.offset-to-left {
	margin-left: -40px;
}

.offset-to-left .checkbox__icon {
	margin-right: 20px;
}

.icon-message-indicator {
	margin-right: 7px;
}

.icon-message-indicator_right {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 0;
}

.form-dialog {
	margin-bottom: 30px;
}

.form-dialog__input {
	position: relative;
}

.form-dialog__input textarea {
	border: 2px solid #6fbfea;
	border-radius: 5px;
	font-size: 12px;
	height: 100px;
	padding: 10px 25px;
}

.form-dialog__input ::-webkit-input-placeholder {
	color: #5bbaeb;
}

.form-dialog__input ::-moz-placeholder {
	color: #5bbaeb;
}

.form-dialog__input :-moz-placeholder {
	color: #5bbaeb;
}

.form-dialog__input :-ms-input-placeholder {
	color: #5bbaeb;
}

.form-dialog__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 7px;
}

.form-dialog__bottom .btn-main {
	width: 165px;
	font-size: 12px;
	line-height: 12px;
}

.link-blue {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #5bbaeb;
	font-size: 13.4px;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.link-blue__icon {
	margin-right: 12px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.link-blue:hover {
	color: #3A7B9D;
}

.dialog-info {
	margin-bottom: 9px;
}

.dialog-info__back {
	margin-left: -30px;
	margin-right: 13px;
	cursor: pointer;
}

.dialog-info__name {
	text-transform: uppercase;
	color: #493b31;
	font-size: 15px;
	font-weight: 700;
	margin-right: 15px;
}

.dialog-info__date {
	font-size: 12px;
	color: #af9e86;
}

.more-show {
	text-align: right;
	margin-top: 10px;
}

.more-show__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	font-size: 12px;
	color: #b9a9a1;
}

.more-show__link .icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 5px;
}

.wrap-submit-review {
	text-align: right;
}

.wrap-submit-review .btn {
	width: 165px;
	font-size: 12px;
}

.form-review .form-field ::-webkit-input-placeholder {
	color: #6cbdea;
}

.form-review .form-field ::-moz-placeholder {
	color: #6cbdea;
}

.form-review .form-field :-moz-placeholder {
	color: #6cbdea;
}

.form-review .form-field :-ms-input-placeholder {
	color: #6cbdea;
}

.modal-message {
	background: #fff;
	padding: 0;
	position: relative;
}

.modal-message:before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 15px;
	background: url(../img/shadow.png) no-repeat center 0;
	background-size: 100% 100%;
}

.modal-message .modal-close {
	position: static;
}

.modal-message__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: url(../img/gradient-line.png) no-repeat;
	background-size: 100% 100%;
	padding: 10px 30px 10px 40px;
}

.modal-message__top__title {
	text-transform: uppercase;
	font-weight: 700;
	color: #7fb9e9;
	font-size: 14px;
}

.modal-message__main {
	padding: 20px 40px 30px;
}

.modal-message .form-dialog {
	margin-bottom: 0;
}

.modal-message .form-dialog__input textarea {
	height: 200px;
}

.modal-success-message {
	background: #fff;
	padding: 0;
	position: relative;
	max-width: 280px;
}

.modal-success-message:before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 15px;
	background: url(../img/shadow.png) no-repeat center 0;
	background-size: 100% 100%;
}

.modal-success-message {
	background: #342a24;
	padding: 15px 15px;
	text-align: center;
	color: #fff;
}

.btn-emoji {
	position: absolute;
	right: 10px;
	top: 10px;
}

.list-emoji {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 50;
	padding: 5px;
	border: 1px solid gray;
	background-color: #fff;
}

.list-emoji span {
	display: inline-block;
	padding: 3px 2px;
	cursor: pointer;
}

.select-works .nice-select {
	background: transparent;
	width: auto;
	border: 0;
	padding-left: 14px;
	padding-right: 0;
}

.select-works .nice-select span {
	font-size: 12px;
	color: #b9a9a1;
	font-style: italic;
}

.select-works .nice-select:after {
	right: auto;
	left: 0;
	top: 9px;
}

.select-works .nice-select .option {
	font-size: 12px;
	color: #b9a9a1;
	font-style: italic;
}

.select-works .nice-select .option:hover {
	background: transparent;
	color: #6cbdea;
}

.select-works .nice-select .list {
	text-align: left;
	width: auto;
	min-width: 100%;
	max-width: none;
	right: auto;
	left: 0;
}

.section-pay {
	display: none;
}

.section-pay.active {
	display: block;
}

.icon_base {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.icon_hover {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.icon-wrap {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.icon-wrap:hover .icon_base {
	opacity: 0;
}

.icon-wrap:hover .icon_hover {
	opacity: 1;
}

@media (max-width: 1800px) {
	.window-cart__main {
		width: 370px;
		right: 0px;
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.window-cart__bg {
		opacity: .6;
	}
}

@media (max-width: 1110px) {
	.content-works {
		padding-left: 20px;
		padding-right: 20px;
	}
	.content-card {
		padding-left: 20px;
	}
	.section-reg {
		padding-left: 15px;
	}
	.work-authors-bottom:before {
		display: none;
	}
	.works-author-top {
		padding-left: 15px;
	}
	.works-author-top:before {
		display: none;
	}
	.participants-content {
		padding-left: 15px;
	}
	.section-works {
		margin-left: 0;
		margin-right: 0;
	}
	.content-section {
		padding-left: 15px;
		padding-right: 15px;
	}
	.works-author-head {
		padding-left: 15px;
		padding-right: 15px;
	}
	.works-author-row {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 992px) {
	.card-col {
		width: 300px;
	}
	.cart-block__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.cart-block__col-items {
		width: 100%;
	}
	.work-item__overlay {
		padding-top: 15px;
	}
	.footer-col {
		width: 50%;
		margin-bottom: 20px;
	}
	.content__left {
		display: none;
	}
	.participants-row__col {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.work-author-menu {
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		right: -15px;
	}
	.work-author-menu:before {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: auto;
		right: 15px;
	}
}

@media (max-width: 767px) {
	.about-block {
		padding-right: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.about-block__col {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
	.about-block__main {
		width: 100%;
	}
	.block-team {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.block-team__img {
		margin-bottom: 15px;
	}
	.block-team__main {
		padding: 0;
	}
	.list-authors {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
	.search-letters {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.search-letters__title {
		margin-right: 0;
		width: auto;
		margin-bottom: 10px;
	}
	.content__inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.contacts-content {
		padding-left: 0;
		padding-right: 0;
	}
	.content-cart {
		padding-left: 0;
		padding-right: 0;
	}
	.block-btn {
		top: 5px;
		right: 5px;
	}
	.block-btn_bottom {
		top: auto;
	}
	.card-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.card-col {
		width: 100%;
		margin-bottom: 30px;
	}
	.card-row-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.card-row-block__col {
		width: 100%;
		margin-bottom: 20px;
	}
	.card-row-block__col:last-child {
		margin-bottom: 0;
	}
	.card-price-wrap {
		margin-top: 10px;
	}
	.gallery-menu {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.card-work-user {
		text-align: left;
	}
	.section-works .row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.work-item {
		margin: 0 auto 15px;
	}
	.work-item__overlay {
		opacity: 1;
		visibility: visible;
	}
	.content-cart__top {
		padding-left: 15px;
		padding-right: 15px;
	}
	.cart-block__col-items {
		padding-left: 15px;
		padding-right: 15px;
	}
	.cart-block__col-form {
		padding-left: 15px;
		padding-right: 15px;
	}
	.cart-block__head {
		padding-left: 15px;
		padding-right: 15px;
	}
	.cart-block__delete {
		margin-right: 0;
	}
	.cart-block__ava {
		margin-right: 15px;
	}
	.cart-reset-block {
		padding-right: 15px;
	}
	.table-cart th {
		display: none;
	}
	.table-cart tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.cards-wrapper {
		padding-left: 0;
	}
	.card-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 15px;
		border-bottom: 1px solid #ccc;
	}
	.card-block:last-child {
		margin-bottom: 0;
	}
	.card-block__img {
		margin-right: 0;
	}
	.card-block__section {
		text-align: left;
	}
	.card-block_free .card-block__section {
		text-align: left;
	}
	.card-block_mod-pay .card-block__img {
		margin-right: 0;
	}
	.card-block__btn {
		margin-top: 10px;
	}
	.title.align-right {
		text-align: left;
	}
	.card-pay-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.card-pay-form__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.card-pay-form__main {
		width: 100%;
		margin-bottom: 10px;
	}
	.pay-row {
		padding: 0;
		margin: 0 -15px 30px;
	}
	.pay-row__item {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 10px;
	}
	.contact-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.contact-wrapper__side {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.contact-wrapper__main {
		padding-left: 15px;
		padding-right: 15px;
	}
	.contact-item {
		margin-bottom: 20px;
	}
	.share-block__title {
		margin-bottom: 16px;
	}
	.add-work-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.add-work-row__col-size2 {
		width: 100%;
	}
	.add-work-row__col-size1 {
		min-width: 155px;
		max-width: 100%;
	}
	.add-work-top {
		margin-bottom: 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.add-work-top__col {
		margin-right: 0;
		width: 100%;
	}
	.content-works-author {
		padding-left: 0;
		padding-right: 0;
	}
	.section-reg {
		padding-right: 15px;
	}
	.work-authors-bottom {
		padding-right: 15px;
		padding-left: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.work-authors-bottom .btn {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.work-authors-bottom .btn:last-child {
		margin-bottom: 0;
	}
	.ordering-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.ordering-col-form {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
	}
	.ordering-col-side {
		padding-bottom: 15px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.table-cart tr {
		margin-bottom: 15px;
		border-bottom: 1px solid #ccc;
	}
	.vis-768 {
		display: block;
	}
	span.vis-768 {
		display: inline;
	}
	.ordering-process-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.ordering-process-row__col {
		width: 100%;
		margin-bottom: 15px;
	}
	.ordering-process-row__col:last-child {
		margin-bottom: 0;
	}
	.ordering-result-total .cart-form-block {
		max-width: 100%;
		width: 100%;
	}
	.ordering-process {
		padding-left: 15px;
		padding-right: 15px;
	}
	.participants-main-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.participants-side {
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.participants-row {
		padding-left: 0;
	}
	.participants-row__col {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.personal-gallery {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.personal-gallery__side {
		margin-bottom: 20px;
		width: 100%;
		margin-right: 0;
	}
	.personal-gallery__main__content {
		padding-right: 30px;
	}
	.gallery-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.gallery-menu > li {
		margin-right: 0;
	}
	.profile-btn-msg {
		margin-left: 0;
	}
	.section-works_mod-3-in-row .section-works__col {
		width: 100%;
	}
	.content-section {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 60px;
	}
	.content-section .btn-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.content-gallery {
		padding-left: 0px;
		padding-right: 0px;
	}
	.section-works__col {
		width: 100%;
	}
	.menu-user-bar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.menu-user {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.subs-row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 15px;
		padding-right: 15px;
	}
	.author-reg-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.author-reg-row__col1 {
		width: 100%;
		margin-right: 0;
	}
	.author-reg-row__col2 {
		width: 100%;
	}
	.form-row-delivery {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.form-row-delivery__col {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.reg-gal-bar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.works-author-top {
		padding-right: 15px;
	}
	.block-stat {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.block-stat__icon {
		width: 100%;
	}
	.block-stat__title {
		text-align: center;
	}
	.block-stat__main {
		padding-right: 15px;
		padding-left: 15px;
	}
	.block-stat__num {
		width: 100%;
	}
	.works-author-row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.works-author-btns {
		padding-right: 0;
		margin-top: 15px;
	}
	.works-author-head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.works-author-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.works-author-top .title-brown {
		margin-bottom: 10px;
	}
	.main-img {
		padding-left: 0;
		padding-right: 0;
	}
	.gallery-main-wrapper__label {
		position: relative;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: auto;
		top: auto;
		margin: 0 auto;
		height: 60px;
		width: 100%;
	}
	.gallery-main-wrapper__label:before {
		display: none;
	}
	.carousel-gallery__item {
		max-width: 250px;
	}
	.block-about__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.block-about__img {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.banner {
		min-height: auto;
		padding-right: 0;
	}
	.banner__label {
		text-align: right;
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.header__main {
		margin-left: 0;
	}
	.hide-768 {
		display: none;
	}
	.header {
		margin-bottom: 20px;
	}
	.header__logo {
		margin-bottom: 10px;
	}
	.header .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.header__main__lvl1 {
		padding-bottom: 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.header-label {
		letter-spacing: 1px;
		font-size: 13px;
	}
	.header-link {
		margin-bottom: 7px;
	}
	.mobile-window {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 200;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 50px 15px 15px;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		opacity: 0;
		visibility: hidden;
		overflow-y: auto;
	}
	.mobile-window.active {
		opacity: 1;
		visibility: visible;
	}
	.header-links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.header-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.header-link {
		color: #493b31;
		margin-bottom: 10px;
	}
	.header-menu > li {
		margin-bottom: 7px;
	}
	.header-menu > li:last-child {
		margin-bottom: 0;
	}
	.header-menu > li > a {
		color: #493b31;
	}
	.footer-col {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer__inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-title {
		margin-top: 10px;
	}
	.search-window {
		left: 0;
		right: auto;
	}
	.modal-full {
		padding-left: 15px;
		padding-right: 15px;
	}
	.modal {
		margin-top: 50px;
	}
	.popup-preview-col {
		display: none;
	}
	.popup-main-col {
		padding-left: 15px;
		padding-right: 15px;
	}
	.popup-reg-btn {
		margin-bottom: 30px;
	}
	.popup-reg-choise .title {
		margin-bottom: 30px;
	}
	.is-menu-active .wrapper {
		position: static;
	}
	.window-cart {
		height: 100%;
	}
	.window-cart__main {
		width: 320px;
		min-height: auto;
		height: 100%;
		overflow-y: auto;
	}
	.window-cart__section-btn {
		padding-left: 30px;
		padding-right: 30px;
	}
	.window-cart__total {
		padding-left: 100px;
	}
	.window-cart__close {
		left: 15px;
	}
	.pagination a, .pagination span {
		margin-right: 15px;
	}
	.post-block__img {
		width: 30px;
		margin-right: 10px;
	}
	.post-block__img:before {
		display: none;
	}
	.post-block_message .post-block__text p {
		padding-right: 30px;
	}
	.content-section_dialog-opened .wrapper-offsets {
		padding-left: 15px;
	}
	.content-section_dialog-opened .dialog-info__back {
		margin-left: 0;
	}
	.modal-message__top {
		padding-left: 15px;
		padding-right: 15px;
	}
	.modal-message__main {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 100%;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.nice-select {
	display: inline-block;
	vertical-align: top;
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	color: #000;
	border: 1px solid #bcada5;
	width: 100%;
	height: 25px;
	padding: 2px 7px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	outline: none;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.nice-select:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../img/chevron-down.png);
	width: 10px;
	height: 5px;
}

.nice-select.open:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #cccccc;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background: #fff;
	border: 1px solid #bcada5;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 150;
}

.nice-select .option {
	padding: 2px 7px;
	cursor: pointer;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	outline: none;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.nice-select .option:hover {
	background: #bcada5;
	color: #fff;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

/** Trumbowyg v2.21.0 - A lightweight WYSIWYG editor - alex-d.github.io/Trumbowyg - License MIT - Author : Alexandre Demode (Alex-D) / alex-d.fr */
#trumbowyg-icons, #trumbowyg-icons svg {
	height: 0;
	width: 0;
}

#trumbowyg-icons {
	overflow: hidden;
	visibility: hidden;
}

.trumbowyg-box *, .trumbowyg-box ::after, .trumbowyg-box ::before, .trumbowyg-modal *, .trumbowyg-modal ::after, .trumbowyg-modal ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.trumbowyg-box svg, .trumbowyg-modal svg {
	width: 17px;
	height: 100%;
	fill: #6cbdea;
}

.trumbowyg-box, .trumbowyg-editor {
	display: block;
	position: relative;
	border: 1px solid #6cbdea;
	width: 100%;
	margin: 17px auto;
}

.trumbowyg-box .trumbowyg-editor {
	margin: 0 auto;
}

.trumbowyg-box.trumbowyg-fullscreen {
	background: #FEFEFE;
	border: none !important;
}

.trumbowyg-editor, .trumbowyg-textarea {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 10px;
	min-height: 110px;
	width: 100%;
	border-style: none;
	resize: none;
	outline: 0;
	overflow: auto;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	font-size: 12px;
	line-height: 16px;
}

.trumbowyg-editor.trumbowyg-autogrow-on-enter, .trumbowyg-textarea.trumbowyg-autogrow-on-enter {
	-webkit-transition: height .3s ease-out;
	-o-transition: height .3s ease-out;
	transition: height .3s ease-out;
}

.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
	color: transparent !important;
	text-shadow: 0 0 7px #333;
}

@media screen and (min-width: 0 \0) {
	.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
		color: rgba(200, 200, 200, 0.6) !important;
	}
}

@supports (-ms-accelerator: true) {
	.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
		color: rgba(200, 200, 200, 0.6) !important;
	}
}

.trumbowyg-box-blur .trumbowyg-editor hr, .trumbowyg-box-blur .trumbowyg-editor img {
	opacity: .2;
}

.trumbowyg-textarea {
	position: relative;
	display: block;
	overflow: auto;
	border: none;
	font-size: 14px;
	font-family: Inconsolata,Consolas,Courier,"Courier New",sans-serif;
	line-height: 18px;
}

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
	height: 1px !important;
	width: 25%;
	min-height: 0 !important;
	padding: 0 !important;
	background: 0 0;
	opacity: 0 !important;
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
	display: block;
	margin-bottom: 1px;
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
	display: none;
}

.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
	opacity: .8;
	background: 0 0;
}

.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
	content: attr(placeholder);
	color: #999;
	pointer-events: none;
}

.trumbowyg-button-pane {
	width: 100%;
	min-height: 25px;
	border-bottom: 1px solid #6cbdea;
	margin: 0;
	padding: 0 5px;
	position: relative;
	list-style-type: none;
	line-height: 10px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 11;
}

.trumbowyg-button-pane .trumbowyg-button-group {
	display: inline-block;
}

.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
	color: transparent;
}

.trumbowyg-button-pane .trumbowyg-button-group::after {
	content: " ";
	display: inline-block;
	width: 1px;
	background: #d7e0e2;
	margin: 0 5px;
	height: 25px;
	vertical-align: top;
}

.trumbowyg-button-pane .trumbowyg-button-group:last-child::after {
	content: none;
}

.trumbowyg-button-pane button {
	display: inline-block;
	position: relative;
	width: 25px;
	height: 25px;
	padding: 1px 6px !important;
	margin-bottom: 1px;
	overflow: hidden;
	border: none;
	cursor: pointer;
	background: 0 0;
	vertical-align: middle;
	-webkit-transition: background-color 150ms,opacity 150ms;
	-o-transition: background-color 150ms,opacity 150ms;
	transition: background-color 150ms,opacity 150ms;
}

.trumbowyg-button-pane button.trumbowyg-textual-button {
	width: auto;
	line-height: 35px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.trumbowyg-button-pane button.trumbowyg-disable, .trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active), .trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button) {
	opacity: .2;
	cursor: default;
}

.trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before, .trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before {
	background: #e3e9eb;
}

.trumbowyg-button-pane button.trumbowyg-active, .trumbowyg-button-pane button:not(.trumbowyg-disable):focus, .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
	background-color: #FFF;
	outline: 0;
}

.trumbowyg-button-pane .trumbowyg-open-dropdown::after {
	display: block;
	content: " ";
	position: absolute;
	top: 25px;
	right: 3px;
	height: 0;
	width: 0;
	border: 3px solid transparent;
	border-top-color: #555;
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
	padding-left: 10px !important;
	padding-right: 18px !important;
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after {
	top: 17px;
	right: 7px;
}

.trumbowyg-button-pane .trumbowyg-right {
	float: right;
}

.trumbowyg-dropdown {
	max-width: 300px;
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	white-space: nowrap;
	border: 1px solid #ecf0f1;
	padding: 5px 0;
	border-top: none;
	background: #FFF;
	margin-left: -1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
	z-index: 12;
}

.trumbowyg-dropdown button {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	background: #FFF;
	padding: 0 20px 0 10px;
	color: #333 !important;
	border: none;
	cursor: pointer;
	text-align: left;
	font-size: 15px;
	-webkit-transition: all 150ms;
	-o-transition: all 150ms;
	transition: all 150ms;
}

.trumbowyg-dropdown button:focus, .trumbowyg-dropdown button:hover {
	background: #ecf0f1;
}

.trumbowyg-dropdown button svg {
	float: left;
	margin-right: 14px;
}

.trumbowyg-modal {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 520px;
	width: 100%;
	height: 350px;
	z-index: 12;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.trumbowyg-modal-box {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 500px;
	width: calc(100% - 20px);
	padding-bottom: 45px;
	z-index: 1;
	background-color: #FFF;
	text-align: center;
	font-size: 14px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.trumbowyg-modal-box .trumbowyg-modal-title {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 15px 0 13px;
	display: block;
	border-bottom: 1px solid #EEE;
	color: #333;
	background: #fbfcfc;
}

.trumbowyg-modal-box .trumbowyg-progress {
	width: 100%;
	height: 3px;
	position: absolute;
	top: 58px;
}

.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
	background: #2BC06A;
	width: 0;
	height: 100%;
	-webkit-transition: width 150ms linear;
	-o-transition: width 150ms linear;
	transition: width 150ms linear;
}

.trumbowyg-modal-box label {
	display: block;
	position: relative;
	margin: 15px 12px;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
}

.trumbowyg-modal-box label .trumbowyg-input-infos {
	display: block;
	text-align: left;
	height: 25px;
	line-height: 25px;
	-webkit-transition: all 150ms;
	-o-transition: all 150ms;
	transition: all 150ms;
}

.trumbowyg-modal-box label .trumbowyg-input-infos span {
	display: block;
	color: #69878f;
	background-color: #fbfcfc;
	border: 1px solid #DEDEDE;
	padding: 0 7px;
	width: 150px;
}

.trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
	color: #e74c3c;
}

.trumbowyg-modal-box label.trumbowyg-input-error input, .trumbowyg-modal-box label.trumbowyg-input-error textarea {
	border: 1px solid #e74c3c;
}

.trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos {
	margin-top: -27px;
}

.trumbowyg-modal-box label input {
	position: absolute;
	top: 0;
	right: 0;
	height: 27px;
	line-height: 27px;
	border: 1px solid #DEDEDE;
	background: #fff;
	font-size: 14px;
	max-width: 330px;
	width: 70%;
	padding: 0 7px;
	-webkit-transition: all 150ms;
	-o-transition: all 150ms;
	transition: all 150ms;
}

.trumbowyg-modal-box label input:focus, .trumbowyg-modal-box label input:hover {
	outline: 0;
	border: 1px solid #95a5a6;
}

.trumbowyg-modal-box label input:focus {
	background: #fbfcfc;
}

.trumbowyg-modal-box label input[type=checkbox] {
	left: 6px;
	top: 6px;
	right: auto;
	height: 16px;
	width: 16px;
}

.trumbowyg-modal-box label input[type=checkbox] + .trumbowyg-input-infos span {
	width: auto;
	padding-left: 25px;
}

.trumbowyg-modal-box .error {
	margin-top: 25px;
	display: block;
	color: red;
}

.trumbowyg-modal-box .trumbowyg-modal-button {
	position: absolute;
	bottom: 10px;
	right: 0;
	text-decoration: none;
	color: #FFF;
	display: block;
	width: 100px;
	height: 35px;
	line-height: 33px;
	margin: 0 10px;
	background-color: #333;
	border: none;
	cursor: pointer;
	font-family: "Trebuchet MS",Helvetica,Verdana,sans-serif;
	font-size: 16px;
	-webkit-transition: all 150ms;
	-o-transition: all 150ms;
	transition: all 150ms;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
	right: 110px;
	background: #2bc06a;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover {
	background: #40d47e;
	outline: 0;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
	background: #25a25a;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
	color: #555;
	background: #e6e6e6;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
	background: #fbfbfb;
	outline: 0;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
	background: #d5d5d5;
}

.trumbowyg-overlay {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
	width: 100%;
	left: 0;
	display: none;
	top: 0;
	z-index: 10;
}

body.trumbowyg-body-fullscreen {
	overflow: hidden;
}

.trumbowyg-fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 99999;
}

.trumbowyg-fullscreen .trumbowyg-editor, .trumbowyg-fullscreen.trumbowyg-box {
	border: none;
}

.trumbowyg-fullscreen .trumbowyg-editor, .trumbowyg-fullscreen .trumbowyg-textarea {
	height: calc(100% - 37px) !important;
	overflow: auto;
}

.trumbowyg-fullscreen .trumbowyg-overlay {
	height: 100% !important;
}

.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
	color: #222;
	fill: transparent;
}

.trumbowyg-editor embed, .trumbowyg-editor img, .trumbowyg-editor object, .trumbowyg-editor video {
	max-width: 100%;
}

.trumbowyg-editor img, .trumbowyg-editor video {
	height: auto;
}

.trumbowyg-editor img {
	cursor: move;
}

.trumbowyg-editor canvas:focus {
	outline: 0;
}

.trumbowyg-editor.trumbowyg-reset-css {
	background: #FEFEFE !important;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
	font-size: 14px !important;
	line-height: 1.45em !important;
	color: #333;
}

.trumbowyg-editor.trumbowyg-reset-css a {
	color: #15c !important;
	text-decoration: underline !important;
}

.trumbowyg-editor.trumbowyg-reset-css blockquote, .trumbowyg-editor.trumbowyg-reset-css div, .trumbowyg-editor.trumbowyg-reset-css ol, .trumbowyg-editor.trumbowyg-reset-css p, .trumbowyg-editor.trumbowyg-reset-css ul {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: 0 0 !important;
	margin: 0 0 15px !important;
	line-height: 1.4em !important;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
	font-size: 14px !important;
	border: none;
}

.trumbowyg-editor.trumbowyg-reset-css hr, .trumbowyg-editor.trumbowyg-reset-css iframe, .trumbowyg-editor.trumbowyg-reset-css object {
	margin-bottom: 15px !important;
}

.trumbowyg-editor.trumbowyg-reset-css blockquote {
	margin-left: 32px !important;
	font-style: italic !important;
	color: #555;
}

.trumbowyg-editor.trumbowyg-reset-css ul {
	list-style: disc;
}

.trumbowyg-editor.trumbowyg-reset-css ol {
	list-style: decimal;
}

.trumbowyg-editor.trumbowyg-reset-css ol, .trumbowyg-editor.trumbowyg-reset-css ul {
	padding-left: 20px !important;
}

.trumbowyg-editor.trumbowyg-reset-css ol ol, .trumbowyg-editor.trumbowyg-reset-css ol ul, .trumbowyg-editor.trumbowyg-reset-css ul ol, .trumbowyg-editor.trumbowyg-reset-css ul ul {
	border: none;
	margin: 2px !important;
	padding: 0 0 0 24px !important;
}

.trumbowyg-editor.trumbowyg-reset-css hr {
	display: block;
	height: 1px;
	border: none;
	border-top: 1px solid #CCC;
}

.trumbowyg-editor.trumbowyg-reset-css h1, .trumbowyg-editor.trumbowyg-reset-css h2, .trumbowyg-editor.trumbowyg-reset-css h3, .trumbowyg-editor.trumbowyg-reset-css h4 {
	color: #111;
	background: 0 0;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: 700;
}

.trumbowyg-editor.trumbowyg-reset-css h1 {
	font-size: 32px !important;
	line-height: 38px !important;
	margin-bottom: 20px !important;
}

.trumbowyg-editor.trumbowyg-reset-css h2 {
	font-size: 26px !important;
	line-height: 34px !important;
	margin-bottom: 15px !important;
}

.trumbowyg-editor.trumbowyg-reset-css h3 {
	font-size: 22px !important;
	line-height: 28px !important;
	margin-bottom: 7px !important;
}

.trumbowyg-editor.trumbowyg-reset-css h4 {
	font-size: 16px !important;
	line-height: 22px !important;
	margin-bottom: 7px !important;
}

.trumbowyg-dark .trumbowyg-textarea {
	background: #111;
	color: #ddd;
}

.trumbowyg-dark .trumbowyg-box {
	border: 1px solid #343434;
}

.trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen {
	background: #111;
}

.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
	text-shadow: 0 0 7px #ccc;
}

@media screen and (min-width: 0 \0) {
	.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
		color: rgba(20, 20, 20, 0.6) !important;
	}
}

@supports (-ms-accelerator: true) {
	.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
		color: rgba(20, 20, 20, 0.6) !important;
	}
}

.trumbowyg-dark .trumbowyg-box svg {
	fill: #ecf0f1;
	color: #ecf0f1;
}

.trumbowyg-dark .trumbowyg-button-pane {
	background-color: #222;
	border-bottom-color: #343434;
}

.trumbowyg-dark .trumbowyg-button-pane::after {
	background: #343434;
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::after {
	background-color: #343434;
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
	color: transparent;
}

.trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::after {
	background-color: #2a2a2a;
}

.trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active, .trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus, .trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
	background-color: #333;
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
	border-top-color: #fff;
}

.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
	color: #ecf0f1;
	fill: transparent;
}

.trumbowyg-dark .trumbowyg-dropdown {
	border-color: #222;
	background: #333;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
	box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
}

.trumbowyg-dark .trumbowyg-dropdown button {
	background: #333;
	color: #fff !important;
}

.trumbowyg-dark .trumbowyg-dropdown button:focus, .trumbowyg-dark .trumbowyg-dropdown button:hover {
	background: #222;
}

.trumbowyg-dark .trumbowyg-modal-box {
	background-color: #222;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title {
	border-bottom: 1px solid #555;
	color: #fff;
	background: #3c3c3c;
}

.trumbowyg-dark .trumbowyg-modal-box label {
	display: block;
	position: relative;
	margin: 15px 12px;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
}

.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span {
	color: #eee;
	background-color: #2f2f2f;
	border-color: #222;
}

.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
	color: #e74c3c;
}

.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error input, .trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error textarea {
	border-color: #e74c3c;
}

.trumbowyg-dark .trumbowyg-modal-box label input {
	border-color: #222;
	color: #eee;
	background: #333;
}

.trumbowyg-dark .trumbowyg-modal-box label input:focus, .trumbowyg-dark .trumbowyg-modal-box label input:hover {
	border-color: #626262;
}

.trumbowyg-dark .trumbowyg-modal-box label input:focus {
	background-color: #2f2f2f;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
	background: #1b7943;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover {
	background: #25a25a;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
	background: #176437;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
	background: #333;
	color: #ccc;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
	background: #444;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
	background: #111;
}

.trumbowyg-dark .trumbowyg-overlay {
	background-color: rgba(15, 15, 15, 0.6);
}

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

.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 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	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-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

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

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	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;
}

.mfp-s-error .mfp-content {
	display: none;
}

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

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

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

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

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

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

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

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%;
	}
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: .75;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

span.emoji {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: baseline;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 1em;
	height: 1em;
	background-size: 1em;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

span.emoji-sizer {
	line-height: 0.81em;
	font-size: 1em;
	margin: -2px 0;
}

span.emoji-outer {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	height: 1em;
	width: 1em;
}

span.emoji-inner {
	display: -moz-inline-box;
	display: inline-block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	vertical-align: baseline;
	*vertical-align: auto;
	*zoom: 1;
}

img.emoji {
	width: 1em;
	height: 1em;
}

.emoji-wysiwyg-editor:empty:before {
	content: attr(placeholder);
	color: #9aa2ab;
}

.emoji-picker-container {
	position: relative;
}

.emoji-picker-icon {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 20px;
	opacity: 0.7;
	z-index: 100;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	color: black;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.emoji-picker-icon.parent-has-scroll {
	right: 28px;
}

.emoji-picker-icon:hover {
	opacity: 1;
}

/* Emoji area */
.emoji-wysiwyg-editor:empty:before {
	content: attr(placeholder);
	color: #9aa2ab;
}

.emoji-wysiwyg-editor:active:before,
.emoji-wysiwyg-editor:focus:before {
	content: none;
}

.emoji-wysiwyg-editor {
	padding: 6px;
	padding-right: 35px;
	margin-bottom: 0px;
	min-height: 35px;
	/* 35 */
	height: 30px;
	max-height: 284px;
	overflow: auto;
	line-height: 17px;
	border: 1px solid #d2dbe3;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-webkit-user-select: text;
	word-wrap: break-word;
}

.emoji-wysiwyg-editor.parent-has-scroll {
	padding-right: 40px;
}

.emoji-wysiwyg-editor.single-line-editor {
	min-height: 35px;
	height: inherit;
}

.emoji-wysiwyg-editor img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: -3px 0 0 0;
}

.emoji-menu {
	position: absolute;
	right: 0;
	z-index: 999;
	width: 225px;
	overflow: hidden;
	border: 1px #dfdfdf solid;
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.emoji-items-wrap1 {
	background: #ffffff;
	padding: 5px 2px 5px 5px;
}

.emoji-items-wrap1 .emoji-menu-tabs {
	width: 100%;
	margin-bottom: 8px;
	margin-top: 3px;
}

.emoji-items-wrap1 .emoji-menu-tabs td {
	text-align: center;
	color: white;
	line-height: 0;
}

.emoji-menu-tabs .emoji-menu-tab {
	display: inline-block;
	width: 24px;
	height: 29px;
	background: url("../img/IconsetSmiles.png") no-repeat;
	background-size: 42px 350px;
	border: 0;
}

.is_1x .emoji-menu-tabs .emoji-menu-tab {
	background-image: url("../img/IconsetSmiles_1x.png");
}

.emoji-menu-tabs .icon-recent {
	background-position: -9px -306px;
}

.emoji-menu-tabs .icon-recent-selected {
	background-position: -9px -277px;
}

.emoji-menu-tabs .icon-smile {
	background-position: -9px -34px;
}

.emoji-menu-tabs .icon-smile-selected {
	background-position: -9px -5px;
}

.emoji-menu-tabs .icon-flower {
	background-position: -9px -145px;
}

.emoji-menu-tabs .icon-flower-selected {
	background-position: -9px -118px;
}

.emoji-menu-tabs .icon-bell {
	background-position: -9px -89px;
}

.emoji-menu-tabs .icon-bell-selected {
	background-position: -9px -61px;
}

.emoji-menu-tabs .icon-car {
	background-position: -9px -196px;
}

.emoji-menu-tabs .icon-car-selected {
	background-position: -9px -170px;
}

.emoji-menu-tabs .icon-grid {
	background-position: -9px -248px;
}

.emoji-menu-tabs .icon-grid-selected {
	background-position: -9px -222px;
}

.emoji-menu-tabs .icon-smile,
.emoji-menu-tabs .icon-flower,
.emoji-menu-tabs .icon-bell,
.emoji-menu-tabs .icon-car,
.emoji-menu-tabs .icon-grid {
	opacity: 0.7;
}

.emoji-menu-tabs .icon-smile:hover,
.emoji-menu-tabs .icon-flower:hover,
.emoji-menu-tabs .icon-bell:hover,
.emoji-menu-tabs .icon-car:hover,
.emoji-menu-tabs .icon-grid:hover {
	opacity: 1;
}

.emoji-menu .emoji-items-wrap {
	position: relative;
	height: 174px;
	overflow: scroll;
}

.emoji-menu .emoji-items {
	padding-right: 8px;
	outline: 0 !important;
}

.emoji-menu img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border: 0 none;
}

.emoji-menu .emoji-items a {
	margin: -1px 0 0 -1px;
	padding: 5px;
	display: block;
	float: left;
	border-radius: 2px;
	border: 0;
}

.emoji-menu .emoji-items a:hover {
	background-color: #edf2f5;
}

.emoji-menu:after {
	content: ' ';
	display: block;
	clear: left;
}

.emoji-menu a .label {
	display: none;
}
