/* Utilities */

.reviews_product {
    display: none;
}

h1, .h1 {
  font-size: 3em;
}
h2, .h2 {
  font-size: 2.5em;
}
h3, .h3 {
  font-size: 1.6em;
}
h1,h2,h3, .h1, .h2, .h3 {
  font-family: "ProspectC", "Roboto", "Arial";
  font-weight: 500;
  text-transform: uppercase;
}
h4, .h4 {
  font-weight: 500;
  font-size: 1.2em;
}

.active-menu {
    border: 1px solid #2d7b65;
    background-color: white;
}
.active-menu a {
    color: #005d42 !important;
    font-weight: 500;
}

@media only screen and (max-width: 998px) {

	.main-page-promo-en .promo-wrapper .container .row{
		    display: flex;
	}
	.main-page-promo-en .promo-wrapper .container .row .col.l4{
		width: 50%;
	}
	.main-page-promo-en .promo-wrapper .container{
		width: 90%;
	}
	.enter-wrapper{
		top: calc(100vh / 4) !important;
    	left: calc(100vw / 7) !important;
		width: 70% !important;
	}
	.enter-wrapper .link.enter{
		font-size: 20px;
	}

	.enter-wrapper .link.no-enter{
		font-size: 20px;
	}

  .eye-trigger {
    display: none;
  }
  .o_magaz h1{
	  text-align: center !important;
  }
 
  .o_magaz .bordered-title:after{
	  left: 30% !important;
  }
  .table_mob {
	  overflow-x:auto;
  }
  .table_mob{
	  border-collapse: collapse;
    border-spacing: 0;
    width: 200%;
  }
  
  .obrashenii_table{
	 display: block;
  overflow: auto;
  width: 1000px
  }
  .main_shops_carta .container{
	  width: 100%;
  }
  .main_shops .descr p{
	      text-align: justify;
  }
  .sertifikat{
	  display: flex;
    justify-content: center;
  }
  .sertifikat img{
	      width: 100%;
    height: auto;
  }
  .pictr_o_nas img{
	  width: 100%;
	  height: auto;
  }
  h1, .h1 {
      font-size: 2em;
  }
  h2, .h2 {
    font-size: 1.8em;
  }
  h3, .h3 {
    font-size: 1.4em;
  }
}
strong {
  font-weight: 600;
}
a[role="button"] {
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: #279e7c;
} 
.parent {
  position: relative;
  z-index: 5;
}
.att {
  font-size: 1.4em;
}
.clearfix:before, .clearfix:after {
  clear: both;
  content: " ";
  display: table;
}
.wrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.link {
  position: relative;
}
.link:after {
  border-bottom: 1px solid;
  bottom: -.5em;
  content: "";
  height: 2px;
  left: 1px;
  position: absolute;
  transition: all .2s ease 0s;
  width: 0%;
}
.link:hover,
.link:focus,
.link:active {
  color: #005d42;
}
.link:hover:after,
.link:focus:after,
.link:active:after {
  width: 100%;
}
.no-m {
  margin: 0 !important;
}

/* EYES */
*:focus {
	outline: none;
}
body[data-font="1"] {
  font-size: 1.4em;
}
body[data-font="2"] {
  font-size: 2em;
}
body[data-line="1"] {
  line-height: 1.8;
}
body[data-line="2"] {
  line-height: 2;
}
body[data-letters="1"] {
  letter-spacing: 5px;
}
body[data-letters="2"] {
  letter-spacing: 10px;
}
body[data-images="1"] img {
  opacity: .05 !important;
}
body[data-font="1"] .main-intro-wrapper, 
body[data-font="2"] .main-intro-wrapper,
body[data-line="1"] .main-intro-wrapper,
body[data-line="2"] .main-intro-wrapper,
body[data-letters="1"] .main-intro-wrapper,
body[data-letters="2"] .main-intro-wrapper {
  display:  none;
}
body[data-font="1"] .news-list .news-item,
body[data-font="2"] .news-list .news-item,
body[data-line="1"] .news-list .news-item,
body[data-line="2"] .news-list .news-item,
body[data-letters="1"] .news-list .news-item,
body[data-letters="2"] .news-list .news-item {
  height: inherit;
}
body[data-font="1"] .alco span,
body[data-font="2"] .alco span,
body[data-line="1"] .alco span,
body[data-line="2"] .alco span,
body[data-letters="1"] .alco span,
body[data-letters="2"] .alco span {
  height: inherit;
  width: inherit;
}
body[data-font="1"] *:focus,
body[data-font="2"] *:focus,
body[data-line="1"] *:focus,
body[data-line="2"] *:focus,
body[data-letters="1"] *:focus,
body[data-letters="2"] *:focus {
	outline: 1px solid #006648;
}

/* Btns */
.default-btn {
  background-color: #005d42;
  border: 1px solid #005d42;
  box-shadow: 0 0 0 2px #fff inset;
  color: #fff;
  display: inline-block;
  font-size: .8em;
  font-weight: 600;
  letter-spacing: 4px;
  padding: 1.2em 2em 1em;
  text-transform: uppercase;
}
.default-btn:hover,
.default-btn:focus,
.default-btn:active {
  box-shadow: 0 0 0 2px transparent inset;
  color: #fff;
}
.default-btn.inverted {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #296352 inset;
  color: #005d42;
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate3d(50%, 50%, 0px);
}
.default-btn.inverted:hover,
.default-btn.inverted:focus,
.default-btn.inverted:active {
  box-shadow: 0 0 0 2px transparent inset;
}
.special-btn {
  background-color: #fff;
  border: 1px solid #8d734a;
  color: #8d734a;
  display: inline-block;
  font-size: .8em;
  font-weight: 600;
  letter-spacing: 4px;
  padding: 1.2em 3em 1em;
  text-transform: uppercase;
  vertical-align: middle;
}
.special-btn:hover,
.special-btn:focus,
.special-btn:active {
  background-color: #8d734a;
  color: #fff;
}
.bx-core-window select {
  display: inherit !important;
}
.bxcompprop-content .bxcompprop-cont-table-r-refreshed input[type="text"], .bxcompprop-content .bxcompprop-cont-table-r-refreshed input[type="password"], .bxcompprop-content .bxcompprop-cont-table-r-refreshed input[type="email"] {
  width: inherit !important;
}
ul li {
  position: relative;
  color: #8d734a;
  padding-left: 1em;
}
ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #8d734a;
  border-radius: 50%;
}
.fw-list li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-bottom: 0.5em;
}

.main {
  opacity: 1;
  transition: opacity 1s ease 0s;
}
.header.fxd + .main {
  padding-top: 90px;
}

.text-block {
  background: #fff;
  padding-left: 2em !important;
  padding-right: 2em !important;
  position: relative;
  z-index: 5;
}
.box {
  box-shadow: 0 2px 5px rgba(0,0,0,.15);
  margin-bottom: 1em;
  padding: 2em;
}

/* features */
.features {
  display: inline-block;
  position: absolute;
  top: 1em;
  right: 1em;
}
.features .feature {
  max-width: 80px;
  margin-left: auto;
  margin-bottom: .5em;
  opacity: 0;
  padding: 0;
  transition: all .5s ease 0s;
  transform-origin: center;
  transform: translateY(-100px) scale(1.3);
}
.features .feature:before {
  display: none;
}
.features .feature.active {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.news_main_2{
	display: flex;
}
.video_main{
	width: 33%;
	    margin: 1em;
}
@media only screen and (max-width: 860px) {
  .features .feature {
    max-width: 60px;
  }
  .video_main{
	 width: 92%; 
  }
  .news_main_2{
	  display: block;
  }
  .news_main_page{
	  width: 100% !important;
  }
  .main_page_news .news-img img{
	  width: 100% !important;
  }
  .main_table_news .wide{
	 
  }
  .main_page_news .row .col.s12{
	     
  }
   .video_news{
	  display: none !important;
  }
  .main_page_news .news-item img{
	  margin: 0 !important;
  }
  .main_table_news .container{
	  width: 100% !important;
  }
  .main_h4{
	 
	        
  }
  .news-list .news-item .text{
	  max-width: 100% !important;
  }
  
 .news-list .news-item .preview-text{
	  width: 100% !important;
  }
  
  .news-list .news-item .title, .ourlife-item .title{
	   width: 100% !important;
  }
  .btn_main_news{
	  text-align: left !important;
    margin-left: 6em !important;
  }
}
.features .feature:hover {
  transition: all .2s ease 0s;
  max-width: 100%;
}
.no-p {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.main-intro-wrapper {
  position: relative;
}
.main-intro-wrapper .intro {
  margin: 0;
  padding-top: 2em;
}
@media only screen and (max-width: 790px) {
  .main-intro-wrapper .intro {
    display: none;
  }
}
.main-intro-wrapper .sc-slide {
  position: relative;
  padding: 2em 0;
}
.main-intro-wrapper .sc-slide .info-wrapper, .main-intro-wrapper .sc-slide .images {
  display: block;
  float: left;
  height: 640px;
  overflow: hidden;
  position: relative;
  width: 49.9%;
}
.main-intro-wrapper .sc-slide .info-wrapper {
  box-shadow: 5px 0 0 0 #1984b0;
}
.main-intro-wrapper .sc-slide .photo-product {
  transition: all 1s linear;
  transform: scale(1);
  position: relative;
  height: 100%;
  width: auto;
}
.main-intro-wrapper .active .sc-slide .photo-product {
  transition: all 20s linear;
  transform: scale(1.3);
}
.main-intro-wrapper .sc-slide .front {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.main-intro-wrapper .sc-slide .front img {
  max-height: 100%;
  margin: 0 auto;
  transition: all 1s ease;
  opacity: 0;
  transform: translateY(-5em) scale(.8);
  transform-origin: bottom;
  width: auto;
}
.main-intro-wrapper .active .sc-slide .front img {
  transition: all 3s cubic-bezier(.2,1,.2,1) .3s;
  opacity: 1;
  transform: translateY(0) scale(1);
} 
.main-intro-wrapper .sc-slide .info-wrapper .descr-bg {
  background: #1984b0 linear-gradient(-90deg, #1984b0 30%, #454785);
  color: #fff;
  height: 100%;
}
.main-intro-wrapper .sc-slide .progressbar, .main-intro-wrapper .sc-slide .statusbar {
  position: absolute;
  max-height: 80%;
  height: 100%;
  background: rgba(255,255,255,.25);
  width: 1px;
  left: 10%;
  top: 10%;
  opacity: 1;
}
.main-intro-wrapper .sc-slide .info-wrapper .statusbar {
  background: rgba(255,255,255,.45);
  max-height: 0;
  overflow: hidden;
  transition: all .5s linear;
}
.main-intro-wrapper .active .info-wrapper .statusbar {
  max-height: 80%;
  transition: all 10s linear;
}
.main-intro-wrapper .sc-slide .info-wrapper .info {
  position: relative;
  z-index: 10;
  padding: 5em 9em;
  max-width: 90%;
  top: 10%;
}
.main-intro-wrapper .sc-slide .info-wrapper .title {
  font-size: 4em;
  font-weight: 600;
  font-family: ProspectC;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 50;
  text-transform: none;
}
.main-intro-wrapper .sc-slide .info-wrapper .title .type {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  background: #005d42;
  display: inline-block;
  padding: .5em;
  border-radius: 2em;
  vertical-align: text-top;
  margin-left: .5em;
  position: absolute;
}
.main-intro-wrapper .sc-slide .info-wrapper .description {
  margin-bottom: 4em;
}
.main-intro-wrapper .sc-slide .info-wrapper .more-btn {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  display: inline-block;
  padding: 1em 2em;
  border: 2px solid #fff;
  border-radius: 2em;
}
.main-intro-wrapper .title, .main-intro-wrapper .description, .main-intro-wrapper .btn-wrap, .main-intro-wrapper .hint {
  transition: all .5s ease .8s;
  opacity: 0;
  transform: translateX(-2em);
}
.main-intro-wrapper .active .title, .main-intro-wrapper .active .description, .main-intro-wrapper .active .btn-wrap, .main-intro-wrapper .active .hint {
  opacity: 1;
  transform: translateX(0);
  transition: all .5s ease .8s;
}
.main-intro-wrapper .active .more-btn:hover {
  background: #fff;
  color: #005d42;
}
.main-intro-wrapper .brands {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 0;
  position: relative;
  padding: 0 2em;
}
.main-intro-wrapper .brands::after {
  content: "";
  border-bottom: 1px solid #ccc;
  width: 100%;
  position: absolute;
  top: 46%;
  left: 0;
  z-index: 0;
}
.main-intro-wrapper .brands .brand {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1em;
  z-index: 10;
  max-width: 130px;
  background: #fff;
  margin: 0 1em;
}
.main-intro-wrapper .brands .brand::before {
  display: none;
}
.main-intro-wrapper .brands a {
  display: block;
  opacity: .55;
  transform-origin: top;
  transform: scale(.75);
  filter: brightness(0);
}
.main-intro-wrapper .brands a:hover,
.main-intro-wrapper .brands a:focus,
.main-intro-wrapper .brands a:active,
.main-intro-wrapper .brand.active a {
  opacity: 1;
  transform: scale(1);
  filter: brightness(1);
}
.main-intro-wrapper .owl-dots {
  display: none;
}
.main-intro-wrapper .owl-nav {
  display: none;
}
/* themes */
.main-intro-wrapper .sc-slide.black-bg .info-wrapper .descr-bg {
  background: #000 linear-gradient(-90deg, #252525, #000);
}
.main-intro-wrapper .sc-slide.black-bg .info-wrapper {
  box-shadow: 5px 0 0 0 #000;
}
.main-intro-wrapper .sc-slide.gray-bg .info-wrapper .descr-bg {
  background: #ab9670 linear-gradient(-90deg, #ab9670 30%, #3f5467);
}
.main-intro-wrapper .sc-slide.gray-bg .info-wrapper {
  box-shadow: 5px 0 0 0 #ab9670;
}
.main-intro-wrapper .sc-slide.green-bg .info-wrapper .descr-bg {
  background: #272d0e linear-gradient(90deg, #272d0e 20%, #092415 170%);
}
.main-intro-wrapper .sc-slide.green-bg .info-wrapper {
  box-shadow: 5px 0 0 0 #092415;
}
.main-intro-wrapper .sc-slide.brown-bg .info-wrapper .descr-bg {
  background: #b79669 linear-gradient(90deg, #311814, #b79669);
}
.main-intro-wrapper .sc-slide.brown-bg .info-wrapper {
  box-shadow: 5px 0 0 0 #b79669;
}


@media only screen and (max-width: 1600px) {
  .main-intro-wrapper .sc-slide .info-wrapper .info {
    padding: 3em 7em 0 7em;
  }
}
@media only screen and (max-width: 1345px) {
  .main-intro-wrapper .brands::after {
    display: none;
  }
}
@media only screen and (max-width: 1070px) {
  .main-intro-wrapper .sc-slide .info-wrapper .title {
    font-size: 3em;
  }
  .main-intro-wrapper .sc-slide .info-wrapper .description {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 860px) {
  .main-intro-wrapper .sc-slide {
    padding: 0 0 2em;
  }
  .main-intro-wrapper .sc-slide .images {
    display: none;
  }
  .main-intro-wrapper .sc-slide .info-wrapper {
    width: 100%;
  }
  .main-intro-wrapper .sc-slide .front img {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 3em 0 auto;
  }
  .main-intro-wrapper .sc-slide .info-wrapper .info {
    padding: 3em 5em;
    max-width: 75%;
  }
  .main-intro-wrapper .sc-slide .progressbar, .main-intro-wrapper .sc-slide .statusbar {
    left: 5%;
  }
}
@media only screen and (max-width: 640px) {
  .main-intro-wrapper .sc-slide .info-wrapper {
    height: 420px;
  }
  .main-intro-wrapper .sc-slide .info-wrapper .title {
    font-size: 2em;
  }
  .main-intro-wrapper .sc-slide .info-wrapper .info {
    max-width: 75%;
    padding: 0em 3em;
  }
  .main-intro-wrapper .sc-slide .front img {
    max-height: 420px;
  }
  .main-intro-wrapper .sc-slide .info-wrapper .more-btn {
    letter-spacing: 2px;
    padding: 1em 1.5em;
    font-size: .8em;
  }
  .main-intro-wrapper .sc-slide .info-wrapper .description {
    margin-bottom: 1em;
    font-size: .9em;
  }
}
@media only screen and (max-width: 520px) {
  .main-intro-wrapper .sc-slide .front img {
    margin: 0 2em 0 auto;
  }
}
@media only screen and (max-width: 400px) {
  .main-intro-wrapper .sc-slide .info-wrapper {
    height: 470px;
  }
  .main-intro-wrapper .sc-slide .info-wrapper .info {
    top: 5%;
    max-width: 75%;
    padding: 0em 1em 0 2em;
  }
  .main-intro-wrapper .sc-slide .progressbar, .main-intro-wrapper .sc-slide .statusbar {
    top: 5%;
  }
  .main-intro-wrapper .sc-slide .front img {
    max-height: 350px;
    margin: 0 1em 0 auto;
  }
}


/* info */ 
.promo-item .info, .catalog-detail .info {
  padding: 1em 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
/* volumes */
.volumes {
  padding: .5em;
}
.volumes .volume {
  display: inline-block;
  font-size: .8em;
  padding: .5em;
}
.volumes .bottle {
  background: url(images/volume-bottle.png) no-repeat 4px 0;
  height: 75px;
  width: 27px;
}
.volumes .volume .bottle.s-50,
.volumes .volume .bottle.s-100,
.volumes .volume .bottle.s-200,
.volumes .volume .bottle.s-250,
.volumes .volume .bottle.s-375 {
  background-position: -122px 0;
}
.volumes .volume .bottle.s-500 {
  background-position: -59px 0px;
}
.volumes .volume .bottle.s-700,
.volumes .volume .bottle.s-750,
.volumes .volume .bottle.s-1000 {
  background-position: 4px 0;
}

/* alco */
.alco span {
  background: #fff;
  border: 1px solid #54412a;
  border-radius: 50%;
  color: #54412a;
  display: inline-block;
  height: 60px;
  padding: 1.3em 0;
  position: relative;
  text-align: center;
  width: 60px;
  font-weight: 600;
}

/* social */
.social-buttons {
  position: relative;
}
.social-buttons a {
  background: #8d734a;
  color: #fff;
  width: 2em;
  height: 2em;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  padding-top: 0.3em;
  margin: 0 0.5em 0.5em 0;
}
.social-buttons a:hover,
.social-buttons a:focus,
.social-buttons a:active {
  background: #b5945e;
}

/* map */
.map-icon {
  color: #8d734a;
  font-size: 3em;
  left: 0;
  position: absolute;
  top: 0;
}
.map-icon .num {
  font-size: 13px;
  font-weight: 600;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 15px;
  position: absolute;
  left: 6px;
  text-align: center;
  display: block;
}
.date {
  color: #9b8561;
  font-size: .8em;
}
.position i, .phone i, .worktime i, .email i, .room i {
  margin-right: 0.5em;
  color: #005d42;
}
.email a {
  border-bottom: 1px dotted;
}


/*main styles*/
.bordered-title {
  font-size: 2em;
  font-family: ProspectC;
  font-weight: 600;
  margin-bottom: 1em;
  display: inline-block;
  position: relative;
}
.bordered-title:after {
  position: absolute;
  content: "";
  width: 40%;
  height: 1px;
  background: #9c896c;
  bottom: -5px;
  left: 0;
}
.bordered-title.ctr:after {
  left: 30%;
}
.bordered-title.rght:after {
  left: inherit;
  right: 0;
}
.m-t1 {
  margin-top: 1em;
}
.m-b1 {
  margin-bottom: 1em;
}
.m-t2 {
  margin-top: 2em;
}
.m-b2 {
  margin-bottom: 2em;
}
.m-t4 {
  margin-top: 4em;
}
.m-b4 {
  margin-bottom: 4em;
}
.rel {
  position: relative;
}


/* Header styles */
.header {
  background: #fff;
  box-shadow: 0 -1px 0 #f2f2f2 inset;
  left: 0;
  top: 0;
  transition: transform 1.2s cubic-bezier(.2,1,.2,1);
  width: 100%;
  will-change: top;
  z-index: 100;
}
@media only screen and (max-width: 1470px) {
  .header {
    position: relative;
  }
}
.header.fxd {
  position: fixed;
  top: -90px;
}
.header.active {
  box-shadow: 0 0 1em 0 rgba(0,0,0,0.1);
  transform: translateY(90px);
}
.special-fx .header.fxd {
  position: inherit;
  top: inherit;
}
.special-fx .header.fxd + .main {
  padding-top: inherit;
}
.special-fx .header.active {
  transform: translateY(0);
}
.header .row {
  margin-bottom: 0;
  margin-top: 0;
}
.header .logo {
  display: block;
  height: 100%;
  position: relative;
  text-align: center;
  top: 4px;
}
.header .logo img {
  max-height: 80px;
  width: auto;
}
.header .top-menu {
  position: relative;
  z-index: 100;
}
.header .top-menu .lang-switcher {
  display: inline-block;
  float: right;
  padding: 2.5em 1em 2.3em 1em;
}
.header .top-menu .lang-switcher a {
  margin-right: .5em;
  vertical-align: middle;
}
.header .top-menu .lang-switcher .eye-settings {
  font-size: 1.4em;
}
@media only screen and (min-width: 990px) {
  .header .top-menu .lang-switcher {
    padding: 2.3em 1em 2.1em 1em;
  }
}
.header .top-menu .item {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  perspective: 400px;
}
.header .top-menu .item:before {
  background: #005d42;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateX(90deg);
  transition: all .3s ease 0s;
  width: 100%;
}
.header .top-menu .item:hover:before,
.header .top-menu .item:focus:before,
.header .top-menu .item:active:before {
  transform: rotateX(0deg);
  opacity: 1;
}
.header .top-menu .item .root-item {
  background: transparent;
  display: block;
  padding: 2.3em 1em;
  position: relative;
}
.header .top-menu .item:hover .root-item,
.header .top-menu .item:focus .root-item,
.header .top-menu .item:active .root-item {
  color: #fff;
}
.header .top-menu .sub-menu {
  background: #005d42;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: .5em 0;
  pointer-events: none;
  position: absolute;
  transition: opacity .2s ease .2s;
  top: 100%;
  width: 100%;
  z-index: 100;
}
.header .top-menu .sub-menu:before {
  position: absolute;
  top: 0;
  left: -100%;
  background: #005d42;
  content: "";
  width: 100%;
  height: 100%;
}
.header .top-menu .sub-menu:after {
  position: absolute;
  top: 0;
  right: -100%;
  background: #005d42;
  content: "";
  width: 100%;
  height: 100%;
}
.header .top-menu .item:hover + .sub-menu,
.header .top-menu .item:focus + .sub-menu,
.header .top-menu .item:active + .sub-menu,
.header .top-menu .sub-menu:hover,
.header .top-menu .sub-menu:focus,
.header .top-menu .sub-menu:active,
.header .top-menu .sub-menu.active {
  opacity: 1;
  pointer-events: all;
  transition: opacity .2s ease 0s;
}
.header .top-menu .sub-menu .item {
  margin-right: 1em;
  padding: .5em 0;
  perspective: inherit;
}
.header .top-menu .sub-menu .item .link {
  color: #fff;
}
#page-wrapper {
  overflow-x: hidden;
}
.header .mobile-menu {
  display: none;
  float: right;
  font-size: 2em;
  padding: 1em;
}
.header .list {
  width: calc(100% - 85px);
}
@media only screen and (max-width: 990px) {
  .header .list {
    width: 115%;
  }
}
@media only screen and (max-width: 1100px) {
  .header .top-menu .item .root-item {
    padding: 2.3em .75em;
  }
}
@media only screen and (max-width: 990px) {
  .header .mobile-menu {
    display: block;
  }
  .header .top-menu .list {
    position: absolute;
    top: 100%;
    background: #005d42;
    right: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .2s ease 0s;
    z-index: 75;
    will-change: max-height;
  }
  .header .top-menu .active .item {
    display: block;
    width: 100%;
  }
  .header .top-menu .item .root-item {
    color: #fff;
    padding: 1.2em 1em;
    border-bottom: 1px solid #177157;
  }
  .header .top-menu .item {
    display: block;
    /*min-width: 300px;*/
  }
  .header .top-menu .sub-menu {
    display: none;
  }
}
.header .top-menu.active .list {
  max-height: 420px;
  box-shadow: 0 10px 25px 0 rgba(0,0,0,.25);
}
.header .top-menu.active .mobile-menu {
  color: #fff;
  background: #005d42;
}


body &gt; .tablebodytext {
  display: none;
}

/* Main page intro block */
.intro-wrapper {
  border-bottom: 1px solid #f2f2f2;
  padding-top: 2em;
  position: relative;
}
.intro-wrapper::after {
  
  content: "";
  position: absolute;
  right: 0;
  top: -90px;
  height: calc(100% + 90px);
  z-index: 0;
  width: 615px;
}
.intro-wrapper .info {
  background: #fff;
  box-shadow: 0 0 0 1px #fff;
  padding: 1em;
  z-index: 5;
}
.intro-wrapper .info .title {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.intro-wrapper .info .title h1 {
  font-size: 11em;
  line-height: 1;
  margin: 0;
  text-transform: capitalize;
}

.intro-wrapper .info .title h1 span {
  color: #006648; 
}
.intro-wrapper .info .title h3 {
  color: #8d734a;
  font-size: 1.5em;
  font-weight: 300;
  margin: 0;
  position: absolute;
  left: 5em;
  text-align: left;
  text-transform: uppercase;
  top: 1em;
  width: 100%;
  display: inline-block;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1080px) {
  .intro-wrapper .info .title h1 {
    font-size: 8em;
  }
  .intro-wrapper .info .title h3 {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 540px) {
  .intro-wrapper {
    border-bottom: 0;
  }
  .intro-wrapper .info .title h1 {
    font-size: 5em;
  }
  .intro-wrapper .info .title h3 {
    font-size: 1em;
    left: 3em;
    top: 0.6em;
    white-space: nowrap;
  }
}
.intro-wrapper .info .detail-text {
  margin-bottom: 2em;
}
.intro-wrapper .info .buttons-line {
  margin-bottom: 2em;
}
.intro-wrapper .info .default-btn {
  margin-right: 1em;
}
.intro-wrapper .info .advantages li {
  display: inline-block;
  margin-bottom: 1em;
  margin-right: 2em;
  padding: 0;
}
.intro-wrapper .info .advantages li:before {
  display: none;
}
.intro-wrapper .info .advantages li span {
  color: #8d734a;
  display: block;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}

/* Main page news */
.news-page .bordered-title {
  margin-bottom: 2em;
  color: #005d42;
    font-weight: 500;
}
.news-list {
  position: relative;
}
.news-list .h4 {
  color: #312e2f;
  font-family: ProspectC;
  font-size: 2rem;
  margin: 1.5em 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.news-list .h4:after {
  position: absolute;
  content: "";
  bottom: -10px;
  width: 150px;
  display: inline-block;
  height: 1px;
  background: #888;
  left: calc(50% - 75px);
}
.news-list .news-item {
  border: 1px solid #f2f2f2;
  height: 420px;
  margin-bottom: 2em;
  overflow: hidden;
  position: relative;
}
.news-list .wide .news-item {
  height: inherit;
}
.news-list .news-item .news-img {
  display: block;
  overflow: hidden;
  height: 216px;
}
.news-list .wide .news-item .news-img {
  display: inline-block;
  vertical-align: top;
  max-width: 50%;
}
.news-list .news-item .news-img img {
  transition: all 1.2s cubic-bezier(.2,1,.2,1);
  transform: scale(1);
  margin: 0 auto;
  display: block;
  height: 100%;
  object-fit: cover; 
}
.news-list .news-item .news-img:hover img,
.news-list .news-item .news-img:focus img,
.news-list .news-item .news-img:active img {
  transform: scale(1.1);
  transform-origin: center;
}
.news-list .news-item .text {
  display: inline-block;
  max-width: 100%;
  padding: 1em;
}
.news-list .wide .news-item .text {
  max-width: 49%;
}
.news-list .news-item .text {
  max-width: 100%;
}
.news-list .news-item .title, .ourlife-item .title {
  color: #312e2f;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: .5em;
}
.news-list .news-item .date {
  color: #c49f64;
  display: block;
  font-size: .8em;
  margin: 0.2em 0 0.7em;
}
.news-list .news-item .preview-text {
  margin-bottom: 1em;
}
.news-list .news-item .read-more {
  text-transform: uppercase;
}
.news-list .news-item .read-more i {
  transition: margin-left .2s ease 0s;
  margin-left: 0;
}
.news-list .news-item .read-more:hover i {
  margin-left: .3em;
}

.news-list .special-btn {
  margin: 2em 0;
}
/* Big image news card */ 
.news-list.page-news .col:nth-child(1) .news-item .text {
  background: rgba(0,0,0,.75);
  padding: 0.75em;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  color:white;
}
.news-list.page-news .col:nth-child(1) .news-item .read-more{
   color:white;
}
.news-list .col:nth-child(1) .news-item .date-time,
.news-list .col:nth-child(1) .news-item .preview-text,
.news-list .col:nth-child(1) .news-item .read-more {
  display: block;
}
.news-list .col:nth-child(1) .news-item .title {
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 456px) {
  .news-list .wide .news-item .news-img {
    max-width: 100%;
    display:  block;
    margin: 0 auto;
  }
 
  .news-list .wide .news-item .text {
    max-width: 100%;
  }
  .news-list .news-item {
    padding-top: 1em;
  }
  .news-list .col:nth-child(1) .news-item {
    padding-top: 0;
  }
}

.news-pager {
  text-align: center;
}
.pager li {
  border-radius: 2em;
  border: 1px solid #005d42;
  display: inline-block;
  margin-bottom: 1em;
  transition: all .2s ease 0s;
  padding: 0;
}
.pager li:before {
  display: none;
}
.pager li.act {
  opacity: .2;
}
.pager li a {
  display: inline-block;
  padding: 1em 2em;
}
.pager li:hover, .pager li:focus, .pager li:active {
  background: #005d42;
}
.pager li:hover a, .pager li:focus a, .pager li:active a {
  color: #fff;
}
/* Shops */
.shops-wrapper {
  margin: 0 0 3em 0;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}
.shops-wrapper .shops-list {
  border-right: 1px solid #f2f2f2;
  max-height: 440px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.shops-wrapper .shops-list::-webkit-scrollbar {
  width: 5px;
}
.shops-wrapper .shops-list::-webkit-scrollbar-track {
  background: transparent;
}
.shops-wrapper .shops-list::-webkit-scrollbar-thumb {
  background: #8d734a;
}
.shops-wrapper .shops-list .item:focus {
  outline: none;
  border: none;
}
.shops-wrapper .shops-list .map-icon {
  top: .5em;
  left: 1em;
}
.shops-wrapper .shops-list .map-icon .num {
  top: 17px;
  left: 7px;
}
.shops-wrapper .section-wrapper {
  margin-bottom: 3em;
}
.shops-list .bordered-title {
  margin: 0 0 2em 0;
}
.shops-wrapper .shops-list .item {
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 8em;
  padding-bottom: 2em;
  padding-top: 2em;
  padding-right: 0;
}
.shops-wrapper .shops-list .item:last-child {
  border-bottom: none;
}
.shops-wrapper .shops-list .info {
  display: inline-block;
  vertical-align: middle;
}
.shops-wrapper .shops-list .info .title {
  color: #005d42;
  font-size: 1.2em;
  font-weight: 600;
  border-bottom: 1px dotted;
}
.shops-wrapper #map {
  height: 440px;
}
.infowindow {
  padding: 1em;
}
.infowindow .title {
  font-weight: 600;
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
.shops-page .contacts-small a {
  margin-right: 1em;
  font-weight: 600;
  font-size: 1.2em;
}
.shops-page .cities-list {
  margin: 0 0 2em;
}
.shops-page .cities-list li {
  font-size: 1.2em;
  display: inline-block;
  padding: 0;
  margin-right: 1em;
}
.shops-page .cities-list li:before {
  display: none;
}
@media only screen and (max-width: 1200px) {
	.shops-wrapper .shops-list .map-icon .num {
	  top: 16px;
	  left: 6px;
	}
}
@media only screen and (max-width: 590px) {
	.shops-wrapper .shops-list .map-icon {
		left: .5em;
	}
	.shops-wrapper .shops-list .item {
		padding-left: 5em;
		padding-right: 1em;
	}
}


/* Promo catalog */
.promo-wrapper {
  position: relative;
}
.promo-wrapper:nth-child(2n) .col {
  float: right;
}
.promo-wrapper .promo-head {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.promo-wrapper .promo-head h3 {
  border-bottom: 1px solid;
  display: inline-block;
  padding: 0 0 .5em;
  text-transform: uppercase;
}
.promo-wrapper .promo-item {
  padding: 8em 0 3em;
  position: relative;
}
.promo-wrapper .promo-item.gray-bg {
  background: #ccc url(/upload/img/promo-bg-gray.jpg) no-repeat 0 0;
}
.promo-wrapper .promo-item.gray-bg .features .feature .icon, .promo-wrapper .promo-item.gray-bg .alco span {
  background-color: transparent;
}

.promo-wrapper .promo-item.green-bg {
  background: #003b25 url(/upload/img/promo-bg-green.jpg) no-repeat 0 0;
  color: #fff;
}
.promo-wrapper .promo-item.green-bg .features .feature .icon, .promo-wrapper .promo-item.green-bg .alco span {
  background-color: #ffffff;
  border: 1px solid transparent;
  color: #000;
}
.promo-wrapper .promo-item.brown-bg {
    background: #b49e8b url(/upload/img/promo-bg-brown.jpg) no-repeat 0 0;
    box-shadow: 0 0 0 520px rgba(0,0,0,.5) inset;
    color: #fff;
}
.promo-wrapper .promo-item.white-bg {
  background: #f3f3f3 url(/upload/img/promo-bg-white.jpg) no-repeat 0 0;
}
.promo-wrapper .promo-item.white-bg .features .feature .icon, .promo-wrapper .promo-item.white-bg .alco span {
  background-color: transparent;
}
.promo-wrapper .promo-item .title {
  border-bottom: 1px solid #d4d4d4;
  color: #54412a;
  font-size: 3em;
  font-family: ProspectC;
  font-weight: 600;
  text-transform: uppercase;
}
.promo-wrapper .promo-item .description {
  margin: 0;
  padding: 2em 0;
}
.promo-wrapper .promo-item .img-block {
  position: relative;
  z-index: 25;
  text-align: center;
}
.promo-wrapper .promo-item .img-block img {
  transition: all 1.5s ease-out 0s;
  transform: scale(.9);
  transform-origin: bottom;
  opacity: 0;
  max-height: 640px;
  display: inline-block;
  width: inherit;
}
.promo-wrapper .active .promo-item .img-block img {
  opacity: 1;
  transform: scale(1);
}
.promo-wrapper .promo-item .img-block .features {
  right: inherit;
  left: 2em;
}
.promo-wrapper .promo-item .feature {
  margin-left: 0;
  margin-right: auto;
  padding: 0;
}
.promo-wrapper .promo-item .img-block .features li:before {
  display: none;
}
.promo-wrapper:nth-child(2n) .promo-item .features {
  left: inherit;
  right: 30%
}
.promo-wrapper:nth-child(2n) .promo-item .features li {
  margin-right: 0;
  margin-left: auto;
}
.promo-wrapper:nth-child(2n) .promo-item .info {
  justify-content: flex-end;
}
.promo-wrapper:nth-child(2n + 1) .promo-item .info .volumes {
  order: 2;
}
.promo-wrapper:nth-child(2n + 1) .promo-item .info .alco {
  order: 1;
}
@media only screen and (max-width: 1300px) {
  .promo-wrapper .promo-item .img-block .features {
    left: 20%;
    right: inherit;
  }
  .promo-wrapper:nth-child(2n) .promo-item .features {
    right: 20%;
    left: inherit;
  }
}
@media only screen and (max-width: 1150px) {
  .promo-wrapper .promo-item .title {
    font-size: 2em;
  }
  .promo-wrapper .promo-item .img-block .features {
    left: 1em;
    right: inherit;
  }
  .promo-wrapper:nth-child(2n) .promo-item .features {
    right: 1em;
    left: inherit;
  }
}
@media only screen and (max-width: 600px) {
	.promo-wrapper .promo-item {
		padding: 6em 0 3em;
	}
	.promo-wrapper .promo-item .title {
		font-size: 1.5em;
	}
  .promo-wrapper .promo-item .img-block {
    margin-bottom: 2em;
    text-align: center !important;
  }
}
.promo-wrapper:nth-child(2n) .promo-item .info {
  justify-content: flex-start;
}
.promo-wrapper .promo-item.brown-bg .volume .bottle,
.promo-wrapper .promo-item.green-bg .volume .bottle {
  background-position: 4px -112px;
  height: 75px;
}
.promo-wrapper .promo-item.brown-bg .volumes .volume .bottle.s-50,
.promo-wrapper .promo-item.brown-bg .volumes .volume .bottle.s-100,
.promo-wrapper .promo-item.brown-bg .volumes .volume .bottle.s-200,
.promo-wrapper .promo-item.brown-bg .volumes .volume .bottle.s-250,
.promo-wrapper .promo-item.brown-bg .volumes .volume .bottle.s-375,
.promo-wrapper .promo-item.green-bg .volumes .volume .bottle.s-50,
.promo-wrapper .promo-item.green-bg .volumes .volume .bottle.s-100,
.promo-wrapper .promo-item.green-bg .volumes .volume .bottle.s-200,
.promo-wrapper .promo-item.green-bg .volumes .volume .bottle.s-250,
.promo-wrapper .promo-item.green-bg .volumes .volume .bottle.s-375 {
  background-position: -122px -112px;
}
.promo-wrapper .promo-item.brown-bg .volumes .volume .bottle.s-500,
.promo-wrapper .promo-item.green-bg .volumes .volume .bottle.s-500 {
  background-position: -59px -112px;
}
.promo-wrapper .promo-item.brown-bg .volumes .volume .bottle.s-700,
.promo-wrapper .promo-item.brown-bg .volumes .volume .bottle.s-750,
.promo-wrapper .promo-item.brown-bg .volumes .volume .bottle.s-1000,
.promo-wrapper .promo-item.green-bg .volumes .volume .bottle.s-700,
.promo-wrapper .promo-item.green-bg .volumes .volume .bottle.s-750,
.promo-wrapper .promo-item.green-bg .volumes .volume .bottle.s-1000 {
  background-position: 4px -112px;
}
.promo-wrapper .promo-item.green-bg .title,
.promo-wrapper .promo-item.green-bg a,
.promo-wrapper .promo-item.green-bg ~ .promo-head {
  color: #fff;
}
.promo-wrapper .promo-item.green-bg .default-btn {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 0 2px #4f3924 inset;
  color: #4f3924;
}
.promo-wrapper .promo-item.green-bg .default-btn:hover,
.promo-wrapper .promo-item.green-bg .default-btn:focus,
.promo-wrapper .promo-item.green-bg .default-btn:active {
  background: #4f3924;
  color: #fff;
}

.promo-wrapper .promo-item.brown-bg h3, 
.promo-wrapper .promo-item.brown-bg .title, 
.promo-wrapper .promo-item.brown-bg a, 
.promo-wrapper .promo-item.brown-bg ~ .promo-head {
  color: #fff;
}
.promo-wrapper .promo-item.brown-bg .default-btn {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 0 2px #4f3924 inset;
  color: #4f3924;
}
.promo-wrapper .promo-item.brown-bg .default-btn:hover, 
.promo-wrapper .promo-item.brown-bg .default-btn:focus, 
.promo-wrapper .promo-item.brown-bg .default-btn:active {
  background: #4f3924;
  color: #fff;
}

/* about */
iframe {
  max-width: 100%;
}
.about-wrapper .bottom {
  overflow: hidden;
}
.about-wrapper .info {
  box-shadow: none;
}
.about-wrapper .download .hint {
  display: inline-block;
}
.about-wrapper .download .hint i {
  font-size: 2em;
  color: #82b1a3;
  vertical-align: middle;
}
.about-wrapper .download span {
  display: inline-block;
  max-width: 170px;
  vertical-align: middle;
  margin-right: 10px;
}
.about-wrapper .awards {
  position: relative;
  margin-bottom: 4em;
}
.about-wrapper .certificates {
  margin-bottom: 4em; 
  text-align: center;
}
.about-wrapper .certificates a {
  display: inline-block;
  max-width: 220px;
  padding: 0 1em;
  vertical-align: middle;
  transition: all 1.2s cubic-bezier(.2,1,.2,1);
  transform-origin: bottom;
  margin-bottom: 1em;
}
.about-wrapper .certificates a:hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 470px) {
  .about-wrapper .certificates {
    text-align: left;
    margin-bottom: 2em;
  }
  .about-wrapper .certificates .col {
    text-align: center;
  }
}
.about-wrapper .photo-aw {
  position: relative;
  right: 60%;
}
.about-wrapper .center-award {
  position: absolute;
  top: 15%;
  right: 10%;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
  max-width: 300px;
}
.about-wrapper .fwd-img {
  position: absolute;
  top: 15%;
  left: -10%;
  max-width: 75%;
}
@media only screen and (min-width: 960px) {
  .about-wrapper .center-award {
    max-width: 180px;
    right: 1em;
  }
}

/* Catalog styles */
.catalog-list, .catalog-detail {
  padding: 2em 0;
}
.catalog-list h1 {
  border-bottom: 1px solid;
  color: #005d42;
  display: inline-block;
  margin: 0 0 1em 0;
}
.catalog-detail h1 {
  border-bottom: 1px solid;
  font-weight: 600;
  display: inline-block;
  margin-bottom: .5em;
  margin-top: 0;
}
.catalog-detail .eng-name {
  font-size: 1.4em;
  font-weight: 600;
  color: #005d42;
  margin-top: -1em;
  font-family: ProspectC, Roboto, Arial;
}
.catalog-detail .catalog-item-hint {
  font-size: 1.2em;
  font-family: ProspectC, Roboto, Arial;
  margin-top: -1em;
  color: #005d42;
  font-weight: 600;
}
.catalog-list .catalog-item, .sections-block .catalog-item {
  border: 1px solid #eee;
  height: 440px;
  margin-bottom: 2em;
  overflow: hidden;
  padding: 1em;
  position: relative;
  text-align: center;
}
.catalog-list .catalog-item .hover, .sections-block .catalog-item .hover {
  background: rgba(0,0,0,.1);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all .3s ease 0s;
  width: 100%;
  z-index: 15;
}
.catalog-list .catalog-item .hover &gt; div, .sections-block .catalog-item .hover &gt; div {
  transform: scale(.8) translateY(2em);
  transition-timing-function: ease-out;
  box-shadow: none;
  border: none;
  position: relative;
  top: 45%;
  transition: all .2s ease 0s;
}
.catalog-list .catalog-item:hover .hover,
.catalog-list .catalog-item:focus .hover,
.catalog-list .catalog-item:active .hover,
.sections-block .catalog-item:hover .hover,
.sections-block .catalog-item:focus .hover,
.sections-block .catalog-item:active .hover {
  opacity: 1;
}
.catalog-list .catalog-item:hover .hover &gt; div,
.catalog-list .catalog-item:focus .hover &gt; div,
.catalog-list .catalog-item:active .hover &gt; div,
.sections-block .catalog-item:hover .hover &gt; div,
.sections-block .catalog-item:focus .hover &gt; div,
.sections-block .catalog-item:active .hover &gt; div {
  transform: scale(1) translateY(0);
}
.catalog-list .topline, .sections-block .topline {
  margin-bottom: 1em;
  position: relative;
  z-index: 25;
}
.catalog-list .topline .descr {
  color: #888;
}
.catalog-list .catalog-item-title, .sections-block .catalog-item-title {
  color: #383838;
  display: block;
  font-size: 1.2em;
  font-weight: 600;
}
.catalog-list .topline {
  min-height: 55px;
}
.catalog-list .catalog-item:hover .catalog-item-title,
.catalog-list .catalog-item:focus .catalog-item-title,
.catalog-list .catalog-item:active .catalog-item-title,
.sections-block .catalog-item:hover .catalog-item-title,
.sections-block .catalog-item:focus .catalog-item-title,
.sections-block .catalog-item:active .catalog-item-title {
  color: #000;
}
.catalog-list .catalog-item .catalog-item-image, .sections-block .catalog-item-image {
  transition: all 1.2s cubic-bezier(.2,1,.2,1);
  transform: translateY(0) scale(1);
}
.catalog-list .catalog-item:hover .catalog-item-image,
.catalog-list .catalog-item:focus .catalog-item-image,
.catalog-list .catalog-item:active .catalog-item-image,
.sections-block .catalog-item:hover .catalog-item-image,
.sections-block .catalog-item:focus .catalog-item-image,
.sections-block .catalog-item:active .catalog-item-image {
  transform: translateY(-5px) scale(1.1);
}
.sections-list {
  background: #005d42;
  margin-bottom: 2em;
  margin-right: 1em;
}
.sections-list .sections {
  margin: 0;
  transition: all .2s ease 0s;
}
.sections-list li {
  border-bottom: 1px solid #2d7b65;
  padding: 1em;
}
.sections-list li:before {
  display: none;
}
.sections-list li a {
  color: #fff;
}
.sections-list li a:hover,
.sections-list li a:focus,
.sections-list li a:active {
  color: #fff;
}
.sections-list .sections-trigger {
  display: none;
  overflow: hidden;
  max-height: 50px;
}
.sections-list .sections-trigger .trans {
  position: relative;
  top: 0;
  transition: all .2s ease 0s;
}
.sections-list.opened .sections-trigger .trans {
  top: -50px;
}
.sections-list .sections-trigger .open, .sections-list .sections-trigger .close {
  color: #fff;
  padding: 1em;
}
.sections-list .sections-trigger span {
  margin-left: .5em;
}
@media only screen and (max-width: 990px) {
  .sections-list .sections-trigger {
    display: block;
    border-bottom: 3px solid #fff;
  }
  .sections-list .sections {
    max-height: 0;
    overflow: hidden;
  }
  .sections-list.opened .sections {
    max-height: 760px;
  }
  .catalog-list .topline {
    min-height: inherit;
  }
}



/* Catalog detail */
.catalog-detail .catalog-item-image {
  position: relative;
  display: inline-block;
}
.catalog-detail .catalog-item-desc {
  margin-bottom: 2em;
}
.catalog-detail .catalog-item-desc {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 2em;
}
.catalog-detail .catalog-item .info {
  justify-content: flex-end;
  position: relative;
  z-index: 25;
}
@media only screen and (max-width: 992px) {
  .catalog-detail .catalog-item .info {
    justify-content: flex-start;
  }
  
  #footer-links{
	  display: flex !important;
	  flex-direction: column !important;
	  
  }
    #footer-links li{
margin-right: 0px !important
	}
}
.catalog-detail .catalog-item .catalog-item-cocktail {
  margin-top: 2em;
}
.catalog-detail .catalog-item .catalog-item-cocktail p {
  color: #9b8561;
  margin: 0;
}
.catalog-detail .catalog-item h4 {
  color: #2d7d65;
  font-family: ProspectC;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1em;
  position: relative;
}
.catalog-detail .catalog-item h4:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background: #2d7d65;
  left: -50px;
}
.catalog-detail .catalog-item .awards-list .award {
  margin-bottom: 2em;
  min-height: 160px;
}
.catalog-detail .catalog-item .awards-list .award:nth-child(2n) {
  clear: both;
}
.catalog-detail .catalog-item .awards-list .title {
  font-weight: 600;
  color: #000;
  font-size: 1.2em;
}
.catalog-detail .catalog-item .awards-list .date {
  color: #9b8561;
  font-size: .8em;
  margin-bottom: .5em;
}
.catalog-detail .catalog-item .awards-list .descr {
  margin: 0;
}
.catalog-sections-list {
  background: #20472c url(/upload/img/catalog.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
  padding: 2em 0;
}
.catalog-sections-list h1 {
  border-bottom: 1px solid;
  display: inline-block;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.catalog-sections-list .catalog-item {
  background: #fff;
  height: 380px;
}

/* news detail*/
.news-detail {
  padding: 2em 0;
  position: relative;
}
.news-detail .youtube-wrapper {
  text-align: center;
  padding: 2em 0;
  background: #005d42;
  margin: 1em 0;
}
.news-detail .date {
  color: #9b8561;
  position: absolute;
  top: -1.5em;
  left: 0;
  font-weight: 600;
}
.news-detail .main-img {
  max-width: 50%;
  display: block;
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 500px) {
  .news-detail .main-img {
    float: none;
    max-width: inherit;
    width: 100%;
  }
  .news-detail .main-img img {
    margin: 0 auto;
  }
}
.news-detail .article {
  margin: 0;
}
.news-detail .more-photo, .catalog-detail .more-photo {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.news-detail .article img {
  margin: 2em;
  max-width: 360px;
  display: block;
  height: auto;
}
.news-detail .more-photo .photo-wrap, .catalog-detail .more-photo .photo-wrap {
  overflow: hidden;
  margin-right: 1em;
  margin-bottom: 1em;
}
.catalog-detail .photo-wrap {
  max-width: 180px;
}
.catalog-detail .more-photo .photo-wrap img {
max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .news-detail .more-photo .photo-wrap {
    max-width: 45%;
  }
}
.news-detail .more-photo .photo-wrap img, .catalog-detail .more-photo img {
  transition: all .2s ease 0s;
  transform: scale(1);
  display: block;
}
.news-detail .more-photo .photo-wrap:hover img,
.catalog-detail .more-photo .photo-wrap:hover img,
.news-detail .more-photo .photo-wrap:focus img,
.news-detail .more-photo .photo-wrap:active img {
  transform: scale(1.1);
}
.side-news-wrapper {
  padding: 0 1em;
}
.side-news-wrapper .news-item {
  border: 1px solid #eee;
}
.side-news-wrapper .news-item .col {
  padding: 0;
}
.side-news-wrapper .title {
  display: block;
  font-weight: 600;
  color: #000;
}
.side-news-wrapper .title:hover,
.side-news-wrapper .title:focus,
.side-news-wrapper .title:active {
  color: #005d42;
}
.side-news-wrapper .news-img {
  display: block;
}
.side-news-wrapper .news-img img {
  display: block;
  max-width: 100%;
}
.side-news-wrapper .text {
  padding: 1em;
} 
.side-news-wrapper .h4 {
  font-family: ProspectC;
  font-size: 1.4em;
  text-transform: uppercase;
}

/* ourlife */
.intro-section {
  text-align: center;
  margin-bottom: 2em;
}
.intro-section .intro-text {
  max-width: 480px;
  display: block;
  margin: 1em auto 3em;
}
.intro-section h1 {
  color: #005d42;
}
.intro-section .intro-image {
  display: block;
  margin-bottom: 2em;
}
.ourlife-item {
  padding: 2em;
  border: 1px solid #eee;
  margin: 0 0 2em;
}
.info .ourlife-item .title {
  color: #005d42;
}
.info .ourlife-item {
  border: none;
}
.info .files {
  padding: 1em;
  background: #f2f2f2;
}
.info .files i {
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: .5em;
}
.ourlife-item a.title:hover,
.ourlife-item a.title:focus, 
.ourlife-item a.title:active {
  color: #005d42;
}
.ourlife-item .news-img {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.ourlife-item .news-img:after {
  background: rgba(0, 93, 66, 0.75);
  content: "Подробнее";
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 32% 0;
  font-weight: 600;
  font-size: 1.4em;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
  opacity: 0;
  transition: all .2s ease 0s;
}
.ourlife-item .news-img:hover:after,
.ourlife-item .news-img:focus:after,
.ourlife-item .news-img:active:after {
  opacity: 1;
}
.ourlife-item .news-img img {
  display: block;
  margin: 0 auto;
  transition: all .2s ease 0s;
  transform: scale(1);
}
.ourlife-item .news-img:hover img,
.ourlife-item .news-img:focus img,
.ourlife-item .news-img:active img {
  transform: scale(1.1);
}
.ourlife-item .preview-text {
  padding: 1em 0;
}

/* history */
.history-wrapper .intro {
  background: #1a6d59 url(/upload/img/history.jpg) no-repeat center top;
  background-attachment: fixed;
  color: #fff;
  padding: 150px 0;
  text-align: center;
}
.history-wrapper .intro .history-head {
  max-width: 615px;
  padding: 4em 0;
  margin: 0 auto;
}
.history-wrapper .intro h1 {
  border-bottom: 1px solid;
  font-size: 1.4em;
  font-weight: 400;
  display: inline-block;
  padding: 0 0 1em;
}
.history-wrapper .intro .slogan {
  font-size: 1.6em;
  font-weight: 600;
  margin: 0 auto 1em;
}
.history {
  padding: 2em 0 0;
  position: relative;
}
.history::before {
  height: 100%;
  width: 1px;
  background: #eee;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
}
.history .item {
  margin-right: 60%;
  position: relative;
  margin-bottom: 2em;
  width: 40%;
  transition: all 1s ease-out 0s;
}
.history .item {
  opacity: 0;
  transform: translateY(-5em);
}
.history .item:nth-child(2n) {
  margin-right: 0;
  margin-left: 60%;
}
.history .title {
  font-size: 1.8em;
  font-family: ProspectC;
  color: #8d734a;
  border-bottom: 1px solid;
  position: relative;
  transition: all .5s ease 0s;
  transform-origin: bottom;
}
.history .item .title {
  transform: scale(1.4);
}
.history .item.active {  
  transform: translateY(0);
  opacity: 1;
}
.history .item.active .title {
  transform: scale(1);
}
.history .title:before {
  position: absolute;
  bottom: -5px;
  left: calc(125% - 5px);
  height: 9px;
  width: 9px;
  border-radius: 50%;
  content: "";
  background: #8d734a;
  z-index: 15;
}
.history .title:after {
  content: "";
  height: 1px;
  width: 25%;
  background: #8d734a;
  position: absolute;
  bottom: -1px;
  left: 100%;
  z-index: 10;
}
.history .item:nth-child(2n) .title:before {
  left: unset;
  right: calc(125% - 5px);
}
.history .item:nth-child(2n) .title:after {
  left: unset;
  right: 100%;
}
.history-wrapper .full-width-item {
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 2em;
  position: relative;
}
.history-wrapper .full-width-item:last-child {
  padding: 3em;
}
.history-wrapper .management .title {
  color: #005d42;
  font-weight: 600;
  font-size: 1.5em;
}
.tech-wrapper .carousel-wrapper {
  margin: 3em 0 1em;
}

/* intro */
.shops-page .intro, .ourlife .intro {
  text-align: center;
  padding: 0em 0;
}
.shops-page .intro h1, .ourlife .intro h1 {
  color: #005d42;
  font-weight: 500;
  display: inline-block;
  text-align: left;
}
.shops-page .intro .descr, .ourlife .intro .descr {
  max-width: 450px;
  margin: 0 auto;
  width: 100%;
}
.awards-wrapper .award {
  min-height: 220px;
}

/* El appeal*/
@media only screen and (max-width: 500px) {
  .electronic-appeal .bordered-title {
    text-align: left;
  }
}
.electronic-appeal .h4 {
  font-size: 1.2em;
  color: #2e664a;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
.electronic-appeal .type {
  text-align: center;
  margin-bottom: 1em;
}
.electronic-appeal .placeholder {
  display: none;
}
.electronic-appeal [type=radio]:checked, .electronic-appeal [type=radio]:not(:checked) {
  position: inherit;
  opacity: 1;
  vertical-align: text-top;
  pointer-events: all;
}
.electronic-appeal .type span {
  margin-right: 1em;
}
.electronic-appeal .type br {
  display: none;
}
.electronic-appeal .btn {
  background-color: #7bab9d;
  box-shadow: none;
  margin-bottom: 1em;
}
.electronic-appeal .btn:hover,
.electronic-appeal .btn:focus,
.electronic-appeal .btn:active {
  background-color: #005d42; 
}
.electronic-appeal input[type="submit"] {
  padding: 1em;
  border: none;
  outline: none;
  background: #005d42;
  color: #fff;
  width: 100%;
}


/* Contacts */
.contacts .group {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
  margin-bottom: 2em;
  padding: 0 1em;
}
.contacts .section-descr {
  text-align: center;
  padding: 2em 0;
}
.contacts .section-descr .position, .contacts .section-descr .phone, .contacts .section-descr .worktime, .contacts .section-descr .email {
  display: inline-block;
  margin-right: 1em;
}
.contacts .section-descr .title {
  color: #005d42;
  font-size: 1.2em;
  font-weight: 600;
}
.contacts .section-descr a {
  display: inline-block;
  font-weight: 600;
  margin: 0 1em 1em 0;
}
.contacts .section-descr i {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.contacts .single .photo img {
  display: block;
  max-width: 100%;
}
.contacts .single .position {
  color: #006648;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2;
}
.contacts .single {
  min-height: 120px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 2em;
}
.contacts .single.filial {
  border-bottom: 0;
}
.contacts .single.withpos {
  min-height: 180px;
}
.contacts.visit .single {
  min-height: 270px;
}
.contacts .single .name {
  margin-bottom: 1em;
}
.contacts .map {
  margin: 1em 0;
  border: 1px solid #f2f2f2;
}
.contacts #map {
  min-height: 360px;
}
.contacts .single .worktime, .contacts .single .room, .contacts .single .phone {
  margin: 0 0 .5em 0;
}
@media only screen and (max-width: 1330px) {
  .contacts .single .position {
    font-size: 1em;
  }
  .contacts.visit .single {
    min-height: 360px;
  }
}
@media only screen and (max-width: 1060px) {
  .contacts .single.withpos {
    min-height: 200px;
  }
  .contacts.visit .single {
    min-height: 360px;
  }
}
@media only screen and (max-width: 990px) {
  .contacts .single .position {
    font-size: 1.2em;
  }
  .contacts .single.withpos, .contacts.visit .single {
    min-height: inherit;
  }
}





/* Footer */
.footer .contacts, .footer .logo, .footer .descr {
  margin-bottom: 2em;
}
.footer {
  background: #f2f2f2;
  padding: 2em 0;
  text-align: center;
}
.footer .menu {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.footer li {
  display: inline-block;
  margin-right: 2em;
  margin-bottom: 2em;
  padding: 0;
}
.footer li:before {
  display: none;
}
.footer li a {
  color: #383838;
  text-decoration: none;
}
.footer .contacts {
  font-size: 1.2em;
}
.footer .contacts a {
  color: #005d42;
  font-weight: 600;
  text-decoration: none;
}
.footer .contacts i {
  color: #005d42;
}
.footer .logo {
  display: inline-block;
}
.footer .descr {
  color: #888;
  margin-bottom: 0;
}
.footer .descr p {
  margin-bottom: 0;
}
.footer .descr h1 {
  font-size: 1.2em;
  font-weight: 500;
  margin: 0 0 1em;
}
.footer .descr .title-h1 {
  font-size: 1.2em;
  font-weight: 500;
  margin: 0 0 1em;
  text-transform: uppercase;
  line-height: 110%;
}
.footer .warning {
  background: #fff;
  color: #f2f2f2;
  font-size: 3.5em;
  padding: 0.2em 0 0px;
}
.footer-links a {
  display: inline-block;
  font-size: .75em;
  margin-right: 1em;
  margin-top: 1em;
  opacity: .5;
}
.footer-links a:hover,
.footer-links a:focus,
.footer-links a:active {
  opacity: 1;
}

body.fixed {
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}
body.fixed .overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.75);
  width: 100%;
  height: 100%;
  z-index: 3000;
}
.enter-wrapper {
  position: fixed;
  z-index: 3500;
  background: white;
  top: calc(100vh / 4);
  left: calc(100vw / 4);
  text-align: center;
  padding: 3em;
  box-shadow: 0 0 1em 0 rgba(0,0,0,.25);
  width: 50%;
}
.enter-wrapper .switch {
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease 0s;
}
.enter-wrapper .switch .link {
  margin-right: 1em;
  margin-bottom: 1em;
  display: inline-block;
}
.enter-wrapper .switch.active {
  max-height: 120px;
}
.enter-wrapper .logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.eye-settings-wrapper {
  background: rgba(0,0,0,.75);
  position: fixed;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  overflow-y: scroll;
  transition: opacity .2s ease 0s;
}
.eye-settings-wrapper.active {
  opacity: 1;
  pointer-events: all;
}
.eye-settings-wrapper .settings {
  position: absolute;
  top: 2em;
  left: 30%;
  background: #fff;
  max-width: 40%;
  width: 100%;
  text-align: center;
  padding: 2em;
}
.eye-settings-wrapper .settings .h3 {
  font-family: Roboto,Arial,sans-serif;
  margin-bottom: .5em;
}
.eye-settings-wrapper .list {
  margin-bottom: 2em;
}
.eye-settings-wrapper a {
  margin-right: 1em;
  margin-bottom: 1em;
  background: #f5f5f5;
  padding: .5em;
  display: inline-block;
}
.eye-settings-wrapper .bottomline {
  padding-top: 1em;
  border-top: 1px solid;
}


.feedback-form {
  max-height: 4em;
  overflow: hidden;
  transition: all .2s ease 0s;
  will-change: max-height;
}
.feedback-form.opened {
  max-height: 780px;
}
.feedback-form i {
  transition: all .2s ease 0s;
}
.feedback-form.opened i {
  transform: rotate(180deg);
}
.feedback-form .placeholder {
  display: none;
}
.feedback-form .submit {
  text-align: right;
  margin: 2em 0;
}
.feedback-form input[type="submit"] {
  padding: 1em;
  border: none;
  outline: none;
  background: #005d42;
  color: #fff;
  width: 100%;
}

.ms-nav-next, .ms-nav-prev {
  cursor: pointer;
  display: inline-block;
  margin: 1em 0;
  border-width: 13px 18px;
  border-color: transparent #005d42 transparent transparent;
  border-style: solid;
  transition: all .2s ease 0s;
}
.ms-nav-next {
  border-color: transparent transparent transparent #005d42;
  position: relative;
  left: 60px;
}
.ms-nav-prev {
  position: relative;
  left: -60px;
}

.ms-nav-next:hover,
.ms-nav-next:focus,
.ms-nav-next:active,
.ms-nav-prev:hover,
.ms-nav-prev:focus,
.ms-nav-prev:active {
  opacity: .8;
}

.file-field .btn, .file-field .btn-large {
  background: #005d42;
  box-shadow: none;
}

@media only screen and (max-width: 340px) {
	.bordered-title{
	  font-size: 1.5em !important;
  }
}

 

.h1_contact{
	text-align:center;
}
.text_obrach p{
	text-align: left;
}
.h4_brach{
margin-bottom: 1em;
}

.obrashenii_table tbody tr{
	border-top: 1px solid #d0d0d0;
}
.obrashenii_table tbody tr:nth-child(2n-1){
	background-color: #f2f2f2;
}
.bordered-title{
	margin-top: 0em;
	    color: #005d42;
    font-weight: 500;
}
.contacts .section-descr span{
	display: contents !important;
	margin: 1em 0em !important;
}
#reds_arrowup-button{
	    background-color: #005d42 !important;
		bottom: 45px !important;
}


.main-intro-wrapper .sc-slide .info-wrapper .royal-bg{
	background: linear-gradient(-90deg, #203841 30%, #65b3d7)!important;
}

.contact_form{
  text-align: center;
}
.afbf_feedback_poles form input{
  height: 1.5rem !important;
}
.afbf_item_pole{
  margin: 15px 0px 15px !important;
}
.afbf_feedback_poles form .fb_close .afbf_btn{
  height: 3rem!important;
}
.afbf_feedback_poles form .afbf_submit_block{
  text-align: center !important;

}
.afbf_feedback_poles form .afbf_submit_block input{
  height: 3rem !important;
}
.afbf_submit_block{
  margin: 0 !important;
}
.afbf_feedback_poles{
  margin-bottom: 2em;
}
.contacts .feedback-form br{
    display: none;
}
.seo_link{
	margin-top: 20px;
}
.title-similar{
	border-bottom: 1px solid;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0.5em;
    margin-top: 0;
    font-family: "ProspectC", "Roboto", "Arial";
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 110%;
}
.catalog-sections-list .catalog-item .topline{
	font-size: 15px;
	line-height: 1.5;
    font-weight: 400;
	font-family: Roboto,Arial,sans-serif;
    margin: 0;
	text-transform: initial;
}


@media only screen and (max-width: 768px) {
	.list .parent-menu a{
	width: 80%;
	}

	.ourlife .l12{
	width: 100%;
	}
	.ourlife .l12 video{
		width: 100%;
	}
	.footer-links .text-center a img{
		width: 100%;
		height: auto;
	}
}



.toggle{
  display: block !important;
  opacity: 1 !important;
  top: auto !important;
  position: relative !important;
}
.info .mail i{
	margin-right: 0.5em;
    color: #005d42;
}



@media only screen and (max-width: 990px){
  .header .top-menu .parent-menu:after {
    content: "";
    background-image: url('/include/arr-down.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    z-index: 100;
    top: 13px;
  }
  .header .top-menu.active .list{
    max-height: 600px;
    overflow-y: scroll;
  }
  .header .top-menu .sub-menu{
    padding: 0.5em 1rem;
  }
.news-list.main_page_news{
	width: 100% !important;
    height: auto !important;
}
	.news-list.main_page_news .news-item{
		height: auto !important;
	}
}
@media only screen and (max-width: 321px){
  .header .top-menu .parent-menu:after {
    content: "";
    background-image: url('/include/arr-down.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 100;
    top: 10px;
  }
}
.reviews_product{
display: none;
}
.news-list.main_page_news{
	width: 100%;
    height: auto;
}
@media (max-width: 426px){
	.caption{
		display: table-caption;
	}
	.obrashenii_table{
		width: 100% !important;
	}
	.header{
		position: fixed;
		top: 0px; 
		width: 100%;
	}
	.main{
		padding-top: 98px;
	}
	.title-similar{
		font-size: 1.6em;
	}
	.enter-wrapper .logo img{
		width: 100%;
		height: 100%;
	}
	.header .logo img{
		width: 100%;
		height: 100%;
	}
	.footer-links .responsive-img img{
		width: 100%;
		height: 100%;
	}
	.footer .logo img{
		width: 100%;
		height: 100%;
	}
	.news-list.main_page_news .news-item{
    	width: 100%;
	}
	.cities-list{
		padding: 0 15px !important;
	}
	.shops-page.main_shops .bordered-title{
		font-size: 1.6em;
	}
	.contacts .single .photo img{
		width: 100%;
    	height: 100%;
	}
}
.tech-wrapper .intro-wrapper .info{
    padding: 1em 0; 
}
.promo-wrapper .promo-item .img-block img{
	opacity: 1;
}
.info.corruption-page .row .col.xl6{
   width: 100%;
}