* {
    box-sizing: border-box;
}
body,html {
}
@-ms-viewport { 
 width: device-width;
}
@-o-viewport { 
 width: device-width;
}
@viewport { 
 width: device-width;
}

.head_row {
      overflow: hidden;
  color:#000000;
  top: 0;
  width: 100%;
  margin-top: 0px;
  padding:0.5vw;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.head_column_img {
    float: left;
    width: 15%;
    padding: 0px;
    height: auto;
    padding-bottom:0;
}
.head_column_img img{
   	max-width: 100%;
	width:13vw;
	height: auto;
    opacity: 1;
transition: opacity 0.9s, visibility 0.6s linear 0.9s;
 
}
.head_column_img img:hover {
    opacity: 0.1;
transition: opacity 0.9s, visibility 0s linear 0.9s;
}
.head_column_logo {
    float: left;
    width: 50%;
    padding: 2vw;
    height: auto;
}
.head_column_logo p{
    float: left;
    display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding-left: 0.1vw;
    font-size: 2.1vw;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align:left;
    color: #008000;
    max-width: 85%;
	  font-family: 'Crimson Text', Georgia, Times, serif;

}
.head_column_contact {
    float: left;
    width: 35%;
    padding: 10px;
    height: auto;
}
.header_tel a {
        display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;

  color: #008000;
  text-align: right;
  text-decoration: none;
  font-size: 4.1vw; 
  font-weight: bold;
transition:0.5s;
letter-spacing: 0.3vw;
}
.header_tel a:hover {
letter-spacing: 0.4vw;

}
.header_tel p{
        display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;

  color: #000000;
    text-align: right;
  text-decoration: none;
  font-size: 2.5vw; 
  font-weight: bold;
max-width: 100%;
    margin:0.1vw;
letter-spacing: 0.1vw;

}


@media screen and (max-width: 1200px) {
    .head_column_img {
        width: 100%;
    }
    .head_column_img img{
        width: 30%;
display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
        height:auto;
}
    .head_column_logo {
        width: 100%;
    }
    .head_column_contact {
        width: 100%;
    }
	  .header_tel {
	text-align: center;
  }
  .header_tel a{
width: 100%;
		margin: 0 auto;
   font-size: 8vw;
  font-weight: bold;
    margin-bottom: 1px;
letter-spacing: 1px;
text-align: center;
justify-content: center;
align-items: center;
        transition:0.5s;
}
.header_tel p{
    margin:2px;
   font-size: 25px;
text-align: center;

}
  .header_info {
    float: none;
  }
.header_info p{
    	width: 100%;
		margin: 0 auto;
letter-spacing: 1px;
  font-size: 5vw;
justify-content: center;
align-items: center;
    text-align: center;
  }
.head_column_logo {
float: none;
text-align: center;
width: 100%;
padding: 3px;
margin: 0 auto;
font-size: 22px;
}
.head_column_logo p {
float: none;
text-align: center;
width: 100%;
padding: 3px;
margin: 50px auto;
font-size: 22px;
}

}
.footer {
    padding: 20px;
    text-align: center;
    background: #000000;
	color: white;
    margin-top: 10px;
	margin-bottom: 10px;
}
.footer a {
color: white;
text-decoration: none;
}
.footer a:hover {
color: green;
}
.column_footer {
    float: left;
    width: 25%;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.column_footer1 {
    float: left;
    width: 25%;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
@media screen and (max-width: 800px) {
    .column_footer1 {
display: none;
    }
}

@media screen and (max-width: 800px) {
    .column_footer {
        float: none;
        width: 100%;
		display: block;
		padding-top: 15px;
		margin: 0 auto;
    text-align: center;
	text-transform: uppercase;
	font-size: 18px;
    }
}

.column_footer_contact {
    float: left;
    width: 25%;
	text-align: left;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}
@media screen and (max-width: 1100px) {
    .column_footer_contact {
        float: none;
        width: 100%;
    }
}

.row_footer:after {
    content: "";
    display: table;
    clear: both;
}
.basket_container {
	margin: 15px;
	padding: 10px;
}
.modal-title1 {
	text-transform: uppercase;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}
.btn-basket-all {
  border: none;
  outline: none;
  padding: 12px 25px;
  background-color: green;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
    border: 1px solid black;
	border-radius: 3px;
}

.btn-basket-all:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.btn-basket-add {
  background-color: green;
  color: white;
  font-weight: bold;
  padding: 4px;
  	width: 80%;
text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid black;
  border-radius: 3px;
  cursor: pointer;
}
.btn-basket-add a{
text-decoration: none;
}

@media screen and (max-width: 1100px) {
  .btn-basket-add {
    float: none;
    display: block;
    text-align: center;
	width: 100%;
  }
}


.btn-basket-add:hover {
  background-color: #32CD32;
  color: #FFFFFF;
}
.btn-basket-add:active {
background-color: #000000;
}



.btn-basket-clear-close {
  border: none;
  outline: none;
  padding: 12px 25px;
  margin: 0 auto;
  background-color: #f1f1f1;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
    border: 1px solid black;
	border-radius: 3px;
}
@media screen and (max-width: 1200px) {
    .btn-basket-clear-close {
        width: 100%;
    }
}


.btn-basket-clear-close:hover {
  background-color: green;
  color: #FFFFFF;
}
.basket-component {
  padding: 15px;
  height: auto;
  position: relative;
  background-color: #fff;
  z-index: 1000;
  width: 95%;
margin: 15px 3px 5px 3px;
  justify-content: center;
  align-items: center;

}
.basket-component__item {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  margin: 10px 1px 10px 1px;
  box-shadow: 2px 2px 15px #aaa;
  border-radius: 3px;
  
}
.basket-component__img {
  width: 15%;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
background-position: center center;
}

@media screen and (max-width: 1200px) {
.basket-component__img {
  width: 40%;
  min-height: auto;
  background-size: contain;
background-repeat: no-repeat;
background-position: center left;
}
}
.basket-component__delete-btn {
  border: none;
  background-color: red;
  color: #fff;
  margin-left: 19px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.basket-component__delete-btn:hover {
    background-color: #000000;
color: #ffffff;
}
.basket-component__content {
  padding: 1em;
  width: 70%;
}
.basket-component__title {
  margin: 0 0 0.2em;
}
.basket-component__title--intotal {
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
.basket-component__descr {
  padding: 0;
  margin: 0 0 0.2em;
  font-size: 0.9em;
}
.basket-component__descr span {
  float: right;
}
.basket-component__descr--intotal {
  font-size: 1.1em;
  margin-bottom: 0.2em;
}
.basket-component__amount {
  margin-top: 0.5em;
}
.basket-component__amount-container {
  float: right;
}
.basket-component__count-btn {
  border: none;
  background-color: green;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  cursor: pointer;
  border-radius: 50%;
}
.basket-component__count-btn:hover {
  background-color: #3CB371;
}
.basket-component__count-output {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.basket-component__close-btn {
  position: absolute;
  top: 1em;
  right: 1em;
  border: none;
  background-color: #16f;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 3px 3px 9px #aaa;
}

.card-item__add-button {
  background-color: #008000;
  color: white;
  font-weight: bold;
  padding: 0.6vw;
  font-size: 1.1vw;
  text-transform: uppercase;
  border: 1px solid black;
  border-radius: 3px;
	  font-family: 'Crimson Text', Georgia, Times, serif;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  margin: 0.6vw;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;

}
@media screen and (max-width: 1200px) {
.card-item__add-button {
	  margin: 8px;
	  padding: 8px;
  font-size: 15px;
	display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
}
.card-item__add-button:hover {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  background-color: #32CD32;
}

.card-item__add-button1 {
  background-color: #008000;
  color: white;
  font-weight: bold;
  padding: 0.4vw;
  font-size: 1.1vw;
  text-transform: uppercase;
  border: 1px solid black;
  border-radius: 3px;
	  font-family: 'Crimson Text', Georgia, Times, serif;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  margin: 0.4vw;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;

}
.card-item__add-button1:hover {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  background-color: #32CD32;
}
@media screen and (max-width: 1200px) {
.card-item__add-button1 {
  padding: 6px;
  font-size: 15px;
  border-radius: 3px;
  letter-spacing: 1px;
  margin: 6px;
}
}

.basket-toggle {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0 0;
  padding-right: 1em;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease;
}

.sidebar {
  height: auto;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 3.1vw;

}
.sidebar a {
  padding: 0.6vw 0.6vw 0.6vw 2.5vw;
  text-decoration: none;
  font-size: 1.5vw;
  margin-left: 40%;
  text-align: justify;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  transition: 1s;
}

.sidebar a:hover {
color: #818181;
letter-spacing: 1.7px;
  transition: 1s;
  margin-left: 38%;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 1.9vw;
  font-size: 2.8vw;
  margin-left: 3.9vw;
}

.openbtn {
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  background-color: green;
  color: white;
  padding: 8px 13px;
  border: 1px double #ffffff;
	border-radius: 3px;
		box-shadow: 0 0 3px rgba(0,0,0,0.5);

}

.openbtn:hover {
  background-color: #3cb371;
  border: 1px solid #000000;

}
#main1 {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-width: 1200px) {
  .sidebar {
  padding-top: 15px;
  height: auto;

  }
  .sidebar a {
  font-size: 16px;
  margin-left: 15%;
    padding: 8px 8px 8px 32px;

  }
  .openbtn {
  font-size: 15px;
  cursor: pointer;
  background-color: green;
  color: white;
  padding: 10px 15px;
  border: none;
}
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

}

.sidebar1 {
  height: auto;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  padding-top: 4.6vw;
    transition: 0.3s;

}

.sidebar1 a {
  text-decoration: none;
  font-size: 1.7vw;
  text-transform: uppercase;
  letter-spacing: 0.09vw;
  font-weight: 600;
  color: #000000;
}

.sidebar1 a:hover {
color: green;
}

.sidebar1 .closebtn1 {
  position: absolute;
  top: 0;
  right: 1.9vw;
  font-size: 2.8vw;
  margin-left: 3.9vw;
  color: #000000;

}

.openbtn {
  font-size: 1.1vw;
  font-weight: bold;
  cursor: pointer;
  background-color: green;
  color: white;
  padding: 0.6vw 1vw;
  border: 1px solid #000000;
  
}

.openbtn:hover {
  background-color: #3cb371;
  border: 1px solid #000000;

}
@media screen and (max-width: 1200px) {
	  .sidebar1 {
  padding-top: 15px;
  height: auto;
      transition: 0s;
  }
  .sidebar1 a {
  font-size: 16px;
  margin-left: 5%;
  }

.openbtn {
  font-size: 15px;
  cursor: pointer;
  background-color: green;
  color: white;
  padding: 10px 15px;
  border: none;
        transition: 0s;

}
.sidebar1 .closebtn1 {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 36px;
  margin-left: 50px;
  color: #000000;
      transition: 0s;

}
}

.basket-component h2 {
	  font-size: 1.9vw;
}
.basket-component__total-block p {
		  font-size: 1.6vw;
}
.basket-component__item p {
		  font-size: 1.4vw;
}
.basket-component__item h3 {
		  font-size: 1.4vw;
}
.basket-component__amount {
			  font-size: 1.2vw;

}
@media screen and (max-width: 1200px) {
.basket-component h2 {
	  font-size: 20px;
}
.basket-component__total-block p {
		  font-size: 21px;
}
.basket-component__item p {
		  font-size: 18px;
}
.basket-component__item h3 {
		  font-size: 18px;
}
.basket-component__amount {
			  font-size: 15px;

}

}

#main1 {
  transition: margin-left .5s;
  padding: 16px;
}

.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;

}


.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 49.2vw;
	min-width: 25vw;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0, 0, 0, .8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

.md-content {
	background: white;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
			padding: 30px;

}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 1.4vw;
	text-transform: uppercase;
	font-weight: 600;
	opacity: 0.8;
	background: rgba(0,0,0,0.3);
	border-radius: 3px 3px 0 0;
}
.md-content p {
	text-align: center;
	font-size: 1.25vw;
	text-transform: uppercase;
}

.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase;
}

.md-content button {
	display: table;
	width: 50%;
	align-items: center;
	justify-content: center;
	margin: 0.7vw auto;
	font-size: 1.1vw;
	background: #008000;
	color: #ffffff;
	font-weight: bold;
	padding: 0.6vw 0.9vw;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}
.md-content button:hover {
  background-color: #3cb371;
}
@media screen and (max-width: 1200px) {
	.md-modal {
	max-width: 630px;
	min-width: 320px;
}
.md-content h3 {
	font-size: 19px;
	border-radius: 3px 3px 0 0;
}
.md-content p {
	font-size: 16px;
}

.md-content button {
	width: 100%;
	margin: 10px auto;
	font-size: 15px;
	padding: 8px 12px;
	border-radius: 3px;
}
}
.md-content a {
text-decoration: none;
color: #ffffff;
}
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.callback-bt1 {
        cursor:pointer;
        text-align:center;
		        box-shadow:0 8px 10px rgba(12,150,72,0.3);
        border-radius: 50%;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave1 linear 1s infinite;
        animation:hoverWave1 linear 1s infinite;
}
@-webkit-keyframes hoverWave1 {
        0% {
        box-shadow:0 8px 10px rgba(12,150,72,0.3),0 0 0 0 rgba(12,150,72,0.2),0 0 0 0 rgba(12,150,72,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(12,150,72,0.3),0 0 0 15px rgba(12,150,72,0.2),0 0 0 0 rgba(12,150,72,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(12,150,72,0.3),0 0 0 30px rgba(12,150,72,0),0 0 0 26.7px rgba(12,150,72,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(12,150,72,0.3),0 0 0 30px rgba(12,150,72,0),0 0 0 40px rgba(12,150,72,0.0)
}
}
@keyframes hoverWave1 {
        0% {
        box-shadow:0 8px 10px rgba(12,150,72,0.3),0 0 0 0 rgba(12,150,72,0.2),0 0 0 0 rgba(12,150,72,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(12,150,72,0.3),0 0 0 15px rgba(12,150,72,0.2),0 0 0 0 rgba(12,150,72,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(12,150,72,0.3),0 0 0 30px rgba(12,150,72,0),0 0 0 26.7px rgba(12,150,72,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(12,150,72,0.3),0 0 0 30px rgba(12,150,72,0),0 0 0 40px rgba(12,150,72,0.0)
}
}



.header {
  background-color: #2c3554;
  position: fixed;
  width: 100%;
  z-index: 3;
  border:none;
  border-bottom:1px solid #fff;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
    background-color: #2c3554;
    color:#fff;
    text-transform:uppercase;
    font-size:1.1vw;

}
.phone{
    font-size:1.3vw;
}
.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
  color:#000;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
  color:#fff;
  letter-spacing:2px;
  font-weight:600;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 1200px) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
.top{
    width:100%;
    height:6vw;
    margin:0;
      border-bottom:1px solid #fff;

}
@media screen and (max-width: 1200px) {
.top{
    width:100%;
    height:60px;
    margin:0 auto;
      border-bottom:1px solid #fff;

}
.header {
  width: 100%;
  height:60px;
    border-bottom:1px solid #fff;

}
.header .logo {
  font-size: 18px;
    margin: 10px auto;
letter-spacing:1px;
}
.row {
margin-top:80px;
width:100%;
}
.header li a {
    font-size:16px;
}

}
