pre{
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #fff;
}

pre{
	position: static;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #aaa;
	color: #fff;
}

.thanks__ticket .ticket__img img {
    width: 93px;
    height: auto;
}

input,button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cart-product__complect .complect__item-img img {
    object-fit: contain;
}

.brends__item img {
	max-height: 80px;
}

#message p {
	text-align: center;
    margin: 30px 0;
}

.product__img img {
    -o-object-fit: contain;
    object-fit: contain;
}

/*.more__list.extended {
	flex-wrap: wrap;
}*/

/*.more__list.extended .more__item {
	width: calc(16% - 40px);
}*/

.more__list.extended .more__item picture{
	height: 200px;
	display:block;
}

.more__list.extended .more__item picture img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
}

/*.lang__list.flag-list li {
	margin: 0px 15px 15px 0;
}

.lang__list a img {
	width: auto;
}

.lang__list.flag-list  {
	margin:0;
}

.lang__list.flag-list li {
    width: 9%;
}*/

.loading {
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.7;
	display:none;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.loading.active {
	display:block;
}

.loading:before,
.loading:after{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	background: #fff;
	opacity: 0.7;
}

.loading:before{
	left: 0;
	margin-left: -100%;
}

.loading:after{
	right: 0;
	margin-right: -100%;
}

.main .container {
	position: relative;
}

.filter__category ul li a.active {
	color: #000;
}

.compare__table li.hide, .product__parameters li.hide, .brands > li.hide {
	display:none;
}

h1 {
	font-size: calc(14px + 11 * ((100vw - 320px)/ 1440));
	line-height: 1;
	color: #4A4842;
	margin: 26px 0 15px;
}

div.modern-page-navigation {
	text-align: center;
    margin: 25px 0 0;
}

.case__list {
	position: relative;
	margin-top: 0px;
}

/*.case__list.case__list_selections {
	margin-top: -20px;
}*/

.filter__list.snova-scroll{
    max-height: 190px;
	height: auto;
}

.filter__list.snova-scroll.brands {
	max-height: 300px;
}

.cart-product__feature .feature__logo img {
    height: 60px;
}

.filter__list li ul {
	height: auto;
    max-height: 180px;
}

.filter__colors ul li .filter__color-container {
    width: 22px;
    height: 22px;
	padding: 2px;
}

/*.filter__colors .filter__list.scrolled {
    padding-top: 5px;
    padding-left: 5px;
}*/

.popup__body-info a {
	text-decoration: underline;
}

.cart-product__variant .variant__table table {
	width: 100%;
}

.cart-product__complect {
	margin-top:  0;
}

.showMobile {
	display: none;
}

.select-style .tabs .tab {
	border: none;
}

/*.lang__list a img {
    height: 20px;
}

.lang__list.flag-list li {
    width: 9%;
}*/

.cart-slider__small-item picture {
	display:block;
	width: 100%;
}



.main-menu__list.menu-profile ul li a {
	position:relative;
}

/*.main-menu__list.menu-profile ul li a .count {
    position: absolute;
    top: -9px;
    left: 17px;
    border-radius: 100%;
    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;
    background: #ed576b;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 13px;
    z-index: +1;
}*/

.cart-product__complect .complect__list .btn {
	position: absolute;
    bottom: 0;
    width: 100%;
}

.cart-product__complect .complect__item {
    padding-bottom: 55px;
}

.contacts-wrap .contact-item-custom p a span, .contacts-wrap .contact-item-custom .adress-on-footer-custom span{
	padding-left: 0px;
}

.contacts-wrap .contact-item-custom p span{
	padding-left: 40px;
}

.contacts-wrap .contact-item-custom p span.adress{
	padding-left: 40px;
}

.contacts-wrap .contact-item-custom p div.adress:before {
    background-image: url(/images/map.png);
}

h1.personal-page{
	display: none;
}

.lk__tab {
	display: flex;
	margin-top: calc(16px + 34 * ((100vw - 320px) / 1660));
	margin-bottom: 0;
	gap: 30px;
}

.lk__tab li a {
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	border-bottom: 0.5px dashed #7AB6CB;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.lk__tab li a.active {
	color: #7AB6CB;
	border-bottom: 2px solid transparent;
	cursor: default;
}

.b-popup {
	width:100%;
	min-height:100%;
	background-color: rgba(0,0,0,0.5);
	overflow:hidden;
	position:fixed;
	top:0px;
	z-index: 999;
	display: none;
}
.b-popup.active {
	display: block;
}
.b-popup .b-popup-content {
	width: Calc(100% - 20px);
	max-width: 598px;
	height: 360px;
	padding: 60px 40px 50px;
	background-color: #F3F3F3;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.b-popup .close {
	content: '\2716';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	padding: 20px;
	font-size: 30px;
	cursor: pointer	;
}
.b-popup__title {
	font-weight: 200;
	font-size: 24px;
	margin-bottom: 50px;
	text-align: center;
}
.auth-form .input-block {
	display: block;
}
.auth-form input {
	width: 100%;
	height: 48px;
	border: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	overflow: hidden;
	padding: 0 10px;
}
.auth-form label {
	width: 100%;
	display: block;
	padding: 0;
	margin-bottom: 8px;
}
.auth-form {
	display: flex;
	flex-direction: column;
}
input.auth-form__sub {
	margin: 47px auto 0;
	background: #7AB6CB;
	width: 209px;
	height: 42px;
	color: #fff;
	cursor: pointer;
	border: 0;
	padding: 0 10px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.auth-form__sub:hover {
	background: #45869D;
}
.auth-form__result {
	text-align: center;
	display: none;
	font-size: 14px;
	color: #749A73;
	margin-top: 15px;
}
.auth-form__result.error {
	color: #EFA073;
}
.auth-form.waiting .auth-form__result {
	display: block;
}
.second-step-auth {
	display: none;
}
.second-step-auth.waiting {
	display: block;
}
.auth-form.waiting .auth-form__sub {
	background: #ccc;
	cursor: default;
}

.auth-form-code-link.btn{
	width: auto;
	height: unset;
	background: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	color: #A7A7A7;
	margin-top: 12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.auth-form-code-link.btn.active{
	color: #45869D;
}

.menu__bottom-search {
	position: relative;
}
.search-popup {
	display: none;
	position: absolute;
	right: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
}
.search-popup__list {
	padding: 10px 20px;
	background: #f3f3f3;
	color: #a7a7a7;
}
.search-popup__list.search-popup__list-q {
	display: none;
}
.search-popup.active .search-popup__list:not(.search-popup__list-q) {
	display: none;
}
.search-popup.active .search-popup__list.search-popup__list-q {
	display: block;
}
.search-popup__item a {
	padding: 10px 0;
	display: block;
	font-size: 16px;
}

.search-popup__item a span{
	background: #e0edf1;
}

.snovaShowMore{
	background: #fff;
	border: 1px solid #7cb7ca;
	color: #000;
	margin-top: 10px;
	width: 100%;
	margin-bottom: 30px;
	cursor: pointer;
	padding: 10px;
	font-family: Montserrat;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 14px;
}
.snovaShowMore:hover{
	background: #7cb7ca;
	color: #fff;
}

.product-mini-prop-items{
	margin: 13px 0 18px;
}

.product__item-inner:not(:hover) .product-mini-prop-items{
	display: none;
}

.product-mini-prop-item{
	justify-content: space-between;
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 9px;
	line-height: 10px;
	font-weight: 200;
}

.product-mini-prop-item:last-child{
	margin: 0;
}

.product-mini-prop-item span:first-child{
	color: #A7A7A7;
}
.product-mini-prop-item span:last-child{
	color: #4A4842;
	text-align: right;
}



@media (max-width: 991px) {
	/*.case__list {
		margin-top: -25px;
	}

	.brand-page .case__list{
		margin-top: 0;
	}

	.case__list.case__list_selections {
		margin-top: -25px;
	}*/
}

@media (max-width: 990px) {
	.showMobile {
		display: block;
	}
	.hideMobile {
		display: none;
	}
	/*.basket__sidebar-summ {
    	margin-bottom: 30px;
	}
	.basket__top.inside .basket__sidebar-carts {
		padding-top: 10px;
	}
	.basket__sidebar-carts .carts__item {
		width: 100%;
	}*/
	.cart-product__feature{
		width: 100%;
	}
}

@media (max-width: 700px) {
	.compare__filter .checkbox span::after{
		top: 3px;
		left: 3px;
	}
}

/*@media (max-width: 991.98px) {
	.main-menu__list.menu-profile {
    	display: block;
	}
	.main-menu .footer__right {
		display: block;
		padding: 0 15px;
		margin: 20px 0;
		border-top: 1px solid #afafaf;
	}
	.main-menu .footer__left {
		display: block;
		padding: 20px 15px;
	}
	.main-menu__list ul li {
		padding: 10px 15px;
    	margin: 0;
	}
	.main-menu__list ul li::after {
		display:none;
	}
	.main-menu .footer__right .footer__menu ul li {
		width: 100%;
		border-bottom: 1px solid #afafaf;
		margin-bottom: 0;
	}
	.main-menu .footer__right .footer__menu ul li a {
		font-family: Montserrat;
		color: #000;
		font-weight: 600;
		padding: 15px 0;
		display: block;
		position: relative;
	}
	.main-menu .footer__right .footer__menu ul li a {
		text-transform: none;
	}
	.main-menu .footer__right .footer__menu ul li a {
		font-size: 14px;
		padding: 10px 0;
	}
	.main-menu .footer__right .footer__polit {
		display: none;
	}
	.main-menu .footer__left .footer__logo {
		display: none;
	}
	.main-menu .footer__left .footer__adress {
		margin-top: 0;
		color: #000;
		font-size: 12px;
	}
	.main-menu .footer__left .footer__polit.mobile {
		display: block;
		margin-top: 15px;
		font-size: 14px;
	}
	.main-menu .footer__left .footer__polit.mobile {
		color: #000;
		font-size: 12px;
		line-height: 14px;
	}
	.main-menu .footer__left .footer__social a svg {
		width: 20px;
		height: 20px;
	}
}*/

/*.compare__item .product__parameters ul li {
    padding: 20px 0 21px;
    white-space: nowrap;
    overflow: hidden;
	position: relative;
}

.compare__item .product__parameters ul li:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 95%;
	right: 0;
	top: 3px;
	background: linear-gradient(45deg, rgba(255,255,255,0),  rgba(255,255,255,100));
}*/

@media (max-width: 767px) {

	.lk__tab{
		gap: 22px;
	}

	.lk__tab li a{
		font-size: 18px;
	}

	.b-popup .b-popup-content {
		padding: 30px 20px;
		height: auto;
		max-width: unset;
	}
	.b-popup__title {
		margin-bottom: 20px;
	}
}

@media (max-width: 656.98px) {
	.thanks__order-item.thanks__sidebar {
		width: 100%;
	}
}

@media (max-width: 568px){

	.lk__tab li a{
		font-size: 16px;
	}
}

@media (max-width: 480px){

	.lk__profile{
		padding-bottom: 35px;
	}

	.lk__tab li a{
		font-size: 14px;
	}
}