/*изменения в шапке*/

.header__enter {
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 15;
}

.header__enter-mob-open {
	display: block;
	width: auto;
	height: 36px;
	padding: 0 10px;
	position: absolute;
	left: 5px;
	bottom: -36px;
	background-color: #c5c6c7;
	border-radius: 0 0 3px 3px;
	line-height: 36px;
	color: #454545;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	font-size: 0;
	opacity: 0;
	padding: 0 18px;
	visibility: hidden;
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../img/icon-lk2.svg');
}

.header__enter-mob-open:hover,
.header__enter-mob-open:active,
.header__enter-mob-open:visited {
	color: #454545;	
}

.header__enter .input-button {
	height: auto;
	min-width: auto;
	padding: 0;
	color: #fff;
	background: none;
	margin: 0 5px;
	border: none;
	position: relative;
}

.header__enter .input-button:hover {
	background: transparent;
}

.header__enter .input-button--lk {
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	margin-right: 10px;
	color: #c3c3c4;
	padding-left: 25px;
}

.header__enter .input-button--lk:hover {
	text-decoration: underline;
}

.header__enter .input-button--reg {
	text-transform: none;
	text-decoration: underline;
}

.header__enter .input-button--reg:hover {
	text-decoration: none;
}

.header__enter .input-button--enter {
	border: 1px solid #fff;
	padding: 6px 20px;
  line-height: 1;
}

.icon-lk {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: inherit;
	width: 15px;
	height: 15px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../img/icon-lk.svg');
}

@media screen and (max-width: 800px) {
	.header__enter {
		top: -70px;
		background: #c5c6c7;
		padding: 15px;
		border-radius: 0 0 3px 3px;
		transition: top 0.125s linear;
	}
	.header__enter.active {
		top: 0;
		transition: top 0.125s linear;		
	}
	.header__enter .input-button--reg,
	.header__enter .input-button--enter,
	.header__enter .input-button--lk,
	.header__enter .input-button {
		color: #454545;		
	}
	.header__enter .input-button--enter {
		border-color: #454545;
	}
	.header__enter-mob-open {
		opacity: 1;
		visibility: visible;
	}
	.icon-lk {
		background-image: url('../img/icon-lk2.svg');		
	}
}

@media screen and (max-width: 480px) {
	.header__enter {
		padding: 20px 15px;
		top: -146px;	
	}
	.header__enter .input-button {
		display: block;
		clear: both;
		margin-bottom: 5px;
	}
	.header__enter-mob-open {
		bottom: -52px;
	}
}

.header__number {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 60px;
	left: 20px;
	color: rgba(255,255,255,.8);
	font-size: 24px;
	text-align: left;
	text-decoration: none;
}

.header__number2 {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 80px;
	left: 20px;
	color: rgba(255,255,255,.8);
	font-size: 24px;
	text-align: left;
	text-decoration: none;
}

.header__number:hover {
	text-decoration: underline;
}

.header__number:hover,
.header__number:active,
.header__number:visited {
	color: rgba(255,255,255,.8);	
}

.header__number > a {
	color: #ffffff;
}

.header__number2 > a {
	color: #ffffff;
}

.header__number > a:hover {
	text-decoration: none;
}

.header__basket {
	display: block;
	vertical-align: top;
	position: absolute;
	right: 10px;
	top: 0;
	background: #c5c6c7;
	width: 290px;
	padding: 8px 17px;
	border-radius: 0 0 3px 3px;
	text-align: left;
	z-index: 15;
	box-sizing: border-box;
}

.header__basket-left {
	float: left;
	width: 65px;
	box-sizing: border-box;	
}

.header__basket-left a {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	color: #000000;
}

.header__basket-left a:visited,
.header__basket-left a:active,
.header__basket-left a:hover {
	color: #000000;	
	text-decoration: underline;
}

.header__basket-icon {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 20px;
	background: url('../img/basket-icon.svg') no-repeat;
	background-position: left center;
	background-size: contain;
	margin-bottom: 8px;
}

.header__basket_right {
	float: left;
	width: calc(100% - 65px);
	font-size: 12px;
	padding-left: 15px;
	box-sizing: border-box;
}

.header__basket-count {
	font-weight: 700;
	display: inline-block;
	vertical-align: bottom;
	text-transform: uppercase;
	min-height: 20px;
	margin-bottom: 6px;
	line-height: 20px;
}

.header__basket-amount {

}

.header__search {
	top: 100px;
}

.header-empty .header__search {
	top: 60px;
}
.header-empty .header__basket {
	visibility: hidden;
	opacity: 0;
}

@media screen and (max-width: 1240px) {
	.header__basket {
		width: 200px;
		padding: 4px 17px;		
	}
	.header__basket-left {
		width: 25px;
	}
	.header__basket_right {
		width: calc(100% - 25px);		
	}
	.header__basket-left a {
		font-size: 0;
	}
	.header__basket-amount {
		display: none;
	}
	.header__search {
		top: 60px;
	}
	.header__number {
		font-size: 18px;
	}
}

@media screen and (max-width: 800px) {
	.header__number {
		display: none;
	}
	.header__basket {
		width: auto;
		padding: 4px 8px;		
	}
	.header__basket_right {
		width: auto;
		padding: 0;
	}
	.header__basket-count {
		font-size: 0;
		background: #000;
		width: auto;
		height: 20px;
		padding: 0 5px;
		text-align: center;
	}
	.header__basket-count span {
		font-size: 10px;
		line-height: 20px;
		color: #fff;
	}
}

.compare__turn {
	display: block;
	position: absolute;
	top: -40px;
	right: 0;
	background-color: #191c21;
	border-radius: 3px 3px 0 0;
	padding: 8px 10px;
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
	color: #cccccc;
	line-height: 1.4;
}

.compare__turn:hover,
.compare__turn:active,
.compare__turn:visited {
	color: #cccccc;	
}

.compare__turn span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 130px;
	height: 20px;
}

.compare__turn span::after {
	content: 'свернуть панель';
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	font-size: 13px;
	color: #cccccc;
	text-transform: uppercase;
	border-bottom: 2px dashed #cccccc;
}

.compare__turn:hover span,
.compare__turn:active span,
.compare__turn:visited span {
	border-color: transparent;
}

.compare__turn-icon {
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 20px;
	margin-right: 15px;
	background: url('../img/compare_tern.svg') no-repeat center;
	background-size: contain;
}

.compare {
	transition: transform 0.25s linear;
}

.compare-hidden {
	transform: translateY(85%);
	transition: transform 0.25s linear;	
}

.compare-empty .compare__turn {
	visibility: hidden;
	opacity: 0;
}
.compare-empty {
	transform: translateY(100%);
	transition: transform 0.25s linear;
}

.compare-hidden .compare__turn span::after {
	content: 'показать панель';
	border-color: transparent; 
}

/*/изменения в шапке*/


._invis {
	/*visibility: hidden;*/
	display: none;
}

.icon_social.icon_social_instagramm {
	background-image: url(../img/icon_social_instagramm.png);
	background-repeat: no-repeat;
	background-position-y: 5px;
}

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

.uniqlist {
	float: left;
	width: 25%;
}

.uimage {
	height: 137px;
	overflow: hidden;
}

.utitle {
	font-size: 20px;
	text-align: center;
	height: 41px;
	overflow: hidden;
}

.uintro {
	border-top: 1px solid #e9e9e9;
	line-height: 21px;
	padding: 22px 10px 0 10px;
}

.cities {
	margin-bottom: 20px;
}

.cities a {
	margin-right: 10px;
	color: #131518;
}

.cities a.selected {
	text-decoration: none;
}

.map {
	margin: 20px 0;
}

.item-popup__image .image {
	height: auto;
}

.column {
	width: 40%;
	padding-right: 10%;
	float: left;
}

// input[type="text"], input[type="password"], select, textarea {
//     height: 28px;
//     border: 1px solid #dadada;
//     padding: 0 10px;
//     width: 220px;
//     box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
//     -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
//     outline: none;
// }
// q{
// 	display: block;
//     padding: 1.6em;
//     background-color: #fafafa;
//     font-style: italic;
//     margin-left: -1.6em;
//     margin-right: -1.6em;
//     margin-bottom: 1.6em;
// }
.collection-catalog .ta_c {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
}

.input-select__list {
	z-index: 99;
}

.input-select__list.opened {
	height: auto !important;
}

.like-heart {
	margin-bottom: 10px;
}

.like-heart .like {
	width: 20px;
	height: 15px;
	background-image: url("../img/item-heart.png");
	background-image: url("../img/item-heart.svg"), none;
	background-position: 0 -2px;
}

.like-heart:hover .like {
	background-position: -23px -2px;
}

@media all and (min-width: 961px) and (max-width: 1100px) {
	.mr_50 {
		margin-right: 5px;
	}
	.input-button_height_l {
		margin-right: 10px;
		font-size: 11px;
	}
}


/*-------------------------------------------*/

.collection--custom {}

.collection--custom {}

.collection--custom .collection-categories {
	border: 1px solid rgba(216, 217, 219, 0.5);
	border-top: none;
}

.collection--custom .collection-categories .collection-categories__item {
	width: auto;
	margin-bottom: 0;
	transition: all 0.15s linear;
}

.collection--custom .collection-categories .collection-categories__item a {
	padding: 15px 40px;
}

.collection--custom .collection-categories .collection-categories__item:hover {
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .15);
	transition: all 0.15s linear;
}

.collection--custom .collection-categories .collection-categories__item:active {}

.collection--custom .collection-categories .collection-categories__item a {
	border-bottom: 1px solid #fff;
	transition: all 0.15s linear;
	position: relative;
}

.collection--custom .collection-categories .collection-categories__item a:active {
	bottom: -2px;
	transition: all 0.15s linear;
}

.collection--custom .collection-categories .collection-categories__item a._active {
	border-color: #000;
	box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .135);
}

.collection--custom .collection-img-l img {
	bottom: auto;
	top: 0;
	left: 0;
}

.collection--custom .collection__header {
	min-height: 260px;
	box-sizing: border-box;
	padding: 30px 80px 30px 80px;
}

.collection--custom .collection__show-all {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	border-bottom: none;
}

.collection--custom .collection-img-bg {
	background-repeat: no-repeat !important;
	background-size: cover;
	background-position: right center;
}

.collection--custom .collection-images,
.collection--custom .collection-img-l,
.collection--custom .collection-img-r {
	height: 100%;
}

.collection--custom .collection-img-r {
	left: auto;
	width: 100%;
}

.collection--custom .collection__title {
	color: rgb(252, 215, 135);
	margin-bottom: 0;
	font-size: 32px;
	line-height: 36px;
}

.collection--custom .collection__title::after {
	display: none;
}

.collection--custom .collection__description {
	color: rgb(245, 245, 245);
	max-width: 560px;
	width: 100%;
}

.collection--custom .collection__title,
.collection--custom .collection__description {
	width: 50%;
	padding-right: 0;
}

.collection--custom .collection__show-all.play-video {
	bottom: 30px;
	top: auto;
	left: 80px;
	right: auto;
	color: rgb(143, 169, 176);
}

.collection--custom .collection__show-all.play-video:hover {
	color: rgb(143, 169, 176);
}

.collection--custom:hover .collection-opacity {
	opacity: 1;
	transition: all 0.2s linear;
}

.collection--custom .collection-opacity {
	background: none;
	background-image: none;
	background-color: rgba(0, 0, 0, 0.45) !important;
	opacity: 0;
	transition: all 0.2s linear;
}

@media all and (max-width: 1024px) {}

.collection--custom .collection-img-r img {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	max-width: 100%;
}

.collection--custom .play-v-i {
	transform: translateY(-50%);
	top: 50%;
	right: -15px;
	left: auto;
	width: 10px;
	height: 10px;
	color: inherit;
	text-align: center;
	line-height: 10px;
}

.collection--custom .play-v-i::after {
	content: '►';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: inherit;
	text-align: center;
	line-height: 10px;
}

@media all and (max-width: 767px) {
	.collection--custom .collection__header {
		padding: 30px 20px;
	}
	/*.collection--custom .collection-images, .collection--custom .collection-img-l, .collection--custom .collection-img-r {
		max-height: 500px;
	}*/
	.collection--custom .collection__show-all.play-video {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 20px;
		height: 11px;
	}
	.collection--custom .collection-categories .collection-categories__item {
		margin-right: 0;
	}
	.collection--custom .collection-categories .collection-categories__item a {
		padding: 15px;
	}
}

@media all and (max-width: 960px) {
	.collection--custom .collection-img-bg {
		background-position: center;
	}
	.collection--custom .collection-img-r {
		display: none;
	}
	.collection--custom .collection__title,
	.collection--custom .collection__description {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.collection--custom .collection-img-l img,
	.collection--custom .collection-img-r img {
		max-width: 100%;
	}
}

.collection--custom .collection__header:hover::after {
	opacity: 1;
	transition: all 0.25s linear;
}

.collection--custom .collection__header::after {
	opacity: 0;
	content: '';
	transition: all 0.25s linear;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .65)), to(rgba(0, 0, 0, .15))), -webkit-gradient(linear, left top, right bottom, color-stop(0.1, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, .1)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, .65), rgba(0, 0, 0, .15)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}

.inner .collection--custom:nth-of-type(5) .collection-images .collection-img-r img {
	top: 0;
}

.inner .collection--custom:nth-of-type(2) .collection-images .collection-img-r img {
	top: 0;
}


/*.inner .collection--custom:nth-of-type(4) .collection-images .collection-img-r img {
	top: 0;
}*/

.navigate-up-arrow {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 60px;
	text-align: center;
	background: #000;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	box-sizing: border-box;
	z-index: 5;
	box-shadow: 0px 0px 1px 2px rgba(255, 255, 255, .5);
	cursor: pointer;
}

.navigate-up-arrow i {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../img/navigate-up-arrow.svg');
}


/*/изменение коллекции*/

/*изменения в выподающем списке*/
.droplist__item .checkbox {
	box-sizing: border-box;
}

.checkbox__label {
	box-sizing: border-box;
  display: inline-block;
}
.checkbox__label.disabled{
	color: #d5d6d7;
}
/*/изменения в выподающем списке*/


@media (min-width: 768px) {
	.header_main {
		height: auto;
	}
	.header_main .header__video,
	.header_main .header__video .video {
		position: relative;
		width: 100%;
	}
	.header_main .header__video + .header__opacity {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
	}
}

/* изменения на странице http://smolenskdiamonds.ru/shop/ open*/
.b_titleF {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
	margin: -10px auto 18px auto;
}

.b_titleF .modal-link {
	margin-left: 350px;
}

.modal-link {
	padding-bottom: 2px;
	display: block;
	width: max-content;
	line-height: normal;
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}

.modal-link:hover {
	border-color: transparent;
	color: #000000;
}

.modal {
	box-sizing: border-box;
	padding: 25px 30px;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 980px;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #000000;
}
@media (max-width: 768px) {
	.modal{
		overflow-y: auto;
		height: 100%;
	}
}
.modal.--active {
	visibility: visible;
	opacity: 1;
}

.modal-overlay.--active {
	visibility: visible;
	opacity: 1;
}

.modal__title {
	margin-bottom: 25px;
	text-transform: none;
    font-size: 24px;
	text-align: center;
}

.modal__subtitle {
	font-size: 14px;
	text-transform: uppercase;
}

.modal .mt25 {
	margin-top: 25px;
}

.modal a {
	color: #000000;
}

.modal a:hover {
	color: #000000;
	text-decoration: none;
}

.modal-btn {
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 35px;
	padding: 9px 0;
	display: block;
	max-width: 195px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 20px;
	transition: .2s ease-in-out;
}

.modal-btn__close {
	cursor: pointer;
	position: absolute;
	top: 15px;
    right: 15px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #ffffff;
    background-image: url(../img/item-popup__close.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.modal-btn:hover {
	background: #000000;
	color: #ffffff !important;
}

.modal-list {
	margin: 20px 0;
	padding-left: 14px;
}

.modal-overlay {
	opacity: 0;
	visibility: hidden;
	z-index: 55;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	transition: .2s ease-in-out;
}

.b_titleF ._inner {
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px;
	border-top: 1px solid #181a1e;
	border-bottom: 1px solid #181a1e;
	background-color: #fff;
	line-height: 32px;
	font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  color: #121316;
}

.b_titleF .checkbox__label {
	padding-left: 0;
}

.b_titleF .checkbox__label::before {
	overflow: hidden;
	opacity: 0;
}

.b_titleF input[type="checkbox"]:checked + .checkbox__label {
	font-weight: 700;
}

.filter-submenu-overlay {
	height: auto;
}

.filter-submenu-overlay .submenu {
	margin-bottom: 10px;
}

.filter-submenu-overlay .droplist__title {
	border: 0;
	background-image: none;
}

.filter-submenu-overlay .droplist__list {
	top: 38px;
}

.filter-submenu-overlay .droplist__item {
	text-align: left;
	padding: 0 10px;
}

/*  */
.tlements_row {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	/*margin-bottom: 20px;*/
}

.tlements_row-item {
	float: left;
	width: 50%;
}

.tlements_row-item:first-child {text-align: left;}
.tlements_row-item:last-child {text-align: right;}

.tlements_row .b_titleF {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0 30px; 
}

.tlements_row-item:first-child .b_titleF {margin-left: 70px;}
.tlements_row-item:last-child .b_titleF {margin-right: 70px;}

/*  */

.custom-range-slider {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;	
  text-align: center;
  position: relative;
	height: auto;
}

.custom-range-slider ._title {
	margin-bottom: 10px;
	text-transform: uppercase;
}

.custom-range-slider ._controls {
	position: relative;
	height: 5px;
	background-color: #c9c8c9;
}

.ui-slider-horizontal .ui-slider-range {
	background-color: #7f7e7c;
}

.custom-range-slider .ui-slider {
	position: relative;
	height: 5px;
	border-radius: 0;
	background-color: #c9c8c9;
	border: none;
}

.custom-range-slider .ui-slider-horizontal .ui-slider-handle {
	border-radius: 50%;
	top: -8px;
	width: 18px;
	height: 18px;
}
.custom-range-slider .ui-slider-horizontal .ui-slider-handle,
.custom-range-slider .ui-slider-horizontal .ui-state-hover,
.custom-range-slider .ui-slider-horizontal .ui-state-active,
.custom-range-slider .ui-slider-horizontal .ui-state-focus {
	background-color: #fff;
	background-image: url('../img/diimonicon.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	outline: none;
	border: none;
}

.custom-range-slider ._out {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-top: 20px;
}

.custom-range-slider ._input {
	float: left;
	display: block;
	width: 50%;
	text-align: left;
}


.custom-range-slider ._input span {
	display: inline-block;
	vertical-align: bottom;
	line-height: 1;
}

.custom-range-slider ._input input[type='text'] {
	border: none;
	border-top: 1px solid #c9c8c9;
	border-bottom: 1px solid #c9c8c9;	
	outline: none;
	display: inline-block;
	width: 80px;
	padding: 2px 5px;
	box-sizing: border-box;
	text-align: center;
}

@media (max-width: 1200px) {
	.tlements_row-item {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
	.tlements_row-item:first-child {text-align: center;}
	.tlements_row-item:last-child {text-align: center;}
}

.tlements_row-item:first-child .b_titleF.hiddennn {display: none;}


@media (max-width: 960px) {
	.filter-submenu-overlay .submenu {
		height: auto;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
    border: 0;
	}
	.filter-submenu-overlay .submenu._fixed {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		z-index: 0;
	}
	.filter-submenu-overlay .droplist__title {
		background-image: url(../img/droplist.png);
    background-image: url(../img/droplist.svg),none;
	}
	.filter-submenu-overlay .submenu__container {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
	}
	.filter-submenu-overlay .submenu__item {
		width: calc(50% - 10px);
    margin: 0 5px;
		float: left;
		box-sizing: border-box;
		border: 1px solid #181a1e;
		margin-bottom: 10px;
	}
}


@media (max-width: 640px) {

	.tlements_row {
		margin-top: 40px;
	}

	.tlements_row-item:first-child .b_titleF {margin: 0 30px; display: none;}
	.tlements_row-item:last-child .b_titleF {margin: 0 30px;}
	.tlements_row-item:first-child {
		margin-bottom: 40px;
	}
	.tlements_row-item:last-child .b_titleF,
	.tlements_row-item:first-child .b_titleF.hiddennn {
		display: block;
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	.filter-submenu-overlay .submenu__item {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
}

.gallery-wrapper {
    height: 620px;
	overflow: hidden;
	position: relative;
}
@media (max-width: 1250px) {
	.about-gallery {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		display: block;
	}
}
@media (max-width: 500px) {
	.about-gallery {
		transform: translateX(-50%) scale(0.8);
	}
}
/* изменения на странице http://smolenskdiamonds.ru/shop/ close*/

.b_titleF ._inner {
	cursor: pointer;
}
.mag_15 {
	margin: 0 15px;
}
.btn-logout {
	width: 100%;
}
.class-registration {
	width: 50% !important;
	margin: 0px auto 1em auto !important;
}
#auth-popup {display:none;}
#empty-fav-popup {display:none;}
#empty-fav-popup h2 {
	font-family: 'Droid Serif', sans-serif;
    font-size: 22px;
    line-height: 30px;
    color: #010101;
}
#empty-fav-popup p {
	font-size: 15px !important;
}
#empty-fav-popup button:focus {
    outline: none !important;
}
#empty-fav-popup .fancybox-close-small:focus:after {
  outline: none !important; }
.black-color {
	color: #000000 !important;
}
.inline_bl {
	display: inline !important;
}
.checkbox_hidden:checked + .checkbox__label:before/*,
.checkbox__input[checked] + .checkbox__label:before*/ {
    border-color: #131518;
}
.checkbox_hidden:checked + .checkbox__label:before/*,
.checkbox__input[checked] + .checkbox__label:before*/ {
    background-image: url(../img/checkbox.png);
    background-image: url(../img/checkbox.svg),none;
}
.center-head {
	text-align: center;
    text-transform: uppercase;
}
#auth-popup .center-head {
	font-family: 'Droid Serif', sans-serif;
    font-size: 22px;
    line-height: 30px;
	color: #010101;
	display: block;
	margin-bottom: 1em;
}
.norm-lk_left {
	font-size: 1rem !important;
    font-weight: normal !important;
}
.personal-title {
	margin-bottom: 1rem;
}
.personal-checkbox label {
	margin-bottom: 5px !important;    
	margin-top: 0px !important;
}
.head_title_center {
	text-align: center;
}
.tomain_text_center {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}
.tomain_text_center a {
	font-weight: bold;
}
.tomain_text_center .error_404 {
	font-size: 25px;
}
.shop-list__price .discont {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	font-weight: bold;
	color: #121316;
	text-decoration: line-through; 
}
.block {
	display: inline-block;
	margin-bottom: 11px;
}
.sale-bonus.active{
	display: block;
}
.sale-bonus{
	display: none;
}
strong.js-clear-all{
	cursor: pointer;
}

.notify {
	z-index: 100;
	position: fixed;
	top: 0;
	width: 100%;
	min-height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #edeef3;
}
.notify__text {
	font-size: 16px;
}
.notify_fixed {
	position: fixed;
	top: 44px;
}
.notify-btn {
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 15px;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
	background-image: url(../img/item-popup__close.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.droplist__list {
    display: none;
    height: auto;
    z-index: 1000;
    position: absolute;
    padding: 5px 0;
    top: 33px;
    right: 0;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #d5d6d7;
}