

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swap&subset=cyrillic,cyrillic-ext');
@charset "UTF-8";
html, body {
	font: 1em/16px 'Open Sans' !important;
}
h1 {
	font-size: 1.6875rem;
	font-weight: 400;
	line-height: 2.25rem;
}
p {
	font-size: 1rem;
	line-height: 1.375rem;
	color: #494949;
	margin-top: 20px;
}
.content {
	max-width: 991px;
	padding: 35px 30px 0 30px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.hairstyles-filter {
	background: #dceef4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	border: 1px solid #c0d5dc;
	padding: 30px 0 30px 30px;
	margin-top: 30px;
}
.hairstyles-filter__item {
	margin-right: 20px;
	margin-bottom: 20px;
	min-width: 200px;
}
.hairstyles-filter__mobile {
	display: none;
}
.hairstyles-filter__name {
	font-size: 0.875rem; color: #000;
	font-weight: 600;
}
.hairstyles-filter__wrapper-radio,
.hairstyles-filter__wrapper-checkbox,
.hairstyles-filter__wrapper-checkbox-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 36px;
	margin-top: 12px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.hairstyles-filter__wrapper-checkbox-btn {
	height: auto;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.hairstyles-filter__items-radio,
.hairstyles-filter__items-checkbox,
.hairstyles-filter__items-checkbox-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 36px;
	margin-top: 12px;
}
.hairstyles-filter__item-radio,
.hairstyles-filter__item-checkbox,
.hairstyles-filter__item-checkbox-btn {
	margin-right: 12px;
}
.hairstyles-filter__item-checkbox-btn {
	margin: 0 8px 8px 0; 
}
.hairstyles-filter__item-radio:last-child,
.hairstyles-filter__item-checkbox:last-child {
	margin-right: 0;
}
.hairstyles-filter__label-radio,
.hairstyles-filter__label-checkbox,
.hairstyles-filter__label-checkbox-btn {
	cursor: pointer;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.hairstyles-filter__label-radio:before,
.hairstyles-filter__label-checkbox:before {
	border-radius: 50px;
	background: #fff;
	width: 17px; height: 17px;
	border: 1px solid #b5b5b5;
	position: relative;
	display: block;
	content: '';
}
.hairstyles-filter__label-checkbox:before {
	border-radius: 0;
}
.hairstyles-filter__label-radio--active:after,
.hairstyles-filter__label-checkbox--active:after {
	border-radius: 50%;
	background: #00bbfa;
	width: 9px; height: 9px;
	position: absolute;
	left: 5px; top: 5px;
	display: block;
	content: '';
}
.hairstyles-filter__label-checkbox--active:after {
	border-radius: 0;
	background: url(../img/checked.png) no-repeat;
	width: 12px; height: 10px;
	left: 4px;
}
.hairstyles-filter__input-radio,
.hairstyles-filter__input-checkbox,
.hairstyles-filter__input-checkbox-btn {
	position: absolute;
	width: 100%; height: 100%;
	cursor: pointer;
	opacity: 0;
	z-index: 999;
}
.hairstyles-filter__name-radio,
.hairstyles-filter__name-checkbox {
	font-size: 0.875rem; color: #2f2f2f;
	line-height: 1rem;
	font-weight: 300;
	display: inline-block;
	padding-left: 10px;
}
.hairstyles-filter__name-checkbox-btn {
	border-radius: 4px;
	background: #e63c74;
	padding: 11px 20px;
	font-size: 0.875rem; color: #fff;
	font-weight: 300;
	display: block;
}
.hairstyles-filter__label-checkbox-btn:hover .hairstyles-filter__name-checkbox-btn {
	background: #d13468;
}
.hairstyles-filter__label-checkbox-btn--active .hairstyles-filter__name-checkbox-btn {
	background: #9d42ad;
}
.hairstyles-filter__label-checkbox-btn--active:hover .hairstyles-filter__name-checkbox-btn {
	background: #9d42ad;
}
.select-box {
	position: relative;
	border-radius: 3px;
	background: #fff;
	width: 100%; height: 36px;
	border: 1px solid #b5b5b5;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 12px;
	padding: 0 40px 0 14px;
}
.select-box:before {
	background: url(../img/select-arrow.png) no-repeat;
	width: 9px; height: 6px;
	display: block;
	position: absolute;
	right: 16px; top: 50%;
	margin-top: -3px;
	content: '';
	z-index: 99;
}
.select-box__option {
	font-size: 0.875rem; color: #2f2f2f;
	font-weight: 300;
	z-index: 9;
}
.select-box__option.add {
	color: #000; font-weight: 400;
}
.select-box__option.add:after {
	border-radius: 4px;
	background: #dcf6ff;
	width: 100%; height: 100%;
	display: block;
	position: absolute;
	left: 0; top: 0;
	content: '';
	z-index: -9;
}
.hairstyles-filter__select {
	position: absolute;
	width: 100%; height: 100%;
	left: 0; top: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 99;
}
.hairstyles-filter__wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.hairstyles-filter__wrapper .hairstyles-filter__item:last-child {
	margin-bottom: 0;
}
.hairstyles-filter__btns {
	width: 100%;
	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: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.hairstyles-filter__more {
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
.hairstyles-filter__more:hover {
	border-bottom: 1px dashed #dceef4;
}
.hairstyles-filter__search {
	border-radius: 4px;
	background: #00bbfa;
	padding: 13px 45px;
	font-size: 1rem; color: #000;
	font-weight: 600;
	text-decoration: none;
	margin-top: 30px;
	display: block;
	position: relative;
}
.hairstyles-filter__search:hover {
	background: #04a3d8;
}
.hairstyles-filter__search:after {
	background: url(../img/btn-arrow.png) no-repeat;
	width: 9px; height: 6px;
	display: block;
	position: absolute;
	content: '';
	right: 25px; top: 50%;
	margin-top: -2px;
}
.hairstyles-filter__search--disable {
	background: #a9a9a9;
}
.hairstyles-filter__search--disable:hover {
	background: #a9a9a9;
}
.hairstyles-result {
	padding-top: 45px;
}
.hairstyles-result__title {
	font-size: 1.5rem; color: #444;
	font-weight: 300;
}
.hairstyles-result__title strong {
	font-size: 1.5rem; color: #444;
	font-weight: 600;
}
.hairstyles-result__wrap .hairstyles-result__items{
	display: block;
    text-align: center;
    margin-top: 5px;
}
.hairstyles-result__wrap .hairstyles-result__items a{
	display: inline-block;
    padding: 2px;
    border-radius: 3px;
    border: 2px solid #e0e0e0;
    color: #000;
    margin-bottom: 5px;
}
.hairstyles-result__wrap .hairstyles-result__items a:hover{
	transition-duration: 350ms;
	background: #f93e68;
	color: #fff;
	border: 2px solid #f93e68;
}
.hairstyles-result__items {
	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;
	margin-top: 25px;
}
.hairstyles-result__items:after {
	width: calc(33% - 8px);
	display: block;
	content: '';
}
.hairstyles-result__item {
	width: calc(33% - 8px);
	margin-bottom: 17px;
	position: relative;
	display: inline-block;
}
.hairstyles-result__item img {
	width: 100%;
	display: block;
	float: right;
	height: 222px;
    object-fit: cover;
    object-position: center 0;
}
.fancybox-next span {
	background: none !important;
	opacity: 0 !important;
}
.hairstyles-result__heart {
	/*position: absolute;*/
	text-decoration: none;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
	text-shadow: 0px 1px 3px #000;
	right: 20px; bottom: 15px;
}
.hairstyles-result__item:hover {
	opacity: 0.8;
}
.hairstyles-result__heart .like-wrap {
	position: absolute;
	right: 15px; bottom: 12px;
	opacity: 0.5;
}
.hairstyles-result__heart .like-wrap:hover{
	opacity: 1;
}
.hairstyles-result__heart .like-wrap:before {
	background: url(../img/i-heart.png) no-repeat;
	width: 23px; height: 21px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	content: '';
}
.hairstyles-result__more {
	border-radius: 4px;
	width: 210px;
	margin: 35px auto;
	display: block;
	font-size: 1rem; color: #000;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid #cbcbcb;
	padding: 12px 45px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
.hairstyles-result__more:hover {
	border: 1px solid #333;
}
.hairstyles-result__more:after {
	background: url(../img/btn-arrow-blue.png) no-repeat;
	width: 9px; height: 6px;
	display: block;
	position: absolute;
	content: '';
	right: 25px; top: 50%;
	margin-top: -2px;
}
#button-scroll {
  display: none;
  background-color: #333;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  z-index: 1000;
  opacity: 0.6;
}
#button-scroll.show {
  display: block;
}
#button-scroll::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 46.4px;
  line-height: 2.9rem;
  color: #fff;
}
#button-scroll:hover {
  cursor: pointer;
  background-color: #333;
  opacity: 0.9;
}
#button-scroll:active {
  background-color: #555;
}
.social-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 50px;
	padding: 0 15px;
	display: none;
}
.fancybox-inner .social-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.social-items {
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.social-items p {
	font-size: 1.125rem;
	font-weight: 600;
	color: #000;
	margin-top: 0;
	margin-right: 15px;
}
.social-wrap .like-wrap {
	font-size: 1.125rem;
	font-weight: 600;
}
.social-wrap .like-wrap:hover {
	opacity: 0.9;
	cursor: pointer;
}
.social-wrap .like-wrap:before {
    background: url(../img/i-heart.png) no-repeat;
    width: 23px;
    height: 21px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    content: '';
}
.hairstyles-result__name {
	display: block;
	color: #000;
	text-align: center;
	padding-bottom: 10px;
	text-shadow: none;
}
.hairstyles-result__heart:hover .hairstyles-result__name {
	color: #0493c3;
}
@media (max-width: 980px) {
	.content {
		padding: 35px 15px 0 15px;
	}
	.hairstyles-filter {
		padding: 15px 0 30px 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.hairstyles-filter__item {
		width: calc(33% - 13px);
		min-width: inherit;
		margin-right: 15px;
	}
	.hairstyles-filter__item--box {
		width: auto;
	}
	.hairstyles-filter__mobile {
		margin: 0 !important;
	}
}
@media (max-width: 720px) {
	.hairstyles-filter__item {
		width: calc(50% - 15px);
	}
	.hairstyles-filter__item--box {
		width: auto;
	}
	.hairstyles-result__item {
		width: calc(50% - 8px);
	}
}
@media (max-width: 450px) {
	.hairstyles-filter__item {
		width: 100%;
	}
	.hairstyles-filter__item--box {
		width: auto;
	}
	.hairstyles-filter {
		padding-bottom: 15px;
	}
	.hairstyles-filter > .hairstyles-filter__wrapper {
		display: none;
	}
	.hairstyles-filter__wrapper--show {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.hairstyles-filter__mobile {
		display: block;
		text-decoration: none;
		width: 100%;
		text-align: center;
		font-size: 1rem;
		font-weight: 600;
	}
	.hairstyles-filter__mobile:after {
		background: url(https://www.kleo.ru/collections/img/filter-mobile.png) no-repeat;
		width: 18px; height: 21px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 15px;
		content: '';
	}
	.hairstyles-result__item {
		width: 100%;
	}
}
@media (max-width: 700px){
	.social-wrap .social-items  p{
		 display: none;
	}
	#button-scroll {
		display: none !important;
	}
}