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;
}

/*BIG*/
#big {
	background: url(../img/big-1.jpg) no-repeat 50% 60%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0;
	width:100%;
	height:600px;
}
#big .cont {
    width: 90%;
    margin: auto;
	position: relative;
}
#big .cont .boardcont {
    width: 654px;
    margin: auto;
	padding: 60px 0 150px;
}
#big .cont .boardcont .board {
    width: 594px;
	padding: 25px 30px;
	border-radius: 10px;
    margin: auto;
	background: url(../img/yellow-1.png);
}
#big .cont .boardcont .board .top p.icon {
	margin-right: 10px;
	margin-top: 0;
	display: inline-block;
	vertical-align: top;
}
#big .cont .boardcont .board .top p {
	font-size: 28px;
	text-transform: uppercase;
	margin-top: 6px;
	display: inline-block;
	vertical-align: top;
}
#big .cont .boardcont .board .top p span.bold {
	text-transform: none;
	font-weight: bold;
	margin-top: 0;
}
#big .cont .boardcont .board .middle {
	border-top: 3px dotted #000;
	border-bottom: 3px dotted #000;
	margin: 15px 0 20px;
	padding: 15px 0;
}
#big .cont .boardcont .board .middle ul {
	margin-bottom: 6px;
}
#big .cont .boardcont .board .middle ul li {
	padding-left: 24px;
	font-size: 20px;
	background: url(../img/check-1.png) no-repeat 0px 1px;
	margin-bottom: 4px;
	display: inline-block;
	width: 30%;
	text-transform: lowercase;
}
#big .cont .boardcont .board .middle p {
	font-size: 20px;
	line-height: 24px;
}
#big .cont .boardcont .board .bottom {
	text-align: center;
	overflow: hidden;
}
#big .cont .boardcont .board .bottom p  {
	float: left;
}
#big .cont .boardcont .board .bottom p.th2  {
	float: right;
}
#big .cont .boardcont .board .bottom p a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #e8d103;
	text-transform: uppercase;
	padding: 15px 28px;
	border-radius: 3px;
	background: #000;
	overflow: hidden;
	position: relative;
}
#big .cont .boardcont .board .bottom p a span {
    display: block;
    position: absolute;
    left: -100px;
    top: 0;
    width: 100px;
    height: 60px;
    background: url(../img/blick-2.png) no-repeat;
}
#big .cont .boardcont .board .bottom p a:hover {
	color: #ffe500;
}
#big .cont .boardcont .shadow {
	width: 100%;
	height: 12px;
	background: url(../img/shadow-1.png) no-repeat 0% 50%;
}
#big .cont .mouse {
	width: 37px;
	height: 52px;
	background: url(../img/mouse-1.png) no-repeat 0px 0px;
	cursor: pointer;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	bottom: 20px;
}

/*GREYBLOCKS*/
#greyblocks {
	margin-top: -40px;
}
#greyblocks .cont {
    width: 90%;
    margin: auto;
    text-align: center;
}
#greyblocks .cont .blockscont {
	margin-bottom: 3.5%;
}
#greyblocks .cont .blockscont .block {
	padding: 1.5% 1%;
	display: inline-block;
	vertical-align: top;
	width: 29%;
	background: #1a1a1a;
}
#greyblocks .cont .blockscont .block.th2 {
	margin-right: 3.5%;
	margin-left: 3.5%;
}
#greyblocks .cont .blockscont .block .title {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	margin: 0 100px;
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#greyblocks .cont .blockscont .block p {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin: 0 12%;
}

#greyblocks .cont .blockcont {
	margin-bottom: 3.5%;
}
#greyblocks .cont .blockcont .block {
	background: #292929;
	border-radius: 4px;
	text-align: left;
}
#greyblocks .cont .blockcont .block table {
	width: 100%;
}
#greyblocks .cont .blockcont .block table td.th1 {
	background: #343434;
	padding: 20px 10px;
	border-radius: 4px 0 0 4px;
	/*width: 15%;*/
	text-align: center;
	vertical-align: middle;
}
#greyblocks .cont .blockcont .block table td.th1 p {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
}
#greyblocks .cont .blockcont .block table td.th2 {
	padding: 20px;
	vertical-align: top;
}
#greyblocks .cont .blockcont .block table td.th2 ul li {
	margin-bottom: 4px;
	line-height: 18px;
}
#greyblocks .cont .blockcont .block table td.th2 ul li a {
	display: block;
	color: #fff;
	padding-left: 22px;
	background: url(../img/check-2.png) no-repeat 0px 0px;
}
#greyblocks .cont .blockcont .block table td.th2 td {
	padding-right: 20px;
}
#greyblocks .cont .manager {
	margin-bottom: 40px;
}
#greyblocks .cont .manager p {
	display: block;
	margin: auto;
	background: #1a1a1a;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 12px 0 8px;
	width: 360px;
	text-align: center;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	border-radius: 4px;
}
#greyblocks .cont .manager p .icon {
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	height: 27px;
	background: url(../img/manager-1.png) no-repeat 0px 0px;
	margin-right: 10px;
	margin-bottom: 7px;
}
#greyblocks .cont .manager p .blick {
    display: block;
    position: absolute;
    left: -100px;
    top: 0;
    width: 100px;
    height: 60px;
    background: url(../img/blick-3.png) no-repeat;
}

/*CARDS*/
#cards {
	background:#808080;
}
#cards.products {
	background:#666;
}
#cards .cont {
    width: 90%;
    margin: auto;
	padding: 30px 0;
}
#cards .cont .title {
	margin-bottom: 25px;
}
#cards .cont .title p {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
#cards .cont .title p .icon {
	width: 21px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
    background: url(../img/title-icon-1.png) no-repeat;
	margin-bottom: 5px;
}
#cards.products .cont .title p .icon {
	width: 23px;
	height: 21px;
    background: url(../img/title-icon-2.png) no-repeat;
}
#cards .cont .cardscont .pr {
	padding: 10px;
	border-right: 20px solid #808080;
	border-left: 20px solid #808080;
	width: 20%;
	display: table-cell;
	position: relative;
	text-align: center;
	background: #fff;
	padding-bottom: 90px;
}
#cards.products .cont .cardscont .pr {
	border-right: 20px solid #666;
	border-left: 20px solid #666;
}
#cards .cont .cardscont .pr.th1 {
	/*padding-left: 0;*/
	border-left:none;
	width: 19%;
}
#cards .cont .cardscont .pr.th5 {
	/*padding-right: 0;*/
	border-right:none;
	width: 19%;
}
#cards .cont .cardscont .pr .img a {
	display: block;
	padding-bottom: 20px;
}
#cards .cont .cardscont .pr .name a {
	display: block;
	border-top: 1px solid #ccc;
	text-align: left;
	padding: 10px 0;
	color: #0f3f66;
	font-weight: bold;
	line-height: 18px;
}
#cards .cont .cardscont .pr .name a:hover {
	color: #1a70b5;
}

#cards .cont .cardscont .pr .bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding-bottom: 10px;
}
#cards .cont .cardscont .pr .bottomcont {
	border-top: 1px solid #ccc;
	margin: 0 10px;
	padding-top: 10px;
}
#cards .cont .cardscont .pr .bottomcont .prices {
	display: inline-block;
	font-size: 14px;
	color: #333;
}
#cards .cont .cardscont .pr .bottomcont .prices strong {
	font-size: 16px;
	font-weight: bold;
}
#cards .cont .cardscont .pr .bottomcont .link a {
	font-size: 14px;
	display: inline-block;
	padding: 8px 0;
	color: #0f0f0f;
}
#cards .cont .cardscont .pr .bottomcont .link a:hover {
	color: #1a70b5;
}
#cards .cont .cardscont .pr .bottomcont .link a .arr {
	width: 11px;
	height: 11px;
	display: inline-block;
	vertical-align: middle;
    background: url(../img/arrow-2.png) no-repeat 0px 0px;
	margin-bottom: 1px;
}
#cards .cont .cardscont .pr .bottomcont .link a:hover .arr {
	background-position: 0px -11px;
}
#cards .cont .cardscont .pr .bottomcont .button .buy {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
#cards .cont .cardscont .pr .bottomcont .button .buy .icon {
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
    background: url(../img/check-3.png) no-repeat 0px 0px;
	margin-bottom: 5px;
	margin-right: 6px;
}
#cards.products .cont .cardscont .pr .bottomcont .button .buy .icon {
	width: 16px;
    background: url(../img/buy-1.png) no-repeat 0px 0px;
}
#cards .cont .cardscont .pr .bottomcont .button .buy .blick {
    display: block;
    position: absolute;
    left: -100px;
    top: 0;
    width: 100px;
    height: 60px;
    background: url(../img/blick-1.png) no-repeat;
}
#cards .cont .cardscont .pr .bottomcont .button .buy:hover {
	color: #1a70b5;
}
#cards .cont .cardscont .pr .bottomcont .button .buy:hover .icon {
	background-position: 0px -14px;
}
#cards .cont .linktoall {
	margin-top: 30px;
	margin-bottom: 30px;
	height: 24px;
	border-bottom: 2px solid #4d4d4d;
	text-align: center;
}
#cards.products .cont .linktoall {
	border-bottom: 2px solid #333;
}
#cards .cont .linktoall p {
	display: inline-block;
	padding: 0 20px;
	background: #808080;
}
#cards.products .cont .linktoall p {
	background: #666;
}
#cards .cont .linktoall p a {
	display: block;
	width: 300px;
	padding:17px 0 15px;
	background: #999;
	font-weight: bold;
	text-transform: uppercase;
	color: #0f0f0f;
}
#cards.products .cont .linktoall p a {
	background: #808080;
}
#cards .cont .linktoall p a .arr {
	width: 15px;
	height: 15px;
	background: url(../img/arrow-3.png) no-repeat 0px 0px;
	display: inline-block;
	margin-left: 3px;
	margin-bottom: 3px;
	vertical-align: middle;
}
#cards.products .cont .linktoall p a .arr {
	background-position: 0px -30px;
}
#cards .cont .linktoall p a:hover {
	background: #b3b3b3;
}
#cards.products .cont .linktoall p a:hover {
	background: #999;
}
#cards .cont .linktoall p a:hover .arr {
	background-position: 0px -15px;
}
#cards.products .cont .linktoall p a:hover .arr {
	background-position: 0px 0px;
}

/*GREYIMG*/
#greyimg {
	background: url(../img/greyimg-1.jpg) no-repeat 50% 60%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#greyimg .cont {
    width: 90%;
    margin: auto;
	padding: 30px 0;
}
#greyimg .cont .blocks .block {
	display: table-cell;
	width: 57%;
	padding-right: 0;
	padding-left: 4%;
	vertical-align: middle;
}
#greyimg .cont .blocks .block.th1 {
	width: 36%;
	border-right: 2px dotted #fff;
	padding-right: 2%;
	padding-left: 0;
}
#greyimg .cont .blocks .block p {
	color: #fff;
	text-align: center;
	line-height: 18px;
	margin-bottom: 10px;
}
#greyimg .cont .blocks .block p.title strong {
	font-size: 18px;
	line-height: 24px;
	display: block;
	margin: auto;
	text-transform: uppercase;
}
#greyimg .cont .blocks .block form {
	position: relative;
	display: block;
	width: 472px;
	margin: auto;
	overflow: hidden;
}
#greyimg .cont .blocks .block input {
	background: url(../img/white-1.png);
    padding: 12px;
    width: 400px;
	border: 2px solid #fff;
	border-right: none;
	font-size: 16px;
	float: left;
}
#greyimg .cont .blocks .block input.submit {
	width: 46px;
	height: 46px;
	overflow: hidden;
	float: left;
	background: url(../img/search-1.png) no-repeat 0px 0px;
	border:none;
	text-indent: 50px;
	cursor: pointer;
}
#greyimg .cont .blocks .block input.submit:hover {
	background-position: 0px -46px;
}
#greyimg .cont .blocks .block .error {
	position: absolute;
	background: #c00;
	color: #fff;
	width: 100%;
	height: 18px;
	top: 0;
	left: 0;
	padding: 14px;
	display: none;
}
#greyimg .cont .blocks .block p.small {
	font-style: italic;
	text-align: right;
	margin-top: 10px;
}
#greyimg .cont .blocks .block p.small .border {
	border-bottom: 1px dotted #fff;
	padding-bottom: 2px;
	cursor: pointer;
}
#greyimg .cont .blocks .block p.small .border:hover {
	border-bottom: 1px dotted #ffdb4a;
	color: #ffdb4a;
}
#greyimg .cont .blocks .block td {
	vertical-align: top;
}
#greyimg .cont .blocks .block .img {
	padding-right: 20px;
}
#greyimg .cont .blocks .block .text p {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 20px;
	text-align: left;
}
#greyimg .cont .blocks .block .text .title {
	text-transform: uppercase;
	font-size: 18px;
}
#greyimg .cont .blocks .block .text .more p {
	display: table-cell;
}
#greyimg .cont .blocks .block .text .more a {
	display: block;
	padding: 10px 0;
	background: #e6e6e6;
	color: #000;
	width: 160px;
	text-align: center;
}
#greyimg .cont .blocks .block .text .more a .arr {
	width: 11px;
	height: 11px;
	background: url(../img/arrow-4.png) no-repeat 0px 0px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
	margin-bottom: 1px;
}
#greyimg .cont .blocks .block .text .more a:hover {
	background: #fff;
}
#greyimg .cont .blocks .block .text .more a:hover .arr {
	background-position: 0px -11px;
}
#greyimg .cont .blocks .block .text .line {
	display: table-cell;
	width: 95%;
	vertical-align: top;
}
#greyimg .cont .blocks .block .text .line .border {
	display: block;
	border-bottom: 2px solid #999;
	height: 18px;
	width: 100%
}
#greyimg .cont .blocks .block .text .empty {
	display: table-cell;
	width: 10%;
}


#greyimg .bottom {
	padding: 10px 0;
	background: url(../img/black-1.png);
}
#greyimg .bottom .bottomcont  {
    width: 90%;
    margin: auto;
	padding: 10px 0 5px;
	background: #000;
}
#greyimg .bottom .cont  {
	text-align: center;
}
#greyimg .bottom .cont p  {
	color: #fff;
	margin-bottom: 15px;
	line-height: 20px;
}
#greyimg .bottom .cont p.price  {
	margin-bottom: 0;
}
#greyimg .bottom .cont p.price a  {
	display: block;
	margin: auto;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background: #fc0;
	width: 300px;
	padding: 16px 0 13px;
	color: #000;
	border-radius: 5px;
}
#greyimg .bottom .cont p.price a:hover  {
	background: #ffe61a;
}
#greyimg .bottom .cont p.price a .icon  {
	width: 24px;
	height: 20px;
	background: url(../img/price-1.png) no-repeat 0px 0px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 6px;
}
#greyimg .bottom .cont p.price a:hover .icon  {
	background-position: 0px -20px;
}
	
/*SCHEME*/
#scheme {
	background: #1a1a1a;
}
#scheme .cont {
    width: 90%;
    margin: auto;
	padding: 30px 0;
}
#scheme .cont {
    width: 90%;
    margin: auto;
	padding: 30px 0;
}
#scheme .cont .title {
	margin-bottom: 25px;
}
#scheme .cont .title p {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #fff;
}
#scheme .cont .title p .icon {
	width: 28px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
    background: url(../img/title-icon-3.png) no-repeat 0px 0px;
	margin-bottom: 5px;
}

#scheme .cont .tabs {
	margin-bottom: 20px;
	width: 100%;
}
#scheme .cont .tabs td {
	background: #333;
	vertical-align: middle;
	padding-left: 40px;
	border-right: 1px solid #222;
}
#scheme .cont .tabs td.th1 {
	border-radius: 5px 0 0 0;
	cursor: pointer;
}
#scheme .cont .tabs td.th2 {
	cursor: pointer;
	border-top: 1px solid #4d4d4d;
}
#scheme .cont .tabs td.th3 {
	border-bottom: none;
	border-radius: 0 0 0 5px;
	cursor: pointer;
	border-top: 1px solid #4d4d4d;
}
#scheme .cont .tabs .tab {
	color: #999;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
#scheme .cont .tabs .tab .icon {
	width: 36px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 10px;
}
#scheme .cont .tabs .th1 .tab .icon {
    background: url(../img/tab-icon-1.png) no-repeat 0px 0px;
}
#scheme .cont .tabs .th2 .tab .icon {
    background: url(../img/tab-icon-2.png) no-repeat 0px 0px;
}
#scheme .cont .tabs .th3 .tab .icon {
    background: url(../img/tab-icon-3.png) no-repeat 0px 0px;
}

#scheme .cont .tabs td.th1:hover .tab,
#scheme .cont .tabs td.th2:hover .tab,
#scheme .cont .tabs td.th3:hover .tab {
	color: #fff;
}
#scheme .cont .tabs td.th1:hover .tab .icon,
#scheme .cont .tabs td.th2:hover .tab .icon,
#scheme .cont .tabs td.th3:hover .tab .icon {
	background-position: 0px -30px;
}
#scheme .cont .tabs td.th1.active,
#scheme .cont .tabs td.th2.active,
#scheme .cont .tabs td.th3.active {
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
	background: #545454;
	border-right:  1px solid #545454;
}
#scheme .cont .tabs td.th2.active {
	border-top: 1px solid #222;
}
#scheme .cont .tabs td.th1.active {
	border-top: none;
}
#scheme .cont .tabs td.th3.active {
	border-bottom: none;
}
#scheme .cont .tabs td.th1.active .tab,
#scheme .cont .tabs td.th2.active .tab,
#scheme .cont .tabs td.th3.active .tab {
	color: #fff;
}
#scheme .cont .tabs td.th1.active .tab .icon,
#scheme .cont .tabs td.th2.active .tab .icon,
#scheme .cont .tabs td.th3.active .tab .icon {
	background-position: 0px -60px;
}

#scheme .cont .tabs td.hiddens {
	width: 79%;
	padding-left: 0;
	border-radius: 0 5px 5px 0;
	border: none;
}
#scheme .cont .tabs td.hiddens td {
	background: #545454;
	vertical-align: top;
	padding-left: 0;
	border: none;
}
#scheme .cont .tabs .hidden.th2,
#scheme .cont .tabs .hidden.th3 {
	display: none;
}
#scheme .cont .tabs td.hiddens .hidden {
	background: #545454;
	padding: 20px;
	border-radius: 0 5px 5px 0;
}
#scheme .cont .tabs td.hiddens .hidden td {
	padding: 5px;
}
#scheme .cont .tabs td.hiddens .hidden td p {
	color: #fff;
	line-height: 20px;
}
#scheme .cont .tabs td.hiddens .hidden td p strong {
	font-weight: bold;
}
#scheme .cont .tabs td.hiddens .hidden td ul.margin {
	margin-bottom: 10px;
}
#scheme .cont .tabs td.hiddens .hidden td ul {
	padding-left: 20px;
}
#scheme .cont .tabs td.hiddens .hidden td ul li {
	color: #fff;
	line-height: 20px;
	list-style: disc outside;
}

#scheme .cont .alert td {
	vertical-align: top;
}
#scheme .cont .alert td img {
	margin-right: 10px;
}
#scheme .cont .alert td p {
	color: #ccc;
	line-height: 20px;
	text-align: justify;
}

/*BOTTOMBLOCKS*/
#bottomblocks {
	background: #0f0f0f;
}
#bottomblocks .cont {
    width: 90%;
    margin: auto;
	padding: 20px 0 30px;
}
#bottomblocks .cont .block {
	width: 49%;
	display: table-cell;
}
#bottomblocks .cont .block.th1 {
	padding-right: 1%;
}
#bottomblocks .cont .block.th2 {
	padding-left: 1%;
}

#bottomblocks .cont .block .title {
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #4d4d4d;
}
#bottomblocks .cont .block .title p {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	color: #808080;
}
#bottomblocks .cont .block .title p a {
	color: #808080;
}
#bottomblocks .cont .block .title p a:hover {
	color: #b3b3b3;
}
#bottomblocks .cont .block .title p .icon {
	width: 19px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: 3px;
}
#bottomblocks .cont .block.th1 .title p .icon {
    background: url(../img/title-icon-4.png) no-repeat 0px 0px;
}
#bottomblocks .cont .block.th2 .title p .icon {
    background: url(../img/title-icon-5.png) no-repeat 0px 0px;
}
#bottomblocks .cont .block .title p a:hover .icon {
	background-position: 0px -19px;
}
#bottomblocks .cont .block table td {
	vertical-align: top;
}
#bottomblocks .cont .block table td.img {
	padding-right: 20px;
}
#bottomblocks .cont .block table td p {
	color: #808080;
	line-height: 20px;
	margin-bottom: 5px;
}
#bottomblocks .cont .block table td p a {
	font-size: 18px;
	line-height: 20px;
	color: #808080;
}
#bottomblocks .cont .block table td p a:hover {
	color: #b3b3b3;
}
#bottomblocks .cont .block table td ul {
	margin-bottom: 5px;
}
#bottomblocks .cont .block table td ul li {
	color: #808080;
	display: inline-block;
	margin-right: 20px;
	padding-left: 20px;
	line-height: 20px;
    background: url(../img/check-4.png) no-repeat 0px 4px;
}
#bottomblocks .cont .block .linktoall {
	border-bottom: 1px solid #4d4d4d;
	height: 7px;
	width: 100%;
	text-align: center;
	margin-top: 8px;
}
#bottomblocks .cont .block .linktoall p {
	display: inline-block;
	padding: 0 20px;
	background: #0f0f0f;
}
#bottomblocks .cont .block .linktoall p a {
	display: block;
	color: #808080;
	text-transform: uppercase;
	text-align: center;
}
#bottomblocks .cont .block .linktoall p a:hover {
	color: #b3b3b3;
}
#bottomblocks .cont .block .linktoall p a .arr {
	width: 13px;
	height: 13px;
    background: url(../img/arrow-5.png) no-repeat 0px 0px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 3px;
	vertical-align: middle;
}
#bottomblocks .cont .block .linktoall p a:hover .arr {
	background-position: 0px -13px;
}
#bottomblocks .cont .block .more {
	overflow: hidden;
}
#bottomblocks .cont .block .more a {
	display: block;
	color: #808080;
	float: right;
	font-size: 16px;
}
#bottomblocks .cont .block .more a .arr {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
    background: url(../img/arrow-6.png) no-repeat 0px 0px;
	margin-bottom: 1px;
}
#bottomblocks .cont .block .more a:hover {
	color: #b3b3b3;
}
#bottomblocks .cont .block .more a:hover .arr {
	background-position: 0px -12px;
}

/*MAP*/
#map {
	width: 100%;
	height: 220px;
    background: url(../img/bigmap-1.png) no-repeat 50% 50%;
}
#map .cont {
    width: 90%;
    margin: auto;
	padding: 20px 0 30px;
}
#map .cont .block {
    width: 400px;
	padding: 15px;
	box-shadow: 0px 0px 20px #000;
	background: #0f0f0f;
	border-radius: 5px;
}
#map .cont .block .title {
	margin-bottom: 10px;
}
#map .cont .block .title a {
	color: #ccc;
	font-weight: bold;
}
#map .cont .block .title a .icon {
    background: url(../img/mapicon-1.png) no-repeat 0px 0px;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 4px;
	vertical-align: middle;
}
#map .cont .block .title a:hover {
	color: #fff;
}
#map .cont .block .title a:hover .icon {
	background-position: 0px -12px;
}
#map .cont .block .phones {
	padding: 10px 0;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
#map .cont .block .phones p {
	color: #fff;
	line-height: 20px;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 3px;
}
#map .cont .block .phones p a {
	color: #ccc;
}
#map .cont .block .phones p a:hover {
	color: #fff;
}
#map .cont .block .phones p a .icon {
    background: url(../img/mapicon-2.png) no-repeat 0px 0px;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 4px;
	vertical-align: middle;
}
#map .cont .block .phones p a:hover .icon {
	background-position: 0px -12px;
}
#map .cont .block .address {
	margin-top: 15px;
}
#map .cont .block .address p {
	color: #e6e6e6;
	line-height: 20px;
}
#map .cont .block .address p .icon {
    background: url(../img/mapicon-3.png) no-repeat 0px 0px;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 4px;
	vertical-align: middle;
}

/*BOTTOMTEXT*/
#bottomtext {
    background: #0a0a0a;
}
#bottomtext .cont {
    width: 90%;
    margin: auto;
	padding: 20px 0;
}
#bottomtext .cont {
    width: 90%;
    margin: auto;
	padding: 20px 0 30px;
}
#bottomtext .cont .hiddentext {
	overflow: hidden;
	position: relative;
}
#bottomtext .cont .hiddentext h1,
#bottomtext .cont .hiddentext h2,
#bottomtext .cont .hiddentext h3 {
	color: #808080;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 22px;
}
#bottomtext .cont .hiddentext p {
	color: #808080;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 20px;
}
#bottomtext .cont .hiddentext p a {
	color: #b3b3b3;
}
#bottomtext .cont .hiddentext p a:hover {
	color: #e6e6e6;
}
#bottomtext .cont .hiddentext td.padding {
	padding-right: 20px;
}

#bottomtext .cont .more {
	border-bottom: 1px solid #4d4d4d;
	height: 7px;
	width: 100%;
	text-align: center;
	margin-top: 8px;
}
#bottomtext .cont .more p {
	display: inline-block;
	padding: 0 20px;
	background: #0a0a0a;
}
#bottomtext .cont .more p .link {
	display: block;
	color: #808080;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}
#bottomtext .cont .more p .link:hover {
	color: #b3b3b3;
}
#bottomtext .cont .more p .link .arr {
	width: 13px;
	height: 13px;
    background: url(../img/arrow-7.png) 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 -13px;
}
#bottomtext .cont .more p.open .link .arr {
	background-position: 0px -26px;
}
#bottomtext .cont .more p.open .link:hover .arr {
	background-position: 0px -39px;
}

/*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;
}

/*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 {
	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;
}


@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;
}

#greyblocks .cont .blockscont .block .title {
    margin: 0 62px;
    margin-bottom: 15px;
}
#greyblocks .cont .blockcont .block table td.th1 {
    width: 20%;
}
#greyblocks .cont .blockscont .block p {
    margin: 0 3%;
}

#cards .cont .cardscont .pr {
    border-right: 10px solid #808080;
    border-left: 10px solid #808080;
}
#cards.products .cont .cardscont .pr {
    border-right: 10px solid #666;
    border-left: 10px solid #666;
}

#greyimg .cont .blocks .block form {
	width: 372px;
}
#greyimg .cont .blocks .block input {
    width: 300px;
}
#greyimg .cont .blocks .block.th1 {
    padding-right: 2%;
}
#greyimg .cont .blocks .block {
    padding-left: 3%;
}

#scheme .cont .tabs td.hiddens {
    width: 72%;
}

#footer .cont .block ul {
    margin-right: 10px;
}
	
}
@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;
}

#greyblocks .cont .blockscont .block .title {
    margin: 0 30px;
    margin-bottom: 15px;
}
#greyblocks .cont .blockcont .block table td.th2 td {
	display: block;
}
#greyblocks .cont .blockcont .block table td.th1 {
    width: 38%;
}
	
#cards .cont .cardscont .pr {
	width: 25%;
}
#cards .cont .cardscont .pr.th1 {
	width: 25%;
}
#cards .cont .cardscont .pr.th5 {
	display: none;
}
#cards .cont .cardscont .pr.th4 {
	border-right:none;
	width: 25%;
}
	
#greyimg .cont .blocks .block {
    display: inline-block;
    width: 100%;
    padding: 0;
}
#greyimg .cont .blocks .block.th1 {
    width: 100%;
    padding: 0;
	border: none;
	border-bottom: 2px dotted #fff;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#greyimg .cont .blocks .block form {
	width: 472px;
}
#greyimg .cont .blocks .block input {
    width: 400px;
}

#scheme .cont .tabs td {
    padding-left: 20px;
}
#scheme .cont .tabs td.hiddens {
    width: 68%;
}

#bottomblocks .cont .block table td p a img {
	width: 86px;
	height: auto;
}
	
#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;
}
	
}
@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;
}
	
#big .cont .boardcont {
    width: 522px;
	padding: 60px 0 119px;
}
#big .cont .boardcont .board {
    width: 444px;
}
#big .cont .boardcont .board .top p.title {
	width: 80%;
    font-size: 26px;
}
#big .cont .boardcont .board .top p span.bold {
    font-size: 22px;
}
#big .cont .boardcont .board .bottom p a {
    font-size: 16px;
    padding: 15px 10px;
}

#greyblocks .cont .blockscont .block {
    padding: 20px;
    width: 94%;
}
#greyblocks .cont .blockscont .block.th2 {
	margin: 10px 0;
}
#greyblocks .cont .blockscont .block .title {
    margin: 0;
	padding: 0;
	border: none;
	display: table-cell;
	width: 32%;
	border-right: 2px solid #fff;
	text-align: center;
	vertical-align: middle;
	padding-right: 15px;
}
#greyblocks .cont .blockscont .block p {
    margin: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 20px;
}
#greyblocks .cont .blockcont .block table td.th1 {
    width: 33%;
}

#cards .cont .cardscont .pr {
	width: 33%;
}
#cards .cont .cardscont .pr.th1 {
	width: 33%;
}
#cards .cont .cardscont .pr.th4 {
	display: none;
}
#cards .cont .cardscont .pr.th3 {
	border-right:none;
	width: 33%;
}

#scheme .cont .tabs td.th1,
#scheme .cont .tabs td.th2,
#scheme .cont .tabs td.th3 {
    padding-left: 20px;
    padding-right: 20px;
	text-align: center;
}
#scheme .cont .tabs .tab {
	text-align: center;
}
#scheme .cont .tabs .tab .icon {
	display: block;
	margin: auto;
}
#scheme .cont .tabs td.hiddens {
    width: 100%;
}

#bottomblocks .cont .block {
    width: 100%;
	padding: 0;
    display:block;
}
#bottomblocks .cont .block.th1,
#bottomblocks .cont .block.th2 {
    padding:0;
}
#bottomblocks .cont .block.th1 {
	margin-bottom: 30px;
}
#bottomblocks .cont .block table td p a img {
    width: auto;
}

#footer .cont .block.th2,
#footer .cont .block.th3 {
	width: 38%;
	margin: 0;
}
	
}
@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;
}

#greyblocks .cont .blockscont .block .title {
    width: 40%;
}
#greyblocks .cont .blockcont .block table td {
	display: block;
}
#greyblocks .cont .blockcont .block table td.th1 {
	width: 100%;
    padding: 20px 0;
	border-radius: 5px 5px 0 0;
}
	
#cards .cont .cardscont {
	width: 90%;
	margin: auto;
}
#cards .cont .cardscont .pr {
	width: 50%;
    border-left: 10px solid #808080;
    border-right: 10px solid #808080;
}
#cards .cont .cardscont .pr.th1,
#cards .cont .cardscont .pr.th2,
#cards .cont .cardscont .pr.th3,
#cards .cont .cardscont .pr.th4,
#cards .cont .cardscont .pr.th5 {
	width: 50%;
    border-left: 10px solid #808080;
    border-right: 10px solid #808080;
	display: table-cell;
}
	
#cards.products .cont .cardscont .pr {
	width: 50%;
    border-left: 10px solid #666;
    border-right: 10px solid #666;
}
#cards.products .cont .cardscont .pr.th1,
#cards.products .cont .cardscont .pr.th2,
#cards.products .cont .cardscont .pr.th3,
#cards.products .cont .cardscont .pr.th4,
#cards.products .cont .cardscont .pr.th5 {
	width: 50%;
    border-left: 10px solid #666;
    border-right: 10px solid #666;
	display: table-cell;
}

#cards .cont .cardscont .pr .img a {
	text-align: center;
}
#cards .cont .cardscont .slick-slide {
	float: none;
}
#cards .cont .cardscont .slick-slide img {
    display: inline-block;
}

#cards .cont .cardscont .slick-prev,
#cards .cont .cardscont .slick-next {
    top: 46%;
    width: 26px;
    height: 26px;
    background: url(../img/arr-2.png) no-repeat 0px 0px;
}

#cards.products .cont .cardscont .slick-prev,
#cards.products .cont .cardscont .slick-next {
    background: url(../img/arr-3.png) no-repeat 0px 0px;
}
#cards .cont .cardscont .slick-next {
    right: -30px;
    background-position: -26px 0;
}
#cards.products .cont .cardscont .slick-next {
    right: -30px;
    background-position: -26px 0;
}
#cards .cont .cardscont .slick-prev {
    left: -30px;
    background-position: 0px 0px;
}
#cards .cont .cardscont .slick-next:hover {
    right: -30px;
    background-position: -26px -26px;
}
#cards .cont .cardscont .slick-prev:hover {
    left: -30px;
    background-position: 0px -26px;
}
#cards .cont .cardscont .slick-next.slick-disabled,
#cards .cont .cardscont .slick-prev.slick-disabled {
	width: 0;
}
	
#scheme .cont .tabs {
	position: relative;
}
#scheme .cont .tabs td {
	display: block;
}
#scheme .cont .tabs td.hiddens .hidden {
    border-radius: 0 0 5px 5px;
}
#scheme .cont .tabs .hiddens td {
	display: table-cell;
}
#scheme .cont .tabs .tab {
	width: 100%;
	text-align: left;
	padding: 5px 0 4px;
	border-bottom: 1px solid #575757;
}
#scheme .cont .tabs td.th1 {
	width: 99%;
	padding: 0;
	padding-bottom: 100px;
    text-align: left;
	border-radius: 5px 5px 0 0;
	border: none;
}
#scheme .cont .tabs td.th2 {
	width: 99%;
	height: 100px;
	position: absolute;
	top: 50px;
	padding: 0;
    text-align: left;
	border: none;
	border-radius: 5px 5px 0 0;
}
#scheme .cont .tabs td.th3 {
	width: 99%;
	position: absolute;
	top: 100px;
	padding: 0;
    text-align: left;
	border-radius: 0;
	border: none;
	border-radius: 5px 5px 0 0;
}
#scheme .cont .tabs td.th1.active,
#scheme .cont .tabs td.th2.active,
#scheme .cont .tabs td.th3.active {
	border: none;
	width: 100%;
}
#scheme .cont .tabs td.th3.active {
	border-bottom: 1px solid #717171;
}

#scheme .cont .tabs .tab .icon {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
	margin-left: 10px;
}

#scheme .cont .alert td p {
    text-align: left;
}

#map .cont .block {
    width: 90%;
	margin: 10px auto 0;
}
#map .cont .block .phones p {
    margin-right: 60px;
}

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

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

}
@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;
}

#big .cont .boardcont {
	width: 400px;
	padding: 40px 0 88px;
}
#big .cont .boardcont .board {
	width: 340px;
}
#big .cont .boardcont .board .top p.title {
    width: 75%;
}
#big .cont .boardcont .board .top p.title {
    font-size: 19px;
}
#big .cont .boardcont .board .top p span.bold {
    font-size: 21px;
}
#big .cont .boardcont .board .middle ul li {
    width: 40%;
}
#big .cont .boardcont .shadow {
	display: none;
}
#big .cont .boardcont .board .middle p {
    font-size: 18px;
    line-height: 20px;
}
#big .cont .boardcont .board .bottom p {
    float:none;
}
#big .cont .boardcont .board .bottom p.th2 {
    float:none;
	margin-top: 10px;
}
	
#greyblocks .cont .blockscont .block {
    padding: 20px 12px;
}
#greyblocks .cont .blockscont .block .title {
    width: 47%;
}


#greyimg .cont .blocks .block form {
	width: 372px;
}
#greyimg .cont .blocks .block input {
    width: 300px;
}
#greyimg .cont .blocks .block .img img {
	width: 100px;
	height: auto;
}

#map .cont .block .phones p {
    margin-right: 20px;
}

#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;
}

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

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

}
@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;
}

#big .cont .boardcont {
	width: 333px;
	padding: 30px 0 88px;
}
#big .cont .boardcont .board {
	width: 273px;
    padding: 20px 15px;
}
#big .cont .boardcont .board .top p {
    margin-top: 2px;
}
#big .cont .boardcont .board .top p.title {
    font-size: 16px;
    width: 70%;
}
#big .cont .boardcont .board .top p.title {
	line-height: 18px;
}
#big .cont .boardcont .board .top p span.bold {
    font-size: 18px;
}
#big .cont .boardcont .board .middle ul li {
    width: 90%;
}
#big .cont .boardcont .board .middle ul li {
    font-size: 18px;
}
#big .cont .boardcont .board .middle p {
    font-size: 16px;
    line-height: 18px;
}

#greyblocks {
    margin-top: -28px;
}
#greyblocks .cont .blockscont .block {
    width: 92%;
}
#greyblocks .cont .blockscont .block p {
    display: inline-block;
	padding: 0;
	text-align: center;
}
#greyblocks .cont .blockscont .block .title {
    width:70%;
	padding: 0 0 15px;
	border: none;
    display: inline-block;
	border-bottom: 2px solid #fff;
	margin: 0 20px 10px 20px;
}
	
#greyblocks .cont .manager p {
    width: 304px;
}
	
#cards .cont .cardscont {
    width: 80%;
}
	
#cards .cont .linktoall p {
    padding: 0;
}
#cards .cont .linktoall p a {
    width: 265px;
}
#cards .cont .linktoall {
    border-bottom: none;
}
#cards.products .cont .linktoall {
    border-bottom: none;
}


#greyimg .cont .blocks .block form {
	width: 304px;
}
#greyimg .cont .blocks .block input {
    width: 250px;
	padding-right: 0;
	padding-left: 5px;
}

#greyimg .cont .blocks .block td {
	display: block;
}
#greyimg .cont .blocks .block .img {
	padding-right: 0;
}
#greyimg .cont .blocks .block .img img {
    width: auto;
}
#greyimg .cont .blocks .block .text .title {
	text-align: center;
}

#scheme .cont .tabs td.hiddens .hidden {
    padding: 10px;
}

#bottomblocks .cont .block table td p a img {
    width: 86px;
}

#map {
	height: auto;
    background:#1f1f1f;
}
#map .cont .block .phones {
	text-align: center;
}
#map .cont .block .phones .m1 {
	display: block;
	text-align: center;
}
#map .cont .block .address {
	text-align: center;
}

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

#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;
}

}

@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;
}
	
#big .cont {
    width: 96%;
}
#big .cont .boardcont {
	width: 272px;
	padding: 10px 0 88px;
}
#big .cont .boardcont .board {
	width: 242px;
}
#big .cont .boardcont .board .top p.title {
    width: 66%;
}
#big .cont .boardcont .board .top p {
    margin-top: 0;
}
#big .cont .boardcont .board .bottom p a {
    font-size: 15px;
    padding: 15px 10px;
}
#big .cont .boardcont .board .bottom p.th2 {
    margin-top: 5px;
}
	
#greyblocks .cont .blockscont .block {
    width: 91%;
}
#greyblocks .cont .blockscont .block .title {
    width: 85%;
}
#greyblocks .cont .blockcont .block table td.th1 p {
	margin: 0 20px;
}
	
#greyblocks .cont .manager p {
    width: 100%;
	padding: 15px 0;
}
#greyblocks .cont .manager p .icon {
	display: none;
}

#greyimg .cont .blocks .block form {
	width: 264px;
}
#greyimg .cont .blocks .block input {
    width: 210px;
}
#greyimg .bottom .cont p.price a {
    width: 265px;
}

#scheme .cont .tabs td.th1 {
	width: 97%;
}
#scheme .cont .tabs td.th2 {
	width: 97%;
}
#scheme .cont .tabs td.th3 {
	width: 97%;
}
#scheme .cont .tabs .hiddens td {
    display: block;
}
#scheme .cont .tabs td.hiddens .hidden td {
	padding: 0;
	padding-top: 5px;
}
#scheme .cont .tabs td.hiddens .hidden td p img {
	margin-top: 10px;
}
#scheme .cont .alert td {
    display: block;
}
#scheme .cont .alert td img {
	display: block;
    margin: auto;
	margin-bottom: 10px;
}
#scheme .cont .alert td p {
    text-align: center;
}

#bottomblocks .cont .block table td p a img {
    width: auto;
}
#bottomblocks .cont .block table td {
	display: block;
}
#bottomblocks .cont .block table td.img {
    padding-right:0;
	text-align: center;
}
	
#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; 
}

}