/* search */
#helper-box {
    color: #555;
    font-size: 12px;
    position: absolute;
    left: 275px;
    top: -2000px;
    background: #fff;
    padding: 7px 9px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
    display: none;
    z-index: 999;
    border-radius: 2px;
    width: 170px;
}

@media only screen and (max-width: 1339px) {
    #helper-box {
        display: none!important;
    }
}    

#helper-box a {
	color: #fff;
    background: #e8455f url("/img/hb-border.png") no-repeat right center;
    text-decoration: none;
    padding: 5px;
	padding-right: 15px;
    display: inline-block;
    margin: 5px 0 0 0;
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	position: relative;
}

#helper-box a:hover {
	background-color: #000;
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#helper-box:before {
    background: url("/img/rwm.png") no-repeat;
    content: '';
    width: 7px;
    height: 15px;
    position: relative;
    display: block;
    top: 10px;
    left: -16px;
    margin-bottom: -13px;
}

#hound-master {
	position: relative;
	overflow: hidden;
}

#hound-master.active {
	opacity: 0.6;
	cursor: wait;
}

#hound-master button[type=submit] {
    width: 100%;
    border-radius: 50px;
	font-size: 16px;	
	background: #e8455f;
	border: none;
	margin: 30px auto 0;
	padding: 10px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
	display: block;
	cursor: pointer;
}

#hound-master button[type=submit].muted {
	background: #ccc;
}

.isearch b {
	font-size: 15px;
	text-transform: uppercase;
	color: #222222;
	text-align: left;
	display: block;
	margin: 0 0 0 0;
	border-bottom: 2px solid #f2f1f1;
	padding-bottom: 14px;
}

.mobile-search__header {
	border-bottom: 2px solid #f2f1f1;
	padding: 10px 35px 0 20px;
	text-align: center;
	position: fixed;
    height: 71px;
    background: #fff;
    z-index: 100;
    left: 0;
    right: 0;
}

.mobile-search__heading {
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	color: #222222;
    display: block;
}

.mobile-search__wrapper {
	display: flex;
	flex-direction: row;
	padding-top: 70px;
}

.mobile-search__fixed {
	position: fixed;
}

.mobile-search__sidebar,
.mobile-search__content {
	width: 50%;
}

.mobile-search__content {
	padding: 10px 12px 80px 15px;
}

.mobile-search__item {
	background: #F7F7F7;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	width: 100%;
	padding: 9px 12px;
}

.mobile-search__item.active {
	background: #fff;
}

.search-group__heading {
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	color: #333333;
	display: block;
}

.isearch > form > ul.prop_block {
	padding: 0;
	margin: 0;
	list-style: none;
}

.isearch > form > ul.prop_block > li {
	margin: 0;
	padding: 10px 0 0 0;
	overflow: hidden;
}

.isearch > form > ul.prop_block > li.collapsed {
	height: 0;
	padding: 0;
}

.isearch > form > ul.prop_block > li.puppetgroup.collapsed {
	padding: 0;
}

.isearch > form > ul.prop_block > li.puppet {
	position: relative;
	padding: 30px 0 0 0;
	height: auto;
}

.isearch > form > ul.prop_block > li.puppet::before {
	background: url("/img/v10_arrow.png") 0 0 no-repeat;	
	width: 16px;
	height: 16px;
	display: inline-block;
	content: '';
	left: 0;
	top: 33px;
	position: absolute;
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.isearch > form > ul.prop_block > li.puppet.collapsed > a {

}

.isearch > form > ul.prop_block > li.puppet.collapsed::before {
	transform: rotate(-180deg);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.isearch > form > ul.prop_block > li.subpuppet,
.isearch > form > ul.prop_block > li.puppet > a {
	font-size: 15px;
	color: #222;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	display: block;
}

.isearch > form > ul.prop_block > li.puppet > a {
	padding-left: 30px;
}

.isearch > form > ul.prop_block > li.puppetgroup {
	text-align: center;
	padding: 10px 0 10px;
}

.puppetgroup > a {
	font-size: 12px;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	color: #000;
	text-decoration: none;
}

.puppetgroup > a::before {
	background: url("/img/v10_arrow.png") 0 0 no-repeat;	
	width: 16px;
	height: 16px;
	display: inline-block;
	content: '';
	left: 0;
	top: 0px;
	position: absolute;
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	transform: rotate(0deg);
}

.puppetgroup.active a::before {
	transform: rotate(0deg);
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.isearch > form > ul.prop_block > li.subpuppet {
	display: none;
}

.isearch > form > ul.prop_block > li.subpuppet.active {
	display: block;
}

.isearch > form > ul.prop_block > li.puppet > a > em {
	padding-left: 35px;
	font-style: normal;
}

.isearch > form > ul.prop_block > li > span {
	background: url("/img/v9_delete.png") no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	display: none;
	cursor: pointer;
	right: 0px;
	bottom:0px;
}

.mobile-search__group {
	display: none;
}

.mobile-search__group.active {
	display: block;
}

.mobile-search__group span.clear-mobile {
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #e8455f;
	border-bottom: 1px dotted #e8455f;
	display: none;
    margin: 0 0 0 auto;
    width: 60px;
}

.mobile-search__group span.clear-mobile.active,
.isearch > form > ul.prop_block > li > span.active {
	display: block;
}

.isearch > form > ul.prop_block > li > .sb {
	text-align: center;
}

.isearch > form > ul.prop_block > li > .sb > select {
	width: 105px;
}

.isearch > form > ul.prop_block > li > .pb {
	text-align: center;
	margin: 0 0 15px 0;
	display: flex;
	justify-content: space-between;
    align-items: center;
    color: #959697;
}

.mobile-search__group .pb {
	align-items: center;
	margin: 15px 0 15px 0;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.isearch > form > ul.prop_block > li > .pb > input {
    border-radius: 50px;
	padding: 2px 10px;
	width: 92px;
	line-height: 28px;
	border: 1px solid #eeeeee;
	color: #444;
	text-align: center;
}

.mobile-search__group .pb input {
	padding: 2px 10px;
	font-size: 10px;
	width: 70px;
	line-height: 28px;
	border: 1px solid #FFBA00;
	color: #cccccc;
	text-align: center;
}

.isearch > form > ul.prop_block > li > .needHound {
	margin-bottom: 20px;
    margin-top: 20px;
}

.rb_color {
	color: #7e7e7e;
}

.mobile-search__group .pp,
.mobile-search__group .cb,
.isearch > form > ul.prop_block > li > .pp,
.isearch > form > ul.prop_block > li > .cb {
	font-size: 13px;
	color: #444444;
}

.isearch > form > ul.prop_block > li > .cb em {
    font-style: normal;
    font-size: 14px;
    color: #959697;
    margin-left: 10px;
}

.isearch > form > ul.prop_block > li > .cb .l2 {
	margin: 8px 0 3px 10px;
}

.isearch > form > ul.prop_block > li > .cb.scroll {
	overflow: hidden;
	height: 190px;
}

.mobile-search__group .rb input,
.mobile-search__group .cb input,
.mobile-search__group .pp input,
.isearch > form > ul.prop_block > li > .pp input,
.isearch > form > ul.prop_block > li > .cb input {
	position: absolute;
	left: -50px;
}

.mobile-search__group .cb span,
.mobile-search__group .pp span {
	font-size: 14px;
	display: block;
	padding-left: 27px;
	position: relative;
	cursor: pointer;
	margin: 10px 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mobile-search__group .cb span::before,
.mobile-search__group .pp span::before {
	background: url("/img/v10_checkbox.png") no-repeat;
	height: 17px;
	width: 16px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.isearch > form > ul.prop_block > li > .pp span,
.isearch > form > ul.prop_block > li > .cb span {
	background: url("/img/v9_checkbox.png") no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	height: 17px;
	display: block;
	padding-left: 27px;
	cursor: pointer;
	margin: 10px 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.mobile-search__group .rb_color {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 20px;
}

.mobile-search__group .rb span:first-of-type,
.isearch > form > ul.prop_block > li > .cb.clr span {
	padding: 0;
	background: url("/img/custom-color.png") no-repeat center;
	width: 24px;
	height: 24px;
	border: 1px solid #b9b9b9;
	border-radius: 24px;
	display: inline-block;
	margin: 10px 10px 0 0;
	position: relative;
	-webkit-box-shadow: -3px -3px 8px 0px rgba(34, 60, 80, 0.2) inset;
	-moz-box-shadow: -3px -3px 8px 0px rgba(34, 60, 80, 0.2) inset;
	box-shadow: -3px -3px 8px 0px rgba(34, 60, 80, 0.2) inset;
}

.mobile-search__group .rb span:first-of-type {
	margin: 0 6px 0 0;
}

.isearch > form > ul.prop_block > li > .cb.clr span > span {
	display: none;
}

#color_helper {
	background: #f2f1f1;
	display: none;
	position: absolute;
	padding: 8px 14px;
	margin: 0;
	font-size: 12px;
	color: #7e7e7e;
	z-index: 2000;
}

#color_helper::after {
	background: url("/img/chelper_bg.png") no-repeat;
	width: 19px;
	height: 8px;
	display: block;
	position: absolute;
	content: '';
	left: 50%;
	margin-left: -9px;
	bottom: -8px;
}

.isearch > form > ul.prop_block > li > .pp span:hover,
.isearch > form > ul.prop_block > li > .cb span:hover {
	background-position: 0 -51px;
	color: #e94861;
}

.isearch > form > ul.prop_block > li > .cb.clr span:hover {
	background-position: center;
	border-color: #e94861;
}

.mobile-search__group .cb span.checked::before,
.mobile-search__group .pp span.checked::before,
.isearch > form > ul.prop_block > li > .pp span.checked,
.isearch > form > ul.prop_block > li > .cb span.checked {
	background-position: 0 -17px;
}

.mobile-search__group .cb {
	padding-top: 5px;
}

.mobile-search__group .rb .rb_color.checked span:first-of-type,
.isearch > form > ul.prop_block > li > .cb.clr span.checked {
	background-position: center;
}
.mobile-search__group .rb .rb_color.checked span:first-of-type::after,
.isearch > form > ul.prop_block > li > .cb.clr span.checked::after {
	content: '';
	width: 10px;
	height: 10px;
	background: #e94861;
	border-radius: 100%;
	display: block;
	position: absolute;
	left: 6px;
    top: 6px;
}

.mobile-search__group .cb span.muted::before,
.mobile-search__group .pp span.muted::before,
.isearch > form > ul.prop_block > li > .pp span.muted,
.isearch > form > ul.prop_block > li > .cb span.muted {
	color:#b1b1b1;
	background-position: 0 -34px;
}

.mobile-search__group .rb .rb_color.muted,
.isearch > form > ul.prop_block > li > .cb.clr span.muted {
	opacity: 0.1;
	background-position: center;
}

.isearch > form > ul.prop_block > li > .cb.cb-forms {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.isearch > form > ul.prop_block > li > .cb.cb-forms > span {
	width: 100px;
	height: 107px;
	display: block;
	background: url("/img/form_square.png") no-repeat 50% 0%;
	text-align: center;
	padding: 70px 0 0 0;
	line-height: 130%;
	position: relative;
}

.isearch > form > ul.prop_block > li > .cb.cb-forms > span.checked::after {
	background: url("/img/v9_checkbox.png") no-repeat 0 -17px;
	height: 17px;
	width: 17px;
	display: block;
	content: '';
	position: absolute;
	left: 5px;
	top: 4px;
}


.isearch > form > ul.prop_block > li > .cb.cb-forms > span.muted {
	opacity: 0.3;
}

.isearch > form > ul.prop_block > li > .cb.cb-forms > span.muted::after {
	display: none;
}

.isearch > form > ul.prop_block > li > .cb.cb-forms > span:nth-child(4) {
	background-image: url("/img/form_runner.png");
}

.isearch > form > ul.prop_block > li > .cb.cb-forms > span:nth-child(6) {
	background-image: url("/img/form_round.png");
}

.isearch > form > ul.prop_block > li > .cb.cb-forms > span:nth-child(8) {
	background-image: url("/img/form_oval.png");
}


.houndreset {
    text-align: center;
    font-size: 14px;
    margin: 10px auto;
    display: block;
    color: #444;
    text-decoration: none;
}

.houndreset > span {
    border-bottom: 2px dotted #444;
}
/* legacy */

/* articles */
ul.articles-top-rubricator {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    position: relative;
    overflow-x: auto;
    overflow-anchor: none;
    overflow-y: hidden;
    display: flex;
}

ul.articles-top-rubricator::after, 
ul.articles-top-rubricator > li > a::after {
    background: #ebebeb;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    bottom: 0px;
}

ul.articles-top-rubricator > li.active > a::after {
    background: #e8455f;
    z-index: 100;
}

ul.articles-top-rubricator > li {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    transition: all .4s ease;
}

ul.articles-top-rubricator > li > a {
    display: block;
    white-space: nowrap;
    padding: 15px 15px 19px;
    color: #222;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

.articles-hot-wrapper {
    display: flex;
    width: 100%;
    height: 500px;
}
.articles-hot-one {
    width: 70%;
    background-size: cover;
    /*border-radius: 10px;*/
    position: relative;
}
.articles-hot-three {
    padding-left: 20px;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.articles-hot-inner {
    background-size: cover;
    height: 30.5%;
    width: 100%;
    /*border-radius: 10px;*/
    position: relative;
}
.articles-hot-inner a,
.articles-hot-one a {
    /*border-radius: 10px;*/
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all .4s ease;
}
.articles-hot-inner:hover a,
.articles-hot-one:hover a {
    background: rgba(0,0,0,0.4);
}
.articles-hot-title {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.articles-hot-title > span {
    background: rgba(255,255,255,0.9);
    font-size: 16px;
    font-weight: bold;
    padding: 7px;
    color:#000;
    line-height: 16px;
}
.articles-hot-inner:hover .articles-hot-title > span,
.articles-hot-one:hover .articles-hot-title > span {
    background: #e8455f;
    color:#fff;
    transition: all .4s ease;
}
.articles-hot-inner .articles-hot-title > span  {
    font-size: 14px;
}
.articles-hot-category {
    background: rgba(0, 0, 0, 0.65);
    color:#fff;
    padding: 3px 5px;
    font-size: 10px;
    display: inline-block;
}
.articles-groups-wrapper {
    display: flex;
    margin-top: 20px;
}
.articles-groups-left {
    width: 70%;
}
.articles-groups-right {
    padding-left: 20px;
    width: 30%;
}	
.articles-list-main {
    display: grid;
    column-gap: 20px;
      row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
}
.articles-list-main > li {
    background: #f8f8f8;
    list-style: none;
}
.articles-list-populair > li:hover,
.articles-list-main > li:hover {
    box-shadow: 0 4px 5px 0 rgb(64 64 64 / 10%), 0 1px 1px 0 hsl(0deg 0% 82% / 30%);
}
.articles-list-populair {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;		
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.articles-list-populair > li {
    list-style: none;
    display: flex;
    margin: 0 0 20px;
    width: 100%;
    border: 1px solid #ebebeb;
}	
.articles-list-main .articles-img-container {
    position: relative;
    height: 180px;
}
.articles-list-populair .articles-img-container {
    position: relative;
    width: 165px;
    height: auto;
}	
.articles-img-wrap {
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.articles-img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.articles-list-main .articles-category {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.65);
    color:#fff;
    padding: 3px 5px;
    font-size: 10px;
    display: inline-block;		
}
.articles-list-populair .articles-category {
    border: 1px solid #ebebeb;
    color:#000;
    padding: 3px 5px;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;		
}
.articles-list-main .articles-text-container {
    padding: 15px;
}
.articles-list-populair .articles-text-container {
    width: calc(100% - 165px);
    padding: 15px;
}
.articles-text-container a{
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
}	
.news-load-more,
.articles-load-more {
    font-size: 14px;
    background: #e8455f;
    color: #fff;
    border: 1px solid #e8455f;
    box-shadow: 2px 5px 10px rgb(192 21 21 / 20%);
    margin: 20px auto 10px;
    padding: 10px;
    display: block;
    cursor: pointer;
    width: 120px;
    text-align: center;
    text-decoration: none;
}
@media (max-width: 1279px) {
    .articles-groups-wrapper {
        flex-direction: column;
    }
    .articles-groups-left,
    .articles-groups-right {
        width: 100%;
        padding: 0;
    }	
    .articles-list-populair {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 20px;
          row-gap: 20px;
    }
    .articles-list-populair > li {
        margin-bottom: 0;
    }
    .articles-list-populair .articles-img-container {
        width: 40%;
    }
    .articles-list-populair .articles-text-container {
        width: 60%;
    }
    .articles-list-populair .articles-text-container a {
        font-size: 14px;
    }
}
@media (max-width: 967px) {
    .articles-list-populair {
        grid-template-columns: 1fr 1fr;
    }		
}
@media (max-width: 767px) {
    .articles-text-container a,
    .articles-hot-title > span {
        font-size: 14px;
    }
    .articles-hot-wrapper  {
        flex-direction: column;
        height: auto;
    }
    .articles-hot-one,
    .articles-hot-three {
        padding-left: 0;
        width: 100%;
    }
    .articles-hot-inner,
    .articles-hot-one {
        height: 200px;
    }
    .articles-list-main {
        grid-template-columns: 1fr 1fr;
    }
}	
@media (max-width: 642px) {
    .articles-list-populair {
        grid-template-columns: 1fr;
    }		
}
@media (max-width: 599px) {
    .articles-list-main .articles-text-container {
        padding: 10px;
    }
}
@media (max-width: 411px) {
    .articles-list-main {
        grid-template-columns: 1fr;
    }	
    .articles-hot-inner,
    .articles-hot-one {
        height: 180px;
    }
    .articles-hot-inner .articles-hot-title > span,
    .articles-hot-title > span {
        font-size: 12px;
    }
}	

/* works */
.gutter-sizer {
    width: 1%;
}

.grid-sizer, 
.grid-item {
    width: 19%;
}

.grid-item {
    margin-bottom: 10px;
    float: left;
    cursor: pointer;
}

.grid-item a {
    color: #000;
    text-decoration: none;
}

.grid-item img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

.grid-item .frame {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.8) url(/img/v9_zoom.png) center no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.grid-item:hover .frame {
    opacity: 1;
}

.grid-item .frame .date, 
.grid-item .frame .name {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.grid-item .frame .name {
    padding: 5px 5px 0 5px;
    font-size: 16px;
    font-weight: 600;
}

.grid-item .frame .date {
    font-size: 14px;
    bottom: 0px;
    position: absolute;
    padding: 0 0 5px 0;
}

/* reviews */
ul.reviews  {
    margin: 0;
    padding: 0;
}

ul.reviews > li {
    margin: 0;
    padding: 15px 0 30px 0;
    position: relative;
    list-style: none;
}

ul.reviews .auth {
    font-size: 16px;
    font-weight: 300;
    padding: 0 0 0 88px;
    min-height: 80px;
}

ul.reviews .comment {
    margin: 0 0 0 88px;
    background: #f8f8f8;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    max-width: 1024px;
    font-size: 15px;
    font-weight: 300;
    color: #111;
    padding: 25px;
    text-align: justify;
}

ul.reviews div.reply {
    font-size: 15px;
    font-weight: 300;
    margin: 14px 0 0 182px;
    padding-left: 0;
    min-height: 68px;
    text-align: justify;
}

@media only screen and (max-width: 499px) {
    ul.reviews .comment {
        margin: 0;  
    }
    ul.reviews div.reply {
        margin: 14px 0 0 92px;  
    }
}   

ul.reviews div.reply .l, 
ul.reviews .auth .l {
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border-radius: 100%;
    font-size: 30px;
    font-weight: 600;
    background: #f8f8f8;
    float: left;
    margin-left: -88px;
}

ul.reviews div.reply .l {
    background: #e8455f;
    color: #fff;
}

ul.reviews div.reply .name, 
ul.reviews .auth .name {
    display: block;
    padding: 10px 0 0 0;
}

.author-rating {
    margin: 5px 0 0;
    display: block;
}

.author-rating a {
    display: block;
    margin-bottom: 18px;
}

/* contacts */
#card-contacts a {
    text-decoration: none;
}

/* sitemap */
.sitemap a,
.sitemap span {
	display:block;
}

/* cart */
.empty-cart-desktop {
    display: none;
}

.empty-cart-mobile {
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
}

.empty-heading{
    color: #000;
    text-align: center;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 700;
    margin: 0 auto 20px;
    max-width: 100%
}

.empty-text{
    color: #7E7E7E;
    text-align: center;
    font-size: 14px;
    font-family: Open Sans;
    margin: 0 auto 30px;
    max-width: 100%
}

.empty-button {
    text-align: center;
    background: #E8455F;
    margin: 0 auto;
    width: 234px;
    height: 48px;
    line-height: 48px;
    color: #FFF;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 700;
    display: block;
    text-decoration: none;
}

/* compare */
.card-compare {
    margin: 10px 0 0 0;   
    overflow: hidden; 
}

.card-compare .item {
	margin-top: 10px;
	width: 179px;
	float: left;
}

.card-compare .item img {
    max-width: 179px;
}

.card-compare .item .n-pic{
	height: 230px;
	overflow: hidden;
}

.card-compare .item dl {
	margin: 5px 0;
	width: 179px;
}

.card-compare .item dl > dt {
	display: block;
	border-bottom: 1px #ccc solid;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.card-compare .item dl > dt span {
    font-family: Arial, Helvetica, sans-serif;
}

.n-actions span{
	line-height: 28px;
    font-size: 11px;
    color: #444;
    padding: 0 5px;
    display: block;
    width: 130px;
    float: left;
    text-transform: uppercase;
	outline: none;
	background: url(/img/i8fav.png) 5px 5px no-repeat;
	cursor: pointer;
}

.n-actions span a{
    margin-left: 20px;
    color: #444;
	text-decoration: none;	
}

.n-actions span.favorite.in{
    background: url(/img/i8fav.png) 5px -29px no-repeat;
}

.n-actions span.compared {
    background: url(/img/i8comp.png) 5px 5px no-repeat;
}

.n-actions span.compared.in {
    background: url(/img/i8comp.png) 5px -29px no-repeat;
	text-decoration: underline;	
}


/* reviews */
#dropzone {
    margin: 10px 0;
	border: 1px dotted #ccc;
    background: #fff;
    padding: 10px;
    text-align: center;
    position: relative;
}

#files {
	text-align: center;
	display: block;
}

#dropzone input {
    position: absolute;
    top: 0;
    right: 0;
	left: 0;
	bottom: 0;
    margin: 0;
    opacity: 0;
	width: 100%;
    -ms-filter: "alpha(opacity=0)";
    font-size: 1px !important;
    direction: ltr;
    cursor: pointer;
}

.dropzone-or {
	display: block;
	margin: 5px 0;
	font-size: 12px;
	text-align: center;
}

.dropzone-button {
    position: relative;
    overflow: hidden;
}

/* popup */

#info-box {
	display: none;
	text-align: center;
	z-index: 10000;
	position: absolute;
	left: 0;
	top: 0;
}

#rgc {
    margin-top: 10px;
}

#info-form p {
	font-size: 14px;
	color: #252525;
	margin: 10px 0 10px 0;
	text-align: left;
}

#info-form input.styled {
    font-family: "Open Sans";
    font-size: 13px;
	display: block;
	width: 100%;
	line-height: 33px;
	height: 33px;
	padding: 0 10px;
	margin: 12px 0 0 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#info-form textarea.styled {
    font-family: "Open Sans";
    font-size: 14px;
    display: block;
	width: 100%;
	height: 150px;
	padding: 10px;
	margin: 12px 0 0 0;
	border: 1px solid #ccc;
	box-sizing: border-box;   
    resize: none;
}

#info-form .h3,
#info-form h3 {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 3px solid #E8455F;
	padding-bottom: 10px;
	margin: 0 0 20px 0;
}

.callback-background {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11000;
	display: table;
}

.callback-container {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.callback-container .callback-form a.close {
	width: 36px;
	height: 36px;
	background: #e8455f url(/img/box_close.png) no-repeat center;
	position: absolute;
	right: 0px;
	top: 0px;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.callback-container .callback-form a.close:hover {
	background-color: #D03049;
}

.callback-form {
	width: 320px;
	margin: 0 auto;
	border: 1px solid #000;
	background: #fff;
	box-shadow: 1px 1px 10px #000;
	position: relative;
	padding: 40px 30px 30px;
	font-size: 14px;
	color: #252525;
	box-sizing: border-box;
}

.full-form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.half-form {
    width: 50%;
    padding-right: 10px;
}

.half-form + .half-form {
    padding-left: 10px;
}

.half-form table {
    border-collapse: collapse;
    width: 100%;
}

.half-form th, 
.half-form td {
    border: 1px solid #efefef;
    padding: 5px;
}

.half-form td span {
    display: none;
}

.half-form th {
    background: #efefef;
}

#info-box.bigtip .callback-form,
#info-box.big .callback-form {
    width: 1000px;
}

#info-box.map .callback-form {
    width: 670px;
}

#info-box.tip .callback-form {
    width: 650px;
}

#info-box.msg .callback-form {
    width: 320px;
    text-align: left;
}

#info-box.video .callback-form {
    width: 650px;
}

#info-box.mob-video .callback-form {
    width: 320px;
    padding: 5px 5px 0px;
}

/* blogpost */
.articles-links-navigation {
    max-width: 800px;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.articles-links-next,
.articles-links-prev {
    background: #f2f3f8 url(/img/aslider.png) no-repeat -48px 0;;
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    right: -102px;
    top: 50px;
    border-radius: 5px;
    z-index: 100;
}

@media only screen and (max-width: 1023px) {
    .articles-links-next,
    .articles-links-prev {
      display: none;
    }  
}

.articles-links-next.articles-links-50,
.articles-links-prev.articles-links-50 {
    top: 50%;
    margin-top: -24px;
}

.articles-links-next:hover {
    background-position:-48px -48px; ;   
}

.articles-links-prev {
    right: auto;
    left: -102px;
    background-position: 0 0;
}

.articles-links-prev:hover {
    background-position:  0 -48px;
}

.articles-links-wrap img {
    width: 100%;
    max-width: 240px;
    border-radius: 10px;
    border: 1px solid #c4cbd3;
    margin: 0 auto;
}

.articles-links-wrap a {
    color: #402208;
    text-decoration: none;
}

.articles-links-wrap a + a {
    display: block;
    margin: 22px 0 18px;
    font-weight: bold;
    line-height: 1.8;
}

@media only screen and (max-width: 411px) {
    .articles-links-widget {
        justify-content: center;
    }
    .articles-links-wrap a + a {
        text-align: center;
    }
}

.articles-links-widget {
    font-size: 12px;
    color: #6e748e;
    display: flex;
    align-items: center;
}

.owl-article-slider {
    margin: 30px 0;
    padding: 0;
}

.owl-article-slider li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-article-slider img{
    width: 100%;
    max-width: 800px;
}

.blog-table-of-content {
    font-size: 16px;
    max-width: 1100px;
    margin: 0 auto 60px;
    color: #444;
}

.blog-table-of-content ol {
    list-style-type: none;
    counter-reset: counter;
    margin: 24px 12px 24px 24px;
    padding: 0;
}

.blog-table-of-content ol li {
    padding: 0;
    position: relative;
    padding-left: 24px;
}

.blog-table-of-content ul:not([class]) li,
.blog-table-of-content ol:not([class]) li {
    line-height: 1.8;
    font-size: 15px;
}

.blog-table-of-content ul:not([class]) li+li,
.blog-table-of-content ol:not([class]) li+li {
    margin-top: 12px;
}

.blog-table-of-content ol li::before {
    content: counter(counter);
    counter-increment: counter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #e8455f;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.blog-table-of-content figure {
    text-align: center; 
    max-width: 100%;
    margin: 20px 0;
    padding: 0;
}

.blog-table-of-content table {
    border:none;
    border-collapse: collapse;
}

.blog-table-of-content table th {
    font-weight: bold;
}

.blog-table-of-content table th,
.blog-table-of-content table td {
    border: none;
    border-bottom: 1px solid #b6bac6;
    padding: 15px;
}

.articles-header-mini {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.articles-header-item {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #444;
}

.articles-header-item:not(:first-child)::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-left: 12px;
    margin-right: 12px;
    background: #b6bac6;
    display: inline-block;
} 

.blog-table-of-content .article-table-of-content {
	display: inline-block; 
	height: auto; 
	background: #f6f7fb;
	border-radius: 12px; 
	padding: 24px 24px 30px 24px; 
    margin: 30px auto 0;
    width: 100%;
} 

.blog-table-of-content .justify-center-block {  
	display: flex;  
	justify-content: center;
}

.blog-table-of-content .article-table-of-content {
    background: #F9F9F9;
}

.blog-table-of-content .article-table-of-content ul {
    padding: 0;
    margin: 18px 0 0;   
}

.blog-table-of-content .article-table-of-content ul ul {
    margin: 18px 0 0 18px;   
}

.blog-table-of-content .article-table-of-content li {
	list-style-image: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-table-of-content .article-table-of-content a {
    font-size: 16px;
    font-weight: bold;
	text-decoration: none;
} 

.blog-table-of-content .article-table-of-content a.article-table-of-content-more {
    background: url(/img/amore.png) no-repeat left center;
    padding-left: 30px;
    font-size: 15px;
    color: #444;
    font-weight: normal;
    margin-top: 22px;
    display: block;
}

.blog-table-of-content .article-table-of-content ul ul li {
    list-style-image: url(/img/adot.png);
    padding-left: 17px;  
    margin-left: 18px;
}

.blog-table-of-content .article-table-of-content ul ul li a {
    font-size: 15px;
    font-weight: 400;
} 

.blog-table-of-content .article-table-of-content li+li {
    margin-top: 22px;
}

.blog-table-of-content .article-table-of-content ul ul li+li {
    margin-top: 12px;
}

.blog-table-of-content .top-table-of-content {
    color: #000;
    font-weight: bold;
	font-size: 24px;
    margin: 0;
} 

.blog-table-of-content .article-table-of-content a:hover,
.blog-table-of-content .article-table-of-content a:active {
	transition: all 0.3s ease;
}

.mm-listview .region-selector {
    max-width: 280px;
    text-align: center;
    height: 32px;
    line-height: 30px;
    margin: 0 auto;  
    white-space: nowrap;
    cursor: pointer; 
    position: relative;  
}

.mm-listview .region-selector > i {
    font-style: normal;    
}

.mm-listview .region-selector > em {
    font-style: normal;
    color: #e8455f;
    border-bottom: 2px dotted #e8455f;   
    background: url(/img/city_deco.png) right center no-repeat;
    padding-right: 10px;
}

.mm-listview .wrp {
    margin: 0 auto;
    text-align: center;
}

.mm-listview .wrp a {
    font-weight: bold;
    font-size: 16px;
    color: #444444;
    text-decoration: none;
}

.mm-listview .wrp a:hover {
    color: #e8455f;
}

.mm-listview .wrp.location {
    background: url(/img/v9_shop_p.png) no-repeat 10px 0px;
    padding-left: 57px;
    text-align: left;
    padding-right: 5px;
    margin-bottom: 10px;
}

.mm-listview select {
    opacity: 0;
    width: 100%;
    height: 38px;    
    position: absolute;
    top: 0; left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: none;
    border: none;
    display: block;
    padding: 0 10px;
}

.mm-listview .callback {
    display: block;
    background: #e8455f;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    width: 133px;
    margin: 5px auto;
}

.mm-menu .mm-listview>li .mm-next:hover:after {
    border-color: #e8455f!important;
}

.top-selector {
    text-align: center;
    height: 40px;
}

#c-placeholder-adp, #f-placeholder-adp {
    width: 32px;
    height: 36px;
    background: url(/img/search.png) no-repeat 0 0;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin: 5px 5px 0;
}

#c-placeholder-adp {
    background-position: 0 -38px;
}

#c-placeholder-adp a > span, 
#f-placeholder-adp a > span {
    display: none;
}

#c-placeholder-adp a.active > span, 
#f-placeholder-adp a.active > span {
    border: 1px solid #e8455f;
    background: #e8455f;
    color: #fff;
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 12px;
    text-align: center;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 3px;
    left: 21px;
}

.menu_zag {
    font-size: 16px;
    display: block;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .3);
}

/* filter quick */
section.filter {
    background: #fff;
    position: relative;
}

.filter-hidden {
    display: none;
}

.filter h1 {
    text-align: center;
}

.filter img {
    max-width: 100%;
    object-fit: contain;
}

.filter__container {
    max-width: 1400px;
    margin: 0 auto;
}

.filter__container + .filter__container {
    margin-top: 40px;
}

.filter__block {
}

.filter__title {
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #000000;
}

.filter__inner-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-top: 15px;
    margin-bottom:25px;
    flex-wrap: wrap;
    min-height: 275px;
}

.filter__item {
    display: flex;
    flex-direction: column;
    transition: .3s all ease;
}

.filter__item.hidden {
    display: none;
}

.filter__item.active,
.filter__item:hover,
.filter__item:active {
    transform: scale(1.05);
}

.filter__item.active .filter__name {
    color: #e8455f;
}

.filter__image-block {
    position: relative;
    height: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-type .filter__image-block {
    height: auto;
}

.filter__image-link {
    display: flex;
    justify-content: center;
    align-items: center;
    
    max-width: 100%;
    max-height: 100%;
}

.filter__image-block:before {
    position: absolute;
    content:"";
    width: 275px;
    height: 200px;
    max-width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    border: 1px solid #AFAFAF;
    z-index: 1;
}

.filter-style .filter__image-block {
    margin-bottom: 10px;
}

.filter-form .filter__image-block {
    margin-bottom: 10px;
}

.filter-type .filter__image-block {
    margin-bottom: 20px;
}

.filter__image {
    z-index: 2;
    width: 100%;
}

.filter__name {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1;
}

.xen-cart {
	margin: 0 auto 10px;
}

.xen-cart td{
	padding: 5px 10px;
}

.xen-cart td.xen-rur {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #424242;
	text-align: right;
}

.xen-cart .rur::after {
    content: '₽';
    margin-left: 2px;
}

a.cdt-xen {
	background: url(/img/cart/delete.svg) 0 0 no-repeat;
	width: 25px;
	height: 23px;
	display: block;
}

.wccd-xen,
.dynamic-xen {
    border: 1px solid #a9a9a9;
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
    border-radius: 5px;
    outline: none;
}

.wccd-xen {
    width: 60px;
}

.callback-form input.ccd-xen {
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    padding: 4px 4px;
    width: 30px;
    height: 32px;
    outline: none;
    text-align: center;
    box-shadow: none;
}

@media (max-width: 1170px) {
    .filter img {
        max-height: 167px;
        max-width: 167px;
    }

    /*
    .filter__image-block:before {
        width: 210px;
        height: 120px;
    }
    */

    .filter__name {
        font-size: 16px;
    }

    .filter__image-block {
        height: 100%;
    }

    .filter-form .filter__image-block {
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .filter__inner-block {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        row-gap: 30px;
    }

    .filter__title {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .filter__image-block:before {
        display: none;
    }
}

@media (max-width: 480px) {
    .filter__title {
        font-size: 18px;
    }

    .filter img {
        max-height: 140px;
        max-width: 140px;
    }

    .filter__image-block:before {
        width: 140px;
        height: 100px;
    }

    .filter__name {
        font-size: 14px;
    }
}

.filter-type .filter__image-block:before {
    display: none;
}