* {
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	height: 100%;
    margin: 0;
}
.wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 1300px;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 100px;
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #e3e4e5 82%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(82%,#e3e4e5), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#e3e4e5 82%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%,#e3e4e5 82%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%,#e3e4e5 82%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcfcfc 0%,#e3e4e5 82%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.layout-position {
	margin: 0 auto;
	width: 1300px;
}
.logo {
	width: 300px;
	height: 67px;
	/*border: 1px solid black;*/
	float: left;
	margin-right: 100px;
    /*background: url(/images/hidravlik-icon.png) no-repeat;*/
}
.logo h1 {
	margin: 15px 70px;
}
.head {
    overflow: hidden;
    padding: 5px;
}
.head-contact {
    background: url(/images/phone.png) no-repeat 1px center;
    float:left;
    margin-right: 5%;
}
.head-contact span {
    margin-left: 25px;
}
.head-ul {
    line-height: normal;
    margin-top: 1px;
}
.head-ul li{
    float:left;
    list-style: none;
    margin-right: 5%;
    font-weight: bold;
}
.head-ul li a {
     text-decoration: none;
     color: #3e77aa;
 }
.head-ul li a:active {
    color: #31b2c3;
}
.head-ul li a:hover {
    text-decoration: underline;
    color: #f00;
}
.deletitem {
    vertical-align: middle;
    margin-left: 5px;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 200px;
	position: relative;
    background: #fff;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 760px;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
}
.content {
    padding: 10px 5px;
}
#scrollup {
    position: fixed; /* фиксированная позиция */
    opacity: 0.8; /* прозрачность */
    /*padding: 15px 10px 10px; *//* отступы */
    left: 10px; /* отступ слева */
    bottom: 10px; /* отступ снизу */
    display: none; /* спрятать блок */
    cursor: pointer;
    z-index: 10;
}
#contacts {
    position: fixed;
    right: 10px;
    top: 40%;
    width: 200px;
    display: none; /* спрятать блок */
    cursor: pointer;
    z-index: 10;
    border: 1px solid #eaeaea;
    text-align: center;
    box-shadow: -2px 2px 2px rgba(100,100,100, 0.5);
    padding-top: 10px;
}
#contacts span{
    color: #3e77aa;
    font-size: 16px;
    font-weight: bold;
}
#contacts ul{
    list-style: none;
    font-size: 18px;
    margin-top: 10px;
}
.partneremail {
    font-weight: bold;
    color: #3e77aa;
}
.ukrmap {
    margin-top: 10px;
}

/* Вывод продукции
 -----------------------------------------------------------------------------*/
 table{
    border: 2px solid #E7E7E7;
    width: 100%;
    text-align: center;
}
table{
    border-collapse: collapse;
}
tbody tr td:nth-child(odd) {
    background: #E3E3E3;
}
tbody tr:nth-child(odd) {
    background: #F6F6F6 ;
} /*#EBEBEB*/
tbody tr:nth-child(even) td:nth-child(odd){
    background: #F6F6F6;
}
tr td:nth-child(n+2){
    text-align: center;
}
tbody tr td{
    padding: 5px;
}

/* Вывод всех новостей
------------------------------------------------------------------------------*/
.full_newblock {
    border-bottom: 1px solid #777;
    margin: 5px;
}
.news_img img{
    width: 230px;
    height: 150px;
}
.news_img {
    margin-right: 10px;
}
.full_newblock a{
    color: #00748f;
    text-decoration: none;
}
.full_newblock a:hover{
    color: #F00;
    text-decoration: underline;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
    float: left;
    width: 250px;
    position: relative;
    font-size: 16px
}
.lf-main-ul {
	border-radius: 4px;
	border: 1px solid #ededed;
	list-style: none;
    margin-top: 0;
    background: #fff;
}
.lf-main-ul ul {
    margin-bottom: 0;
}
.lf-main-ul>li {
	border-top: 1px solid #eaeaea;
	margin-left: 0;
}
/*.lf-main-ul>li span {*/
	/*transition: all 0.5s ease;*/
/*}*/
.lf-main-ul>li:hover{
	background: #F0EEEB;
}
.lf-main-ul>li:first-child {
	border-top: 0;
}
.name-main {
	padding: 10px;
	border-radius: 3px;
    font-size: 18px;
    color: #3e77aa;
}
.vl-lf-main {
	list-style: none;
	position: absolute;
	left: 249px;
	top: 38px;
	width: 400px;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	/*display: none;*/
	background: rgba(255,255,255, 1);
    z-index: -1;
}
.vl-lf-main>li {
	padding: 10px;
	border-top: 1px solid #eaeaea;
	margin-left: 0;
}
.vl-lf-main>li:first-child {
	border-top: 0;
}
.vl-lf-main a {
	text-decoration: none;
	color: #555;
}
/*.lf-main-ul>li:hover ul{
	display: block;
}*/
.lf-main-ul>li:hover ul{
    z-index: 5;
}
.vl-lf-main li:hover {
    background: #F0EEEB;
}
.vl3 {
	top: 116px;
}
.lf-main-li {
    padding: 10px;
    cursor: pointer;
    display: block;
}
.lf-main-li a{
    color: #000;
}
.vl-lf-main li a {
    display: block;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: right;
    width: 245px;
    margin-left: -250px;
    position: relative;
    background: #fff;
    border: 1px solid #eaeaea;
    margin-top: 1px;
    margin-bottom: 10px;
}
.clear {
	padding: 10px;
}
.newblock {
	border-bottom: 1px solid #eaeaea; 
	padding: 5px;
}
/*.clear p {
	border-bottom: 1px solid #eaeaea; 
}*/
.clear a {
	font-size: 18px;
	color: #3e77aa;
	text-decoration: none;
}

/* Contacts
 ----------------------------------------------------------------------------*/
.column {
    display: block;
    width: 375px;
    float: left;
    min-height: 270px;
}
.imgprod1{
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(200, 200, 200, 0.8);
}
.imgprod2{
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(200, 200, 200, 0.8);
}
.forma label {
    display: block;
    padding: 3px;
    font: bold 15px/18px 'PT Sans', sans-serif;
    text-align: left;
}
.text {
    width: 300px;
    padding: 5px 5px;
    font: bold 15px/18px 'PT Sans', sans-serif;
    color: #275cbd;
    color: #103140;
    border: 2px solid skyblue;
}
.text2 {
    width: 286px;
    padding: 5px 5px;
    font: bold 15px/18px 'PT Sans', sans-serif;
    color: #275cbd;
    color: #103140;
    border: 2px solid skyblue;
}
.text3 {
    width: 50px;
    padding: 2px 5px;
    font: bold 14px/16px 'PT Sans', sans-serif;
    color: #275cbd;
    color: #103140;
    border: 2px solid skyblue;
}
.megatext {
      width: 300px;
      height: 102px;
      padding: 5px 5px;
      font: bold 15px/18px 'PT Sans', sans-serif;
      color: #275cbd;
      color: #103140;
      border: 2px solid skyblue;
      clear: both;
  }
.megatext2 {
    width: 286px;
    height: 102px;
    padding: 5px 5px;
    font: bold 15px/18px 'PT Sans', sans-serif;
    color: #275cbd;
    color: #103140;
    border: 2px solid skyblue;
    clear: both;
}
.submit-button {
    /*float: right; */
border: 1px solid #00748f;
margin-left: 75px;
margin-top: 10px;
height: 42px;
width: 200px;
padding: 0;
cursor: pointer;
font: bold 15px Arial, Helvetica;
color: #fafafa;
text-transform: uppercase;
background-color: #0483a0;
background-image: -webkit-gradient(linear, left top, left bottom, from(#31b2c3), to(#0483a0));
background-image: -webkit-linear-gradient(top, #31b2c3, #0483a0);
background-image: -moz-linear-gradient(top, #31b2c3, #0483a0);
background-image: -ms-linear-gradient(top, #31b2c3, #0483a0);
background-image: -o-linear-gradient(top, #31b2c3, #0483a0);
background-image: linear-gradient(top, #31b2c3, #0483a0);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
}
.submit-button:hover,
.submit-button:focus {
    background-color: #31b2c3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0483a0), to(#31b2c3));
    background-image: -webkit-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -moz-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -ms-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -o-linear-gradient(top, #0483a0, #31b2c3);
    background-image: linear-gradient(top, #0483a0, #31b2c3);
}
iframe {
    box-shadow: 0.4em 0.4em 5px rgba(122, 122, 122, 0.5);
    margin-top: 10px;
    margin-bottom: 10px;
}
.fax {
    padding-top: 5px;
    background: url(/images/fax.jpg) no-repeat 1px center;
}
.fax span {
    margin-left: 25px;
}
.phone {
    padding-top: 5px;
    background: url(/images/phone.png) no-repeat 1px center;
}
.phone span {
    margin-left: 25px;
}
.kyivstar {
    padding-top: 5px;
    background: url(/images/kyivstar.png) no-repeat 1px center;
}
.kyivstar span {
    margin-left: 25px;
}
.mts {
    padding-top: 5px;
    background: url(/images/mts.jpg) no-repeat 1px center;
}
.mts span {
    margin-left: 25px;
}
.life {
    padding-top: 5px;
    background: url(/images/life.png) no-repeat 1px center;
}
.life span {
    margin-left: 43px;
}
.email {
    padding-top: 5px;
    background: url(/images/email.png) no-repeat 1px center;
}
.email span {
    margin-left: 25px;
}
.pdf img {
    margin-right: 5px;

}
.pdf span {
    margin-bottom: 10px;
}
.pdf a {
    text-decoration: none;
    color: #275cbd;
    font-weight: bold;
}
.pdf a:active {
    color: #31b2c3;
}
.pdf a:hover {
    text-decoration: underline;
    color: #f00;
}
.pdf2 {
    margin-left: 25px;
}

.temp {
    width: 82px;
    margin-left: 5px;
}
.zakazline {
    width: 262px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -200px auto 0;
	min-width: 1000px;
	height: 200px;
	position: relative;
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 19%, #ffffff 98%, #e5e5e5 99%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#e2e2e2), color-stop(98%,#ffffff), color-stop(99%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e2e2e2 19%,#ffffff 98%,#e5e5e5 99%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e2e2e2 19%,#ffffff 98%,#e5e5e5 99%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e2e2e2 19%,#ffffff 98%,#e5e5e5 99%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e2e2e2 19%,#ffffff 98%,#e5e5e5 99%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.columnfoot {
    float: left;
    width: 420px;

    margin-right: 10px;
}
.columnfoot:last-child {
    margin-right: 0;
}
.clearfoot {
    padding: 10px;
    text-align: center;
}
.clearfoot ul{
    list-style: none;
}
.clearfoot ul li a {
    text-decoration: none;
    color: #31b2c3;
    font-weight: bold;
}
.clearfoot ul li a:hover {
    color: #f00;
    text-decoration: underline;
}
.clearfoot ul li {
    color: #555;
    font-weight: bold;
    font-size: 16px;
}
.clearfoot ul li span{
    font-size: 14px;
    font-weight: normal;
}
.clearfoot ul{
    margin-bottom: 5px;
}
.product-table a{
    text-decoration: none;
    color: #444;
    font-weight: bold;
}
a {
    text-decoration: none;
    color: #444;
}
a:hover {
    color: #0077cc;
}
.product-table a:hover {
    color: #0077cc;
}
thead {
    font-weight: bold;
}
.kolichestvo {
    color: #444;
    font-weight: bold;
}


/* Корзина
 -----------------------------------------------------------------*/
.button {
    border: 1px solid #00748f;
    margin-top: 10px;
    height: 42px;
    padding: 0 10px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #fafafa;
    text-transform: uppercase;
    background-color: #0483a0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#31b2c3), to(#0483a0));
    background-image: -webkit-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -moz-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -ms-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -o-linear-gradient(top, #31b2c3, #0483a0);
    background-image: linear-gradient(top, #31b2c3, #0483a0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
}
.button:hover,
.button:focus {
    background-color: #31b2c3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0483a0), to(#31b2c3));
    background-image: -webkit-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -moz-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -ms-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -o-linear-gradient(top, #0483a0, #31b2c3);
    background-image: linear-gradient(top, #0483a0, #31b2c3);
}
.pm {
    height: 30px;
    margin-top: 0;
}
.pl {
    height: 21px;
    margin-top: 0;
    padding: 0 5px;
}
/* Ссылки пагинатора */
.bl1 {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}
.bl2 {
     color: #fff;
     margin-top: 10px;
     text-align: center;
 }
.boxlink a{
    border: 1px solid #00748f;
    height: 42px;
    padding: 0 10px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #fafafa;
    text-transform: uppercase;
    background-color: #0483a0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#31b2c3), to(#0483a0));
    background-image: -webkit-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -moz-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -ms-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -o-linear-gradient(top, #31b2c3, #0483a0);
    background-image: linear-gradient(top, #31b2c3, #0483a0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
}
.boxlink a:hover,
.boxlink a:focus {
    background-color: #31b2c3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0483a0), to(#31b2c3));
    background-image: -webkit-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -moz-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -ms-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -o-linear-gradient(top, #0483a0, #31b2c3);
    background-image: linear-gradient(top, #0483a0, #31b2c3);
}
.boxlink a~.activelink{
    border: 1px solid #00748f;
    height: 42px;
    padding: 0 10px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #0483a0;
    text-transform: uppercase;
    background-color: #0483a0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#31b2c3), to(#0483a0));
    background-image: -webkit-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -moz-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -ms-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -o-linear-gradient(top, #31b2c3, #0483a0);
    background-image: linear-gradient(top, #31b2c3, #0483a0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
}
.order-form {
    margin: auto;
    width: 315px;
}
.order-form label {
    display: block;
    padding: 3px;
    font: bold 15px/18px 'PT Sans', sans-serif;
    text-align: center;
}
.order-button {
    margin-left: 99px;
    margin-top: 0;
}
.callback {
    float:right;
    right: 290px;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background: url(/images/callback.png);
}
.partner {
    float:right;
    right: 10px;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background: url(/images/partner.png);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.partner:hover {
    -webkit-transform:  rotateY(180deg);
    -moz-transform:  rotateY(180deg);
    -ms-transform:  rotateY(180deg);
    -o-transform:  rotateY(180deg);
    transform:  rotateY(180deg);
}
/*.cartimg:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 59px;
    background-color: #c7c7c7;
    top: 0;
    right: -10px;
}*/
.cartimg {
    float:right;
    right: 150px;
    position: relative;
    width: 60px;
    height: 60px;
}
/*.cartimg:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 59px;
    background-color: #c7c7c7;
    top: 0;
    left: -10px;
} 10.06.2019 */
.n {
    background: url(/images/cart-shop.png);
}
.y {
    background: url(/images/cart-shop-pol.png);
}
.cartimg span {
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    color: #0066cc;
    font-weight: bold;
    min-width: 20px;
    padding: 3px;
    border-radius: 30%;
    text-align: center;
}
.golosa {
    width: 170px;
    background: #9ccff4;
    text-align: center;
    float: left;
    margin-right: 5px;
}
select {
    border: none;
    background: #F7F7F7;
    color: #3e77aa;
    font-weight: bold;
}
.klient {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding: 5px;
}
.klientam {
    list-style-image: url(/images/arrow1.png);
    margin-left: 25px;
}
ol li>ol{
    list-style-type: lower-alpha;
    margin-left: 20px;
}
.rassilka {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding: 5px;
    margin-top: 5px;
}
.rassilka input[type=email] {
    width: 233px;
}
.rassilka p {
    text-align: center;
    margin: 0 0;
    color: #3e77aa;
    font-weight: bold;
}

/* Модальное окно ------------------------------------------------------------------*/
/* Контейнер */
.modal {

    /* Слой перекрытия */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10000;

    /* Трансформации прозрачности при открытии  */
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;

    /* Скрываем изначально */
    opacity: 0;
    pointer-events: none;
}

/* Показываем модальное окно */
.modal:target {
    opacity: 1;
    pointer-events: auto;
}

/* Содержание */
.modal > div {
    width: 300px;
    background: #ffffff;
    position: relative;
    margin: 10% auto;

    /* По умолчанию минимизируем анимацию */
    -webkit-animation: minimise 500ms linear;

    /* Придаем хороший вид */
    padding: 30px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    -moz-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    text-shadow: 0 1px 0 #fff;
}

/* Изменяем анимацию при открытии модального окна*/
.modal:target > div {
    -webkit-animation-name: bounce;
}

.modal h2 {
    font-size: 36px;
    padding: 0 0 20px;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: scale3d(0.1,0.1,1);
        -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    }
    55% {
        -webkit-transform: scale3d(1.08,1.08,1);
        -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0);
    }
    75% {
        -webkit-transform: scale3d(0.95,0.95,1);
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.9);
    }
    100% {
        -webkit-transform: scale3d(1,1,1);
        -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    }
}

@-webkit-keyframes minimise {
    0% {
        -webkit-transform: scale3d(1,1,1);
    }
    100% {
        -webkit-transform: scale3d(0.1,0.1,1);
    }
}

/* Ссылка на кнопку Закрыть */
.modal a[href="#close"] {
    position: absolute;
    right: 0;
    top: 0;
    color: transparent;
}

/* Сбрасываем изменения */
.modal a[href="#close"]:focus {
    outline: none;
}

/* Создаем кнопку Закрыть */
.modal a[href="#close"]:after {
    content: 'X';
    display: block;

    /* Позиционируем */
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    padding: 1px 1px 1px 2px;

    /* Стили */
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    font-weight: bold;
    background: #000;
    color: #ffffff;
    border: 3px solid #ffffff;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.modal a[href="#close"]:focus:after,
.modal a[href="#close"]:hover:after {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
}

.modal a[href="#close"]:focus:after {
    outline: 0px solid #000;
}

/* Открываем модальное окно */
a.openModal {

}

a.openModal:hover,
a.openModal:focus {
}

.modal .modal_title {
    display: block;
    text-align: center;
    font-size: 22pt;
}
.submit-button-mini {
    /*float: right; */
    border: 1px solid #00748f;
    margin-left: 50px;
    height: 42px;
    width: 200px;
    padding: 0;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #fafafa;
    text-transform: uppercase;
    background-color: #0483a0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#31b2c3), to(#0483a0));
    background-image: -webkit-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -moz-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -ms-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -o-linear-gradient(top, #31b2c3, #0483a0);
    background-image: linear-gradient(top, #31b2c3, #0483a0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
}
.submit-button-mini:hover,
.submit-button-mini:focus {
    background-color: #31b2c3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0483a0), to(#31b2c3));
    background-image: -webkit-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -moz-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -ms-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -o-linear-gradient(top, #0483a0, #31b2c3);
    background-image: linear-gradient(top, #0483a0, #31b2c3);
}
/*Конец модального окна -----------------------------------------*/
/* Страничка партнеры эфекты с картинками*/
.block{
    width: 230px;
    height: 180px;
    overflow: hidden;
    position: relative;
    font-family: Arial;

}
.block img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.block h2{
    position: absolute;
    color: #fff;
    top: 60px;
    left: 35%;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.block p{
    position: absolute;
    color: #000;
    top: 80px;
    padding: 10px 15px;
    border: 1px solid #000;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: normal;
}
.sklad p{
    left: 9%;
}
.uslugi p{
    left: 11%;
}
.dostavka p{
    left: 7%;
}
.block:hover p{
    opacity: 1;
    padding: 10px;
    top: 60px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: rgba(100, 100, 100, 0.5);
}
.block:hover h2{
    top: 35px;
    color: #000;
    opacity: 0;
}
.sklad {
    float: left;
}
.uslugi {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}
.block:hover img {
    -webkit-transform:  scale(1.2, 1.2);
    -moz-transform:  scale(1.2, 1.2);
    -ms-transform:  scale(1.2, 1.2);
    -o-transform:  scale(1.2, 1.2);
    transform:  scale(1.2, 1.2);
}
.block:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #999;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.block:hover:after{
    opacity: 0;
}
.catalog {
    width: 250px;
    height: 120px;
    overflow: hidden;
    position: relative;
    display: block;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    -webkit-animation: move 2s infinite linear;
    -o-animation: move 2s infinite linear;
    animation: move 2s infinite linear;
}
@keyframes move{
    0%{
        box-shadow: none;
    }
    50%{
        box-shadow: 0 0 7px #375;
    }
    100%{
        box-shadow: none;
    }
}
@-webkit-keyframes move{
    0%{
        box-shadow: none;
    }
    50%{
        box-shadow: 0 0 7px #375;
    }
    100%{
        box-shadow: none;
    }
}
.catalog img {
    -webkit-transform:  translateX(-30px);
    -moz-transform:  translateX(-30px);
    -ms-transform:  translateX(-30px);
    -o-transform:  translateX(-30px);
    transform:  translateX(-30px);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.catalog:hover img {
    -webkit-transform:  translateX(0px);
    -moz-transform:  translateX(0px);
    -ms-transform:  translateX(0px);
    -o-transform:  translateX(0px);
    transform:  translateX(0px);
}
.catalog .spcat {
    position: absolute;
    z-index: 1;
    left: 25px;
    top: -30px;
    -webkit-transition: all 1s ;
    -moz-transition: all 1s ;
    -ms-transition: all 1s ;
    -o-transition: all 1s ;
    transition: all 1s ;
}
.catalog:hover .spcat {
    top: 20px;
}
.catalog .spstan {
    position: absolute;
    z-index: 1;
    left: -110px;
    top: 45px;
    -webkit-transition: all 1s ;
    -moz-transition: all 1s ;
    -ms-transition: all 1s ;
    -o-transition: all 1s ;
    transition: all 1s ;
}
.catalog:hover .spstan {
    left: 25px;
}
.catalog .spgost {
    position: absolute;
    z-index: 1;
    left: 25px;
    bottom:-25px;
    -webkit-transition: all 1s ;
    -moz-transition: all 1s ;
    -ms-transition: all 1s ;
    -o-transition: all 1s ;
    transition: all 1s ;
}
.catalog:hover .spgost {
    bottom: 30px;
}
.catalog:after {
    content: '';
    display: block;
    background: #555;  /*3185b9*/
    position: absolute;
    border-radius: 5px;
    top: 0;
    right: 0;
    opacity: 0;
    width: 0px;
    height: 120px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.catalog:hover:after {
    opacity: 0.5;
    width: 250px;
}
.sp {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: -1px 1px 1px #000;
}
.save {
    position: relative;
    height: 28px;
    width: 70px;
    overflow: hidden;
    display: block;
    text-align: center;
    margin: auto;
}
.size {
    position: absolute;
    top: 0;
    left: 3px;
    padding: 2px 10px;
    border: 2px solid #888;
    border-radius: 10px;
    background: #E7E7E7;
    color: #888;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}
.save:hover .size {
    opacity: 0;
    top: 30px;
}
.save img {
    position: absolute;
    top: -30px;
    left: 21px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: auto;
}
.save:hover img{
    top: 0;
}
.catalog-table {
    color: #444;
    font-weight: bold;
}
@keyframes blick {
    0%{

    }
}
.delivery {
    position: relative;
    display: block;
    width: 760px;
    height: 285px;
    margin: 0 auto;
    background: url('/images/city.png');
    overflow: hidden;
}
.smok{
    position: absolute;
    top: 47px;
    right: 18px;
    -webkit-animation: smok 5s infinite linear;
    -o-animation: smok 5s infinite linear;
    animation: smok 5s infinite linear;
}
@-webkit-keyframes smok{
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes smok{
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

.delivery:after{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: #fafd12;
    border-radius: 50%;
    position: absolute;
    left: 150px;
    top: 10px;
    -webkit-animation: sun 2s infinite linear;
    -o-animation: sun 2s infinite linear;
    animation: sun 2s infinite linear;
}
@-webkit-keyframes sun{
    0%{
        box-shadow: 0 0 6px 7px #fdfa12;
    }
    50%{
        box-shadow: 0 0 9px 10px #fdfa12;
    }
    100%{
        box-shadow: 0 0 6px 7px #fdfa12;
    }
}
@keyframes sun{
    0%{
        box-shadow: 0 0 4px 5px #fdfa12;
    }
    50%{
        box-shadow: 0 0 9px 10px #fdfa12;
    }
    100%{
        box-shadow: 0 0 4px 5px #fdfa12;
    }
}
.air{
    position: absolute;
    top: 50px;
    z-index: 5;
    -webkit-animation: air 35s infinite linear;
    -o-animation: air 35s infinite linear;
    animation: air 35s infinite linear;
}
@-webkit-keyframes air{
    0%{
        right: -200px;
    }
    50%{
        right:800px;
        opacity: 1;
    }
    51%{
        opacity:0 ;
    }
    100%{
        right: -200px;
        opacity: 0;
    }
}
@keyframes air{
    0%{
        right: -200px;
    }
    50%{
        right:800px;
        opacity: 1;
    }
    51%{
        opacity:0 ;
    }
    100%{
        right: -200px;
        opacity: 0;
    }
}
.deliverycar{
    position: absolute;
    bottom: 10px;
    width: 50px;
    -webkit-animation: delicar 15s infinite linear;
    -o-animation: delicar 15s infinite linear;
    animation: delicar 15s infinite linear;
}

@-webkit-keyframes delicar{
    0%{
        left: 50px;
    }
    49%{
        -webkit-transform:  rotateY(0deg);
        -moz-transform:  rotateY(0deg);
        -ms-transform:  rotateY(0deg);
        -o-transform:  rotateY(0deg);
        transform:  rotateY(0deg);
    }
    50%{
        left: 650px;
        -webkit-transform:  rotateY(180deg);
        -moz-transform:  rotateY(180deg);
        -ms-transform:  rotateY(180deg);
        -o-transform:  rotateY(180deg);
        transform:  rotateY(180deg);

    }
    99%{
        -webkit-transform:  rotateY(180deg);
        -moz-transform:  rotateY(180deg);
        -ms-transform:  rotateY(180deg);
        -o-transform:  rotateY(180deg);
        transform:  rotateY(180deg);
    }
    100%{
        left: 50px;
        -webkit-transform:  rotateY(0deg);
        -moz-transform:  rotateY(0deg);
        -ms-transform:  rotateY(0deg);
        -o-transform:  rotateY(0deg);
        transform:  rotateY(0deg);
    }
}
@keyframes delicar{
    0%{
        left: 50px;
    }
    49%{
        -webkit-transform:  rotateY(0deg);
        -moz-transform:  rotateY(0deg);
        -ms-transform:  rotateY(0deg);
        -o-transform:  rotateY(0deg);
        transform:  rotateY(0deg);
    }
    50%{
        left: 650px;
        -webkit-transform:  rotateY(180deg);
        -moz-transform:  rotateY(180deg);
        -ms-transform:  rotateY(180deg);
        -o-transform:  rotateY(180deg);
        transform:  rotateY(180deg);

    }
    99%{
        -webkit-transform:  rotateY(180deg);
        -moz-transform:  rotateY(180deg);
        -ms-transform:  rotateY(180deg);
        -o-transform:  rotateY(180deg);
        transform:  rotateY(180deg);
    }
    100%{
        left: 50px;
        -webkit-transform:  rotateY(0deg);
        -moz-transform:  rotateY(0deg);
        -ms-transform:  rotateY(0deg);
        -o-transform:  rotateY(0deg);
        transform:  rotateY(0deg);
    }
}
.deliv{
    position: relative;
}
.deliv ul{
    margin-left: 20px;
    list-style: none;
}
.deliv ul li{
    float: left;
    margin-left: 7px;
    width: 174px;
    height: 174px;
    overflow: hidden;
    display: block;
}
.deliv ul li img{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 2px solid #e3e3e3;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.deliv ul li div{
    position: relative;
    display: block;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 2px solid #e3e3e3;
    text-align: center;
    bottom: 0;
    font-weight: bold;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transform:  rotateX(90deg);
    -moz-transform:  rotateX(90deg);
    -ms-transform:  rotateX(90deg);
    -o-transform:  rotateX(90deg);
    transform:  rotateX(90deg);
}
.deliv ul li div p{
    margin-top: 37%;
}
.deliv ul li:hover div{
    bottom: 179px;
    opacity: 1;
    -webkit-transform:  rotateX(0deg);
    -moz-transform:  rotateX(0deg);
    -ms-transform:  rotateX(0deg);
    -o-transform:  rotateX(0deg);
    transform:  rotateX(0deg);
}
.deliv ul li:hover img{
    -webkit-transform:  rotateX(90deg);
    -moz-transform:  rotateX(90deg);
    -ms-transform:  rotateX(90deg);
    -o-transform:  rotateX(90deg);
    transform:  rotateX(90deg);
}

.about{
    margin-left: 5px;
    width: 350px;
    margin-right: 15px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.8);
}
.delpt{
    border-left: 5px #999 solid;
    padding-left: 10px;
    height: 40px;
    margin-top: 195px;
}
.delp{
    border-left: 5px #999 solid;
    padding-left: 10px;
}
.indimg{
    position: relative;
    margin-top: 15px;
    float:left;
    margin-left: 24px;
    width: 223px;
    height: 225px;
}
.indimg2{
}
.pic{
    border-radius: 20px;
    border: 1px solid #e3e3e3;
}
.indimg:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 222px;
    height: 222px;
    background: #1A5EB4;
    opacity: 0.3;
    border-radius: 20px;

}
.indimg span{
    position: absolute;
    top: 50px;
    left: 20px;
    z-index: 2;
    color: #fff;
    text-shadow: 0 0 1px #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.indimg:before {
    position: absolute;
    display: block;
    top: 70px;
    margin-left: 20px;
    width: 0;
    height: 3px;
    background: #fff;
    content: '';
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}
.indimg:hover:before{
    width: 82%;
}
.koment{
    position: absolute;
    width: 150px;
    top: 0;
    left: 40px;
    border: 2px solid #e3e3e3;
    border-radius: 10px;
    opacity: 0;
    background: #528CCD;
    color: #E7E7E7;
    text-shadow: 0 0 1px #000;
    font-weight: bold;
    padding: 10px;
    z-index: 5;
    -webkit-transition: all 1s 0.5s linear;
    -moz-transition: all 1s 0.5s linear;
    -ms-transition: all 1s 0.5s linear;
    -o-transition: all 1s 0.5s linear;
    transition: all 1s 0.5s linear;
    box-shadow: 2px 2px 3px rgba(85, 85, 85, 0.7);
}
.koment:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    bottom: -20px;
    border: 10px solid #777;
    border-color: #528CCD transparent transparent transparent;

}
.indimg:hover .k1{
    opacity: 1;
    top: -107px;
}
.indimg:hover .k2{
    opacity: 1;
    top: -90px;
}
.indimg:hover .k3{
    opacity: 1;
    top: -143px;
}
.indimg:hover .k4{
    opacity: 1;
    top: -125px;
}
.indimg:hover .k5{
    opacity: 1;
    top: -125px;
}
.indimg:hover .k6{
    opacity: 1;
    top: -125px;
}
.warning{
    padding: 3px;
    background: rgba(232, 246, 247, 0.5);
    border: 1px solid #09F;
    border-radius: 10px;
    color: #09F;
    font-size: 15px;
    text-align: center;
}
.warning p span{
    font-size: 16px;
    font-weight: bold;
}
.allinfo{
    display: block;
    font-size: 20px;
    padding: 20px 0 10px 0;
    text-align: center;

}
.h1products{
    text-align: center;
    line-height: 25px;
}
/*------- Календарь ------*/
#calendar{
    margin: auto;
    border-collapse: collapse;
    text-align: center;
    font-weight: bold;
}
#calendar tr td{
    border: 1px solid #e3e3e3;
    padding: 5px;
}
.today{
    background: skyblue !important;
    color: #fff;
}
#calendar thead tr:nth-child(1) td:nth-child(1),#calendar thead tr:nth-child(1) td:nth-child(3){
    cursor: pointer;
}
#calendar tbody td:nth-child(n+6), #calendar .holiday {
    color: rgb(255, 3, 13);
}
.fact{
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding: 5px;
    margin-top: 5px;
}
.fact img{
    margin-left: 105px;
    width: 35px;
}
#fact{
    margin-top: 0;
    text-align: center;
}
.in-the-development{
    font-size: 15px;
    color: #555;
    font-weight: 600;
    padding: 10px;
}
.in-the-development ul{
    list-style: none;
}
.in-the-development span{
    font-size: 12px;
}

@media screen and (max-width: 1320px){
    .layout-position{
        width: 100%;
    }
    .columnfoot{
        width: 30%;
    }
}
@media screen and (max-width: 1250px){
    .head-ul li{
        margin-right: 2%;
    }
    .slides{
        width: 100% !important;
        height: 320px !important;
    }
    .slides:before{
        display: none;
    }
    .slides:after{
        display: none;
    }
    .slides ul li{
        width: 100%;
        box-sizing: border-box;
    }
    .slides ul li img {
        width: 100%;
    }
    .logo{
        width: 30%;
        margin-right: 0px;
    }
    .logo img{
        width: 100%;
    }
    .form-wrapper{
        width: 25% !important;
    }
    .form-wrapper #search_box{
        width: 70% !important;
        height: 35px  !important;
        box-sizing: border-box !important;
    }
    .form-wrapper #submit{
        width: 30% !important;
        height: 35px !important;
        box-sizing: border-box !important;
    }
    .right-sidebar{
        display: none;
    }
    .container {
        width: 70%;
    }
}
@media screen and (max-width: 1200px){
    #contacts{
        display: none !important;
    }
}
@media screen and (max-width: 1100px){
    .slides{
        height: 270px !important;
    }
}
@media screen and (max-width: 1020px){
    .wrapper{
        min-width: auto;
    }
    .footer{
        min-width: auto;
    }
}
@media screen and (max-width: 990px){
    .head-ul{
        display: none;
    }
    .right-sidebar{
        display: none;
    }
}
@media screen and (max-width: 900px){
    .form-wrapper {
        width: 30% !important;
    }
    .callback{
    right: 30%;
    }
    .cartimg{
        right: 12%;
    }
    .partner{
        display: none;
    }
}
@media screen and (max-width: 857px){
    .clearfoot {
        padding: 5px 10px 0 10px;
    }
    .clearfoot ul{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .columnfoot:last-child{
        display: none;
    }
    .columnfoot:first-child{
        width: 25%;
        box-sizing: border-box;
    }
    .columnfoot{
        width: 75%;
        box-sizing: border-box;
        margin-right: 0;
    }

}
@media screen and (max-width: 855px){
    .container {
        width: 60%;
    }
}
@media screen and (max-width: 750px){
    .slides{
        height: 170px !important;
    }
    .form-wrapper {
        width: 45% !important;
    }
    .cartimg {
        right: 3%;
    }
    .callback {
        display: none;
    }
    .cartimg:before{
        display: none;
    }
    .cartimg:after{
        display: none;
    }
}
@media screen and (max-width: 680px){
    .left-sidebar {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .container {
        width: 100%;
    }
    .content{
        padding: 5px;
    }
    .catalog{
        margin: auto;
    }
    .column {
        display: block;
        width: 50%;
        float: left;
        min-height: 50%; 
    }
    .imgprod1 {
        width: 100%;    
    }
    .name-main, .klient, .rassilka, .fact, .ukrmap{
        display: none;
    }
    .vl-lf-main{
        list-style: none;
        position: relative;
        left: 0;
        display: none;
        top: 1px !important;
        width: 100%;
        border: 1px solid #eaeaea;
        border-radius: 3px;
        background: rgba(76, 173, 186, 0.5);
        z-index: 5;
    }
    .lf-main-ul>li:hover ul {
        z-index: 5;
    }
    .vl-lf-main li:hover {
        background: #6EC4F4;
    }
    a:hover {
        color: #000;
    }
    .slides {
        height: 300px !important;
    }
}
@media screen and (max-width: 600px){
    .slides {
        height: 265px !important;
    }
    .column{
        width: 80%;
        float: none;
        margin: auto;
    }
}
@media screen and (max-width: 500px){
    .slides {
        height: 220px !important;
    }
}
@media screen and (max-width: 440px){
    .header {
        height: 155px;
    }
    .head-contact span {
        margin-left: 25px;
        display: block;
        width: 250px; 
        height: 16px;
    }
    .form-wrapper {
        width: 70% !important;
    }
    .logo {
        width: 60%;
        margin: auto;
        float: none;
    }
}
@media screen and (max-width: 400px){
    .clearfoot ul li{
        font-size: 13px;
    }
    .slides {
        height: 177px !important;
    }
}
@media screen and (max-width: 380px){
    .product-table table thead tr td:nth-child(4){
        display: none;
    }
    .product-table table tbody tr td:nth-child(4){
        display: none;
    }
}
@media screen and (max-width: 329px){
    .form-wrapper {
        width: 68% !important;
    }
}