 /* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    -ms-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}







.wrapper {
	min-width: 320px;
max-width: 1440px;
width: 100%;
margin:0 auto;
}




/* Header
-----------------------------------------------------------------------------*/
/* .header {
	height: 150px;
	background: #fff;
	width:100%;
	position:relative;
} */

.header {
    position: fixed;
    top: 0;
    z-index: 10000;
    min-width: 320px;
    max-width: 1440px;
    width: 100%;
	background: #fff;
	height:150px;
}

.content {
    display: block;
    position: relative;
    margin-top: 150px;
}

.head-block {
    width: 100%;
    display: flex;
    position: relative;
    height: 110px;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
	background: #fff;
}

.top-menu-wrapper {
    width: 100%;
    display: block;
    position: relative;
    background-color: #E270B9;
    height: 40px;
}

.top-menu {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}

.top-menu a  {
    display: flex;
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    /* width: 163px; */
	width: auto;
    justify-content: center;
    height: 40px;
    align-items: center;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	
}

.top-menu a:hover {
    background: #D2007A;
    height: 50px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    justify-content: center;
	z-index: 9999;
}


.drop-menu  {
    display: none;
    position: absolute;
    width: 320px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    top: 40px;
    left: 0;
    z-index: 999;
    padding-bottom: 10px;
	padding-top: 10px;
}


.second-level {
	color: #7878AB !important;
	width:320px !important;
	height:40px !important;
	display:block !important;
	text-align: left !important;
	padding-left: 22px !important;
	padding-top: 13px !important;
}



.second-level:hover, #about {
	height:40px !important;
	background: #E270B9 !important;
	color: #fff!important;
	border-radius:0px!important;
}

/* #about:hover {
	background: #D2007A !important;
}

#about:hover + .drop-menu {
	display:block;
} */

.search-form {
    width: 420px;
    display: block;
    position: relative;
}

#site-search  {
    display: block;
    position: relative;
    width: 405px;
    height: 50px;
    background: #F5F5FA;
    box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.5), inset 2px 2px 4px rgba(170, 170, 204, 0.25), inset 5px 5px 10px rgba(170, 170, 204, 0.5), inset -5px -5px 10px #FFFFFF;
    border-radius: 40px;
	font-size: 14px;
line-height: 40px;
color: #7878AB;
opacity: 0.6;
padding-left:15px;
border:none;
}

 .search-form button {
    display: block;
    background: transparent;
    background-image: none;
    border: none;
    cursor: pointer;
    width: 67px;
    height: 50px;
    background-image: url(/catalog/view/theme/default/service-icons/button-search.png);
    position: absolute;
    top: 0;
    right: 16px;
}

.cabinet {
    display: flex;
	justify-content:center;
    position: relative;
    background-image: url(/catalog/view/theme/default/service-icons/login.png);
    height: 55px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    width: 33px;
    color: #7878AB;
    font-size: 14px;
    align-items: end;
	cursor:pointer;
	text-decoration:none;
}

.cabinet-log  {
    display: flex;
    justify-content: space-between;
    position: relative;
    background-image: url(/catalog/view/theme/default/service-icons/login-icon.png);
    height: 58px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    width: 60px;
    color: #7878AB;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
}

.i-text, #login-form-show {
    display: block;
    position: relative;
    padding-top: 42px;
	color: #7878AB
}

#login-form-show:hover {
	text-decoration:underline;
}

.i-text:hover {
	text-decoration:underline;
}

.dark-pink-text {
	color: #D2007A !important;
	margin-top: 5px !important;
}


.wish-list {
    display: flex;
    position: relative;
    background-image: url(/catalog/view/theme/default/service-icons/wishlist-icon.png);
    height: 55px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    width: 72x;
    color: #7878AB;
    font-size: 14px;
    align-items: end;
	cursor:pointer;
	text-decoration:none;
}


.wishlist-count {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    color: #E270B9;
    font-size: 16px;
}

.wishlist-count {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    color: #E270B9;
    font-size: 16px;
}

.basket {
    display: flex;
    position: relative;
    background-image: url(/catalog/view/theme/default/service-icons/basket-icon.png);
    height: 55px;
    background-repeat: no-repeat;
    background-position: 10% 0;
    width: 143px;
    color: #7878AB;
    font-size: 14px;
    align-items: end;
	cursor:pointer;
	text-decoration:none;
	justify-content: flex-start;
}


.basket-count {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    color: #E270B9;
    font-size: 16px;
}

/* 404 */

.error-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 600px;
	background-image: url(/catalog/view/theme/default/service-icons/background_404.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

.error-wrapper h1 {
	display:block;
	position: relative;
	font-size: 28px;
	line-height: 120%;	
	color: #F5F5FA;
	padding-top: 136px;
	
}

.error-wrapper h2 {
    font-weight: 900;
    font-size: 96px;
    line-height: 112px;
    text-align: center;
    letter-spacing: 0.15em;
    color: #FFFFFF;
    padding-top: 100px;
}

.to-index {
	display: block;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    width: 300px;
    height: 50px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #7878AB;
    background: #FFFFFF;
    box-shadow: 1px 1px 2px rgba(170, 170, 204, 0.5), -1px -1px 2px #FFFFFF;
    border-radius: 32px;
    margin: 30px auto;
    padding-top: 5px;
}

.to-index:hover {
	color: #fff;
    background: #7878AB;
}

/* фильтр */





 .filter .filter_total {
    background: none !important;
	color: #D2D2D2 !important;
	cursor:pointer !important;
}

.filter-category-name {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    margin-left: 30px;
    border: 1px solid #F5F5FA;
    padding: 3px 15px;
    border-radius: 10px;
    cursor: pointer;
}

.filter .checkbox-group .checkbox label, .filter .checkbox-group .radio label {
	padding:0 !important;
}

.options_container_filter {
display: block;
position: absolute;
top: 0;
margin-left: 42px;
z-index: 9999;
height: auto;
}

#column-left #option_filter h4 .fa, #column-right #option_filter h4 .fa {
	display:none;
}

#home_filter .btn-border {
    border: none !important;
}


#option_filter .checkbox-group h4, #option_filter .checkbox-group-price h4 {
    border: none !important;
    cursor: pointer;
    font-family: Roboto!important;
    font-size: 14px!important;
	color: #C08BBC!important;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: -1px;
}


#option_filter .checkbox-group h4 strong, #option_filter .checkbox-group-price h4 strong {
    border: none !important;
    cursor: pointer;
    font-family: Roboto!important;
    font-size: 14px!important;
	color: #C08BBC!important;
}

a.category_filter > label {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #7878AB;
	margin-left: 30px;
}

.filter .filter_total::after {
	border:none;
}

.checkbox-group-overflow .checkbox label  {
    display: flex !important;
    height: 27px;
    justify-content: flex-start;
    align-items: center;
	width: 250px;
	margin-left: 15px;
}

.color-text  {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    margin-left: 30px;
		border: 1px solid #F5F5FA;
padding: 3px 15px;
border-radius: 10px;
cursor:pointer;
}

.color-text:hover {
	background-color: #E270B9;
	color:#fff;
}

/*.filter #option_filter .checkbox {
     display: flex !important; 
    margin: 20px 0 8px 0;
    padding-left: 10px;
    text-align: left;
    position: relative;

}
*/
.checkbox-group-overflow {
    border: 1px solid #F5F5FA;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px;
}

.filter #option_filter .checkbox, .filter #option_filter .radio {
	margin: 20px 0 8px 0;
}

.filter .ui-widget-content {
    border: none;
    background: #F0B7DC;
    color: #444444;
	border-radius:10px;
	height: 6px;
}

.formCost {
	margin: 20px 0 8px 0;
	border: 1px solid #F5F5FA;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 15px !important;
}

.checkbox-group-overflow > .scroll-element .scroll-bar {
    background-color: #E270B9 !important;
}

.checkbox-group-overflow > .scroll-element .scroll-element_track {
    background-color: #F0B7DC !important;
}


.formCost label {
    margin-right: 7px;
    margin-top: 20px;
}

#column-left .formCost input.form-control, #column-right .formCost input.form-control {
    background: none !important;
    color: #828282 !important;
    float: left !important;
    font-size: 14px;
    height: 24px !important;
	width:96px !important;
    padding-right: 10px;
    text-align: left !important;
    top: -2px;
    border: 1px solid #F5F5FA !important;
    box-sizing: border-box !important;
    border-radius: 10px !important;
	margin-top: 20px !important;
	padding-left:10px !important;
}

#minCost {
	margin-left:20px;
}

.filter .ui-slider .ui-slider-handle {
    background: url(/catalog/view/theme/default/service-icons/filter-cicle.png) no-repeat scroll center center;
	
}

#attributes12, #attributes13, #attributes14 {
    margin-top: 20px !important;
}

#attributes12 {
    margin-bottom: 20px !important;
}

#attributes12 span {
	margin-left:30px;
}

#attributes12 span.color-text {
	margin-left:10px;
}


div.radio a.category_filter {
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

div.radio a.category_filter label {
    display: block;
    width: 82%;
	cursor: pointer;
	margin-left: 15px;
}


form.form-horizontal.form-reg div#select-labels.form-group.required div.radio label input  {
	position:relative;
	margin-left:0px;
	left: 0;
}

/* input[type="checkbox"]:checked, 
input[type="checkbox"]:not(:checked), 
input[type="radio"]:checked, 
input[type="radio"]:not(:checked) 
{
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label, 
input[type="checkbox"]:not(:checked) + label, 
input[type="radio"]:checked + label, 
input[type="radio"]:not(:checked) + label  
{
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}

input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before
input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before  
{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
	
    border: 1px solid #7878AB;
     background-color: #7878AB; 
}

input[type="checkbox"]:checked + label:before
input[type="checkbox"]:not(:checked) + label:before  
{
    border-radius: 2px;
}

input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before  
{
    border-radius: 100%;
}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after , 
input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after 
{
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}




input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after {
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #7878AB;
}
 
 
input[type="checkbox"]:not(:checked) + label:after , 
input[type="radio"]:not(:checked) + label:after  
{
     opacity: 0;

}
input[type="checkbox"]:checked + label:after , 
input[type="radio"]:checked + label:after { 
    opacity: 1;
} */ 

/* input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    left: 3px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-radius: 1px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
     -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

} */


.filter input[type="checkbox"]:checked, 
.filter input[type="checkbox"]:not(:checked), 
.filter input[type="radio"]:checked, 
.filter input[type="radio"]:not(:checked) 
{
    position: absolute;
    left: -9999px;
}

.filter input[type="checkbox"] + label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
	margin-left: 10px;
}

.filter input[type="checkbox"]:checked + label:after, 
.filter input[type="checkbox"]:not(:checked) + label:after {
    left: 12px;
	top: 7px;
	width: 10px;
	height: 5px;
	border-radius: 1px;
	border-left: 4px solid #7878AB;
	border-bottom: 4px solid #7878AB;
     -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

}

.filter input[type="radio"] + label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
	margin-left: 10px;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
    position: relative;
    margin-top: 10px;
	display:block;
	width:1440px;
	min-height: 500px;
	margin-top:150px;

}
/* 
.index-banner {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
} */

#slideshow0 {
    display: block;
    position: relative;
    margin: 20px auto;
    width: 100%;
}

/* .banner-wraper {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 1440px;
} */

.owl-wrapper-outer {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 1440px;
}

.owl-prev {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: #FFCCD5;
	background-image: url(/catalog/view/theme/default/service-icons/arrow-left.png);
	background-repeat:no-repeat;
    border-radius: 50px;
    box-shadow: 5px 5px 10px rgba(170, 170, 204, 0.5), -5px -5px 10px #FFFFFF;
    border-radius: 32px;
    top: 317px;
	background-position: 41% 50%;
	left: 104px;
	cursor:pointer;
	z-index: 9999;
}

.owl-next {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: #FFCCD5;
	background-image: url(/catalog/view/theme/default/service-icons/arrow-right.png);
	background-repeat:no-repeat;
    border-radius: 50px;
    box-shadow: 5px 5px 10px rgba(170, 170, 204, 0.5), -5px -5px 10px #FFFFFF;
    border-radius: 32px;
    top: 317px;
	background-position: 48% 50%;
	right: 90px;
	cursor:pointer;
	z-index: 9999;
}

/* .slider {
    display: flex;
    position: relative;
    width: 10000px;
    flex-wrap: nowrap;
} */

.owl-wrapper {
    display: flex;
    position: relative;
    width: 10000px;
    flex-wrap: nowrap;
}
/* 
.slide  {
    width: 1200px;
    display: block;
    position: relative;
	margin-left: 125px;
} */

.owl-item  {
    width: 1200px;
    display: block;
    position: relative;
	
}

.owl-item:first-child {
	margin-left: 125px;
}

.owl-carousel .owl-buttons div {
opacity:1;
}

.owl-pagination  {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
	top: 0;
}

.owl-controls .owl-page span {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 30px;
    border: 1px solid #FFCCD5;
	margin-left: 10px;
	cursor:pointer;
	background:transparent;
	box-shadow:none;
}

.owl-controls .owl-page.active span {
	background-color:#FFCCD5;
	display: block;
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 30px;
    border: 1px solid #FFCCD5;
	margin-left: 10px;
	cursor:pointer;
	box-shadow:none;
}

#slideshow0 .owl-buttons {
	display:none;
}

#slideshow0:hover div.owl-buttons {
	display:block;
}


.advantage-index {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
	margin: 50px auto;
}

.advantage-index h2 {
    display: block;
    position: relative;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    color: #B06235;
    width: 837px;
    margin: 10px auto;
	text-transform:none;
	font-weight: normal;
}

.adv-wrapper {
    display: flex;
    width: 70%;
    position: relative;
    margin: 50px auto;
    justify-content: space-between;
}

.one-advantage {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #BA764E;
}

.one-advantage span {
	margin-top:5px;
}

.type-client {
    display: flex;
    position: relative;
    height: 250px;
    width: 100%;
    background: #F5F5FA;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	margin-top: 50px;
}

.type-client a {
	display:flex;
	position:relative;
	width:580px;
	height: 137px;
	border-radius:32px;
	text-decoration:none;
	justify-content: space-evenly;
}

.individual-button {
	background: #FFFFFF;
	border: 1px solid #C08BBC;
	box-sizing: border-box;
	box-shadow: 1px 1px 2px rgba(170, 170, 204, 0.5), -1px -1px 2px #FFFFFF;
	font-weight: 500;
	font-size: 36px;
	line-height: 40px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #C08BBC;

}

.individual-button:hover {
	background: #C08BBC;
	color: #fff;
}

.urlitso-button {
	background-color: #fff;
	border: 1px solid #C08BBC;
	box-sizing: border-box;
	box-shadow: 1px 1px 2px rgba(170, 170, 204, 0.5), -1px -1px 2px #FFFFFF;
	margin-left: 30px;
	font-weight: 500;
	font-size: 36px;
	line-height: 40px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #C08BBC;
}

.urlitso-button:hover {
	background-color: #C08BBC;
	color: #fff;

	}

.hits-index, .novelty-index  {
    display: block;
    position: relative;
}

.novelty-index {
	background-image: url(/catalog/view/theme/default/service-icons/novelty-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 750px;
}

.hits-wrapper, .novelty-wrapper  {
    display: block;
    position: relative;
    width: 1268px;
    margin: 50px auto;
    overflow: hidden;
}

.hits-arrow-left, .novelty-arrow-left {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: #F0B7DC;
	background-image: url(/catalog/view/theme/default/service-icons/arrow-left.png);
	background-repeat:no-repeat;
    border-radius: 50px;
    box-shadow: 5px 5px 10px rgba(170, 170, 204, 0.5), -5px -5px 10px #FFFFFF;
    border-radius: 32px;
    top: 317px;
	background-position: 41% 50%;
	left: 30px;
	cursor:pointer;
	z-index:9999;
}

.hits-arrow-right, .novelty-arrow-right {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: #F0B7DC;
	background-image: url(/catalog/view/theme/default/service-icons/arrow-right.png);
	background-repeat:no-repeat;
    border-radius: 50px;
    box-shadow: 5px 5px 10px rgba(170, 170, 204, 0.5), -5px -5px 10px #FFFFFF;
    border-radius: 32px;
    top: 317px;
	background-position: 48% 50%;
	right: 30px;
	cursor:pointer;
	z-index:9999;
}

.novelty-arrow-right, .novelty-arrow-left {
	
	background-color: #FFCCD5;
}

.hits-slider, .novelty-slider   {
    display: flex;
    position: relative;
    width: 10000px;
	flex-wrap: nowrap;
}

.hits-element, .novelty-element {
    width: 320px;
    height: 536px;
    background: #F0B7DC;
    display: flex;
    flex-direction: column;
    position: relative;
	cursor:pointer;
	margin-left:87px;
	text-decoration: none;
}


.item-element {
    width: 320px;
    height: 536px;
    background: #F0B7DC;
    display: flex;
    flex-direction: column;
    position: relative;
	cursor:pointer;
	text-decoration: none;
	margin-bottom: 20px;
}

.item-element:hover, .novelty-element:hover, .hits-element:hover {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}


.novelty-element, .item-element {
	background: #fff;
}


.photo-prew {
    display: block;
    position: relative;
    width: 280px;
    height: 299px;
    margin: 23px auto 8px auto;
}

.photo-prew img {
	width: 280px;
    height: 299px;
}

.labels  {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.label-hit  {
    display: block;
    width: 92px;
    height: 22px;
    background: #E270B9;
    border-radius: 0px 0px 10px 0px;
    color: #fff;
    font-size: 14px;
    padding-top: 4px;
    padding-left: 8px;
}

.label-new   {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 82px;
	height: 22px;
	background: rgba(210, 0, 122, 0.7);
	border-radius: 0px 0px 10px 0px;
	color: #fff;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 13px;
}

.label-sale {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 92px;
    height: 22px;
    background: #FF0C3E;
    border-radius: 0px 0px 10px 0px;
    color: #fff;
    font-size: 14px;
    padding-top: 4px;
    padding-left: 5px;
}


.row-1-hit  {
    display: flex;
    position: relative;
    margin-left: 20px;
    margin-top: 10px;
    color: #F2F2F2;
    font-size: 14px;
    line-height: 16px;
    justify-content: space-between;
    width: 275px;
}

.row-2-hit  {
    display: block;
    position: relative;
    margin-top: 15px;
    margin-left: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #070707;
}

.row-3-hit {
    display: block;
    position: relative;
    margin-left: 20px;
    margin-top: 7px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-style: italic;
	height:32px;
	overflow:hidden;
}

.row-4-hit  {
	display: flex;
	position: relative;
	margin-left: 20px;
	margin-top: 25px;
	font-size: 36px;
	line-height: 42px;
	color: #fff;
	justify-content: space-between;
	margin-right: 20px;
}

.row-1-tov{
    display: flex;
    position: relative;
    margin-left: 20px;
    margin-top: 18px;
	margin-right: 20px;
	justify-content: space-between;
}

.row-2-hit a {
	font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 21px;
color: #070707;
}

span.short_color_id_1 {
	display:block;
	position: relative;
	width: 27px;
	height: 27px;
	border: 1px solid #828282;
	box-sizing: border-box;
	background:#fff;
	border-radius: 30px;
}

span.short_color_id_2 {
	display:block;
	position: relative;
	width: 27px;
	height: 27px;
	box-sizing: border-box;
	background:#1F1F20;
	border-radius: 30px;
}

span.short_color_id_3 {
	display:block;
	position: relative;
	width: 27px;
	height: 27px;
	box-sizing: border-box;
	background:#DDB6AD;
	border-radius: 30px;
}

span.short_color_id_4 {
	display:block;
	position: relative;
	width: 27px;
	height: 27px;
	box-sizing: border-box;
	background:#FF0C3E;
	border-radius: 30px;
}

span.short_color_id_5 {
	display:block;
	position: relative;
	width: 27px;
	height: 27px;
	box-sizing: border-box;
	background:#FFCCD5;
	border-radius: 30px;
}


span.short_color_id_6 {
	display:block;
	position: relative;
	width: 27px;
	height: 27px;
	box-sizing: border-box;
	background:#1150AD;
	border-radius: 30px;
}

span.short_color_id_7 {
	display:block;
	position: relative;
	width: 27px;
	height: 27px;
	box-sizing: border-box;
	background:#E270B9;
	border-radius: 30px;
}

span.short_color_id_8 {
	display:block;
	position: relative;
	width: 27px;
	height: 27px;
	box-sizing: border-box;
	background:#D2D2D2;
	border-radius: 30px;
}

span.short_color_id_9 {
	display:block;
	position: relative;
	width: 27px;
	height: 27px;
	box-sizing: border-box;
	background:#0CA41B;
	border-radius: 30px;
}




span.short_color_id_10 {
	display:block;
	position: relative;
	width: 27px;
	height: 27px;
	box-sizing: border-box;
	background:#CC9966;
	border-radius: 30px;
}

span.short_color_id_11 {
	display:block;
	position: relative;
	width: 27px;
	height: 27px;
	box-sizing: border-box;
	background:#FBFF37;
	border-radius: 30px;
}

span.short_color_id_12 {
	display:block;
	position: relative;
	width: 27px;
	height: 27px;
	box-sizing: border-box;
	/* background: conic-gradient(from 180deg at 50% 50%, #841FC1 0deg, #FF0C3E 39.37deg, rgba(250, 151, 2, 0.880208) 93.75deg, #F0FF48 159.38deg, rgba(128, 255, 108, 0.806202) 219.37deg, #8DF8FF 271.87deg, #163DC8 316.87deg, #841FC1 360deg); */
	background-image: url(/catalog/view/theme/default/service-icons/conic_gradient.png);
	background-repeat:no-repeat;
	border-radius: 30px;
}

span.short_color_id_13 {
	display:block;
	position: relative;
	width: 27px;
	height: 27px;
	box-sizing: border-box;
	background:#F28C14;
	border-radius: 30px;
}

span.short_color_id_14 {
	display:block;
	position: relative;
	width: 27px;
	height: 27px;
	border: 1px solid #828282;
	box-sizing: border-box;
	background:#fff;
	border-radius: 30px;
}

.color-block   {
    display: flex;
    width: 105px;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
    height: 27px;
}

.color-block span {
	margin-left:7px;
}

.color-block span:first-child {
	margin-left:0;
}

.more-colors {
    display: block;
    width: 30px;
    color: #4F4F4F;
    font-size: 12px;
    margin-top: 10px;
	position: absolute;
left: 130px;
}

.to-memories {
    display: block;
    position: relative;
    margin-right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
 	/* background-image: url(/catalog/view/theme/default/service-icons/to-mem.png);
	background-repeat:no-repeat;  */
}

/* .to-memories:hover {
	background-image: url(/catalog/view/theme/default/service-icons/to-mem-active.png);
}
 */
 
.to-memories button {
    display: block;
    position: relative;
    margin-right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url(/catalog/view/theme/default/service-icons/heart_01.svg);
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
}

.to-memories-pink {
    display: block;
    position: relative;
    margin-right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
 	
}


 
.to-memories-pink button {
    display: block;
    position: relative;
    margin-right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url(/catalog/view/theme/default/service-icons/heart_03.svg);
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
}

.row-2-tov {
    display: block;
    position: relative;
    margin-top: 10px;
    margin-left: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #4F4F4F;
	text-align:left;
}

.row-3-tov {
    display: block;
    position: relative;
    margin-left: 20px;
    margin-top: 7px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    font-style: italic;
	height:32px;
	overflow:hidden;
	text-align:left;
}

.row-4-tov  {
    display: flex;
    position: relative;
    margin-left: 20px;
    margin-top: 25px;
    font-size: 36px;
    line-height: 42px;
    color: #828282;
    justify-content: space-between;
    margin-right: 20px;
}

.r-text {
    display: block;
    position: absolute;
    font-size: 12px;
    top: -23px;
    height: 15px;
    left: 3px;
    color: #CC9966;
}

.old-price-tovar  {
    color: #FF0C3E;
    text-decoration: line-through;
    font-size: 24px;
}

.cat-header {
    display: flex;
    flex-wrap: nowrap;
    width: 900px;
    margin: 50px auto;
    justify-content: space-between;
	align-items: center;
}

.catalog-border  {
    width: 320px;
    height: 1px;
    background: #D2007A;
    display: block;
    position: relative;
}

.cat-header h2  {
    color: #D2007A;
    display: block;
    position: relative;
    font-size: 36px;
	font-weight: 300;
}

.index-catalog {
    display: block;
    position: relative;
    background: rgba(210, 0, 122, 0.1);
	padding-bottom: 85px;
	padding-top: 25px;
	
}

.catalog-wrap0 {
    display: flex;
    position: relative;
    flex-wrap: wrap;
	justify-content: space-around;
	margin: 50px auto;
}

.catalog-element {
    display: block;
    position: relative;
    width: 30%;
	text-align: center;
	cursor: pointer;
	margin: 15px auto;
	
}

.catalog-element-photo  {
    display: flex;
    position: relative;
    width: 400px;
    height: 400px;
    background: #fff;
    border-radius: 216px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
	overflow:hidden;
}

.catalog-element-photo img {
	display:block;
width:360px;
	height:360px; 
	margin: 0 auto;
	-moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
}

.catalog-element-photo img:hover {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.1);
 }


.catalog-element-button   {
    display: block;
    position: relative;
    width: 380px;
    height: 54px;
    background: #E270B9;
    border: 4px solid #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: -37px auto 20px auto;
    color: #fff;
    font-size: 24px;
    padding-top: 10px;
	text-align: center;
}

.catalog-element:hover .catalog-element-button {
	background: #d2007a;
}

/* .catalog-element:hover .catalog-element-photo img {
	width:400px;
	height:400px;
}
 */

.index-map {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 700px;
	justify-content: space-between;
	background-color: #D2007A;
}

.shops-block {
    display: block;
    width: 907px;
}

.map-block {
    display: block;
    position: relative;
    width: 533px;
}



.third-banner, .second-banner {
    display: block;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    height: auto;
    width: 100%;
	margin-bottom: -4px;
}


/* Категория
-----------------------------------------------------------------------------*/

.cat-wrapper {
    display: flex;
    position: relative;
    margin: 20px auto;
   /* width: 1363px; */
   width: 100%; 
    justify-content: space-between;
}

.left-column  {
    display: block;
    position: relative;
    width: 300px;
}

.right-column  {
    display: block;
    position: relative;
    width: 1110px;
}

.category-wrapper  {
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;

}

.item-element-wrap {
    display: flex;
    position: relative;
    width: 33.33%;
	justify-content: center;
}

.search-item-element {
    display: flex;
    position: relative;
    width: 25%;
}

.recommended-element {
	 width: 320px;
    height: 536px;
    display: flex;
    flex-direction: column;
    position: relative;
	cursor:pointer;
	background: #fff;
	text-decoration: none;
	
}

.breadcrumbs {
    display: block;
    position: relative;
    margin: 20px auto;
    width: 100%;
	margin-top: 184px;
}

.breadcrumbs a, .breadcrumbs span {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #7878AB;
}

.breadcrumbs-news {
    display: block;
    position: relative;
    margin: 20px auto;
    width: 100%;
	margin-top: 30px;
}

.breadcrumbs-news a, .breadcrumbs-news span {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #7878AB;
}

.news-banner {
    position: relative;
    width: 100%;
    height: 250px;
}

.news-banner img  {
    width: 100%;
    height: auto;
    display: block;
}

.news-banner h1 {
    font-size: 96px;
    line-height: 112px;
    text-align: center;
    letter-spacing: 0.15em;
    color: #FFFFFF;
    position: absolute;
    top: 54px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.list-news {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.list-news .pagination-block {
	width:100%;
	margin-top:30px;
}

.news-item {
	width:24%;
	border: 1px solid #F5F5FA;
	box-sizing: border-box;
	display: block;
position: relative;
margin-top:15px;
margin-left: 10px;
}

.news-item h2 {
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #070707;
    margin-left: 10px;
    margin-top: 10px;
}

.news-photo {
	display:block;
	position:relative;
	text-align:center;
}

.news-photo .img-responsive  {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
}

.date-new {
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    margin-top: 30px;
    display: block;
    margin-left: 10px;
}

.news-item .desc-new {
	display:none;
}

.news-item:first-child {
	width: 49%;
	height: 520px;
} 

.news-item:first-child .desc-new {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    margin-left: 10px;
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
}


.news-item:first-child h2 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.05em;
    color: #070707;
    margin-left: 10px;
    margin-top: 10px;
}

.news-item:nth-child(2) {
	width: 49%;
	height: 520px;
} 

.news-item:nth-child(2) .desc-new {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    margin-left: 10px;
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
}


.news-item:nth-child(2) h2 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.05em;
    color: #070707;
    margin-left: 10px;
    margin-top: 10px;
}

.news-item:hover {
	background: #F5F5FA;
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.new-wrapper h1 {
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.05em;
	color: #070707;
}

.info-new {
    display: flex;
    margin-top: 15px;
    
    align-items: center;
}

.posted-date {
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    padding-left: 25px;
    display: block;
	position: relative;
	background-image: url(/catalog/view/theme/default/service-icons/time_icon.svg);
	background-repeat:no-repeat;
	height: 30px;
}

.backnws  {
    display: block;
    position: relative;
    height: 30px;
    margin-left: 30px;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #7878AB;
}

.new-wrapper .description {
	margin-top:20px;
}

.new-wrapper .description p {
	font-size: 18px;
	line-height: 21px;
	color: #828282;
}

.backnwsbottom  {
    width: 330px;
    height: 50px;
    display: flex;
    position: relative;
    background: #FFFFFF;
    box-shadow: 1px 1px 2px rgba(170, 170, 204, 0.5), -1px -1px 2px #FFFFFF;
    border-radius: 32px;
    margin: 30px auto;
    align-items: center;
    justify-content: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #7878AB;

}

.backnwsbottom:hover {
	background: #7878AB;
	color: #fff;
}

.filter-info  {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 93%;
    margin: 13px auto;
    border-bottom: 1px solid #D2007A;
    box-shadow: 0px 0px 0px rgba(226, 112, 185, 0.5);
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 16px;
    color: #7878AB;
	height:50px;
}

.pink-text {
	color: #E270B9 !important;
}

.pagination-block {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 93%;
    margin: 13px auto;
    border-top: 1px solid #D2007A;
    padding-top: 8px;
    font-size: 14px;
    line-height: 16px;
    color: #7878AB;
}

.pagination-block a {
    font-size: 14px;
    line-height: 16px;
    color: #7878AB;
    text-decoration: none;
}

.pagination {
	display:flex;
	position:relative;
}

.pagination li {
	font-size: 14px;
    line-height: 16px;
    color: #7878AB;
	text-decoration:none;
	list-style: none;
	margin-left: 5px;
}

.pagination-block a:hover {
	text-decoration:underline;
	}


.gray-header h2  {
    color: #070707;
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: 300;
    margin-top: 30px;
    margin-left: 50px;
}


.veiwed-block	{
    display: block;
    position: relative;
    width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    background: rgba(210, 0, 122, 0.1);
	padding-bottom: 50px;
}
	
.viewed-slider   {
    display: flex;
    position: relative;
    width: 10000px;
	flex-wrap: nowrap;
}

.recommended-block	{
    display: block;
    position: relative;
    width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
	padding-bottom: 50px;
}
	
.recommended-slider   {
    display: flex;
    position: relative;
    width: 10000px;
	flex-wrap: nowrap;
}

.recommended-element {
	 width: 320px;
    height: 536px;
    display: flex;
    flex-direction: column;
    position: relative;
	cursor:pointer;
	background: #fff;
	text-decoration: none;
	margin-left: 32px;
	
}
	
	.vieved-element {
	 width: 320px;
    height: 536px;
    display: flex;
    flex-direction: column;
    position: relative;
	cursor:pointer;
	background: transparent;
	text-decoration: none;
	margin-left: 32px;
	margin-top: 60px;
}

#block_pr2 .owl-item {
	margin-left:10px !important;
}

#block_pr1 .owl-item {
	margin-left:10px !important;
}

#block_pr1 .owl-prev {
    left: 26px;
}

#block_pr1 .owl-next {
    right: 26px;
}


.arrow-left-v {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: #FFCCD5;
	background-image: url(/catalog/view/theme/default/service-icons/arrow-left.png);
	background-repeat:no-repeat;
    border-radius: 50px;
    box-shadow: 5px 5px 10px rgba(170, 170, 204, 0.5), -5px -5px 10px #FFFFFF;
    border-radius: 32px;
    top: 167px;
	background-position: 41% 50%;
	left: 30px;
	cursor:pointer;
	z-index: 9999;
}

.arrow-right-v {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: #FFCCD5;
	background-image: url(/catalog/view/theme/default/service-icons/arrow-right.png);
	background-repeat:no-repeat;
    border-radius: 50px;
    box-shadow: 5px 5px 10px rgba(170, 170, 204, 0.5), -5px -5px 10px #FFFFFF;
    border-radius: 32px;
    top: 167px;
	background-position: 48% 50%;
	right: 30px;
	cursor:pointer;
	z-index: 9999;
}


/* Карточка
-----------------------------------------------------------------------------*/

.item-row-1  {
    display: flex;
    position: relative;
    width: 100%;
    margin: 20px auto;
    flex-wrap: wrap;
    justify-content: space-between;
}

.photo-block  {
    width: 558px;
    display: flex;
    position: relative;
    height: 600px;
    justify-content: space-between;
    flex-wrap: wrap;
	background-color: #F5F5FA;
}

.main-photo  {
    display: block;
    position: relative;
    width: 420px;
    height: 600px;
    overflow: hidden;
}

.main-photo-slider  {
    display: flex;
    position: relative;
    width: 10000px;
}

.main-photo-slider img  {
    display: block;
    position: relative;
    width: 420px !important;
    height: auto !important;
}

.arrow-left-c {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: #FFCCD5;
	background-image: url(/catalog/view/theme/default/service-icons/arrow-left.png);
	background-repeat:no-repeat;
    border-radius: 50px;
    box-shadow: 5px 5px 10px rgba(170, 170, 204, 0.5), -5px -5px 10px #FFFFFF;
    border-radius: 32px;
    top: 247px;
	background-position: 41% 50%;
	left: 1px;
	cursor:pointer;
	z-index: 9999;
}

.arrow-right-c {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: #FFCCD5;
	background-image: url(/catalog/view/theme/default/service-icons/arrow-right.png);
	background-repeat:no-repeat;
    border-radius: 50px;
    box-shadow: 5px 5px 10px rgba(170, 170, 204, 0.5), -5px -5px 10px #FFFFFF;
    border-radius: 32px;
    top: 247px;
	background-position: 48% 50%;
	right: 5px;
	cursor:pointer;
	z-index: 9999;
}

.dop-photo {
    display: flex;
    flex-direction: column;
    width: 138px;
    height: 600px;
    overflow-y: scroll;
overflow-x: hidden;
	


}

.veiwed-block .arrow-left-v {
top:260px;
}

.veiwed-block .arrow-right-v {
top:260px;
}


 /* .scrollbar-color: { ##F0B7DC #E270B9;  }
::-webkit-scrollbar { width: 8px; height: 600px; background: transparent; margin-left:-4px; }
::-webkit-scrollbar-track {  background-color: #E270B9;}
::-webkit-scrollbar-track-piece { background-color: #F0B7DC;} фон*/
::-webkit-scrollbar-thumb { height: 50px; background-color: #E270B9; border-radius: 3px;} /*ползунок*/
::-webkit-scrollbar-corner { background-color: #E270B9;}}
::-webkit-resizer { background-color: #666;}
::-webkit-scrollbar-button:vertical:start:decrement {
    background-color: #fff;
	background-image: url(/catalog/view/theme/default/service-icons/ascroll-down-icon.png);
	color: #E270B9;
	height:0px;
	background-repeat:no-repeat;
	background-position: 50% 50%;
}
::-webkit-scrollbar-button:vertical:end:decrement {
    background-color: #fff;
	background-image: url(/catalog/view/theme/default/service-icons/ascroll-down-icon.png);
	color: #E270B9;
	height:0px;
} */

.dop-photo img {
	display:block;
	position:relative;
	width:105px;
	height:150px;
	margin: auto;
	cursor:pointer;
}

.info-item-block  {
    display: flex;
    flex-direction: column;
    width: 850px;
    position: relative;
}

.info-row-1 {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #D2007A;
    padding-bottom: 5px;
}

.info-row-1 h1 {
    font-size: 24px;
    line-height: 28px;
    color: #4F4F4F;
}

.to-mem {
    display: block;
    position: relative;
	width: 30px;
	height: 30px;
}

.to-mem button {
    display: block;
    position: relative;
    margin-right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url(/catalog/view/theme/default/service-icons/heart_01.svg);
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
}

/* .btn-to-mem {
    border: none;
    background: transparent;
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
	background-image: url(/catalog/view/theme/default/service-icons/to-mem.png);
	background-repeat:no-repeat;
} */

.in-wishlist {
	display:block;
	width: 30px;
	height: 30px;
	background-image: url(/catalog/view/theme/default/service-icons/heart_02.svg);
	background-repeat:no-repeat;
}

.opt-link {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #CC9966;
    margin-top: 15px;
}

.size-table {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #828282;
    margin-top: 30px;
}

.info-row-2  {
    display: block;
    position: relative;    
    margin-top: 10px;
}

.info-row-2 span {
	font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #828282;
}

.soft-pink-text  {
    font-size: 14px;
    line-height: 16px;
    color: #C08BBC !important;
    text-decoration: none !important;
	
}

.info-row-3  {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.short-description {
    width: 50%;
    display: block;
    position: relative;
    text-align: left;
}

.short-description p {
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #828282;
}

.short-description ul  {
    list-style-image: url(/catalog/view/theme/default/service-icons/ul-list.png);
    color: #7878AB;
    margin:20px;
}

.short-description li {
	margin-top:15px;
}

.card-price-block  {
    display: block;
    position: relative;
    width: 50%;
}

.price-block {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.price-card {
    display: block;
    position: relative;
    font-size: 36px;
    line-height: 42px;
    color: #070707;
}

.old-price-card {
    display: block;
    position: relative;
    font-size: 24px;
    line-height: 28px;
    text-align: right;
    text-decoration-line: line-through;
    color: #D2D2D2;
}

.nds-text {
    font-size: 14px;
    line-height: 16px;
    color: #070707;
}


.info-row-4 {
    margin-top: 50px;
    display: block;
    position: relative;
	width:100%;
}

.item-element .opt-link, .vieved-element .opt-link, .recommended-element .opt-link, .hits-element .opt-link, .novelty-element .opt-link {
    margin-left: 21px;
    margin-bottom: 10px;
	text-align:left !important;
}

.more-color-block {
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding-bottom: 15px;
    border-radius: 5px;
	margin-top: 10px;
	height: 283px;
	width:100%;
	overflow-x: hidden;
}

.image-additional .img_sm {
    display: block;
    position: relative;
    width: 100px;
    height: 140px;
	margin-left: 46px;
	margin-top: 30px;

}


.image-additional {
    margin-right: -20px;
    margin-top: 10px;
    text-align: center;
	display: flex;
flex-wrap: wrap;
}

#im-addd {
    margin-right: -20px;
    text-align: center;
}

#im-addd .img_sm {
    width: 90px;
    height: 137px;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    text-align: center;
}

.other-color  {
    display: block;
    position: relative;
    width: 100px;
    height: 140px;
	margin-left: 46px;
	margin-top: 30px;
}

.other-color-photo img {
	display:block;
	width:100px;
}

.other-photo-name  {
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #828282;
} 

.item-row-2 {
    display: block;
    position: relative;
    text-align: right;
}


#product {
    width: 100%;
    display: block;
    position: relative;
    margin: 100px auto;
}





#myTable td {
	width:16,5%;
}


.tablesorter {
    display: flex;
    position: relative;
    flex-direction: column;
    overflow-y: scroll;
	padding: 30px;
	background: #F5F5FA;
	margin-top:10px;
	min-height: 240px;
	max-height: 460px;
	height: auto;
}

.tablesorter {
	width:16,5%;
}

#myTable {
	width:100%;
}

#myTable thead th {
    width: 16%;
    padding: 0 !important;
    text-align: left;
	color: #828282;
font-size: 14px;
line-height: 16px;
margin-left: 0px;
}

select.filter-color, select.filter-size {
    width: 70px !important;
    background: #fff;
    color: #828282;
    font-size: 14px;
    line-height: 16px;
    margin-left: 0px;
    border-right: none !important;
    cursor: pointer;
}

tr.line {
	width: 100% !important;
display: block;
}



#myTable td {
   width: 262px;
    padding: 0 !important;
    text-align: left;
	color: #828282;
font-size: 14px;
line-height: 16px;
margin-left: 0px;
background-color: #F5F5FA;
height: 40px;
}

#myTable td input.quantity-inp {
    min-width: 52px !important;
    height: 38px;
    border-radius: 13px;
    display: block;
    color: #E270B9;
    font-size: 14px;
    border: none;
    text-align: center;
    width: 52px;
}

.select-in-card {
    width: 100%;
    margin: 50px auto;
    height: 206px;
    display: flex;
    position: relative;
    flex-direction: column;
}

.heading-table {
    font-size: 14px;
    color: #828282;
    line-height: 16px;
    height: 33px;
    cursor: pointer;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.sort-by-color img {
	margin-left:15px;
}

.heading-table a {
	display:block;
	position:relative;
	background: #fff;
    font-size: 14px;
	line-height: 16px;
	color: #828282;
	text-align:left;
	width: 16.6%;
	overflow: hidden;
	padding-left: 16px;
}

/* .body-table {
    display: flex;
    position: relative;
    flex-direction: column;
    overflow-y: scroll;
	padding: 15px;
	background: #F5F5FA;
	margin-top:10px;
} */

.row-table  {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    justify-content: flex-start;
	background: #F5F5FA;
}

.row-table > div {
	display:block;
	position:relative;
	background: #fff;
    font-size: 14px;
	line-height: 16px;
	color: #828282;
	text-align:left;
	width: 16.6%;
	padding-top: 20px;
    background: #F5F5FA;
}

.row-table input {
	width:52px;
	height:38px;
	border-radius:13px;
	display: block;
	color:#E270B9;
	font-size: 14px;
	border:none;
	text-align: center;
	margin-left:30px;

}

.sel-quan {
    display: flex;
    width: 100px;
    justify-content: space-between;
    align-items: center;
}

#plus  {
    display: block;
    color: #D2007A;
    font-size: 22px;

}

#minus  {
    display: block;
    color: #D2007A;
    font-size: 22px;

}

.piece-price, .total-price {
	text-align:center !important;
}

.total_pr  {
    width: 95%;
    display: block;
    position: relative;
    text-align: right;
}

#buy-total {
    background: #D2007A;
    border-radius: 4px;
    width: 256px;
    height: 36px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFF;
    border: none;
	cursor:pointer;
}

.gray-t {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #828282;
}

#price-num { 
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
color: #070707;
}


h3.mod  {
    color: #070707;
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: 300;
    margin-top: 30px;
    margin-left: 50px;
}

/* Регистрация и личный кабинет */

.text-wrapper {
    display: block;
    position: relative;
    margin: 20px auto;
   /* width: 1363px; */
   width: 100%; 
   margin-top: 184px;

}

.register-h {
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.05em;
	color: #E270B9;
	
}

.welcome-text {
    font-size: 14px;
    line-height: 19px;
    color: #7878AB;
    display: block;
    position: relative;
    margin-top: 30px;
}

#select-labels {
	display:flex;
	margin-top:70px;
	font-size: 20px;
	line-height: 28px;
	color: #7878AB;
	width: 913px;
}

.reg-group {
    display: flex;
    align-items: center;
    width: 750px;
	justify-content: space-between;
	margin-top: 30px;
}



.reg-group > input, .form-group > input  {
    background: #FFFFFF;
    border: 1px solid #7878AB;
    box-sizing: border-box;
    border-radius: 10px;
    width: 551px;
    height: 55.16px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #070707;
	padding-left:15px;

}

.reg-group span {
	font-size: 14px;
	line-height: 16px;
	color: #7878AB;
	display:flex;
	margin-left: 10px;
}

.pink-symbol {
    font-size: 14px;
    line-height: 16px;
    color: #E270B9 !important;
	margin-right: 12px;
}

#input-postcode {
	width:149px;
	margin-left: 125px;
}

#input-city2 {
	width:214px;
	margin-left:10px;
}

#input-adress-1 {
	width:442px;
	margin-left:10px;
}

#long-form-group {
	width:1000px;
}

.info-t {
    display: block;
    position: relative;
    width: 750px;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    line-height: 16px;
	color: #7878AB;
}

.acc-info  {
    background: #F5F5FA;
    margin-top: 30px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.gray-info  {
    font-size: 14px;
    line-height: 16px;
    color: #7878AB;
    opacity: 0.5;
    width: 200px;
    text-align: left;
    margin-left: 200px;
}

#reg-button {
	display:block;
    background: #C08BBC;
    border-radius: 4px;
    width: 250px;
    height: 35px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.btn .btn-default {
	padding-top:13px;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox:checked+label::before {
  border-color: #0b76ef;
  background-color: #7878AB;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #7878AB;;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
  border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
  background-color: #e9ecef;
}

.sub-agree {
    display: block;
    position: relative;
    margin-top: 30px;
    font-size: 14px;
    line-height: 16px;
    color: #7878AB;
}

.buttons {
	margin-top:50px;
}

.info-agree {
    font-size: 14px;
    line-height: 16px;
    color: #7878AB;
    display: block;
    position: relative;
    margin-top: 30px;
}


.info-agree a {
	color: #7878AB;
	text-decoration:underline;
}

.to-login  {
    display: flex;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    color: #7878AB;
    margin-bottom: 50px;
	margin-top:30px;
}

.to-login a {
	font-size: 14px;
line-height: 16px;
text-decoration-line: underline;
color: #D2007A !important;
margin-left:10px;
margin-top:0px !important;
}

.popup-login {
    display: block;
    position: absolute;
    width: 320px;
    height: 568px;
    top: 100px;
    background-color: #fff;
    z-index: 9999;
    background-image: none;
	border: 1px solid #C08BBC;
	top: 50%;
	left: 50%;
	margin-left: -160px;
}

.form-wrap {
    display: block;
    width: 90%;
    margin: 20px auto;
}

.row-1-log  {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row-1-log h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.1em;
    color: #7878AB;
    display: block;
    position: relative;
}

.row-1-log a {
    display: block;
    position: relative;
}

.form-wrap input {
    display: block;
    margin-top: 60px;
    width: 280px;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #7878AB;
    box-sizing: border-box;
    border-radius: 10px;
	padding-left:15px;
}

.forgot-pass {
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #D2007A;
    display: block;
    position: relative;
    margin-top: 20px;
    margin-left: 5px;
}

#btn-login  {
    width: 139px;
    height: 36px;
    background: #C08BBC;
    border-radius: 4px;
    margin: 60px auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
	margin-left: 67px;
	padding-left:0;
}

#btn-login:hover {
	background: #F5F5FA;
}

.form-wrap .form-group {
	width:100%;
	margin-top:20px;
}

.form-wrap .form-group input::-webkit-input-placeholder {font-size: 12px;line-height: 20px;letter-spacing: 0.4px;color: #7878AB; margin-top:5px;}
.form-wrap .form-group input::-moz-placeholder          {font-size: 12px;line-height: 20px;letter-spacing: 0.4px;color: #7878AB; margin-top:5px;}
.form-wrap .form-group input:-moz-placeholder           {font-size: 12px;line-height: 20px;letter-spacing: 0.4px;color: #7878AB; margin-top:5px;}
.form-wrap .form-group input:-ms-input-placeholder     {font-size: 12px;line-height: 20px;letter-spacing: 0.4px;color: #7878AB; margin-top:5px;}


/* Footer
-----------------------------------------------------------------------------*/
.footer  {
    height: 515px;
    background: #CC9966;
	display: -webkit-flex;
    display: flex;
	flex-wrap:wrap;
    position: relative;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	color:#fff;
	width: 100%; 
}

.footer-col-1 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 25%;
	margin-top:67px;
	align-items: self-start;
}

.footer-col-2 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 25%;
	margin-top:67px;
	align-items: self-start;
}

.footer-col-3 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 25%;
	margin-top:67px;
	align-items: self-start;
}

.footer-col-3 img {
	display:block;
	position:relative;
}

.footer-phone {
    display: flex;
    height: 20px;
    width: 250px;
    justify-content: flex-start;
    align-items: end;
    flex-wrap: nowrap;
	
}
.footer-phone span  {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
	margin-left: 20px;
}

.footer-mail {
    display: flex;
    height: 20px;
    width: 250px;
    justify-content: flex-start;
    align-items: end;
    flex-wrap: nowrap;
	margin-top:15px;
}
.footer-mail a  {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
	text-decoration:none;
	color:#000;
	margin-left: 20px;
}

.footer-adress {
    display: block;
    position: relative;
    margin-top: 41px;
    width: 250px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.footer-social  {
    display: flex;
    width: 250px;
    margin-top: 50px;
    justify-content: flex-start;
}

.footer-social a  {
    display: block;
    margin-left:10px;
}

.footer-social a:first-child {
	margin-left:0;
}

.footer-copy {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    height: 50px;
    margin-top: 50px;
}

.footer h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #E5E5E5;
}

.footer-link {
display:block;
position:relative;	
font-size: 18px;
line-height: 21px;
color: #000000;
text-decoration:none;
margin-top:15px;
}



.footer-link:hover {
	text-decoration:underline;
}

/*страница магазина */

.shop-page-wrapper {
    display: block;
    position: relative;
    width: 90%;
    margin: 30px auto;
}

.shop-banner {
	width:100%;
    margin-top: -33px;
	overflow: hidden;
}

}
.shop-banner img {
	width:100%;
	height:auto;
	max-width:1440px;
}


.shop-h1  {
    display: block;
    position: relative;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.05em;
    color: #070707;
}

.shop-row-1 {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shop-row-2 {
    display: flex;
    width: 100%;
    margin: 50px auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shop-row-1 > div, .shop-row-2 > div {
	width:50%;
	display:block;
	position:relative;
}

.info-shop-widget {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
}

.info-shop-widget > div {
	width: 45%;
display: block;
position: relative;
font-size: 14px;
line-height: 16px;
text-align: center;
color: #828282;
height: 75px;
}

.widget-text {
	margin-top:12px;
}

.one-map {
    display: block;
    position: relative;
    width: 90%;
    text-align: center;
	overflow: hidden;
}

.left-col-shop-2 h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #070707;
}

.left-col-shop-2 > div {
	
	font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
color: #828282;
margin-top:30px;
	
}

.black-text {
	color:#000;
}

/* Фирменная сеть */

.shops-list {
	display:block;
	overflow-y: scroll;
	height:617px;
	width:90%;
	margin-top: 20px;
}

.shop-item {
	width:462px;
	height:181px;
	display:block;
	position: relative;
	margin-top:10px;
}

.shop-item:hover {
	background: #F5F5FA;
}

.shop-item a {
	display:block;
	position:relative;
	font-size: 18px;
line-height: 21px;
text-decoration:none;
color: #070707;
padding-top: 10px;
padding-left: 7px;

}

.shop-item span {
	display:block;
	position:relative;
	font-size: 14px;
line-height: 16px;
color: #828282;
padding-left: 30px;
margin-top: 10px;
}

.phone-block {
	color:#000 !important;
	margin-top:20px;
}


.content-block {
    display: block;
    position: relative;
    min-height: 300px;
    height: auto;
    padding: 15px;
	font-size: 14px;
line-height: 23px;
color: #828282;
}

.content-block h1 {
    font-size: 18px;
    line-height: 21px;
    color: #000;
    margin: 15px auto;
}

#close-menu, #show-menu {
	display:none;
}

.icon_mobile_filter {
	display:none;
}

.description-card {
	color:#ccc;
}

.shops-h1 {
	font-size: 36px !important;
	line-height: 42px !important;
	letter-spacing: 0.05em;
	color: #7878AB !important;

}

.city-list {
	margin-top:0px !important;
}

.city-list span{
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-left: 22px;
    color: #7878AB;
}

.select-city {
	display:block;
	position: relative;
    background: #FFFFFF;
    border: 1px solid #7878AB;
    box-sizing: border-box;
    border-radius: 10px;
    width: 525px;
    height: 46px;
    margin-top: 5px;
    margin-left: 20px;	
	display: block; 
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 background-color: #fff; 
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); 
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%, 0 0;
background-size: .65em auto, 100%;
cursor:pointer;

}

.select-city ul {
	position: absolute;
	left: -1px;
    background: linear-gradient(to bottom, #fff 0%,#e5e5e5 100%);
    background-color: #fff;
    width: 525px;
    margin-top: -10px;
    border: 1px solid #7878AB;
    box-sizing: border-box;
    border-radius: 10px;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	z-index: 9999;
}

.city-data {
    height: 50px;
    padding-top: 17px;
    padding-left: 32px;
	cursor:pointer;
	color: #7878AB;
}

.city-data:hover {
	background-color: #7878AB;
	color:#fff;
}

.city-data input[type="radio"] {
	display:none;
}

.vse-goroda {
    padding-top: 14px;
    padding-left: 10px;
    width: 525px;
    height: 46px;
    margin-left: 0 !important;
}

.map-tabs  {
    display: flex;
    flex-wrap: nowrap;
    width: 425px;
    justify-content: space-between;
	margin-top: 19px;
}

.map-tab  {
	display: flex;
    width: 212px;
    height: 46px;
    justify-content: center;
    align-items: center;
    border: 1px solid #7878AB;
	color: #fff;
	background: #7878AB;
    border-radius: 10px 0px 0px 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase; 
    cursor: pointer;
	border: 1px solid #7878AB;
}

.metro-tab {
	display: flex;
    width: 212px;
    height: 46px;
    justify-content: center;
    align-items: center;
    border: 1px solid #7878AB;
	background: #fff;
	color: #7878AB;
    border-radius: 0px 10px 0px 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase; 
    cursor: pointer;
	border: 1px solid #7878AB;
}


.map-tab:hover, .metro-tab:hover  {
	background: #7878AB;
	color: #F5F5FA; 
}



#myMetroMap {
	background-image: url(/catalog/view/theme/default/service-icons/metromap.png);
	background-repeat:no-repeat;
	width: 503px;
	height: 612px;
	position:relative;
	margin-top:30px;
}

#point-1  {
    display: block;
    position: absolute;
    top: 63px;
    left: 6px;
    width: 25px;
    height: 40px;
	cursor:pointer;

}

#point-2 {
    display: block;
    position: absolute;
    top: 193px;
    left: 13px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-3 {
    display: block;
    position: absolute;
    top: 157px;
    left: 67px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-4 {
    display: block;
    position: absolute;
    top: 63px;
    left: 126px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-5 {
    display: block;
    position: absolute;
    top: 41px;
    left: 185px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-6 {
    display: block;
    position: absolute;
    top: 108px;
    left: 185px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-7 {
    display: block;
    position: absolute;
    top: -14px;
    left: 306px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-8 {
    display: block;
    position: absolute;
    top: -2px;
    left: 306px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-9  {
    display: block;
    position: absolute;
    top: 43px;
    left: 423px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-10   {
    display: block;
    position: absolute;
    top: 134px;
    left: 424px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-11   {
    display: block;
    position: absolute;
    top: 151px;
    left: 424px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-12 {
    display: block;
    position: absolute;
    top: 143px;
    left: 436px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-13 {
    display: block;
    position: absolute;
    top: 163px;
    left: 345px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-14 {
    display: block;
    position: absolute;
    top: 174px;
    left: 335px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-15 {
    display: block;
    position: absolute;
    top: 207px;
    left: 424px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-16 {
    display: block;
    position: absolute;
    top: 230px;
    left: 424px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-17 {
    display: block;
    position: absolute;
    top: 417px;
    left: 424px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-18 {
    display: block;
    position: absolute;
    top: 411px;
    left: 365px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-19  {
    display: block;
    position: absolute;
    top: 458px;
    left: 365px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-20  {
    display: block;
    position: absolute;
    top: 515px;
    left: 372px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-21 {
    display: block;
    position: absolute;
    top: 361px;
    left: 302px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-22 {
    display: block;
    position: absolute;
    top: 405px;
    left: 302px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-23 {
    display: block;
    position: absolute;
    top: 456px;
    left: 302px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-24 {
    display: block;
    position: absolute;
    top: 471px;
    left: 302px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-25 {
    display: block;
    position: absolute;
    top: 384px;
    left: 231px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-26 {
    display: block;
    position: absolute;
    top: 519px;
    left: 232px;
    width: 25px;
    height: 40px;
    cursor: pointer;
}

#point-27 {
    display: block;
    position: absolute;
    top: 532px;
    left: 232px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-28  {
    display: block;
    position: absolute;
    top: 417px;
    left: 161px;
    width: 25px;
    height: 40px;
    cursor: pointer;

}

#point-29 {
    display: block;
    position: absolute;
    top: 490px;
    left: 160px;
    width: 25px;
    height: 40px;
    cursor: pointer;
}

#point-30  {
    display: block;
    position: absolute;
    top: 462px;
    left: 160px;
    width: 25px;
    height: 40px;
    cursor: pointer;
}

#point-31 {
    display: block;
    position: absolute;
    top: 399px;
    left: 161px;
    width: 25px;
    height: 40px;
    cursor: pointer;
}

#point-32 {
    display: block;
    position: absolute;
    top: 388px;
    left: 7px;
    width: 25px;
    height: 40px;
    cursor: pointer;
}

#point-33 {
    display: block;
    position: absolute;
    top: 402px;
    left: 424px;
    width: 25px;
    height: 40px;
    cursor: pointer;
}

#point-34 {
    display: block;
    position: absolute;
    top: 231px;
    left: 435px;
    width: 25px;
    height: 40px;
    cursor: pointer;
}





.shop-block  {
    display: block;
    width: 300px;
    background-color: #fff;
    position: absolute;
    padding: 20px;
    border: 1px solid #ccc;
	z-index:999;
	left:20px;
	display:none;
}

.close-shop-block   {
    display: block;
    position: absolute;
    left: 254px;
    top: 14px;
    font-size: 26px;
    color: #E270B9;
    font-weight: 600;
    cursor: pointer;
    z-index: 9999;
}

.close-shop-block:hover {
	color:#777;
}



/*Корзина организации*/

#button-order, .button-order-second {
	display: block;
	position: relative;
	background: #D2007A;
	border-radius: 4px;
	color: #fff;
	width:373px;
	height: 36px;
	border:none;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor:pointer;
}

#button-order:hover, .button-order-second:hover {
	color: #D2007A;
	background: #fff;
	border:1px solid #D2007A;
}

.cart-row-1  {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
    margin: 50px auto;
	align-items: end;
}

.backg {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.05em;
    color: #7878AB;
}

.cart-row-1 span {
    font-size: 24px;
    line-height: 28px;
    color: #7878AB;
}

.cart-row-2 {
	display:block;
	position: relative;
    width: 100%;
    margin: 30px auto;
}


.cart-table {
    position: relative;
    width: 100%;
}

.buttons-card, #buttons-card {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px auto;
    height: 150px;
}

.text-right-card {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
	justify-content: space-between;
	height: 150px;
	font-size: 14px;
	line-height: 16px;
	color: #828282;
	

}

.text-right-card a {
	color:#D2007A;
	text-decoration:none;
}

.info-text-card {
	width: 373px;
}

.info-text-card-perc {
	width: 373px;
	margin-top: 65px;
}

.total-in-card {
    width: 373px;
}

.total-in-card a {
	color:#D2007A;
	text-decoration:underline;
}

.total-summ  {
    width: 113px;
    height: 38px;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total-row-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.text-right-card a:hover {
	text-decoration:underline;
}

.text-left-card {
    width: 60%;
    display: block;
}

.text-left-card .form-group   {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 0px;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    color: #C08BBC;
}

.text-left-card .form-group #input-comment {
	border: 1px solid #F5F5FA;
box-sizing: border-box;
border-radius: 10px;
padding-left:15px;
padding-top:10px;
width:100%;
height:112px;
margin-top:10px;
}

.cart-row-3 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
	font-size: 14px;
line-height: 16px;
}

.gray-b {
	color: #828282;
}

.black-b {
	color: #000;
}

#delete {
    background: transparent;
    border: none;
}

#delete .fa {
    width: 16px;
    height: 16px;
    color: red;
	cursor:pointer;
}

.quantity-inp {
    min-width: 52px !important;
    height: 38px;
    border-radius: 13px;
    display: block;
    color: #E270B9;
    font-size: 14px;
    border: none;
    text-align: center;
    width: 52px;
}

.cart-table td {
	background: transparent;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #070707;
	height: 50px;
padding-left: 15px;
vertical-align: middle;
	

}

.cart-table tr.line {
	background: #F5F5FA;
	cursor:pointer;
	display: table-row;
}

.cart-table tr:hover {
	background:  #FFCCD5;
}

.cart-table a {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #070707;
	

}

.head-table {
	background: #fff !important;
	
}
.head-table td {
	color: #828282 !important;
}

/* Корзина физического лица */

#button-order-perc {
	display: block;
	position: relative;
	background: #D2D2D2;
	border-radius: 4px;
	color: #fff;
	width:373px;
	height: 36px;
	border:none;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor:pointer;
}

#button-order-perc:hover {
	color: #fff;
	background: #D2007A;
}

.cart-body {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
	border-bottom: 1px solid #D2007A;
	padding-bottom: 20px;
}

.cart-info-list {
    width: 373px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
}

.cart-item {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 520px;
	margin-top:50px;
}

.cart-item-info {
    display: flex;
    flex-direction: column;
	width: 320px;
}

.info1 {
    display: flex;
    justify-content: space-between;
	align-items: center;
	width: 320px;
}

.info1 a {
    font-size: 24px;
    line-height: 28px;
    color: #4F4F4F;
}

.info2 {
    margin-top: 15px;
}

.table-c {
    width: 250px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: nowrap;
}

.gr-text {
    font-size: 14px;
    line-height: 16px;
    color: #070707;
}


.info3 {
    display: flex;
	width: 285px;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 20px;
    align-items: end;
}

.info3 > div .quantity-price-total {
	font-size: 18px;
	line-height: 21px;
	color: #D2007A;
}

.info3 div .quantity-inp {
	border: 1px solid #D2D2D2 !important;
}

.cart-info-list #checkout-form {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#shipping_methods .backg, #payment_methods .backg {
	font-size: 19px;
}


#shipping_methods .radio input[type="checkbox"] + label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
	margin-left: 10px;
}

#shipping_methods .radio input[type="checkbox"]:checked + label:after, 
#shipping_methods .radio input[type="checkbox"]:not(:checked) + label:after {
    left: 12px;
	top: 7px;
	width: 10px;
	height: 5px;
	border-radius: 1px;
	border-left: 4px solid #7878AB;
	border-bottom: 4px solid #7878AB;
     -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

}

#shipping_methods .radio input[type="radio"] + label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
	margin-left: 10px;
}

/* Личный кабинет */

.mytabs {
    display: flex;
    position: relative;
    margin: 20px auto;
    width: 100%;
    justify-content: space-between;
}

.mytabs ul {
    display: block;
    position: relative;
    width: 300px;
}

.mytabs ul li a {
	height: 40px;
display: block;
width:100%;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
text-decoration-line: underline;
color: #7878AB;
padding-left: 35px;
padding-top:13px;
}

.mytabs ul li a.logout {
	 color:#D2007A;
}

.mytabs ul li.active a {
	 color:#D2007A;
	 background-image: url(/catalog/view/theme/default/service-icons/arrow-account.png);
	 background-repeat: no-repeat;
	 background-position-y: center;
}

.mytabs ul li {
	position: relative;
	}

.tab-content {
	display: block;
position: relative;
width: 1110px;
}



.new-email-input {
	background: #FFFFFF;
border: 1px solid #7878AB;
box-sizing: border-box;
border-radius: 10px;
width: 551px;
height: 55.16px;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.15px;
color: #070707;
padding-left: 15px;
}

#tab-wishlist, #tab-edit {
    display: block;
    position: relative;
    width: 100%;
}

#tab-wishlist h2 {
    font-size: 18px;
    line-height: 21px;
    color: #000;
    margin: 15px auto;
}

#tab-wishlist table {
	width:90%;
	margin-top:25px;
}

#tab-wishlist table td {
	vertical-align: middle;
}

#tab-edit h1, #tab-password h1  {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #C08BBC;
}

/* .form-horizontal input  {
    background: #FFFFFF;
    border: 1px solid #7878AB;
    box-sizing: border-box;
    border-radius: 10px;
    width: 551px;
    height: 55.16px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #070707;
	padding-left:15px;

} */

.form-horizontal {
	margin-bottom: 30px;
}

.form-group {
    display: flex;
    align-items: center;
    width: 750px;
    justify-content: space-between;
    margin-top: 30px;
}

.btn-cntr {
    display: flex;
    position: relative;
    justify-content: center;
    width: 750px;
}

.cab-wrapper {
    display: flex;
    position: relative;
    margin: 20px auto 0 auto;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}

.change-password  {
    display: flex;
    position: relative;
    width: 100%;
    height: 410px;
    background: #F5F5FA;
    justify-content: center;
    align-items: center;
}

.checkout-buy  {
    display: block;
    position: relative;
    width: 100%;
}


.third-banner {
    display: flex;
    height: 400px;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/catalog/view/theme/default/service-icons/paralax-background.jpg");
    background-size: cover;
    flex-direction: column;
}


.more-detail  {
    width: 300px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 1px 1px 2px rgba(170, 170, 204, 0.5), -1px -1px 2px #FFFFFF;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    color: #D2007A;
	margin: 30px auto;
    
}

.more-detail:hover {
	 background: #D2007A;
	 color: #fff;
}

.action-info  {
    display: block;
    font-size: 96px;
    line-height: 112px;
    text-align: center;
    letter-spacing: 0.15em;
    color: #FFFFFF;
}


/*Обесцвечивание карты на главной */

#indexMap [class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}


.start-shopping {
    display: flex;
    background: #C08BBC;
    border-radius: 4px;
    width: 250px;
    height: 35px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    justify-content: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    align-items: center;
}

.start-shopping:hover {
	color: #C08BBC;
	background: #fff;
	border: 1px solid #C08BBC;
}

.alert-1 {
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    margin-top: 15px;
}

.alert-2 {
	margin-top: 15px;
}

.cart-row-1 .login-form-show {
    background: #D2007A;
    border-radius: 4px;
    width: 373px;
    height: 36px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-right-card  .login-form-show {
    background: #D2007A;
    border-radius: 4px;
    width: 373px;
    height: 36px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}



.cart-wrapper {
    margin-top: 185px;
}

.tab-content .cart-wrapper {
    margin-top: 15px;
}

.text-right button.btn.btn-primary i.fa.fa-shopping-cart {
	font-size:21px;
}

.text-right a.btn.btn-danger i.fa.fa-times  {
	font-size:21px;
}

.info-sizes a   {
    color: #d4d4d4 !important;
    display: block;
    line-height: 1.3;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.hidden-sizes {
    position: absolute;
    z-index: 99999;
    background: #fff;
    width: 546px;
    padding: 40px;
    top: 5px;
    left: 254px;
    border: 2px solid #d4d4d4;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    color: #7878AB;
}

.hidden-sizes span {
	font-size: 16px;
	font-weight: bold;
}

#hide-sizes {
    position: absolute;
    right: 25px;
    top: 18px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.bold-text-new {
    font-size: 14px !important;
    font-weight: 600;
}

.alert {
    padding: 8px 14px 8px 14px;
}
.alert-success {
        background-color: #ffdcb9;
    border-color: #f3c08d;
    color: #69748e;
}
.alert {
        padding: 6px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 10px;
	font-size: 16px;
}
.alert-danger  {
    background-color: #fff;
    border-color: #fff;
    color: #FF0C3E;
	width: 370px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}



#orders-list table, #one-order table  {
    width: 100%;
    margin-top: 40px;
}

#orders-list table thead, #one-order table thead {
    height: 60px;
    background-color: #f5f5fa;
    color: #828282;
}

#orders-list table thead .text-left, #one-order table thead .text-left {
    vertical-align: middle;
    padding-left: 15px;
}

#orders-list table tr, #one-order table tr {
	height:55px;
}

#orders-list table tr:hover, #one-order table tr:hover {
	background-color:#D2D2D2;
}

#orders-list table td, #one-order table td  {
	height:55px;
	vertical-align:middle;
	padding-left: 10px;
	text-align:center;
}

.table-one-order {
	margin-top:30px;
	margin-bottom: 30px;
}

.table-one-order thead {
	color: #C08BBC;
	font-size: 18px;
}

.table-one-order .text-left {
	text-align:left !important;
}

#orders-list .pagination-block {
    width: 100%;
    margin-top: 30px;
}

#one-order .button-order-second {
    text-align: center;
    padding-top: 10px;
	margin-bottom: 50px;
}

/* Мобильные стили 

@media (min-width:1336px) and (max-width:1439px) */

@media (max-width:1439px) {
	
	.content {
    width: 97%;
	margin: 245px auto;
    
}

#slideshow0 .owl-wrapper img {
	width:1000px;
	height: auto;

}

.item-row-1 {
	width:98%;
}

.info-item-block {
	width:740px;
}
	
#myTable {
    width: 98%;
	margin: 0 auto;
}

.veiwed-block, .recommended-block {
    width: 98%;
}

#block_pr2 .owl-wrapper-outer .owl-wrapper .owl-item {
	width: 400px !important;
}

#block_pr1 .owl-wrapper-outer .owl-wrapper .owl-item {
	width: 400px !important;
}

.text-wrapper, .info-agree, .to-login {
	width:95%;
	margin-left:auto;
	margin-right: auto;
}

.breadcrumbs {
    width: 95%;
	padding-top: 60px;
}

.content-block {
    width: 95%;
    margin: 10px auto;
}

.shop-banner {
	width:100%;
}
.shop-banner img {
	width:100%;
	height:auto;
}

#close-menu, #show-menu {
	display:none;
}

.icon_mobile_filter {
	display:none;
}	
	
} /* Закрывающий 1336-1439px 

@media (min-width:1025px) and (max-width:1335px)*/

@media (max-width:1335px) {
	
.search-form  {
    width: 350px;
}

#site-search {
    width: 350px;
}

.search-form button {
	right:0;
}

.basket  {
    width: 120px;
}

#slideshow0 .owl-wrapper img {
width:1000px;
}

.adv-wrapper {
    width: 90%;
}

.individual-button div:first-child,  .urlitso-button div:first-child {
width:100px;
}	

.individual-button div:last-child,  .urlitso-button div:last-child {
width:215px;
}	


.individual-button, .urlitso-button {
	font-size:25px;
}

.hits-wrapper, .novelty-wrapper {
    width: 90%;
}

.hits-element, .novelty-element {
	margin-left:20px;
}

.third-banner img, .second-banner  img {
	width:100%;
	height: auto;
}

.catalog-element-photo {
    width: 300px;
    height: 300px;
}

.catalog-element-photo img {
	width: 280px;
    height: 280px;


}

.search-item-element {
	width:33.33%;
	justify-content: center;
}


/* .catalog-element:hover .catalog-element-photo img {
	width:300px;
	height:300px;


} */

.catalog-element-button {
	width:300px;
}

.index-map img {
	width:100%;
	height:auto;
}

.index-map {
	height:auto;
}

.top-menu {
	width:100%;
}

.item-row-1 {
    width: 98%;
}

.photo-block {
    width: 40%;
    flex-direction: column;
    height: auto;
}

.dop-photo {
    flex-direction: row;
    width: 100%;
    height: auto;
	justify-content: flex-start;
}

#im-addd .img_sm {
	margin-left:10px;
	
}


.info-item-block {
    width: 55%;
}

.owl-controls {
	display:block !important;
}

#close-menu, #show-menu {
	display:none;
}

.icon_mobile_filter {
	display:none;
}

.footer-col-1 {
	
}

.select-city  {
    width: 300px;
}

.category-wrapper {
	justify-content: space-between;
}

.item-element-wrap {
	width:320px;
}
	
	
}  /* Закрывающий 1025-1335px 

@media (min-width:769px) and (max-width:1024px)*/

@media (max-width:1024px) {
	
	.header {
    height: auto;
}

.head-block {
    height: auto;
	padding-top: 20px;
padding-bottom: 20px;
}

.logo {
    width: 45%;
	order: 1;
}

.search-form {
    width: 80%;
	order:5;
	margin-top: 20px;
}

#site-search {
	width:100%;
}

.cabinet-log  {
    order: 3;
}

.wish-list {
    order: 2;
}

.basket {
    order: 4;
}

#slideshow0 .owl-wrapper img {
    width: 600px;
}

.owl-item:first-child {
    margin-left: 90px;
}

.advantage-index {
	width:95%;
	display:none;
}

.advantage-index h2 {
    width: 100%;
}

.adv-wrapper {
    width: 95%;
}

.one-advantage {
	width:140px;
	font-size: 12px;
}

.type-client a {
    width: 350px;
    font-size: 19px;
}

.cat-header {
    width: 95%;
}

.catalog-border {
	width: 250px;
}

.catalog-element {
	width:45%;
}

.footer-col-3 > div {
	width:100% !important;
}

.shop-item  {
    width: 100%;
    height: auto;
    padding: 15px;
}

.category-wrapper {
	justify-content: space-evenly;
}

.top-menu  {
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    background-color: #E270B9;
    z-index: 99999;
	height: 100vh;
	justify-content: flex-start;
	z-index: 99999;
	display:none;
}

.top-menu a  {
    height: 40px;
    justify-content: flex-start;
    padding-left: 40px;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #fff;
}

.top-menu a:hover {
    background: #D2007A;
    height: 40px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    justify-content: flex-start;
}

.drop-menu  {
    width: 100%;
    height: auto;
    top: 58px;
    z-index: 999999;
}

.top-menu {
	height: auto;
overflow-y: scroll;
}

a.main-catalog {
	pointer-events: none;
}

.icon_mobile_filter {
	display:block;
	position: relative;
margin-top: 20px;
}

#close-menu, #show-menu {
	display:block;
}

#close-menu {
    position: absolute;
right: 30px;
top: 15px;
font-size: 30px;
text-decoration: none !important;
z-index: 999999;
width: 48px;
height: 52px;
padding: 10px;
border-bottom: none;
}

.top-menu-wrapper {
    height: 52px;
	position: initial;
}

#show-menu  {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
}

.left-column  {
    display: none;
}

.item-row-1 {
    flex-direction: column;
}

.photo-block {
    width: 95%;
    flex-direction: row;
	margin: 20px auto;
	justify-content: space-evenly;
}

.dop-photo {
    flex-direction: column;
    width: 272px;
    height: 600px;
}

.info-item-block  {
    width: 95%;
    margin: 20px auto;
}

#myTable td {
	width: 108px;
}

#product {
	width:98%;
}

.total_pr  {
    width: 90%;
	text-align: center;
	margin: 20px auto;
}

.tablesorter {
	padding:10px;
}

.reg-group {
    width: 100%;
    margin: 30px auto;
}

.item-element-wrap {
	width:320px;
}

.news-banner {
	padding-top:10px;
}

.news-banner h1 {
	top:20px;
}

.news-item, .news-item:first-child, .news-item:nth-child(2) {
    width: 47%;
    margin: 20px auto;
}

.shop-row-1 > div, .shop-row-2 > div {
    width: 100%;
    margin: 10px auto;
}

.shop-row-1 > div > img, .shop-row-2 > div > img {
    max-width:100%;
}

.form-group {
    width: 95%;
	position: relative
}

.mytabs {
    flex-direction: column;
}

.mytabs ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 20px auto;
}

.tab-content {
    width: 95%;
}

.tab-content label, .form-horizontal label {
	position:absolute;
	top: -21px;
	left: 20px;
}

#long-form-group {
    width: 100%;
	flex-wrap: wrap;
}

#input-postcode {
    width: 90%;
    margin:0px auto;
}

#input-city2 {
    width: 90%;
    margin:0px auto;
}

#input-adress-1 {
    width: 90%;
    margin:0px auto;
}
.reg-group > input, .form-group > input {
	width:90%;
	margin:10px auto;
}

.btn-cntr {
	width:100%;
}

#long-group  {
    display: flex;
    flex-direction: column;
}

	
}  /* Закрывающий 769-1024px 

@media (min-width:479px) and (max-width:768px)*/

@media (max-width:768px) {
	
.content  {
    margin-top: 420px;
}



.news-banner {
	display:none;
}

.new-wrapper .description  {
    width: 90%;
    margin: 20px auto;
}

.shop-row-1 > div, .shop-row-2 > div {
    width: 100%;
    margin: 10px auto;
}

.shop-row-1 > div > img, .shop-row-2 > div > img {
    max-width:100%;
}

.breadcrumbs-news a, .breadcrumbs-news span {
	font-size:24px;
}

.news-item, .news-item:first-child, .news-item:nth-child(2) {
    width: 90%;
    margin: 20px auto;
}

.logo_invisible {
	display:none;
}
	
.logo {
    width: 100%;
	text-align:center;
}

.logo img {
    width: 90%;
    height: auto;
}

/* .cabinet, .wish-list, .basket {
	margin-top:30px;
} */

.search-form {
	width:90%;
}

#close-menu {
	top: 0;
right: 10px;
}

.owl-item {
    width: 300px;
}

#slideshow0 .owl-wrapper img {
    width: 100%;
}


.owl-prev, .owl-next {
	top:42% !important;
}

.owl-item:first-child {
    margin-left: 0;
}

.advantage-index h2 {
	font-size: 19px;
}

.adv-wrapper {
    flex-direction: column;
    margin: 50px auto;
    align-items: center;
}

a.main-catalog {
	pointer-events: none;
}

.one-advantage {
	margin-top:30px;
}

.one-advantage:first-child {
	margin-top:0;
}

.type-client {
    flex-direction: row;
	flex-wrap: nowrap;
	height: 260px;
}

.type-client a {
    border: none;
	width: 50%;
	flex-direction: column;
	height: 120px;
	background: none;
	box-shadow: none;
	margin: 0 auto;
}

.type-client img {
	box-shadow: 5px 5px 10px rgba(170, 170, 204, 0.5), -5px -5px 10px #FFFFFF;
	border-radius: 100px;
}

.individual-button div:last-child, .urlitso-button div:last-child {
font-size: 14px;
line-height: 15px;

}

.individual-button:hover, .urlitso-button:hover {
    background: none;
    color: #C08BBC;
}

.catalog-border {
    width: 60px;
}

.hits-wrapper, .novelty-wrapper {
    width: 100%;
}

.hits-element, .novelty-element {
	width:300px;
	margin-left: 10px;
}

.cat-header h2 {
	font-size: 27px;
}

.catalog-element {
    width: 100%;
}

.footer  {
    height: auto;
}

.footer-col-1, .footer-col-2, .footer-col-3 {
	width:90%;
	margin:10px auto;
}

.main-photo  {
    width: 100%;
	height: auto;
}

.main-photo img {
    min-width: 300px;
	max-width: 600px;
	width:100%;
	height: auto;
}

.dop-photo {
	flex-direction: row;
width: 100%;
height: auto
}

.short-description {
    width: 100%;
}

.index-map {
	flex-direction: column-reverse;
}

.shops-block  {
    width: 100%;
    height: auto;
}

.map-block {
    width: 100%;
    height: 700px;
}

.item-element-wrap {
	width:320px;
}

.pagination-block {
    flex-direction: column;
    height: 60px;
    align-items: center;
}

.cart-row-1 {
    flex-direction: column;
    width: 90%;
    align-items: center;
    padding: 0;
}

.cart-row-1 .login-form-show {
    margin-top: 35px;
    width: 250px;
}

.cart-item {
    flex-direction: column;
    width: 98%;
    margin: 10px auto;
}

.cart-item-photo {
    text-align: center;
}

.cart-info-list  {
    width: 95%;
}

.text-left-card .form-group {
	position:relative;
}

.text-left-card {
	position:relative;
	width:96%;
}

.text-right-card {
    width: 96%;
    margin: 10px auto;
    align-items: center;
}

.text-right-card .login-form-show  {
	width: 250px;
}

.cart-item-list {
    margin: 0 auto;
}

#button-order, .button-order-second {
	width: 250px;
}

.buttons-card, #buttons-card, .buyanddangers {
	margin-top:20px;
	height:auto;
}

.form-group {
    width: 95%;
	position: relative
}

.mytabs {
    flex-direction: column;
}

.mytabs ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 20px auto;
}

.tab-content {
    width: 95%;
}

.tab-content label, .form-horizontal label {
	position:absolute;
	top: -21px;
	left: 20px;
}

#long-form-group {
    width: 100%;
	flex-wrap: wrap;
}

#input-postcode {
    width: 90%;
    margin:0px auto;
}

#input-city2 {
    width: 90%;
    margin:0px auto;
}

#input-adress-1 {
    width: 90%;
    margin:0px auto;
}
.reg-group > input, .form-group > input {
	width:90%;
	margin:10px auto;
}

.btn-cntr {
	width:100%;
}

#long-group  {
    display: flex;
    flex-direction: column;
}


#select-labels {
	width:100%;
	flex-wrap: wrap;
}

.info-t {
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

.tab-content label, .form-horizontal label {
    position: relative;
    top: 0;
    left: 0;
}

#select-labels > .radio {
	width:100%;
}
#select-labels > .radio > label {
	margin-left:0 !important;
}

.reg-group span  {
    position: absolute;
    top: 0;
	margin-left: 0;
}

#long-f {
	flex-direction:column;
}

.gray-info {
    width: 100%;
    text-align: center;
    margin-left: 0;
}

#reg-button  {
    margin: 0 auto;
}

.main-photo-slider {
	width:100%;
}

.main-photo-slider img  {
    width: 100% !important;
}

#myTable {
    width: 100%;
}

.sel-quan {
    flex-direction: column-reverse;
width: 50px;
margin-top: 20px;
margin-bottom: 20px;
}

#myTable td {
    width: 55px;
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
}

.info-text-card-perc {
	text-align:center;
}

.reg-group .pink-symbol {
	position: relative;
margin-right: 10px;
padding-left: 10px;
}


}  /* Закрывающий 320-768px */


ul.top-menu li {
	position:relative;
}

ul.top-menu img {
	margin-left:10px;
}

ul.top-menu li:hover > ul {
	display:block;
}



@media (max-width:319px) {
	.content, .footer {
		display:none;
	}
	
	.search-form, .cabinet, .popup-login, .wish-list, .basket, .top-menu-wrapper {
		display:none;
	}
	
	.logo {
		display:block;
		position:absolute;
		left:0;
		top:25px;
	}
	
	.wrapper {
		background-image: url(/catalog/view/theme/default/service-icons/Rotator.png);
		width: 100%;
		background-position: center 150px;
		background-repeat: no-repeat;
		background-size: contain;
		
	}
	
	.logo:after {
		content: "переверните устройство";
		font-size: 36px;
	color: #FFCCD5;
	font-weight: 600;
	}
}

.sdek_pvz_info {
	display:flex;
	flex-direction:column;
}

.cdek_selectedPvzInfo {
	font-weight:600;
	margin-top:10px;
}