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;
	text-decoration:none;
}
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;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea:focus, input:focus{
    outline: none;
}

body {
	font-family:'Roboto', Tahoma, Geneva, sans-serif;
	background:#fcfeff;
    font-weight: normal;
    font-style: normal;
	
    display: table;
    min-height: 100vh;
    width: 100%;
}

/*HEADER*/
#header {
	background: #fff;
}
#header .cont {
    width: 90%;
    max-width: 1600px;
    margin: auto;
    padding: 15px 0;
	display: table;
}
#header .cont .block {
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
}
#header .cont .block.th1,
#header .cont .block.th2,
#header .cont .block.th4,
#header .cont .block.th5 {
	width: 1%;
}
#header .cont .block .logo {
	display: block;
	overflow: hidden;
	position: relative;
}
#header .cont .block .logo span {
	display: block;
	position: absolute;
	left: -100px;
	top: 0;
	width: 100px;
	height: 63px;
	background: url(../img/blick-1.png) no-repeat;
}
#header .cont .block.th2 p {
	text-align: center;
	text-transform: uppercase;
	color: #e2ad3c;
    font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.3px;
}
#header .cont .block.th2 p .m1 {
	display: none;
}
#header .cont .block.th3 {
	width: 100%;
}
#header .cont .block.th3 ul {
	display: table;
    width: 90%;
	margin: auto;
}
#header .cont .block.th3 ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	/*border: 1px solid #ccc;*/
}
#header .cont .block.th3 ul li a {
	display: inline-block;
	color: #4d4d4d;
}
#header .cont .block.th3 ul li a .icon {
	display: inline-block;
	vertical-align: bottom;
	width: 21px;
	height: 18px;
	margin-right: 8px;
}
#header .cont .block.th3 ul li a.li1 .icon {
	background: url(../img/icon-1.svg) no-repeat 0px 0px;
}
#header .cont .block.th3 ul li a.li2 .icon {
	background: url(../img/icon-2.svg) no-repeat 0px 0px;
}
#header .cont .block.th3 ul li a.li3 .icon {
	background: url(../img/icon-3.svg) no-repeat 0px 0px;
}
#header .cont .block.th3 ul li a.li4 .icon {
	background: url(../img/icon-4.svg) no-repeat 0px 0px;
}
#header .cont .block.th3 ul li a:hover, #header .cont .block.th3 ul li.active a {
	color: #b83ac9;
}
#header .cont .block.th3 ul li a:hover .icon, #header .cont .block.th3 ul li.active a .icon {
	background-position: 0px -18px;
}
#header .cont .block.th4 {
	padding-right: 10px;
}
#header .cont .block.th6 {
	padding-right: 0;
}
#header .cont .block.th4 .phone {
	margin-top: 2px;
}
#header .cont .block.th4 .phone a {
	display: block;
	width: 180px;
	color: #4d4d4d;
}
#header .cont .block.th4 .phone a .icon {
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	background: url(../img/vodafone-1.svg) no-repeat 0px 0px;
}
#header .cont .block.th4 .phone a:hover {
	color: #e60000;
}
#header .cont .block.th4 .phone a:hover .icon {
	background-position: 0px -15px;
}
#header .cont .block.th5 .viber {
	margin-top: 2px;
}
#header .cont .block.th5 .viber a {
	display: block;
	width: 70px;
	color: #4d4d4d;
}
#header .cont .block.th5 .viber a .icon {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 21px;
	margin-right: 8px;
	background: url(../img/viber-1.svg) no-repeat 0px 0px;
}
#header .cont .block.th5 .viber a:hover {
	color: #8a3a9b;
}
#header .cont .block.th5 .viber a:hover .icon {
	background-position: 0px -21px;
}
#header .cont .block.th6 .langs {
	border-right: 1px solid #666;
	width: 48%;
	margin-top: 2px;
}
#header .cont .block.th6 .mml_links {
	width: 64px;
	text-align: center;
}
#header .cont .block.th6 .mml_links li {
	text-transform: uppercase;
	display: inline-block;
	width: 26px;
	padding: 2px 0 0;
	margin: 0 2px;
}
#header .cont .block.th6 .mml_links li a {
	color: #999;
}
#header .cont .block.th6 .mml_links li.active a {
	color: #4d4d4d;
}
#header .cont .block.th6 .mml_links li a:hover {
	color: #1a1a1a;
}

/*TOPMENU*/
#topmenu {
	background: #4c1c68;
}
#topmenu .cont {
    width: 90%;
    max-width: 1600px;
    margin: auto;
	display: table;
}
#topmenu .cont .block {
	display: table-cell;
	vertical-align: top;
}
#topmenu .cont .block.th1,
#topmenu .cont .block.th3 {
	width: 1%;
}
#topmenu .cont .block.th1 .m-menu {
	display: none;
	vertical-align: middle;
}
#topmenu .cont .block.th1 .m-menu .icon {
	width: 68px;
	height: 68px;
	background: url(../img/m-menu-1.svg) no-repeat 0px 0px;
	margin-right: 10px;
	cursor: pointer;
}
#topmenu .cont .block.th1 .m-logo {
	display: none;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}
#topmenu .cont .block.th1 .m-logo span {
	display: block;
	position: absolute;
	left: -100px;
	top: 0;
	width: 100px;
	height: 63px;
	background: url(../img/blick-1.png) no-repeat;
}
#topmenu .cont .block.th1 .m-menu .icon:hover {
	background-position: 0 -68px;
}
#topmenu .cont .block.th2 {
	padding: 0 0 0 5%;
}
#topmenu .cont .block.th1 .start p a {
    display: block;
    width: 312px;
    height: 18px;
    background: #70259b;
    color: #fff;
    font-size: 18px;
	line-height: 18px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
	letter-spacing: 0.5px;
}
#topmenu .cont .block.th1 .start p a .icon {
	display: inline-block;
	margin-right: 10px;
    width: 17px;
    height: 17px;
    background: url(../img/catalog-1.svg) no-repeat 0px 0px;
	margin-bottom: 4px;
	vertical-align: middle;
}
#topmenu .cont .block.th1 .start p a:hover {
    background: #7d32a8;
}
#topmenu .cont .block.th1 .start p a:hover .icon {
	background-position: 0 -17px;
}
#topmenu .cont .block.th1 .start p a:hover .icon {
	background-position: 0px -17px;
}
#topmenu .cont .block.th2 .search {
    width: 100%;
    height: 58px;
    margin: auto;
    position: relative;
}
#topmenu .cont .block.th2 .search input {
    width: 76%;
    height: 16px;
    padding: 11px 11px 11px 38px;
    background: url(../img/search-1.svg) no-repeat 9px 8px, #975cb2;
    border: none;
    font-size: 20px;
	font-family:'Roboto', Tahoma, Geneva, sans-serif;
	font-size: 14px;
    margin-top: 10px;
    border-radius: 5px 0 0 5px;
	color: #4c1c68;
	float: left;
}
#topmenu .cont .block.th2 .search input.submit {
    width: 15%;
    height: 38px;
    padding: 10px 11px 11px;
    background: #70259b;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
	float: left;
	color: #fff;
    font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.3px;
}
#topmenu .cont .block.th2 .search input.submit:hover {
    background: #7d32a8;
}
#topmenu .cont .block.th2 .search .error {
	position: absolute;
	left: 0;
	top: 0;
	background: #c00;
	color: #fff;
    font-weight: bold;
	letter-spacing: 0.3px;
	font-size: 16px;
    margin-top: 10px;
    padding: 11px 25px 11px ;
    width: 76%;
    border-radius: 4px 0 0 4px;
	display: none;
}
#topmenu .cont .block.th3 .basket {
	width: 214px;
    padding: 17px 0 0;
	text-align: right;
}
#topmenu .cont .block.th3 .basket a {
    font-weight: bold;
	letter-spacing: 0.3px;
	color: #e2ad3c;
	font-size: 16px;
}
#topmenu .cont .block.th3 .basket a .icon {
	display: inline-block;
	margin-right: 10px;
    width: 21px;
    height: 21px;
    background: url(../img/cart-1.svg) no-repeat 0px 0px;
	margin-bottom: 4px;
	vertical-align: middle;
}
#topmenu .cont .block.th3 .basket a:hover {
	color: #fcc756;
}
#topmenu .cont .block.th3 .basket a:hover .icon {
	background-position: 0px -21px;
}
#topmenu .cont .block.th3 .basket .amount {
	display: none;
}
#topmenu .cont .block.th3 .basket .m-text {
	display: none;
}

#m-padding {
	display: none;
	width: 100%;
	height: 88px;
}

/*MENU+TXT*/
#menutxt {
  display: table-row;
  height: 100%;
}
#menutxt .cont {
    width: 90%;
    max-width: 1600px;
    margin: auto;
}
#menutxt .cont .block.th1 {
	display: table-cell;
	padding: 20px 20px 20px 0;
}
#menutxt .cont .block.th1 .menu {
	background: #fff;
	box-shadow: 0px 0px 4px #b3b3b3;
	border-radius: 5px;
	width: 312px;
	padding: 2px 0 10px;
}
#menutxt .cont .block.th1 .menu ul li {
	margin-top: 5px;
}
#menutxt .cont .block.th1 .menu ul li a {
	display: block;
	color: #666;
	padding: 16px 26px;
}
#menutxt .cont .block.th1 .menu ul li ul li {
	margin-top: 0;
}
#menutxt .cont .block.th1 .menu ul li ul li a {
	color: #4d4d4d;
	padding: 12px 24px 10px;
}
#menutxt .cont .block.th1 .menu ul li ul li a .icon {
	display: inline-block;
	margin-right: 8px;
    width: 25px;
    height: 22px;
	margin-bottom: 4px;
	vertical-align: middle;
}
#menutxt .cont .block.th1 .menu ul li ul li.li1 a .icon {
    background: url(../img/cat-1.svg) no-repeat 0px 0px;
}
#menutxt .cont .block.th1 .menu ul li ul li.li2 a .icon {
    background: url(../img/cat-2.svg) no-repeat 0px 0px;
}
#menutxt .cont .block.th1 .menu ul li ul li.li3 a .icon {
    background: url(../img/cat-3.svg) no-repeat 0px 0px;
}
#menutxt .cont .block.th1 .menu ul li ul li.li4 a .icon {
    background: url(../img/cat-4.svg) no-repeat 0px 0px;
}
#menutxt .cont .block.th1 .menu ul li ul li.li5 a .icon {
    background: url(../img/cat-5.svg) no-repeat 0px 0px;
}
#menutxt .cont .block.th1 .menu ul li ul li.li6 a .icon {
    background: url(../img/cat-6.svg) no-repeat 0px 0px;
}
#menutxt .cont .block.th1 .menu ul li a:hover {
	color: #000;
	background: #e6e6e6;
}
#menutxt .cont .block.th1 .menu ul li ul li a:hover {
	color: #000;
}
#menutxt .cont .block.th1 .menu ul li ul li a:hover .icon {
	background-position: 0px -22px;
}

#menutxt .cont .block.th2 {
	display: table-cell;
    width: 100%;
	max-width: 860px;
	vertical-align: top;
	padding: 20px 0;
	position: relative;
}
#menutxt .cont .block.th2 .txt {
    background: #fff;
    box-shadow: 0px 0px 4px #b3b3b3;
    border-radius: 5px;
    padding: 2px 0 10px;
	padding: 20px;
	margin-bottom: 10px;
}
#menutxt .cont .block.th2 .txt .breadcrumbcont {
	display: block;
	margin-bottom: 25px;
	border-bottom: 1px solid #d6d6d6;
	height: 10px;
}
#menutxt .cont .block.th2 .txt #breadcrumb {
	background: #fff;
	overflow: hidden;
	float: left;
	padding-right: 20px;
}
#menutxt .cont .block.th2 .txt #breadcrumb li {
	float:left;
	color: #999;
	font-size:16px;
	list-style:none;
	margin: 2px 0;
}
#menutxt .cont .block.th2 .txt #breadcrumb li a {
	color: #999;
	padding-right:5px;
	line-height:18px;
}
#menutxt .cont .block.th2 .txt #breadcrumb li.first a .icon {
	width: 15px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 8px;
    background: url(../img/home-1.svg) no-repeat 0px 0px;
}
#menutxt .cont .block.th2 .txt #breadcrumb li a:hover {
	color: #b83ac9;
}
#menutxt .cont .block.th2 .txt #breadcrumb li.first a:hover .icon {
	background-position: 0 -14px;
}
#menutxt .cont .block.th2 .txt #breadcrumb li + li:before{
  content:  '/';
  margin:   0 5px 0 0;
}

#menutxt .cont .block.th2 .txt h1 {
	font-size: 22px;
	color: #333;
    font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 25px;
	line-height: 24px;
}
#menutxt .cont .block.th2 .txt h2,
#menutxt .cont .block.th2 .txt h3,
#menutxt .cont .block.th2 .txt h4,
#menutxt .cont .block.th2 .txt h5,
#menutxt .cont .block.th2 .txt h6 {
	font-size: 18px;
	color: #333;
    font-weight: bold;
	margin-bottom: 10px;
	line-height: 24px;
}
#menutxt .cont .block.th2 .txt p {
	color: #4d4d4d;
	margin-bottom: 10px;
	line-height: 22px;
}
#menutxt .cont .block.th2 .txt li {
	color: #4d4d4d;
	line-height: 20px;
}
#menutxt .cont .block.th2 .txt ol,
#menutxt .cont .block.th2 .txt ul {
	margin-bottom: 7px;
	margin-top: 10px;
}
#menutxt .cont .block.th2 .txt #breadcrumb {
	margin-bottom: 0;
	margin-top: 0;
}
#menutxt .cont .block.th2 .txt ul.check li {
	padding-left: 26px;
    background: url(../img/check-2.svg) no-repeat 0px 2px;
}
#menutxt .cont .block.th2 .txt ul.disc {
	padding-left: 16px;
}
#menutxt .cont .block.th2 .txt ul.disc li {
    background: none;
	list-style: disc;
	padding-left: 0;
}
#menutxt .cont .block.th2 .txt td {
	vertical-align: top;
}
#menutxt .cont .block.th2 .txt td.img.right {
	padding-left: 20px;
	width: 1%;
}
#menutxt .cont .block.th2 .txt td.img img {
	padding: 8px;
	border: 1px solid #d6d6d6;
}
#menutxt .cont .block.th2 .txt hr {
	border: none;
	border-bottom: 1px solid #d6d6d6;
	margin: 20px 0 30px;
}
#menutxt .cont .block.th2 .txt table {
	width: 100%;
}
#menutxt .cont .block.th2 .txt table.system {
	width: 80%;
}
#menutxt .cont .block.th2 .txt .system td p .dot {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 1px;
	width: 3px;
	height: 3px;
	margin-right: 10px;
	background: #333;
	border-radius: 10px;
	
}
#menutxt .cont .block.th2 .txt p strong {
	font-weight: bold;
}
#menutxt .cont .block.th2 .txt .system td p strong {
	border: 1px solid #a19e97;
	padding: 2px 15px;
	border-radius: 4px;
	font-weight: normal;
}
#menutxt .cont .block.th2 .txt p a {
	color: #039;
}
#menutxt .cont .block.th2 .txt p a:hover {
	color: #175adf;
}
#menutxt .cont .block.th2 .txt p a.blank .icon {
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
    background: url(../img/blank-1.svg) no-repeat 0px 0px;
}
#menutxt .cont .block.th2 .txt p a.blank:hover .icon {
	background-position: 0 -13px;
}
#menutxt .cont .block.th2 .txt table.ol {
	margin-bottom: 15px;
}
#menutxt .cont .block.th2 .txt table.ol .round {
	width: 1%;
}
#menutxt .cont .block.th2 .txt table.ol .round p {
	font-size: 12px;
	color: #fff;
	background: #808080;
	border-radius: 20px;
	text-align: center;
	width: 18px;
	line-height: 18px;
	display: block;
	font-weight: bold;
	margin-top: 1px;
	margin-right: 15px;
	margin-left: 30px;
}
#menutxt .cont .block.th2 .txt table.ol p {
	margin-bottom: 0;
}
#menutxt .cont .block.th2 .txt table.notmargin {
	width: auto;
}
#menutxt .cont .block.th2 .txt table.notmargin td {
	padding-right: 20px;
}
#menutxt .cont .block.th2 .txt table.notmargin p {
	margin-bottom: 0;
}

#menutxt .cont .block.th2 .txt h1.basket {
    border-bottom: none;
	margin-top: 16px;
	margin-bottom: 0;
}
#menutxt .cont .block.th2 .txt .shop-cart .top .min {
	width: 1%;
	padding-left: 20px;
}
#menutxt .cont .block.th2 .txt .shop-cart .top hr {
	margin: 0;
	margin-top: 14px;
}
#menutxt .cont .block.th2 .txt .shop-cart .top .allremove {
	text-transform: uppercase;
	font-size: 12px;
	padding: 2px 5px 1px 27px;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	color: #666;
	position: relative;
}
#menutxt .cont .block.th2 .txt .shop-cart .top .allremove .icon {
	width: 14px;
	height: 15px;
	display: block;
	position: absolute;
	top: 5px;
	left: 8px;
    background: url(../img/remove-1.svg) no-repeat 0px 0px;
}
#menutxt .cont .block.th2 .txt .shop-cart .top .allremove:hover {
	background: #f5f5f5;
}
#menutxt .cont .block.th2 .txt .shop-cart .top p {
	margin-bottom: 0;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom {
	margin-top: -12px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom p {
	margin-bottom: 0;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td {
	vertical-align: middle;
	padding: 10px 0 6px;
	text-align: center;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom tr {
	border-bottom: 1px solid #d6d6d6;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td p a {
	display: block;
	margin: 0;
}


#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th1 {
    width: 1%;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th3 {
    width: 16%;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th4,
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th5 {
    width: 12%;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th6 {
    width: 1%;
}

#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th2 {
	padding-left: 20px;
	padding-right: 5px;
	text-align: left;
}

#menutxt .cont .block.th2 .txt .shop-cart .bottom td .img img{
    padding: 8px;
    border: 1px solid #d6d6d6;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .title {
	margin-bottom: 6px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .par {
	margin-bottom: 4px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .title a {
	color: #4d4d4d;
	font-weight: bold;
	display: inline-block;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .title a:hover {
	color: #175adf;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .color .round {
    display: inline-block;
	vertical-align: top;
	margin-left: 6px;
    border-radius: 10px;
    width: 18px;
    height: 18px;
	margin-top: 1px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .color .round.border {
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .input {
    display: inline-block;
    text-align: center;
    padding: 1px 8px 0px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-left: 6px;
    color: #4d4d4d;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .price {
	color: #999;
}

#menutxt .cont .block.th2 .txt .shop-cart .bottom td .count {
	display: inline-block;
	width: 120px;
	overflow: hidden;
	vertical-align: middle;
	padding-right: 2%;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .count input {
	width: 33%;
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 6px 0 7px;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-radius: 0;
	margin: 0;
	user-select: none;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .count .minus {
	width: 30%;
	height: 36px;
	border-radius: 5px 0 0 5px;
    background: url(../img/minus-1.svg) no-repeat 50% 0px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ccc;
	user-select: none;
	text-indent: 1000px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .count .minus:hover {
	background-position: 50% -34px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .count .plus {
	width: 30%;
	height: 36px;
	border-radius: 0 5px 5px 0;
    background: url(../img/plus-1.svg) no-repeat 50% 0px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ccc;
	user-select: none;
	text-indent: 100px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .count .plus:hover {
	background-position: 50% -34px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .remove {
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: auto;
	cursor: pointer;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .remove .icon {
	display: block;
	width: 24px;
	height: 24px;
    background: url(../img/remove-2.svg) no-repeat 0px 0px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .remove:hover {
	background: #f5f5f5;
}

#menutxt .cont .block.th2 .txt .shop-cart .bottom td .sumprice {
	font-size: 18px;
	font-weight: bold;
}

#menutxt .cont .block.th2 .txt .shop-cart .bottom .sum {
	display: block;
	text-align: right;
	font-size: 18px;
	color: #4d4d4d;
	font-weight: bold;
	margin-top: 20px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom .sum .num {
	font-size: 24px;
	margin-left: 10px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom .sum .num.th2 {
	display: none;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom .sum .crossedout {
	font-size: 14px;
	line-height:16px;
	font-weight: normal;
	text-decoration: line-through;
	color: #666;
	margin-left: 5px;
	margin-right: -5px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom .sale {
	display: block;
	overflow: hidden;
	/*margin-top: 4px;*/
	font-size: 14px;
	color: #093;
	font-weight: normal;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom .sale.th4 {
	display: none;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom .sale .text {
	float: right;
	/*border:1px solid #ccc;
	padding: 5px;*/
	border-radius: 5px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom .sum .cur {
	font-size: 18px;
}

#menutxt .cont .block.th2 .txt .alert {
	margin-bottom: 30px;
	margin-top: 30px;
	display: table;
	width: 100%;
}
#menutxt .cont .block.th2 .txt .alert .th1,
#menutxt .cont .block.th2 .txt .alert .th2 {
	display: table-cell;
	width: 49%;
	padding-right: 1%;
}
#menutxt .cont .block.th2 .txt .alert .th2 {
	width: 42%;
	padding-right: 0;
	padding-left: 1%;
}
#menutxt .cont .block.th2 .txt .alert .th2 {
	text-align: right;
}
#menutxt .cont .block.th2 .txt .alert p {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;
	/*border:1px dashed #ccc;*/
	/*border-radius: 5px;*/
	color: #666;
	font-weight: 500;
}
#menutxt .cont .block.th2 .txt .alert p .dashed {
	border:1px dashed #ccc;
	border-radius: 5px;
	display: block;
	padding: 20px;
}
#menutxt .cont .block.th2 .txt .alert p .icon {
	display: table-cell;
	width: 40px;
	height: 40px;
	vertical-align: top;
    /*background: url(../img/alert-2.svg) no-repeat 0px 0px;*/
}
#menutxt .cont .block.th2 .txt .alert p .text {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}

#menutxt .cont .block.th2 .txt .formshopcart {
	background: #f5f5f5;
	border-radius: 5px;
	text-align: center;
	padding: 20px;
	border: 1px solid #e6e6e6;
}
#menutxt .cont .block.th2 .txt .bl {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	text-align: left;
	padding: 5px 0;
}
#menutxt .cont .block.th2 .txt .bl.th1 {
	margin-right: 1%;
}
#menutxt .cont .block.th2 .txt .bl.th2 {
	margin-left: 1%;
}
#menutxt .cont .block.th2 .txt .bl .top.margin {
	margin-top: 36px;
}
#menutxt .cont .block.th2 .txt .bl .top .title {
	font-weight: bold;
	font-size: 18px;
}
#menutxt .cont .block.th2 .txt .bl .top .title .num {
	display: inline-block;
	vertical-align: middle;
	background: #8a3a9b;
	color: #fff;
    border-radius: 20px;
    text-align: center;
    width: 18px;
	font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    margin-right: 10px;
	padding: 2px;
	margin-bottom: 3px;
}
#menutxt .cont .block.th2 .txt .bl .top .title .text {
	display: inline-block;
	vertical-align: middle;
}
#menutxt .cont .block.th2 .txt .bl .top .title .text .star {
	color: #c00;
	margin-left: 5px;
}
#menutxt .cont .block.th2 .txt .bl .bottom {
	background: #fff;
	/*border: 3px solid #fff;*/
	padding: 25px 30px 15px;
	border-radius: 5px;
	margin-top: 16px;
}
#menutxt .cont .block.th2 .txt .bl .bottom.botpad {
	padding-bottom: 15px;
}
/*#menutxt .cont .block.th2 .txt .bl .bottom.active {
	border: 3px solid #f2d025;
}*/
#menutxt .cont .block.th2 .txt .bl .bottom .labelcont {
	margin-bottom: 10px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .labelcont.topmargin {
	margin-top: 20px;
}
#menutxt .cont .block.th2 .txt .bl .bottom label .star {
	color: #c00;
	margin-left: 5px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .inputcont {
	margin-bottom: 15px;
	position: relative;
}
#menutxt .cont .block.th2 .txt .bl .bottom input {
    width: 97%;
    border: none;
    border: 1px solid #ccc;
    padding: 1.5%;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    margin: 0;
	border-radius: 4px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .errorcont {
	position: relative;
}
#menutxt .cont .block.th2 .txt .formshopcart .error {
	display: block;
    font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 21px;
	position: absolute;
	top: 0;
	left: 0;
    width: 97%;
    border: 1px solid #c00;
    padding: 1.5%;
	background: #c00;
	border-radius: 4px;
	letter-spacing: 0.5px;
	display: none;
}
#menutxt .cont .block.th2 .txt .formshopcart .bl.th2 .error,
#menutxt .cont .block.th2 .txt .formshopcart .bl.th3 .error {
	bottom: 0;
	text-align: center;
	vertical-align: middle;
}
#menutxt .cont .block.th2 .txt .formshopcart .bl.th2 .error .middle,
#menutxt .cont .block.th2 .txt .formshopcart .bl.th3 .error .middle {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -95px;
	margin-top: -10px;
}
#menutxt .cont .block.th2 .txt .formshopcart .bl.th3 .error .middle {
	margin-left: -105px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .textareacont {
	margin-bottom: 15px;
}
#menutxt .cont .block.th2 .txt .bl .bottom textarea {
    width: 97%;
    border: none;
    border: 1px solid #ccc;
    padding: 1.5%;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    margin: 0;
	border-radius: 4px;
	resize: none;
}
#menutxt .cont .block.th2 .txt .bl .bottom .continue {
	margin-top: 30px;
	position: relative;
}
#menutxt .cont .block.th2 .txt .bl .bottom .continue p {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	margin: 0;
	background: #8a3a9b;
	background: #ccc;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.5px;
	cursor: pointer;
}
#menutxt .cont .block.th2 .txt .bl .bottom .continue p:hover {
	background: #a454b5;
}
#menutxt .cont .block.th2 .txt .bl .bottom .continue .opacity {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.5;
}

#menutxt .cont .block.th2 .txt .bl .bottom .desc {
	margin-bottom: 20px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radiocont {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio {
	float: left;
	margin-bottom: 0;
	color: #000;
	cursor: default;
	cursor: pointer;
    user-select: none;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio .input {
	display: table-cell;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio .input .img {
	display: block;
	width: 17px;
	height: 17px;
	margin-right: 12px;
	margin-top: 1px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio .input .img {
    background: url(../img/radio-1.svg) no-repeat 0px 0px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio.check .input .img {
    background: url(../img/radiocheck-1.svg) no-repeat 0px 0px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio.active .input .img {
	background-position: 0 -34px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio.check.active .input .img {
	background-position: 0 -34px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio:hover .input .img {
	background-position: 0 -17px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio.active:hover .input .img {
	background-position: 0 -51px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio.check.active:hover .input .img {
	background-position: 0 -51px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio .text {
	display: table-cell;
	vertical-align: top;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio input {
	position: absolute;
	margin: 0;
	width: 0;
	height: 0;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio .icon {
	width: 24px;
	height: 24px;
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 5px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio .te {
	vertical-align: middle;
	display: table-cell;
	padding-left: 10px;
	padding-top: 1px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio .te .sale {
	color: #093;
	font-size:13px;
	font-weight: bold;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio.th03 .icon,
#menutxt .cont .block.th2 .txt .bl .bottom .radio.th04 .icon {
	width: 19px;
	height: 18px;
	margin-right: 10px;
	margin-bottom: 5px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio.th05 .icon {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	margin-bottom: 3px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio.th01 .icon {
    background: url(../img/novaposhta-1.svg) no-repeat 0px 0px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio.th02 .icon {
    background: url(../img/ukrposhta-1.svg) no-repeat 0px 0px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio.th03 .icon {
    background: url(../img/oplata-1.svg) no-repeat 0px 0px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio.th04 .icon {
    background: url(../img/oplata-2.svg) no-repeat 0px 0px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio.th05 .icon {
    background: url(../img/phone-1.svg) no-repeat 0px 0px;
}
#menutxt .cont .block.th2 .txt .bl .bottom .radio.th01:hover .icon,
#menutxt .cont .block.th2 .txt .bl .bottom .radio.th02:hover .icon {
	background-position: 0 -24px;
}

#menutxt .cont .block.th2 .txt .bl.th3 {
	width: 98%;
}
#menutxt .cont .block.th2 .txt .bl.th3 {
	width: 98%;
}
#menutxt .cont .block.th2 .txt .bl.th3 table {
	margin-bottom: 10px;
}
#menutxt .cont .block.th2 .txt .bl.th3 td.min {
	width: 1%;
}
#menutxt .cont .block.th2 .txt .bl.th3 .sum {
    font-size: 18px;
    color: #4d4d4d;
    font-weight: bold;
}
#menutxt .cont .block.th2 .txt .bl.th3 .sum .num {
	font-size: 24px;
	margin-left: 10px;
}
#menutxt .cont .block.th2 .txt .bl.th3 .sum .cur {
	font-size: 18px;
}

#menutxt .cont .block.th2 .txt .bl.th3 .sale {
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #093;
	font-weight: normal;
	margin-top: -20px;
}
#menutxt .cont .block.th2 .txt .bl.th3 .sale .text {
	float: right;
}

#menutxt .cont .block.th2 .txt .bl.th3 .button {
	display: block;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	background: #b3b3b3;
	letter-spacing: 0.5px;
	cursor: pointer;
	width: 100%;
	position: relative;
	font-size: 18px;
	letter-spacing: 0.5px;
	padding: 15px 0;
	font-family:'Roboto', Tahoma, Geneva, sans-serif;
}
#menutxt .cont .block.th2 .txt .bl.th3 .button.noopacity {
	background: #8a3a9b;
}
#menutxt .cont .block.th2 .txt .bl.th3 .button:hover {
	background: #a454b5;
}
#menutxt .cont .block.th2 .txt .bl.th3 .submitcont {
	position: relative;
}
#menutxt .cont .block.th2 .txt .bl.th3 .opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
	/*display: none;*/
	cursor: no-drop;
}
#menutxt .cont .block.th2 .txt .bl .round {
    position: absolute;
    bottom: 50%;
	margin-bottom: -10px;
    right: 8px;
    width: 20px;
    height: 20px;
	border-radius: 10px;
	display: none;
}
#menutxt .cont .block.th2 .txt .bl .round.yes {
	background: url(../img/yes-1.svg) no-repeat 0px 0px;
}
#menutxt .cont .block.th2 .txt .bl .round.no {
	background: url(../img/no-1.svg) no-repeat 0px 0px;
}
#menutxt .cont .block.th2 .txt .bl .focus.blur .round {
	display: block;
}

#menutxt .cont .block.th2 .txt .sisea-result-pages {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
#menutxt .cont .block.th2 .txt .sisea-pages {
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
}
#menutxt .cont .block.th2 .txt .simplesearch-current-page {
	padding: 6px 0;
	width: 30px;
	display: inline-block;
	background: #fff;
	border: 1px solid #b3b3b3;
	color: #333;
	border-radius: 5px;
	text-align: center;
}
#menutxt .cont .block.th2 .txt .simplesearch-page {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#menutxt .cont .block.th2 .txt .simplesearch-page a {
	padding: 6px 0;
	width: 30px;
	display: inline-block;
	border: 1px solid #ccc;
	color: #666;
	border-radius: 5px;
	text-align: center;
}
#menutxt .cont .block.th2 .txt .simplesearch-page a:hover {
	background: #fff;
	border: 1px solid #b3b3b3;
	color: #333;
}
#menutxt .cont .block.th2 .txt .sisea-results-list {
	margin: 20px 0;
    border-top: 1px solid #d6d6d6;
}
#menutxt .cont .block.th2 .txt .sisea-result {
    border-bottom: 1px solid #d6d6d6;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td {
	vertical-align: middle;
	padding: 10px 0;
	text-align: center;
}
#menutxt .cont .block.th2 .txt .sisea-results-list p {
	margin: 0;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td p a {
	display: block;
	margin: 0;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td.th1 {
    width: 1%;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td.th2 {
	padding-left: 20px;
	padding-right: 5px;
	text-align: left;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td.th3 {
	padding-right: 10px;
}

#menutxt .cont .block.th2 .txt .sisea-results-list td .img img{
    padding: 8px;
    border: 1px solid #d6d6d6;
	vertical-align: middle;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .par {
	margin-bottom: 4px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .title a {
	color: #4d4d4d;
	font-weight: bold;
	display: inline-block;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .title a:hover {
	color: #175adf;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .color .round {
    display: inline-block;
	vertical-align: top;
	margin-left: 6px;
    border-radius: 10px;
    width: 18px;
    height: 18px;
	margin-top: 1px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .color .round.border {
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .input {
    display: inline-block;
    text-align: center;
    padding: 1px 8px 0px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-left: 6px;
    color: #4d4d4d;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .price {
	color: #999;
}

#menutxt .cont .block.th2 .txt .sisea-results-list td .img {
	position: relative;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .img img {
    padding: 8px;
    border: 1px solid #d6d6d6;
	vertical-align: middle;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .stick {
	position: absolute;
	top: 13px;
	left: 9px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .stick.le {
	position: absolute;
	left: auto;
	right: 12px;
	top: auto;
	bottom: 12px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .stick img {
	width: auto;
	height: auto;
	margin-left: 4px;
	border: none;
	padding: 0;
}

#menutxt .cont .block.th2 .txt .sisea-results-list td .title {
	margin-bottom: 6px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .pars.notempty {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .colors {
	border-top: 1px solid #e6e6e6;
	padding: 8px 0 0 0;
	margin-bottom: 10px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .colors.no {
	height: 25px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .colors p {
	font-size: 14px;
	line-height: 14px;
	color: #666;
	vertical-align: middle;
	display: inline-block;
	padding-top: 7px;
	float: left;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .colors p.notcolor {
	float: right;
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 0;
	margin-top: 4px;
    background: url(../img/close-2.svg) no-repeat 0px 0px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .colors ul {
	font-size: 14px;
	color: #666;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	margin-top: 4px;
	padding-left: 5px;
	float: right;
	opacity: 0;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .colors ul li {
	display: inline-block;
	margin-left: 3px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .colors ul li a {
	display: block;
	border-radius: 10px;
	width: 18px;
	height: 18px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .colors ul li a.border {
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .colors ul li a .check {
	display: block;
	width: 18px;
	height: 18px;
    background: url(../img/check-1.svg) no-repeat 0px -18px;
	display: none;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .colors ul li a.border .check {
	width: 16px;
	height: 16px;
	background-position: -1px -1px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .colors ul li a.active .check {
	display: block;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .colors ul li a .check.white {
	background-position: 0 -18px;
}

#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes {
	display: inline-block;
	margin-bottom: 3px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	height: 27px;
	margin-top: 5px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes .fixheight {
	overflow: hidden;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes p {
	font-size: 14px;
	line-height: 14px;
	color: #666;
	vertical-align: middle;
	display: inline-block;
	padding-top: 7px;
	float: left;
	margin-right: 38px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes ul {
	font-size: 14px;
	color: #666;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
	padding-left: 5px;
	float: right;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes ul li {
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes ul li a {
	display: block;
	border-radius: 3px;
	width: 16px;
	height: 14px;
	padding: 5px 4px 4px 4px;
	border: 1px solid #b8b5ae;
	color: #1a1a1a;
	text-align: center;
	vertical-align: middle;
	line-height: 14px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes ul li a.active {
	border: 1px solid #8a3a9b;
	color: #fff;
	background: #8a3a9b;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes.select {
	height: 27px;
	overflow: visible;
	position: relative;
	z-index: 1;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes.select ul {
	border: 1px solid #b8b5ae;
	border-radius: 3px;
	padding-left: 0;
	margin-left: 5px;
	position: absolute;
	z-index: 1;
	right: 0;
	height: auto;
	/*height: 24px;*/
	height: 0;
	overflow: hidden;
	padding-top: 24px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes.select ul li {
	display: block;
	background: #fff;
	margin-left: 0;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes.select ul li a {
	display: block;
	border-radius:0;
	width: 16px;
	height: 14px;
	padding: 6px 6px 4px 6px;
	border: none;
	color: #1a1a1a;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #e6e6e6;
	padding-right: 36px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes.select ul li a:hover {
	background: #f5f5f5;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes.select ul li a.active {
	/*border: none;*/
	color: #1a1a1a;
	background: #f5f5f5;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes.select ul li.absolutepr {
	position: absolute;
	top: 0;
    /*background: url(../img/select-1.svg) no-repeat 100% 0;*/
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes.select ul li.absolutepr a {
    background: url(../img/select-1.svg) no-repeat 100% 0;
	border-bottom: 1px solid #e6e6e6;
	border-top: none;
}

#menutxt .cont .block.th2 .txt .sisea-results-list td.th3 p {
	text-align: left;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td.th3 p span {
	display: block;
	text-align: left;
}


#menutxt .cont .block.th2 .txt .sisea-results-list td.th3 .new {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-top: -3px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td.th3 .new strong {
	font-size: 18px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td.th3 .old {
	font-size: 14px;
	color: #666;
	padding-right: 2px;
	border-bottom: 1px solid #666;
	display: inline-block;
	height: 9px;
}

#menutxt .cont .block.th2 .txt .sisea-results-list .more-search-pr {
	
	text-align: right;
}
#menutxt .cont .block.th2 .txt .sisea-results-list .more-search-pr a {
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	padding: 8px 0;
	width: 140px;
	background: #8a3a9b;
	letter-spacing: 0.5px;
	cursor: pointer;
	position: relative;
}
#menutxt .cont .block.th2 .txt .sisea-results-list .more-search-pr a:hover {
	background: #a454b5;
}

/*BOTTOM-TEXT*/
#bottomtext .cont {
    width: 90%;
    max-width: 1600px;
    margin: auto;
	padding-bottom: 40px;
}

#bottomtext .cont td.padding {
	padding-right: 20px;
}
#bottomtext .cont h1,
#bottomtext .cont h2,
#bottomtext .cont h3,
#bottomtext .cont h4,
#bottomtext .cont h5,
#bottomtext .cont h6  {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    color: #4d4d4d;
	letter-spacing: 0.3px;
	line-height: 22px;
}
#bottomtext .cont h4,
#bottomtext .cont h5,
#bottomtext .cont h6  {
    font-size: 16px;
}
#bottomtext .cont .hiddentext {
	overflow: hidden;
	position: relative;
}
#bottomtext .cont .hiddentext p {
	font-size: 16px;
	line-height: 22px;
    color: #4d4d4d;
    margin-bottom: 15px;
	text-align: justify;
}
#bottomtext .cont .hiddentext .showing {
	height: 0;
}
#bottomtext .cont .hiddentext a {
	color: #2c4cff;
	border-bottom:1px solid #2c4cff;
}
#bottomtext .cont .hiddentext a:hover {
	color: #0027ff;
	border-bottom:1px solid #fcfeff;
}

#bottomtext .cont .more {
	border-bottom: 1px solid #d6d6d6;
	height: 18px;
	width: 100%;
	text-align: center;
	margin-top: 8px;
}
#bottomtext .cont .more p {
	display: inline-block;
	padding: 0 20px;
	background: #fcfeff;
}
#bottomtext .cont .more p .link {
	display: block;
	color: #757575;
	text-align: center;
	padding: 10px;
	width: 172px;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fcfeff;
	position: relative;
}
#bottomtext .cont .more p .link:hover {
	color: #666;
	background: #fff;
	border: 1px solid #bfbfbf;
}
#bottomtext .cont .more p .link .arr {
	width: 10px;
	height: 10px;
    background: url(../img/arrow-5.svg) no-repeat 0px 0px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 3px;
	vertical-align: middle;
}
#bottomtext .cont .more p .link:hover .arr {
	background-position: 0px -10px;
}
#bottomtext .cont .more p.open .link .arr {
	background-position: 0px -20px;
}
#bottomtext .cont .more p.open .link:hover .arr {
	background-position: 0px -30px;
}

/*FOOTER*/
#footer {
	background: #626262;
}
#footer .cont {
    width: 90%;
    max-width: 1600px;
    margin: auto;
	padding: 20px 0 10px;
}
#footer .cont .tit {
	color: #e9e9e9;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0.5px;
}
#footer .cont p {
	color: #b3b3b3;
	margin-bottom: 5px;
}
#footer .cont .block.th1 .margin {
	margin-bottom: 15px;
}
#footer .cont .block.th2 .margin {
	margin-bottom: 10px;
}
#footer .cont .block.th1 tr td strong {
	display: inline-block;
	width: 42px;
	text-align: center;
	padding: 1px 6px;
	background: #b3b3b3;
	border-radius: 4px;
	color: #626262;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin-left: 5px;
	margin-right: 20px;
}
#footer .cont .block.th1 .icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-bottom: 3px;
	margin-right: 8px;
	vertical-align: middle;
}
#footer .cont .block.th1 .time .icon {
    background: url(../img/time-1.svg) no-repeat 0px 0px;
}
#footer .cont .block.th1 .alert .icon {
    background: url(../img/alert-1.svg) no-repeat 0px 0px;
}
#footer .cont .block {
	display: table-cell;
	vertical-align: top;
}
#footer .cont .block.th1 {
	padding-right: 20px;
	min-width: 600px;
}
#footer .cont .block.th2 {
	width: 100%;
}
#footer .cont .block.th2 .min {
	width: 100%;
	display: block;
	background: #b3b3b3;
	border-radius: 4px;
	text-align: center;
	padding: 10px 0 8px;
	color: #444544;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin-bottom: 12px;
}
#footer .cont .block.th2 .min strong {
	font-size: 20px;
	margin-left: 5px;
}
#footer .cont .block.th2 .min strong .stronger {
	font-size: 26px;
	margin-right: 5px;
}
#footer .cont .block.th2 .min .icon {
	display: inline-block;
	width: 25px;
	height: 21px;
	margin-bottom: 6px;
	margin-right: 10px;
	vertical-align: middle;
    background: url(../img/money-2.svg) no-repeat 0px 0px;
}
#footer .cont .block.th2 p a {
	color: #b3b3b3;
}
#footer .cont .block.th2 .contacts tr td {
	padding-right: 48px;
}
#footer .cont .block.th2 .contacts tr td.last {
	padding-right: 0;
}
#footer .cont .block.th2 p.phone a .icon {
	width: 17px;
	height: 17px;
	display: inline-block;
	margin-bottom: 3px;
	vertical-align: middle;
	margin-right: 6px;
    background: url(../img/vodafone-2.svg) no-repeat 0px 0px;
}
#footer .cont .block.th2 p.phone a:hover .icon {
	background-position: 0px -17px;
}
#footer .cont .block.th2 p a:hover {
	color: #e6e6e6;
}
#footer .cont .block.th2 p.viber a .icon {
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-bottom: 3px;
	vertical-align: middle;
	margin-right: 6px;
    background: url(../img/viber-2.svg) no-repeat 0px 0px;
}
#footer .cont .block.th2 p.viber a:hover .icon {
	background-position: 0px -22px;
}
#footer .cont .block.th2 p.mail a .icon {
	width: 18px;
	height: 17px;
	display: inline-block;
	margin-bottom: 3px;
	vertical-align: middle;
	margin-right: 6px;
    background: url(../img/mail-1.svg) no-repeat 0px 0px;
}
#footer .cont .block.th2 p.mail a:hover .icon {
	background-position: 0px -17px;
}
#footer .cont .block.th2 .links {
	width: 100%;
}
#footer .cont .block.th2 .links tr td {
}
#footer .cont .block.th2 .links tr td.last {
	width: 1%;
}
#footer .cont .block.th2 .links tr td.dot {
	vertical-align: middle;
	text-align: center;
	width: 10%;
}
#footer .cont .block.th2 .links tr td.dot p {
	display:inline-block;
	width: 4px;
	height: 4px;
	background: #b3b3b3;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 4px;
}
#footer .cont .block.th2 .links tr td p a .dot {
	position: absolute;
    width: 4px;
    height: 4px;
    background: #b3b3b3;
    border-radius: 5px;
	left: 0;
	top: 5px;
    display: none;
}

#footer .copyright {
	padding: 20px 0;
	background: #4d4d4d;
}
#footer .copyright p {
	text-align: center;
	color: #898989;
}


/*MOB-MENU*/
#mob-menu {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #fff;
	top: 0;
	z-index: 3;
	margin-top: 80px;
	left: -100%;
	display: none;
	overflow: hidden;
	overflow-y: visible;
	border-top: 10px solid #fff;
}
#mob-menu .top {
	padding: 20px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
#mob-menu .top .langs {
	border-right: 1px solid #666;
	width: 32px;
	margin-top: 2px;
	margin-bottom: 4px;
}
#mob-menu .top .mml_links {
	width: 64px;
	text-align: center;
}
#mob-menu .top .mml_links li {
	text-transform: uppercase;
	display: inline-block;
	width: 26px;
	padding: 2px 0 0;
	margin: 0 2px;
}
#mob-menu .top .mml_links li a {
	color: #666;
}
#mob-menu .top .mml_links li.active a {
	color: #1a1a1a;
}
#mob-menu .top .mml_links li a:hover {
	color: #1a1a1a;
}
#mob-menu .top .close {
	display: block;
	width: 50px;
	height: 50px;
    background: url(../img/close-1.svg) no-repeat 0px 0px;
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
}
#mob-menu .top .close:hover {
	background-position: 0px -50px;
}
#mob-menu .middle .padding {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
#mob-menu .middle .menu.border {
	margin: 5px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
#mob-menu .middle .menu li {
	padding: 4px 20px;
}
#mob-menu .middle .menu li a {
	color: #444544;
	display: block;
	padding: 4px 0;
}
#mob-menu .middle .menu li a .icon {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 6px;
	margin-bottom: 6px;
}
#mob-menu .middle .menu li.li1 a .icon {
    background: url(../img/li-1.svg) no-repeat 0px 0px;
}
#mob-menu .middle .menu li.li2 a .icon {
    background: url(../img/li-2.svg) no-repeat 0px 0px;
}
#mob-menu .middle .menu li.li3 a .icon {
    background: url(../img/li-3.svg) no-repeat 0px 0px;
}
#mob-menu .middle .menu li a:hover {
	color: #000;
}
#mob-menu .middle .menu li a:hover .icon {
	background-position: 0 -18px;
}
#mob-menu .middle .menu li a .arr {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	background: #ccc;
	margin-left: 6px;
	margin-bottom: 1px;
}
#mob-menu .middle .menu li a .arr {
    background: url(../img/arrow-3.svg) no-repeat 0px 0px;
}
#mob-menu .middle .menu li a.open .arr {
	background-position: -18px 0;
}
#mob-menu .middle .menu li a:hover .arr {
	background-position: 0 -18px;
}
#mob-menu .middle .menu li a.open:hover .arr {
	background-position: -18px -18px;
}
#mob-menu .middle .submenu {
	padding: 5px 20px;
	background: #f5f5f5;
	margin: 0 0 10px 0;
	display: none;
}
#mob-menu .middle .submenu li a {
	padding: 20px;
	background: #f5f5f5;
	margin: 10px 0;
}
#mob-menu .middle .submenu li {
	margin-top: 5px;
}
#mob-menu .middle .submenu li a {
	display: block;
	color: #666;
	padding: 6px 0;
}
#mob-menu .middle .submenu li ul li a {
	color: #4d4d4d;
	padding: 1px 0;
}
#mob-menu .middle .submenu li ul li a .icon {
	display: inline-block;
	margin-right: 8px;
    width: 25px;
    height: 22px;
	margin-bottom: 4px;
	vertical-align: middle;
}
#mob-menu .middle .submenu li ul li.li1 a .icon {
    background: url(../img/cat-1.svg) no-repeat 0px 0px;
}
#mob-menu .middle .submenu li ul li.li2 a .icon {
    background: url(../img/cat-2.svg) no-repeat 0px 0px;
}
#mob-menu .middle .submenu li ul li.li3 a .icon {
    background: url(../img/cat-3.svg) no-repeat 0px 0px;
}
#mob-menu .middle .submenu li ul li.li4 a .icon {
    background: url(../img/cat-4.svg) no-repeat 0px 0px;
}
#mob-menu .middle .submenu li ul li.li5 a .icon {
    background: url(../img/cat-5.svg) no-repeat 0px 0px;
}
#mob-menu .middle .submenu li ul li.li6 a .icon {
    background: url(../img/cat-6.svg) no-repeat 0px 0px;
}
#mob-menu .middle .submenu li a:hover {
	color: #000;
}
#mob-menu .middle .submenu li ul li a:hover {
	color: #000;
}
#mob-menu .middle .submenu li ul li a:hover .icon {
	background-position: 0px -22px;
}


#mob-menu .middle .menu li a .icon {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 18px;
	margin-right: 8px;
}
#mob-menu .middle .menu li.li4 a .icon {
	background: url(../img/icon-1.svg) no-repeat 0px 0px;
	margin-right: 10px;
}
#mob-menu .middle .menu li.li5 a .icon {
	background: url(../img/icon-2.svg) no-repeat 0px 0px;
	margin-right: 10px;
}
#mob-menu .middle .menu li.li6 a .icon {
	background: url(../img/icon-3.svg) no-repeat 0px 0px;
	margin-right: 10px;
}
#mob-menu .middle .menu li.li7 a .icon {
	background: url(../img/icon-4.svg) no-repeat 0px 0px;
	margin-right: 10px;
}
#mob-menu .middle .menu li a:hover {
	color: #b83ac9;
}
#mob-menu .middle .menu li a:hover .icon {
	background-position: 0px -18px;
}

#mob-menu .bottom {
	padding: 20px;
}

#mob-menu .bottom .phone {
	margin-top: 2px;
	display: inline-block;
	margin-right: 5px;
}
#mob-menu .bottom .phone a {
	display: block;
	width: 180px;
	color: #1a1a1a;
}
#mob-menu .bottom .phone a .icon {
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	background: url(../img/vodafone-1.svg) no-repeat 0px 0px;
}
#mob-menu .bottom .phone a:hover {
	color: #e60000;
}
#mob-menu .bottom .phone a:hover .icon {
	background-position: 0px -15px;
}
#mob-menu .bottom .viber {
	margin-top: 2px;
	display: inline-block;
}
#mob-menu .bottom .viber a {
	display: block;
	width: 70px;
	color: #1a1a1a;
}
#mob-menu .bottom .viber a .icon {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 21px;
	margin-right: 8px;
	background: url(../img/viber-1.svg) no-repeat 0px 0px;
}
#mob-menu .bottom .viber a:hover {
	color: #8a3a9b;
}
#mob-menu .bottom .viber a:hover .icon {
	background-position: 0px -21px;
}

@media
only screen and (max-width : 1620px), only screen and  and (max-device-width : 1620px) {


#header .cont {
    width: 96%;
    max-width: none;
}
#header .cont .block.th4 {
	padding-right: 0;
}
#topmenu .cont {
    width: 96%;
    max-width: none;
}
#menutxt .cont {
    width: 96%;
    max-width: none;
}
#bottomtext .cont {
    width: 96%;
    max-width: none;
}
#footer .cont {
    width: 96%;
    max-width: none;
}
	
}

@media
only screen and (max-width : 1580px), only screen and  and (max-device-width : 1580px) {


	
}

@media
only screen and (max-width : 1500px), only screen and  and (max-device-width : 1500px) {

#header .cont .block {
    padding-right: 10px;
}
#header .cont .block.th3 ul {
    width: 100%;
}
	
#footer .cont .block.th2 .links tr td.m-hide-1 {
	display: none;
}
	
}

@media
only screen and (max-width : 1460px), only screen and  and (max-device-width : 1460px) {
	
#menutxt .cont .block.th2 .txt table.system {
    width: 100%;
}
#footer .cont .block.th2 .links tr td.m-hide-2 {
	display: none;
}
#footer .cont .block.th2 .contacts tr td {
    padding-right: 20px;
}
	
}
@media
only screen and (max-width : 1276px), only screen and  and (max-device-width : 1276px) {

#header .cont .block.th3 ul li {
    display: inline-block;
	width: 35%;
	text-align: left;
	margin-bottom: 4px;
	padding-left: 10%;
}
#header .cont .block.th4 {
    display: inline-block;
	width: 100%;
	padding-top: 12px;
}
#header .cont .block.th5 {
    display: inline-block;
	width: 100%;
	padding-top: 2px;
}
#header .cont .block.th4 .phone {
    margin-left: 3px;
}
#header .cont .block.th3 {
    width: 50%;
}
#topmenu .cont .block.th1 .start p a {
    width: 220px;
}
#menutxt .cont .block.th1 .menu {
    width: 220px;
}

}

@media
only screen and (max-width : 1220px), only screen and  and (max-device-width : 1220px) {

}

@media
only screen and (max-width : 1140px), only screen and  and (max-device-width : 1140px) {

#header .cont .block.th2 p {
	text-align: left;
}	
#header .cont .block.th2 p .m1 {
	display: inline;
}	
#header .cont .block.th2 p .m2 {
	display: none;
}
#header .cont .block.th3 {
    width: 54%;
}
#header .cont .block.th3 ul li {
    width: 40%;
    padding-left: 8%;
}
#header .cont .block.th6 .langs {
    border-right:none;
    width: auto;
    margin-top: -16px;
	border-bottom: 1px solid #666;
	height: 20px;
}
#header .cont .block.th6 .mml_links {
    width: 24px;
}
#header .cont .block.th6 .mml_links li {
    padding: 0;
    margin: 0;
	width: auto;
	margin-bottom: 11px;
	text-align: center;
}
#topmenu .cont .block.th1 .start p a {
    width: 242px;
}
#topmenu .cont .block.th2 .search input {
    width: 70%;
}
#topmenu .cont .block.th2 .search .error {
    width: 70%;
}
#menutxt .cont .block.th1 .menu {
    width: 242px;
}

#menutxt .cont .block.th2 .txt table tr td {
	display: block;
	width: 100%;
}

#menutxt .cont .block.th2 .txt .shop-cart .top td {
	display: table-cell;
}
#menutxt .cont .block.th2 .txt table tr td {
	/*display: table-cell;*/
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 118px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom tr {
	position: relative;
	display:inline-block;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th2 {
	display: inline-block;
	width: 70%;
	padding-left: 0;
	min-height: 82px;
	padding-left: 132px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th3,
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th4,
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th5 {
	display: inline-block;
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 16px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th4 {
	padding: 0 22px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th3 {
	text-align: left;
	padding-left: 132px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th6 {
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 0;
}

#menutxt .cont .block.th2 .txt table.notmargin {
	width: 65%;
}
#menutxt .cont .block.th2 .txt table.notmargin tr td,
#menutxt .cont .block.th2 .txt table.ol tr td {
	display: table-cell;
}
#menutxt .cont .block.th2 .txt td.img.right {
    padding-left: 0;
	padding-top: 10px;
	width: 100%;
	text-align: center;
}
#menutxt .cont .block.th2 .txt table.system {
	margin-top: 10px;
}
#menutxt .cont .block.th2 .txt table.system tr td {
	display: inline-block;
	width: 40%;
}
#menutxt .cont .block.th2 .txt .system td p strong {
	display: inline-block;
    padding: 2px 0;
	width: 50px;
	text-align: center;
}
	
#menutxt .cont .block.th2 {
    max-width: 320px;
}
	
#footer .cont .block.th1 {
    min-width: 400px;
}
#footer .cont .block.th1 .alert {
	position: relative;
	padding-left: 24px;
	line-height: 20px;
}
#footer .cont .block.th1 .alert .icon {
	position: absolute;
	left: 0;
}

#menutxt .cont .block.th2 .txt .bl {
    width: 98%;
	margin: 0;
	margin-bottom: 20px;
}

#menutxt .cont .block.th2 .txt .sisea-results-list .more-search-pr a {
    width: 114px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes {
    height: auto;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes p {
    margin-right:0;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td.th2 {
    padding-left: 10px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .input {
    margin-left: 0;
    padding: 1px 3px 0px 3px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td.th3 {
    padding-right: 5px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td.th1 {
	vertical-align: top;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes {
	text-align: left;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes p {
	display: block;
	width: 100%;
	padding-top: 0;
	margin-bottom: 3px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes ul {
	display: block;
	width: 100%;
	text-align: left;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes ul li {
    margin-right: 2px;
    margin-left: 0;
}
	
}

@media
only screen and (max-width : 980px), only screen and  and (max-device-width : 980px) {

#header .cont .block.th3 ul li {
    padding-left: 2%;
	min-width: 180px
}
#topmenu .cont .block.th1 .start p a {
    width: 220px;
}
#topmenu .cont .block.th2 .search input.submit {
    width: 17%;
}

#menutxt .cont .block.th1 .menu ul li a {
    padding: 10px 26px;
}
#menutxt .cont .block.th1 .menu ul li ul li a {
    padding: 8px 24px 6px;
}
#menutxt .cont .block.th2 {
    max-width: 578px;
}

#footer .cont .block {
    display: block;
}
#footer .cont .block.th1 {
	min-width:auto;
	padding: 0;
}
#footer .cont .block.th2 .links tr td.m-hide-1,
#footer .cont .block.th2 .links tr td.m-hide-2 {
    display: table-cell;
}

#menutxt .cont .block.th2 .txt .alert {
	display: block;
	width: auto;
}
#menutxt .cont .block.th2 .txt .alert .th1,
#menutxt .cont .block.th2 .txt .alert .th2 {
	display: block;
	width: 100%;
	padding: 0;
}

}

@media
only screen and (max-width : 900px), only screen and  and (max-device-width : 900px) {
	
#header .cont .block.th2 {
	display: none;
}
#topmenu .cont .block.th2 .search input.submit {
    width: 24%;
}
#topmenu .cont .block.th2 .search input {
    width: 58%;
}
#topmenu .cont .block.th2 .search .error {
    width: 58%;
}
	
#menutxt .cont .block.th1 .menu {
    width: 220px;
}
#menutxt .cont .block.th2 {
    max-width: 512px;
}

#menutxt .cont .block.th2 .txt table.system tr td {
    width: 45%;
}

#menutxt .cont .block.th2 .txt .shop-cart .bottom {
    margin-top: 0;
}

	
#bottomtext .cont td {
	display: block;
}
#bottomtext .cont td.padding {
	padding-right: 0;
}
	
}

@media
only screen and (max-width : 796px), only screen and  and (max-device-width : 796px) {
	
#header {
	display: none;
}
#topmenu {
    background: #fff;
	box-shadow: 0 0 3px #777;
	position: fixed;
	z-index: 4;
}
#topmenu .cont {
	padding: 10px 0;
}
#topmenu .cont .block.th1 .start {
	display: none;
}
#topmenu .cont .block.th1 .m-menu {
	display: table-cell;
}
#topmenu .cont .block.th1 .m-logo {
	display: table-cell;
}
#topmenu .cont .block.th2 .search {
	margin-top: 2px;
}
#topmenu .cont .block.th2 .search input {
	padding: 0 3%;
	height: 42px;
    background: #e9e9e9;
    border:none;
    font-size: 20px;
    border-radius: 5px;
    color: #1a1a1a;
	width: 93%;
	margin-top: 8px;
}
#topmenu .cont .block.th2 .search input.submit {
    border: none;
	width: 42px;
	height: 42px;
	padding: 0;
	border-radius: 0;
	overflow: hidden;
	text-indent: 50px;
	background: url(../img/search-2.svg) no-repeat 0px 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 5px;
}
#topmenu .cont .block.th2 .search input.submit:hover {
	background: url(../img/search-2.svg) no-repeat 0px 0px;
}
#topmenu .cont .block.th2 .search .error {
    width: 73%;
}
#topmenu .cont .block.th3 {
	width: 20%;
	padding-left: 5%;
}
#topmenu .cont .block.th3 .basket {
    width: auto;
	height: 28px;
    padding: 0;
    text-align: left;
	margin-top: 18px;
}
#topmenu .cont .block.th3 .basket .amount {
	display: block;
}
#topmenu .cont .block.th3 .basket .m-text {
	display: block;
}
#topmenu .cont .block.th3 .basket .pc-text {
	display: none;
}
#topmenu .cont .block.th3 .basket a {
	position: relative;
    color: #1a1a1a;
}
#topmenu .cont .block.th3 .basket a .icon {
    display:block;
	float: left;
    margin:0;
    width: 28px;
    height: 28px;
    background: url(../img/cart-2.svg) no-repeat 0px 0px;
    vertical-align: top;
}
#topmenu .cont .block.th3 .basket a .amount {
    display:block;
    width: 19px;
    height: 19px;
    background: #dfa631;
	border: 2px solid #fff;
	position: absolute;
	left: -13px;
	top: -6px;
	border-radius: 14px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}
#topmenu .cont .block.th3 .basket .m-text {
	padding-left: 40px;
	text-align: right;
	padding-top: 6px;
	text-align: center;
	font-size: 18px;
}
#topmenu .cont .block.th3 .basket a:hover {
	color: #1a1a1a;
}
#topmenu .cont .block.th3 .basket a:hover .icon {
	background-position: 0px 0px;
}
#topmenu .cont .block.th3 .basket a:hover .amount {
	background: #f8bf4a;
}
#m-padding {
	display: block;
}

#menutxt .cont .block.th2 .txt {
    box-shadow: none;
    border-radius: 0;
}
#menutxt .cont {
    width: 100%;
}
#menutxt .cont .block.th1 .menu {
	display: none;
}
#menutxt .cont .block.th1 {
    padding: 0;
	display: block;
}
#menutxt .cont .block.th2 {
	width: 100%;
	max-width: none;
	display: block;
	padding-top: 0;
}

#mob-menu {
	display: block;
}

#footer .cont .block.th2 .links tr td.m-hide-1 {
    display: none;
}
	
#menutxt .cont .block.th2 .txt h1.basket {
	margin-top: 0;
	padding-bottom: 12px;
}

#menutxt .cont .block.th2.txt-no-m-padding  .txt{
	padding: 20px 0;
}
#menutxt .cont .block.th2.txt-no-m-padding  .txt .shop-cart {
	padding: 0 20px;
}
#menutxt .cont .block.th2.txt-no-m-padding  .txt .alert {
	margin: 20px 20px 30px 20px;
}
#menutxt .cont .block.th2.txt-no-m-padding  .txt .formshopcart {
    border-radius: 0;
    border:none;
	border-top: 1px solid #e6e6e6;
}
#menutxt .cont .block.th2.txt-no-m-padding {
	padding-bottom: 0;
}
#menutxt .cont .block.th2.txt-no-m-padding  .txt {
	padding-bottom: 0;
	margin-bottom: 0;
}
#menutxt .cont .block.th2 .txt .bl .bottom {
    border: 1px solid #e6e6e6;
}
#menutxt .cont .block.th2 .txt .bl.th1 {
	margin-right: 0;
}
#menutxt .cont .block.th2 .txt .bl.th2 {
	margin-left: 0;
}
	
	
}
@media
only screen and (max-width : 716px), only screen and  and (max-device-width : 716px) {
	
#topmenu .cont .block.th2 .search .error {
    width: 68%;
}

#footer .cont .block.th2 .links tr td.m-hide-2 {
    display: none;
}

}
@media
only screen and (max-width : 630px), only screen and  and (max-device-width : 630px) {

#topmenu .cont .block.th2 .search .error {
    width: 85%;
    padding: 11px;
	border-radius: 5px;
}

}
@media
only screen and (max-width : 584px), only screen and  and (max-device-width : 584px) {
	
#topmenu .cont .block.th2 {
	position: relative;
	padding: 0;
}
#topmenu .cont .block.th2 .search {
	position: absolute;
	margin: 0;
	background: #fff;
	padding: 5px 0;
	right: 0;
}
#topmenu .cont .block.th3 {
    width: 24%;
}
#topmenu .cont .block.th1 {
	border-right: 20px solid #fff;
}
#topmenu .cont .block.th2 .search {
	width: 45px;
}
#topmenu .cont .block.th2 .search input#search-1 {
	position: absolute;
	width: 96%;
	padding: 0 2%;
	display:none;
}
#topmenu .cont .block.th2 .search input {
    background: #fff;
}
#topmenu .cont .block.th2 .search input.submit {
    top: 5px;
}
#topmenu .cont .block.th2 .search .error {
    padding: 12px;
    margin-top: 14px;
}
	
#menutxt .cont .block.th2 .txt .shop-cart .bottom {
	overflow: hidden;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th2 {
	width: 66%;
}
/*#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th3 {
	width: 66%;
	margin-bottom: 10px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th4 {
	width: 66%;
	padding: 0;
    padding-left: 134px;
	text-align: left;
	margin-bottom: 10px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th5 {
	width: 66%;
	padding: 0;
    padding-left: 134px;
	text-align: left;
}*/
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th6 {
    margin-top: 0;
    top: 0;
}

#footer .cont .block.th2 .links tr td {
    display: inline-block;
	width: 48%;
}
#footer .cont .block.th2 .links tr td.m-hide-1,
#footer .cont .block.th2 .links tr td.m-hide-2 {
    display: inline-block;
}
#footer .cont .block.th2 .links tr td.dot {
    display: none;
}
#footer .cont .block.th2 .links tr td p a {
	display: block;
	position: relative;
	padding-left: 14px;
	margin-right:10px;
}
#footer .cont .block.th2 .links tr td p a .dot {
    display:block;
}
	
#footer .cont .block.th2 .contacts tr td {
    padding-right: 10px;
}

#menutxt .cont .block.th2 .txt .sisea-results-list td .img img {
	width: 60px;
	height: auto;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .stick {
	display: none;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .title {
	font-size: 14px;
	line-height: 16px;
}
	
#menutxt .cont .block.th2 .txt .sisea-results-list tr.sisea-result {
	display: block;
	position: relative;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .articul {
	position: absolute;
	left: 0;
	top: 90px;
	font-size: 12px;
	font-size: 0;
	width: 78px;
	text-align: center;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .articul .input {
	font-size: 16px;
	margin: 0;
	border: none;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td.th1 a {
	margin-bottom: 20px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes p {
	display: inline-block;
	width: auto;
    padding-top: 7px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes ul {
	display: inline-block;
	width: auto;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .title {
    margin-bottom: 2px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes {
    margin-top: 0;
}
#menutxt .cont .block.th2 .txt .sisea-results-list .more-search-pr a {
	width: 100px;
	font-size: 14px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes ul li a.active {
    border: none;
    color: #8a3a9b;
    background: none;
	padding: 0;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes ul li a {
    border: none;
    color: #9b9b9b;
    background: none;
	padding: 0;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes p {
   padding-top: 2px;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .articul .input {
   font-size: 14px;
}

#footer .cont p {
	color: #DEDEDE;
    margin-bottom: 10px;
}
#footer .cont .block.th1 tr td strong {
	color: #454545;
}
#footer .cont .block.th2 p a {
	color: #DEDEDE;
}
#footer .cont .block.th2 p a:hover {
	color: #fff;
}
#footer .copyright p {
	color: #bfbfbf;
}

}
@media
only screen and (max-width : 500px), only screen and  and (max-device-width : 500px) {

#topmenu .cont .block.th3 {
    padding-left: 10px;
}
#topmenu .cont .block.th1 .m-logo img {
	width: 120px;
	height: auto;
}
#topmenu .cont .block.th2 .search {
	right: 50%;
	margin-right: -20px;
}
#topmenu .cont .block.th1 .m-menu .icon {
    margin-left: -10px;
}

#menutxt .cont .block.th2 .txt td.img img {
	max-width: 96%;
    padding: 2%;
	height: auto;
}
#menutxt .cont .block.th2 .txt table.system tr td {
    width: 100%;
}
#menutxt .cont .block.th2 .txt table.ol .round p {
    margin-left: 10px;
}
#menutxt .cont .block.th2 .txt table.notmargin {
	width: 100%;
}
#menutxt .cont .block.th2 .txt table.notmargin tr td {
	display: block;
	width: auto;
	padding: 0;
}
#menutxt .cont .block.th2 .txt table.notmargin tr td.th1 {
	float: left;
}
#menutxt .cont .block.th2 .txt table.notmargin tr td.th2 {
	float: right;
	padding-left: 5px;
}


/*#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th2 {
	width: 58%;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th3 {
	width: 58%;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th4 {
	width: 58%;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th5 {
	width: 58%;
}*/
/*#menutxt .cont .block.th2 .txt .shop-cart .bottom td .par .size,
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .par .color {
	display: block;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .par .m1 {
	display: none;
}*/
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .img img {
	width: 60px;
	height: auto;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th1 {
    width: 78px;
}
/*#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th2 {
	padding-left: 90px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th3 {
	padding-left: 90px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th4 {
	padding-left: 90px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th5 {
	padding-left: 90px;
}*/
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th2 {
    padding-left: 90px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th3 {
    padding-left: 90px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom .articul {
	position: absolute;
	left: 0;
	top: 90px;
	font-size: 12px;
	font-size: 0;
	width: 78px;
	text-align: center;
	
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom .articul .input {
	font-size: 16px;
	margin: 0;
	border: none;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th2 {
    min-height: 0;
	padding-right: 0;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th3 {
	margin-top: -6px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th4 {
	padding: 0;
	float: right;
	margin-top:15px;
	margin-bottom:25px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th5 {
	position: absolute;
	left: 90px;
	margin-top: 18px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td {
    vertical-align: top;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .title {
	font-size: 14px;
	line-height: 18px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .par {
	font-size: 14px;
	line-height: 18px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .color .round {
    margin-top: -1px;
}
	
#footer .cont .block.th2 .contacts tr td {
	display: inline-block;
}
	
#footer .cont .block.th2 .min {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}
#footer .cont .block.th2 .min .icon {
    display: block;
	margin: auto;
	margin-bottom: 5px;
}
#footer .cont .block.th1 tr td strong {
    padding: 1px;
    margin-right: 10px;
}

#menutxt .cont .block.th2 .txt .bl .bottom {
    padding: 15px 20px;
}
#menutxt .cont .block.th2 .txt table tr {
	/*text-align: center;*/
}
#menutxt .cont .block.th2 .txt .shop-cart.empty table tr {
	text-align: left;
}
#menutxt .cont .block.th2 .txt .shop-cart.empty table tr h2 {
	text-align: center;
}
#menutxt .cont .block.th2 .txt table tr td {
    display: inline-block;
    width: auto;
}
#menutxt .cont .block.th2 .txt .bl.th3 td.min {
    width: auto;
}
	
#menutxt .cont .block.th2 .txt .shop-cart .bottom table tr {
	text-align: left;
}
#menutxt .cont .block.th2 .txt .bl.th3 .sale {
	margin-top: -15px;
	margin-bottom: 10px;
	text-align: center;
}
#menutxt .cont .block.th2 .txt .bl.th3 .sale .text {
	float: none;
}

#menutxt .cont .block.th2 .txt .sisea-results-list td {
	display: table-cell;
	vertical-align: top;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td.th3 {
	vertical-align: middle;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td.th4 {
	/*position: absolute;
	left: 88px;
	bottom: 0;*/
	/*display: none;*/
	position: absolute;
	left: 88px;
	bottom: 0;
	padding-bottom: 0;
}
#menutxt .cont .block.th2 .txt .sisea-results-list .more-search-pr a  {
	background: none;
	width: auto;
	padding: 0;
	color: #8a3a9b;
	text-transform: uppercase;
    padding: 4px 0;
}
#menutxt .cont .block.th2 .txt .sisea-results-list .more-search-pr a:hover  {
	background: none;
}

#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes p {
	display: block;
	width: 100%;
}
#menutxt .cont .block.th2 .txt .sisea-results-list td .sizes ul {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
	
}
@media
only screen and (max-width : 386px), only screen and  and (max-device-width : 386px) {

#topmenu .cont .block.th1 .m-menu .icon {
    width: 52px;
}

#bottomtext .cont .hiddentext p {
    text-align: left;
}

#menutxt .cont .block.th2 .txt .formshopcart {
    padding: 10px;
}
#menutxt .cont .block.th2 .txt .bl .bottom {
    padding: 15px 14px 5px;
}

#menutxt .cont .block.th2 .txt .shop-cart .bottom td.th2 {
    width: 62%;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom td .par {
	display: none;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom .articul {
    top: 86px;
}
#menutxt .cont .block.th2 .txt .shop-cart .bottom .articul .input {
    font-size: 13px;
}

}

@media
only screen and (max-width : 356px), only screen and  and (max-device-width : 356px) {

#topmenu .cont .block.th2 {
}

#menutxt .cont .block.th2 .txt .shop-cart .bottom td .input {
    margin-left: 4px;
    padding: 1px 4px 0px 4px;
}

#footer .cont .block.th1 table tr td {
	display: block;
}
#footer .cont .block.th1 tr td strong {
    padding: 1px 6px;
}
#footer .cont .block.th2 .links tr td {
    width: 90%;
}
#footer .cont .block.th2 .links tr td.last {
    width: 90%;
}
	
#menutxt .cont .block.th2 .txt .alert p .text {
    padding-left: 15px;
	font-size: 14px;
	line-height: 18px;
}
#menutxt .cont .block.th2 .txt .alert p .dashed {
    padding: 15px;
}

}