*{
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

body{
	font-family: 'Arsenal', sans-serif;
  margin: 0;
}


.container{
	width:90%;
	max-width:1200px;
	margin:0 auto;
}

.container .cols{
	float:left;
}

.container .cols.col-1{width:8.333333333333333%;}
.container .cols.col-2{width:16.66666666666667%;}
.container .cols.col-3{width:25%}
.container .cols.col-4{width:33.33333333333333%;}
.container .cols.col-5{width:41.66666666666667%;}
.container .cols.col-6{width:50%;}
.container .cols.col-7{width:58.33333333333333%;}
.container .cols.col-8{width:66.66666666666666%;}
.container .cols.col-9{width:75%;}
.container .cols.col-10{width:83.33333333333333%;}
.container .cols.col-11{width:91.66666666666666%;}
.container .cols.col-12{width:100%;}

.container:before,
.container:after,
.row:before,
.row:after,
.clear:before,
.clear:after{
	content:"";
	display:table;
}

.container:after,
.row:after,
.clear:after{
	clear:both;
}


#header{
  border-bottom:1px solid #f1f1f1;
}

.top{
  height: 20px;
  background: #F1F1F1;
}

.slogan{
	text-align: right;
	position: relative;
	right: 0;
}

.slogan .cols{
	right: 0;
	top: 20px;
	font-size: 20px;
	padding-right: 10px;
	color: rgb(0,146,63);
}
.logo{
  margin-top: 10px;
}

.logo img{
  margin-left: 20px;
  margin-bottom: 5px;
  display: block;
}

.logo h1{
  font-size: 13px;
  color: #49090B;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 10px;
	margin-left: 20px;
}


/*************************Menu******************************/



/* Menu mobile */

.menu {
 background: #555 url('../img/menu-bg.jpg') repeat left top;
 left: -320px; /* прячем меню */
 height: 100%;
 position: fixed;
 width: 320px;
 top: 0;
 z-index:10000;
 font-family: 'Comic Sans MS', arial;
}

.menu ul {
 border-top: 1px solid #555;
 list-style: none;
 margin: 0;
 padding: 0;
}

.menu li {
 border-bottom: 1px solid #555;
 font-family: 'Comic Sans MS', arial;
 line-height: 45px;
 padding-bottom: 3px;
 padding-left: 20px;
 padding-top: 3px;
}

.menu li:hover {
 cursor: pointer;
 background-color: #555;
 }

.menu a {
 color: #fff;
 font-size: 15px;
 text-decoration: none;
 text-transform: uppercase;
}

.icon-close {
 cursor: pointer;
 padding-left: 10px;
 padding-top: 10px;
 padding-bottom: 6px;
}

.icon-menu {
 color: #fff;
 cursor: pointer;
 padding-bottom: 25px;
 padding-left: 25px;
 padding-top: 25px;
 text-decoration: none;
 text-transform: uppercase;

}

.icon-menu img {
 margin-right: 5px;
}

/*******************************************/

/******************main menu***********************/

#header .main-menu{
	float:right;
}

#header .main-menu>ul{
	position:relative;
	margin-top:50px;
}

#header .main-menu>ul>li{
	float:left;
  list-style: none;
}

#header .main-menu ul li a{
	list-style:none;
	text-decoration:none;
	line-height:50px;
	display:block;
	color:#000000;
	padding:7px 15px;
	font-size:17px;
}

#header .main-menu ul .active a{
	color:#C00100;
}

#header .main-menu ul li a:hover{
	color:#C00100;
}

#header .main-menu ul li>ul{
	display:none;
	border-top:3px solid #49090B;
	list-style: none;
}

#header .main-menu ul li:hover ul{
	display:block;
	z-index:100000;
	position:absolute;
}

#header .main-menu ul li ul li a{
	list-style:none;
	text-decoration:none;
	line-height:30px;
	display:block;
	color:#49090B;
	background:#EDEDED;
	padding:7px 25px;
	width:100%;
}

#header .main-menu ul li ul li a:hover{
	background-color:#49090B;
	color:#ffffff;
}


/*************************************************/

/******************Contacts top*********************************/

.top-row {
	width:100%;
	min-height:30px;
	margin-top: 20px;
	margin-bottom: 20px;
}



.top-row .contact-details li {
  display: inline-block;
  float: right;
  font-size: 14px;
  margin-right: 15px;
  color: #49090B;
  line-height: 30px;
  text-decoration:none;
}

.top-row .contact-details li i {
  padding-right: 5px;
  vertical-align: middle;
  color: #00923F;
}

/**********************************************/


/*****************slider****************************/

.rslides {
  margin: 0 auto 40px;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

/* Callback example */


.events {
  list-style: none;
  }

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.3;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../img/themes.gif") no-repeat left top;
  margin-top: -45px;
	display: none;
  }

	.callbacks_container:hover .callbacks_nav{
		display: block;
	}

.callbacks_nav:active {
  opacity: 0.7;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
  }

/**********************Спецпропозиція*****************************/


#blink {
	-webkit-animation: blink 4s linear infinite;
	animation: blink 4s linear infinite;
	font-weight: bold;
	color: #C00100;
	font-size:35px;
	text-align:center;
	margin:0 auto;
	-webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

/*
@-webkit-keyframes blink {
	0% { color: #C00100; }
	50% { color: #FBB; }
	100% { color: #C00100 }
}

@keyframes blink {
	0% { color: #C00100; }
	50% { color: #FBB; }
	100% { color: #C00100; }
}
*/

.super-offer .container .row{
	margin-bottom:50px;
}

.offer{
	border: 1px solid #e6e7e8;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 50px;
	background: #f1f1f2;
	box-shadow: rgb(210, 210, 210) 1px 1px 3px 2px;
}

.offer_button{
	margin: 0 auto;
	width: 50%;
	text-align: center;
	margin-top: 40px;
}

.offer_button{
	cursor: pointer;
	color: #ffffff;
	font-size: 0.99em;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #C00100;
	border: none;
	-webkit-appearance: none;
	padding: 15px 0;
	-webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.offer_button a{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	-webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}


.tilter{
	width: 70%;
	margin: 0 auto;
  vertical-align: middle;
  position: relative;
	padding: 50px 110px 80px;
  background-color: #F8F8F8;
	background: url(../img/bg_o.jpg) left no-repeat;
  background-size: cover;
	border: 1px solid #e6e7e8;
	box-shadow: rgb(210, 210, 210) 1px 1px 3px 2px;
	-webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  transition: background 1s ease;
}

.tilter:hover{
	background: url(../img/bg_o2.jpg) left no-repeat;
	background-size: cover;
}

.tilter:hover #blink {
	color: #ffffff;
}

.tilter:hover .offer_button{
	background-color: #ffffff;
}

.tilter:hover .offer_button a{
	color: #C00100;
}



/*
.super-offer{
	background:#f1f1f1;
}

.super-offer .container .row{
	width:100%;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
}

.super-offer .offer-1{
	height:auto;
	padding:10px;
	position:relative;
	background:#ffffff;
	text-align:center;
	color:rgb(0,146,63);
	margin-bottom:10px;
}

.super-offer .offer-2,
.super-offer .offer-3{
	height:auto;
	padding:10px;
	position:relative;
	background:#ffffff;
	text-align:center;
}

.super-offer .offer-1 h2,
.super-offer .offer-2 h2,
.super-offer .offer-3 h2{
	font-size:17px;
}

.super-offer .offer-1 span,
.super-offer .offer-2 span,
.super-offer .offer-3 span{
	color:#C00100;
	font-size:18px;
	font-weight:bold;
}


.super-offer .offer-1 img,
.super-offer .offer-2 img,
.super-offer .offer-3 img{
	width:100%;
	height:auto;
}*/

/***********************Садовий центр************************************/

.sad-center{
	color:#49090B;
	background: url(../img/45102-O4DQ94.png) repeat;
}

.sad-center img{
	margin-top:30px;
	margin-bottom:30px;
	width: 100%;
	padding: 5px;
}

.sad-center blockquote{
	font-size:33px;
	text-transform:uppercase;
	text-align:left;
	margin-left:20px;
	margin-top:50px;
	color:rgb(0,146,63);
}

.sad-center p{
	font-size:21px;
	text-align:right;
	margin-top:100px;
	margin-left:20px;
}

/*******************видео******************************/

.video{
	margin-top:2em;
	margin-bottom:2em;
}

.video iframe{
	width:100%;
	min-height:350px;
	float:left;
}

.soc-fb{
	width: 100%;
	margin-left: 50px;
}

/*****************footer****************************/

/************start-contact*********/
#footer{
	background:#f1f1f1;
	padding-top:20px;
	color:#45BDBE;
}

.form{
	float: right;
	width: 100%;
	display: block;
}

.contact .border{
	width:20%;
	margin:0 auto;
}

.left-address{
	margin-top:30px;
}

.contact .left-address p{
	font-size: 17px;
	line-height:17px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	color:#00923F;
	margin-top: 0.5em;
}

.left-address i{
	float:left;
	font-size: 17px;
	line-height:17px;
	margin-top:7px;
	margin-right:10px;
	color:#00923F;
}

.left-address i.fa-whatsapp{
	font-size: 22px;
	margin-right:9px;
	color:#8f5db7;
}

.form input[type="text"],.form textarea{
	padding: 15px;
	width: 43%;
	margin: 2% 1%;
	background: #fff;
	outline: none;
	color: #999999;
	font-size:1em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-appearance: none;
	border:1px solid #fff;
	-webkit-appearance: none;
	font-family: 'Comic Sans MS', arial;
}

.form  input[type="text"]:nth-child(2)
{
	margin-right: 0em;
}

.form form textarea{
	padding: 15px;
	display: block;
	width: 89%;
	background: #fff;
	border: none;
	outline: none;
	color: #999999;
	font-size:1em;
	-webkit-appearance: none;
	margin-top: 1em;
	font-family: 'Comic Sans MS', arial;
}

.form form textarea{
	resize:none;
	height:70px;
}

.button input[type="submit"],.send_button input[type="submit"] {
	cursor: pointer;
	color: #ffffff;
	font-size: 0.99em;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background: #C00100;
	padding: 10px 50px;
	border: none;
	font-family: 'Comic Sans MS', arial;
	margin: 2% 1%;
	margin-top: 20px;
	-webkit-appearance: none;
}
.button input[type="submit"]:hover,.send_button input[type="submit"]:hover
{
	background:#49090B;
	color:#ffffff;
}

/***********end-contact*************/


/****************price********************/

/************table****************/

#table{
	background:#ffffff;
	padding-top:3em;
	padding-bottom:3em;
}

#table .wrap {
	width:100%;
	margin:0 auto;
}

#table .wrap h1{
	text-align:center;
	margin-bottom:1em;
	color:#C00100;
	font-size:22px;
	font-weight:bold;
}


#table .wrap table{
	width:100%;
	margin:0 auto;
	text-align:left;

}

#table img{
	width:30px;
	height:20px;
}

table {
  border-collapse: collapse;
  color: #686461;
}

caption {
  padding: 15px;
  color: white;
  background: #00923F;
  font-size: 18px;
  text-align: left;
  font-weight: bold;

}
th {
  border-bottom: 3px solid #B9B29F;
  padding: 10px;
  text-align: center;
}

th:first-child{
	text-align: left;
}

td {
  padding: 10px;
  text-align: center;
}

td:first-child{
	text-align: left;
}

tr:nth-child(odd) {
  background: white;
}
tr:nth-child(even) {
  background: #f1f1f1;
}

td:nth-child(2){
	text-align:left;
}

/***************end-price****************************/
/**********************send-msg*******************************/

.send-msg{
	height: 400px;
}

.send-msg p{
	color: #00923F;
	margin-top: 100px;
	text-align: center;
	font-size: 20px;
}


/****************контакти**********************/

#contact-page{
	background-color:#F1F1F1;
	padding-top:25px;
}

#contact-page .container{
	background-color:#FFFFFF;
}

#contact-page .container .cols{
	padding:15px;

}

#contact-page .container .col-8{
	background: #fff url(../img/IMG_1760.JPG) no-repeat;
	background-size:cover;
}

#contact-page .container .col-8 p{
	margin:15px;
	text-align:center;
	color: #ffffff;
}

#contact-page form{
	width:100%;
	color:#686461;
	margin-bottom:50px;
}

#contact-page form input {
	width: 80%;
	margin-bottom:15px;
	height:40px;
	background-color:#F1F1F1;
	border:none;
	border-radius:5px;
	padding-left:15px;
	font-size:16px;
}

#contact-page form textarea{
	width: 90%;
	margin-bottom:15px;
	background-color:#F1F1F1;
	border:none;
	border-radius:5px;
	padding:15px;
	font-size:16px;
}

#contact-page form label{
	font-size:20px;
	color:#ffffff;

}

#contact-page form .btn button{
	background-color:#C00100;
	border-radius:5px;
	border:none;
	border-bottom:2px solid #49090B;
	width:25%;
	height:50px;
	color:#fff;
	font-size:20px;
	cursor:pointer;
	margin-left: 15px;
}

#contact-page .container{
  background: #fff url(../img/wave-pattern-white.png) repeat;
}

#contact-page .contact-info dl{
	margin-right:20px;
	height:460px;
	padding:40px;
	padding-top: 20px;
}

#contact-page .contact-info dt{
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 12px;
	color: #00923F;
	margin-top:20px;
}

#contact-page .contact-info dt:first-child{
	margin-top:0;
}

/********************end contacts*************************/

/*********************about-us******************************/

#about_us{
	margin:0 auto;
	margin-top:20px;
}

#about_us h1{
	color:#C00100;
}

#about_us img {
  max-width: 100%;
  height: auto;
}

/*********************discount******************************/

.discount h1{
	color: #C00100;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 50px;
}

.discount .row{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E1E0DE;
	font-size: 20px;
}

.discount img{
	width: 100%;
}

.discount .discr-discount{
	background-color: rgba(255,255,255,0.7);
	width: 80%;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	position: relative;
	top:50px;
	left: 19%;
	border-bottom: 10px solid #E1E0DE;
	border-top: 10px solid #E1E0DE;
}

.discount .row:nth-child(2n) .cols.col-6{
	float: right;
}

.discount .row:nth-child(2n) .discr-discount{
	background-color: rgba(255,255,255,0.7);
	width: 80%;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	position: relative;
	top:50px;
	left: 0%;
}

.discr-discount table{
	font-size: 17px;
	width: 100%;
}

.discr-discount h2{
	color: #00923F;
}

.proposition{
	margin-bottom: 50px;
	margin-top: 50px;
}

.proposition h1{
	text-align: center;
	text-transform: uppercase;
	color: #C00100;
	padding-bottom: 50px;
	font-family: 'Arsenal', sans-serif;
}

.proposition p{
	text-align: center;
	padding-bottom: 20px;
	font-family: 'Arsenal', sans-serif;
	font-size: 20px;
}


.proposition .col-6 .imgblock{
	position: relative;
}

.proposition .col-6:first-child .imgblock{
	margin-right: 10px;
}

.proposition .col-6:last-child .imgblock{
	margin-left: 10px;
}

.imgblock img {
    height: auto;
    width: 100%;
		margin: 0;
		padding: 0;
		display: block;
}

.imgblock span {
    background: rgba(0,0,0,0.7);
    color: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0%;
    bottom: 30%;
    padding: 30px 100px;
		font-size: 25px;
		font-family: 'Arsenal', sans-serif;
		text-transform: uppercase;
		font-weight: bold;
}

.proposition .col-6 a{
	text-decoration: none;
}

.proposition .col-6 p{
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 25px;
	font-family: 'Arsenal', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

/* Ландшафтный экран телефоны*/
@media screen and (min-width: 300px) and (max-width: 479px) {
  #header .logo{
    width: 80%;
  }

  #header .logo img{
    max-width: 100%;
    margin: 0;
  }

  #header .cols.col-9{
   width: 20px;
   float: right;
  }

  .icon-menu{
    margin-top: 50px;
    padding: 0;
  }

  .main-menu{
    display: none;
  }

  .top-row .contact-details li {
    line-height: normal;
    font-size: 12px;
    margin: 0 auto;
    margin-right: 5px;
  }

	.callbacks_nav {
    margin-top: -25px;
}

  .super-offer .cols.col-6{
		width: 100%;
	}

	.sad-center .cols.col-6{
		width: 100%;
	}

	.sad-center blockquote{
		font-size:20px;
		text-align:center;
		margin-left:0;
		margin-top:0;
	}

	.sad-center p{
		font-size:18px;
		text-align:center;
		margin-top:10px;
		padding-bottom: 20px;
		margin-left:0;
	}

	.video .cols.col-6{
		width: 100%;
		margin-bottom: 20px;
	}

	.soc-fb{
		width: auto;
		margin-left: 0;
	}

	#footer .cols.col-6{
		width: 100%;
		padding-bottom: 20px;
	}

	.button input[type="submit"],.send_button input[type="submit"] {
	width: 100%;
	}

	.form form textarea{
		width: 100%;
	}

	.form input[type="text"]{
		padding: 15px;
		width: 47.5%;
}

/****************table***************************/

#table .wrap{
	width: 100%;
}

table {
	font-size: 10px;
}

th {
  padding: 2px;

}

td {
	padding: 2px;

}

/*****************Contacts****************************/

#contact-page .container .cols.col-8{
	width: 100%
}

#contact-page .container .cols.col-4{
	width: 100%
}

#contact-page .container .cols.col-6{
	width: 100%
}

#contact-page form{
	margin: 0;
}

#contact-page .container .cols{
	padding: 5px;
}

#contact-page form textarea{
	width: 100%;
}

#contact-page form input{
	width: 100%;
}

#contact-page form .btn{
	width: 100%;
}

#contact-page form .btn button{
	width: 75%;
	display: block;
	margin: 0 auto;
}

#contact-page .contact-info{
	margin-top: 0;
	text-align: center;
}

#contact-page .contact-info dl{
	height: auto;
	padding: 5px;
}

#about_us img {
  margin: 0px auto !important;
	padding: 0px;
	display: block;
	float:none !important;
	width: 100%;
}

/**********************discount***************************/

.discount .cols.col-6{
	width: 100%;
}

.discount .discr-discount{
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: none;
	border-top: none;
}

.discount .row:nth-child(2n) .discr-discount{
	left: 0;
	top: 0;
	width: 100%;
}

.discr-discount table{
	margin: 0 auto;
}

.proposition .cols.col-6{
	margin-top: 20px;
	width: 100%;
}

.proposition .col-6:first-child .imgblock{
	margin-right: 0px;
}

.proposition .col-6:last-child .imgblock{
	margin-left: 0px;
}
.imgblock img {
    height: auto;
    width: 100%;
		margin: 0;
		padding: 0;
		display: block;
}

.imgblock span {
    padding: 10px 10px;
		font-size: 20px;
}


#blink {
	font-size:30px;
	background-color: rgba(255, 255, 255, 0.5);
}

.offer_button{
	width: 60%;
}

.tilter{
	width: 100%;
	padding: 10px 10px 10px;
}

}

@media screen and (min-width: 480px) and (max-width: 639px) {
  #header .logo{
    width: 70%;
  }

  #header .cols.col-9{
   width: 20px;
   float: right;
  }

  .icon-menu{
    margin-top: 50px;
    padding: 0;
  }

  .main-menu{
    display: none;
  }

	.super-offer .cols.col-6{
		width: 100%;
	}

	.sad-center .cols.col-6{
		width: 100%;
	}

	.sad-center blockquote{
		font-size:20px;
		text-align:center;
		margin-left:0;
		margin-top:0;
	}

	.sad-center p{
		font-size:18px;
		text-align:center;
		margin-top:10px;
		padding-bottom: 20px;
		margin-left:0;
	}

	.video .cols.col-6{
		width: 100%;
		margin-bottom: 20px;
	}

	#footer .cols.col-6{
		width: 100%;
		padding-bottom: 20px;
	}

	.button input[type="submit"],.send_button input[type="submit"] {
	width: 100%;
	}

	.form form textarea{
		width: 100%;
	}

	/****************table***************************/

	#table .wrap{
		width: 100%;
	}

	table {
		font-size: 13px;
	}

	th {
	  padding: 5px;

	}

	td {
		padding: 5px;

	}

	/*****************Contacts****************************/

	#contact-page .container .cols.col-8{
		width: 100%
	}

	#contact-page .container .cols.col-4{
		width: 100%
	}

	#contact-page .container .cols.col-6{
		width: 100%
	}

	#contact-page form{
		margin: 0;
	}

	#contact-page .container .cols{
		padding: 5px;
	}

	#contact-page form textarea{
		width: 100%;
	}

	#contact-page form input{
		width: 100%;
	}

	#contact-page form .btn{
		width: 100%;
	}

	#contact-page form .btn button{
		width: 75%;
		display: block;
		margin: 0 auto;
	}

	#contact-page .contact-info{
		margin-top: 0;
		text-align: center;
	}

	#contact-page .contact-info dl{
		height: auto;
		padding: 5px;
	}

	#about_us img {
	  padding: 0px;
		display: block;
		float:none !important;
		width: 100%;
		margin: 0 auto !important;
	}

	/**********************discount***************************/

	.discount .cols.col-6{
		width: 100%;
	}

	.discount .discr-discount{
		left: 0;
		top: 0;
		width: 100%;
		border-bottom: none;
		border-top: none;
	}

	.discount .row:nth-child(2n) .discr-discount{
		left: 0;
		top: 0;
		width: 100%;
	}

	.discr-discount table{
		margin: 0 auto;
	}

	.proposition .cols.col-6{
		margin-top: 20px;
		width: 100%;
	}

	.proposition .col-6:first-child .imgblock{
		margin-right: 0px;
	}

	.proposition .col-6:last-child .imgblock{
		margin-left: 0px;
	}

	.imgblock span {
	    padding: 30px 60px;
			font-size: 22px;
			bottom: 40%;
	}

	#blink {
		font-size:30px;
	}

	.offer_button{
		width: 60%;
	}

	.tilter{
		width: 100%;
		padding: 10px 10px 10px;
	}

}

@media screen and (min-width: 640px) and (max-width: 800px) {
  #header .logo{
    width: 50%;
  }

  #header .cols.col-9{
   width: 20px;
   float: right;
  }

  .icon-menu{
    margin-top: 50px;
    padding: 0;
  }

  .main-menu{
    display: none;
  }

	.sad-center .cols.col-6{
		width: 100%;
	}

	.sad-center blockquote{
		font-size:20px;
		text-align:center;
		margin-left:0;
		margin-top:0;
	}

	.sad-center p{
		font-size:18px;
		text-align:center;
		margin-top:10px;
		padding-bottom: 20px;
	}

	/*****************Contacts****************************/

	#contact-page .contact-info dl{
		padding: 20px;
		margin-right: 0;
		padding-right: 0;
		padding-left: 0;
	}

	#contact-page .contact-info{
		margin-top: 0;
	}

	#contact-page form input{
		width: 100%;
	}

	#contact-page form textarea{
		width: 100%;
	}

	#contact-page form .btn button{
		width: 50%;
	}

	/**********************discount***************************/

	.discount .cols.col-6{
		width: 100%;
	}

	.discount .discr-discount{
		left: 0;
		top: 0;
		width: 100%;
		border-bottom: none;
		border-top: none;
	}

	.discount .row:nth-child(2n) .discr-discount{
		left: 0;
		top: 0;
		width: 100%;
	}

	.discr-discount table{
		margin: 0 auto;
	}

	.imgblock span {
	    padding: 20px 30px;
			font-size: 22px;
			bottom: 40%;
	}

	#blink {
		font-size:30px;
	}

	.offer_button{
		width: 60%;
	}

	.tilter{
		width: 100%;
		padding: 10px 10px 10px;
	}

}

@media screen and (min-width: 800px) and (max-width: 1023px) {
  #header .logo{
    width: 30%;
  }

  .icon-menu{
    display: none;
  }

  #header .cols.col-9{
    width: 70%
  }

  #header .main-menu ul{
    text-align: right;
  }

  #header .main-menu ul li{
    display: inline-block;
    float: none;
  }

  #header .main-menu ul li a{
  	line-height:28px;
  }

	.sad-center blockquote{
		font-size:25px;
		text-align:left;
		margin-left:10px;
		margin-top:50px;
	}

	.sad-center p{
		font-size:20px;
		text-align:right;
		margin-top:10px;
		padding-bottom: 20px;
	}

	/**********************discount***************************/

	.discount .cols.col-6{
		width: 100%;
	}

	.discount .discr-discount{
		left: 0;
		top: 0;
		width: 100%;
		border-bottom: none;
		border-top: none;
	}

	.discount .row:nth-child(2n) .discr-discount{
		left: 0;
		top: 0;
		width: 100%;
	}

	.discr-discount table{
		margin: 0 auto;
	}

}

@media screen and (min-width: 1024px) and (max-width: 1300px){
  .icon-menu{
    display: none;
  }

  #header .main-menu ul{
    text-align: right;
  }

  #header .main-menu ul li{
    display: inline-block;
    float: none;
  }

  #header .main-menu ul li a{
  	line-height:28px;
  }

	.discount .discr-discount{
		left: 10%;
		top:20px;
		width: 90%;
	}

	.discount .row:nth-child(2n) .discr-discount{
		left:0%;
		top:20px;
		width: 90%;
	}

}

/* Большой дисплей*/
@media (min-width: 1268px) {
  .icon-menu{
    display: none;
  }

}
