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

body {
	font-family:Arial, Tahoma, Geneva, sans-serif;
	background:#545454;
}

/* Slick */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 8%;

    display: block;

    width: 15px;
    height: 15px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	background:  url(../img/arr-1.png) no-repeat;
	z-index: 1;
}
/*.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

.slick-prev
{
    left: 0;
}
[dir='rtl'] .slick-prev
{
    right: 0;
    left: auto;
}
.slick-prev:before
{
    /*content: 'в†ђ';*/
}
[dir='rtl'] .slick-prev:before
{
    /*content: 'в†’';*/
}
.slick-prev:hover {
	background-position: 0px -15px;
}
.slick-next
{
    right: 0px;
	background-position: -15px 0;
}
.slick-next:hover {
	background-position: -15px -15px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
}
.slick-next:before
{
    /*content: 'в†’';*/
}
[dir='rtl'] .slick-next:before
{
    /*content: 'в†ђ';*/
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'вЂў';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Slick */

#header .slider .slick-dots {
	bottom: 0px;
}
#header .slider .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 2px;
}
#header .slider .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #545454;
	border-radius: 5px;
	overflow: hidden;
}
#header .slider .slick-dots li button:before {
	display: none;
}
#header .slider .slick-dots li.slick-active button {
	background: #1a1a1a;
}

/*HEADER*/
#header {
	background: #fff;
}
#header .cont {
	width: 90%;
	max-width: 1400px;
	margin: auto;
	padding: 15px 0;
	display: table;
}
#header .cont .block {
	display: table-cell;
	vertical-align: top;
}
#header .cont .block.th1 {
	width: 1%;
	padding-right: 20px;
}

#header .cont .block .logo {
	display: block;
	width: 216px;
	height: 60px;
	position: relative;
	overflow: hidden;
}
#header .cont .block .logo span {
	display: block;
	position: absolute;
	left: -100px;
	top: 0;
	width: 100px;
	height: 60px;
	background: url(../img/blick-1.png) no-repeat;
}
#header .cont .block.th2 {
	height: 60px;
	overflow: hidden;
}
#header .cont .block.th2 .slidercont {
	width: 410px;
	position: relative;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	margin: auto;
}
#header .cont .block.th2 .slidercont .opacity {
	position: absolute;
	top: 0;
	width: 10px;
	height: 55px;
	z-index: 1;
}
#header .cont .block.th2 .slidercont .opacity.left {
	background: url(../img/opacity-1.png) repeat-y;
	left: 0;
}
#header .cont .block.th2 .slidercont .opacity.right {
	background: url(../img/opacity-2.png) repeat-y;
	right: 0;
}
#header .cont .block.th2 .slider {
	width: 410px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 15px;
	height: 55px;
	overflow: hidden;
}
#header .cont .block.th2 .slider p {
	text-align: center;
	line-height: 20px;
	margin-bottom: 50px;
	padding: 0 30px;
}
#header .cont .block.th1 {
	width: 1%;
}
#header .cont .block.th2 {
	/*width: 33%;*/
}
#header .cont .block.th3 {
	width: 35%;
}
#header .cont .block .rowcont {
	width: 565px;
	text-align: right;
}
#header .cont .block .row {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 4%;
}

#header .cont .block .map {
	margin-bottom: 8px;
	display: block;
	background: url(../img/map-1.png) no-repeat 0px 0px;
	padding-left: 18px;
}
#header .cont .block .backcall {
	background: #ffdb4a;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 6px 0 5px;
	width: 220px;
	text-align: center;
	color: #000;
	cursor: pointer;
	font-size: 14px;
}
#header .cont .block .backcall:hover {
	background: #fff564;
}
#header .cont .block .backcall .icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 2px;
	width: 20px;
	height: 20px;
	background: url(../img/backcall-1.png) no-repeat 0px 0px;
}
#header .cont .block .backcall:hover .icon {
	background-position: 0px -20px;
}

#header .cont .block p a {
	color: #000;
	line-height: 20px;
}

#header .cont .block .icons {
	margin-top: 3px;
	width: 35px;
	overflow: hidden;
}
#header .cont .block .icons a {
	float: left;
	width: 16px;
	height: 15px;
	overflow: hidden;
	text-indent: 20px;
}
#header .cont .block .icons a.viber {
	background: url(../img/viber-1.png) no-repeat 0px 0px;
	margin-right: 3px;
}
#header .cont .block .icons a.whatsapp {
	background: url(../img/whatsapp-1.png) no-repeat 0px 0px;
}
#header .cont .block .icons a:hover {
	background-position: 0px -15px;
}
#header .cont .block .basket {
	margin-top: 4px;
	width: 33px;
	height: 35px;
	overflow: hidden;
	border-radius: 3px;
}
#header .cont .block .basket a {
	display: block;
	width: 33px;
	height: 35px;
	background: url(../img/basket-1.png) no-repeat 0px 0px;
	overflow: hidden;
	position: relative;
	margin: 0;
}
#header .cont .block .basket a .total {
	position: absolute;
	top: 2px;
	left: 12px;
	display: block;
	width: 9px;
	height: 9px;
	text-align: center;
	padding: 2px;
	background: #ffdb4a;
	font-weight: bold;
	font-size: 9px;
	line-height: 10px;
	border-radius: 10px;
	color: #000;
	border:2px solid #f5f5f5;
}
#header .cont .block .basket a:hover {
	background-position: 0px -35px;
}
#header .cont .block .basket a:hover .total {
	background: #fff564;
	border:2px solid #fafafa;
}

#header .cont .block .mml_links {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-top: 6px;
	text-transform: uppercase;
	border-bottom: 1px dashed #ccc;
}
#header .cont .block .mml_links li {
	color: #1a1a1a;
	margin-bottom: 18px;font-size: 14px;
}
#header .cont .block .mml_links a {
	color: #999;
}
#header .cont .block .mml_links .active a {
	color: #666;
}
#header .cont .block .mml_links a:hover {
	color: #666;
}
#header .cont .block .mml_links a.active:hover {
	color: #666;
}

/*MENU*/
#menu {
	background: #1a1a1a;
}
#menu .cont {
	width: 90%;
	margin: auto;
	text-align: center;
	position: relative;
}
#menu .cont ul li {
	display: inline-block;
}
#menu .cont ul li a {
	display: inline-block;
	padding: 15px 30px;
	color: #fff;
}
#menu .cont ul li.active a {
	background: #343434;
}
#menu .cont ul li.open a {
	background: #2a2a2a;
}
#menu .cont ul li a:hover {
	background: #2a2a2a;
}
#menu .cont ul li a .arrow {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../img/arrow-1.png) no-repeat 0px 0px;
	margin-left: 6px;
}
#menu .cont ul li a:hover .arrow {
	background-position: 0px -11px
}
#menu .cont ul li.open a:hover .arrow {
	background-position: 0px -44px
}
#menu .cont ul li.open a .arrow {
	background-position: 0px -44px
}
#menu .cont ul li.open a:hover .arrow {
	background-position: 0px -44px
}
#menu .cont ul li.active a .arrow {
	background-position: 0px -11px
}
#menu .cont ul li.active.open a .arrow {
	background-position: 0px -44px
}

#menu .cont ul li ul {
	position: absolute;
	z-index: 1;
	display: none;
	text-align: left;
}
#menu .cont ul li ul li {
	display: block;
}
#menu .cont ul li ul li a {
	display: block;
	padding: 12px;
	background: #343434;
	border-top: 1px solid #525252;
	color: #ccc;
}
#menu .cont ul li ul li a:hover {
	color: #fff;
}
#menu .cont ul li ul li.last a {
	border-radius: 0 0 5px 5px;
}
#menu .cont .m-menu {
	width: 45px;
	height: 45px;
	background: url(../img/mmenu-1.png) no-repeat 0px 0px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	display: none;
}
#menu .cont .m-menu:hover {
	background-position: 0px -45px;
}
#menu .cont .m-menu.open {
	background-position: 0px -45px;
}
#menu .cont .m-menu.open:hover {
	background-position: 0px -45px;
}

/*FOOTER*/
#footer {
    background: #000;
}
#footer .cont {
    width: 90%;
    margin: auto;
	padding: 20px 0 10px;
}
#footer .cont .block {
	display: table-cell;
}
#footer .cont .block.th4 {
	padding-right: 0;
}
#footer .cont .block p {
	font-size: 14px;
	line-height: 18px;
	color: #666;
}
#footer .cont .block .title {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 6px;
}
#footer .cont .block a {
	color: #666;
}
#footer .cont .block ul {
	margin-right: 40px;
}
#footer .cont .block li {
	font-size: 14px;
	line-height: 18px;
}
#footer .cont .block li a {
	display: block;
	padding-left: 12px;
    background: url(../img/li-1.png) no-repeat 0px 0px;
}
#footer .cont .block li a:hover {
	color: #999;
	background-position: 0px -100px;
}
#footer .cont .block p a:hover {
	color: #999;
}
#footer .cont .block.th4 td {
	padding-bottom: 4px;
}
#footer .cont .block td.padding {
	padding-right: 20px;
}

#footer .copyright {
	border-top: 1px solid #1a1a1a;
	padding: 10px 0;
}
#footer .copyright p {
	text-align: center;
	color: #333;
	font-size: 14px;
}

/*TITLE*/
#title {
    background: #242424;
}
#title .cont {
    width: 90%;
    margin: auto;
	padding: 20px 0;
}
#title .cont .left {
	display: table-cell;
	vertical-align: middle;
}
#title .cont .left .title {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	list-style: 28px;
	margin-bottom: 2px;
}

#title .cont .left #breadcrumb {
	overflow:hidden;
}
#title .cont .left #breadcrumb li {
	float:left;
	color: #e6e6e6;
	font-size:16px;
	list-style:none;
	margin: 2px 0;
}
#title .cont .left #breadcrumb li a {
	color: #e6e6e6;
	padding-right:5px;
	line-height:18px;
}
#title .cont .left #breadcrumb li a:hover {
	color: #fff;
}
#title .cont .left #breadcrumb li.home a {
	padding-left: 20px;
    background: url(../img/home-1.png) no-repeat 0px 0px;
}
#title .cont .left #breadcrumb li.home a:hover {
	background-position: 0px -50px;
}
#title .cont .left #breadcrumb li a:hover {
	color: #fff;
}
#title .cont .left #breadcrumb li + li:before{
  content:  '/';
  margin:   0 5px 0 0;
}

#title .cont .right {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
}


#title .cont .right form {
	position: relative;
	display: block;
	width: 452px;
	margin: auto;
	overflow: hidden;
	border-radius: 4px;
}
#title .cont .right input {
	background: #343434;
    padding: 8px;
    width: 400px;
	border:none;
	font-size: 16px;
	float: left;
	border-radius: 4px 0 0 4px;
	color: #ccc;
}
#title .cont .right input.submit {
	width: 34px;
	height: 34px;
	overflow: hidden;
	float: left;
    background: url(../img/search-2.png) no-repeat 0px 0px;
	border:none;
	text-indent: 50px;
	cursor: pointer;
	border-radius: 0 4px 4px 0;
}
#title .cont .right input.submit:hover {
	background-position: 0px -34px;
}
#title .cont .right .error {
	position: absolute;
	background: #c00;
	color: #fff;
	width: 100%;
	height: 18px;
	top: 0;
	left: 0;
	padding: 9px;
	display: none;
	border-radius: 4px;
}

/*TEXT*/
#text {
    background: #545454;
	padding: 20px 0;
}
#text .cont {
    width: 90%;
    margin: auto;
	padding: 20px 0;
	background: #fff;
}
#text .cont .padding {
	padding: 0 20px;
}
#text .cont .padding h1,
#text .cont .padding h2,
#text .cont .padding h3,
#text .cont .padding h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
#text .cont .padding h3.icon {
	padding-left: 26px;
}
#text .cont .padding h3.icon.th1 {
    background: url(../img/icon-1.png) no-repeat 0px 1px;
}
#text .cont .padding h3.icon.th2 {
    background: url(../img/icon-2.png) no-repeat 0px 0px;
}
#text .cont .padding h3.icon.th3 {
    background: url(../img/icon-3.png) no-repeat 0px 1px;
}
#text .cont .padding p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: justify;
}
#text .cont .padding p strong {
	font-weight: bold;
}
#text .cont .padding td.img {
	vertical-align: top;
	padding-left: 20px;
}
#text .cont .padding ul,
#text .cont .padding ol {
	padding-left: 20px;
	margin-bottom: 10px;
}
#text .cont .padding ul li {
	list-style: disc outside;
	font-size: 16px;
	line-height: 20px;
}
#text .cont .padding ol li {
	list-style: decimal outside;
	font-size: 16px;
	line-height: 20px;
}
#text .cont .padding ul.check {
	padding-left: 0px;
}
#text .cont .padding ul.check li {
	list-style: none;
	padding-left: 20px;
    background: url(../img/check-5.png) no-repeat 0px 4px;
}
#text .cont .padding hr {
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
}
#text .cont .padding table {
	margin-bottom: 10px;
	width: 100%;
}
#text .cont .padding table tr td {
	vertical-align: top;
}
#text .cont .padding table.scheme tr td p img {
	margin-right: 6px;
}

#text .cont .padding .articles table {
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
#text .cont .padding .articles table .img {
	width: 1%;
}
#text .cont .padding .articles table .img img {
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 20px;
}
#text .cont .padding .articles table .tit {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
#text .cont .padding .articles table .tit a {
	color: #000;
}
#text .cont .padding .articles table .more a {
	padding: 6px 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #000;
	display: inline-block;
}

/*BLACK*/
#black {
	width: 100%;
	height: 100%;
    background: url(../img/black-1.png);
	position: fixed;
	z-index: 2;
	display: none;
}
#black .block {
	width: 430px;
	padding: 16px 13px;
    background: #fff;
	position: fixed;
	border-radius: 6px;
	margin-top: -600px;
	margin-left: -228px;
	left: 50%;
	display: none;
}
#black .block .title {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	font-weight: bold;
}
#black .block .title img {
	margin-right: 6px;
}
#black .block .close1 {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 12px;
	right: 13px;
    background: url(../img/close-3.png) no-repeat 0px 0px;
	border-radius: 3px;
	cursor: pointer;
}
#black .block .close1:hover {
	background-position: 0px -24px;
}
#black .block .backcallform {
	display: block;
	width: 304px;
	margin: auto;
}
#black .block .backcallform label {
	display: inline-block;
	margin-bottom: 6px;
}
#black .block .backcallform .inputcont {
	width: 100%;
	position: relative;
}
#black .block .backcallform .inputcont #backcallinput {
	border: 1px solid #ccc;
	padding: 5px;
	width: 292px;
	border-radius: 5px;
	color: #999;
	font-size: 16px;
	margin-bottom: 10px;
}
#black .block .backcallform .inputcont #backcallinput.active {
	color: #000;
}
#black .block .backcallform .inputcont .error {
	position: absolute;
	left: 0;
	top: 0;
	width: 290px;
	background: #c00;
	color: #fff;
	padding: 7px;
	font-size: 16px;
	border-radius: 5px;
	display: none;
}
#black .block .backcallform .submit {
	padding: 12px 0 10px;
	width: 100%;
	border-radius: 5px;
	color: #000;
	text-transform: uppercase;
	border: none;
	background: #ffdb4a;
	cursor: pointer;
	font-size: 16px;
}
#black .block .backcallform .submit:hover {
	background: #ffe857;
}
#black .block .small {
	font-style: italic;
	text-align: center;
	margin-top: 15px;
}
#black .block .bottom {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
}
#black .block .bottom .close2 {
	text-transform: uppercase;
	border-radius: 5px;
	padding: 12px 0 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	text-align: center;
	width: 160px;
	margin: auto;
	cursor: pointer;
}
#black .block .bottom .close2:hover {
	background: #f5f5f5;
}


#black .block .backcallcheck #backcallcheckinput {
	border: 1px solid #ccc;
	padding: 5px;
	width: 418px;
	border-radius: 5px;
	color: #000;
	font-size: 16px;
	margin: 10px 0;
	background: #e6e6e6;
}
#black .block .backcallcheck .radiocont {
	margin: 10px 0;
}
#black .block .backcallcheck .radiocont .radio {
	display: inline-block;
	line-height: 20px;
	cursor: pointer;
}
#black .block .backcallcheck .radiocont .radio:hover {
	font-weight: bold;
}
#black .block .backcallcheck .radiocont .radio .input {
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	margin-bottom: 4px;
}
#black .block .backcallcheck .radiocont .radio .input {
	background: url(../img/radio-1.png) no-repeat 0px 0px;
}

#black .block .backcallcheck .radiocont .radio.active .input {
	background-position: 0px -13px;
}
#black .block .backcallcheck .radiocont .radio.active:hover .input {
	background-position: 0px -26px;
}
#black .block .backcallcheck .submitcont {
	text-align: center;
}
#black .block .backcallcheck .fakesubmit,
#black .block .backcallcheck .realsubmit {
	display: inline-block;
	padding: 12px 20px;
	line-height: 18px;
	border-radius: 5px;
	color: #000;
	text-transform: uppercase;
	border: none;
	background: #ffdb4a;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
}
#black .block .backcallcheck .fakesubmit:hover,
#black .block .backcallcheck .realsubmit:hover {
	background: #ffe857;
}
#black .block .backcallcheck .realsubmit {
	display: none;
}
#black .block .backcallcheck .small.th2 {
	display: none;
}
#black .block .successmessage {
	text-align: center;
}
#black .block .successmessage p {
	line-height: 20px;
	margin-bottom: 10px;
}
#black .block .successmessage hr {
	border: none;
	border-bottom: 1px dashed #ccc;
	margin: 20px 0 20px;
}

#black .block .phones  {
	display: block;
	text-align: center;
	width: 280px;
	margin: auto;
	margin-bottom: 10px;
}
#black .block .phones a  {
	display: inline-block;
	color: #000;
	font-weight: bold;
	margin-bottom: 4px;
}
#black .block .phones a .icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	background: url(../img/tel-1.png) no-repeat 0px 0px;
	margin-bottom: 2px;
}
#black .block .phones a .text {
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
}
#black .block .phones a:hover .icon {
	background-position: 0 -20px;
}
#black .block .phones a:hover .text {
	color: #039;
}

#black .block .icons  {
	text-align: center;
}
#black .block .icons a  {
	display: inline-block;
	border:2px solid #ccc;
	border-radius: 4px;
	width: 352px;
	margin-bottom: 4px;
	color: #000;
}
#black .block .icons a.viber  {
	border:2px solid #7c529d;
	color: #62407d;
}
#black .block .icons a.viber:hover  {
	border:2px solid #966cb7;
	color: #8359a3;
}
#black .block .icons a.whatsapp  {
	border:2px solid #26d367;
	color: #22bd5d;
}
#black .block .icons a.whatsapp:hover  {
	border:2px solid #40ed81;
	color: #3bdb78;
}
#black .block .icons a.email  {
	border:2px solid #f84437;
	color: #e63e33;
}
#black .block .icons a.email:hover  {
	border:2px solid #ff5e51;
	color: #ff584d;
}
#black .block .icons a .icon  {
	display: table-cell;
	vertical-align: middle;
}
#black .block .icons a .icon .img  {
	width: 132px;
	height: 32px;
	display: block;
}
#black .block .icons a.viber .icon .img  {
	background: url(../img/viber-2.png) no-repeat 0px 0px;
}
#black .block .icons a.whatsapp .icon .img  {
	background: url(../img/whatsapp-2.png) no-repeat 0px 0px;
}
#black .block .icons a.email .icon .img  {
	background: url(../img/email-1.png) no-repeat 0px 0px;
}
#black .block .icons a:hover .icon .img  {
	background-position: 0px -32px;
}
#black .block .icons a .text  {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

#black .block.addtocart .info tr td {
	vertical-align: middle;
}
#black .block.addtocart .info tr td a {
	color: #0f3f66;
	font-weight: bold;
	line-height: 18px;
	display: block;
}
#black .block.addtocart .info tr td a:hover {
	color: #1a70b5;
}
#black .block.addtocart .info tr td .img {
	display: block;
	border: 1px solid #e6e6e6;
	margin-right: 15px;
}
#black .block.addtocart .info tr td .img img {
	width: 74px;
	height: auto;
}
#black .block.addtocart p.center, #black .block.success p.center {
	text-align: center;
	line-height: 18px;
	padding: 0 20px;
	margin-top: 10px;
}
#black .block.addtocart .submit {
	display: block;
	margin: 20px auto 0;
	width: 210px;
	padding: 12px 0;
	line-height: 18px;
	border-radius: 5px;
	color: #000;
	text-transform: uppercase;
	border: none;
	background: #ffdb4a;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
}
#black .block.addtocart .submit:hover {
	background: #ffe857;
}

/*CART*/
#text .cont .padding .shop-cart .shop-cart-head .th1 {
	width: 100%;
}
#text .cont .padding .shop-cart .shop-cart-head {
	margin-bottom: 10px;
}
#text .cont .padding .shop-cart .shop-cart-head td {
	vertical-align: middle;
}
#text .cont .padding .shop-cart .shop-cart-head .title {
	font-weight: bold;
	font-size: 18px;
}
#text .cont .padding .shop-cart .shop-cart-head .title .icon {
	width: 14px;
	height: 14px;
	background: url(../img/cart-1.png) no-repeat 0px 0px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 5px;
}
#text .cont .padding .shop-cart .shop-cart-head #shk_butEmptyCart {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px 15px;
	width: 160px;
	display: block;
	text-align: center;
	color: #333;
	text-transform: uppercase;
	font-size: 12px;
	background: #f5f5f5;
	cursor: pointer;
}
#text .cont .padding .shop-cart .shop-cart-head #shk_butEmptyCart .icon {
	width: 15px;
	height: 15px;
	background: url(../img/cart-2.png) no-repeat 0px 0px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 4px;
}
#text .cont .padding .shop-cart .shop-cart-head #shk_butEmptyCart:hover {
	background: #fff;
}
#text .cont .padding .shop-cart .shop-cart-head #shk_butEmptyCart:hover .icon {
	background-position: 0px -15px;
}
#text .cont .padding .shop-cart .full tr,
#text .cont .padding .sisea-result {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
#text .cont .padding .shop-cart .full tr td,
#text .cont .padding .sisea-result td {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	padding-right: 15px;
}
#text .cont .padding .shop-cart .full tr td.th1,
#text .cont .padding .sisea-result td.th1 {
	width: 1%;
}
#text .cont .padding .shop-cart .full tr td.th1 a,
#text .cont .padding .sisea-result td.th1 a {
	display: block;
	border: 1px solid #ccc;
}
#text .cont .padding .shop-cart .full tr td.th2,
#text .cont .padding .sisea-result td.th2 {
	width: 100%;
	padding-right: 0;
}
#text .cont .padding .shop-cart .full tr td.th2 a,
#text .cont .padding .sisea-result td.th2 a {
    display: block;
    color: #0f3f66;
    font-weight: bold;
    line-height: 18px;
}
#text .cont .padding .shop-cart .full tr td.th2 a:hover,
#text .cont .padding .sisea-result td.th2 a:hover {
	color: #1a70b5;
}
#text .cont .padding .shop-cart .full tr td.th3,
#text .cont .padding .sisea-result td.th3 {
	font-size: 18px;
    font-weight: bold;
    line-height: 18px;
	text-align: right;
}
#text .cont .padding .sisea-result td.th3 {
    padding:0 20px;
}
#text .cont .padding .sisea-result .more-search-pr a {
	padding: 6px 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #000;
	display: inline-block;
}
#text .cont .padding .sisea-result p {
    margin-bottom: 0;
}

#text .cont .padding .sisea-result-pages {
    display:none;
}
#text .cont .padding .sisea-paging {
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
}
#text .cont .padding .sisea-paging .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;
}
#text .cont .padding .sisea-paging .simplesearch-page {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#text .cont .padding .sisea-paging .simplesearch-page a {
	padding: 6px 0;
	width: 30px;
	display: inline-block;
	border: 1px solid #ccc;
	color: #666;
	border-radius: 5px;
	text-align: center;
}
#text .cont .padding .sisea-paging .simplesearch-page a:hover {
	background: #fff;
	border: 1px solid #b3b3b3;
	color: #333;
}


#text .cont .padding .shop-cart .full tr td.th3 .small {
	font-size: 16px;
    font-weight: normal;
    line-height: 18px;
	margin-right: 4px;
}
#text .cont .padding .shop-cart .full .count-cont {
	width: 112px;
	height: 30px;
	overflow: hidden;
	margin: 0 20px;
}
#text .cont .padding .shop-cart .full .shk-count {
	display: block;
    border: 1px solid #ccc;
    padding: 5px;
    width: 40px;
    color: #000;
    font-size: 16px;
	text-align: center;
	float: left;
	border-left: none;
	border-right: none;
}
#text .cont .padding .shop-cart .full .shk_count_button {
	display: block;
	width: 30px;
	height: 30px;
    border: 1px solid #ccc;
	border-radius: 0;
	font-size: 16px;
	background: #f5f5f5;
	cursor: pointer;
	float: left;
	margin: 0;
}
#text .cont .padding .shop-cart .full .shk_count_button:hover {
	background: #fff;
}
#text .cont .padding .shop-cart .full .shk-del {
	width: 31px;
	height: 30px;
	background: url(../img/delete-1.png) no-repeat 0px 0px;
	display: block;
	margin-bottom: 0;
    border: 1px solid #ccc;
	cursor: pointer;
}
#text .cont .padding .shop-cart .full .shk-del:hover {
	background-position: 0px -30px;
}
#text .cont .padding .shop-cart .full .sum {
	text-align: right;
}
#text .cont .padding .shop-cart .full .sum p {
	display: inline-block;
}
#text .cont .padding .shop-cart .full .sum p .small {
	margin-right: 4px;
}
#text .cont .padding .shop-cart .full .sum p strong {
	font-weight: bold;
	font-size: 18px;
}

#text .cont .padding .shop-cart .empty {
	border-top:1px solid #ccc;
	padding: 40px 0 0;
}
#text .cont .padding .shop-cart .empty table {
	width: 628px;
	margin: auto;
}
#text .cont .padding .shop-cart .empty p {
	text-align: left;
}
#text .cont .padding .shop-cart .empty .title {
	font-weight: bold;
	margin-bottom: 5px;
}
#text .cont .padding .shop-cart .empty img {
	margin-right: 15px;
}
#text .cont .padding .shop-cart .empty .small {
	font-size: 14px;
	text-align: center;
	line-height: 18px;
}
#text .cont .padding .shop-cart .empty hr {
	border-bottom: 1px dashed #ccc;
	margin: 0 0 15px;
}

#text .cont .padding .shop-cart .empty .manager {
	display: block;
	width: 220px;
	margin: auto;
	padding: 10px 0;
	border: 1px solid #999;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	background: #f5f5f5;
	text-align: center;
}
#text .cont .padding .shop-cart .empty .manager:hover {
	background: #fff
}

#text .cont .padding #shopOrderForm {
	width: 720px;
	margin: auto;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding: 10px 40px 0;
}
#text .cont .padding #shopOrderForm .small {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}
#text .cont .padding #shopOrderForm table {
	width: 100%;
}
#text .cont .padding #shopOrderForm table tr td {
	padding: 5px 10px 5px 0;
	vertical-align: middle;
}
#text .cont .padding #shopOrderForm table tr td.top {
	padding: 5px 10px 5px 0;
	vertical-align: top;
}
#text .cont .padding #shopOrderForm table tr td.th1 {
	width: 1%;
}
#text .cont .padding #shopOrderForm input {
    border: 1px solid #ccc;
    padding: 5px;
    width: 292px;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
}
#text .cont .padding #shopOrderForm input#phone {
    color: #999;
}
#text .cont .padding #shopOrderForm input#phone.active {
    color: #000;
}
#text .cont .padding #shopOrderForm textarea {
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
	resize: none;
	font-family:Arial, Tahoma, Geneva, sans-serif;
}
#text .cont .padding #shopOrderForm table tr td.top .labelcont {
	margin-top: 6px;
}
#text .cont .padding #shopOrderForm input.button {
    padding: 12px 9px 10px 9px;
    width: 300px;
    border-radius: 5px;
    color: #000;
    text-transform: uppercase;
    border: none;
    background: #ffdb4a;
    cursor: pointer;
}
#text .cont .padding #shopOrderForm input.button:hover {
	background: #ffe857;
}
#text .cont .padding #shopOrderForm .inputcont {
	position: relative;
	float: left;
	overflow: hidden;
    border-radius: 5px;
}
#text .cont .padding #shopOrderForm .inputcont .myerror {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #c00;
    color: #fff;
    padding: 7px;
    font-size: 16px;
	display: none;
}

@media
only screen and (max-width : 1400px), only screen and  and (max-device-width : 1400px) {
	
#header .cont .block.th2 .slidercont {
	width: 310px;
}
#header .cont .block.th2 .slider {
	width: 310px;
}
#header .cont .block.th2 .slider p {
	padding: 0 10px;
}
#header .cont .block .rowcont {
    width: 530px;
}

#footer .cont .block ul {
    margin-right: 10px;
}

#title .cont .right form {
	width: 352px;
}
#title .cont .right input {
    width: 300px;
}
	
}
@media
only screen and (max-width : 1160px), only screen and  and (max-device-width : 1160px) {

#header .cont .block .rowcont {
    width: 476px;
}
#header .cont .block .row {
    padding-left: 1%;
}
#header .cont .block.th2 .slidercont {
	width: 220px;
}
#header .cont .block.th2 .slider {
	width: 220px;
	margin-top: 0;
    height: 65px;
}
#header .cont .block.th2 .slider p {
	font-size: 14px;
	line-height: 16px;
    padding: 0 6px;
    margin-bottom: 30px;
}

#menu .cont ul li a {
    padding: 15px 23px;
}
	
#footer .cont {
	overflow: hidden;
}
#footer .cont .block {
    display: block;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
#footer .cont .block.th4 {
	width: 100%;
}
#footer .cont .block.th4 table {
	width: 100%;
}
#footer .cont .block.th4 tr {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
#footer .cont .block.th4 p {
	display: inline-block;
	margin-right: 5px;
}
#footer .cont .block td.padding {
    padding-right:0;
}

#title .cont .right form {
	width: 252px;
}
#title .cont .right input {
    width: 200px;
}
#text .cont .padding td.img img {
	width: 300px;
	height: auto;
}

#text .cont .padding #shopOrderForm {
    border-left:none;
    border-right:none;
}
	
}
@media
only screen and (max-width : 948px), only screen and  and (max-device-width : 948px) {

#header .cont {
	position: relative;
	padding-bottom: 42px;
}
#header .cont .block {
	display: inline-block;
}
#header .cont .block.th1 {
	width: 30%;
	padding: 0;
}
#header .cont .block.th3 {
	width: 70%;
	padding: 0;
}
#header .cont .block.th2 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 30px;
}
#header .cont .block .rowcont {
    width: 100%;
}
#header .cont .block .row {
    padding-left: 2%;
}
#header .cont .block.th2 .slidercont {
	width: 100%;
	border: none;
	border-top: 1px dashed #ccc;
	padding: 5px 0 0;
}
#header .cont .block.th2 .slider {
	width: 100%;
	margin-top: 0;
    height: 30px;
}
#header .cont .block.th2 .slidercont .opacity {
    height: 30px;
}
#header .cont .block .map {
	font-size: 14px;
}
#header .cont .block .backcall {
    width: 194px;
}
	
#menu .cont ul li a {
    padding: 15px 9px;
}

#footer .cont .block.th2,
#footer .cont .block.th3 {
	width: 38%;
	margin: 0;
}

#title .cont .right form {
	width: 202px;
}
#title .cont .right input {
    width: 150px;
}

#text .cont .padding td {
	display: block;
}
#text .cont .padding .articles td.img {
	width: 100%;
}
#text .cont .padding .articles td.img img {
	margin: auto;
}
#text .cont .padding .articles .more {
	text-align: center;
}
	
#text .cont .padding td.img {
	padding: 0;
}
#text .cont .padding td.img img {
	width: auto;
	display: block;
	margin: auto;
	max-width: 100%;
}
#text .cont .padding .articles td.img img {
	margin: auto;
}
#text .cont .padding .scheme td {
	display: table-cell;
}
	
#text .cont .padding .shop-cart td,
#text .cont .padding .sisea-result td {
	display: table-cell;
}
#text .cont .padding .sisea-result td.th1 {
    vertical-align: top;
}
#text .cont .padding .sisea-result p {
    text-align: left;
}
#text .cont .padding .shop-cart .full tr td {
    padding-right: 10px;
}
#text .cont .padding .shop-cart .full .count-cont {
    margin: 0 5px;
}
	
#text .cont .padding .shop-cart .empty table {
	width: 100%;
	margin: auto;
}

#text .cont .padding #shopOrderForm {
	width: 100%;
    padding: 10px 0 0;
}
#text .cont .padding #shopOrderForm td {
	display: table-cell;
}
	
}
@media
only screen and (max-width : 736px), only screen and  and (max-device-width : 736px) {

#header .cont .block .row {
    padding-left: 1%;
}
#header .cont .block .map .m1 {
	display: none;
}
#header .cont .block .backcall {
    width: 74px;
}
#header .cont .block .backcall .icon {
    margin-right: 0;
}
#header .cont .block .backcall .text {
	display: none;
}

#menu .cont {
	height: 45px;
	text-align: left;
}
#menu .cont ul {
	display: none;
	position: absolute;
	right: 0;
	top: 45px;
	width: 178px;
	overflow: hidden;
	border-radius: 0 0 5px 5px;
	z-index: 1;
}
#menu .cont ul li {
	display: block;
	background: #1a1a1a;
}
#menu .cont ul li a {
	padding: 10px;
	width: 100%;
	border-top: 1px solid #333;
}
#menu .cont .m-menu {
	display: block;
}

#menu .cont ul li ul {
	position: static;
}
#menu .cont ul li a .arrow {
	position: absolute;
	right: 7px;
}

#footer .cont .block.th2 {
    width: 68%;
	margin-bottom: 10px;
}
#footer .cont .block.th3 {
    width: 68%;
	margin-left: 154px;
}

#title .cont .left {
    display: block;
    width:100%;
}
#title .cont .right {
    display: block;
    width:100%;
}
#title .cont .right form {
	width: 100%;
	margin-top: 10px;
}
#title .cont .right input {
	width: 90%;
}
	
#text .cont .padding .shop-cart .full tr {
	position: relative;
}
#text .cont .padding .shop-cart .full tr td,
#text .cont .padding .sisea-result td {
	display: inline-block;
	vertical-align: top;
}
#text .cont .padding .sisea-result {
    position:relative;
}
#text .cont .padding .shop-cart .full tr td.th1,
#text .cont .padding .shop-cart .full tr td.th2,
#text .cont .padding .sisea-result td.th1,
#text .cont .padding .sisea-result td.th2 {
	display: table-cell;
}
#text .cont .padding .shop-cart .full tr td.th2,
#text .cont .padding .sisea-result td.th2 {
	padding-bottom: 40px;
}
#text .cont .padding .sisea-result td.th2 {
	padding-bottom: 60px;
}
#text .cont .padding .shop-cart .full tr td.th3,
#text .cont .padding .shop-cart .full tr td.th4,
#text .cont .padding .shop-cart .full tr td.th5,
#text .cont .padding .sisea-result td.th3,
#text .cont .padding .sisea-result td.th4,
#text .cont .padding .sisea-result td.th5 {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding-right: 0;
}
#text .cont .padding .shop-cart .full tr td.th3,
#text .cont .padding .sisea-result td.th3 {
	right: 182px;
	bottom: 6px;
}
#text .cont .padding .sisea-result td.th3 {
	right: 154px;
	bottom: 19px;
}
#text .cont .padding .shop-cart .full tr td.th4,
#text .cont .padding .sisea-result td.th4 {
	right: 50px;
	bottom: 10px;
}
#text .cont .padding .sisea-result td.th4 {
	right: 0;
    padding: 0;
	bottom: 10px;
}
#text .cont .padding .shop-cart .full tr td.th1 a img,
#text .cont .padding .sisea-result td.th1 a img {
	width: 72px;
	height: auto;
}


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

#header .cont {
    padding-bottom: 54px;
}
#header .cont .block .rowcont {
    width: 214px;
}
#header .cont .block.th1 {
    width: 216px;
	float: left;
}
#header .cont .block.th3 {
    width: 206px;
	float: right;
	padding-bottom: 40px;
	position: relative;
}
#header .cont .block .row {
    padding-left:3px;
}
#header .cont .block .row.th1 {
	display: block;
	width: 400px;
	position: absolute;
	right: 50%;
	bottom: 55px;
	margin-right: -202px;
	
}
#header .cont .block .row.th2 p {
	font-size: 15px;
}
#header .cont .block.th2 .slidercont {
	width: 360px;
	border: none;
}
#header .cont .block.th2 .slider {
	width: 360px;
}
#header .cont .block.th2 {
    border-top: 1px dashed #ccc;
    height: 44px;
}
.slick-prev, .slick-next {
    top: 26%;
}
#header .cont .block.th2 .slider {
    overflow: visible;
}
.slick-prev {
    left: -20px;
}
.slick-next {
    right: -20px;
}
#header .cont .block .map .m1 {
    display: inline;
}
#header .cont .block .map {
	display: inline-block;
}
#header .cont .block .backcall {
	display: inline-block;
    width: 194px;
}
#header .cont .block .backcall .text {
    display: inline;
}
#header .cont .block .backcall .icon {
    margin-right: 6px;
}
#header .cont .block.th3 {
	position: static;
}
#header .cont .block .row {
    padding-left: 0px;
}
#header .cont .block .rowcont {
    width: 206px;
}

#footer .cont .block.th2 {
    width: 100%;
}
#footer .cont .block.th3 {
    width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
}
#footer .cont .block.th4 {
	width: auto;
}
#footer .cont .block.th4 tr {
    display: table-row;
}

#title .cont .right input {
    width: 86%;
}

#black .block {
    width: 314px;
    margin-left: -170px;
    left: 50%;
}

#black .block .icons a {
    width: 316px;
}

#text .cont .padding #shopOrderForm td {
    display: block;
}
#text .cont .padding #shopOrderForm table tr td {
    padding:0;
}
#text .cont .padding #shopOrderForm table tr td.th1 {
    width: 100%;
}
#text .cont .padding #shopOrderForm .labelcont {
	margin-bottom: 5px;
}
#text .cont .padding #shopOrderForm .inputcont {
	margin-bottom: 10px;
	float: none;
	width: 100%;
}
#text .cont .padding #shopOrderForm .inputcont input {
	width: 96%;
	padding: 5px 1%;
}
#text .cont .padding #shopOrderForm table tr td.top .labelcont {
    margin-top: 0;
}
#text .cont .padding #shopOrderForm textarea {
	width: 96%;
	padding: 5px 1%;
	margin-bottom: 10px;
}
#text .cont .padding #shopOrderForm .inputcont .myerror {
    width: 96%;
	border-radius: 5px;
}
#text .cont .padding #shopOrderForm input.button {
    width: 98%;
}

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

#header .cont {
	text-align: center;
}
#header .cont .block .row.th1 {
	text-align: center;
	width: 300px;
    margin-right: -150px;
}
#header .cont .block .row.th2 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 95px;
	text-align: center;
}
#header .cont .block .row.th2 p {
	display: inline-block;
	margin: 0 5px;
}
#header .cont .block.th1 {
	float: none;
}
#header .cont .block.th3 {
    width: 72px;
	float: none;
}
#header .cont .block .rowcont {
    width: 72px;
	padding-bottom: 52px;
}
#header .cont .block .map .m1 {
    display: none;
}
#header .cont .block.th2 .slidercont {
	width: 280px;
}
#header .cont .block.th2 .slider {
	width: 280px;
}

#footer .cont .block.th4 tr {
    display: inline-block
}
#footer .cont .block.th4 td {
    display: inline-block
}

#title .cont .right input {
    width: 82%;
}

#black .block {
    width: 284px;
    margin-left: -155px;
}
#black .block .backcallform {
	width: 284px;
}
#black .block .backcallform .inputcont #backcallinput {
	width: 272px;
}
#black .block .backcallform .inputcont .error {
	width: 270px;
}
#black .block .backcallcheck #backcallcheckinput {
	width: 272px;
}

#black .block .phones {
    width: 240px;
}
#black .block .icons a {
    width: 130px;
}
#black .block .icons a .text {
	display: none;
}
	
#text .cont .padding .shop-cart .full tr td.th2,
#text .cont .padding .shop-cart .full tr td.th2 {
	padding-bottom: 0px;
	vertical-align: middle;
}
#text .cont .padding .shop-cart .full tr {
	display: block;
	padding-bottom: 54px;
}
#text .cont .padding .shop-cart .shop-cart-head #shk_butEmptyCart {
    padding: 6px 5px;
    width: 152px;
}
#text .cont .padding .shop-cart .full tr td.th3 {
    right: auto;
	left: 0;
}

}

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

#header .cont .block.th1 {
	width: 100%;
	margin: auto;
    float: none;
}
#header .cont .block .logo {
	margin: auto;
}
#header .cont .block.th3 {
	display: block;
    float: none;
	margin: auto;
	margin-top: 10px;
    padding-bottom: 38px;
}
#header .cont .block .row.th2 p {
    font-size: 16px;
}
#header .cont .block .rowcont {
    width: 216px;
	margin: auto;
}
#header .cont .block.th3 {
    width: 225px;
}
#header .cont .block .row.th1 {
    width: 200px;
    margin-right: -100px;
    bottom: 75px;
}
#header .cont .block.th2 .slidercont {
    width: 294px;
}
#header .cont .block.th2 .slider {
    width: 294px;
}
.slick-prev, .slick-next {
    top: 56%;
}
.slick-prev {
    left: 0px;
}
.slick-next {
    right: 0px;
}
#header .cont .block.th2 .slider p {
    padding: 0 10px;
}
#header .cont .block .row.th2 {
	position: static;
	left: auto;
	bottom: auto;
	width: 154px;
	float: left;
	text-align: left;
}
#header .cont .block .row.th2 p {
    display: inline;
    margin: 0;
}
#header .cont .block .map .m1 {
    display: inline;
}
#header .cont .block.th2 .slidercont {
    width: 100%;
}
#header .cont .block.th2 {
    height: 60px;
}
#header .cont .block.th2 .slider {
    width: 100%;
}
#header .cont .block.th2 .slider p {
    padding: 0 15px;
}
.slick-prev {
    left: 0px;
}
.slick-next {
    right: 0px;
}

#title .cont .right input {
    width: 80%;
}
	
#text .cont .padding p {
    text-align: left;
}
	
#black .block {
    width: 264px;
    margin-left: -145px;
}
#black .block .backcallform {
	width: 264px;
}
#black .block .backcallform .inputcont #backcallinput {
	width: 252px;
}
#black .block .backcallform .inputcont .error {
	width: 250px;
}
#black .block .backcallcheck #backcallcheckinput {
	width: 252px;
}
#black .block .m1 {
	display: none;
}
#black .block .backcallcheck .radiocont .radio {
	font-size:14px; 
}
	
#text .cont .padding .shop-cart .shop-cart-head table {
	width: 100%;
}
#text .cont .padding .shop-cart .shop-cart-head td {
	display: block;
}
#text .cont .padding .shop-cart .shop-cart-head p {
	overflow: hidden;
}
#text .cont .padding .shop-cart .shop-cart-head #shk_butEmptyCart {
	float: right;
}
#text .cont .padding .shop-cart .full tr {
	text-align: center;
}
#text .cont .padding .shop-cart .full tr td.th1, #text .cont .padding .shop-cart .full tr td.th2 {
    display: inline-block;
	padding-right: 0;
	width: auto;
}
#text .cont .padding .shop-cart .full tr td.th3, #text .cont .padding .shop-cart .full tr td.th4 {
    display: inline-block;
    position: relative;
    right: auto;
    bottom: auto;
	width: 48%;
	vertical-align: middle;
}
#text .cont .padding .shop-cart .full tr td.th5 {
	right: 0;
	bottom: auto;
	top: 0;
}
#text .cont .padding .shop-cart .full tr {
    padding-bottom:0;
}
#text .cont .padding .shop-cart .full .sum p {
    text-align: center;
}


}