.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: Montserrat, sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 120%;
  font-weight: 800;
  margin-bottom: 20px;
}

h2 {
  color: hsl(170deg 100% 20%);
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
}

h4 {
  font-size: 18px;
  line-height: 120%;
}

h5 {
  font-size: 16px;
  line-height: 120%;
}

h6 {
  font-size: 14px;
  line-height: 120%;
}

a {
  color: #4267b2;
}

/*
a:hover {
  color: #7f2270;
}
*/

ul {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 40px;
}

ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

li {
  margin-bottom: 5px;
}

img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 30px;
  border-left: 10px solid #008e72;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 16px 64px 0 rgba(0, 0, 0, 0.1), 0 -1px 4px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 28px;
  font-style: italic;
}

figcaption {
  display: inline-block;
  margin-top: 0px;
  padding: 4px 16px;
  background-color: #3989c1;
  color: #fff;
  text-align: left;
}

.seamless-left {
  width: 25%;
  padding-top: 96px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
}

.seamless-left.black-line {
  border-right-color: rgba(0, 0, 0, 0.3);
}

.seamless-texture {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 512px;
  background-image: url('../images/002_512-.png');
  background-position: 50% 50%;
  background-repeat: repeat;
  background-attachment: scroll;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
  color: #fff;
}

.seamless-texture._002 {
  background-image: url('../images/003_512-.png');
  background-repeat: repeat;
  color: #000;
}

.seamless-texture._003 {
  background-image: url('../images/004_512-.png');
}

.seamless-texture._004 {
  background-image: url('../images/005_512-.png');
}

.seamless-texture._001 {
  height: 50vh;
  background-image: url('../images/001_512-.png');
}

.seamless-texture._50vh {
  height: 50vh;
}

.seamless-texture._50vh._005 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/ac40109-roomset.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/ac40109-roomset.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.seamless-texture._50vh._006 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/ac40101.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/ac40101.jpg');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.seamless-texture._006 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ac40109-roomset.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ac40109-roomset.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.seamless-cobine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-shadow: 0 -1px 2px hsl(168deg 100% 2% / 60%), 0 4px 4px hsl(204deg 100% 2% / 30%), 0 6px 6px hsl(168deg 100% 10% / 50%), 0 30px 60px hsl(168deg 100% 3%), 0 40px 80px hsl(168deg 100% 3%), 0 50px 100px hsl(168deg 100% 3%);
}

.seamless-cobine.black {
  color: #333;
  text-shadow: 0 16px 16px rgba(0, 0, 0, 0.3), 0 -4px 8px rgba(0, 0, 0, 0.1);
}

.paragraph {
  display: inline-block;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  line-height: 72px;
  font-weight: 500;
  text-align: left;
}

.text-span {
  font-weight: 200; 
}

.round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 160px;
  margin: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-image: url('../images/002_512-.png');
  background-position: 0px 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.round:hover {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.place-round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-abaut {
  display: inline-block;
  margin-bottom: 0px;
  /*text-shadow: none;*/
  font-size: 17px;
  line-height: 150%;
}

.home-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #002b18;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/IMG_5207-HDR.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/IMG_5207-HDR.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.paragraph-3 {
  margin-top: 36px;
  margin-left: -61px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
}

.right-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 64px;
  padding: 0px 32px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0), inset 0 -1px 0 0 hsla(0, 0%, 100%, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  text-align: left;
  cursor: pointer;
}

.button:hover {
  padding-right: 16px;
  padding-left: 16px;
  background-color: hsla(0, 0%, 100%, 0.1);
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3), inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.3);
}

.button.w--current {
  padding-right: 16px;
  padding-left: 16px;
  background-image: url('../images/Here.svg');
  background-position: 0px 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
}

.link-block {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 25vw;
  height: 60px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.link-block:hover {
  box-shadow: inset 0 -24px 0 0 hsla(0, 0%, 100%, 0.2);
}

.link-block.w--current {
  cursor: pointer;
}

.logo-oikos {
  position: absolute;
  left: -100%;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding-top: 16px;
  padding-right: 8px;
  padding-bottom: 16px;
  background-color: #008e4e;
  background-image: url('../images/Безымянный-1_Oikos-160-40-01.svg');
  background-position: 100% 100%;
  background-size: 150px;
  background-repeat: no-repeat;
}

.logo-oikos.w--current {
  cursor: pointer;
}

.polosa-gamburger {
  width: 32px;
  height: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
  border: 1px solid #008e4e;
  background-color: #fff;
}

.centr-logo {
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 60px;
  min-width: 296px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(2px);
  align-items: flex-start;
}

.div-block-hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*overflow: auto;*/
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.close {
  width: 50%;
}

.column-002 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  margin-left: -1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid hsla(0, 0%, 100%, 0.2);
}

.row-felix-like-you {
  padding: 16px 32px 80px;
  border-top: 12px solid #363636;
  background-color: #2d2d2d;
}

.column-felix-like-you_001 {
  display: inline-block;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.text-footer-black-line {
  display: inline-block;
  color: grey;
  font-size: 12px;
  font-style: italic;
  text-align: left;
}

.column-felix-like-you_002 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.felix-like-you {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 26px;
  background-image: url('../images/Heart.svg');
  background-position: 50% 0px;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f5f5f5;
  font-size: 12px;
  text-decoration: none;
}

.felix-like-you:hover {
  background-image: url('../images/Heart.svg');
  background-position: 50% 0px;
  background-size: 28px;
  background-repeat: no-repeat;
}

.column-felix-like-you_003 {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.div-block-h80 {
  min-height: 104px;
}

.div-block-h56 {
  height: 88px;
  min-height: 60px
}

.desktop-main-menu {
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, 0.3);
}

.dropdown-list {
  position: absolute;
  left: 0px;
  top: 100%;
  display: block;
  overflow: hidden;
  height: 0px;
  margin-left: -1px;
  border-left: 1px solid #fff;
  background-color: #000;
}

.dropdown-list.w--open {
  height: auto;
}

.button-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.button-copy.w--current {
  padding-right: 16px;
  padding-left: 16px;
  background-image: url('../images/Here.svg');
  background-position: 0px 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
}

.div-block-16-copy {
  width: 8px;
  height: 8px;
  margin-bottom: 3px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button-dtp-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  padding: 12px 8px 8px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

.button-dtp-menu:hover {
  -webkit-transform: translate(16px, 0px);
  -ms-transform: translate(16px, 0px);
  transform: translate(16px, 0px);
}

.button-dtp-menu.w--current {
  padding-right: 16px;
  padding-left: 16px;
  background-image: url('../images/Here.svg');
  background-position: 0px 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
  color: #fff;
}

.close-menu {
  overflow: hidden;
  margin-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-span-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-left: -1px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-image: url('../images/window-close-100.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  color: transparent;
  line-height: 24px;
  text-align: center;
}

.text-span-icon.icon-menu-001 {
  background-image: url('../images/Phone.svg');
}

.text-span-icon.icon-menu-002 {
  background-image: url('../images/Katalog.svg');
}

.right-bottom-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  max-width: 300px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 18px;
  text-align: center;
}

.button-dropdown {
  min-height: 24px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.button-dropdown.w--current {
  padding-right: 16px;
  padding-left: 16px;
  background-image: url('../images/Here.svg');
  background-position: 0px 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
}

.bread-crump {
  position: relative;
  z-index: 995;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-right {
  padding-right: 6px;
  padding-left: 0px;
}

.left-push {
  width: 1000px;
  padding-right: 20px;
  padding-left: 15px;
}

._800-center-bread-crumb {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.crump {
  display: inline-block;
  overflow: hidden;
  max-width: 250px;
  padding: 0px 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: grey;
  font-size: 12px;
  line-height: 180%;
}

.crump:hover {
  background-color: #fff;
  color: #000;
}

.crump.home.w--current {
  border-right: 1px solid #fff;
}

.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Materialdesignicons webfont', Arial, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.right:hover {
  color: #008e72;
}

.right.w--current {
  background-color: #008e72;
}

.gamburger-menu {
  position: fixed;
  z-index: 901;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._002-polosa {
  width: 24px;
  height: 1px;
  margin-top: -1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

._001-polosa {
  width: 24px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.link-social-contact {
  width: 42px;
  height: 42px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 0px 8px;
  background-color: #fff;
  font-family: 'Materialdesignicons webfont', Arial, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
}

.link-social-contact:hover {
  color: #008e72;
}

.contact-map {
  display: inline-block;
  font-size: 36px;
  line-height: 100%;
  font-weight: 800;
  text-align: left;
}

.text-block-7 {
  display: inline-block;
  margin-right: 8px;
  line-height: 160%;
  text-align: left;
}

.contact-adress {
  display: block;
  color: #000;
  text-align: left;
}

.contact-adress:hover {
  color: #008e72;
}

.contact-adress.mail {
  color: #008e72;
}

.div-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.kontact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 700px;
  padding: 96px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-kontact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._001-cantact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.map-all-contacts {
  width: 100%;
  height: 100%;
}

.number {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 8px;
  line-height: 160%;
}

.div-block-28 {
  width: 100%;
  text-align: left;
}

.div-block-first-001 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20%;
  height: 100%;
  padding: 40vh 16px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 1px dashed hsla(0, 0%, 100%, 0.2);
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
  text-shadow: 3px 3px 24px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.div-block-first-001:hover {
  background-color: #fff;
  box-shadow: inset 0 0 240px 0 rgba(0, 0, 0, 0.2);
  color: #000;
  font-weight: 500;
}

.div-block-35 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-footer {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2d2d2d;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.menu_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  /*border-bottom: 4px solid #363636;*/
  /*padding-bottom: 20px;*/
  flex-wrap: wrap;
}

.div-footer-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
}

.footer_001 {
  width: 960px;
}

.text-20px-white {
  margin-bottom: 12px;
  color: #999;
  font-size: 36px;
  line-height: 36px;
  font-weight: 200;
  text-align: left;
  text-wrap: nowrap;
}

.button-footer-menu {
  width: auto;
  padding: 10px 20px 2px 0px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #999;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
}

.button-footer-menu:hover {
  color: #ccc;
  text-decoration: underline;
}

.button-footer-menu.w--current {
  color: #404040;
}

.button-footer-menu.bold {
  margin-bottom: 5px;
  font-weight: 600;
}

.success-message {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #008e72;
}

.form_text-field {
  width: 33%;
  height: 100%;
  margin-bottom: 0px;
  padding: 21px 10px 21px 0px;
  border-style: none none solid;
  border-width: 1px 1px 12px;
  border-color: #000 #000 #363636;
  background-color: #2d2d2d;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ccc;
  text-align: left;
}

.form_text-field:hover {
  padding-right: 0px;
  padding-left: 10px;
  background-color: #000;
  color: #f5f5f5;
  font-weight: 400;
}

.form_text-field:focus {
  padding-right: 0px;
  padding-left: 8px;
  background-color: #474747;
  color: #f5f5f5;
}

.form_text-field::-webkit-input-placeholder {
  color: #d3d3d3;
}

.form_text-field:-ms-input-placeholder {
  color: #d3d3d3;
}

.form_text-field::-ms-input-placeholder {
  color: #d3d3d3;
}

.form_text-field::placeholder {
  color: #d3d3d3;
}

.text-block-5 {
  color: #f5f5f5;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 12px solid #363636;
  background-color: #2d2d2d;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.text-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f5f5f5;
  font-size: 18px;
  line-height: 120%;
}

.submit-button-2 {
  width: 340px;
  height: 100%;
  padding: 21px 10px 19px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 12px solid #363636;
  background-color: #263b37;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #ccc;
  font-size: 18px;
  font-weight: 200;
  text-transform: uppercase;
}

.submit-button-2:hover {
  background-color: #008e72;
  color: #f5f5f5;
}

.submit-button-2:active {
  border-bottom-color: #3989c1;
}

.error-message-2 {
  margin-top: 0px;
  padding: 10px;
  background-color: #3d1012;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-0-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  min-width: 25%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 12px solid #363636;
  color: #fff;
}

.row-footer-oi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 30px;
}

.column-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.marker-recommend {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 8px;
  background-color: #008e72;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 500;
  text-shadow: 2px 0 16px #241808;
  text-decoration: none;
}

.marker-recommend.green {
  background-color: #ff9000;
}

.marker-recommend.purple {
  background-color: #7f2270;
}

.marker-recommend.blue {
  background-color: #3989c1;
}

.recommend-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 50px 30px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.recommend-content.shadow {
  max-width: 100%;
  margin-bottom: 8px;
  padding-right: 16px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
  box-shadow: inset 2px 0 0 0 #008e72;
}

.paragraph-recomend {
  display: inline-block;
  /*margin-top: 20px;*/
  margin-bottom: 10px;
  /*margin-left: 40px;*/
  font-size: 16px;
  line-height: 110%;
  font-weight: 700;
}

.short-text {
  /*margin-bottom: 20px;*/
  /*margin-left: 40px;*/
  font-size: 14px;
  line-height: 130%;
}

.novost-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 25%;
  min-width: 25%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.novost-big:hover {
  position: relative;
  z-index: 4;
  padding-right: 16px;
  box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.3);
}

.foto-anons-recommend {
  overflow: hidden;
  width: 100%;
  height: 266px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.foto-anons-recommend.raspis-004 {
  background-image: url('../images/43f0ef07638fb8266e8d2c48daa55d38.JPG');
}

.foto-anons-recommend.catalo-001 {
  background-image: url('../images/001-Эффекты-штукатурок.jpg');
}

.section-anons {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-bottom-width: 1px;
  border-bottom-color: #d3d3d3;
  background-color: #fff;
}

.seamless-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.seamless-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.menu-fixed {
  position: relative;
  z-index: 996;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  background-color: #2d2d2d;
}

.div-block-42 {
  height: 48px;
}

.text-block-8 {
  padding-top: 4px;
  padding-bottom: 3px;
  background-color: #fff;
  color: #008e4e;
  font-size: 12px;
  font-weight: 700;
}

.dropdown-list-green {
  position: absolute;
  top: 100%;
  right: 0px;
  display: block;
  overflow: hidden;
  height: 0px;
  background-color: #008e4e;
  background-image: radial-gradient(circle farthest-corner at 94% 86%, #008e72, #008e4e);
}

.dropdown-list-green.w--open {
  height: auto;
  background-image: radial-gradient(circle farthest-corner at 94% 86%, #008e72, #008e4e);
}

.footer {
  position: relative;
  z-index: 3;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-bye {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 0px;
  margin-right: -10px;
  padding-top: 17px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.4), 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-shadow: none;
  cursor: pointer;
}

.button-bye:hover {
  margin-right: 0px;
  margin-left: -10px;
  background-color: #ea504a;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.button-bye:active {
  background-color: #ad322e;
  color: #f5f5f5;
}

.button-bye:visited {
  background-color: #d3d3d3;
  color: #bd3381;
}

.cena {
  position: relative;
  z-index: 1;
  height: 50px;
  margin-top: 5px;
  margin-right: -10px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
}

.cena.color0cena {
  background-color: transparent;
}

.span-cena {
  font-size: 18px;
}

.paragraph-96 {
  margin-top: 0px;
  font-size: 24px;
  line-height: 100%;
}

.head-red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-top: 60px;
  /*padding-bottom: 40px;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0.3))), url('../images/BASKIIA_ZHan-Mishel13.jpg');
  background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.3)), url('../images/BASKIIA_ZHan-Mishel13.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
  text-shadow: 0 4px 32px #000;
}

.head-red:hover {
  background-position: 0px 0px, 100% 100%;
}

.center-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-5 {
  color: #474747;
  font-size: 40px;
}

.h1-news {
  max-width: 800px;
  margin-top: 0px;
  margin-bottom: 8px;
  padding: 0px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 200;
  text-align: center;
}

.h2-head {
  max-width: 800px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 -4px 16px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.4);
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  /*margin-top: 40px;
  margin-bottom: -40px;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-space {
  width: 204px;
}

.header-div-right {
  margin-right: 15px;
  display: flex;
    align-items: center;
}

.header-contact {
  width: 100%;
  margin-left: -1px;
  padding: 16px 16px;
  border-right: 1px dashed #fff;
  border-left: 1px dashed #fff;
  background-color: transparent;
  box-shadow: inset 0 0 0 0 #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}

.header-contact:hover {
  box-shadow: inset 0 -60px 0 0 #fff;
  color: #000;
}

.header-contact:active {
  box-shadow: inset 0 -4px 0 0 #fff;
  color: #fff;
}

.header-contact.w--current {
  background-color: #fff;
  color: #000;
}


@media (max-width: 1400px) {/*-------------------------------------------------------------------------------------------------*/
  .recommend-content {
    padding: 0px 30px 20px 30px;
  }
}

@media (max-width: 720px) {/*-------------------------------------------------------------------------------------------------*/
  .header-contact.w--current {
    order: -1;
  }
  .header-contact {
    padding: 20px 16px;
  }
}
.name-facture {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  line-height: 100%;
  font-weight: 700;
  text-align: left;
}

.text-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/05.png');
  background-position: 0px 0px;
  background-size: auto;
}

.home-center-block {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  min-width: 300px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._005-triger-menu-tablet {
  display: none;
}

._006-menu-tablet {
  display: none;
  height: 0px;
}

.div-block-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 2px;
  background-image: url('../images/eye-outline-a8a8a8.svg');
  background-position: 100% 0px;
  background-size: 48px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.div-block-txt:hover {
  background-color: #fff;
  background-position: 110% 0%;
  background-repeat: no-repeat;
  box-shadow: 0 12px 80px 0 rgba(0, 0, 0, 0.6), 0 -1px 8px 0 rgba(0, 0, 0, 0.5);
  color: #000;
  text-shadow: none;
}
/*START social icons*/
.link-social {
  padding: 8px 8px 12px;
  background-color: transparent;
  font-family: 'Social-icons-oikosminsk webfont', Arial, sans-serif;
  color: grey;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  transition: all 150ms ease-in;
}

.link-social:hover {
  color: #008e72;
}

.link-social.map-color:hover {
  color: #1a73e8;
}

.link-social.instagram-color:hover {
  color: #ed4956;
}

.link-social.facebook-color:hover {
  color: #2f5e9b;
}

.link-social.youtube-color:hover {
  color: #ff0033;
}



.link-social.telegram-color:hover {
  color: #2ba2db;
}

.link-social.tiktok-color:hover {
  color: #FF3B5C;
}

.link-social.dzen-color:hover {
  color: white;
}

.link-social.pinterest-color:hover {
  color: #e60023;
}





.link-social.header {
  font-size: 24px;
  line-height: 24px;
}

.link-social.footer {
  font-size: 36px;
  line-height: 36px;
}

.link-social.w--current {
  color: #404040; 
}
.link-social.w--current:hover {
  color: #404040; 
}
/*END social icons*/

.div-block-87 {
  text-align: left;
}

.text-span-22 {
  font-family: 'Materialdesignicons webfont', Arial, sans-serif;
  font-weight: 400;
}

.icons-for-news {
  margin-bottom: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.icons-for-news:hover {
  color: #3989c1;
}

.icons-for-news.fb:hover {
  color: #4267b2;
}

.icons-for-news.like:hover {
  color: #7f2270;
}

.news-h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
}

.div-news-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-news-icon._50-percent {
  width: 100%;
}

.column-text-news {
  padding-right: 0px;
  padding-left: 20px;
  text-align: left;
}

.row-felix-news {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 10px solid #f5f5f5;
}

.center-all-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.paragraph-read-next {
  display: inline-block;
  margin-bottom: 0px;
}

.text-admin {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.div-block-read-next {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(50%, #fff));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 50%);
}

.read-next {
  padding: 16px 32px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3989c1;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}

.read-next:hover {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

._800-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  min-height: 50px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-img-news {
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
}

.image-card-news {
  display: block;
  width: 100%;
}

.date {
  color: #3989c1;
}

.icon-in-news {
  font-family: 'Materialdesignicons webfont', Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.center-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: -1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.opisanie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.button-buy {
  padding: 20px 5px;
  border-radius: 50px;
  background-image: url('../images/1Блик.png'), radial-gradient(circle farthest-corner at 66% 105%, #008e4e, #008e72);
  background-position: 100% 100%, 0px 0px;
  background-size: 500px, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  box-shadow: 5px 0 30px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.5), 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: background-position 1000ms ease;
  transition: background-position 1000ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

.button-buy:hover {
  background-position: 0% 0%, 0px 0px;
  background-attachment: scroll, scroll;
}

.button-buy:active {
  background-image: url('../images/1Блик.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), radial-gradient(circle farthest-corner at 66% 105%, #008e4e, #008e72);
  background-image: url('../images/1Блик.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), radial-gradient(circle farthest-corner at 66% 105%, #008e4e, #008e72);
  background-position: 75% 50%, 0px 0px, 0px 0px;
  background-size: 500px, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.button-buy:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/1Блик.png'), radial-gradient(circle farthest-corner at 66% 105%, #008e4e, #008e72);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/1Блик.png'), radial-gradient(circle farthest-corner at 66% 105%, #008e4e, #008e72);
  background-position: 0px 0px, 70% 50%, 0px 0px;
  background-size: auto, 500px, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.text-span-cena {
  font-size: 28px;
  line-height: 28px;
}

.old-price {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #7f2270;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-decoration: line-through;
}

.price {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
}

.lenta-kataloga-002 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs-contein-opisanie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.existence {
  color: #008e72;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
}

.tab-in-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: -1px;
  padding: 20px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d3d3d3;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.tab-in-description:hover {
  background-color: #3989c1;
  color: #fff;
}

.tab-in-description.w--current {
  z-index: 1;
  background-color: #008e72;
  color: #fff;
}

.tabs-opisanie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  padding: 20px;
  border: 1px solid #dadada;
  background-color: #f5f5f5;
}

.tabs-content {
  margin-top: -1px;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  background-color: #f5f5f5;
}

.packaging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-left: -5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: right;
}

.div-price {
  margin-bottom: 10px;
}

.tab-opisanie {
  padding: 20px 80px 80px;
}

.logo-tablet {
  display: none;
  background-image: url('../images/Безымянный-1_Oikos-160-40-01.svg');
  background-position: 100% 100%;
  background-size: 150px;
  background-repeat: no-repeat;
}

._001-opisanie-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.medium-txt {
  font-weight: 500;
}

.download {
  margin-right: 1px;
  margin-bottom: 10px;
  margin-left: -1px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #dadada;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  line-height: 16px;
  text-align: center;
}

.download:hover {
  background-color: #ebf3f9;
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
}

.download:active {
  background-color: #3989c1;
}

.download:visited {
  background-color: #ebf3f9;
}

.tablica-tex-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #d3d3d3;
}

.column {
  width: 30%;
  min-height: 16px;
  padding: 16px;
  border: 1px solid #dadada;
  background-color: #f5f5f5;
}

.column._60-percent {
  width: 70%;
  border-left-width: 0px;
}

.tablica {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-top: -1px;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-80-i-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  min-height: 120px;
  min-width: 120px;
  margin-right: 1px;
  margin-bottom: 1px;
  padding: 2px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: url('../images/fea901b74ac26286fb45063f010af7c9.jpg');
  background-position: 0px 0px;
  background-size: 200px;
  background-repeat: no-repeat;
}

.column-80-i-60.pusto-colors {
  height: 0px;
  min-height: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.pollitra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  border-top: 1px solid #d3d3d3;
}

.number-color {
  margin-bottom: 0px;
  padding: 2px;
  background-color: #fff;
  line-height: 14px;
}

.text-span-24 {
  display: block;
  margin-top: -12px;
  margin-bottom: 12px;
  font-family: 'Materialdesignicons webfont', Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

._007-discription-for-logo {
  position: absolute;
  z-index: 800;
  width: auto;
  margin-top: 64px;
  margin-left: 12.5%;
  padding-right: 4px;
  padding-left: 4px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.paragraph-description {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -84px;
  padding-right: 4px;
  padding-left: 4px;
  color: #000;
}

._008-logo-tablet {
  z-index: 1000;
  display: none;
}

.paragraph-3-copy {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
}

.div-block-998 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
}

.paragraph-97 {
  margin-bottom: 0px;
  padding-right: 2px;
  padding-left: 2px;
  background-color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.img-in-catalog {
  width: 100%; 
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  /*border-top-left-radius: 8px;*/
  /*border-top-right-radius: 8px;*/
  background-image: url('../images/001_loadingh400.gif');
  background-position: 50% 50%;
  background-size: 266px;
  background-repeat: no-repeat;
}

._14-semi-bold {
  display: inline-block;
  margin-left: 20px;
  font-weight: 600;
}

.filtr-desktop-svd {
  border-bottom: 1px solid #d3d3d3;
}

.filtr {
  margin-right: 0px;
  margin-left: -1px;
  padding: 5px 10px;
  border: 1px solid #3989c1;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #3989c1;
  font-weight: 500;
}

.filtr:hover {
  background-color: #3989c1;
  color: #fff;
}

.filtr:active {
  background-color: #3989c1;
  color: #fff;
}

.filtr:focus {
  background-color: #3989c1;
  color: #fff;
}

.filtr.tuched {
  background-color: #3989c1;
  color: #fff;
}

.filtr.first {
  padding-left: 12px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.filtr.last {
  padding-right: 12px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

._14px-semi-bold {
  margin-right: 9px;
  color: #000;
}

.lenta-catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lenta-kataloga-002-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.discription-catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 360px;
  min-width: 240px;
  margin-bottom: 16px;
  margin-left: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow: hidden; /*round fix*/
}

.discription-catalog:hover {
  position: relative;
  z-index: 2;
  margin-bottom: -40px;
  box-shadow: 0 16px 80px 0 rgba(0, 0, 0, 0.3), 1px 0 4px 0 rgba(0, 0, 0, 0.05);
}

.flex-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

._002-flex-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 0 1px 0 0 #d3d3d3;
}

.price-catalog {
  display: inline-block;
  padding-top: 24px;
}

.old-price-catalog {
  color: #7f2270;
  text-align: left;
  text-decoration: line-through;
}

.existence-catalog {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #008e72;
  line-height: 14px;
  font-weight: 500;
}

.catalog-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding: 24px 24px 64px 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-1000-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 1px solid #d3d3d3;
}

.filtr-tovarov {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.group-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 12px 8px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #d3d3d3;
}

.group-checkbox.decorat {
  border-bottom-color: hsla(0, 0%, 100%, 0.2);
}

.checkbox {
  max-height: 20px;
  min-height: 20px;
  min-width: 20px;
  margin-right: 12px;
  border: 1px solid #d3d3d3;
  transition: all 150ms ease;
}

.checkbox:hover {
  border-color: #008e72;
}

.checkbox.selected {
  border-width: 1px;
  border-color: #e6af68;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/check.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}


/* start from custom.css*/
.div-block-1005 input[type="checkbox"] {
  display:none;
} 

.div-block-1005 input[type="checkbox"]:checked + .checkbox {
  border-width: 1px;
    border-color: #e6af68;
    background-color: #fff;
    background-image: url(../images/check.svg);
    background-position: 50% 50%;
    background-size: 16px;
    background-repeat: no-repeat;   
}

.div-block-1005 label {
  display:flex;
    margin-bottom: 0;
    font-weight: normal;  
}


.div-block-1005 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 4px;
}
/* end from custom.css*/


.text-block-12 {
  margin-bottom: 5px;
  font-weight: 600;
}

.filtr-pustoy-block {
  min-height: 50px;
  width: 100%
}

.filtr-pustoy-block_2 {
  min-height: 84px;
  width: 100%
}

.div-block-1006 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 0px;
  padding: 36px 0px 0px 36px;
  
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-buy-catalog-copy {
  display: none;
}

._011-filtr-triger-open {
  display: none;
}

.text-block-14 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-weight: 300;
}

.trigger-filtr-drdwn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*margin-bottom: -7px;*/
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px solid #d3d3d3;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

._011-filtr-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #d3d3d3;
  background-color: transparent;
}

.chevron {
  display: none;
}

._009-filtr-tovarov-close {
  display: none;
  height: 56px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-86-copy {
  width: 26px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg) translate(0px, -50%);
  -ms-transform: rotate(45deg) translate(0px, -50%);
  transform: rotate(45deg) translate(0px, -50%);
}

.div-block-86-copy-copy {
  width: 26px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translate(0px, 50%);
  -ms-transform: rotate(-45deg) translate(0px, 50%);
  transform: rotate(-45deg) translate(0px, 50%);
}

._100vh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 88px;
  padding-bottom: 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filtr-in-decor {
  position: fixed;
  left: 0px;
  top: 60px;
  z-index: 2;
  display: none;
  overflow: auto;
  width: 25%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.filtr-in-decor:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.div-block-1009 {
  padding-top: 8px;
  padding-bottom: 68px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.filtr-decor {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 2px 10px;
  border: 1px solid #fff;
  border-radius: 40px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-align: center;
}

.filtr-decor:hover {
  border-color: #3989c1;
}

.filtr-decor:active {
  background-color: #3989c1;
  color: #fff;
}

.filtr-decor:focus {
  background-color: #3989c1;
  color: #fff;
}

.filtr-decor.tuched {
  background-color: #008e4e;
  color: #fff;
}

.div-block-1010 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 616px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-next {
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.5), 0 -2px 8px 0 rgba(0, 0, 0, 0.3);
  font-family: 'Materialdesignicons webfont', Arial, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 16px;
  text-decoration: none;
}

.button-next.marging-0px {
  margin-top: -20px;
}

.d-b-next {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}

.slider-2 {
  z-index: 1;
  height: 100%;
  background-color: transparent;
}

.slide-nav {
  z-index: 3;
  height: 15px;
  margin-bottom: 15px;
  padding-top: 0px;
}

.db-in-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.db-in-slider.color {
  background-color: #869995;
}

.arrow {
  width: 9vw;
  margin-top: 220px;
  margin-bottom: 220px;
  font-size: 32px;
  text-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3), 0 4px 20px #000;
}

.icon-2 {
  margin-right: 3vw;
}

.icon-3 {
  margin-left: 3vw;
}

.calculate-in-modal {
  overflow: auto;
  height: 100%;
  max-width: 400px;
  margin-top: 56px;
  padding: 32px 32px 96px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 #000, 0 8px 64px 0 #000;
}





.calculate {
  /*transform: translate3d(0,0,0); /*Удалить*/
  position: fixed; /* Тут проблема */ 
  left: 0px;
  top: 0px;
  /*right: 0px;
  bottom: 0px;*/
  z-index: 20000;
  /*
  display: none;
  */
  overflow: auto;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

/*-- end Trouble --*/



.text-field {
  width: 128px;
  height: 40px;
  margin-right: 4px;
  margin-bottom: 8px;
  padding: 12px 11px;
  border: 2px solid #008e72;
  color: #000;
  text-align: center;
}

.div-block-1017 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-17 {
  margin-right: 16px;
  margin-bottom: 10px;
  margin-left: -11px;
  padding-top: 4px;
  background-color: #fff;
  color: #008e72;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.jhkf {
  font-size: 10px;
}

.text-field-3 {
  height: auto;
  margin-bottom: 16px;
  padding: 8px 16px;
  border: 2px solid #008e72;
}

.field-label {
  margin-bottom: 4px;
}

.success-message-2 {
  padding: 16px;
  border: 1px solid #000;
  background-color: #fff;
}

.text-block-18 {
  text-align: center;
}

.error-message-3 {
  padding: 16px;
  background-color: #7f2270;
  color: #fff;
}

.adress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #dadada;
}

.adress-div {
  max-width: 50%;
  min-width: 400px;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 56px 80px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: inset 0 0 0 1px #dadada;
}

.adress-div.pusto-kontacts {
  padding-top: 0px;
  padding-bottom: 0px;
}

.all-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: -96px;
  padding: 13px 8px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.5), 0 -2px 8px 0 rgba(0, 0, 0, 0.3);
  font-family: 'Materialdesignicons webfont', Arial, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 16px;
  text-decoration: none;
}

.span-all-contacts {
  font-size: 16px;
  line-height: 48px;
}

.text-block-19 {
  min-width: 120px;
  text-align: center;
}

.section-3 {
  display: block;
}

.pokazat-escho {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.pokazat-escho.paging-002 {
  margin-left: 16px;
}

.button-2 {
  padding: 16px 32px;
  border-radius: 8px;
  background-color: #008e72;
  background-image: radial-gradient(circle closest-corner at 60% 70%, #008e72, #006e59);
  box-shadow: 0 8px 56px 0 rgba(0, 0, 0, 0.3), 0 -2px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 24px;
  line-height: 24px;
  font-weight: 200;
}

.button-2:hover {
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.3), 2px 0 8px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 24px 0 rgba(0, 0, 0, 0.1);
}

.button-2:active {
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.5), 2px 0 8px 0 rgba(0, 0, 0, 0.3), inset 0 8px 24px 0 rgba(0, 0, 0, 0.3);
}

._015-logo-tablet-news {
  z-index: 1000;
  display: none;
}

.logo-tablet-news {
  display: none;
}

._007-discription-for-logo-news {
  position: absolute;
  z-index: 800;
  width: auto;
  margin-top: 60px;
  margin-left: 12.5%;
  padding-right: 4px;
  padding-left: 4px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.paragraph-description-news {
  margin-bottom: 0px;
  margin-left: -84px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
}

.date-shapka {
  color: #fff;
}

.div-block-1019 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid grey;
}

._800-center-card-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  min-height: 50px;
  padding: 0px 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-1020 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #000;
}

.filtr-news {
  margin-right: 4px;
  margin-left: 4px;
  padding: 8px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}

.filtr-news:hover {
  background-color: #fff;
  color: #000;
}

.filtr-news.on-filtr-news {
  background-color: #fff;
  color: #000;
}

.text-block-21 {
  margin-top: -8px;
  margin-bottom: 8px;
  padding: 2px 8px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}

.like1 {
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 8px 32px hsla(0, 0%, 100%, 0.5);
}

.text-block-23 {
  padding-top: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-size: 20px;
  line-height: 120%;
  font-weight: 300;
}

.text-block-23:hover {
  box-shadow: inset 0 -8px 0 0 #008e72;
}

.text-block-24 {
  font-size: 160px;
  line-height: 80%;
  font-weight: 700;
  text-align: center;
}

.text-block-24-copy {
  padding-left: 60px;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  color: #00caa2;
  font-size: 48px;
  line-height: 100%;
  font-weight: 200;
  text-align: center;
  text-shadow: 1px 1px 4px #000;
}

.div-block-1024 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-2-copy {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 24px;
  padding: 20px 10px;
  border-radius: 50px;
  background-color: #008e72;
  background-image: radial-gradient(circle closest-corner at 60% 70%, #008e72, #006e59);
  box-shadow: 0 8px 56px 0 rgba(0, 0, 0, 0.3), 0 -2px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 24px;
  line-height: 100%;
  font-weight: 200;
  text-align: center;
}

.button-2-copy:hover {
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.3), 2px 0 8px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 24px 0 rgba(0, 0, 0, 0.1);
}

.button-2-copy:active {
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.5), 2px 0 8px 0 rgba(0, 0, 0, 0.3), inset 0 8px 24px 0 rgba(0, 0, 0, 0.3);
}

._009-filtr-tovarov-close-copy {
  position: absolute;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.trigger-pop-up-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  min-width: 56px;
  margin-right: 24px;
  margin-bottom: -28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.5), 0 -1px 4px 0 rgba(0, 0, 0, 0.3);
}

.heading-6 {
  margin-bottom: 16px;
}

.div-buttons-sobitie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-sobitie-facebook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 8px;
  padding: 20px 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid #000;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  line-height: 100%;
  font-weight: 600;
}

.news-sobitie-facebook:hover {
  border-color: #4267b2;
  background-color: #4267b2;
  color: #fff;
}

.news-sobitie-facebook.instogramm:hover {
  border-color: #bd3381;
  background-image: -webkit-gradient(linear, left top, right top, from(#ea504a), to(#bd3381));
  background-image: linear-gradient(90deg, #ea504a, #bd3381);
}

.text-span-25 {
  margin-right: 4px;
  margin-bottom: -2px;
  font-family: 'Materialdesignicons webfont', Arial, sans-serif;
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
}

.acciya {
  display: inline-block;
  margin-right: -16px;
  margin-bottom: -21px;
  margin-left: 8px;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #e6af68;
  color: #fff;
}

.acciya.rasprodazha {
  background-color: #3989c1;
}

.acciya.novinka {
  background-color: #008e72;
}

.div-block-accions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.acciya-copy {
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 2px 5px;
  background-color: #e6af68;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  line-height: 100%;
  text-align: center;
  text-shadow: 2px 0 16px #241808;
}

.acciya-copy:hover {
  position: relative;
  z-index: 2;
  border-color: #000;
  box-shadow: inset 0 -36px 0 0 #fff;
  color: #000;
}

.acciya-copy.novinka {
  background-color: #008e72;
}

.acciya-copy.rasprodazha {
  background-color: #3989c1;
}

.lenta-kataloga-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.contrnt-50-percent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  padding: 80px 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.d-b-25-percent {
  min-width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.opisanie-for-all {
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-for-smth {
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 10px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #008e72;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #008e72;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.button-for-smth:hover {
  box-shadow: inset 0 0 50px 25px #008e72;
  color: #fff;
}

.button-for-smth:active {
  box-shadow: inset 0 0 50px 25px #006e59;
}

.button-for-smth.marging-0px {
  margin-top: 10px;
}

.torgovatsya {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.text-input {
  min-height: 102px;
  margin-bottom: 16px;
  padding: 16px;
  border: 2px solid #008e72;
}

.div-block-1031 {
  display: block;
}

.button-for-sps {
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 8px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #008e72;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #008e72;
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.button-for-sps:hover {
  box-shadow: inset 0 0 50px 25px #008e72;
  color: #fff;
}

.text-block-28 {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  border-left: 3px solid #008e72;
  font-size: 14px;
  line-height: 160%;
}

.back-sps {
  font-family: 'Materialdesignicons webfont', Arial, sans-serif;
  line-height: 16px;
}

.div-block-1032 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-29 {
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
}

.icon-map {
  display: inline-block;
  margin-bottom: -6px;
  margin-left: 16px;
  padding: 8px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.3), 0 -2px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Materialdesignicons webfont', Arial, sans-serif;
  color: #008e72;
  font-size: 36px;
  line-height: 36px;
  text-align: left;
}

.icon-map:hover {
  background-color: #008e72;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3), 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.icon-map:active {
  background-color: #006e59;
}

.link-map-city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
  text-shadow: -1px 8px 32px rgba(0, 0, 0, 0.3);
}

.link-map-city:hover {
  color: #008e72;
}

.adress-city {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 0px;
}

.cena-old {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  text-decoration: line-through;
}

.cena-old.color-0 {
  background-color: transparent;
}

.packaging-decor-sht {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-left: -5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eye-effect {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 4px 16px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Materialdesignicons webfont', Arial, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
}

.eye-effect:hover {
  background-color: #000;
}

.podrobnee {
  margin-top: -1px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 0px 1px 1px;
  border-color: #dadada;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  line-height: 100%;
  font-weight: 500;
}

.podrobnee:hover {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
}

.podrobnee.opened {
  padding-top: 8px;
}

.podrobnee.opened:hover {
  padding-top: 0px;
}

.div-block-1033 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px dashed #dadada;
}

.span-news-check {
  font-family: 'Materialdesignicons webfont', Arial, sans-serif;
  font-weight: 500;
}

.line-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.div-block-1035 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.div-block-1036 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 800px;
  max-width: 100%;
  padding-left: 1px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.line-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.tabs-2 {
  width: 100%;
  max-width: 1680px;
}

.tab-link-tab-2 {
  height: 160px;
  margin-right: -1px;
  margin-left: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 8px 1px;
  border-color: #008e72;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #008e72;
  font-size: 24px;
  line-height: 100%;
  font-weight: 900;
}

.tab-link-tab-2:hover {
  box-shadow: inset 0 48px 0 0 #008e72;
}

.tab-link-tab-2 {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.tab-link-tab-2.w--current {
  background-color: #008e72;
  color: #fff;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-1038 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #008e72;
}

.short-text-raspisanie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-bottom: 4px;
  line-height: 17px;
}

.div-block-1039 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 16px 4px 16px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 900;
}

.text-block-30 {
  color: #fff;
  font-weight: 200;
}

.batton-zapisatsya {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 42px;
  min-height: 42px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid #008e72;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #008e72;
  line-height: 100%;
  font-weight: 700;
  cursor: pointer;
}

.batton-zapisatsya:hover {
  padding-bottom: 12px;
  background-color: #008e72;
  color: #fff;
}

.div-block-1040 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-1041 {
  margin-right: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs-content-3 {
  padding-right: 8px;
  padding-left: 8px;
  background-color: #008e72;
}

.div-block-1042 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.zapisatsya-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 25%;
  min-width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #000;
  text-decoration: none;
}

.zapisatsya-big:hover {
  position: relative;
  z-index: 1;
  padding-right: 16px;
  background-image: none;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4);
}

.raspisanie-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #008e72;
}

.div-block-1044 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 16px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.price-zapisatsya {
  display: inline-block;
  line-height: 100%;
}

.text-span-zapisatsya {
  margin-top: 27px;
  font-size: 24px;
}

.link-block-zapis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
  cursor: pointer;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.days-week {
  margin-right: 16px;
  margin-bottom: 4px;
  margin-left: 32px;
  line-height: 17px;
}

.button-2-copy-copy {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 6px;
  background-color: #008e72;
  background-image: radial-gradient(circle closest-corner at 60% 70%, #008e72, #006e59);
  box-shadow: 0 8px 56px 0 rgba(0, 0, 0, 0.3), 0 -2px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
  line-height: 24px;
  font-weight: 200;
  text-align: center;
}

.button-2-copy-copy:hover {
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.3), 2px 0 8px 0 rgba(0, 0, 0, 0.2), inset 0 -3px 24px 0 rgba(0, 0, 0, 0.1);
}

.button-2-copy-copy:active {
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.5), 2px 0 8px 0 rgba(0, 0, 0, 0.3), inset 0 8px 24px 0 rgba(0, 0, 0, 0.3);
}

.div-block-picture-slider {
  max-height: 100%;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.div-in-slider-for-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.text-block-in-slider {
  margin-top: -32px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 40px;
  line-height: 100%;
  font-weight: 200;
  text-shadow: 0 2px 4px #000;
  cursor: pointer;
}

.text-block-in-slider:hover {
  margin-top: 0px;
}

.text-block-in-slider.mb-40 {
  margin-bottom: 45px;
}

.link-block-5 {
  margin-bottom: 45px;
  border: 1px none #fff;
  border-radius: 8px;
  background-color: #008e72;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.link-block-5:hover {
  border-color: #fff;
  border-radius: 0px;
  background-color: #008e72;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.4), 0 -2px 3px 0 rgba(0, 0, 0, 0.1);
}

.slider-gallery {
  height: 640px;
  background-color: #2d2d2d;
}

.center-catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 14600;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(0, 0, 0, 0.6);
}

.search-close {
  position: absolute;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 632px;
  margin-bottom: 16px;
}

.poisk {
  height: 40px;
  margin-bottom: 0px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #008e72;
}

.search-button {
  height: 40px;
  padding: 0px 32px;
  border-top: 1px solid #008e72;
  border-right: 1px solid #008e72;
  border-bottom: 1px solid #008e72;
  background-color: rgba(0, 142, 114, 0.8);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  line-height: 100%;
  font-weight: 500;
}

.search-button:hover {
  background-color: #008e72;
  color: #fff;
}

.poisk-in-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100%;
  margin-top: 56px;
  padding: 32px 32px 96px 166px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 #000, 0 8px 64px 0 #000;
}

.saerch-link {
  width: 632px;
  margin-bottom: 16px;
  padding-right: 16px;
  border-bottom: 1px solid #f5f5f5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
}

.saerch-link:hover {
  padding-right: 0px;
  padding-left: 16px;
}

.span-videleniy-txt {
  padding-right: 4px;
  padding-left: 4px;
  background-color: #3989c1;
  color: #fff;
  font-weight: 600;
}

.heading-h3-in-search {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 0px;
  color: #3989c1;
  line-height: 140%;
}

.div-block-1049 {
  padding-bottom: 0px;
}

.trigger-pop-up-search {
  display: none;
}

.text-block-33 {
  display: block;
  color: #008e72;
}

.text-span-26 {
  font-weight: 300;
}

.tablet-trigger-filtr-drdwn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -56px;
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px solid #d3d3d3;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.zapistsya {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.radio-button {
  width: 24px;
  height: 24px;
  margin-left: 0px;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-field {
  height: auto;
  margin-bottom: 16px;
  padding: 8px 16px;
  border: 1px solid #008e72;
}

.form-3 {
  max-width: 500px;
}

.novost-big-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #008e72;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #000;
  text-decoration: none;
  cursor: cell;
}

.novost-big-copy:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3), 0 -1px 3px 0 rgba(0, 0, 0, 0.05);
}

.discription-catalog-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 360px;
  min-width: 240px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-1051 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._009-filtr-pop-up {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-404 {
  margin-top: 8px;
  padding: 17px 16px;
  border-radius: 4px;
  background-color: #008e72;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3), 0 -1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
}

.link-404:hover {
  background-color: #006e59;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 -1px 3px 0 rgba(0, 0, 0, 0.2);
}

.pagenation {
  margin-top: 24px;
}

.number-page {
  margin-right: 1px;
  margin-left: 1px;
  padding: 16px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 18px;
}

.number-page:hover {
  position: relative;
  z-index: 1;
  border-radius: 2px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.3), 0 -1px 3px 0 rgba(0, 0, 0, 0.05);
}

.number-page.w--current {
  background-color: transparent;
  color: #008e72;
  font-weight: 700;
}

.number-page.w--current:hover {
  box-shadow: none;
}

.strelki {
  font-family: 'Materialdesignicons webfont', Arial, sans-serif;
  line-height: 14px;
}

.image-anons-home {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 160px;
}

.section-name {
  font-size: 14px;
}

.wherebyu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: -25px;
  padding: 9px 24px 9px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #3989c1;
  border-bottom: 1px solid #3989c1;
  border-left: 1px solid #3989c1;
  border-radius: 50px 0px 0px 50px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #3989c1;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.wherebyu:hover {
  border-color: #3989c1;
  background-color: #3989c1;
  color: #fff;
  padding-right: 36px;
  padding-left: 16px;
}

.wherebyu:active {
  background-color: #4267b2;
}

.scroll-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.razdely-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  box-shadow: inset 0 0 0 0 #3989c1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}

.razdely-button:hover {
  border-bottom-color: #3989c1;
  box-shadow: inset 0 -4px 0 0 #3989c1;
}

.razdely-button:active {
  background-color: #008e72;
  color: #fff;
}

.razdely-button:focus {
  background-color: #008e72;
  color: #fff;
}

.razdely-button:visited {
  background-color: #f5f5f5;
}

.razdely-button.w--current {
  position: static;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #008e72;
  color: #fff;
}

.div-podrobnee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.center-opisanie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._002-opisanie-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  min-width: 30%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.new-link-for-dop-tovar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1px;
  padding-left: 1px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._001opisanie-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tovar-with {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px dashed #d3d3d3;
  background-color: #f5f5f5;
}

.sccroll-horisontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 960px;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 4px solid #f5f5f5;
  background-color: #f5f5f5;
}

.text-block-34 {
  padding: 20px 10px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
}

.div-towar-with {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 208px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 4px solid #f5f5f5;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.div-towar-with:hover {
  z-index: 1;
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.img-in-tovar-with {
  width: 200px;
  height: 160px;
}

.div-with {
  width: 200px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricecatalogwith {
  display: inline-block;
  padding-top: 10px;
}

.acciya-copy-copy {
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ff9000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  text-shadow: 2px 0 16px #241808;
}

.acciya-copy-copy:hover {
  position: relative;
  z-index: 2;
  border-color: #000;
  box-shadow: inset 0 -36px 0 0 #fff;
  color: #000;
}

.acciya-copy-copy.novinka {
  background-color: #008e72;
}

.acciya-copy-copy.rasprodazha {
  background-color: #3989c1;
}

.filtr-sbros {
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 300;
}

.resetfiltr {
  margin-top: -20px;  
  margin-bottom: -6px;
  margin-right: -1px;
  padding: 15px 0;
  border-radius: 4px 0 0 4px ;
  background-color: #3989c1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}

.resetfiltr:hover {
  background-color: #ea504a;
  color: #fff;
}

.resetfiltr:active {
  background-color: #47525d;
  color: #fff;
}

.resetfiltr:focus {
  background-color: hsl(0deg 0% 85%);
  color: #fff;
}
/*
.resetfiltr:visited {
background-color: #3989c1;
}
*/
.resetfiltr.w--current {
  border-color: #008e72;
  background-color: #008e72;
  color: #fff;
}

.buttonwherebye {
  position: relative;
  z-index: 2;
  height: 50px;
  margin-top: 0px;
  margin-right: -10px;
  padding-top: 17px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.4), 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-shadow: none;
  cursor: pointer;
}

.buttonwherebye:hover {
  margin-right: 0px;
  margin-left: -10px;
  background-color: #ea504a;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.buttonwherebye:active {
  background-color: #ad322e;
  color: #f5f5f5;
}

.cenadecor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blockdownload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 960px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
}

.spancenawith {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.opisanie-skachat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.button-buy-podrobnee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 50px;
  background-image: url('../images/1Блик.png'), radial-gradient(circle farthest-corner at 66% 105%, #008e4e, #008e72);
  background-position: 100% 100%, 0px 0px;
  background-size: 500px, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  box-shadow: 5px 0 30px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.5), 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: background-position 1000ms ease;
  transition: background-position 1000ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

.button-buy-podrobnee:hover {
  background-position: 0% 0%, 0px 0px;
  background-attachment: scroll, scroll;
}

.button-buy-podrobnee:active {
  background-image: url('../images/1Блик.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), radial-gradient(circle farthest-corner at 66% 105%, #008e4e, #008e72);
  background-image: url('../images/1Блик.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), radial-gradient(circle farthest-corner at 66% 105%, #008e4e, #008e72);
  background-position: 75% 50%, 0px 0px, 0px 0px;
  background-size: 500px, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.button-buy-podrobnee:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/1Блик.png'), radial-gradient(circle farthest-corner at 66% 105%, #008e4e, #008e72);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/1Блик.png'), radial-gradient(circle farthest-corner at 66% 105%, #008e4e, #008e72);
  background-position: 0px 0px, 70% 50%, 0px 0px;
  background-size: auto, 500px, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.div-podrobnee-copy {
  display: none;
  margin-top: 10px;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.spananchor {
  font-family: 'Materialdesignicons webfont', Arial, sans-serif;
  font-weight: 400;
}

.torgrasschitat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.high-100-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-home-oikos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 0px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  height: 40px;
  font-size: 28px;
  font-weight: 800;
  text-decoration: none;
}

.logo-home-oikos:hover {
  color: #008e72;
}

.linksmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  white-space: pre;
}

.linksmenu:hover {
  color: #b3b3b3;
}

.linksmenu.w--current {
  color: grey;
}

.linksmenu.no-padding {
  padding-right: 6px;
  padding-left: 0px;
}

.div-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-36 {
  color: grey;
}

.email-podpiska {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._010-filtr-tablet {
  display: none;
  width: 208px;
  min-width: 208px;
  padding-top: 8px;
  padding-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #d3d3d3;
  background-color: transparent;
}

.center-filtr {
  max-width: 1000px;
  margin-right: 25%;
  margin-left: 25%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.polosa-left {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 960px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #008e72;
  background-image: url('../images/Oikos-officially.jpg');
  background-position: 50% 50%;
  background-repeat: repeat;
  background-attachment: fixed;
}

.polosa-left:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.scroll-for {
  height: 0px;
}

.place-round-line {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.overcolor {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 300px;
  margin-bottom: -300px;
  background-image: url('../images/010-Salon.svg');
  background-position: 50% 0px;
  /*background-size: contain;*/
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.fsgs {
  position: static;
  font-weight: 100;
}

.infinity {
  font-family: 'Materialdesignicons webfont', Arial, sans-serif;
}

.image-2 {
  max-width: 40%;
  margin-top: 100px;
}

.like2 {
  color: #008e72;
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
}

.link-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #dadada;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.link-button:hover {
  padding-right: 50px;
  padding-left: 50px;
  border-top-color: #008e72;
}

.text-section-002 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/page-home/eco-paper.jpg');
  background-position: 0px 0px;
  background-size: 240px;
}

.div-block-img-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 40vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-img-01._001 {
  background-color: #7f7f7e;
  background-image: url('../images/004_oikos_apartments.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-img-01._006 {
  background-color: #66533d;
  background-image: url('../images/8d93ca6e80146955d8967f57e023237e.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-img-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 20vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-img-02._002 {
  background-color: #435505;
  background-image: url('../images/c4da8c1e5c11d17bd934f6a7ac9bcf48.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-img-02._007 {
  background-color: #36505a;
  background-image: url('../images/biamax_oikos.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-img-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  height: 20vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-img-03._008 {
  background-color: #553043;
  background-image: url('../images/004_oikos_hotel.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-img-03._009 {
  background-color: #6a4f38;
  background-image: url('../images/001_horeca_oikos.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-img-03._004 {
  background-color: #7b7a79;
  background-image: url('../images/cc474f452fa7bb7005291af7e74c15a1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-img-03._003 {
  background-color: #6b6a6d;
  background-image: url('../images/doria_pamphili_travertino.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-003 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 20vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  color: #fff;
  text-decoration: none;
}

.div-block-link:hover {
  background-color: transparent;
}

.image-4 {
  padding: 5px 5px 3px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.image-4:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 40vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-img-05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 40vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-img-05._010 {
  background-color: #4a170a;
  background-image: url('../images/3e37d3283a637c7efc314c0a1497d2ec.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-img-05._005 {
  background-color: #52402b;
  background-image: url('../images/66dd93068d3e8c63ada0ac2cd363ae3d.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-001 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-folio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 12px solid #363636;
  background-color: #2d2d2d;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #2d2d2d 47%, #000);
}

.white-head2 {
  color: #dadada;
  font-size: 32px;
  line-height: 100%;
  font-weight: 600;
  text-shadow: 0 2px 4px #000, 0 4px 40px hsla(0, 0%, 100%, 0.5);
}

.button-bye-copy {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 300px;
  margin-right: 0px;
  margin-left: -10px;
  padding: 15px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: transparent;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.4), 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-shadow: none;
  cursor: pointer;
}

.button-bye-copy:hover {
  margin-right: -10px;
  margin-left: 0px;
  background-color: #ea504a;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.button-bye-copy:active {
  background-color: #ad322e;
  color: #f5f5f5;
}

.button-bye-copy:visited {
  background-color: #d3d3d3;
  color: #bd3381;
}

.roundpechat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 160px;
  margin: 0px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 50%;
  background-image: url('../images/002_512-.png');
  background-position: 0px 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.roundpechat:hover {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.howwework {
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 30px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 120%;
  text-align: center;
}

.howwework:hover {
  border-color: #fff;
  color: #fff;
}

.spanhww {
  font-family: 'icoMoon webfont', Arial, sans-serif;
  font-size: 40px;
}

.hww {
  margin-bottom: 24px;
  padding-right: 10px;
  font-size: 24px;
  line-height: 100%;
}

.div-block-1052 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.twoe {
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-for-banner {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 960px;
  min-width: 640px;
  padding: 80px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ecohead {
  font-size: 28px;
}

.ecodivcolumn {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  padding: 80px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #568f28;
  font-weight: 500;
}

.black {
  text-shadow: none;
}

.link-block-home-gallery {
  padding: 5px 10px;
  border-radius: 40px;
  text-decoration: none;
}

.link-block-home-gallery:hover {
  border-color: hsla(0, 0%, 100%, 0.1);
  box-shadow: 0 0 20px 1px hsla(0, 0%, 100%, 0.1);
}

.sectionpaper {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/page-home/eco-paper.jpg');
  background-position: 0px 0px;
  background-size: 240px;
  background-repeat: repeat;
}

.sectionpaper.map-italy {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/Map-Italy.svg'), url('../images/page-home/eco-paper.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: 10000px, 240px;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.accordian-item {
  width: 100%;
  min-height: 60px;
}

.accordiantriger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px dashed #008e72;
  cursor: pointer;
}

.accordiancontent {
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.heading-7 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.acardeon-plus {
  min-height: 30px;
  min-width: 30px;
  margin-right: -15px;
  margin-bottom: -16px;
  border: 1px solid #008e72;
  border-radius: 100px;
  background-color: #008e72;
  background-image: url('../images/window-close-100.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heighg-10px {
  height: 20px;
}

.acardeon-answer {
  color: #008e72;
  font-weight: 500;
}

.round-in-round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
  background-image: url('../images/page-home/eco-paper.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.where-we-are {
  margin-bottom: 0px;
  padding-right: 2px;
  padding-left: 2px;
  background-color: #fff;
  background-image: url('../images/page-home/eco-paper.jpg');
  background-position: 0px 0px;
  background-size: 125px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.three-column-eco {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 12px solid #568f28;
  background-color: #f5f5f5;
  background-image: url('../images/page-home/eco-list.png'), url('../images/page-home/eco-list-paper.png'), url('../images/page-home/eco-paper.jpg');
  background-position: 25% 100%, 100% 100%, 0px 0px;
  background-size: 200px, 200px, 240px;
  background-repeat: no-repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, fixed;
}

.for-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 12px solid rgba(0, 142, 114, 0.3);
  border-bottom: 12px solid rgba(0, 142, 114, 0.3);
  border-left: 12px solid rgba(0, 142, 114, 0.3);
}

.button-sertificato {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: -10px;
  padding: 15px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #008e72;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.4), 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #008e72;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-shadow: none;
  cursor: pointer;
  white-space: normal;
}

.button-sertificato:hover {
  margin-right: -10px;
  margin-left: 0px;
  border-color: #fff;
  background-color: #ea504a;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.button-sertificato:active {
  background-color: #ad322e;
  color: #f5f5f5;
}

.button-sertificato:visited {
  background-color: #d3d3d3;
  color: #bd3381;
}

.text-sertificato {
  z-index: 1;
  margin-top: 10px;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 4px 4px #fff;
  color: #2d2d2d;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.text-block-37 {
  position: relative;
  z-index: 1;
  margin-right: 18px;
  margin-bottom: -37px;
  margin-left: 18px;
  color: #008e72;
  font-size: 32px;
  line-height: 32px;
  font-weight: 200;
}

.text-span-27 {
  color: #000;
}

.text-span-28 {
  color: #ea504a;
}

.button-sertificato-slider {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: -10px;
  padding: 15px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #008e72;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.8);
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.4), 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #008e72;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-shadow: none;
  cursor: pointer;
  white-space: normal;
}

.button-sertificato-slider:hover {
  margin-right: -10px;
  margin-left: 0px;
  border-color: #fff;
  background-color: #ea504a;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.button-sertificato-slider:active {
  background-color: #ad322e;
  color: #f5f5f5;
}

.button-sertificato-slider:visited {
  background-color: #d3d3d3;
  color: #bd3381;
}

.paragraph-home-11 {
  font-size: 24px;
  line-height: 150%;
  font-style: italic;
  font-weight: 300;
}

.paragraph-home-10 {
  color: #008e72;
  font-size: 18px;
  line-height: 150%;
  font-style: italic;
  font-weight: 600;
}

.home-section-we-work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4267b2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Oikos-officially.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Oikos-officially.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 540px;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.color-flag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Oikos.png'), linear-gradient(135deg, rgba(0, 142, 114, 0.2), hsla(0, 0%, 100%, 0.2) 50%, rgba(234, 80, 74, 0.2) 100%, #fff);
  background-position: 50% 0%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

@media (max-width: 1220px) {
  h1 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
  }
  h2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  h3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  h4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  h5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  h6 {
    padding-right: 20px;
    padding-left: 20px;
  }
  p {
    padding-right: 30px;
    padding-left: 20px;
  }
  ul {
    padding-right: 20px;
  }
  ol {
    padding-right: 20px;
    padding-left: 60px;
  }
  blockquote {
    margin-right: 20px;
    margin-left: 20px;
  }
  .seamless-left {
    display: none;
    width: auto;
  }
  .seamless-texture {
    height: auto;
    min-height: 544px;
    padding: 136px 20px 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: 256px;
    background-attachment: scroll;
  }
  .seamless-texture._002 {
    min-height: auto;
  }
  .seamless-texture._50vh {
    height: auto;
  }
  .seamless-cobine {
    width: auto;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph {
    font-size: 48px;
    line-height: 40px;
  }
  .round {
    margin-top: 0px;
  }
  .paragraph-abaut {
    margin-top: 0px;
  }
  .home-block {
    position: relative;
    z-index: 1;
    margin-top: -60px;
  }
  .right-home {
    width: 100%;
  }
  .link-block {
    width: 50vw;
  }
  .link-block.w--current {
    width: 50vw;
  }
  .row-felix-like-you {
    padding-top: 8px;
  }
  .text-footer-black-line {
    margin-bottom: 4px;
    font-size: 12px;
  }
  .div-block-h80 {
    min-height: 104px;
  }
  .bread-crump {
    width: 100%;
  }
  ._800-center-bread-crumb {
    text-align: center;
  }
  .link-social-contact {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .contact-map {
    font-size: 32px;
  }
  .div-map {
    width: 100%;
    height: 100vh;
  }
  .kontact-div {
    height: auto;
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 40px;
    padding-left: 50vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-kontact {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  ._001-cantact {
    margin-left: -80px;
  }
  .div-block-28 {
    width: 100%;
  }
  .div-block-first-001 {
    padding: 20vh 8px 104px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    font-size: 14px;
  }
  .section-footer {
    display: block;
  }
  .menu_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .footer_001 {
    display: inline-block;
    width: 100%;
    min-width: 100px;
    text-align: center;
  }
  .text-20px-white {
    padding-left: 0px;
  }
  .form {
    padding-right: 40px;
    padding-left: 40px;
  }
  .marker-recommend {
    /*padding: 2px 4px;*/
    /*font-size: 12px;*/
  }
  .recommend-content {
    padding: 0px 20px 30px 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .recommend-content.shadow {
    margin-bottom: 8px;
    padding-top: 16px;
    padding-left: 16px;
  }
  .paragraph-recomend {
    /*margin-right: 0px;*/
  }
  .short-text {
    /*margin-right: 0px;*/
  }
  .novost-big {
    max-width: 50%;
    min-width: 50%;
    padding-bottom: 0px;
  }
  .novost-big:hover {
    padding-right: 0px;
  }
  .seamless-right {
    display: none;
  }
  .seamless-right.tablet-no {
    display: none;
  }
  .seamless-center {
    padding: 0px 0px 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-44 {
    max-width: 600px;
  }
  .span-cena {
    font-size: 14px;
  }
  .paragraph-96 {
    font-size: 14px;
    line-height: 24px;
  }
  .head-red {
    padding-top: 96px;
  }
  /*.h1-news {
    font-size: 16px;
  }*/
  /*.h2-head {
    margin-top: 0px;
    font-size: 28px;
    line-height: 1;
  }*/
  /*.header-contact {
    padding-right: 8px;
    padding-left: 8px;
  }*/
  .name-facture {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 48px;
  }
  .home-center-block {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  ._005-triger-menu-tablet {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 14500;
    display: block;
  }
  .trigger-pop-up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 56px;
    min-width: 56px;
    margin-bottom: 16px;
    margin-left: 16px;
    padding-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.5);
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.5), 0 -1px 4px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }
  .menu-tablet-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .polosa-g-001 {
    width: 26px;
    height: 2px;
    margin-right: 3px;
    margin-bottom: 8px;
    margin-left: 3px;
    background-color: #fff;
  }
  ._006-menu-tablet {
    position: fixed;
    z-index: 14000;
    display: none;
    width: 100%;
    height: 100vh;
  }
  .div-block-txt {
    max-width: 600px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .icons-for-news:hover {
    background-size: 18px;
  }
  .news-h4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-news-icon._50-percent {
    padding-left: 20px;
  }
  .column-text-news {
    padding-left: 0px;
  }
  .row-felix-news {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .read-next {
    font-size: 14px;
  }
  .column-img-news {
    padding-left: 20px;
  }
  .div-block-40 {
    max-width: 728px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .lenta-kataloga-002 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tabs-contein-opisanie {
    max-width: 728px;
  }
  .tab-opisanie {
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo-tablet {
    display: block;
    width: 50%;
    height: 60px;
    background-size: auto 40px;
  }
  ._001-opisanie-column {
    margin-left: -20px;
    padding-right: 0px;
  }
  .column-80-i-60 {
    min-height: 80px;
    min-width: 100px;
  }
  .text-span-24 {
    margin-bottom: 0px;
  }
  ._007-discription-for-logo {
    z-index: 999;
    margin-top: 56px;
    margin-left: 50%;
  }
  .paragraph-description {
    padding-right: 3px;
    padding-left: 3px;
    font-size: 11px;
  }
  ._008-logo-tablet {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #2d2d2d;
    color: #fff;
    text-decoration: none;
  }
  .paragraph-3-copy {
    padding-right: 5px;
    padding-left: 5px;
  }
  ._14-semi-bold {
    margin-left: 0px;
  }
  .filtr-desktop-svd {
    margin-left: 0px;
    border-bottom-width: 0px;
  }
  .filtr {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  ._14px-semi-bold {
    display: none;
  }
  .lenta-catalog {
    padding-top: 40px;
  }
  .discription-catalog {
    min-width: 220px;
  }
  .discription-catalog:hover {
    margin-bottom: 16px;
    box-shadow: none;
  }
  .flex-cards {
    min-width: 100px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .link-block-card {
    min-height: 192px;
  }
  .name-card {
    padding-right: 0px;
    padding-left: 0px;
  }
  .catalog-wrap {
    padding-bottom: 16px;
  }
  .div-block-1000-copy-copy {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .filtr-tovarov {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*width: 110px;*/
    margin-top: -15px;
    /*padding-top: 5px;*/
    /*padding-bottom: 8px;*/
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  position: -webkit-sticky; /* For Safari */
  position: sticky;
    top: 0;
  }  
  .div-block-1006 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button-buy-catalog-copy {
    display: block;
    margin-right: 8px;
    padding: 15px 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #3989c1;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #f5f5f5;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #3989c1;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
  }
  .button-buy-catalog-copy:hover {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    background-color: #008e72;
    color: #fff;
  }
  .button-buy-catalog-copy:active {
    background-color: #006e59;
  }
  .button-buy-catalog-copy:focus {
    background-color: #3989c1;
    color: #fff;
  }
  .button-buy-catalog-copy:visited {
    background-color: #b3dfff;
  }
  ._011-filtr-triger-open {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 998;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
  }
  .trigger-filtr-drdwn:hover {
    background-color: #ea504a;
  }
  .trigger-filtr-drdwn {
    padding: 17px 12px 17px 17px;
    background-color: #3989c1;
    color: #fff;
    cursor: pointer;
  }
  ._011-filtr-desktop {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 996;
    display: none;
    overflow: auto;
    width: 100vw;
    height: 150vh;
    min-width: auto;
    margin-top: 60px;
    padding-bottom: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-color: #fff;
  }
  .chevron {
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    font-family: 'Materialdesignicons webfont', Arial, sans-serif;
    font-size: 24px;
  line-height: 16px;
  }
  ._009-filtr-tovarov-close {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 56px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .trigger-pop-up-copy {
    position: relative;
    z-index: 997;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 56px;
    min-width: 56px;
    margin-bottom: -56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.5);
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.5), 0 -1px 4px 0 rgba(0, 0, 0, 0.3);
  }
  .polosa-g-002 {
    width: 26px;
    height: 2px;
    margin-right: 3px;
    margin-bottom: 8px;
    margin-left: 3px;
    background-color: #fff;
  }
  .polosa-g-003 {
    width: 26px;
    height: 2px;
    margin-right: 3px;
    margin-bottom: 8px;
    margin-left: 3px;
    background-color: #fff;
  }
  .trigger-pop-up-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 56px;
    min-width: 56px;
    margin-bottom: 16px;
    margin-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.5);
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url('../images/Phone.svg');
    background-position: 50% 50%;
    background-size: 40px;
    background-repeat: no-repeat;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.5), 0 -1px 4px 0 rgba(0, 0, 0, 0.3);
  }
  .filtr-triger-open-copy {
    z-index: 998;
  }
  .div-block-next {
    display: none;
  }
  .d-b-next {
    display: none;
  }
  .slide-nav {
    margin-bottom: 10px;
  }
  .arrow {
    width: 80px;
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 24px;
  }
  .adress-div {
    min-width: 300px;
    padding: 40px;
  }
  ._015-logo-tablet-news {
    position: absolute;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
    text-decoration: none;
  }
  .logo-tablet-news {
    display: block;
    width: 50%;
    height: 54px;
    background-color: transparent;
    background-image: url('../images/Безымянный-1_Oikos-160-40-копия.svg');
    background-position: 100% 100%;
    background-size: 150px;
    background-repeat: no-repeat;
  }
  ._007-discription-for-logo-news {
    z-index: 999;
    margin-top: 56px;
    margin-left: 50%;
  }
  .paragraph-description-news {
    margin-top: 6px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 11px;
  }
  .div-block-1019 {
    border-bottom-width: 10px;
    border-bottom-color: #f2f2f2;
  }
  ._800-center-card-news {
    width: auto;
    max-width: 800px;
  }
  .filtr-news {
    font-size: 14px;
  }
  .like1 {
    font-size: 40px;
  }
  .text-block-23 {
    padding-top: 8px;
    font-size: 16px;
    font-weight: 400;
  }
  .text-block-23:hover {
    box-shadow: none;
  }
  .text-block-24 {
    width: 100%;
    font-size: 96px;
    text-align: center;
  }
  .text-block-24-copy {
    font-size: 32px;
    font-weight: 400;
  }
  .logo-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .trigger-pop-up-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-6 {
    margin-bottom: 8px;
  }
  .text-block-26 {
    font-size: 14px;
    line-height: 140%;
  }
  .div-buttons-sobitie {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lenta-kataloga-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .contrnt-50-percent {
    width: 100%;
    max-width: 600px;
    padding: 20px 0px;
    border-left-width: 0px;
  }
  .d-b-25-percent {
    width: 20px;
    min-width: auto;
    border-right-width: 0px;
  }
  .opisanie-for-all {
    padding-top: 20px;
  }
  .button-for-sps {
    font-size: 14px;
  }
  .icon-map {
    font-size: 32px;
    line-height: 32px;
  }
  .packaging-decor-sht {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .eye-effect {
    padding: 2px 8px;
    font-size: 12px;
  }
  .podrobnee {
    margin-right: 40px;
  }
  .tab-link-tab-2 {
    height: 140px;
    border-left-width: 1px;
    font-size: 20px;
  }
  .short-text-raspisanie {
    margin-right: 8px;
    margin-left: 8px;
    font-size: 12px;
    line-height: 15px;
  }
  .div-block-1039 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .batton-zapisatsya {
    font-size: 12px;
  }
  .div-block-1040 {
    padding-right: 8px;
    padding-left: 0px;
  }
  .zapisatsya-big {
    max-width: 33.333%;
    min-width: 33.333%;
  }
  .zapisatsya-big:hover {
    padding-right: 0px;
  }
  .div-block-1044 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .price-zapisatsya {
    font-size: 12px;
  }
  .text-span-zapisatsya {
    font-size: 22px;
  }
  .days-week {
    margin-right: 8px;
    margin-left: 8px;
    font-size: 12px;
    line-height: 15px;
  }
  .text-block-in-slider {
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 24px;
  }
  .text-block-in-slider.mb-40 {
    margin-bottom: 20px;
  }
  .link-block-5 {
    margin-bottom: 20px;
    border-style: solid;
    background-color: transparent;
  }
  .slider-gallery {
    height: 320px;
  }
  .search-2 {
    width: 616px;
    border-radius: 8px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1), 0 -1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .poisk {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .search-button {
    border-left-width: 1px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-weight: 500;
  }
  .poisk-in-modal {
    width: 100%;
    padding-left: 88px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #f5f5f5;
  }
  .saerch-link {
    width: 616px;
    padding: 2px 16px;
    border-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1), 0 -1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .saerch-link:hover {
    padding-right: 16px;
    padding-left: 16px;
    border-color: #3989c1;
  }
  .trigger-pop-up-search {
    position: fixed;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 56px;
    min-width: 56px;
    margin-right: 24px;
    margin-bottom: 16px;
    margin-left: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.5);
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.5), 0 -1px 4px 0 rgba(0, 0, 0, 0.3);
    font-family: 'Materialdesignicons webfont', Arial, sans-serif;
    color: #fff;
    font-size: 32px;
    line-height: 100%;
    text-decoration: none;
    cursor: pointer;
  }
  .text-block-33 {
    padding-bottom: 8px;
    border-bottom: 1px solid #dadada;
  }
  .tablet-trigger-filtr-drdwn {
    position: relative;
    z-index: 1001;
    margin-bottom: 0px;
    padding-left: 16px;
    border-width: 1px;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
  }
  .ocenka {
    font-size: 14px;
    line-height: 160%;
  }
  .novost-big-copy:hover {
    box-shadow: none;
  }
  .discription-catalog-copy {
    min-width: 220px;
  }
  ._009-filtr-pop-up {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 15000;
    display: none;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wherebyu {
    max-height: 56px;
    margin-right: -25px;
    /*padding-right: 30px;*/
  }
  .scroll-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding: 20px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #f5f5f5;
  }
  .razdely-button {
    margin-right: 2px;
    margin-left: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 50px;
  }
  .razdely-button:hover {
    border-color: #3989c1;
    box-shadow: inset 0 0 0 0 #3989c1;
  }
  .razdely-button:focus {
    border-color: #3989c1;
  }
  .razdely-button.w--current {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .div-podrobnee {
    display: none;
  }
  .new-link-for-dop-tovar {
    padding-right: 20px;
    padding-left: 19px;
  }
  .tovar-with {
    padding-left: 0px;
  }
  .div-towar-with {
    min-width: 160px;
  }
  .img-in-tovar-with {
    width: 160px;
    height: 160px;
  }
  .div-with {
    width: 160px;
  }
  .filtr-sbros {
    text-align: center;
  }
  .resetfiltr {
    margin: 0px 2px 0px 2px;
    padding: 17px 15px 17px 15px;
    border-radius: 0px;
  font-weight: 300;
  }
  .blockdownload {
    max-width: 728px;
  }
  .button-buy-podrobnee {
    max-height: 60px;
  }
  .div-podrobnee-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  ._010-filtr-tablet.opened {height: auto;}
  
  ._010-filtr-tablet {
    left: 0px;
    top: 0px;
    z-index: 996;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  overflow: auto;
    width: 100vw;
    height: 0px; /*height: auto;*/
    min-width: auto;
    padding: 0px 90px 0px 50px; 
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-color: #fff;
  }
  .center-filtr {
    margin-right: 0%;
    margin-left: 0%;
  }
  .overcolor {
    height: 240px;
    margin-bottom: -240px;
  }
  .image-2 {
    max-width: 60%;
  }
  .div-block-img-01 {
    width: 25vw;
    height: 50vw;
  }
  .div-block-img-02 {
    width: 100%;
    height: 25vw;
  }
  .div-block-img-03 {
    width: 25vw;
    height: 25vw;
  }
  .div-block-003 {
    width: 100%;
    height: 25vw;
  }
  .div-block-80 {
    width: 50vw;
    height: 50vw;
  }
  .div-block-img-05 {
    width: 25vw;
    height: 50vw;
  }
  .button-bye-copy {
    margin-top: 240px;
    padding: 10px;
  }
  .roundpechat {
    width: 140px;
    height: 140px;
    margin-top: 0px;
  }
  .howwework {
    width: 180px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-1052 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-for-banner {
    min-width: 500px;
    padding: 40px 0px;
  }
  .ecodivcolumn {
    width: 33.3%;
    max-width: 280px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .ecodivcolumn.noline {
    border-right-style: none;
  }
  .sectionpaper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sectionpaper.map-italy {
    background-size: 9500px, 125px;
  }
  .accordiancontent {
    padding-right: 0px;
    padding-left: 0px;
  }
  .three-column-eco {
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
  }
  .for-buttons {
    margin-right: 15px;
    margin-left: 15px;
  }
  .text-block-37 {
    margin-right: 35px;
    margin-left: 35px;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-top: 16px;
  }
  h5 {
    font-size: 14px;
  }
  .close {
  width: 40%;
  }
  .seamless-texture {
    min-height: 400px;
  }
  .paragraph {
    font-size: 40px;
    line-height: 40px;
  }
  .home-block {
    margin-top: -40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph-3 {
    margin-top: 24px;
    margin-left: 0px;
    text-align: right;
  }
  .right-home {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .link-block {
    left: 0px;
    top: 0px;
    right: auto;
    height: 48px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .column-felix-like-you_001 {
    text-align: center;
  }
  .column-felix-like-you_003 {
    text-align: center;
  }
  .div-block-h80 {
    min-height: 104px;
  }
  .div-block-h56 {
    height: 88px;
  }
  .gamburger-menu {
    margin-bottom: 60px;
  }
  .contact-map {
    font-size: 26px;
  }
  .text-block-7 {
    font-size: 12px;
  }
  .kontact-div {
    padding-top: 80px;
  }
  .div-block-first-001 {
    padding-top: 15vh;
    font-size: 12px;
  }
  .form-2 {
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-block-0-25 {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }
  .row-footer-oi {
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row-tab {
    width: 100%;
  }
  .recommend-content {
    padding: 0px 5px 20px 5px;
  }
  .paragraph-recomend {
    /*padding: 0px;*/
  }
  .short-text {
    /*margin-left: 20px;*/
    /*padding-right: 0px;*/
    /*padding-left: 0px;*/
  }
  .novost-big:hover {
    position: relative;
    z-index: 2;
  }
  .seamless-center {
    padding-bottom: 16px;
  }
  .div-block-44 {
    padding-top: 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .head-red {
    padding-top: 56px;
    background-position: 0px 0px, 50% 50%;
  }
  .head-red:hover {
    background-position: 0px 0px, 50% 50%;
  }
  .center-head {
    margin-top: 8px;
    margin-right: 0px;
    margin-left: 0px;
  }
  /*.h2-head {
    margin-top: 0px;
    font-size: 24px;
    line-height: 1;
  }*/
  .div-block-81 {
    margin-top: 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*.header-contact {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 12px;
  }*/
  .name-facture {
    font-size: 32px;
  }
  .home-center-block {
    margin-right: 0px;
    margin-left: 0px;
  }
  .menu-tablet-buttons {
    padding-left: 0px;
  }
  .div-block-txt {
    padding-right: 0px;
    padding-left: 0px;
    background-size: 24px;
  }
  .news-h4 {
    padding-right: 10px;
  }
  .div-news-icon._50-percent {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row-felix-news {
    margin-top: 10px;
  }
  .center-all-news {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-read-next {
    font-size: 14px;
    line-height: 16px;
  }
  .text-admin {
    padding-right: 10px;
  }
  .column-img-news {
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-card-news {
    margin-bottom: 0px;
  }
  .date {
    padding-right: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .opisanie {
    padding-right: 0px;
    padding-left: 0px;
  }
  .price {
    font-size: 12px;
  }
  .tabs-contein-opisanie {
    max-width: 100%;
  }
  .tab-in-description {
    font-size: 14px;
    line-height: 16px;
  }
  .tab-in-description.w--current {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .tabs-content {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .logo-tablet {
    height: 40px;
    background-color: #008e4e;
  }
  ._001-opisanie-column {
    margin-left: 0px;
  }
  .column {
    width: 40%;
    padding: 8px 4px;
    border-left-width: 0px;
  }
  .column._60-percent {
    width: 60%;
    border-right-width: 0px;
  }
  .column-80-i-60 {
    min-width: 80px;
    border-left-width: 0px;
  }
  ._007-discription-for-logo {
    margin-top: 40px;
  }
  .paragraph-3-copy {
    text-align: right;
  }
  .lenta-catalog {
    padding-top: 40px;
  }
  .discription-catalog {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  ._002-flex-card {
    border-bottom-style: none;
  }
  .price-catalog {
    font-size: 12px;
  }
  .catalog-wrap {
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .filtr-tovarov {
    margin-top: -20px;
  }
  ._011-filtr-triger-open {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .trigger-filtr-drdwn {
    padding-right: 8px;
    padding-left: 16px;
    border-width: 0px;
    border-radius: 0px;
    cursor: pointer;
  }
  ._011-filtr-desktop {
    margin-top: 40px;
  }
  ._009-filtr-tovarov-close {
    height: 40px;
  }
  .trigger-pop-up-copy {
    min-height: 48px;
    min-width: 48px;
    margin-bottom: -40px;
  }
  .filtr-decor {
    padding-top: 3px;
  }
  .div-block-1010 {
    max-width: 480px;
  }
  .arrow {
    width: 60px;
    font-size: 18px;
  }
  .calculate-in-modal {
    margin-top: 4px;
    padding-top: 8px;
  }
  .adress-div {
    max-width: 70%;
    min-width: 264px;
  }
  .logo-tablet-news {
    height: 38px;
  }
  ._007-discription-for-logo-news {
    margin-top: 40px;
  }
  .date-shapka {
    font-size: 14px;
    line-height: 18px;
  }
  .filtr-news {
    font-size: 12px;
  }
  .like1 {
    font-size: 24px;
  }
  .text-block-23 {
    font-size: 14px;
  }
  .text-block-24 {
    font-size: 40px;
  }
  .text-block-24-copy {
    font-size: 14px;
  }
  .button-2-copy {
    font-size: 20px;
  }
  ._009-filtr-tovarov-close-copy {
    height: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .trigger-pop-up-copy-copy {
    min-height: 48px;
    min-width: 48px;
    margin-right: 16px;
    margin-bottom: -24px;
  }
  .heading-6 {
    font-size: 18px;
  }
  .lenta-kataloga-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contrnt-50-percent {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .text-block-28 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .icon-map {
    font-size: 24px;
    line-height: 24px;
  }
  .packaging-decor-sht {
    margin-right: 20px;
    margin-left: 15px;
  }
  .div-block-1033 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .tab-link-tab-2 {
    height: 80px;
    font-size: 16px;
  }
  .tab-link-tab-2:hover {
    box-shadow: inset 0 32px 0 0 #008e72;
  }
  .div-block-1039 {
    padding-top: 12px;
    padding-bottom: 8px;
  }
  .zapisatsya-big {
    max-width: 50%;
    min-width: 50%;
  }
  .zapisatsya-big:hover {
    position: relative;
    z-index: 2;
  }
  .price-zapisatsya {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .text-block-in-slider {
    font-size: 24px;
  }
  .slider-gallery {
    height: 320px;
  }
  .search-close {
    height: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .search-2 {
    width: auto;
    max-width: 616px;
    margin-bottom: 8px;
  }
  .search-button {
    padding-right: 16px;
    padding-left: 16px;
  }
  .poisk-in-modal {
    width: auto;
    margin-top: 0px;
    margin-right: 40px;
    margin-left: 0px;
    padding-top: 16px;
    padding-left: 32px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .saerch-link {
    margin-bottom: 8px;
  }
  .trigger-pop-up-search {
    margin-right: 16px;
  }
  .text-block-33 {
    font-size: 12px;
  }
  .tablet-trigger-filtr-drdwn {
    padding-right: 8px;
    padding-left: 16px;
    border-width: 0px;
    border-radius: 0px;
    cursor: pointer;
  }
  .novost-big-copy:hover {
    position: relative;
    z-index: 2;
  }
  ._009-filtr-pop-up {
    height: 40px;
  }
  .number-page {
    font-size: 14px;
  }
  .center-opisanie {
    padding-right: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .pricecatalogwith {
    font-size: 12px;
  }
  .email-podpiska {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  /*._010-filtr-tablet {
    margin-top: 40px;
  }*/
  
  .polosa-left {
    width: 40%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .div-block-img-01 {
    width: 100%;
  }
  .div-block-img-02 {
    height: 50vw;
  }
  .div-block-img-03 {
    width: 50vw;
    height: 50vw;
  }
  .div-block-003 {
    height: 50vw;
  }
  .div-block-80 {
    width: 100%;
    height: 100vw;
  }
  .div-block-img-05 {
    width: 100%;
  }
  .div-001 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .howwework {
    width: 150px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
    line-height: 140%;
  }
  .div-for-banner {
    width: 60%;
    min-width: 60%;
  }
  .ecohead {
    font-size: 18px;
  }
  .ecodivcolumn {
    width: 33.333%;
    max-width: 480px;
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .sectionpaper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sectionpaper.map-italy {
    background-size: 6000px, 125px;
  }
  .accordian-item {
    padding-right: 5px;
    padding-left: 5px;
  }
  .acardeon-plus {
    margin-right: 1px;
  }
  .three-column-eco {
    padding: 0px 0px 80px;
    background-size: 100px, 100px, 240px;
  }
  .for-buttons {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (max-width: 479px) {
  h1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  h2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  h3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  h4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  h5 {
    padding-right: 10px;
    padding-left: 10px;
  }
  h6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  p {
    padding-right: 10px;
    padding-left: 10px;
  }
  ol {
    padding-right: 10px;
    padding-left: 40px;
  }
  blockquote {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .paragraph {
    font-size: 32px;
    line-height: 32px;
  }
  .paragraph-3 {
    margin-top: 36px;
    margin-left: -61px;
    text-align: left;
  }
  .right-home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block {
    left: auto;
    top: 0px;
    right: 0px;
    height: 60px;
    min-width: 200px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-002 {
    min-width: 200px;
  }
  .row-felix-like-you {
    padding-right: 8px;
    padding-left: 8px;
  }
  .text-footer-black-line {
    text-align: center;
  }
  .column-felix-like-you_003 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-h80 {
    min-height: 104px;
  }
  .div-block-h56 {
    height: 88px;
  }
  .recommend-content {
    padding: 0px 30px 30px 30px;
  }
  .contact-map {
    text-align: left;
  }
  .text-block-7 {
    text-align: left;
  }
  .kontact-div {
    border-width: 0px;
  }
  .div-block-29 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-first-001 {
    width: 100%;
    height: auto;
    padding-bottom: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    border-right-width: 0px;
  }
  .section-footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .form_text-field {
    width: 100%;
    text-align: center;
  }
  .form {
    padding-right: 10px;
    padding-left: 10px;
  }
  .form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .submit-button-2 {
    width: 100%;
  }
  .div-block-0-25 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .novost-big {
    max-width: none;
    min-width: 100%;
  }
  .seamless-right {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .head-red {
    padding-top: 100px;
  }
  /*.h2-head {
    margin-top: 16px;
  }*/
  .div-block-81 {
    margin-top: 24px;
  }
  /*.header-contact {
    margin-top: 1px;
    padding-top: 12px;
    padding-bottom: 12px;
  } Сомнения*/
  .name-facture {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 24px;
  }
  .text-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-h4 {
    padding-left: 10px;
  }
  .div-news-icon._50-percent {
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .column-img-news {
    padding-left: 0px;
  }
  .packaging {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }
  .tab-opisanie {
    padding: 10px;
  }
  ._001-opisanie-column {
    width: auto;
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .download:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .paragraph-3-copy {
    text-align: left;
  }
  .filtr-desktop-svd {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
  }
  .filtr {
    padding-right: 5px;
    padding-left: 5px;
  }
  .lenta-kataloga-002-card {
    padding-right: 0px;
  }
  ._002-flex-card {
    border-bottom-style: none;
  }
  .existence-catalog {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  ._011-filtr-triger-open {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    background-color: transparent;
  }
  .text-block-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._009-filtr-tovarov-close {
    border-right-width: 0px;
  }
  .filtr-decor {
    margin-left: 4px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .calculate-in-modal {
    margin-top: 40px;
    padding-top: 16px;
  }
  .adress-div {
    max-width: 50%;
  }
  .div-block-1020 {
    margin-bottom: 32px;
  }
  .filtr-news {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .text-block-23 {
    border-bottom-style: none;
  }
  .text-block-24 {
    margin-right: 0px;
    font-size: 48px;
  }
  .logo-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    height: 100%;
    min-width: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-1024 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._009-filtr-tovarov-close-copy {
    border-right-width: 0px;
  }
  .div-buttons-sobitie {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contrnt-50-percent {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .d-b-25-percent {
    width: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button-for-sps {
    padding-right: 8px;
    padding-left: 8px;
  }
  .text-block-28 {
    font-size: 12px;
  }
  .icon-map {
    text-align: left;
  }
  .packaging-decor-sht {
    margin-left: 5px;
  }
  .tab-link-tab-2 {
    height: 60px;
    font-size: 12px;
  }
  .tab-link-tab-2:hover {
    box-shadow: inset 0 20px 0 0 #008e72;
  }
  .div-block-1039 {
    padding: 8px 0px 4px 4px;
  }
  .zapisatsya-big {
    max-width: 100%;
    min-width: 100%;
  }
  .search-close {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-width: 0px;
  }
  .search-button {
    padding-right: 8px;
    padding-left: 8px;
  }
  .poisk-in-modal {
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 40px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .tablet-trigger-filtr-drdwn {
    width: 100%;
    padding-right: 0px;
    padding-left: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-right-width: 0px;
    border-right-color: #008e72;
    border-left-width: 1px;
    border-left-color: #008e72;
  }
  ._009-filtr-pop-up {
    border-right-width: 0px;
  }
  .number-page {
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  .center-opisanie {
    width: 80%;
    margin-bottom: 20px;
    padding-right: 1px;
    padding-left: 0px;
  }
  ._002-opisanie-column {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .new-link-for-dop-tovar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sccroll-horisontal {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .acciya-copy-copy {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .polosa-left {
    width: 100%;
  }
  .overcolor {
    height: 160px;
    margin-bottom: -160px;
  }
  .image-2 {
    max-width: 50%;
    margin-top: 80px;
  }
  .text-section-002 {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-4 {
    font-size: 16px;
    line-height: 20px;
  }
  .button-bye-copy {
    margin-top: 160px;
    padding: 15px 20px;
  }
  .howwework {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hww {
    text-align: center;
  }
  .div-block-1052 {
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .div-for-banner {
    width: auto;
    min-height: auto;
    min-width: auto;
    padding: 20px 10px;
  }
  .ecohead {
    margin-top: 10px;
    font-size: 22px;
  }
  .ecodivcolumn {
    width: auto;
    min-height: auto;
    padding: 0px 10px 20px;
  }
  .sectionpaper.map-italy {
    background-size: 4000px, 125px;
  }
  .three-column-eco {
    padding-top: 60px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 90% 0%, 100% 100%, 0px 0px;
  }
}

#w-node-9fc2a03a68d5-5d272188 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@font-face {
  font-family: 'Materialdesignicons webfont';
  src: url('../fonts/materialdesignicons-webfont.woff2') format('woff2'), url('../fonts/materialdesignicons-webfont.eot') format('embedded-opentype'), url('../fonts/materialdesignicons-webfont.eot') format('embedded-opentype'), url('../fonts/materialdesignicons-webfont.woff') format('woff'), url('../fonts/materialdesignicons-webfont.woff') format('woff'), url('../fonts/materialdesignicons-webfont.ttf') format('truetype'), url('../fonts/materialdesignicons-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'icoMoon webfont';
  src: url('../fonts/icomoon.woff2') format('woff2'), url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Social-icons-oikosminsk webfont';
  src: url('../fonts/Social-icons-oikosminsk.woff2') format('woff2'), url('../fonts/Social-icons-oikosminsk') format('embedded-opentype'), url('../fonts/Social-icons-oikosminsk.eot') format('embedded-opentype'), url('../fonts/Social-icons-oikosminsk.woff') format('woff'), url('../fonts/Social-icons-oikosminsk.woff') format('woff'), url('../fonts/Social-icons-oikosminsk.ttf') format('truetype'), url('../fonts/Social-icons-oikosminsk.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Start CSS для штукатурок */
.discription-catalog.d_shtukaturka {
  max-width: 480px;
  min-width: 320px;
}

.discription-catalog.d_shtukaturka .link-block-card {
  height: 320px;
}

.discription-catalog-copy.d_shtukaturka {
  max-width: 480px;
  min-width: 320px;
}
/* End CSS для штукатурок */

/* Start CSS shotCode в карточках товаров */

.discription-catalog.shortCodeElem {
  padding: 20px;
  margin-left: 0px;
  max-width: none;
  
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  display: grid;
}

.discription-catalog.shortCodeElem:hover {
  margin-bottom: 16px;
}

/* Картинка ниже */
.discription-catalog.shortCodeElem .link-block-card {
  height: 200px;
  border-radius: 0;
  box-shadow: none;

  /*border: 1px solid;*/
  grid-column: 1;
  grid-row: 1/3;
  align-self: center;
}

.discription-catalog.shortCodeElem .img-in-catalog {
  border-radius: 0px; /*DELETE*/
  width: auto;
}

/* Описание */
.discription-catalog.shortCodeElem ._002-flex-card {
  margin: 0px 0px 10px 16px;
  align-self: end;

  /*border: 1px solid;*/
  grid-column: 2/4;
}

.discription-catalog.shortCodeElem .price-catalog {
  padding-top: 0px;
}

/* Кнопки */
.discription-catalog.shortCodeElem .div-podrobnee-copy {
  display: flex;
  margin: 0px 0px 0px 16px;
  max-height: 40px;

  /*border: 1px solid;*/
  grid-column: 2/3;
  grid-row: 2;
}

/* Оболочка */
@media (max-width: 1220px) {
  .discription-catalog.shortCodeElem {
    margin-left: 20px;
    margin-right: 20px;
    grid-template-columns: 1fr 1fr 0.5fr;
  }
}

@media (max-width: 767px) {
  .discription-catalog.shortCodeElem {
    grid-template-columns: 1fr 1fr 0fr;
  }
}

@media (max-width: 541px) {
  /* Оболочка */
  .discription-catalog.shortCodeElem {
    grid-template-columns: 1fr;
    padding: 0px 0px 16px 0px;
  }
  /* image link */
  .discription-catalog.shortCodeElem .link-block-card {
    grid-row: 1;
    grid-row: 1;
    box-shadow: 0 1px 0 0 #d3d3d3;
    display: flex;
    justify-content: center;
  }
  
  /* Описание */
  .discription-catalog.shortCodeElem ._002-flex-card {
    grid-column: 1;
    grid-row: 2;
    margin-right: 16px;
    margin-top: 24px;
  }

  /* Кнопки */
  .discription-catalog.shortCodeElem .div-podrobnee-copy {
    grid-column: 1;
    grid-row: 3;
    margin-right: 16px;
  }
}

@media (max-width: 479px) {
  .discription-catalog.shortCodeElem {
  margin-left: 10px;
  margin-right: 10px
  }
  .home-section-we-work {
    padding-bottom: 0px;
  }
}
/* End CSS shotCode в карточках товаров */

.close-category {
  width: 32px;
  color: #fff;
  padding: 0px 0px 0px 8px;
  margin: -4px -4px -4px 0px;
  font-family: 'icoMoon webfont', Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  opacity: 65%;
  text-decoration: none;
  transition: all 300ms ease-out;
}

.close-category:hover {
  opacity: 100%;
}

@media (max-width: 991px) {
  .close-category {
  width: 40px;
  padding: 0px 8px 0px 8px;
  margin: -4px -4px -4px 0px;
  }
}
