/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}
body{
	font-family: 'Golos Text';
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Links */

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

@font-face { 
    font-family: "TriodPostnajaMedium";
    src: url("./fonts/TriodPostnajaMedium.eot");
    src: url("./fonts/TriodPostnajaMedium.eot?#iefix")format("embedded-opentype"),
    url("./fonts/TriodPostnajaMedium.woff") format("woff"),
    url("./fonts/TriodPostnajaMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

/* Common */

aside, nav, footer, header, section, main {
	display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}

ul, ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

img, svg {
	max-width: 100%;
	height: auto;
}

address {
  font-style: normal;
}

/* Form */

input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
	display: none;
}

textarea {
	resize: vertical;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}

input[type='file'] {
	max-width: 100%;
}
.good_send_closed{
width: 50px;
  height: 50px;
  background: #f00;
  position: absolute;
  margin: -65px 0 0 -25px;
  border-radius: 50%;
  right: -22px;
  padding: 23px 0 0 12px;
  cursor:pointer;
}
.send_closed1{
	width: 24px;
  height: 3px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.send_closed2{
	width: 24px;
  height: 3px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}
.send_closed1, .send_closed2 {
  background: #fff;
}
.noact{
	background: #959595!important;
  cursor: default!important;
}
.good_send_message_title{
	color: #356a13;
  font-family: "TriodPostnajaMedium", sans-serif;
  font-weight: 500;
  line-height: 1.17;
  font-size: 33px;
  text-align: center;
  padding: 25px 0 20px;
}
.good_send_message_txt{
	line-height: 23px;
  font-size: 16px;
}
.good_send_message_container{
	opacity: 0;
z-index: 10;
  position: fixed;
  visibility: hidden;
  background: #fff;
  width: 300px;
  padding: 40px;
  text-align: center;
  left: 50%;
  margin-left: -150px;
  margin-top: -190px;
  top: 50%;
  border-radius: 20px;
}
.prod_vn_left,.prod_vn_right{
	float:left;
}
.prod_vn_left{
	width:40%;
}
.prod_vn_right{
width: 48%;
  padding-left: 3%;
}
.popup_txt_full p{
	padding:10px 0;
}
#catalog_container_link_m{
	position:absolute;
	margin-top:-100px;
}
#about_container_link_m{
	position:absolute;
	margin-top:-100px;
}
#contacts_container_link_m{
	position:absolute;
	margin-top:-100px;
}

.product_page_container {
  padding: 150px 0 40px 0;
}
.prod_vn_container{
	background: #fff;
  padding: 40px;
  margin: 40px 0;
  border-radius:20px;
}

.vn_container {
  padding: 120px 0 50px 0;
}
.vn_container h1{
	color: #356a13;
  font-family: "TriodPostnajaMedium", sans-serif;
  letter-spacing: -3px;
  padding-bottom: 0px;
  padding-top: 0px;
  font-weight: 500;
  line-height: 1.17;
  font-size: 60px;
  text-align: center;
  padding: 50px 0;
}
.not_f{
	text-align:center;
}
.not_f a{
	color:#356a13
}



.beer_container{
	position: fixed;
  z-index: 1;
  bottom: 50px;
  right: 50px;
  cursor:pointer;
}
.beer_txt_container{
	position: absolute;
  width: 218px;
  margin: -39px 0 0 -32px;
  animation: balloon2 2.5s infinite linear;
}
.beer_txt_container span{
	background: #fff;
  padding: 9px 20px;
  border: 2px solid;
  border-radius: 20px;
  font-size: 14px;

}
.beer_container img.body_beer{
	width: 200px;
	z-index: 2;
	position:relative;
}
.beer_container img.arm_beer{
animation: balloon 2s infinite linear;
  width: 50px;
  
}
.arm_beer_container{
-webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  transform: rotate(288deg);
  position: absolute;
  margin: 22px 0 0 29px;
}

@keyframes balloon{
	0% {
  transform: translateX(0px)translateY(0px)rotate(0deg);
  animation-timing-function: 0;
}
50% {
  transform: translateX(2px)translateY(-3px)rotate(10deg);
  animation-timing-function: 0;
}
100% {
  transform: translateX(0px)translateY(0px)rotate(0deg);
}
}

@-webkit-keyframes balloon{
	0% {
  transform: translateX(0px)translateY(0px)rotate(0deg);
  animation-timing-function: 0;
}
50% {
  transform: translateX(2px)translateY(-3px)rotate(10deg);
  animation-timing-function: 0;
}
100% {
  transform: translateX(0px)translateY(0px)rotate(0deg);
}
}

@keyframes balloon2{
0% {
  transform: rotate(0deg);
  animation-timing-function: 0;
}
40% {
  transform: rotate(-3deg);
  animation-timing-function: 0;
}
80% {
  transform: rotate(3deg);
  animation-timing-function: 0;
}
100% {
  transform: rotate(0deg);
}
}

@-webkit-keyframes balloon2{
0% {
  transform: rotate(0deg);
  animation-timing-function: 0;
}
40% {
  transform: rotate(-3deg);
  animation-timing-function: 0;
}
80% {
  transform: rotate(3deg);
  animation-timing-function: 0;
}
100% {
  transform: rotate(0deg);
}
}




.mobile_menu_d li{
	display:inline-block;
	margin:0 5px;
}
.mobile_menu_d{
	position: absolute;
  bottom: 20px;
}
.mobile_menu_container {
height: auto;
  overflow-y: scroll;
  overflow-x: scroll;
  padding: 40px;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: 0;
  right: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 9999991;
  -ms-transform: translate(100%,0);
  -webkit-transform: translate(100%,0);
  -o-transform: translate(100%,0);
  -moz-transform: translate(100%,0);
  transform: translate(100%,0);
  background: #fff;
}
.closed_mobile_menu_c {
  width: 57px;
  height: 57px;
  background: #a82b37;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 60px;
}
.closed_mobile_menu_c .pop-up_closed_m {
  margin: 22px 0 0 24px;
}
.pop-up_closed1 {
  width: 24px;
  height: 3px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.pop-up_closed1, .pop-up_closed2 {
  background: #fff;
}

.pop-up_closed2 {
  width: 24px;
  height: 3px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}
.new_menu_desktop_tb_cell {
  display: table-cell;
  vertical-align: middle;
}
.mobile_menu_c ul {
  margin-bottom: 50px;
}
.mobile_menu_c li {
  margin: 27px 0;
}
.mobile_menu_c a {
color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 19px;
  padding-bottom: 5px;
  cursor: pointer;
}
.mobile_menu_c .contact_top_l {
  display: block;
}

.anim03 {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.popup_shadow {
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.5);
  opacity: 0;
  visibility: hidden;
}
.opac {
  z-index: 10 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.mobile_menu_container.active {
  -ms-transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -o-transform: translate(0,0);
  -moz-transform: translate(0,0);
  transform: translate(0,0);
}
















.popup_price_zakaz{
	margin: 25px 0 15px 0;
	
	
}
.popup_price_zakaz span{
background: #588938;
  color: #fff;
  padding: 12px 30px;
  border-radius: 43px;
  cursor: pointer;
	
}
.popup_price2{
color: #000;
  font-size: 40px;
}
.menu_line_m{
position: absolute;
  right: 20px;
  top: 11px;
  cursor:pointer;
}
.menu_line_m div{
background: #fff;
  width: 40px;
  height: 3px;
  margin: 8px 0;
}

.main_slider_top_container{
	background: url(./images/Claid-AI-4266056d808.jpg.webp) no-repeat center center;
    background-size: auto;
    background-size: cover;
	height:818px;
}
.t-cover__filter{
	height: 818px;
  background-image: linear-gradient(rgba(55, 139, 0, 0.4), rgba(0, 0, 0, 0.8));
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


.catalog_container_link{
	position:absolute;
	margin-top:-100px;
}
.feedback_container_link{
	position:absolute;
	margin-top:-100px;
}
.about_container_link{
	position:absolute;
	margin-top:-100px;
}
.contacts_container_link{
	position:absolute;
	margin-top:-100px;
}

.container{
	font-family: "Golos Text", sans-serif;
	width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  z-index:1;
}
.section-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  height: 690px;
}
.tb {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.tb-cell {
  display: table-cell;
  vertical-align: middle;
}
.main_slider_top_container h1{
font-size: 23px;
  color: #fff;
  line-height: 1.2;
  font-family: 'Golos Text';
  font-weight: 500;
}
.main_slider_top_container h2{
font-size: 36px;
  line-height: 40px;
  color: #fff;
  font-family: 'Golos Text';
  font-weight: 500;
  padding: 30px 0 40px 0;
}
.main_slider_top_container h3{
font-size: 16px;
  line-height: 1.3;
  font-family: 'Golos Text';
  font-weight: 400;
  padding-top: 0px;
  padding-bottom: 40px;
  color:#fff;
  max-width: 430px;
}
.move_catalog_b span{
color: #ffffff;
  background-image: linear-gradient(0.538turn,rgba(93,171,42,1) 0%,rgba(88,137,56,1) 100%);
  padding: 24px 73px 24px 50px;
  border-radius: 48px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1px;
  position: relative;
  cursor:pointer;
}
.move_catalog_b{
	margin:50px 0 0 0;
}
.move_catalog_b_arrow1,.move_catalog_b_arrow2{
position: absolute;
  background: #fff;
  right: 42px;
  top: 37px;
}
.move_catalog_b_arrow1{
width: 13px;
  height: 3px;
  -webkit-transform: rotate(-42deg);
  -moz-transform: rotate(-42deg);
  -ms-transform: rotate(-42deg);
  -o-transform: rotate(-42deg);
  transform: rotate(-42deg);
  margin-right: -9px;
}
.move_catalog_b_arrow2{
width: 13px;
  height: 3px;
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  transform: rotate(42deg);
}

.advantages_arrow img{
width: 25px;
  top: -6px;
  position: relative;
}
.advantages_arrow,.advantages_title{
	display:inline-table;
}
.advantages_title{
font-family: "TriodPostnajaMedium", sans-serif;
  padding-left: 25px;
  color: #fff;
  font-size: 28px;
  text-align: left;
}
.advantages_c{
	display:inline-table;
	margin:0 16px;
}
.advantages_container{
	text-align:center;
	position:relative;
	z-index:1;
}
.catalog_container{
	background:#fcf8f5;
}
h2.catalog_container_h2{
color: #356a13;
font-family: "TriodPostnajaMedium", sans-serif;
  letter-spacing: -3px;
  padding-bottom: 0px;
  padding-top: 0px;
  font-weight: 500;
  line-height: 1.17;
  font-size: 60px;
  text-align:center;
  padding:50px 0;
}
h3.catalog_container_h3{
color: #356a13;
  font-family: "TriodPostnajaMedium", sans-serif;
  font-weight: 500;
  line-height: 1.17;
  font-size: 39px;
  text-align: center;
  padding: 70px 0;
  letter-spacing: 1px;
}
.bist_zakaz_voda{
	position:relative;
}
  .left_co{
	   width: 374px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  }
  
  .right_co{
background: #fff;
  padding: 46px;
  width: 410px;
  height: 539px;
  border-radius: 0 20px 20px 0;
  }
  .left_co,.right_co,.bist_zakaz_voda,.bist_zakaz_sale{
	  float:left;
  }
  .right_co h2{
font-size: 23px;
  font-weight: 500;
  line-height: 33px;
  padding-bottom: 20px;
  }
  .right_co_price span{
	  color: #000;
  font-size: 60px;
  border-bottom: 4px solid #54a81c;
  }
  .right_co_txt{
padding: 40px 0 0 0;
  font-size: 15px;
  line-height: 24px;
  opacity: .7;
  }
  .bist_zakaz_sale{
border: 4px solid #389cf8;
  width: 366px;
  height: 340px;
  margin-left: 20px;
  border-radius: 20px;
  position:relative;
  background: #fff;
  }
  .sale_icon img{
	width: 60px;
  position: absolute;
  right: -27px;
  top: -26px;  
  }
  .bist_zakaz_sale_content{
	  padding: 40px;
  border-radius: 20px;
  }
  .bist_zakaz_sale_title{
font-size: 30px;
  padding-bottom: 40px;
  text-align: center;
  line-height: 38px;
  font-weight: 300;
  }
  .table_name1,.table_name2,.table_col1,.table_col2{
	  float:left;
  }
  .table_name2,.table_col2{
  position: relative;
  float: right;
  padding-right: 10px;
  }
  .bist_zakaz_sale_table_col{
  }
  .bist_zakaz_sale_table_col img{
	  padding:11px 0;
  }
  
  .table_col2{
	  font-size: 24px;
  }
  .table_col1{
font-size: 20px;
  width: 145px;
  text-align: center;
  }
  .bist_zakaz_sale_table_name{
	  margin-bottom: 32px;
  font-size: 14px;
  opacity: .7;
  }
  .table_col2{

  }
  .table_name1{
	  width: 145px;
  text-align: center;
  }
  .right_co_more a{
background: #588938;
  color: #fff;
  font-size: 16px;
  padding: 18px 46px;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: .4px;
  }
  .right_co_more{
	  position:absolute;
	  bottom:60px;
  }
  
  .stock_img,.stock_title_content{
	  float:left;
  }
  .stocks_container{
	  padding: 40px 0 0 0;
  }
  .stock_img{
	  width: 770px;
  }
  
  .stock_title_content{
	  width: 400px;
  padding: 0 0 0 40px;
  }
  .stock_title{
	    font-size: 60px;
		color: #356a13;
  font-family: "TriodPostnajaMedium", sans-serif;
  font-weight: 500;
	  }
  

.stock_txt{
	font-size: 19px;
  padding: 40px 0 0 0;
  line-height: 27px;
}
.how_we_work{
	background: #588938;
  text-align: center;
  padding: 50px 0;
  margin: 40px 0 0 0;
}
.how_we_work h2{
	font-size: 60px;
  color: #fff;
  font-family: "TriodPostnajaMedium", sans-serif;
  font-weight: 500;
}
.how_we_s_img{
width: 180px;
  height: 180px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.how_we_s{
	display:inline-table;
}
.how_we_s{
width: 200px;
  margin: 59px 44px 21px;
  text-align: center;
}
.how_img1 img{
	width: 90px;
  margin: 32px 0 0 0;
}
.how_img2 img{
width: 104px;
  margin: 31px 0 0 0;
}
.how_img3 img{
width: 128px;
  margin: 45px 0 0 3px;
}
.how_img4 img{
width: 126px;
  margin: 32px 0 0 0;
}
.how_we_s_title{
font-size: 30px;
  color: #fff;
  font-family: "TriodPostnajaMedium", sans-serif;
  font-weight: 500;
  margin: 30px 0 -6px 0;
}
.how_we_cont{
	position:relative;
}
.how_we_s_txt{
color: #fff;
  padding: 20px 0;
  font-size: 16px;
  line-height: 23px;
}
.how_we_row_container{
position: absolute;
  top: 149px;
  margin: 0 0 0 225px;
}
.how_we_row_container div{
	background:#fff;
}
.how_we_row1{
	width: 30px;
  height: 3px;
}
.how_we_row2{
	width: 12px;
  height: 3px;
  -webkit-transform: rotate(44deg);
  -moz-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  -o-transform: rotate(44deg);
  transform: rotate(44deg);
  margin: -8px 0 0 18px;
}
.how_we_row3{
width: 12px;
  height: 3px;
  -webkit-transform: rotate(-44deg);
  -moz-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  -o-transform: rotate(-44deg);
  transform: rotate(-44deg);
  margin: 7px 0 0 18px;
}

.about_container{
	background: #fcf8f5;
  padding: 40px 0;
}

.about_left,.about_right{
	float:left;
}
.about_left{
background: #fff;
  padding: 50px;
  width: 579px;
  margin: 0 40px 0 0;
  border-radius: 20px;
  height: 506px;
}
.about_left h2{
	font-size: 60px;
  color: #426d26;
  font-family: "TriodPostnajaMedium", sans-serif;
  font-weight: 500;
}
.about_right{
	width: 550px;
}

.about_left_txt p{
font-size: 16px;
  padding: 23px 0 0 0;
  line-height: 25px;
}
.about_right img{
	border-radius:20px;
}
.legenda_container{
	background:#588938;
	padding: 40px 0;
}
.legenda_left img{
	border-radius:20px;
}
.legenda_left,.legenda_right{
	float:left;
}
.legenda_left{
	width: 580px;
}
.legenda_right{
background: #fff;
  padding: 50px;
  width: 550px;
  margin: 0 0 0 40px;
  border-radius: 20px;
  height: 387px;
}
.legenda_right h2{
font-size: 40px;
  color: #426d26;
  font-family: "TriodPostnajaMedium", sans-serif;
  font-weight: 500;
  line-height: 49px;
  letter-spacing: -1px;
}
.legenda_right_txt p{
	font-size: 16px;
  padding: 23px 0 0 0;
  line-height: 25px;
}
.faq_container h2{
	font-size: 60px;
  color: #426d26;
  font-family: "TriodPostnajaMedium", sans-serif;
  font-weight: 500;
}
.faq_container h3{
font-size: 18px;
  padding: 16px 0 0 0;
  line-height: 25px;
}
.faq_container{
	padding: 40px 0;
  text-align: center;
}
.faq_c{
	width: 900px;
  margin: 50px auto;
  position: relative;
}

.faq li{padding:20px 0}
.faq li.q{
font-size: 21px;
cursor: pointer;
  font-family: 'Golos Text';
  color: #356a13;
  font-weight: 500;
  text-align: left;
  border-bottom: 1px #e6e6e6 solid;
  cursor: pointer;
  padding: 31px 0;
	}
.faq li b{font-weight:500;margin-right:10px;background:#f7f7f7;padding:10px 14px;border-radius:68px;font-size:14px}
.faq li.a{display:none}
.faq li.a a{text-align: left;text-decoration:none;border-bottom:1px solid;padding-bottom:2px;color:#0a84bf}
.faq li.a ul li{margin:13px 0!important;padding:0 0 0 5px !important;list-style:disc!important}
.faq li.a{
text-align: left;
  font-size: 16px;
  line-height: 26px;	
}
.faq li.a p{
padding:10px 0;	
}
.rotate{}
.faq img{
	-webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  position: absolute;
  right: 0;
 
}
.faq li{list-style:none!important}
ul.faq{margin-left:0!important}

.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.feedback_container {
background: url(./images/Claid-AI-6c94e750957.png.webp) no-repeat center center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: cover;
  height: 750px;
  position: relative;
  padding: 70px 0;
}
.t-cover__filter2{
		height: 750px;
  background-image: linear-gradient(rgba(17, 41, 1, 0.7), rgba(45, 94, 13, 0.2));
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.feedback_container h2{
font-size: 60px;
  color: #fff;
  font-family: "TriodPostnajaMedium", sans-serif;
  font-weight: 500;
  text-align: center;
}
.form_container input{
display: block;
  background: #fff;
  margin: 24px 0;
  padding: 18px 30px;
  border-radius: 13px;
  font-size: 16px;
  width: 600px;
}
.form_container textarea{
	display: block;
  background: #fff;
  margin: 24px 0;
  padding: 18px 30px;
  border-radius: 13px;
  font-size: 16px;
  width: 600px;
  height:120px;
}
.form_container{
	width: 600px;
  margin: 50px auto;
}
.send_b{
	background: #588938;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  padding: 17px 0;
  border-radius: 13px;
  cursor:pointer;
}
.personal{
	color: #fff;
  margin: 20px 0;
}
.personal a{
	color: rgb(143, 182, 117);
}
.contacts_container{
	background: #fcf8f5;
  padding: 40px 0;
  text-align: center;
}
.contacts_container h2{
	font-size: 60px;
  color: #426d26;
  font-family: "TriodPostnajaMedium", sans-serif;
  font-weight: 500;
}
.contacts_a a{
color: #000;
  display: block;
  margin: 17px 0;
  font-size: 19px;
  font-weight: 500;
  opacity: .8;
}
.contacts_a{
	margin: 50px 0;
}
.soc_i img{
	margin:0 2px;
}
.footer_container{
	background: #333;
  padding: 30px 0;
}
.footer_left h2{
	position: absolute;
  font-size: 37px;
  color: #fff;
  font-family: "TriodPostnajaMedium", sans-serif;
  font-weight: 500;
  margin: 60px 0 0;
}
.footer_right{
	float: right;
}
.footer_right_col1,.footer_right_col2{
	float:left;
}
.footer_right_col1 a,.footer_right_col1 div,.footer_right_col2 div{
	display: block;
  color: #adadad;
  font-size: 14px;
  margin: 10px;
}
.footer_right_col1{
	width: 200px;
  margin-right: 20px;
}
.footer_right_col2{
	width: 200px;
}

.menu_top_desktop{
		-webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  height: 60px;
  position: fixed;
  width: 100%;
  z-index: 2;
}
.menu_top{
	margin: 19px 0 0 0;
}
.menu_top a{
color: #fff;
  cursor: pointer;
  margin: 0 12px;
  font-size: 16px;
  font-weight: 500;
}
.menu_top_right{
	position: absolute;
  right: 10px;
  top: 0px;
}
.menu_top_right a.ph{
	color: #215500;
  background: #fff;
  padding: 8px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
}
.soc_top a.soc_s{
width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  border-radius: 36px;
  margin: 0 2px;
}

.soc_top{
	position: absolute;
  right: 230px;
  top: -4px;
}
.soc_top img{
	border-radius: 50px;
}
.logo_top img{
	cursor:pointer;
	width: 120px;
  position: absolute;
  left: 50%;
  margin: -33px 0 0 -60px;
}
.menu_top_desktop.scrooll{
	background:#588938;
	box-shadow: rgba(0, 11, 48, 0.2) 0px 15px 30px -10px;
}






@keyframes ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  .ticker {
    background: #2498c6;
    font-family: system-ui;
    font-size: 24px;
    max-width: 40em;
    overflow: hidden;
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translateX(-50%) rotate(0);
    max-width: 2600px;
  }
  .ticker__in .dots{
width: 5px;
  height: 5px;
  background: #fff;
  padding: 0;
  border-radius: 50%;
  margin: 20px 0 0 0;
  }

  .ticker__in {
    display: flex;
    width: fit-content;
    animation: ticker 27s linear infinite;
    -webkit-transform-style: preserve-3d; /* Фикс возможного глюка с морганием в Сафари */
  }

  .ticker__item {
color: #fff;
  padding: 10px 21px;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  font-size: 17px;
  font-weight: 500;
  }

@media (width <= 720px) {
    .content {
        padding: 2rem 1rem;
    }

    header {
        display: block;
    }
    
    .hello {
        margin-bottom: 2rem;
        flex-wrap: wrap;
    }

    h1 {
        height: auto;
    }
    
    .col-9 {
        grid-column: 1 / 13;
    }
    
    .col-3 {
        grid-column: 1 / 13;
    }

    .images {
        justify-content: flex-start;
        padding: 0.75rem 0 .5rem 0;
    }

    .images img {
        margin-bottom: 1rem;
        margin-right: 1rem;
    }
}
.sop_tovar_container{

}
.sop_tovar_c{
overflow: hidden;
  position: relative;
  margin-bottom: 14px;
  border-radius: 4px;
  background: #fff;
  transition-duration: 0.5s;
  width: 363px;
  margin: 12px;
  display: inline-flex;
  padding: 30px;
  border-radius: 20px;
}

.sop_tovar_title{
	font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 24px;
}
.sop_tovar_txt_mini{
font-size: 14px;
  line-height: 20px;
}
.sop_tovar_txt_price{
	font-size: 25px;
  margin: 20px 0 0 0;
}

.sop_tovar_txt_price,.sop_tovar_txt_price_old{
	display:inline-block;
}
del {
	text-decoration: line-through;
	text-decoration-color: red;
}
.sop_tovar_txt_price_old{
	opacity: .6;
  font-size: 17px;
  padding: 0 0 0 10px;
  position: relative;
  top: -3px;
}
.sop_tovar_img{
	text-align:center;
}
.sop_tovar_container{
	  margin-bottom: 20px;
}
.sop_tovar_img {
	padding:20px 0;
}
.product_page_container{
	background:#fcf8f5;
}



.product_breadcrumbs a,.product_breadcrumbs div{
	display:inline-block;
}
.product_breadcrumbs a{
	color: #588938;
}
.product_b_title{
	opacity: .6;
}
.product_b_c{
	opacity: .2;
  padding: 0 4px;
}
.sop_tovar_txt_price_more{
	margin: 30px 0 0 0;
}
.sop_tovar_txt_price_more a{
	background: #588938;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  cursor:pointer;
}

.left_container_gallery{
width: 50%;
  float: left;
}
.right_container_txt{
	float: left;
  padding-left: 40px;
  width: 50%;

}




















































.good_send_info_remov {
font-family:'Inter',sans-serif;
padding:15px 0;
font-size:15px;
cursor:pointer;
border:1px solid #2d82e7;
color:#2d82e7
}

.good_send_info_remov:hover {
background:#2d82e7;
color:#fff
}

.good_send_info img {
width:40px
}

.h2_s_container h3 {
font-family:'Inter',sans-serif;
font-size:15px;
padding:6px 0 0
}

.popup_form input,.popup_form textarea {
display:block;
margin:10px 0;
padding:15px;
border:1px solid #eee8e8;
font-size:14px;
font-family:'Inter',sans-serif;
color:#000;
width: 100%;
}

.popup_form textarea {
height:200px
}

.popup_title {
font-size: 20px;
line-height: 31px;
margin: 0 0 15px;
font-weight: 500;
padding: 0 20px 0 0;
}

.popup_txt {
font-size: 14px;
line-height: 21px;
margin: 0 0 18px;
opacity: .8;
}
.per{
font-size: 14px;
line-height: 21px;
margin: 15px 0 0;
opacity: .8;
}

.popup_form {
width:100%
}

.popup_form_con {
padding:40px
}
.popup_form_con p{
font-size: 15px;
  line-height: 22px;
  text-align: left;
  padding: 20px 0;
}
.popup_form_con ul li{
font-size: 15px;
  line-height: 22px;
  text-align: left;
  padding: 3px 0;
  list-style: disc;
}
.popup_txt_full ul{
	margin: 0 0 0 40px;
}

.proekt_but a{
	text-decoration:none;
	border-bottom:1px solid;
	color:#fff;
	padding-bottom: 3px;
}


.footer_phone a{
display: block;
text-decoration: none;
color: #fff;
line-height: 30px;
font-family: 'Open Sans', sans-serif;
font-weight: 500;
}
.footer_phone,.footer_menu,.footer_pop_mess{
position:absolute;
}




.white-popup {
position:relative;
margin:0 auto;
background:rgba(255,255,255,1);
-webkit-box-shadow:0 0 80px 0 rgba(93,109,121,0.5);
-moz-box-shadow:0 0 80px 0 rgba(93,109,121,0.5);
box-shadow:0 0 80px 0 rgba(93,109,121,0.5)
}
.white-popup2 {
position:relative;
width:700px;
margin:0 auto;
background:#1f1f26;
color:#fff;
}
.popup_title_line{
  width: 100%;
  height: 2px;
  background: #31313c;	
}
.mfp-preloader{display:none;}

.popup_form_send span {
background:linear-gradient(90deg,#638fff 0,#56a5ff 50%,#48bdff 100%);
padding:13px 42px;
border-radius:0;
font-family:'Inter',sans-serif;
color:#fff;
font-size:16px;
cursor:pointer;
width:100%;
position:relative;
display:block;
text-align:center;
padding:20px 0
}

.popup_form_send span:active,.header_top_phone_container a:active,.header_main_info_button span:active {
transform:scale(0.98);
box-shadow:3px 2px 22px 1px rgba(0,0,0,0.24)
}

.mfp-close {
width:40px;
height:40px;
border-radius:40px;
position:absolute;
z-index:1;
margin:20px auto;
cursor:pointer;
border:none;
top:0;
right:20px;
font-size:0;
background:none
}

.mfp-close:before {
content:'+';
color:#ff5757;
position:absolute;
z-index:2;
transform:rotate(45deg);
font-size:35px;
line-height:1;
top:1px;
left:10px;
transition:all .3s cubic-bezier(0.77,0,0.2,0.85)
}

.mfp-close:after {
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border-radius:100%;
background:#ff5757;
z-index:1;
transition:all .3s cubic-bezier(0.77,0,0.2,0.85);
transform:scale(0.01)
}

.mfp-close:hover:before {
color:#ff5757
}

.input__wrapper {
width:100%;
position:relative;
margin:15px 0;
text-align:center
}

.input__file {
opacity:0;
visibility:hidden;
position:absolute
}

.input__file-icon-wrapper {
height:60px;
width:60px;
margin-right:15px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
border-right:1px solid #fff
}

.input__file-button-text {
line-height:1;
margin-top:1px
}

.input__file-button {
width:100%;
font-family:'Inter',sans-serif;
height:60px;
background:#22b093;
color:#fff;
font-size:1.125rem;
font-weight:700;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
-webkit-box-pack:start;
-ms-flex-pack:start;
justify-content:flex-start;
border-radius:3px;
cursor:pointer;
margin:0 auto
}

.popup_form_send {
margin:12px 0 0;
background:linear-gradient(90deg,#638fff 0,#56a5ff 50%,#48bdff 100%);
border-radius:0;
color:#fff;
font-size:18px;
cursor:pointer;
width:100%;
position:relative;
display:block;
text-align:center;
padding:20px 0;
border:none;
font-weight:500
}

.menu_mobile_icon {
z-index:5
}

.mfp-content {
position:relative;
display:inline-block;
vertical-align:middle;
margin:0 auto;
text-align:left;
z-index:1045;
width: 80%;
}

.mfp-container {
text-align:center;
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
box-sizing:border-box
}

.mfp-container::before {
content:'';
display:inline-block;
height:100%;
vertical-align:middle
}

.mfp-hide {
display:none!important
}

.mfp-zoom-in.mfp-ready.mfp-bg {
opacity:.8
}

.mfp-bg {
top:0;
left:0;
width:100%;
height:100%;
z-index:1042;
overflow:hidden;
position:fixed;
background:#0b0b0b;
opacity:.8
}

.mfp-zoom-in.mfp-bg {
opacity:0;
transition:all .3s ease-out
}

.mfp-wrap {
top:0;
left:0;
width:100%;
height:100%;
z-index:1043;
position:fixed;
outline:none!important;
-webkit-backface-visibility:hidden
}

.amin3 {
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
-ms-transition:all .3s ease;
transition:all .3s ease
}

.map_info_form_button,.map_info_form_button2 {
height:1px;
overflow:hidden;
opacity:0;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
-ms-transition:all .3s ease;
transition:all .3s ease
}

.map_info_form_button.vis,.map_info_form_button2.vis {
height:auto;
overflow:visibility;
opacity:1;
margin:-10px 0 -15px
}

.mfp-zoom-in .mfp-with-anim {
opacity:0;
transition:all .2s ease-in-out;
transform:scale(.8)
}

.mfp-zoom-in.mfp-bg {
opacity:0;
transition:all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
opacity:1;
transform:scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
opacity:.9;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
transform:scale(.8);
opacity:0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
opacity:0
}

.mfp-newspaper .mfp-with-anim {
opacity:0;
-webkit-transition:all .2s ease-in-out;
transition:all .5s;
transform:scale(0) rotate(500deg)
}

.mfp-newspaper.mfp-bg {
opacity:0;
transition:all .5s
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
opacity:1;
transform:scale(1) rotate(0)
}

.mfp-newspaper.mfp-ready.mfp-bg {
opacity:.8
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
transform:scale(0) rotate(500deg);
opacity:0
}

.mfp-newspaper.mfp-removing.mfp-bg {
opacity:0
}

.mfp-move-horizontal .mfp-with-anim {
opacity:0;
transition:all .3s;
transform:translateX(-50px)
}

.mfp-move-horizontal.mfp-bg {
opacity:0;
transition:all .3s
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
opacity:1;
transform:translateX(0)
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
opacity:.8
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
transform:translateX(50px);
opacity:0
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
opacity:0
}

.mfp-move-from-top .mfp-content {
vertical-align:top
}

.mfp-move-from-top .mfp-with-anim {
opacity:0;
transition:all .2s;
transform:translateY(-100px)
}

.mfp-move-from-top.mfp-bg {
opacity:0;
transition:all .2s
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
opacity:1;
transform:translateY(0)
}

.mfp-move-from-top.mfp-ready.mfp-bg {
opacity:.8
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
transform:translateY(-50px);
opacity:0
}

.mfp-move-from-top.mfp-removing.mfp-bg {
opacity:0
}

.mfp-3d-unfold .mfp-content {
perspective:2000px
}

.mfp-3d-unfold .mfp-with-anim {
opacity:0;
transition:all .3s ease-in-out;
transform-style:preserve-3d;
transform:rotateY(-60deg)
}

.mfp-3d-unfold.mfp-bg {
opacity:0;
transition:all .5s
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
opacity:1;
transform:rotateY(0)
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
opacity:.8
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
transform:rotateY(60deg);
opacity:0
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
opacity:0
}

.mfp-zoom-out .mfp-with-anim {
opacity:0;
transition:all .3s ease-in-out;
transform:scale(1.3)
}

.mfp-zoom-out.mfp-bg {
opacity:0;
transition:all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
opacity:1;
transform:scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
opacity:.8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
transform:scale(1.3);
opacity:0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
opacity:0
}

@keyframes hinge {
0% {
transform:rotate(0);
transform-origin:top left;
animation-timing-function:ease-in-out
}

20%,60% {
transform:rotate(80deg);
transform-origin:top left;
animation-timing-function:ease-in-out
}

40% {
transform:rotate(60deg);
transform-origin:top left;
animation-timing-function:ease-in-out
}

80% {
transform:rotate(60deg) translateY(0);
opacity:1;
transform-origin:top left;
animation-timing-function:ease-in-out
}

100% {
transform:translateY(700px);
opacity:0
}
}

.hinge {
animation-duration:1s;
animation-name:hinge
}

.mfp-with-fade .mfp-content,.mfp-with-fade.mfp-bg {
opacity:0;
transition:opacity .5s ease-out
}

.mfp-with-fade.mfp-ready .mfp-content {
opacity:1
}

.mfp-with-fade.mfp-ready.mfp-bg {
opacity:.8
}

.mfp-with-fade.mfp-removing.mfp-bg {
opacity:0
}



.popup_price{
	display: inline-block;
	font-size: 25px;
  margin: 20px 0 0 0;
}
.popup_price_old{
	display: inline-block;
	opacity: .6;
  font-size: 17px;
  padding: 0 0 0 10px;
  position: relative;
  top: -3px;
	
}
@media only screen and (min-width: 1px) and (max-width: 800px) {
	  .how_we_row_container {
margin: 26px auto !important;
    width: 40px;
    top: auto;
    position: relative;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
	.how_we_s {
 display: inline;
  position: relative;
}
	.left_co{
		float: none;
  width: 400px;
  margin: 0 auto;
  border-radius: 0;
	}
	.left_co img{
		border-radius: 20px 20px 0 0;
		width: 100%;
	}
	.right_co {
    width: 400px!important;
	border-radius:0 0 20px 20px!important;
    margin: 0 auto;
    float: none;
  }
}

.logo_top_only_mobile img{
	width: 200px;
  margin: -20px 0 0 0;
}
@media only screen and (min-width: 500px) and (max-width: 9999px) {
	.t-store__scroll-icon-wrapper,.stock_img_mobile{
		display:none;
	}
}

@media only screen and (min-width: 1px) and (max-width: 499px) {
	.good_send_closed {
  right: auto;
  left: 50%;
}
	
	.t-store__scroll-icon-wrapper{
		text-align:right;
	}
	  .left_co {
    width: auto!important;
  }
   .right_co {
    width: auto !important;
  }
  .bist_zakaz_sale {
width: auto;
  height: auto;
}
.bist_zakaz_sale_content {
  padding: 20px 20px 40px 20px;
}
.sale_icon img {
  right: 0;

}
  .right_co h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  padding-bottom: 20px;
}
.right_co_price span {
  font-size: 40px;
}
.right_co {
  height: auto;
}
.right_co_more {
  position: relative;
  margin: 40px 0 0 0;
  bottom: auto;
}
	.faq_container h3 {
  font-size: 16px;
  padding: 16px 0 0 0;
  line-height: 23px;
  max-width: 300px;
  margin: 0 auto;
}
h3.catalog_container_h3 {
    font-size: 30px !important;
	padding: 40px 0;
}
	 .faq_container h2 {
    font-size: 30px !important;
  }
	  .send_b {
    max-width: auto;
    margin: 0 auto;
    width: 268px;
  }
  .contacts_container h2 {
  font-size: 40px;
}
  .personal {
  color: #fff;
  text-align: center;
  font-size: 14px;
  max-width: 284px;
  margin: 17px auto;
}
	.faq li.q {
  font-size: 18px;
  cursor: pointer;
  font-family: 'Golos Text';
  color: #356a13;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  padding-right: 40px;
  line-height: 30px;
}
	.about_left h2 {
  font-size: 30px;
}
.legenda_right h2 {
  font-size: 30px;
  line-height: 39px;
}
.faq{
	padding-left: 20px;
  padding-right: 20px;
}
	.stock_img{
		display:none!important;
	}
	.stock_txt {
  font-size: 17px;
  padding: 10px 0 10px 0;
  line-height: 24px;
}
	.sop_tovar_container_f{
	flex-wrap: nowrap;
	display: flex;
	max-width: 100%;
    overflow-x: auto;
    padding: 0 !important;
	}
	
	.sop_tovar_c {
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    margin-bottom: 0 !important;
    max-width: 80%;
    min-width: 80%;
    width: 80%;
	display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  transition: opacity .2s ease-out;
	}
	
.sop_tovar_container{
	-webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
	-ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
	flex-direction: row;
	display: flex;
	min-width: 0;
}

	h2.catalog_container_h2 {
  letter-spacing: -1px;
  padding-bottom: 0px;
  padding-top: 0px;
  line-height: 1.17;
  font-size: 34px;
  padding: 40px 0;
}
	.advantages_arrow img {
  top: 2px!important;
}
	  .advantages_title {
    padding: 10px!important;
    width: auto!important;
    font-size: 17px!important;
    display: block!important;
	text-align: center;
  }
	.main_slider_top_container h2 {
  padding: 30px 0 20px 0;
}
	.main_slider_top_container h2 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  padding: 30px 0 40px 0;
}
	.main_slider_top_container h1 {
  font-size: 17px;
}
	.catalog_container{
		position: relative;
	}
	  .faq_c {
    max-width: 100%!important;
  }
	 .stock_img {
    width: auto!important;
  }
	.advantages_c {
display: inline-table;
    margin: 0;
    width: 45%;
}
	.footer_left h2 {
  position: relative;
  font-size: 37px;
  color: #fff;
  font-family: "TriodPostnajaMedium", sans-serif;
  font-weight: 500;
  margin: 15px 0 0;
  text-align: center;
}
.footer_right_col1 {
  width: 300px;
  margin: 24px auto;
  text-align: center;
}
.footer_right_col2{
	  width: 300px;
  margin: 24px auto;
  text-align: center;
}
	.footer_right_col1, .footer_right_col2 {
  float: none;
}
.footer_right {
  float: none;
}
	.send_b {
  max-width: 400px;
  margin: 0 auto;
}
	.form_container {
  width: auto;
}
	.form_container input {
width: auto;
    margin: 24px auto;
}
.form_container textarea {
width: auto;
    margin: 24px auto;
}

	.advantages_container{
width: auto;
    margin: -125px auto 35px;
}
	
	.section-wrap {
  height: auto !important;
    padding: 120px 0;
}
	  .main_slider_top_container {
    height: auto !important;
	overflow:hidden;
  }
  .t-cover__filter {
 height: 120% !important;
}
	  .stock_img {
    width: auto;
    max-width: 500px;
    margin: 20px auto;
  }
	.stocks_container .container{
		display: grid;
	}
	.stock_img{
		order: 1;
		display:block;
	}
	.stock_title_content{
order: 0;
    display: block;
    width: auto;
    margin: 0 0 20px 0;
    padding: 0 20px;
    text-align: center;
	}
.feedback_container h2 {
  font-size: 40px!important;
}
.how_we_work h2 {
  font-size: 40px!important;
}

}



@media only screen and (min-width: 500px) and (max-width: 599px) {
	 .advantages_title {
  width: 181px;
    font-size: 22px;
    text-align: center;
	padding:0!important;
  }
	  .faq_c {
    max-width: 100%!important;
  }
	 .stock_img {
    width: auto!important;
  }
	.advantages_c {
  display: inline-table;
  margin: 14px 16px;
  width: 190px;
}
	.footer_left h2 {
  position: relative;
  font-size: 37px;
  color: #fff;
  font-family: "TriodPostnajaMedium", sans-serif;
  font-weight: 500;
  margin: 15px 0 0;
  text-align: center;
}
.footer_right_col1 {
  width: 300px;
  margin: 24px auto;
  text-align: center;
}
.footer_right_col2{
	  width: 300px;
  margin: 24px auto;
  text-align: center;
}
	.footer_right_col1, .footer_right_col2 {
  float: none;
}
.footer_right {
  float: none;
}
	.send_b {
  max-width: 400px;
  margin: 0 auto;
}
	.form_container {
  width: auto;
}
	.form_container input {
  width: 400px;
  margin: 24px auto;
}
.form_container textarea {
   width: 400px;
   margin: 24px auto;
}
	.advantages_container{
width: 450px;
    margin: -100px auto 0;
}
	
	.section-wrap {
  height: 656px !important;
}
	  .main_slider_top_container {
    height: 800px!important;
  }
  .t-cover__filter {
 height: 800px!important;
}
	  .stock_img {
    width: auto;
    max-width: 500px;
    margin: 20px auto;
  }
	.stocks_container .container{
		display: grid;
	}
	.stock_img{
		order: 1;
		display:block;
	}
	.stock_title_content{
order: 0;
    display: block;
    width: auto;
    margin: 0 0 20px 0;
    padding: 0 20px;
    text-align: center;
	}
.feedback_container h2 {
  font-size: 40px!important;
}
.how_we_work h2 {
  font-size: 40px!important;
}
.faq_container h2{
	font-size: 40px!important;
}
	.logo_top_only_mobile img {
width: 200px;
    margin: -14px 0 12px 0;
}
}


@media only screen and (min-width: 600px) and (max-width: 699px) {
	.footer_left h2 {
  position: relative;
  font-size: 37px;
  color: #fff;
  font-family: "TriodPostnajaMedium", sans-serif;
  font-weight: 500;
  margin: 15px 0 0;
  text-align: center;
}
.footer_right_col1 {
  width: 300px;
  margin: 24px auto;
  text-align: center;
}
.footer_right_col2{
	  width: 300px;
  margin: 24px auto;
  text-align: center;
}
	.footer_right_col1, .footer_right_col2 {
  float: none;
}
.footer_right {
  float: none;
}
	.send_b {
  max-width: 400px;
  margin: 0 auto;
}
	.form_container {
  width: auto;
}
	.form_container input {
  width: 400px;
  margin: 24px auto;
}
.form_container textarea {
   width: 400px;
   margin: 24px auto;
}

	.logo_top_only_mobile img {
width: 200px;
    margin: 46px 0 12px 0;
}
	.advantages_container{
		width: 500px;
  margin: -50px auto 0;
}
	
	.section-wrap {
  height: 600px!important;
}
	  .main_slider_top_container {
    height: 730px!important;
  }
  .t-cover__filter {
 height: 730px!important;
}
	  .stock_img {
    width: auto;
    max-width: 500px;
    margin: 20px auto;
  }
	.stocks_container .container{
		display: grid;
	}
	.stock_img{
		order: 1;
		display:block;
	}
	.stock_title_content{
order: 0;
    display: block;
    width: auto;
    margin: 0 0 20px 0;
    padding: 0 20px;
    text-align: center;
	}
.feedback_container h2 {
  font-size: 40px!important;
}
.how_we_work h2 {
  font-size: 40px!important;
}
.faq_container h2{
	font-size: 40px!important;
}
}







@media only screen and (min-width: 700px) and (max-width: 999px) {
	
	.logo_top_only_mobile img {
width: 200px;
    margin: 46px 0 12px 0;
}
	.advantages_container{
		width: 500px;
  margin: -50px auto 0;
}
	
	.section-wrap {
  height: 600px !important;
}
	  .main_slider_top_container {
    height: 750px!important;
  }
  .t-cover__filter {
 height: 750px!important;
}
	  .stock_img {
    width: auto;
    max-width: 500px;
    margin: 20px auto;
  }
	.stocks_container .container{
		display: grid;
	}
	.stock_img{
		order: 1;
		display:block;
	}
	.stock_title_content{
order: 0;
    display: block;
    width: auto;
    margin: 0 0 20px 0;
    padding: 0 20px;
    text-align: center;
	}
.feedback_container h2 {
  font-size: 40px!important;
}
.how_we_work h2 {
  font-size: 40px!important;
}
.faq_container h2{
	font-size: 40px!important;
}
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
	.vn_container h1 {
  letter-spacing: -1px;
  line-height: 1.17;
  font-size: 30px;
  text-align: center;
}
	.popup_title h2{
		font-size: 18px;
  line-height: 24px;
	}
	.product_page_container {
  padding: 110px 0 40px 0;
}
	.prod_vn_left, .prod_vn_right {
  float: none;
}
.prod_vn_left {
  width: auto;
}
.prod_vn_right {
  width: auto;
  padding-left: 0;
}
	.vn_container {
  padding: 75px 0 50px 0;
}
	.beer_container img.body_beer {
  width: 130px;



}
.beer_container {
  bottom: 10px;
  right: 20px;
}
.arm_beer_container {
  margin: 16px 0 0 20px;
}
.beer_container img.arm_beer {
  width: 33px;
}
.beer_txt_container span {
  padding: 7px 17px;
  font-size: 12px;
}
	.mfp-content {
  width: 100%;
}
.left_container_gallery {
  width: auto;
  float: none;
}
.right_container_txt {
  float: none;
  padding-left: 0;
  width: auto;
}
	
	.faq_c {
  max-width: 500px;
}
	.main_slider_top_container h3 {
  margin: 0 auto;
}
	.move_catalog_b{
		display:none;
	}
	.menu_top_mobile{
background: #588938;
box-shadow: rgba(0, 11, 48, 0.2) 0px 15px 30px -10px;
    position: fixed;
    width: 100%;
    z-index: 5;
    padding: 5px 12px;
    top: 0;
	}
	.logo_top_mobile img{
		width: 200px;
	}
	
	.main_slider_top_container {
  background: url(./images/___1__2.png.webp) no-repeat center center;
    background-size: auto;
  background-size: auto;
  background-size: cover;
  height: 818px;
}
	
	
	
	
	
	
	.section-wrap {
  text-align: center;
}
	.menu_top_desktop{
		display:none;
	}
	
		.how_we_work h2 {
  font-size: 50px;
  letter-spacing: -1px;
}
	.sop_tovar_container{
		text-align:center;
	}
	.about_right {
width: auto;
    margin: 40px auto 0;
    float: none;
    text-align: center;
}
	.bist_zakaz_sale{
		margin: 60px auto 0;
	}
	.bist_zakaz_voda{
		width: auto;
  margin: 0 auto;
	}
	.bist_zakaz_voda,.bist_zakaz_sale{
		float: none;
	}
	.stock_img {
  width: 520px;
}
.about_left {
width: auto;
    height: auto;
    float: none;
    margin: 0;
}
.legenda_left {
  width: auto;
    margin: 0 auto 40px;
    text-align: center;
    float: none;
}
.legenda_right {
  height: auto;
    width: auto;
    margin: 0;
}
.how_we_s {
  margin: 59px 13px 21px;
}
.how_we_row_container {
  margin: 0 0 0 200px;
}
	.sop_tovar_c {

width: 420px;
    margin: 10px;
    text-align: left;
}
.right_co {
  width: 360px;
}
	.container {
  width: auto;
}
.advantages_title {
	padding: 10px;
width: 181px;
    font-size: 22px;
}
}
@media only screen and (min-width: 1000px) and (max-width: 9999px) {
	.menu_top_mobile,.logo_top_only_mobile{
		display:none;
	}
}



@media only screen and (min-width: 1000px) and (max-width: 1099px) {
	.how_we_work h2 {
  font-size: 50px;
  letter-spacing: -1px;
}
	.sop_tovar_container{
		text-align:center;
	}
	.about_right {
width: auto;
    margin: 40px auto 0;
    float: none;
    text-align: center;
}
	.bist_zakaz_sale{
		margin: 60px auto 0;
	}
	.bist_zakaz_voda{
		width: 740px;
  margin: 0 auto;
	}
	.bist_zakaz_voda,.bist_zakaz_sale{
		float: none;
	}
	.stock_img {
  width: 520px;
}
.about_left {
width: auto;
    height: auto;
    float: none;
    margin: 0;
}
.legenda_left {
  width: auto;
    margin: 0 auto 40px;
    text-align: center;
    float: none;
}
.legenda_right {
  height: auto;
    width: auto;
    margin: 0;
}
.how_we_s {
  margin: 59px 13px 21px;
}
.how_we_row_container {
  margin: 0 0 0 200px;
}
	.sop_tovar_c {

width: 420px;
    margin: 10px;
    text-align: left;
}
.right_co {
  width: 360px;
}
	.container {
  width: 950px;
}
.advantages_title {
width: 181px;
    font-size: 22px;
}
}

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
	.about_right {
  width: 487px;
}
	.bist_zakaz_sale{
		margin: 60px auto 0;
	}
	.bist_zakaz_voda{
		width: 740px;
  margin: 0 auto;
	}
	.bist_zakaz_voda,.bist_zakaz_sale{
		float: none;
	}
	.stock_img {
  width: 617px;
}
.about_left {
 width: 485px;
    height: auto;
}
.legenda_left {
  width: 485px;
}
.legenda_right {
  height: auto;
    width: 495px;
}
.how_we_s {
  margin: 59px 25px 21px;
}
.how_we_row_container {
  margin: 0 0 0 211px;
}
	.sop_tovar_c {

width: 317px;
    margin: 10px;
}
.right_co {
  width: 360px;
}
	.container {
  width: 1050px;
}
.advantages_title {
width: 181px;
    font-size: 22px;
}
}


@media only screen and (min-width: 1200px) and (max-width: 1299px) {
	.stock_img {
  width: 720px;
}
.about_left {
  width: 530px;
}
.legenda_left {
  width: 530px;
}
.legenda_right {
  height: 353px;
}
.how_we_s {
  margin: 59px 37px 21px;
}
	.sop_tovar_c {

  width: 350px;
  margin: 10px;
}
.right_co {
  width: 360px;
}
	.container {
  width: 1150px;
}
.advantages_title {
  width: 220px;
}
}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
.advantages_title {
  width: 244px;
}
}