@charset "UTF-8";
@font-face {
  font-family: "myfont";
  src: url("../../fonts/myfont.eot");
  src: url("../../fonts/myfont.eot?#iefix") format("eot"), url("../../fonts/myfont.woff2") format("woff2"), url("../../fonts/myfont.woff") format("woff"), url("../../fonts/myfont.ttf") format("truetype"), url("../../fonts/myfont.svg#myfont") format("svg");
}

.up:before, .button--pdf:before, .button--download:before, .button--cleanSafe:before, .button--question:before, .button--cad:before, .button--delete:before, .header__search:before, .header__searchBox .searchBox__button:before, .header__searchBox2 form:before, .header__shop:before, .language__select:before, .slider .slick-arrow.slick-next:before, .slider .slick-arrow.slick-prev:before, .slider.slick-next:before, .slider.slick-prev:before, .product__img a:before, .patternSlider .slick-arrow.slick-next:before, .patternSlider .slick-arrow.slick-prev:before, .contactPage__dataItem--place:before, .contactPage__dataItem--tel:before, .contactPage__dataItem--mail:before, .contactPage__dataItem--data:before, .contactPage__dataItem--hours:before, .contactPage__dataItem--www:before, .contactPage__form:before, .mobileMenu ul li.withSubmenu > a:not(.actived):before, .mobSoc--facebook:before, .mobSoc--instagram:before, .closeMobile:before, .mobilePrev:before, .fixedMenu__toggle--open:before, .fixedMenu__toggle--close:before, .oneNews:before, .switcher__item--prev:before, .switcher__item--next:before, .sidePost:before, .sidePost__date:before, .frontNews__date:before, .downloadItem:before, .downloadItem__ext:before, .downloadItem__ext--doc:before, .downloadItem__ext--docx:before, .downloadItem__ext--zip:before, .downloadItem__ext--png:before, .downloadItem__ext--jpg:before, .downloadItem__ext--xls:before, .contentBlock blockquote:before, #popup .mfp-close:before, .galleryList__item:before, .videoSlider .slick-arrow:before, .videoPreview__image:before, .footer__dataItem--place:before, .footer__dataItem--tel:before, .footer__dataItem--hours:before, .social__item--fb:before, .social__item--insta:before, .social__item--pin:before, .social__item--yt:before, .social__item--li:before, .boxes__item--1:before, .boxes__item--2:before, .boxes__item--3:before, .boxes__item--4:before, .slimBoxes__itemIcon--1:before, .slimBoxes__itemIcon--2:before, .slimBoxes__itemIcon--3:before, .slimBoxes__itemIcon--4:before, .slimBoxes__itemIcon--5:before, .inspirationsSlider .slick-arrow.slick-next:before, .inspirationsSlider .slick-arrow.slick-prev:before, .productsSlider__itemDescription:before, .productsSlider .slick-arrow.slick-next:before, .productsSlider .slick-arrow.slick-prev:before, .main__info-tags div:first-child:before, .pagination__arrow--left a:before, .pagination__arrow--right a:before, .selectize-input:before, .selectize-input.dropdown-active:before, .blog__itemInfo:before, .blog__itemData--author:before, .blog__itemData--category:before, .blog__itemData--date:before, .blog__itemLink:before, .blog__itemRate label:before, .safeTable__td--delete a:before, .safe__infoPopup div:before, .safe__infoPopup--error div:before, .mfp-close:before, .popupForm:before, .link:before {
  font-family: "myfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
}

html.noscroll, body.noscroll {
  position: fixed;
  overflow: hidden;
  height: 100%;
}

body {
  font-family: "Lato", sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
}

@media (min-width: 1025px) {
  body {
    font-size: 0.9375vw;
  }
}

body * {
  box-sizing: border-box;
  outline: 0;
}

ul {
  margin: 0;
  padding: 0;
}

button, input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0;
  border: 0;
}

a {
  transition: color .35s;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.up {
  display: none;
  background-color: #7bab21;
  position: fixed;
  width: 3.3854166667vw;
  height: 3.3854166667vw;
  border-radius: 50%;
  bottom: 7.7vw;
  right: 2.4479166667vw;
  cursor: pointer;
  transition: all .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

.up:before {
  content: "";
}

.up.visible {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 1024px) {
  .up {
    display: block;
  }
}

.up::before {
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.1458333333vw;
}

.up:focus, .up:hover, .up:active {
  background: #fff;
}

.up:focus::before, .up:hover::before, .up:active::before {
  color: #7bab21;
}

.wrapper {
  overflow: hidden;
}

.wrap {
  width: 100%;
  max-width: 1920px;
}

@media (min-width: 769px) {
  .wrap {
    padding: 0 60px;
  }
}

@media (min-width: 1025px) {
  .wrap {
    max-width: 100vw;
    padding: 0 8.3333333333vw;
  }
}

.center {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.hidden {
  display: none;
}

.visible {
  opacity: 1;
}

.margin {
  margin: 40px 0;
}

@media (min-width: 1025px) {
  .margin {
    margin: 2.0833333333vw 0;
  }
}

.alert {
  height: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background: #f5f8fa;
  font-size: 18px;
  padding-left: 25px;
}

@media (min-width: 1025px) {
  .alert {
    font-size: 1.5625vw;
    padding-left: 5.6770833333vw;
    height: 4.1666666667vw;
  }
}

.alert-count {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #7bab21;
  min-width: 40px;
}

@media (min-width: 1025px) {
  .alert-count {
    width: 3.125vw;
    height: 3.125vw;
    margin-left: 1.0416666667vw;
    font-size: 1.5625vw;
    min-width: auto;
  }
}

.alert2 span {
  color: #7bab21;
}

.result {
  background: #fff;
  border: solid 1px #e6ebef;
  border-radius: 5px;
  margin-bottom: -30px;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  margin-bottom: 40px;
  margin-top: 30px;
  padding: 20px;
}

@media (min-width: 1025px) {
  .result {
    padding: 2.0833333333vw 2.6041666667vw;
    margin-bottom: -3.125vw;
    border-radius: 0.2604166667vw;
    margin-bottom: 3.125vw;
    margin-top: 1.5625vw;
  }
}

.result h2 {
  margin-bottom: 0;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: normal;
  text-align: center;
}

@media (min-width: 1025px) {
  .result h2 {
    font-size: 1.09375vw;
  }
}

.result ul {
  list-style: none;
  padding-left: 10px;
}

@media (min-width: 1025px) {
  .result ul {
    padding-left: 3.90625vw;
  }
}

.result li {
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  border-bottom: 1px solid #f3f5fa;
  font-size: 16px;
  padding: 15px;
}

@media (min-width: 1025px) {
  .result li {
    font-size: 0.8333333333vw;
    font-size: 1.0416666667vw;
    padding: 2.0833333333vw 1.8229166667vw 2.0833333333vw;
    border-bottom: 0.1041666667vw solid #f3f5fa;
  }
}

.result a {
  text-decoration: none;
  display: block;
}

.result__title {
  font-weight: 900;
  font-size: 20px;
  color: #000;
  display: block;
}

@media (min-width: 1025px) {
  .result__title {
    font-size: 1.5625vw;
  }
}

.result__title:hover {
  color: #007a47;
}

.result__link {
  color: #7bab21;
}

.result__link:hover {
  color: #007a47;
}

.result__info {
  color: #000;
  margin: 0;
}

.result__list {
  margin-bottom: 40px;
  width: 320px;
  margin-left: 18px;
}

@media (min-width: 1025px) {
  .result__list {
    margin-bottom: 2.0833333333vw;
    width: 16.6666666667vw;
    margin-left: 0.9375vw;
  }
}

.result__list div {
  padding-left: 73px;
}

@media (min-width: 1025px) {
  .result__list div {
    padding-left: 3.8020833333vw;
  }
}

.result__list--offer + h2 {
  margin-top: 40px;
}

@media (min-width: 1025px) {
  .result__list--offer + h2 {
    margin-top: 2.0833333333vw;
  }
}

.result__category {
  font-weight: bold !important;
  text-transform: uppercase;
  font-size: 25px !important;
  margin-bottom: 20px !important;
}

@media (min-width: 1025px) {
  .result__category {
    font-size: 1.5625vw !important;
    margin-bottom: 2.0833333333vw !important;
  }
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.button {
  background-color: #7bab21;
  font-size: 0.8333333333vw;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 2.8645833333vw;
  display: inline-block;
  height: 3.3854166667vw;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition: border-color 0.3s, color 0.3s,background-color .35s;
  overflow: hidden;
  font-weight: 900;
  border-radius: 0.2604166667vw;
}

.button span {
  display: block;
}

.button:after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, 25%, 0), color 0.35s;
  transform: translate3d(0, 25%, 0);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.button span, .button:after {
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  white-space: nowrap;
}

.button:hover {
  color: transparent;
  background: #007a47;
}

.button:hover span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

.button:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 1024px) {
  .button {
    font-size: 16px;
    padding: 0 22px;
    height: 50px;
    border-radius: 5px;
  }
}

.button--white {
  border: solid 1px #7bab21;
  background: #fff;
  color: #7bab21;
}

.button--white:hover {
  color: transparent;
  background: #7bab21;
  border-color: #fff;
}

.button--white:after {
  color: #fff;
  z-index: 5;
}

.button--darkgreen {
  background: #007a47;
}

.button--darkgreen:hover {
  background: #7bab21;
}

.button--small {
  height: 44px;
}

@media (min-width: 1025px) {
  .button--small {
    font-size: 0.8333333333vw;
    height: 2.2916666667vw;
    padding: 0 0.8854166667vw;
  }
}

.button--middle {
  height: 44px;
}

@media (min-width: 1025px) {
  .button--middle {
    font-size: 0.8333333333vw;
    height: 2.2916666667vw;
    padding: 0 1.4583333333vw;
  }
}

.button--pdf {
  padding-left: 10px;
}

.button--pdf:before {
  content: "";
}

@media (min-width: 1025px) {
  .button--pdf {
    padding-left: 0.5208333333vw;
  }
}

@media (max-width: 601px) {
  .button--pdf {
    font-size: 14px;
  }
}

.button--pdf:before {
  font-size: 30px;
  margin-right: 20px;
  color: #fff !important;
  z-index: 4;
}

@media (min-width: 1025px) {
  .button--pdf:before {
    font-size: 1.5625vw;
    margin-right: 1.0416666667vw;
  }
}

.button--pdf:after {
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-left: 59px;
}

@media (min-width: 1025px) {
  .button--pdf:after {
    padding-left: 3.0729166667vw;
  }
}

.button--pdf:hover:before {
  color: #fff;
}

.button--download:before {
  content: "";
}

.button--download:before {
  font-size: 25px;
}

@media (min-width: 1025px) {
  .button--download:before {
    font-size: 1.3020833333vw;
  }
}

.button--download:after {
  padding-left: 110px;
}

@media (min-width: 1025px) {
  .button--download:after {
    padding-left: 5.7291666667vw;
  }
}

.button--cleanSafe {
  background: #e6ebef;
  color: #4c6579;
}

.button--cleanSafe:before {
  content: "";
}

@media (max-width: 601px) {
  .button--cleanSafe {
    font-size: 14px;
  }
}

.button--cleanSafe:before {
  font-size: 25px;
  margin-right: 20px;
}

@media (min-width: 1025px) {
  .button--cleanSafe:before {
    font-size: 1.3020833333vw;
    margin-right: 1.0416666667vw;
  }
}

.button--cleanSafe:after {
  padding-left: 110px;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 1025px) {
  .button--cleanSafe:after {
    padding-left: 5.7291666667vw;
  }
}

.button--cleanSafe:hover:before {
  color: #fff;
}

.button--question:before {
  content: "";
}

.button--question:before {
  font-size: 25px;
}

@media (min-width: 1025px) {
  .button--question:before {
    font-size: 1.3020833333vw;
  }
}

.button--question:after {
  padding-left: 110px;
}

@media (min-width: 1025px) {
  .button--question:after {
    padding-left: 5.7291666667vw;
  }
}

@media (max-width: 600px) {
  .button--question {
    font-size: 14px;
  }
}

.button--cad {
  padding-left: 10px;
}

.button--cad:before {
  content: "";
}

@media (min-width: 1025px) {
  .button--cad {
    padding-left: 0.5208333333vw;
  }
}

@media (max-width: 601px) {
  .button--cad {
    font-size: 14px;
  }
}

.button--cad:before {
  font-size: 22px;
  margin-right: 30px;
  height: 30px;
  width: 55px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-right: solid 1px #fff;
}

@media (min-width: 1025px) {
  .button--cad:before {
    font-size: 1.1458333333vw;
    margin-right: 1.5625vw;
    height: 1.5625vw;
    width: 2.8645833333vw;
  }
}

.button--cad:after {
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-left: 124px;
}

@media (min-width: 1025px) {
  .button--cad:after {
    padding-left: 6.4583333333vw;
  }
}

.button--cad:hover:before {
  color: #fff;
}

.button--delete {
  font-size: 24px;
  width: 40px;
}

.button--delete:before {
  content: "";
}

@media (min-width: 1025px) {
  .button--delete {
    font-size: 1.25vw;
    width: 2.0833333333vw;
  }
}

.button--delete:hover {
  color: #fff;
}

@media (min-width: 1025px) {
  .button--bigpadding {
    padding: 0 2.0833333333vw;
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  transition: box-shadow .35s;
  padding-right: 12px;
}

@media (min-width: 1025px) {
  .header {
    padding-right: 0;
  }
}

.header__top {
  height: 50px;
  border-bottom: solid 1px #e6ebef;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  transition: margin-top .35s;
  margin-top: -50px;
}

@media (min-width: 1025px) {
  .header__top {
    height: 2.6041666667vw;
    margin-top: 0;
  }
}

.header__logo {
  margin-right: 91px;
}

@media (min-width: 1025px) {
  .header__logo {
    margin-right: 4.7395833333vw;
  }
}

@media (max-width: 600px) {
  .header__logo {
    margin-right: 0;
  }
}

.header__logo img {
  width: 100px;
  transition: width .35s;
}

@media (min-width: 1025px) {
  .header__logo img {
    width: 10.625vw;
  }
}

.header__bottom {
  height: 90px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  transition: height .35s;
}

@media (min-width: 1025px) {
  .header__bottom {
    height: 7.2916666667vw;
  }
}

.header__search {
  cursor: pointer;
  position: relative;
  width: 50px;
  margin-right: 10px;
  border-radius: 50%;
  margin-left: auto;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background: #fff;
  display: none;
}

.header__search:before {
  content: "";
}

@media (max-width: 768px) {
  .header__search {
    display: -webkit-box;
    display: flex;
  }
}

@media (min-width: 1025px) {
  .header__search {
    width: 2.6041666667vw;
    margin-right: 1.9791666667vw;
  }
}

.header__search:before {
  height: 50px;
  display: -webkit-box;
  display: flex;
  width: 50px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #007a47;
  font-size: 30px;
  box-sizing: border-box;
  transition: color .35s, border-color .35s;
}

@media (min-width: 1025px) {
  .header__search:before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    font-size: 1.8229166667vw;
  }
}

.header__search:hover:before {
  color: #7bab21;
}

.header__searchBox {
  list-style: none;
  transition: opacity .35s;
  display: none;
}

@media (min-width: 769px) {
  .header__searchBox {
    margin-right: 0;
    margin-left: auto;
    display: block;
    margin-right: 30px;
  }
}

.header__searchBox .selectize-dropdown {
  border-color: #7bab21;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -2px;
  padding-top: 3px;
  z-index: 0;
}

@media (min-width: 1025px) {
  .header__searchBox .selectize-dropdown {
    margin-top: -0.1041666667vw;
    padding-top: 0.15625vw;
  }
}

@media (min-width: 1025px) {
  .header__searchBox .selectize-dropdown .option {
    font-size: 0.9375vw;
    height: 2.1354166667vw;
  }
}

.header__searchBox .selectize-dropdown .option.active {
  color: #007a47;
}

.header__searchBox .selectize-dropdown .option.hide {
  display: none;
}

.header__searchBox input:before {
  display: none;
}

.header__searchBox select.searchBox {
  opacity: 0;
}

.header__searchBox .searchBox__button {
  position: absolute;
  top: 2px;
  right: 1px;
  bottom: 2px;
  width: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #7bab21;
  font-size: 32px;
  background: #fff;
  z-index: 4;
  border-radius: 5px;
  cursor: pointer;
  display: none;
}

.header__searchBox .searchBox__button:before {
  content: "";
}

@media (min-width: 1025px) {
  .header__searchBox .searchBox__button {
    font-size: 1.6666666667vw;
    border-radius: 0.2604166667vw;
    top: 0.1041666667vw;
    right: 0.0520833333vw;
    bottom: 0.1041666667vw;
    width: 2.6041666667vw;
  }
}

.header__searchBox .selectize-control + .searchBox__button {
  display: -webkit-box;
  display: flex;
}

.header__searchBox .selectize-input {
  background: none;
  border: solid 1px #7bab21;
  border-radius: 5px;
  font-size: 16px;
  padding: 0 60px 0 27px;
  height: 55px;
  font-family: "Lato", sans-serif;
  width: 270px;
  color: #007a47;
  text-transform: none;
}

@media (min-width: 1025px) {
  .header__searchBox .selectize-input {
    width: 50vw;
    font-size: 0.8333333333vw;
    padding: 0 3.125vw 0 1.40625vw;
    height: 2.8645833333vw;
    border-radius: 0.2604166667vw;
    width: 24.4791666667vw;
  }
}

.header__searchBox .selectize-input input::-webkit-input-placeholder {
  text-transform: none;
  color: #007a47;
}

.header__searchBox .selectize-input input:-ms-input-placeholder {
  text-transform: none;
  color: #007a47;
}

.header__searchBox .selectize-input input::placeholder {
  text-transform: none;
  color: #007a47;
}

.header__searchBox .selectize-input::-webkit-search-decoration, .header__searchBox .selectize-input::-webkit-search-cancel-button, .header__searchBox .selectize-input::-webkit-search-results-button, .header__searchBox .selectize-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.header__searchBox form {
  position: relative;
  margin-bottom: 0;
}

.header__searchBox--visible {
  opacity: 1;
}

@media (max-width: 768px) {
  .header__searchBox {
    display: none;
    position: absolute;
    background: #fafafa;
    width: 100%;
    margin-left: -25px;
    padding: 10px;
    top: 90px;
  }
  .header__searchBox .selectize-input {
    width: calc(100% - 60px);
  }
  .header__searchBox .selectize-control + .searchBox__button {
    border: solid 1px #7bab21;
    height: 55px;
    margin-top: -2.5px;
  }
}

.header__searchBox2 {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #007a47;
  left: 0;
  list-style: none;
  display: none;
}

@media (min-width: 1025px) {
  .header__searchBox2 {
    height: 3.90625vw;
  }
}

.header__searchBox2 li {
  height: 75px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  display: -webkit-box;
  display: flex;
}

@media (min-width: 1025px) {
  .header__searchBox2 li {
    height: 3.90625vw;
  }
}

.header__searchBox2 input {
  border-bottom: solid 2px #fff;
  background: #9ca2b2;
  font-size: 20px;
  color: #007a47;
  padding: 0 40px;
  height: 45px;
  max-width: 100%;
  font-family: "Lato", sans-serif;
  margin-right: -38px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

@media (min-width: 1025px) {
  .header__searchBox2 input {
    width: 50vw;
    font-size: 1.0416666667vw;
    padding: 0 2.0833333333vw;
    height: 2.34375vw;
    margin-right: -1.9791666667vw;
    border-radius: 2.6041666667vw;
  }
}

.header__searchBox2 input::-webkit-input-placeholder {
  color: #7bab21;
}

.header__searchBox2 input:-ms-input-placeholder {
  color: #7bab21;
}

.header__searchBox2 input::placeholder {
  color: #7bab21;
}

.header__searchBox2 form {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.header__searchBox2 form:before {
  content: "";
}

.header__searchBox2 form:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  color: #fff;
  font-size: 26px;
}

@media (min-width: 1025px) {
  .header__searchBox2 form:before {
    right: 0.78125vw;
    font-size: 1.3541666667vw;
  }
}

.header__searchBox2Form {
  transition: opacity .35s .3s;
  opacity: 1;
}

.header__searchBox2Form--hidden {
  opacity: 0;
  transition: opacity .35s;
}

.header__shop {
  text-decoration: none;
  margin-right: 50px;
  margin-left: 0;
  position: relative;
}

.header__shop:before {
  content: "";
}

@media (min-width: 901px) {
  .header__shop {
    display: block;
    margin-right: 20px;
  }
}

.header__shop:before {
  font-size: 36px;
  color: #7bab21;
  padding-left: 20px;
  border-left: solid 1px #e6ebef;
  padding-right: 30px;
  height: 55px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media (min-width: 1025px) {
  .header__shop:before {
    font-size: 1.875vw;
    padding-left: 1.0416666667vw;
    padding-right: 1.5625vw;
    height: 2.8645833333vw;
    transition: color .35s;
  }
}

@media (max-width: 768px) {
  .header__shop:before {
    padding-left: 0;
    padding-right: 35px;
    border: 0;
  }
}

.header__shop:hover:before {
  color: #007a47;
}

.header__shop:hover .header__shopNumber {
  background: #007a47;
}

.header__shopNumber {
  position: absolute;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  background: #9ca2b2;
  font-size: 15px;
  width: 23px;
  height: 23px;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  transition: background-color .35s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1025px) {
  .header__shopNumber {
    font-size: 0.78125vw;
    width: 1.1979166667vw;
    height: 1.1979166667vw;
  }
}

@media (max-width: 768px) {
  .header__shopNumber {
    right: 7px;
  }
}

.header + .slider {
  margin-top: 90px;
  transition: margin-top .35s, 1s ease;
}

@media (min-width: 1025px) {
  .header + .slider {
    margin-top: 9.8958333333vw;
  }
}

.header--scrolled {
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
}

.header--scrolled .header__logo img {
  width: 100px;
  margin-left: 20px;
}

@media (min-width: 1025px) {
  .header--scrolled .header__logo img {
    width: 7.2916666667vw;
  }
}

.header--scrolled .header__top {
  margin-top: -50px;
}

@media (min-width: 1025px) {
  .header--scrolled .header__top {
    margin-top: -2.6041666667vw;
  }
}

.header--scrolled .header__bottom {
  height: 90px;
}

@media (min-width: 1025px) {
  .header--scrolled .header__bottom {
    height: 4.6875vw;
  }
}

.header--scrolled + .slider {
  margin-top: 90px;
}

@media (min-width: 1025px) {
  .header--scrolled + .slider {
    margin-top: 4.6875vw;
  }
}

.menu {
  display: none;
}

@media (min-width: 1025px) {
  .menu {
    display: -webkit-box;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
    align-items: center;
    font-size: 0.7291666667vw;
    position: relative;
    transition: margin-top .35s;
    position: relative;
    text-transform: uppercase;
    transition: visibility 0.35s, opacity 0.35s linear, margin .35s, background-color .35s;
  }
  .menu__item {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    padding-right: 0.78125vw;
  }
  .menu__item a {
    text-decoration: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    transition: color 0.4s;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition: border-color 0.3s, color 0.3s;
    padding: 0;
    color: #9ca2b2;
    font-weight: 900;
    padding: 0 0.5729166667vw;
    height: 1.5625vw;
    position: relative;
    white-space: nowrap;
  }
  .menu__item a:before {
    height: 30px;
    position: absolute;
    content: "";
    background: #7bab21;
    left: 1px;
    right: 1px;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity .35s;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .menu__item a:before {
    height: 1.5625vw;
    left: 0.0520833333vw;
    right: 0.0520833333vw;
  }
}

@media (min-width: 1025px) {
  .menu__item a.active, .menu__item a:hover {
    color: #fff;
  }
  .menu__item a.active:before, .menu__item a:hover:before {
    opacity: 1;
  }
  .menu__item:last-child {
    padding-right: 0;
  }
  .menu--1 {
    margin-right: 1.1458333333vw;
  }
  .menu--2 {
    margin-right: 40px;
    margin-left: auto;
  }
}

@media (min-width: 1025px) and (min-width: mediumx) {
  .menu--2 {
    margin-right: 2.0833333333vw;
  }
}

@media (min-width: 1025px) {
  .menu--2 .menu__item {
    font-size: 0.9375vw;
  }
  .menu--2 .menu__item a {
    color: #007a47;
    font-weight: bold;
  }
  .menu--2 .menu__item a:before {
    display: none;
  }
  .menu--2 .menu__item a:hover, .menu--2 .menu__item a.active {
    color: #7bab21;
  }
}

.language {
  flex-wrap: wrap;
  position: relative;
  display: none;
  padding-right: 30px;
  padding-left: 10px;
}

@media (min-width: 769px) {
  .language {
    padding-right: 0;
  }
}

@media (min-width: 1025px) {
  .language {
    padding-left: 0;
    display: block;
  }
}

.language__select {
  display: -webkit-box;
  display: flex;
  width: 130px;
  -webkit-box-align: center;
  align-items: center;
  height: 55px;
  color: #007a47;
  text-transform: uppercase;
  position: relative;
  font-weight: 900;
  border: solid 1px #e6ebef;
  transition: border-color .35s;
  border-radius: 5px;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .language__select {
    height: 2.8645833333vw;
    font-size: 0.8333333333vw;
    border-radius: 0.2604166667vw;
    width: 6.7708333333vw;
  }
}

.language__select:before {
  content: "";
}

.language__select:before {
  color: #7bab21;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 40px;
  position: absolute;
  right: 0;
  height: 25px;
  border-left: solid 1px #e6ebef;
}

@media (min-width: 1025px) {
  .language__select:before {
    height: 1.3020833333vw;
    width: 2.0833333333vw;
  }
}

.language__select:hover {
  border-color: #7bab21;
}

.language__select img {
  margin-left: 15px;
  width: 30px;
  margin-right: 13px;
}

@media (min-width: 1025px) {
  .language__select img {
    margin-left: 0.78125vw;
    width: 1.5625vw;
    margin-right: 0.6770833333vw;
  }
}

.language__item {
  width: calc(100%);
  height: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border: solid 1px #e6ebef;
  transition: background-color .35s;
  font-size: 16px;
  text-transform: uppercase;
  color: #007a47;
  text-decoration: none;
  background: white;
  margin: 0;
  border-radius: 5px;
  padding-left: 15px;
}

@media (min-width: 1025px) {
  .language__item {
    font-size: 0.8333333333vw;
    height: 1.8229166667vw;
    border-radius: 0.2604166667vw;
    padding-left: 0.78125vw;
  }
}

.language__item:hover {
  background-color: #e6ebef;
  font-weight: bold;
}

.language__item span {
  padding: 0 13px;
  width: 45px;
}

@media (min-width: 1025px) {
  .language__item span {
    padding: 0 0.6770833333vw;
    width: 2.34375vw;
  }
}

.language__item img {
  width: 30px;
}

@media (min-width: 1025px) {
  .language__item img {
    width: 1.5625vw;
  }
}

.language__item.active {
  display: none;
}

.language__list {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
  display: none;
}

.openMenu {
  cursor: pointer;
  width: 60px;
  height: 60px;
  z-index: 12;
  right: 10px;
  position: absolute;
  outline: none;
  margin-left: 45px;
  display: block;
}

@media (min-width: 1025px) {
  .openMenu {
    width: 3.125vw;
    height: 3.125vw;
    background: #fff;
    display: none;
  }
}

.openMenu * {
  transition: .25s ease-in-out;
  box-sizing: border-box;
  outline: none;
}

.openMenu__hamburger {
  position: relative;
}

.hamburger {
  cursor: pointer;
  width: 60px;
  height: 100%;
  z-index: 12;
  right: 5px;
  position: absolute;
  outline: none;
  display: block;
}

@media (min-width: 1025px) {
  .hamburger {
    width: 3.125vw;
    height: 3.125vw;
    background: #fff;
    display: none;
  }
}

.hamburger * {
  transition: .25s ease-in-out;
  box-sizing: border-box;
  outline: none;
}

.hamburger__inner:after, .hamburger__inner:before {
  display: block;
  content: "";
}

.hamburger__inner, .hamburger__inner:after, .hamburger__inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #7bab21;
}

@media (min-width: 1025px) {
  .hamburger__inner, .hamburger__inner:after, .hamburger__inner:before {
    width: 2.0833333333vw;
    height: 0.2083333333vw;
    border-radius: 0.2083333333vw;
  }
}

.hamburger__inner {
  top: 32px;
  left: 10px;
}

@media (min-width: 1025px) {
  .hamburger__inner {
    top: 1.3020833333vw;
    left: 0.5208333333vw;
  }
}

.hamburger__inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

@media (min-width: 1025px) {
  .hamburger__inner:before {
    top: 0.5208333333vw;
  }
}

.hamburger__inner:after {
  bottom: -10px;
  top: 20px;
}

@media (min-width: 1025px) {
  .hamburger__inner:after {
    bottom: -0.5208333333vw;
    top: 1.0416666667vw;
  }
}

.hamburger.active .hamburger__inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

@media (min-width: 1025px) {
  .hamburger.active .hamburger__inner {
    -webkit-transform: translate3d(0, 0.5208333333VW, 0) rotate(45deg);
    transform: translate3d(0, 0.5208333333VW, 0) rotate(45deg);
  }
}

.hamburger.active .hamburger__inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

@media (min-width: 1025px) {
  .hamburger.active .hamburger__inner:before {
    -webkit-transform: rotate(-45deg) translate3d(-0.2976192708vw, -0.3125VW, 0);
    transform: rotate(-45deg) translate3d(-0.2976192708vw, -0.3125VW, 0);
  }
}

.hamburger.active .hamburger__inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

@media (min-width: 1025px) {
  .hamburger.active .hamburger__inner:after {
    -webkit-transform: translate3d(0, -1.0416666667VW, 0) rotate(-90deg);
    transform: translate3d(0, -1.0416666667VW, 0) rotate(-90deg);
  }
}

.sliderHome {
  position: relative;
}

.slider {
  display: none;
  position: relative;
  opacity: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}

.slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slider__item {
  display: block !important;
  transition: background-color .35s;
}

.slider__item:after {
  display: none;
  position: absolute;
  content: "";
  width: 400px;
  height: 150px;
  background: rgba(0, 0, 0, 0.4);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 65px;
  right: 0;
}

@media (min-width: 1025px) {
  .slider__item:after {
    margin-top: 3.3854166667vw;
    width: 20.8333333333vw;
    height: 7.8125vw;
  }
}

.slider__item img {
  width: 100%;
}

.slider__item--visible .slider__text {
  opacity: 1 !important;
}

.slider__item--visible .slider__textItem {
  opacity: 1 !important;
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
}

.slider__item--visible img {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.slider__text {
  position: absolute;
  left: 5%;
  font-weight: 500;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-align: center;
  align-items: center;
  z-index: 7;
  height: auto;
  width: 90%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  padding: 20px;
  overflow: visible;
  max-width: 100%;
  opacity: 0;
  transition: opacity .85s;
}

@media (min-width: 1025px) {
  .slider__text {
    height: 20.8333333333vw;
    width: 44.7916666667vw;
    padding: 3.3854166667vw;
    border-radius: 0.2604166667vw;
    left: 8.3333333333vw;
  }
}

.slider__text:before {
  background: #7bab21;
  content: "";
  width: 5px;
  height: 20px;
  position: absolute;
  left: 20px;
  top: -10px;
}

@media (min-width: 1025px) {
  .slider__text:before {
    width: 0.5208333333vw;
    height: 3.3854166667vw;
    left: 3.6458333333vw;
    top: -2.0833333333vw;
  }
}

.slider__textWrapper {
  overflow: hidden;
}

.slider__textItem {
  color: #fff;
  transition: opacity .45s, -webkit-transform 1.2s;
  transition: opacity .45s, transform 1.2s;
  transition: opacity .45s, transform 1.2s, -webkit-transform 1.2s;
}

.slider__textItem--1 {
  font-weight: 900;
  font-size: 16px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-delay: .1s;
  opacity: 0;
  color: #7bab21;
  text-transform: uppercase;
  padding: 5px 0;
}

@media (min-width: 1025px) {
  .slider__textItem--1 {
    font-size: 0.8333333333vw;
    padding: 0.2604166667vw 0;
  }
}

.slider__textItem--2 {
  font-weight: 900;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: opacity .45s, -webkit-transform 1.3s;
  transition: opacity .45s, transform 1.3s;
  transition: opacity .45s, transform 1.3s, -webkit-transform 1.3s;
  transition-delay: .5s;
  font-size: 30px;
  padding-top: 12px;
}

@media (min-width: 1025px) {
  .slider__textItem--2 {
    font-size: 3.3854166667vw;
    padding-left: 0.1041666667vw;
    padding-top: 0;
  }
}

.slider__textItem--3 {
  font-weight: 300;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: opacity .45s, -webkit-transform 1.8s;
  transition: opacity .45s, transform 1.8s;
  transition: opacity .45s, transform 1.8s, -webkit-transform 1.8s;
  transition-delay: .9s;
  font-size: 18px;
  line-height: 1.25;
  margin-top: 18px;
  height: 90px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .slider__textItem--3 {
    font-size: 1.25vw;
    margin-top: 0.9375vw;
    height: 4.6875vw;
    padding-left: 0.3125vw;
  }
}

.slider__button {
  z-index: 3;
  margin-top: 30px;
  margin-left: 6px;
}

@media (min-width: 1025px) {
  .slider__button {
    margin-top: 1.5625vw;
    margin-left: 0.3125vw;
  }
}

.slider img {
  min-height: 196px;
  height: 340px;
  width: auto;
  transition: -webkit-transform 6s;
  transition: transform 6s;
  transition: transform 6s, -webkit-transform 6s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media (min-width: 1025px) {
  .slider img {
    height: auto;
    width: 100%;
  }
}

.slider .slick-arrow {
  position: absolute;
  z-index: 10;
  right: 0;
  padding: 0;
  height: 60px;
  width: 60px;
  height: 150px;
  transition: background-color .35s;
  font-size: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  top: 50%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .slider .slick-arrow {
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 0.2604166667vw;
  }
}

@media (max-width: 1024px) {
  .slider .slick-arrow {
    display: none !important;
  }
}

.slider .slick-arrow:before {
  color: #7bab21;
  font-size: 20px;
  transition: color .35s;
}

@media (min-width: 1025px) {
  .slider .slick-arrow:before {
    font-size: 1.0416666667vw;
  }
}

.slider .slick-arrow:hover {
  background: #7bab21;
}

.slider .slick-arrow:hover:before {
  color: #fff;
}

.slider .slick-arrow.slick-next {
  right: 60px;
}

.slider .slick-arrow.slick-next:before {
  content: "";
}

@media (min-width: 1025px) {
  .slider .slick-arrow.slick-next {
    right: 3.125vw;
  }
}

.slider .slick-arrow.slick-prev {
  right: 130px;
}

.slider .slick-arrow.slick-prev:before {
  content: "";
}

@media (min-width: 1025px) {
  .slider .slick-arrow.slick-prev {
    right: 6.7708333333vw;
  }
}

.slider.slick-next:before {
  content: "";
}

.slider.slick-prev {
  background: #01c4f2;
}

.slider.slick-prev:before {
  content: "";
}

.slider .slick-slide {
  height: auto;
}

.slider .slick-dots {
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

@media (max-width: 1024px) {
  .slider .slick-dots {
    bottom: 40px !important;
  }
}

@media (max-width: 768px) {
  .slider .slick-dots {
    display: none !important;
  }
}

.slider .slick-dots button {
  border-color: #fff;
}

.slider .slick-dots button:before {
  background: #fff;
}

@media (max-width: 1024px) {
  .slider--subpage {
    display: none;
  }
}

.slider--subpage .slick-dots {
  display: none !important;
}

.slider + .frontMain {
  margin-top: 0;
}

.slick-dots {
  display: -webkit-box !important;
  display: flex !important;
  list-style: none;
  height: 65px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  right: 155px;
  bottom: 8px;
}

@media (min-width: 1025px) {
  .slick-dots {
    height: 3.3854166667vw;
    right: 8.0729166667vw;
    bottom: 0.4166666667vw;
  }
}

.slick-dots li {
  margin-left: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media (min-width: 1025px) {
  .slick-dots li {
    margin-left: 0.5208333333vw;
  }
}

.slick-dots button {
  font-size: 0;
  height: 18px;
  width: 18px;
  position: relative;
  background: none;
  border-radius: 50%;
  padding: 0;
  border: solid 2px #7bab21;
  transition: background-color .35s;
  box-sizing: content-box;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .slick-dots button {
    height: 0.9375vw;
    width: 0.9375vw;
    border-width: 0.1041666667vw;
  }
}

.slick-dots button:before {
  content: '';
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #7bab21;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .35s;
}

@media (min-width: 1025px) {
  .slick-dots button:before {
    height: 0.3125vw;
    width: 0.3125vw;
  }
}

.slick-dots .slick-active button:before, .slick-dots li:hover button:before {
  opacity: 1;
}

.offerBoxes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (100%)[1];
  grid-template-columns: repeat(1, 100%);
  grid-column-gap: 0.9375vw;
  grid-row-gap: 34px;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .offerBoxes {
    grid-row-gap: 1.0416666667vw;
    grid-column-gap: 0.7291666667vw;
    -ms-grid-columns: (20.0520833333vw)[4];
    grid-template-columns: repeat(4, 20.0520833333vw);
  }
}

.offerBoxes__item {
  border: solid 1px #e6ebef;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  padding: 13px 15px 90px;
  transition: box-shadow .35s;
  display: -webkit-box;
  display: flex;
  transition: border-color .35s;
  background: #fff;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  text-decoration: none;
}

@media (min-width: 601px) {
  .offerBoxes__item {
    height: 385px;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 63px 32px;
  }
}

@media (min-width: 1025px) {
  .offerBoxes__item {
    height: 20.0520833333vw;
    border-radius: 0.2604166667vw;
    padding: 3.28125vw 1.6666666667vw;
  }
}

.offerBoxes__item:after {
  height: 8px;
  width: 100%;
  bottom: -1px;
  left: 0;
  position: absolute;
  content: "";
  transition: background-color .35s;
  background: #7bab21;
}

@media (min-width: 1025px) {
  .offerBoxes__item:after {
    height: 0.4166666667vw;
  }
}

.offerBoxes__item:hover {
  border-color: #007a47;
}

.offerBoxes__item:hover:after {
  background: #007a47;
}

.offerBoxes__item:hover .button {
  color: transparent;
  background: #7bab21;
  border-color: #fff;
}

.offerBoxes__item:hover .button:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.offerBoxes__itemTitle {
  font-size: 18px;
  font-weight: bold;
  color: #007a47;
  text-transform: uppercase;
  -ms-grid-row-align: self-start;
  align-self: self-start;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 601px) {
  .offerBoxes__itemTitle {
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }
}

@media (min-width: 601px) {
  .offerBoxes__itemTitle {
    font-size: 22px;
    margin-top: 40px;
  }
}

@media (min-width: 1025px) {
  .offerBoxes__itemTitle {
    font-size: 1.1458333333vw;
    width: 9.1145833333vw;
    margin-top: 2.0833333333vw;
  }
}

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

@media (min-width: 1025px) {
  .offerBoxes__itemTitle span {
    font-size: 0.9375vw;
  }
}

.offerBoxes__itemTitle a {
  color: inherit;
  text-decoration: none;
}

.offerBoxes__itemImage {
  text-align: right;
}

@media (min-width: 1025px) {
  .offerBoxes__itemImage {
    width: calc(100% - 9.1145833333vw);
  }
}

.offerBoxes__itemImage img {
  max-height: 100%;
  max-width: 100%;
}

@media (max-width: 601px) {
  .offerBoxes__itemImage img {
    height: 190px;
  }
}

.offerBoxes__itemButton {
  position: absolute;
  bottom: 30px;
}

@media (min-width: 601px) {
  .offerBoxes__itemButton {
    bottom: 60px;
  }
}

@media (min-width: 1025px) {
  .offerBoxes__itemButton {
    bottom: 3.125vw;
  }
}

.offerBoxes__itemButton:hover {
  background: #007a47;
}

.offerBoxes--marginTop {
  margin: 20px 0 40px;
}

@media (min-width: 1025px) {
  .offerBoxes--marginTop {
    margin: 1.0416666667vw 0 2.0833333333vw;
  }
}

.offerBoxes + .contentBlock {
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  border: solid 1px #e6ebef;
  border-radius: 5px;
  padding: 15px;
  margin: 40px 0;
}

@media (min-width: 1025px) {
  .offerBoxes + .contentBlock {
    margin: 3.125vw 0 1.0416666667vw;
    border-radius: 0.2604166667vw;
    padding: 2.0833333333vw 3.125vw;
  }
}

.frontOffer {
  background: #f5f8fa;
  padding-bottom: 60px;
}

@media (min-width: 1025px) {
  .frontOffer {
    background: none;
  }
}

.product {
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  border: solid 1px #e6ebef;
  border-radius: 5px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (min-width: 1025px) {
  .product {
    border-radius: 0.2604166667vw;
    margin-bottom: 2.0833333333vw;
  }
}

.product:before {
  width: 110px;
  height: 5px;
  content: "";
  position: absolute;
  left: 0;
  top: 150px;
  background: #7bab21;
  display: none;
}

@media (min-width: 1025px) {
  .product:before {
    width: 5.7291666667vw;
    height: 0.2604166667vw;
    top: 7.8125vw;
  }
}

.product h3 {
  color: #007a47;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 1.5px;
}

@media (min-width: 1025px) {
  .product h3 {
    font-size: 0.8333333333vw;
    letter-spacing: 0.078125vw;
  }
}

.product h1 {
  font-size: 30px;
  text-transform: uppercase;
  color: #7bab21;
  font-weight: 400;
  margin: 8px 0 72px;
}

@media (min-width: 1025px) {
  .product h1 {
    font-size: 1.5625vw;
    margin: 0.4166666667vw 0 3.75vw;
  }
}

.product .contentBlock {
  padding: 0 37px;
}

@media (min-width: 1025px) {
  .product .contentBlock {
    padding: 0 1.9270833333vw;
  }
}

.product .contentBlock h3 {
  margin: 45px 0;
}

@media (min-width: 1025px) {
  .product .contentBlock h3 {
    margin: 2.34375vw 0;
  }
}

.product__img a:not(:first-child) {
  display: none;
}

.product__pagination--top {
  position: absolute;
  top: -75px;
  left: 0;
  z-index: 3;
  font-size: 16px;
  right: 0;
  width: auto;
}

@media (min-width: 769px) {
  .product__pagination--top {
    top: -95px;
    left: -25px;
    right: -25px;
  }
}

@media (min-width: 1025px) {
  .product__pagination--top {
    top: -4.9479166667vw;
    left: -1.3020833333vw;
    font-size: 0.8333333333vw;
    right: -1.3020833333vw;
  }
}

.product__pagination--bottom {
  padding: 55px 0;
  border-top: solid 1px #e6ebef;
  border-bottom: solid 1px #e6ebef;
  margin-bottom: 40px;
}

@media (min-width: 1025px) {
  .product__pagination--bottom {
    padding: 2.8645833333vw 0;
  }
}

.product__wrapper {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .product__wrapper {
    border-radius: 0.2604166667vw;
    flex-wrap: nowrap;
  }
}

.product__description {
  padding: 50px 20px 10px;
}

@media (min-width: 1025px) {
  .product__description {
    float: left;
    width: calc(100% - 33.3333333333vw);
    padding: 2.6041666667vw 1.0416666667vw 0.5208333333vw;
  }
}

.product__description > h3, .product__description > header {
  padding-left: 37px;
}

@media (min-width: 1025px) {
  .product__description > h3, .product__description > header {
    padding-left: 1.9270833333vw;
  }
}

.product__info {
  width: 100%;
  float: right;
  position: relative;
  margin-left: -1px;
  margin-top: -1px;
}

@media (min-width: 1025px) {
  .product__info {
    width: 33.3333333333vw;
  }
}

.product__info .inner-wrapper-sticky {
  transition: margin-top .35s, top .35s;
  top: 0;
}

.product__infoWrapper {
  background: #f5f8fa;
  padding-left: 20px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .product__infoWrapper {
    padding-left: 55px;
  }
}

@media (min-width: 1025px) {
  .product__infoWrapper {
    padding-left: 2.8645833333vw;
    padding-top: 1.5625vw;
    padding-right: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
    margin-bottom: 5.2083333333vw;
  }
}

.product__img {
  width: 107px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 20px;
  position: relative;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .product__img {
    margin-top: 20px;
    width: 212px;
  }
}

@media (min-width: 1025px) {
  .product__img {
    width: 11.0416666667vw;
    margin-top: 1.0416666667vw;
  }
}

.product__img img, .product__img a {
  width: 100%;
}

.product__img a {
  text-decoration: none;
  padding-bottom: 1.3020833333vw;
}

.product__img a:before {
  content: "";
}

.product__img a:before {
  height: 50px;
  width: 50px;
  background: #7bab21;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  color: #fff;
  cursor: pointer;
  transition: bottom .35s, -webkit-transform .35s;
  transition: bottom .35s, transform .35s;
  transition: bottom .35s, transform .35s, -webkit-transform .35s;
}

.product__img a:before:hover {
  bottom: 50%;
}

.product__img a:hover:before {
  bottom: 50%;
}

.product__labels {
  z-index: 10;
}

.product__chosen {
  width: 100%;
  margin-top: 45px;
}

@media (min-width: 1025px) {
  .product__chosen {
    margin-top: 2.34375vw;
  }
}

.product__chosen .button {
  height: 40px;
}

@media (min-width: 1025px) {
  .product__chosen .button {
    height: 2.0833333333vw;
  }
}

.product__chosenItem {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: solid 2px #e6ebef;
  padding-bottom: 16px;
  margin-right: 10px;
  padding-right: 7px;
  flex-wrap: wrap;
}

@media (min-width: 601px) {
  .product__chosenItem {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1025px) {
  .product__chosenItem {
    padding-bottom: 0.8333333333vw;
    margin-right: 0.5208333333vw;
    padding-right: 0.3645833333vw;
  }
}

.product__chosenItem:not(:first-child) {
  padding-top: 16px;
}

@media (min-width: 1025px) {
  .product__chosenItem:not(:first-child) {
    padding-top: 0.8333333333vw;
  }
}

.product__chosenItem:last-child {
  border: 0;
}

.product__chosenItemText {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 601px) {
  .product__chosenItemText {
    width: auto;
    margin-bottom: 0;
  }
}

.product__chosenItemText p {
  margin: 2px 0 0;
}

@media (min-width: 1025px) {
  .product__chosenItemText p {
    margin: 0.1041666667vw 0 0;
  }
}

.product__column {
  width: 100%;
  margin-top: 40px;
}

@media (min-width: 769px) {
  .product__column {
    width: 300px;
    margin-top: 0;
  }
}

@media (min-width: 1025px) {
  .product__column {
    width: 15.625vw;
  }
}

.product__column .button {
  width: 100%;
}

.product__buttonRemember {
  height: 80px;
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 1025px) {
  .product__buttonRemember {
    height: 4.1666666667vw;
    font-size: 1.0416666667vw;
  }
}

.product__attributes {
  background: #fff;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 25px 25px 15px;
  border: #e6ebef;
}

@media (min-width: 1025px) {
  .product__attributes {
    border-radius: 0.2604166667vw;
    margin-bottom: 0.78125vw;
    padding: 1.3020833333vw 1.3020833333vw 0.78125vw;
  }
}

.product__attributes h3 {
  font-size: 16px;
}

@media (min-width: 1025px) {
  .product__attributes h3 {
    font-size: 0.8333333333vw;
  }
}

.product__attributes p {
  margin: 3px 0;
  font-size: 16px;
}

@media (min-width: 1025px) {
  .product__attributes p {
    margin: 0.15625vw 0;
    font-size: 0.8333333333vw;
  }
}

.product__attributes p + h3 {
  margin-top: 30px;
}

@media (min-width: 1025px) {
  .product__attributes p + h3 {
    margin-top: 1.5625vw;
  }
}

.product__price p {
  font-size: 23px;
  margin-top: 5px;
}

@media (min-width: 1025px) {
  .product__price p {
    font-size: 1.4583333333vw;
    margin-top: 0.2604166667vw;
  }
}

.product__price p.small {
  font-size: 16px;
}

@media (min-width: 1025px) {
  .product__price p.small {
    font-size: 0.8333333333vw;
  }
}

.product__price p strong {
  font-weight: 900;
}

.product__previewButton {
  margin-right: 11px;
  margin-left: auto;
}

@media (min-width: 1025px) {
  .product__previewButton {
    margin-right: 0.5729166667vw;
  }
}

.productBox {
  border: solid 1px #7bab21;
  border-radius: 5px;
  padding: 30px 0 65px;
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .productBox {
    border-radius: 0.2604166667vw;
    padding: 1.5625vw 0 3.3854166667vw;
    margin-bottom: 1.5625vw;
  }
}

.productBox--slider {
  margin-top: 60px;
}

@media (min-width: 1025px) {
  .productBox--slider {
    margin-top: 3.125vw;
  }
}

.productBox--color {
  padding-bottom: 0;
}

.productBox h3 {
  margin-bottom: 35px;
  margin-left: 38px;
}

@media (min-width: 1025px) {
  .productBox h3 {
    margin-bottom: 1.8229166667vw;
    margin-left: 1.9791666667vw;
  }
}

.patternSlider__item {
  text-align: center;
  padding: 0 37px;
  position: relative;
}

@media (min-width: 1025px) {
  .patternSlider__item {
    padding: 0 1.9270833333vw;
  }
  .patternSlider__item:before {
    position: absolute;
    top: 0;
    right: -.5px;
    height: 12.5vw;
    content: "";
    background: #e6ebef;
    width: 1px;
  }
}

.patternSlider__item img {
  margin-top: 10px;
}

@media (min-width: 1025px) {
  .patternSlider__item img {
    margin-top: 0.5208333333vw;
  }
}

.patternSlider__item--active .patternSlider__itemName {
  color: #7bab21;
}

.patternSlider__item--active .patternSlider__itemImg:after {
  opacity: 1;
}

.patternSlider__item:not(.patternSlider__item--active):hover {
  cursor: pointer;
}

.patternSlider__item:not(.patternSlider__item--active):hover .patternSlider__itemName {
  color: #7bab21;
}

.patternSlider__item:not(.patternSlider__item--active):hover .patternSlider__itemImg:after {
  opacity: 1;
  border-color: #7bab21;
}

.patternSlider .slick-slide:nth-last-child(1) .patternSlider__item:before {
  display: none;
}

.patternSlider__itemImg {
  width: 107px;
  height: 229px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1025px) {
  .patternSlider__itemImg {
    width: 5.5729166667vw;
    height: 11.9270833333vw;
  }
}

.patternSlider__itemImg img {
  width: 100%;
}

.patternSlider__itemImg:after {
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  content: "";
  position: absolute;
  border: solid 3px #7bab21;
  border-radius: 5px;
  opacity: 0;
  transition: opacity .35s, border-color .35s;
}

@media (min-width: 1025px) {
  .patternSlider__itemImg:after {
    top: -0.5208333333vw;
    right: -0.5208333333vw;
    bottom: -0.5208333333vw;
    left: -0.5208333333vw;
    border: solid 0.15625vw #7bab21;
    border-radius: 0.2604166667vw;
  }
}

.patternSlider__itemName {
  font-size: 16px;
  margin-top: 17px;
  height: 36px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .patternSlider__itemName {
    font-size: 0.8333333333vw;
    margin-top: 0.8854166667vw;
    height: 1.875vw;
  }
}

.patternSlider .slick-dots {
  right: 0;
  bottom: -66px;
  left: 0;
}

@media (max-width: 1025px) {
  .patternSlider .slick-dots {
    right: 0;
    bottom: -23px;
    left: 0;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (min-width: 1025px) {
  .patternSlider .slick-dots {
    bottom: -3.4375vw;
  }
}

.patternSlider .slick-dots li {
  margin: 0 5px;
}

@media (min-width: 1025px) {
  .patternSlider .slick-dots li {
    margin: 0 0.2604166667vw;
  }
}

.patternSlider .slick-arrow {
  position: absolute;
  z-index: 10;
  right: 0;
  padding: 0;
  height: 30px;
  width: 30px;
  transition: background-color .35s;
  font-size: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  top: 50%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #7bab21;
  border-radius: 5px;
  margin-top: -13px;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .patternSlider .slick-arrow {
    width: 1.5625vw;
    height: 1.5625vw;
    border-radius: 0.2604166667vw;
    margin-top: -0.6770833333vw;
  }
}

@media (max-width: 1024px) {
  .patternSlider .slick-arrow {
    display: none !important;
  }
}

.patternSlider .slick-arrow:before {
  color: #fff;
  font-size: 18px;
  transition: color .35s;
}

@media (min-width: 1025px) {
  .patternSlider .slick-arrow:before {
    font-size: 0.9375vw;
  }
}

.patternSlider .slick-arrow:hover {
  background: #007a47;
}

.patternSlider .slick-arrow.slick-next {
  right: -15px;
}

.patternSlider .slick-arrow.slick-next:before {
  content: "";
}

@media (min-width: 1025px) {
  .patternSlider .slick-arrow.slick-next {
    right: -0.78125vw;
  }
}

.patternSlider .slick-arrow.slick-prev {
  left: -15px;
}

.patternSlider .slick-arrow.slick-prev:before {
  content: "";
}

@media (min-width: 1025px) {
  .patternSlider .slick-arrow.slick-prev {
    left: -0.78125vw;
  }
}

.colorsList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-height: 170px;
  padding-top: 10px;
  overflow: hidden;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  transition: max-height .35s;
  margin-bottom: 20px;
}

@media (min-width: 601px) {
  .colorsList {
    -webkit-box-pack: initial;
    justify-content: initial;
  }
}

@media (min-width: 1025px) {
  .colorsList {
    max-height: 10.8854166667vw;
    padding-top: 0.5208333333vw;
    margin-bottom: 1.0416666667vw;
  }
}

.colorsList h3 {
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .colorsList h3 {
    margin-bottom: 1.0416666667vw;
  }
}

.colorsList__item {
  width: 46%;
  margin-bottom: 10px;
}

@media (min-width: 601px) {
  .colorsList__item {
    margin: 0 2.5%;
    margin-bottom: 10px;
    width: 20%;
  }
}

@media (min-width: 1025px) {
  .colorsList__item {
    margin: 0 0.7760416667vw;
    margin-bottom: 0.5208333333vw;
    width: auto;
  }
}

.colorsList__item--active .colorsList__itemColor:after {
  opacity: 1;
}

.colorsList__item--active .colorsList__itemName {
  color: #7bab21;
}

.colorsList__item:hover .colorsList__itemColor {
  cursor: pointer;
}

.colorsList__item:hover .colorsList__itemColor:after {
  opacity: 1;
  border-color: #7bab21;
}

.colorsList__item:hover .colorsList__itemName {
  color: #7bab21;
}

.colorsList__itemColor {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  background-size: 100%;
}

@media (max-width: 1025px) {
  .colorsList__itemColor {
    margin: 0 auto;
  }
}

@media (min-width: 1025px) {
  .colorsList__itemColor {
    width: 7.8125vw;
    height: 7.8125vw;
    border-radius: 0.2604166667vw;
  }
}

.colorsList__itemColor:after {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  position: absolute;
  border: solid 3px #7bab21;
  border-radius: 5px;
  opacity: 0;
  transition: opacity .35s, border-color .35s;
}

@media (min-width: 1025px) {
  .colorsList__itemColor:after {
    top: -0.4166666667vw;
    right: -0.4166666667vw;
    bottom: -0.4166666667vw;
    left: -0.4166666667vw;
    border: solid 0.15625vw #7bab21;
    border-radius: 0.2604166667vw;
  }
}

.colorsList__itemName {
  font-size: 16px;
  text-align: center;
  height: 18px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .colorsList__itemName {
    font-size: 0.8333333333vw;
    height: 0.9375vw;
  }
}

.colorsList__button {
  background: #f5f8fa;
  height: 40px;
  color: #007a47;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  transition: color .35s;
  border-radius: 5px;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .colorsList__button {
    height: 2.0833333333vw;
    font-size: 0.7291666667vw;
    border-radius: 0.2604166667vw;
  }
}

.colorsList__button:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #7bab21 transparent transparent transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: border-color .35s;
}

@media (min-width: 1025px) {
  .colorsList__button:before {
    border-width: 0.2083333333vw 0.2083333333vw 0 0.2083333333vw;
  }
}

.colorsList__button:hover {
  color: #7bab21;
}

.colorsList__button:hover:before {
  border-color: #007a47 transparent transparent transparent;
}

.colorsList__button + h3 {
  margin-top: 30px;
}

@media (min-width: 1025px) {
  .colorsList__button + h3 {
    margin-top: 1.5625vw;
  }
}

.colorsList--developed {
  max-height: 2000px;
}

.recommended {
  padding-bottom: 30px;
  margin-top: 30px;
  background: #f5f8fa;
}

@media (min-width: 1025px) {
  .recommended {
    padding-bottom: 1.5625vw;
    background: none;
    margin-top: 0;
  }
}

.recommended__button {
  margin: 85px auto 0;
}

@media (min-width: 1025px) {
  .recommended__button {
    margin: 4.4270833333vw auto 0;
  }
}

.contactPage {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

@media (min-width: 1025px) {
  .contactPage {
    margin-top: 1.0416666667vw;
  }
}

.contactPage h2 {
  font-size: 20px;
  font-weight: 400;
}

@media (min-width: 1025px) {
  .contactPage h2 {
    font-size: 26px;
  }
}

@media (min-width: 1025px) {
  .contactPage h2 {
    font-size: 1.5625vw;
  }
}

.contactPage__box {
  position: relative;
  width: 100%;
  background: #fff;
  border: solid 1px #e6ebef;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  padding: 20px 20px 40px;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
}

@media (min-width: 1025px) {
  .contactPage__box {
    padding: 1.0416666667vw 1.0416666667vw 2.0833333333vw;
    border-radius: 0.2604166667vw;
    margin-bottom: 2.34375vw;
  }
}

.contactPage__data {
  padding-left: 0;
  padding-top: 20px;
}

@media (min-width: 1025px) {
  .contactPage__data {
    padding-left: 1.7708333333vw;
    padding-top: 2.0833333333vw;
    padding-right: 2.0833333333vw;
    max-width: 26.3020833333vw;
  }
}

.contactPage__data h2 {
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .contactPage__data h2 {
    margin-bottom: 1.0416666667vw;
  }
}

.contactPage__dataItem {
  font-size: 15px;
  padding-left: 55px;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 7px;
  line-height: 1.4;
}

@media (min-width: 481px) {
  .contactPage__dataItem {
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  .contactPage__dataItem {
    padding-left: 75px;
    margin-bottom: 7px;
  }
}

@media (min-width: 1025px) {
  .contactPage__dataItem {
    font-size: 1.09375vw;
    padding-left: 3.90625vw;
    padding-bottom: 0.46875vw;
    margin-bottom: 0.3645833333vw;
  }
}

.contactPage__dataItem:before {
  position: absolute;
  top: 10px;
  color: #7bab21;
  left: 0;
  font-size: 30px;
}

@media (min-width: 481px) {
  .contactPage__dataItem:before {
    font-size: 40px;
  }
}

@media (min-width: 1025px) {
  .contactPage__dataItem:before {
    font-size: 1.8229166667vw;
  }
}

.contactPage__dataItem--place:before {
  content: "";
}

.contactPage__dataItem--tel:before {
  content: "";
}

.contactPage__dataItem--mail:before {
  content: "";
}

.contactPage__dataItem--data:before {
  content: "";
}

.contactPage__dataItem--hours:before {
  content: "";
}

.contactPage__dataItem--www:before {
  content: "";
}

.contactPage__dataItem strong {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  color: #007a47;
  letter-spacing: 1.5px;
}

@media (min-width: 1025px) {
  .contactPage__dataItem strong {
    font-size: 0.8333333333vw;
    letter-spacing: 0.078125vw;
  }
}

.contactPage__dataItem a {
  color: inherit;
  text-decoration: none;
}

.contactPage__dataItem a[href^="mailto"], .contactPage__dataItem a[href*="www"] {
  color: #7bab21;
  word-wrap: break-word;
}

.contactPage__dataItem a[href^="mailto"]:hover, .contactPage__dataItem a[href*="www"]:hover {
  color: #007a47;
}

.contactPage__dataItem a[href*="www"] {
  text-overflow: ellipsis;
  white-space: none;
  overflow: hidden;
  display: block;
}

.contactPage__dataItem p {
  margin: 0;
  font-size: inherit;
}

@media (min-width: 1025px) {
  .contactPage__dataItem p {
    font-size: 0.9375vw;
  }
}

.contactPage__dataItem p.bold {
  font-weight: bold;
}

.contactPage__form {
  position: relative;
  padding: 65px 15px 20px;
  border: solid 1px #e6ebef;
  background: #fff;
  border-radius: 5px;
}

.contactPage__form:before {
  content: "";
}

@media (min-width: 1025px) {
  .contactPage__form {
    padding: 4.4270833333vw 1.71875vw 0;
    width: 31.25vw;
    margin-top: -2.6041666667vw;
    margin-right: 1.0416666667vw;
    border-radius: 0.2604166667vw;
  }
}

.contactPage__form h2 {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .contactPage__form h2 {
    margin-bottom: 1.5625vw;
  }
}

.contactPage__form:before {
  color: #7bab21;
  position: absolute;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  font-size: 31px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 25px;
}

@media (min-width: 1025px) {
  .contactPage__form:before {
    font-size: 3.1770833333vw;
    top: 1.3020833333vw;
  }
}

.contactPage__form .styledForm__row {
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .contactPage__form .styledForm__row {
    margin-bottom: 0.2604166667vw;
  }
}

.contactPage__form .styledForm__row--privacy {
  margin: 10px 15px;
}

@media (min-width: 1025px) {
  .contactPage__form .styledForm__row--privacy {
    margin: 0.5208333333vw 0.78125vw;
  }
}

.contactPage__form .styledFormItems--textarea {
  height: 175px;
}

@media (min-width: 1025px) {
  .contactPage__form .styledFormItems--textarea {
    height: 9.1145833333vw;
  }
}

.contactPage__map {
  width: 100%;
  height: 400px;
  -webkit-box-ordinal-group: 3;
  order: 2;
  margin-top: 20px;
}

@media (min-width: 1025px) {
  .contactPage__map {
    height: 26.5625vw;
    -webkit-box-ordinal-group: initial;
    order: initial;
    margin-top: 0;
  }
}

.contactPage__map iframe {
  width: 100%;
  height: 100% !important;
  display: block;
  border: 0;
}

.contactPage__departments {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contactPage__departments:first-child {
  margin-top: 20px;
}

@media (min-width: 1025px) {
  .contactPage__departments:first-child {
    margin-top: 1.0416666667vw;
  }
}

.contactPage__department {
  width: 100%;
  border-radius: 5px;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  border: solid 1px #e6ebef;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  padding-right: 20px;
}

@media (min-width: 769px) {
  .contactPage__department {
    max-width: 48.9%;
    padding-left: 50px;
    padding-top: 35px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1025px) {
  .contactPage__department {
    width: 31.5104166667vw;
    margin-bottom: 0.78125vw;
    border-radius: 0.2604166667vw;
    margin-bottom: 2.34375vw;
    padding-left: 2.6041666667vw;
    padding-top: 1.8229166667vw;
    padding-bottom: 2.0833333333vw;
    padding-right: 1.0416666667vw;
  }
}

.contactPage__department h3 {
  color: #007a47;
  font-size: 20px;
  padding-left: 10px;
  padding-bottom: 24px;
}

@media (min-width: 1025px) {
  .contactPage__department h3 {
    font-size: 1.25vw;
    padding-left: 0.5208333333vw;
    padding-bottom: 1.25vw;
  }
}

.distributors {
  margin-top: 43px;
  position: relative;
}

@media (min-width: 1025px) {
  .distributors {
    margin-top: 2.2395833333vw;
  }
}

.distributors__select {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 2px;
  -webkit-box-align: center;
  align-items: center;
}

@media (min-width: 1025px) {
  .distributors__select {
    flex-wrap: nowrap;
  }
}

.distributors__select:before {
  position: absolute;
  content: "";
  height: 2px;
  background: #7bab21;
  bottom: 0;
  left: 0;
}

@media (min-width: 1025px) {
  .distributors__select:before {
    left: 8.3333333333vw;
    right: 8.3333333333vw;
  }
}

.distributors__selects {
  display: -webkit-box;
  display: flex;
  margin-bottom: 11px;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
}

@media (min-width: 1025px) {
  .distributors__selects {
    margin-bottom: 0.5729166667vw;
    flex-wrap: nowrap;
    margin-top: 0;
    width: auto;
  }
}

.distributors__selects .selectize-control {
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 1025px) {
  .distributors__selects .selectize-control {
    margin-left: 1.5625vw;
    font-size: 0.8333333333vw;
    margin-bottom: 0;
  }
}

.distributors__selects .selectize-input {
  font-size: 16px;
  width: 100%;
}

@media (min-width: 1025px) {
  .distributors__selects .selectize-input {
    font-size: 0.8333333333vw;
    width: 17.65625vw;
  }
}

.distributors__selects .selectize-input input {
  width: 100% !important;
}

@media (min-width: 1025px) {
  .distributors__selects .selectize-input input {
    width: 15.625vw !important;
  }
}

.distributors .selectize-dropdown-content .option {
  line-height: 2.4;
  display: none;
}

.distributors__tabs {
  display: -webkit-box;
  display: flex;
  margin-bottom: 1px;
  width: 100%;
  flex-wrap: wrap;
}

@media (min-width: 601px) {
  .distributors__tabs {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1025px) {
  .distributors__tabs {
    width: auto;
  }
}

.distributors__tab {
  height: 60px;
  background: #e3e8eb;
  color: #818692;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
}

@media (min-width: 601px) {
  .distributors__tab {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .distributors__tab {
    height: 3.6458333333vw;
    width: 16.6666666667vw;
    border-top-left-radius: 0.2604166667vw;
    border-top-right-radius: 0.2604166667vw;
    font-size: 1.0416666667vw;
    margin-right: 0.5208333333vw;
  }
}

.distributors__tab--active, .distributors__tab:hover {
  background: #7bab21;
  color: #fff;
}

.distributors__map {
  height: 450px;
  margin-top: 17px;
  margin-bottom: 70px;
}

@media (min-width: 1025px) {
  .distributors__map {
    height: 33.8541666667vw;
    margin-top: 0.8854166667vw;
    margin-bottom: 3.6458333333vw;
  }
}

.distributors__boxes {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0 15px;
}

@media (min-width: 601px) {
  .distributors__boxes {
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .distributors__boxes {
    margin-bottom: 2.0833333333vw;
  }
}

.distributors__boxesItem {
  background: #fff;
  position: relative;
  width: 385px;
  height: 465px;
  margin: 0 0 20px;
  padding: 31px 16px 21px;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 100%;
}

@media (min-width: 601px) {
  .distributors__boxesItem {
    margin: 0 9px 20px;
  }
}

@media (min-width: 1025px) {
  .distributors__boxesItem {
    width: 20.0520833333vw;
    height: 24.21875vw;
    margin: 0 0.46875vw 1.5625vw;
    padding: 1.6145833333vw 0.8333333333vw 1.09375vw;
  }
}

.distributors__boxesItem:after {
  height: 8px;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #7bab21;
}

.distributors__boxesItem h3 {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 44px;
  position: relative;
}

@media (min-width: 1025px) {
  .distributors__boxesItem h3 {
    font-size: 1.0416666667vw;
    padding-bottom: 2.2916666667vw;
  }
}

.distributors__boxesItem h3:before {
  bottom: 19px;
  left: 11px;
  position: absolute;
  width: 115px;
  content: "";
  background: #7bab21;
  height: 1px;
}

@media (min-width: 1025px) {
  .distributors__boxesItem h3:before {
    width: 5.9895833333vw;
    bottom: 0.9895833333vw;
    left: 0.5729166667vw;
  }
}

.distributors__boxesItem .contactPage__dataItem {
  padding-left: 53px;
  padding-bottom: 19px;
}

@media (min-width: 1025px) {
  .distributors__boxesItem .contactPage__dataItem {
    padding-left: 2.7604166667vw;
    padding-bottom: 0.9895833333vw;
  }
}

.distributors__boxesItem .contactPage__dataItem:before {
  font-size: 28px;
  left: 7px;
  top: 6px;
}

@media (min-width: 1025px) {
  .distributors__boxesItem .contactPage__dataItem:before {
    font-size: 1.4583333333vw;
    left: 0.3645833333vw;
    top: 0.3125vw;
  }
}

.distributors__boxesItem:hover:after {
  background: #007a47;
}

.distributors__boxesItem:hover h3 {
  color: #007a47;
}

.infoBoxPop {
  min-width: 300px;
  width: auto;
  padding: 12px;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

.infoBoxPop:before {
  height: 1px;
  background: #7bab21;
  width: 50px;
  position: absolute;
  left: 12px;
  top: 9px;
  content: "";
}

.infoBoxPop p {
  margin: 0 !important;
}

.infoBoxPop .contactPage__dataItem {
  padding-left: 54px;
}

.infoBoxPop .contactPage__dataItem p {
  font-size: 15px;
}

.infoBoxPop .contactPage__dataItem:before {
  font-size: 30px;
  top: 5px;
}

.infoBoxPop .name {
  color: #007a47;
  font-weight: 900;
  margin: 8px 0 20px !important;
}

input:focus:-webkit-textfield-decoration-container {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.cluster span {
  color: #fff !important;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.cluster img[scr="/images/m2.jpg"] {
  top: -0.5px !important;
  left: 1px !important;
}

.breadcrumbs {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.9375vw 0;
  padding-left: 8.3333333333vw;
  background: #fff;
  line-height: 1;
  position: relative;
  border-bottom: solid 1px #e6ebef;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs__name {
  color: #9ca2b2;
  font-size: 0.6770833333vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.breadcrumbs__breads {
  font-size: 0;
  padding: 0;
}

.breadcrumbs__breads li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.6770833333vw;
  color: #9ca2b2;
  padding-left: 0;
  margin-right: 0.78125vw;
  position: relative;
}

.breadcrumbs__breads li:before {
  padding-right: 0.78125vw;
  content: "/";
}

.breadcrumbs__breads li.active {
  color: #9ca2b2;
}

.breadcrumbs__breads li:first-child {
  margin-left: 0.2604166667vw;
}

.breadcrumbs__breads li:first-child:before {
  display: none;
}

.breadcrumbs__breads a {
  color: #9ca2b2;
  text-decoration: none;
}

.breadcrumbs__breads a:hover {
  text-decoration: underline;
}

#cookies-info {
  display: none;
}

.cookiesInfo {
  font-family: 'Lato', sans-serif;
  display: none;
  position: fixed;
  bottom: 4%;
  left: 2%;
  right: 55%;
  padding: 0 30px;
  min-height: 120px;
  padding: 20px;
  z-index: 9999;
  background: #7bab21;
  z-index: 999 !important;
  border-radius: 5px;
}

@media (max-width: 900px) {
  .cookiesInfo {
    right: 2%;
  }
}

.cookiesInfo.hidden {
  display: none;
}

.cookiesInfo__content {
  margin-top: 7px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .cookiesInfo__content {
    flex-wrap: wrap;
  }
}

.cookiesInfo__content--title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}

.cookiesInfo__content--text {
  font-size: 14px;
  max-width: 90%;
}

@media (min-width: 1025px) {
  .cookiesInfo__content--text {
    max-width: none;
    padding-right: 3.125vw;
  }
}

.cookiesInfo__button {
  margin-top: 1rem;
}

@media screen and (min-width: 1024px) {
  .cookiesInfo__button {
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .cookiesInfo__button {
    width: 100%;
    text-align: center;
  }
}

.cookiesInfo__button button {
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}

.cookiesInfo a {
  text-decoration: underline;
  color: inherit;
}

.cookiesInfo a:hover {
  color: #000;
  text-decoration: none;
}

.mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (min-width: 1025px) {
  .mobileMenu {
    display: none;
  }
}

.mobileMenu.opened {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mobileMenu__inner {
  margin: 0 18px;
  height: 100%;
  position: relative;
}

@media (min-width: 361px) {
  .mobileMenu__inner {
    margin: 0 38px;
  }
}

@media (min-width: 1025px) {
  .mobileMenu__inner {
    margin: 0 1.9791666667vw;
  }
}

.mobileMenu__inner > ul {
  /* !important is needed sometimes */
  /* Track */
  /* Handle */
}

.mobileMenu__inner > ul::-webkit-scrollbar {
  width: 6px !important;
}

.mobileMenu__inner > ul::-webkit-scrollbar-track {
  border-radius: 10px !important;
}

.mobileMenu__inner > ul::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  background: #7bab21 !important;
}

.mobileMenu__inner > ul::-webkit-scrollbar-thumb:window-inactive {
  background: #7bab21 !important;
}

.mobileMenu__inner > ul > li > a.actived {
  z-index: 2;
}

.mobileMenu__inner > ul > li > a.actived + ul.opened > li > a.actived {
  z-index: 3;
  top: -3px;
}

.mobileMenu__inner > ul > li > a.actived + ul.opened > li > a.actived + ul.opened {
  top: 0;
}

.mobileMenu__logo {
  text-align: center;
}

.mobileMenu__logo img {
  max-width: 100%;
  width: 125px;
}

.mobileMenu ul {
  list-style: none;
  padding-top: 8px;
  height: calc(100% - 160px);
  overflow-y: auto;
  position: relative;
  font-weight: bold;
  font-size: 20px;
}

@media (min-width: 481px) {
  .mobileMenu ul {
    font-size: 24px;
    padding-top: 17px;
  }
}

@media (min-width: 601px) {
  .mobileMenu ul {
    padding-bottom: 60px;
  }
}

@media (min-width: 1025px) {
  .mobileMenu ul {
    font-size: 1.25vw;
    padding-top: 2.34375vw;
    padding-bottom: 2.6041666667vw;
  }
}

.mobileMenu ul li {
  display: block;
  border-bottom: 1px solid #e7eced;
  color: #007a47;
  padding-left: 20px;
}

@media (min-width: 481px) {
  .mobileMenu ul li {
    padding-left: 70px;
  }
}

@media (min-width: 1025px) {
  .mobileMenu ul li {
    padding-left: 3.6458333333vw;
  }
}

.mobileMenu ul li:last-child {
  border-bottom-width: 0;
}

.mobileMenu ul li.withSubmenu > a:not(.actived) {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.mobileMenu ul li.withSubmenu > a:not(.actived):before {
  content: "";
}

.mobileMenu ul li.withSubmenu > a:not(.actived):before {
  font-size: 20px;
  margin-right: 7px;
  color: #007a47;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

@media (min-width: 481px) {
  .mobileMenu ul li.withSubmenu > a:not(.actived):before {
    font-size: 28px;
  }
}

@media (min-width: 1025px) {
  .mobileMenu ul li.withSubmenu > a:not(.actived):before {
    font-size: 1.4583333333vw;
    margin-right: 0.3645833333vw;
  }
}

.mobileMenu ul a {
  text-decoration: none;
  display: block;
  padding: 11px 0;
  color: inherit;
}

@media (min-width: 1025px) {
  .mobileMenu ul a {
    padding: 0.5729166667vw 0;
  }
}

.mobileMenu ul a.active {
  color: #7bab21;
}

.mobileMenu ul a.actived {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  font-weight: 900;
  padding: 0;
  width: 100%;
  line-height: 44px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding-left: 20px;
  top: 10px;
}

@media (min-width: 481px) {
  .mobileMenu ul a.actived {
    padding-left: 70px;
    top: 22px;
  }
}

.mobileMenu ul ul {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  top: 13px;
  left: 0;
  height: auto;
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 40px 0 0 0;
  visibility: hidden;
}

@media (min-width: 481px) {
  .mobileMenu ul ul {
    top: 26px;
  }
}

.mobileMenu ul.opened {
  opacity: 1;
  visibility: visible;
}

.mobileMenu__socials {
  bottom: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  background: #fff;
}

@media (min-width: 1025px) {
  .mobileMenu__socials {
    bottom: 0.5729166667vw;
  }
}

.mobileMenu__socials .social__item {
  margin: 0 5px;
}

.mobileMenu__tools {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 20px;
  min-height: 40px;
  box-sizing: content-box;
}

@media (min-width: 361px) {
  .mobileMenu__tools {
    padding-top: 35px;
    min-height: 60px;
  }
}

@media (min-width: 1025px) {
  .mobileMenu__tools {
    padding-top: 1.8229166667vw;
  }
}

.mobileMenu__language {
  display: -webkit-box;
  display: flex;
  z-index: 1;
  transition: opacity .35s;
}

.mobileMenu__language a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: solid 1px #9ca2b2;
  display: -webkit-box;
  display: flex;
  background: #f4f4f4;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #9ca2b2;
  font-weight: bold;
  text-decoration: none;
  margin-right: 10px;
  transition: color .35s, background-color .35s, border-color .35s;
}

@media (min-width: 361px) {
  .mobileMenu__language a {
    height: 60px;
    width: 60px;
  }
}

@media (min-width: 1025px) {
  .mobileMenu__language a {
    height: 3.125vw;
    width: 3.125vw;
    margin-right: 0.5208333333vw;
  }
}

.mobileMenu__language a.active {
  border-color: #7bab21;
  color: #7bab21;
  background: #fff;
}

.mobileMenu__language a:hover {
  border-color: #7bab21;
}

.mobileMenu__language.hide {
  opacity: 0;
}

.mobSoc {
  width: 34px;
  height: 34px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  color: #7bab21;
}

.mobSoc:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mobSoc--facebook {
  font-size: 30px;
  border-color: currentColor;
}

.mobSoc--facebook:before {
  content: "";
}

.mobSoc--instagram {
  font-size: 32px;
  border-color: currentColor;
}

.mobSoc--instagram:before {
  content: "";
}

.mobSoc:hover {
  color: #007a47;
}

.closeMobile {
  position: absolute;
  right: 0px;
  color: #7bab21;
  z-index: 10;
  top: 21px;
  font-size: 33px;
  height: 33px;
}

.closeMobile:before {
  content: "";
}

@media (min-width: 361px) {
  .closeMobile {
    height: 48px;
    font-size: 48px;
    top: 42px;
  }
}

@media (min-width: 1025px) {
  .closeMobile {
    top: 2.1875vw;
    right: 2.6041666667vw;
    font-size: 2.5vw;
    height: 2.5vw;
  }
}

.mobilePrev {
  background: #fff;
  font-size: 20px;
  color: #7bab21;
  position: absolute;
  top: 18px;
  right: 40px;
  left: 0;
  z-index: 11;
  -webkit-box-align: center;
  align-items: center;
  height: 40px;
  display: -webkit-box;
  display: flex;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  cursor: pointer;
}

.mobilePrev:before {
  content: "";
}

@media (min-width: 361px) {
  .mobilePrev {
    height: 60px;
    font-size: 30px;
    top: 35px;
    right: 75px;
  }
}

.mobilePrev:after {
  content: "WRÓĆ";
  color: #007a47;
  font-size: 20px;
  padding-left: 25px;
  font-weight: bold;
}

@media (min-width: 361px) {
  .mobilePrev:after {
    font-size: 24px;
    padding-left: 45px;
  }
}

@media (min-width: 1025px) {
  .mobilePrev:after {
    font-size: 1.25vw;
    padding-left: 2.34375vw;
  }
}

html[lang="en"] .mobilePrev:after {
  content: "BACK";
}

.previewBlockFront, .waitPopup {
  position: fixed;
  max-width: 20.8333333333vw;
  padding: 0.8854166667vw 0.8854166667vw;
  line-height: 1;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  bottom: 0;
  left: 0;
  background: rgba(255, 111, 111, 0.9);
  z-index: 9999;
  color: #0b2548;
}

.previewBlockFront__title, .waitPopup__title {
  font-size: 0.8333333333vw;
  color: #fff;
  font-weight: 400;
}

.previewBlockFront__link, .waitPopup__link {
  margin-top: 0.4166666667vw;
}

.previewBlockFront__link a, .waitPopup__link a {
  text-decoration: underline;
  font-weight: 300;
  color: #fff;
}

.previewBlockFront__link a:hover, .waitPopup__link a:hover {
  text-decoration: none;
  color: #fff;
}

.sidebarMenu {
  padding-bottom: 60px;
}

@media (min-width: 1025px) {
  .sidebarMenu {
    padding-bottom: 2.0833333333vw;
    padding-top: 1.0416666667vw;
  }
}

@media (max-width: 1024px) {
  .sidebarMenu {
    -webkit-box-ordinal-group: 3;
    order: 2;
    width: 100%;
  }
}

.sidebarMenu__title {
  background: #7bab21;
  background-size: cover;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  padding: 21px 32px;
  font-size: 18px;
  border-radius: 5px;
  height: 60px;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  display: block;
  text-decoration: none;
  transition: background-color .35s;
}

@media (min-width: 1025px) {
  .sidebarMenu__title {
    padding: 1.09375vw 1.6666666667vw;
    font-size: 0.9375vw;
    border-radius: 0.2604166667vw;
    height: auto;
  }
}

.sidebarMenu__title a {
  color: inherit;
  text-decoration: none;
}

.sidebarMenu a.sidebarMenu__title:hover {
  background: #007a47;
}

.sidebarMenu > .sidebarMenu__list, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list {
  list-style: none;
  background: #fff;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  border-radius: 5px;
}

@media (min-width: 1025px) {
  .sidebarMenu > .sidebarMenu__list, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list {
    border-radius: 0.2604166667vw;
  }
}

.sidebarMenu > .sidebarMenu__list > li, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list > li {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  border-bottom: 1px solid #e6ebef;
  position: relative;
}

@media (min-width: 1025px) {
  .sidebarMenu > .sidebarMenu__list > li, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list > li {
    font-size: 1.0416666667vw;
  }
}

.sidebarMenu > .sidebarMenu__list > li:last-child, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list > li:last-child {
  border-bottom: 0;
}

.sidebarMenu > .sidebarMenu__list > li a, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list > li a {
  padding: 17px 12px 17px 15px;
  color: inherit;
  text-decoration: none;
  display: block;
  position: relative;
  transition: color .35s, background-color .35s;
}

@media (min-width: 1025px) {
  .sidebarMenu > .sidebarMenu__list > li a, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list > li a {
    padding: 0.8854166667vw 0.625vw 0.8854166667vw 1.5625vw;
  }
}

.sidebarMenu > .sidebarMenu__list > li a.active, .sidebarMenu > .sidebarMenu__list > li a:hover, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list > li a.active, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list > li a:hover {
  background: #f5f8fa;
}

.sidebarMenu > .sidebarMenu__list > li a br, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list > li a br {
  display: contents;
}

.sidebarMenu > .sidebarMenu__list > li a span, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list > li a span {
  padding-left: 2px;
}

@media (min-width: 1025px) {
  .sidebarMenu > .sidebarMenu__list > li a span, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list > li a span {
    padding-left: 0.1041666667vw;
  }
}

.sidebarMenu > .sidebarMenu__list > li.active .sidebarMenu__list, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list > li.active .sidebarMenu__list {
  display: block;
  border-bottom: 0;
}

.sidebarMenu > .sidebarMenu__list > li.active > a, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list > li.active > a {
  font-weight: bold;
  background: #f5f8fa;
}

.sidebarMenu > .sidebarMenu__list .sidebarMenu__list, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list .sidebarMenu__list {
  list-style: none;
  padding: 20px 30px 20px;
  padding-left: 1.875vw;
  border-bottom: solid 1px #d8d8d8;
  margin-right: 0;
  position: relative;
  display: none;
}

@media (min-width: 1025px) {
  .sidebarMenu > .sidebarMenu__list .sidebarMenu__list, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list .sidebarMenu__list {
    padding: 1.0416666667vw 1.5625vw 1.0416666667vw;
  }
}

.sidebarMenu > .sidebarMenu__list .sidebarMenu__list li, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list .sidebarMenu__list li {
  color: #000;
  position: relative;
  font-weight: 400;
  border: 0;
  font-size: 18px;
  padding-left: 23px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 1025px) {
  .sidebarMenu > .sidebarMenu__list .sidebarMenu__list li, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list .sidebarMenu__list li {
    padding-top: 0.2604166667vw;
    padding-bottom: 0.2604166667vw;
    font-size: 0.9375vw;
    padding-left: 1.1979166667vw;
  }
}

.sidebarMenu > .sidebarMenu__list .sidebarMenu__list li:before, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list .sidebarMenu__list li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 5px;
  height: 1px;
  border-radius: 50%;
  background: #7bab21;
}

@media (min-width: 1025px) {
  .sidebarMenu > .sidebarMenu__list .sidebarMenu__list li:before, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list .sidebarMenu__list li:before {
    top: 0.78125vw;
    width: 0.2604166667vw;
    height: 0.0520833333vw;
  }
}

.sidebarMenu > .sidebarMenu__list .sidebarMenu__list li:last-child:before, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list .sidebarMenu__list li:last-child:before {
  display: block;
}

.sidebarMenu > .sidebarMenu__list .sidebarMenu__list li.active a, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list .sidebarMenu__list li.active a {
  color: #7bab21;
}

.sidebarMenu > .sidebarMenu__list .sidebarMenu__list a, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list .sidebarMenu__list a {
  color: inherit;
  text-decoration: none;
  padding: 0;
  font-weight: normal;
  display: block;
}

.sidebarMenu > .sidebarMenu__list .sidebarMenu__list a.active, .sidebarMenu > .sidebarMenu__list .sidebarMenu__list a:hover, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list .sidebarMenu__list a.active, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list .sidebarMenu__list a:hover {
  color: #7bab21;
  background: none;
}

.sidebarMenu > .sidebarMenu__list li.active + .sidebarMenu__list, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list li.active + .sidebarMenu__list {
  display: block;
}

.sidebarMenu > .sidebarMenu__list + .contactBox, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list + .contactBox {
  margin-top: 30px;
}

@media (min-width: 1025px) {
  .sidebarMenu > .sidebarMenu__list + .contactBox, .sidebarMenu > .inner-wrapper-sticky > .sidebarMenu__list + .contactBox {
    margin-top: 1.5625vw;
  }
}

.fixedMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  bottom: 0;
  transition: -webkit-transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 1000;
}

.fixedMenu--hidden {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fixedMenu > .sidebarMenu {
  margin: 0;
  height: 100%;
}

.fixedMenu > .sidebarMenu > .sidebarMenu__list {
  height: 100%;
}

.fixedMenu .sidebarMenu__title {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 60px;
}

@media (min-width: 1025px) {
  .fixedMenu .sidebarMenu__title {
    height: 3.125vw;
  }
}

.fixedMenu__toggle {
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  background: #7bab21;
  transition: background-color .35s;
  z-index: 999;
}

@media (min-width: 1025px) {
  .fixedMenu__toggle {
    height: 3.125vw;
    width: 3.125vw;
    border-top-right-radius: 0.2604166667vw;
    border-bottom-right-radius: 0.2604166667vw;
  }
}

.fixedMenu__toggle:before {
  color: #fff;
  font-size: 21px;
}

@media (min-width: 1025px) {
  .fixedMenu__toggle:before {
    font-size: 1.09375vw;
  }
}

.fixedMenu__toggle--open {
  top: 557px;
  position: fixed;
  left: 0;
}

.fixedMenu__toggle--open:before {
  content: "";
}

@media (min-width: 1025px) {
  .fixedMenu__toggle--open {
    top: 29.0104166667vw;
  }
}

.fixedMenu__toggle--open:before {
  font-size: 25px;
}

@media (min-width: 1025px) {
  .fixedMenu__toggle--open:before {
    font-size: 1.3020833333vw;
  }
}

.fixedMenu__toggle--open:hover {
  background-color: #007a47;
}

.fixedMenu__toggle--open.absolute {
  position: absolute;
  top: calc(100% - 10px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.fixedMenu__toggle--close {
  background: #007a47;
  position: absolute;
  right: 0;
  top: 0;
}

.fixedMenu__toggle--close:before {
  content: "";
}

.fixedMenu__toggle--close:hover {
  background: #7bab21;
}

.newsList__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (100%)[1];
  grid-template-columns: repeat(1, 100%);
  grid-column-gap: 0;
  grid-row-gap: 30px;
}

@media (min-width: 1025px) {
  .newsList__list {
    grid-row-gap: 1.5625vw;
    -ms-grid-columns: (49%)[2];
    grid-template-columns: repeat(2, 49%);
    grid-column-gap: 2%;
    grid-row-gap: 1.5625vw;
  }
}

.newsList__list--margintop {
  margin-top: 40px;
}

@media (min-width: 1025px) {
  .newsList__list--margintop {
    margin-top: 2.0833333333vw;
  }
}

.newsList__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.newsList__button .button {
  margin-top: 1.5625vw;
}

.newsList__loadmore {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 30px 0;
}

@media (min-width: 1025px) {
  .newsList__loadmore {
    margin: 1.5625vw 0;
  }
}

.newsList + .pagination {
  margin-top: 40px;
}

@media (min-width: 1025px) {
  .newsList + .pagination {
    margin-top: 2.0833333333vw;
  }
}

.oneNews {
  background: #fff;
  border: 1px solid #e6ebef;
  transition: border 0.3s ease-in-out;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  border-radius: 5px;
  position: relative;
  height: 52vw;
  padding: 28px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

@media (min-width: 601px) {
  .oneNews {
    padding: 48px;
    height: 57vw;
  }
}

@media (min-width: 769px) {
  .oneNews {
    height: auto;
    height: 52vw;
  }
}

@media (min-width: 1025px) {
  .oneNews {
    border-radius: 0.2604166667vw;
    height: 21.1979166667vw;
    padding: 2.5vw;
  }
}

.oneNews:before {
  content: "";
}

.oneNews:before {
  font-size: 22px;
  color: #fff;
  position: absolute;
  right: 24px;
  top: 42px;
  z-index: 2;
}

@media (min-width: 481px) {
  .oneNews:before {
    right: 50px;
    bottom: 67px;
    top: auto;
  }
}

@media (min-width: 1025px) {
  .oneNews:before {
    right: 2.6041666667vw;
    bottom: 3.4895833333vw;
  }
}

.oneNews__wrap {
  padding: 0 31px;
}

@media (min-width: 1025px) {
  .oneNews__wrap {
    padding: 0 1.6145833333vw;
  }
}

.oneNews__image {
  height: 100%;
  width: 100%;
  display: block;
  background-size: cover;
  transition: opacity .35s;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
}

.oneNews__image img {
  width: 100%;
  opacity: .8;
}

.oneNews__title {
  position: relative;
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 25px;
  transition: color .35s, margin-top .35s;
}

@media (min-width: 481px) {
  .oneNews__title {
    padding-top: 55px;
  }
}

@media (min-width: 601px) {
  .oneNews__title {
    padding-top: 90px;
    font-size: 22px;
  }
}

@media (min-width: 1025px) {
  .oneNews__title {
    margin-bottom: 1.5625vw;
    font-size: 1.1458333333vw;
    padding-top: 4.6875vw;
  }
}

.oneNews__title:before {
  width: 180px;
  height: 1px;
  background: #fff;
  content: "";
  position: absolute;
  left: -48px;
  top: 7px;
}

@media (min-width: 481px) {
  .oneNews__title:before {
    top: 27px;
  }
}

@media (min-width: 1025px) {
  .oneNews__title:before {
    width: 9.375vw;
    top: 1.40625vw;
    left: -2.5vw;
  }
}

.oneNews__text {
  font-size: 16px;
  height: 98px;
  color: #000;
  transition: opacity .35s, visibility .35s;
  color: #fff;
  position: relative;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 1025px) {
  .oneNews__text {
    font-size: 1.09375vw;
    height: 6.5625vw;
  }
}

.oneNews__date {
  font-size: 30px;
  color: #fff;
  text-align: center;
  display: inline-block;
  transition: opacity .35s;
  position: relative;
  z-index: 3;
}

@media (min-width: xsmallx) {
  .oneNews__date {
    font-size: 60px;
  }
}

@media (min-width: 1025px) {
  .oneNews__date {
    font-size: 3.125vw;
    margin-right: 0.5208333333vw;
  }
}

.oneNews__date span {
  font-size: 18px;
  display: block;
}

@media (min-width: xsmallx) {
  .oneNews__date span {
    font-size: 22px;
  }
}

@media (min-width: 1025px) {
  .oneNews__date span {
    font-size: 1.1458333333vw;
  }
}

.oneNews--noimg:before {
  color: #7bab21;
}

.oneNews--noimg .oneNews__date {
  color: #aeb7c8;
}

.oneNews--noimg .oneNews__title {
  color: #000;
}

.oneNews--noimg .oneNews__title:before {
  background: #7bab21;
}

.oneNews--noimg .oneNews__text {
  color: #000;
}

.oneNews--noimg:hover {
  background: #f5f8fa;
}

@media (min-width: 769px) {
  .oneNews:hover .oneNews__title {
    margin-top: -101px;
  }
}

@media (min-width: 769px) and (min-width: 1025px) {
  .oneNews:hover .oneNews__title {
    margin-top: -5.2604166667vw;
  }
}

@media (min-width: 769px) {
  .oneNews:hover .oneNews__date {
    opacity: 0;
  }
  .oneNews:hover .oneNews__text {
    opacity: 1;
    visibility: visible;
  }
}

.oneNews--box {
  background-size: cover;
}

.oneNews--box:before {
  color: #7bab21;
  z-index: 2;
  right: 50px;
  bottom: 40px;
}

@media (min-width: 1025px) {
  .oneNews--box:before {
    right: 2.6041666667vw;
    bottom: 2.0833333333vw;
  }
}

.oneNews--box .oneNews__name {
  height: 100px;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: absolute;
  left: 0;
  font-size: 22px;
  color: #007a47;
  text-transform: uppercase;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 48px;
  font-weight: bold;
  bottom: 0;
  transition: height .35s;
  padding-right: 70px;
}

@media (min-width: 1025px) {
  .oneNews--box .oneNews__name {
    font-size: 1.1458333333vw;
    height: 5.2083333333vw;
    padding-left: 2.5vw;
    padding-right: 3.6458333333vw;
  }
}

.oneNews--box .oneNews__desc {
  position: absolute;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  line-height: 1.4;
  padding-right: 90px;
  transition: opacity .35s, visibility .35s;
}

@media (min-width: 1025px) {
  .oneNews--box .oneNews__desc {
    bottom: 2.0833333333vw;
    padding-right: 4.6875vw;
  }
}

@media (min-width: 769px) {
  .oneNews--box:hover .oneNews__name {
    height: 100%;
  }
  .oneNews--box:hover .oneNews__desc {
    opacity: 1;
    visibility: visible;
  }
}

.switcher {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
  background: #f5f8fa;
  border-radius: 5px;
  position: relative;
}

@media (min-width: 901px) {
  .switcher {
    padding: 35px 0;
  }
}

@media (min-width: 1025px) {
  .switcher {
    margin-top: 2.0833333333vw;
    padding: 1.8229166667vw 0;
    border-radius: 0.2604166667vw;
  }
}

@media (min-width: 1025px) {
  .switcher:before {
    top: 35px;
    bottom: 35px;
    content: "";
    position: absolute;
    width: 2px;
    background: #e6ebef;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.switcher__item {
  display: -webkit-box;
  display: flex;
  height: 100px;
  width: 100%;
  font-size: 24px;
  position: relative;
  text-decoration: none;
  color: inherit;
  position: relative;
  padding: 15px;
}

@media (min-width: 901px) {
  .switcher__item {
    width: 50%;
    margin-bottom: 0;
    height: 140px;
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .switcher__item {
    font-size: 1.25vw;
    height: 7.2916666667vw;
  }
}

.switcher__item:hover .switcher__itemTitle {
  color: #007a47;
  text-decoration: none;
}

.switcher__item--prev {
  padding-left: 45px;
}

.switcher__item--prev:before {
  content: "";
}

@media (min-width: 1025px) {
  .switcher__item--prev {
    padding-left: 5.7291666667vw;
  }
}

.switcher__item--prev:before {
  left: 5px;
}

@media (min-width: 1025px) {
  .switcher__item--prev:before {
    left: 1.3020833333vw;
  }
}

.switcher__item--next {
  padding-right: 45px;
  -webkit-box-pack: end;
  justify-content: flex-end;
  background: #e6ebef;
}

.switcher__item--next:before {
  content: "";
}

@media (min-width: 901px) {
  .switcher__item--next {
    background: none;
  }
}

@media (min-width: 1025px) {
  .switcher__item--next {
    padding-right: 5.7291666667vw;
  }
}

.switcher__item--next:before {
  right: 5px;
}

@media (min-width: 1025px) {
  .switcher__item--next:before {
    right: 1.3020833333vw;
  }
}

.switcher__item--next .switcher__itemTitle {
  text-align: right;
}

.switcher__item:before {
  color: #7bab21;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}

@media (min-width: 1025px) {
  .switcher__item:before {
    font-size: 2.0833333333vw;
  }
}

.switcher__item:hover .switcher__itemText {
  color: #007a47;
}

.switcher__item:hover .switcher__itemTitle {
  color: #7bab21;
}

.switcher__item:hover:before {
  color: #007a47;
}

@media (max-width: 768px) {
  .switcher__item--empty {
    display: none;
  }
}

.switcher__itemTitle {
  max-height: 50px;
  overflow: hidden;
  font-size: 20px;
  font-weight: 900;
  transition: color .35s;
  width: 100%;
}

@media (min-width: 1025px) {
  .switcher__itemTitle {
    font-size: 1.5625vw;
    max-height: 3.3333333333vw;
  }
}

.switcher__itemText {
  position: absolute;
  color: #7bab21;
  font-size: 14px;
  bottom: 15px;
  text-transform: uppercase;
  font-weight: 900;
}

@media (min-width: 901px) {
  .switcher__itemText {
    bottom: 0;
  }
}

@media (min-width: 1025px) {
  .switcher__itemText {
    font-size: 0.8333333333vw;
  }
}

.sidePost {
  margin-bottom: 25px;
  border-bottom: solid 1px #e6ebef;
  text-decoration: none;
  color: inherit;
  display: block;
  position: relative;
  transition: background .35s;
  padding: 20px;
}

.sidePost:before {
  content: "";
}

@media (min-width: 1025px) {
  .sidePost {
    margin-bottom: 1.3020833333vw;
    padding: 1.0416666667vw;
  }
}

.sidePost:nth-last-child(2) {
  padding-bottom: 25px;
}

@media (min-width: 1025px) {
  .sidePost:nth-last-child(2) {
    padding-bottom: 1.3020833333vw;
  }
}

.sidePost:before {
  position: absolute;
  bottom: 30px;
  right: 20px;
  font-size: 15px;
  color: #7bab21;
}

@media (min-width: 1025px) {
  .sidePost:before {
    font-size: 0.78125vw;
    bottom: 1.5625vw;
    right: 1.0416666667vw;
  }
}

.sidePost__img {
  display: none;
}

@media (min-width: 481px) {
  .sidePost__img {
    width: 100%;
    height: 35.3vw;
    background-size: cover;
    display: block;
  }
}

@media (min-width: 1025px) {
  .sidePost__img {
    height: 7.03125vw;
  }
}

.sidePost__img--empty {
  background-color: #fff;
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}

.sidePost__text {
  padding: 20px 10px;
}

@media (min-width: 1025px) {
  .sidePost__text {
    padding: 1.0416666667vw 0.5208333333vw;
  }
}

.sidePost__date {
  color: #7bab21;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 16px;
  padding-top: 20px;
}

.sidePost__date:before {
  content: "";
}

@media (min-width: 1025px) {
  .sidePost__date {
    font-size: 0.8333333333vw;
    padding-top: 1.0416666667vw;
  }
}

.sidePost__date:before {
  font-size: 25px;
  padding-right: 17px;
}

@media (min-width: 1025px) {
  .sidePost__date:before {
    font-size: 1.3020833333vw;
    padding-right: 0.8854166667vw;
  }
}

.sidePost__more {
  text-transform: uppercase;
  color: #007a47;
  font-weight: 900;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

@media (min-width: 1025px) {
  .sidePost__more {
    font-size: 0.7291666667vw;
  }
}

.sidePost__more:hover {
  color: #7bab21;
}

.sidePost h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #007a47;
  margin-top: 25px;
}

@media (min-width: 1025px) {
  .sidePost h3 {
    font-size: 0.9375vw;
    margin-bottom: 0.5208333333vw;
    margin-top: 1.3020833333vw;
  }
}

.sidePost h3 a {
  color: inherit;
  text-decoration: none;
}

.sidePost h3 a:hover {
  color: #3376cf;
}

.sidePost:hover {
  background: #f5f8fa;
}

.frontNews {
  background: #fff;
  border: solid 1px #007a47;
  border-radius: 5px;
  padding: 0 20px;
  position: relative;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
}

@media (min-width: 601px) {
  .frontNews {
    padding: 0 45px;
  }
}

@media (min-width: 1025px) {
  .frontNews {
    border-radius: 0.2604166667vw;
    padding: 0 2.34375vw;
  }
}

@media (max-width: 601px) {
  .frontNews {
    height: auto;
    padding-bottom: 105px;
  }
}

.frontNews__top {
  height: 100px;
  margin-top: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1025px) {
  .frontNews__top {
    height: 5.2083333333vw;
    margin-top: 0.2604166667vw;
  }
}

.frontNews__date {
  width: 230px;
  border-bottom: solid 1px #7bab21;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  font-size: 24px;
  font-weight: 300;
  color: #7bab21;
}

.frontNews__date:before {
  content: "";
}

@media (min-width: 1025px) {
  .frontNews__date {
    width: 11.9791666667vw;
    font-size: 1.25vw;
  }
}

.frontNews__date:before {
  color: #7bab21;
  font-size: 27px;
  margin-right: 32px;
}

@media (min-width: 1025px) {
  .frontNews__date:before {
    font-size: 1.40625vw;
    margin-right: 1.6666666667vw;
  }
}

@media (max-width: 481px) {
  .frontNews__date {
    display: none;
  }
}

.frontNews__link {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: #7bab21;
  text-decoration: none;
}

@media (min-width: 1025px) {
  .frontNews__link {
    font-size: 0.8333333333vw;
  }
}

.frontNews__link:hover {
  color: #007a47;
}

.frontNews__title {
  font-size: 24px;
  color: #007a47;
}

@media (min-width: 481px) {
  .frontNews__title {
    margin-top: 34px;
  }
}

@media (min-width: 1025px) {
  .frontNews__title {
    font-size: 1.4583333333vw;
    width: 75%;
    margin-top: 1.7708333333vw;
  }
}

.frontNews__title:hover {
  color: #7bab21;
}

.frontNews__title a {
  color: inherit;
  text-decoration: none;
}

.frontNews__button {
  bottom: 40px;
  position: absolute;
}

@media (min-width: 1025px) {
  .frontNews__button {
    bottom: 2.0833333333vw;
  }
}

@media (min-width: 1025px) {
  .main__modules:first-child:last-child .oneNews {
    height: 26.4583333333vw;
  }
}

.styledForm__row {
  position: relative;
  margin-bottom: 0.78125vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.styledForm__row--button {
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 20px;
}

@media (min-width: 1025px) {
  .styledForm__row--button {
    margin-top: 1.0416666667vw;
  }
}

.styledForm__row--button .button {
  font-weight: bold;
}

@media (min-width: 1025px) {
  .styledForm__row--button .button {
    padding: 0 1.5625vw;
  }
}

.styledForm__row--privacy {
  padding: 5px;
  display: block;
  text-align: justify;
  font-size: 13px;
  color: #636363;
}

@media (min-width: 1025px) {
  .styledForm__row--privacy {
    padding: 0.2604166667vw;
    font-size: 0.7291666667vw;
  }
}

.styledForm__row--privacy a {
  text-decoration: underline !important;
  color: inherit;
}

.styledForm__row--privacy a:hover {
  color: #7bab21;
}

.styledForm__left {
  width: 40%;
  padding-right: 1.0416666667vw;
  flex-shrink: 0;
  line-height: 1.1;
}

.styledForm__right {
  width: 60%;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.styledForm__label {
  font-size: 0.78125vw;
  color: #000;
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 100%;
}

.styledForm__label + .styledFormItems__checkbox {
  margin-top: 0.78125vw;
}

.styledForm--twocols .styledForm__left, .styledForm--twocols .styledForm__right {
  width: 50%;
  padding: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.styledForm--twocols .styledForm__left {
  padding-right: 0.390625vw;
}

.styledForm--twocols .styledForm__right {
  padding-left: 0.390625vw;
}

@media screen and (max-width: 1024px) {
  .styledForm__row {
    margin-bottom: 10px;
  }
  .styledForm__left, .styledForm__right {
    width: 100%;
    padding: 0;
  }
  .styledForm__label {
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-left: 15px;
  }
  .styledForm--twocols .styledForm__left, .styledForm--twocols .styledForm__right {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .styledForm--twocols .styledForm__left {
    margin-bottom: 15px;
  }
}

.styledFormItems--input {
  display: block;
  width: 100%;
  font-family: "Lato", sans-serif;
  color: #000;
  background: #fff;
  padding: 0 1.3020833333vw;
  height: 2.8645833333vw;
  border: solid 1px #7bab21;
  font-size: 0.8333333333vw;
  border-radius: 0.2604166667vw;
}

.styledFormItems--input::-webkit-input-placeholder {
  color: #007a47;
}

.styledFormItems--input:-moz-placeholder {
  color: #007a47;
}

.styledFormItems--input::-moz-placeholder {
  color: #007a47;
}

.styledFormItems--input:-ms-input-placeholder {
  color: #007a47;
}

.styledFormItems--textarea {
  resize: none;
  display: block;
  width: 100%;
  font-family: "Lato", sans-serif;
  color: #000;
  background: #fff;
  padding: 0.78125vw 1.3020833333vw;
  height: 8.3333333333vw;
  border: solid 1px #7bab21;
  font-size: 0.8333333333vw;
  border-radius: 0.2604166667vw;
}

.styledFormItems--textarea::-webkit-input-placeholder {
  color: #007a47;
}

.styledFormItems--textarea:-moz-placeholder {
  color: #007a47;
}

.styledFormItems--textarea::-moz-placeholder {
  color: #007a47;
}

.styledFormItems--textarea:-ms-input-placeholder {
  color: #007a47;
}

.styledFormItems--select {
  display: block;
  width: 100%;
  font-family: "Lato", sans-serif;
  color: #000;
  background: #fff;
  padding: 0 1.0416666667vw;
  height: 2.8645833333vw;
  border: 1px solid #ccc;
  font-size: 0.78125vw;
}

.styledFormItems--half {
  width: 100%;
}

.styledFormItems--half:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 1025px) {
  .styledFormItems--half:not(:last-child) {
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .styledFormItems--half {
    width: 49.5%;
  }
}

@media screen and (max-width: 1024px) {
  .styledFormItems--input {
    padding: 0 15px;
    height: 40px;
    font-size: 14px;
    border-radius: 5px;
  }
  .styledFormItems--textarea {
    padding: 10px 15px;
    height: 80px;
    font-size: 14px;
    border-radius: 5px;
  }
}

.exampleContainer {
  max-width: 900px;
  margin: 0 auto;
}

.styledCheckbox, .styledRadio {
  display: -webkit-box;
  display: flex;
  position: relative;
}

.styledCheckbox input, .styledRadio input {
  margin: 0;
  padding: 0;
  opacity: 0 !important;
  position: absolute;
  z-index: -1;
  width: 26px !important;
  height: 26px !important;
  top: 0;
  left: 0;
}

.styledCheckbox input:checked + label:before, .styledRadio input:checked + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #ccc;
}

.styledCheckbox label, .styledRadio label {
  border: 1px solid #ccc;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  cursor: pointer;
  margin-right: 0.78125vw;
  position: relative;
}

.styledCheckbox span, .styledRadio span {
  color: #000;
  font-size: 0.78125vw;
}

.styledCheckbox a, .styledRadio a {
  color: #11a3dc;
  font-size: 0.78125vw;
  text-decoration: underline;
}

.styledCheckbox a:hover, .styledRadio a:hover {
  text-decoration: none;
}

.styledRadio {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}

.styledRadio input {
  border-radius: 50%;
}

.styledRadio input:checked + label:before {
  border-radius: 50%;
}

.styledRadio label {
  border-radius: 50%;
}

.styledRadio + .styledRadio {
  margin-left: 1.5625vw;
}

.formErrors {
  text-align: center;
  color: #fff;
  margin-bottom: 1.0416666667vw;
  font-size: 16px;
}

.formErrors__ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #007a47;
  color: #fff;
  padding: 10px;
}

.formErrors__item {
  margin-bottom: 10px;
  background: #007a47;
  color: #fff;
  padding: 15px;
  text-align: center;
}

@media (min-width: 1025px) {
  .formErrors__item {
    margin-bottom: 0.5208333333vw;
  }
}

.formErrors__item:last-child {
  margin-bottom: 0;
}

.formErrors__item--safe {
  margin-top: 40px;
}

@media (min-width: 1025px) {
  .formErrors__item--safe {
    margin-top: 2.0833333333vw;
  }
}

.downloads {
  margin: 2.0833333333vw 0 1.5625vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (48%)[2];
  grid-template-columns: repeat(2, 48%);
  grid-column-gap: 4%;
  grid-row-gap: 0.78125vw;
}

@media (max-width: 1024px) {
  .downloads {
    margin: 40px 0;
  }
}

@media (max-width: 600px) {
  .downloads {
    -ms-grid-columns: (100%)[1];
    grid-template-columns: repeat(1, 100%);
    grid-column-gap: 0;
  }
}

.downloadItem {
  padding: 0.5208333333vw 1.5625vw 0.5208333333vw 4.1666666667vw;
  padding-right: 6.7708333333vw;
  background: #fff;
  border-bottom: 3px solid #f5f5f5;
  position: relative;
  line-height: 1;
  height: 3.3854166667vw;
  margin-bottom: 0.625vw;
  line-height: 1.4;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 0.9375vw;
  transition: border-color .35s;
  text-decoration: none;
  color: inherit;
}

.downloadItem:before {
  content: "";
}

.downloadItem:before {
  color: #d4d4d4;
  font-size: 1.0416666667vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4.8958333333vw;
  transition: color .35s;
}

@media (max-width: 1024px) {
  .downloadItem {
    padding: 10px 20px 10px 110px;
    padding-right: 105px;
    height: 65px;
    margin-bottom: 12px;
    font-size: 20px;
  }
  .downloadItem:before {
    font-size: 20px;
    right: 94px;
    display: none;
  }
}

@media (max-width: 480px) {
  .downloadItem {
    padding: 10px 20px 10px 47px;
    padding-right: 83px;
    font-size: 18px;
  }
}

.downloadItem a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.downloadItem__text {
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .35s;
  font-weight: bold;
}

@media (max-width: 600px) {
  .downloadItem__text {
    font-size: 14px;
  }
}

.downloadItem__button {
  font-size: 0.7291666667vw;
  font-weight: 900;
  color: #7bab21;
  text-transform: uppercase;
  position: absolute;
  right: 0.78125vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1025px) {
  .downloadItem__button {
    font-size: 14px;
    right: 15px;
  }
}

.downloadItem__ext {
  font-size: 1.9270833333vw;
  color: #007a47;
  display: inline-block;
  text-transform: uppercase;
  height: 2.6041666667vw;
  width: 2.6041666667vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.7291666667vw;
}

.downloadItem__ext:before {
  content: "";
}

@media (max-width: 1024px) {
  .downloadItem__ext {
    font-size: 37px;
    left: 14px;
  }
}

.downloadItem__ext--doc:before, .downloadItem__ext--docx:before {
  content: "";
}

.downloadItem__ext--zip:before {
  content: "";
}

.downloadItem__ext--png:before {
  content: "";
}

.downloadItem__ext--jpg:before {
  content: "";
}

.downloadItem__ext--xls:before {
  content: "";
}

.downloadItem:hover {
  border-color: #7bab21;
}

.downloadItem:hover .downloadItem__button {
  color: #000;
}

.downloadItem:hover .downloadItem__text {
  color: #7bab21;
}

.downloadItem:hover .downloadItem__button {
  color: #000;
}

.downloadItem:hover:before {
  color: #7bab21;
}

.module {
  margin: 2.0833333333vw 0;
}

@media (max-width: 1024px) {
  .module {
    margin: 40px 0;
  }
}

.module__title {
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.1;
  margin: 2.0833333333vw 0;
  color: #3376cf;
}

@media (max-width: 1024px) {
  .module__title {
    font-size: 24px;
    margin: 30px 0;
  }
}

.module__description {
  font-size: 1.1458333333vw;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
}

@media (max-width: 1024px) {
  .module__description {
    font-size: 16px;
    margin: 20px 0;
  }
}

.module__empty {
  margin-top: 1.0416666667vw;
}

@media (max-width: 1024px) {
  .module__empty {
    margin-top: 20px;
  }
}

.contentBlock {
  font-size: 16px;
  color: #000;
}

@media (min-width: 1025px) {
  .contentBlock {
    font-size: 0.9375vw;
  }
}

.contentBlock h1, .contentBlock h2, .contentBlock h3, .contentBlock h4, .contentBlock h5, .contentBlock h6 {
  color: #000;
}

.contentBlock h2, .contentBlock h3, .contentBlock h4 {
  line-height: 1.4;
  margin: 10px 0;
}

@media (min-width: 1025px) {
  .contentBlock h2, .contentBlock h3, .contentBlock h4 {
    margin: 0.5208333333vw 0;
  }
}

.contentBlock h2 {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  color: #7bab21;
}

@media (min-width: 1025px) {
  .contentBlock h2 {
    font-size: 1.5625vw;
  }
}

.contentBlock h3 {
  font-size: 20px;
  font-weight: 400;
}

@media (min-width: 1025px) {
  .contentBlock h3 {
    font-size: 1.5625vw;
  }
}

.contentBlock h4 {
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 1025px) {
  .contentBlock h4 {
    font-size: 1.25vw;
  }
}

.contentBlock a:not(.button) {
  color: #007a47;
  text-decoration: underline;
}

.contentBlock a:not(.button):hover {
  text-decoration: none;
}

.contentBlock em {
  font-style: italic;
}

.contentBlock ul, .contentBlock ol {
  list-style: disc;
  list-style-position: outside;
  margin: 20px 0;
  padding-left: 5px;
}

@media (min-width: 1025px) {
  .contentBlock ul, .contentBlock ol {
    margin: 1.0416666667vw 0;
    padding-left: 0.5208333333vw;
  }
}

.contentBlock ul li, .contentBlock ol li {
  line-height: 1.25;
}

@media (min-width: 1025px) {
  .contentBlock ul li, .contentBlock ol li {
    margin-bottom: 0.2604166667vw;
  }
}

.contentBlock ul li:last-child, .contentBlock ol li:last-child {
  margin-bottom: 0;
}

.contentBlock iframe {
  max-width: 100%;
}

.contentBlock ul li {
  list-style: none;
  position: relative;
  padding-left: 27px;
}

@media (min-width: 1025px) {
  .contentBlock ul li {
    padding-left: 1.40625vw;
  }
}

.contentBlock ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7bab21;
}

@media (min-width: 1025px) {
  .contentBlock ul li:before {
    top: 0.5208333333vw;
    width: 0.2604166667vw;
    height: 0.2604166667vw;
  }
}

.contentBlock ol {
  list-style-type: decimal;
  margin-left: 15px;
}

@media (min-width: 1025px) {
  .contentBlock ol {
    margin-left: 0.78125vw;
  }
}

.contentBlock ol li {
  padding-left: 12px;
}

@media (min-width: 1025px) {
  .contentBlock ol li {
    padding-left: 0.625vw;
  }
}

.contentBlock dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  overflow: visible;
  margin: 1.3020833333vw 0;
}

.contentBlock dt {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.contentBlock dd {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  margin-left: auto;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}

.contentBlock p {
  margin: 0.78125vw 0;
  line-height: 1.4;
  margin: 20px 0;
}

@media (min-width: 1025px) {
  .contentBlock p {
    margin: 1.0416666667vw 0;
  }
}

.contentBlock blockquote {
  border-radius: 0.2604166667vw;
  margin: 2.5vw 0;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  border: solid 1px #e6ebef;
  padding: 2.8645833333vw 7.03125vw;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  font-style: italic;
  font-size: 1.0416666667vw;
}

.contentBlock blockquote:before {
  content: "";
}

@media (max-width: 1024px) {
  .contentBlock blockquote {
    font-size: 20px;
    margin: 48px 0;
  }
}

.contentBlock blockquote:before {
  color: #7bab21;
  font-size: 1.5625vw;
  position: absolute;
  top: 2.8645833333vw;
  position: absolute;
  left: 3.28125vw;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .contentBlock blockquote:before {
    left: 47px;
  }
}

.contentBlock blockquote p, .contentBlock blockquote div {
  margin: 0;
}

.contentBlock hr {
  border: none;
  background: #000;
  height: 1px;
  width: 100%;
  margin: 0.78125vw 0;
}

.contentBlock pre {
  margin: 1.0416666667vw 0;
  background: #f9f9f9;
  color: #000;
  padding: 0.5208333333vw 1.5625vw;
  font-family: "Lato", sans-serif;
  font-size: 0.7291666667vw;
  line-height: 1.5;
}

.contentBlock pre div, .contentBlock pre p {
  display: inline;
}

.contentBlock small {
  font-size: 0.7291666667vw;
}

.contentBlock s, .contentBlock strike, .contentBlock del {
  text-decoration: line-through;
}

.contentBlock abbr, .contentBlock acronym {
  border-bottom: 1px dashed;
  cursor: help;
}

.contentBlock table {
  width: 100%;
}

.contentBlock table caption {
  font-size: 0.9375vw;
  font-style: italic;
  text-align: center;
  margin-bottom: 0.5208333333vw;
}

.contentBlock i, .contentBlock cite, .contentBlock em, .contentBlock var, .contentBlock address, .contentBlock dfn {
  font-style: italic;
}

.contentBlock figure {
  margin: 0;
  padding: 0;
}

.contentBlock img {
  max-width: 100%;
}

.contentBlock .styledTable {
  overflow-x: auto;
  margin: 2.0833333333vw 0;
  font-size: 0.9375vw;
}

@media (max-width: 1024px) {
  .contentBlock .styledTable {
    margin: 40px 0;
    font-size: 18px;
  }
}

.contentBlock .styledTable table {
  min-width: 700px;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

.contentBlock .styledTable tr:first-child td {
  background: #7bab21;
  color: #fff;
}

.contentBlock .styledTable tr:not(:first-child) td:nth-child(even) {
  background: #e6ebef;
}

.contentBlock .styledTable th {
  background: #7bab21;
  color: #fff;
}

.contentBlock .styledTable td, .contentBlock .styledTable th {
  border: 1px solid #fff;
  padding: 1.0416666667vw 1.8229166667vw;
  text-align: left;
  height: 2.6041666667vw;
  border-collapse: collapse;
  background: #f5f8fa;
}

.contentBlock .styledTable a:not(.button) {
  color: #007a47;
  white-space: nowrap;
}

.contentBlock .styledTable a:not(.button)[href^="tel"] {
  text-decoration: none;
  color: #000;
}

.contentBlock .styledTable a:not(.button)[href^="tel"]:hover {
  text-decoration: underline;
}

.contentBlock .styledTable a:not(.button)[href^="mailto"]:hover {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .contentBlock blockquote {
    margin: 30px 0;
    padding: 15px 15px 15px 60px;
  }
  .contentBlock blockquote:before {
    font-size: 32px;
    left: 15px;
  }
  .contentBlock blockquote:after {
    display: none;
  }
  .contentBlock table caption {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .contentBlock table td, .contentBlock table th {
    font-size: 16px;
    padding: 6px 10px;
  }
  .contentBlock pre {
    margin: 10px 0;
    padding: 10px 20px;
    font-size: 13px;
  }
  .contentBlock small {
    font-size: 12px;
  }
  .contentBlock .styledTable td, .contentBlock .styledTable th {
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .contentBlock blockquote:before {
    height: 52px;
    width: 52px;
    left: 14px;
  }
}

.popup {
  max-width: 80vw;
  margin: 0 auto;
  position: relative;
  text-align: left;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.popup a {
  display: block;
  line-height: 1;
}

.mfp-content {
  text-align: center;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#popup .mfp-close {
  font-size: 0;
  position: fixed;
  right: 45px !important;
  top: 45px !important;
  color: #fff !important;
  opacity: 1;
  transition: color .35s;
  line-height: 1;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: flex;
}

#popup .mfp-close:before {
  content: "";
}

@media (min-width: 1025px) {
  #popup .mfp-close {
    position: absolute !important;
    right: -3.90625vw !important;
    top: -3.90625vw !important;
  }
}

#popup .mfp-close:before {
  font-size: 33px;
  height: 27px;
  display: inline-block;
}

#popup .mfp-close:hover {
  color: #01c4f2 !important;
}

#popup .mfp-close:active {
  top: 45px !important;
}

@media (min-width: 601px) {
  #popup .mfp-close:active {
    top: -3.90625vw !important;
  }
}

.galleryList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (24%)[4];
  grid-template-columns: repeat(4, 24%);
  grid-column-gap: 1.3%;
  grid-row-gap: 0.78125vw;
  margin: 2.0833333333vw 0;
}

@media (max-width: 768px) {
  .galleryList {
    -ms-grid-columns: (100%)[1];
    grid-template-columns: repeat(1, 100%);
    margin: 40px 0;
  }
}

.galleryList__item {
  display: block;
  position: relative;
  z-index: 5;
  overflow: hidden;
  text-decoration: none !important;
}

.galleryList__item:before {
  content: "";
}

.galleryList__item:before {
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  top: -3.6458333333vw;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
  font-size: 1.5625vw;
  transition: top 0.4s ease-in-out;
  position: absolute;
  background: #7bab21;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .galleryList__item:before {
    display: none;
  }
}

.galleryList__item:hover:before {
  top: 50%;
}

.galleryList__item:hover:after {
  opacity: 1;
}

.galleryList__item:hover .galleryItem:after {
  height: 100%;
}

.galleryList__item:hover .galleryItem__desc {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 1024px) {
  .galleryList__item:before {
    width: 45px;
    height: 45px;
    font-size: 24px;
    top: -45px;
  }
  .galleryList__item:after {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}

@media screen and (max-width: 900px) {
  .galleryList {
    -ms-grid-columns: (33%)[3];
    grid-template-columns: repeat(3, 33%);
  }
}

@media screen and (max-width: 600px) {
  .galleryList {
    -ms-grid-columns: (50%)[2];
    grid-template-columns: repeat(2, 50%);
  }
}

@media screen and (max-width: 480px) {
  .galleryList {
    display: block;
  }
  .galleryList__item {
    margin-bottom: 10px;
  }
  .galleryList__item:last-child {
    margin-bottom: 0;
  }
}

.galleryItem {
  z-index: 3;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}

.galleryItem:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 65.5737704918%;
}

.galleryItem > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.galleryItem:after {
  height: 0;
  background: rgba(53, 61, 71, 0.3);
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: background 0.4s ease-in-out;
}

.galleryItem__desc {
  font-size: 0.8333333333vw;
  font-weight: 400;
  color: #fff;
  position: absolute;
  bottom: 1.5625vw;
  left: 0;
  padding: 0 1.0416666667vw;
  z-index: 6;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  text-align: center;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  width: 100%;
  text-align: center;
}

.galleryItem__desc--visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 1024px) {
  .galleryItem__desc {
    font-size: 13px;
    bottom: 15px;
    padding: 0 15px;
  }
}

.galleryItem--visible:after {
  height: 100%;
}

.videoSlider {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 45px 10px 30px;
  margin: 40px 0;
  border: solid 1px #e6ebef;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
}

@media (min-width: 1025px) {
  .videoSlider {
    margin: 2.0833333333vw auto;
  }
}

.videoSlider__left {
  width: 58%;
  position: relative;
  position: relative;
}

.videoSlider__left:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.videoSlider__left > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.videoSlider__left iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
}

.videoSlider__right {
  width: 39.5%;
  position: relative;
}

.videoSlider .slick-arrow {
  position: absolute;
  height: calc(50% - 10px);
  font-size: 0;
  background: #fff;
  border: none;
  width: 45px;
  border: solid 1px #e6ebef;
  border-radius: 5px;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  transition: background-color .35s;
  cursor: pointer;
}

.videoSlider .slick-arrow:before {
  content: "";
}

.videoSlider .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 23px;
  color: #7bab21;
}

.videoSlider .slick-arrow:not(.slick-disabled):hover {
  background: #f5f8fa;
}

.videoSlider .slick-arrow.slick-disabled:hover, .videoSlider .slick-arrow.slick-disabled {
  cursor: initial;
  background-color: #f5f8fa;
}

.videoSlider .slick-prev {
  top: -10px;
  right: -25px;
}

.videoSlider .slick-next {
  bottom: 10px;
  right: -25px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 1130px) {
  .videoSlider {
    max-width: 800px;
    margin: 0 auto;
    flex-wrap: wrap;
    border: 0.2604166667vw solid #e7e7e7;
    padding: 10px;
  }
  .videoSlider__left {
    width: 100%;
    margin-bottom: 10px;
  }
  .videoSlider__left iframe {
    height: 100%;
  }
  .videoSlider__right {
    width: 100%;
  }
  .videoSlider .slick-arrow {
    box-shadow: none;
    border-radius: 0;
  }
  .videoSlider .slick-arrow:before {
    font-size: 16px;
  }
  .videoSlider .slick-prev {
    bottom: -10px;
    left: -10px;
    width: calc(50% + 10px);
    height: 32px;
    top: auto;
    right: auto;
    z-index: 5;
  }
  .videoSlider .slick-next {
    bottom: -10px;
    width: calc(50% + 10px);
    height: 32px;
    top: auto;
    right: -10px;
    z-index: 5;
  }
}

@media screen and (max-width: 768px) {
  .videoSlider {
    max-width: 100%;
  }
  .videoSlider .slick-prev, .videoSlider .slick-next {
    height: 22px;
  }
}

.videoSlide .slick-current .videoPreview__desc {
  color: #7bab21;
  font-weight: bold;
}

.videoSlide__item:hover .videoPreview__image:before {
  color: #7bab21;
}

.videoPreview {
  display: -webkit-box;
  display: flex;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4ddd7;
  cursor: pointer;
}

@media (min-width: 901px) {
  .videoPreview {
    margin-right: 50px;
  }
}

.videoPreview__image {
  height: 96px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
  position: relative;
}

.videoPreview__image:before {
  content: "";
}

.videoPreview__image:before {
  color: #d8362a;
  position: absolute;
  top: 50%;
  font-size: 43px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: color .35s;
}

@media (max-width: 768px) {
  .videoPreview__image:before {
    font-size: 36px;
    left: 11px;
  }
}

.videoPreview__text {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-left: 65px;
}

.videoPreview__desc {
  font-size: 17px;
  font-weight: 400;
  max-height: 85px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .videoPreview {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .videoPreview__image {
    height: 68px;
  }
  .videoPreview__text {
    margin-left: 10px;
    padding-left: 55px;
  }
  .videoPreview__desc {
    font-size: 13px;
    max-height: 50px;
  }
}

.footer {
  color: #6b6b76;
  position: relative;
}

.footer__line {
  border-right: solid 320px #7bab21;
  border-left: solid 320px #7bab21;
  background: #7bab21;
  height: 5px;
  width: 100%;
  position: relative;
}

@media (min-width: 1025px) {
  .footer__line {
    height: 0.2604166667vw;
    border-right: solid 16.6666666667vw #7bab21;
    border-left: solid 16.6666666667vw #007a47;
  }
}

.footer__line:before, .footer__line:after {
  height: 100%;
  width: 20%;
  background: #007a47;
  content: "";
  position: absolute;
}

.footer__line:before {
  left: 30%;
}

.footer__line:after {
  right: 10%;
}

.footer__wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  background: #f4f5f7;
}

@media (min-width: 1025px) {
  .footer__wrap {
    flex-wrap: nowrap;
    padding-top: 4.6875vw;
    padding-bottom: 4.1666666667vw;
    background: url(/images/footerBg.jpg) no-repeat;
    background-size: 100%;
  }
}

@media (min-width: 1025px) {
  .footer__info {
    width: 27.0833333333vw;
  }
}

.footer__info .button {
  margin-top: 35px;
  margin-bottom: 55px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
}

@media (min-width: 1025px) {
  .footer__info .button {
    margin-top: 4.4270833333vw;
    margin-bottom: 0;
    -webkit-transform: none;
    transform: none;
    margin-left: 0;
  }
}

.footer__infoImages {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 1025px) {
  .footer__infoImages {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

.footer__infoImages a {
  text-decoration: none;
}

.footer__infoImages a img {
  width: 135px;
}

@media (min-width: 601px) {
  .footer__infoImages a img {
    width: 240px;
  }
}

@media (min-width: 1025px) {
  .footer__infoImages a img {
    width: 12.5vw;
  }
}

.footer__infoText h3 {
  color: #7bab21;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  margin-top: 50px;
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .footer__infoText h3 {
    font-size: 0.8333333333vw;
    margin-top: 2.6041666667vw;
    margin-bottom: 1.5625vw;
  }
}

.footer__infoText div {
  font-size: 15px;
  line-height: 1.8;
}

@media (min-width: 601px) {
  .footer__infoText div {
    font-size: 17px;
  }
}

@media (min-width: 1025px) {
  .footer__infoText div {
    font-size: 0.8854166667vw;
  }
}

.footer__infoText p {
  margin: 0;
}

.footer h4 {
  font-size: 18px;
  font-weight: 900;
  color: #007a47;
  text-transform: uppercase;
}

@media (min-width: 1025px) {
  .footer h4 {
    font-size: 0.9375vw;
  }
}

.footer__menu {
  width: 255px;
  margin-left: 80px;
  padding-right: 40px;
  display: none;
}

@media (min-width: 1025px) {
  .footer__menu {
    width: 13.28125vw;
    margin-left: 4.1666666667vw;
    padding-right: 2.0833333333vw;
    display: block;
  }
}

.footer__menu ul {
  list-style: none;
}

.footer__menu li {
  position: relative;
  padding-left: 24px;
  padding-bottom: 10px;
}

@media (min-width: 1025px) {
  .footer__menu li {
    padding-left: 1.25vw;
  }
}

.footer__menu li:before {
  height: 5px;
  width: 5px;
  border-radius: 5px;
  content: "";
  background: #7bab21;
  top: 9px;
  left: 0;
  position: absolute;
}

@media (min-width: 1025px) {
  .footer__menu li:before {
    top: 0.46875vw;
    height: 0.2604166667vw;
    width: 0.2604166667vw;
  }
}

.footer__menu h4 {
  padding-left: 24px;
  margin-bottom: 35px;
}

@media (min-width: 1025px) {
  .footer__menu h4 {
    padding-left: 1.25vw;
    margin-bottom: 1.8229166667vw;
  }
}

.footer__menu a {
  color: inherit;
  text-decoration: none;
}

.footer__menu a:hover {
  color: #7bab21;
}

.footer__bottom {
  bottom: 0;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 900;
  color: #cfcfdc;
  border-top: solid 1px #7bab21;
  height: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (min-width: 601px) {
  .footer__bottom {
    font-size: 15px;
  }
}

@media (min-width: 1025px) {
  .footer__bottom {
    font-size: 0.78125vw;
    width: auto;
    height: 5.2083333333vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

.footer__bottom a {
  color: inherit;
  text-decoration: underline;
  display: block;
}

.footer__bottom a:hover {
  color: #7bab21;
}

.footer__bottom i {
  padding: 0 5px;
  display: none;
}

@media (min-width: 1025px) {
  .footer__bottom i {
    padding: 0 0.3645833333vw;
    display: block;
  }
}

.footer__bottom span {
  text-transform: lowercase;
}

.footer__data {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

@media (min-width: 601px) {
  .footer__data {
    padding-left: 25%;
  }
}

@media (min-width: 1025px) {
  .footer__data {
    margin-left: 1.3020833333vw;
    display: block;
    margin-bottom: 0;
    padding-left: 0;
  }
}

.footer__dataItem {
  padding-left: 76px;
  width: 100%;
  position: relative;
}

@media (min-width: 1025px) {
  .footer__dataItem {
    padding-left: 3.9583333333vw;
    width: auto;
  }
}

.footer__dataItem:before {
  color: #7bab21;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 48px;
}

@media (min-width: 1025px) {
  .footer__dataItem:before {
    font-size: 2.5vw;
  }
}

.footer__dataItem--place:before {
  content: "";
}

.footer__dataItem--tel:before {
  content: "";
}

.footer__dataItem--hours:before {
  content: "";
}

.footer__dataItem p {
  line-height: 1.5;
  margin: 37px 0;
}

@media (min-width: 1025px) {
  .footer__dataItem p {
    margin: 1.9270833333vw 0;
  }
}

.footer__dataItem a {
  color: #7bab21;
}

.footer__dataItem a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.footer__dataItem a:hover {
  color: #007a47;
}

.social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 30px;
}

@media (min-width: 1025px) {
  .social {
    height: 1.5625vw;
  }
}

.social__item {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  margin-right: 2px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  transition: -webkit-transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
  -webkit-box-pack: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #7bab21;
  transition: background-color .35s;
}

@media (min-width: 1025px) {
  .social__item {
    font-size: 0.8333333333vw;
    margin-right: 0.1041666667vw;
    width: 1.40625vw;
    height: 1.40625vw;
  }
}

.social__item--fb:before {
  content: "";
}

.social__item--insta:before {
  content: "";
}

.social__item--pin:before {
  content: "";
}

.social__item--yt:before {
  content: "";
}

.social__item--li {
  font-size: 18px;
}

.social__item--li:before {
  content: "";
}

@media (min-width: 1025px) {
  .social__item--li {
    font-size: 0.9375vw;
  }
}

.social__item:last-child {
  margin-right: 0;
}

.social__item:before {
  color: inherit;
  transition: color .35s;
}

.social__item:hover {
  color: #7bab21;
  background: #fff;
}

.social--footer {
  height: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-top: -7px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 601px) {
  .social--footer {
    margin-left: 68px;
    -webkit-transform: none;
    transform: none;
  }
}

@media (min-width: 1025px) {
  .social--footer {
    margin-right: 2.96875vw;
    margin-top: 4.53125vw;
    margin-left: 0;
  }
}

.social--footer .social__item {
  height: 45px;
  width: 45px;
  font-size: 21px;
  margin-left: 5px;
}

@media (min-width: 1025px) {
  .social--footer .social__item {
    font-size: 1.09375vw;
    height: 2.34375vw;
    width: 2.34375vw;
    margin-left: 0.2604166667vw;
  }
}

.boxes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (100%)[1];
  grid-template-columns: repeat(1, 100%);
  grid-column-gap: 0.9375vw;
  grid-row-gap: 15px;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  margin-top: 60px;
}

@media screen and (min-width: 1025px) {
  .boxes {
    grid-row-gap: 1.0416666667vw;
    grid-column-gap: 0.7291666667vw;
    -ms-grid-columns: (20.0520833333vw)[4];
    grid-template-columns: repeat(4, 20.0520833333vw);
    margin-top: 3.90625vw;
  }
}

.boxes__item {
  height: 385px;
  border: solid 1px #e6ebef;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  padding: 45px 20px 45px 25px;
  color: #fff;
  transition: box-shadow .35s;
  background: #007a47;
  text-decoration: none;
}

.boxes__item .link {
  left: 50px;
}

@media (min-width: 1025px) {
  .boxes__item .link {
    left: 2.6041666667vw;
  }
}

.boxes__item[data-aos^=fade][data-aos^=fade].aos-animate:not(.boxes__item--big) {
  transition-property: opacity,margin-top,-webkit-transform !important;
  transition-property: opacity,transform,margin-top !important;
  transition-property: opacity,transform,margin-top,-webkit-transform !important;
}

.boxes__item[data-aos^=fade][data-aos^=fade].aos-animate:not(.boxes__item--big) .link {
  transition: background-color .35s, border-color .35s, left .45s !important;
}

.boxes__item[data-aos^=fade][data-aos^=fade].aos-animate:not(.boxes__item--big):hover {
  margin-top: -20px;
  -webkit-transform: translateZ(0) 0.4s, margin-top 0.35s !important;
  transform: translateZ(0) 0.4s, margin-top 0.35s !important;
}

@media (min-width: 1025px) {
  .boxes__item[data-aos^=fade][data-aos^=fade].aos-animate:not(.boxes__item--big):hover {
    margin-top: -1.0416666667vw;
  }
}

.boxes__item[data-aos^=fade][data-aos^=fade].aos-animate:not(.boxes__item--big):hover .link {
  left: 70px;
}

@media (min-width: 1025px) {
  .boxes__item[data-aos^=fade][data-aos^=fade].aos-animate:not(.boxes__item--big):hover .link {
    left: 3.6458333333vw;
  }
}

@media (min-width: 601px) {
  .boxes__item {
    padding: 45px 20px 45px 50px;
  }
}

@media (min-width: 1025px) {
  .boxes__item {
    height: 20.0520833333vw;
    border-radius: 0.2604166667vw;
    padding: 2.34375vw 1.0416666667vw 2.34375vw 2.6041666667vw;
  }
}

.boxes__item:after {
  height: 20px;
  width: 10px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  content: "";
  background: #fff;
}

@media (min-width: 1025px) {
  .boxes__item:after {
    height: 1.0416666667vw;
    width: 0.5208333333vw;
  }
}

.boxes__item:nth-child(even) {
  background: #7bab21;
}

.boxes__item:nth-child(odd) .link:hover:before {
  color: #007a47;
}

.boxes__item:before {
  display: block;
  font-size: 80px;
}

@media (min-width: 1025px) {
  .boxes__item:before {
    font-size: 4.1666666667vw;
  }
}

.boxes__item--1:before {
  content: "";
}

.boxes__item--2:before {
  content: "";
}

.boxes__item--3:before {
  content: "";
}

.boxes__item--4:before {
  content: "";
}

.boxes__item--big {
  height: 365px;
  background: #007a47 !important;
}

@media (min-width: 1025px) {
  .boxes__item--big {
    height: 19.0104166667vw;
  }
}

.boxes__item--big:after {
  display: none;
}

.boxes__item--big:before {
  background: url(../images/inspirationIcon.png) no-repeat;
  width: 46px;
  height: 56px;
  background-size: 100%;
  position: absolute;
  top: 50px;
  right: 45px;
  content: "";
}

@media (min-width: 601px) {
  .boxes__item--big:before {
    width: 70px;
  }
}

@media (min-width: 1025px) {
  .boxes__item--big:before {
    width: 3.6458333333vw;
    height: 2.9166666667vw;
    top: 2.6041666667vw;
    right: 2.34375vw;
  }
}

.boxes__item--big .boxes__itemButtonWrapper {
  left: 20px;
  bottom: 50px;
}

@media (min-width: 601px) {
  .boxes__item--big .boxes__itemButtonWrapper {
    left: 45px;
  }
}

@media (min-width: 1025px) {
  .boxes__item--big .boxes__itemButtonWrapper {
    left: 2.34375vw;
    bottom: 2.6041666667vw;
  }
}

.boxes__item--big .boxes__itemTitle {
  font-size: 40px;
  font-weight: bold;
}

@media (min-width: 1025px) {
  .boxes__item--big .boxes__itemTitle {
    font-size: 3.125vw;
  }
}

.boxes__item--big .boxes__itemSubtitle {
  font-size: 24px;
  text-transform: none;
  font-weight: 300;
}

@media (min-width: 1025px) {
  .boxes__item--big .boxes__itemSubtitle {
    font-size: 1.25vw;
  }
}

.boxes__item--big:hover .button {
  color: transparent;
  background: #7bab21;
  border-color: #fff;
}

.boxes__item--big:hover .button:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.boxes__itemTitle {
  font-size: 30px;
  font-weight: 900;
  margin: 40px 0 12px;
}

@media (min-width: 1025px) {
  .boxes__itemTitle {
    font-size: 2.0833333333vw;
    margin: 2.0833333333vw 0 0.625vw;
  }
}

.boxes__itemSubtitle {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 1025px) {
  .boxes__itemSubtitle {
    font-size: 0.8333333333vw;
  }
}

.boxes__itemButtonWrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  left: 20px;
  right: 20px;
  position: absolute;
  bottom: 40px;
  flex-wrap: wrap;
}

@media (min-width: 601px) {
  .boxes__itemButtonWrapper {
    left: 48px;
    right: 48px;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1025px) {
  .boxes__itemButtonWrapper {
    bottom: 2.0833333333vw;
    right: 1.0416666667vw;
    left: 1.0416666667vw;
  }
}

.boxes__itemButtonWrapper .button {
  width: 100%;
  margin-right: 0;
  margin-bottom: 5px;
}

@media (min-width: 481px) {
  .boxes__itemButtonWrapper .button {
    margin-bottom: 0;
    width: auto;
  }
}

@media (min-width: 481px) {
  .boxes__itemButtonWrapper .button:first-child {
    margin-right: 10px;
  }
}

@media (min-width: 1025px) {
  .boxes__itemButtonWrapper .button:first-child {
    margin-right: 0.5208333333vw;
  }
}

.boxes__itemButtonWrapper .button:first-child:before {
  color: #7bab21 !important;
}

.boxes__itemButtonWrapper .button:first-child:hover:before {
  color: #fff !important;
}

.boxes__itemLink {
  bottom: 40px;
  position: absolute;
}

@media (min-width: 1025px) {
  .boxes__itemLink {
    bottom: 2.0833333333vw;
  }
}

.slimBoxes {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

@media (min-width: 1025px) {
  .slimBoxes {
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

.slimBoxes__item {
  width: 100%;
  border-radius: 5px;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  padding: 120px 15px 65px;
  text-align: center;
  border: solid 1px #e6ebef;
  position: relative;
  margin-bottom: 80px;
  background: #fff;
}

@media (min-width: 769px) {
  .slimBoxes__item {
    width: 305px;
    height: 510px;
  }
}

@media (min-width: 1025px) {
  .slimBoxes__item {
    width: 15.8854166667vw;
    height: 26.5625vw;
    border-radius: 0.2604166667vw;
    padding: 6.25vw 0.2604166667vw 3.3854166667vw;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .slimBoxes__item:nth-child(2n) {
    margin-top: 60px;
  }
}

.slimBoxes__item:nth-child(2n):after {
  background: #007a47;
}

.slimBoxes__item:nth-child(2n) .slimBoxes__itemIcon {
  border-color: #007a47;
}

.slimBoxes__item:nth-child(2n) .slimBoxes__itemIcon:before {
  color: #007a47;
}

.slimBoxes__item:nth-child(2n) .slimBoxes__itemIcon:after {
  background: #007a47;
}

.slimBoxes__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .slimBoxes__item:last-child {
    margin-top: 40px;
  }
}

@media (min-width: 1025px) {
  .slimBoxes__item:last-child {
    margin-top: 0;
  }
}

.slimBoxes__item:after {
  height: 10px;
  background: #7bab21;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (min-width: 1025px) {
  .slimBoxes__item:after {
    height: 0.5208333333vw;
    border-bottom-left-radius: 0.2604166667vw;
    border-bottom-right-radius: 0.2604166667vw;
  }
}

.slimBoxes__itemTitle {
  color: #007a47;
  font-size: 28px;
  font-weight: bold;
}

@media (min-width: 1025px) {
  .slimBoxes__itemTitle {
    font-size: 1.4583333333vw;
  }
}

.slimBoxes__itemTitle p {
  margin: 0;
}

.slimBoxes__itemText {
  font-size: 18px;
  border-top: solid 1px #7bab21;
  margin: 31px 28px 0;
  padding-top: 37px;
}

@media (min-width: 1025px) {
  .slimBoxes__itemText {
    font-size: 0.9375vw;
    margin: 1.6145833333vw 1.4583333333vw 0;
    padding-top: 1.9270833333vw;
  }
}

.slimBoxes__itemText p {
  margin: 0;
}

.slimBoxes__itemIcon {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 0;
  width: 135px;
  height: 135px;
  border: solid 1px #7bab21;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 55px;
}

@media (min-width: 1025px) {
  .slimBoxes__itemIcon {
    font-size: 3.3854166667vw;
    width: 7.03125vw;
    height: 7.03125vw;
  }
}

.slimBoxes__itemIcon:before {
  color: #7bab21;
}

.slimBoxes__itemIcon--1:before {
  content: "";
}

.slimBoxes__itemIcon--2:before {
  content: "";
}

.slimBoxes__itemIcon--3:before {
  content: "";
}

.slimBoxes__itemIcon--4:before {
  content: "";
}

.slimBoxes__itemIcon--5:before {
  content: "";
}

.slimBoxes__itemIcon:after {
  height: 20px;
  width: 10px;
  position: absolute;
  bottom: 0;
  content: "";
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  background: #7bab21;
}

@media (min-width: 1025px) {
  .slimBoxes__itemIcon:after {
    height: 1.0416666667vw;
    width: 0.5208333333vw;
  }
}

.about {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.about h2 {
  text-align: left;
  font-size: 25px;
  padding: 49px 0 34px;
}

@media (min-width: 481px) {
  .about h2 {
    font-size: 35px;
  }
}

@media (min-width: 1025px) {
  .about h2 {
    font-size: 2.34375vw;
    padding: 2.5520833333vw 0 1.7708333333vw;
  }
}

.about__subtitle {
  text-align: left !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  color: #7bab21;
  padding-bottom: 45px;
  position: relative;
}

@media (min-width: 1025px) {
  .about__subtitle {
    font-size: 0.8333333333vw;
    padding-bottom: 2.34375vw;
  }
}

.about__subtitle:after {
  width: 20px;
  height: 10px;
  content: "";
  background: #7bab21;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about__col {
  width: 100%;
  position: relative;
}

@media (min-width: 1025px) {
  .about__col {
    width: 50%;
  }
}

.about__col--img {
  display: none;
}

@media (min-width: 1025px) {
  .about__col--img {
    background-size: 100%;
    background-position: center;
    box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
    height: 25.2604166667vw;
    display: block;
  }
}

@media (min-width: 1025px) {
  .about__col:not(.about__col--img):after {
    height: 1px;
    position: absolute;
    bottom: 31px;
    background: #7bab21;
    content: "";
    width: 310px;
    right: 170px;
    right: 8.8541666667vw;
    bottom: 1.6145833333vw;
    width: 16.1458333333vw;
  }
}

.about__col p {
  margin: 0;
}

.about__boxes {
  width: 100%;
  margin-top: 120px;
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .about__boxes {
    margin-top: 6.25vw;
    margin-bottom: 1.0416666667vw;
  }
}

.about__text {
  font-size: 18px;
  font-weight: 300;
  margin-top: 40px;
  line-height: 1.25;
}

@media (min-width: 481px) {
  .about__text {
    font-size: 24px;
  }
}

@media (min-width: 1025px) {
  .about__text {
    font-size: 1.25vw;
    margin-top: 2.0833333333vw;
    padding-right: 2.6041666667vw;
  }
}

.about__text strong {
  font-weight: 900;
}

.about__button {
  margin: 40px 0 30px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

@media (min-width: 481px) {
  .about__button {
    margin-left: 0;
    -webkit-transform: none;
    transform: none;
  }
}

@media (min-width: 1025px) {
  .about__button {
    bottom: 0.5208333333vw;
    padding: 0 1.7708333333vw;
    position: absolute;
    margin: 0;
  }
}

.inspirationsSlider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  display: none;
}

@media (min-width: 1025px) {
  .inspirationsSlider {
    display: block;
  }
}

.inspirationsSlider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.inspirationsSlider .slick-slide img {
  width: 100%;
  border-radius: 5px;
}

@media (min-width: 1025px) {
  .inspirationsSlider .slick-slide img {
    border-radius: 0.2604166667vw;
  }
}

.inspirationsSlider .slick-arrow {
  position: absolute;
  z-index: 10;
  right: 0;
  padding: 0;
  height: 60px;
  width: 60px;
  height: 150px;
  transition: background-color .35s;
  font-size: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  top: 50%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 1px #e6ebef;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
}

@media (min-width: 1025px) {
  .inspirationsSlider .slick-arrow {
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 0.2604166667vw;
  }
}

@media (max-width: 1024px) {
  .inspirationsSlider .slick-arrow {
    display: none !important;
  }
}

.inspirationsSlider .slick-arrow:before {
  color: #7bab21;
  font-size: 20px;
  transition: color .35s;
}

@media (min-width: 1025px) {
  .inspirationsSlider .slick-arrow:before {
    font-size: 1.0416666667vw;
  }
}

.inspirationsSlider .slick-arrow:hover {
  background: #7bab21;
  border-color: #7bab21;
}

.inspirationsSlider .slick-arrow:hover:before {
  color: #fff;
}

.inspirationsSlider .slick-arrow.slick-next {
  right: -100px;
}

.inspirationsSlider .slick-arrow.slick-next:before {
  content: "";
}

@media (min-width: 1025px) {
  .inspirationsSlider .slick-arrow.slick-next {
    right: -5.2083333333vw;
  }
}

.inspirationsSlider .slick-arrow.slick-prev {
  right: -30px;
}

.inspirationsSlider .slick-arrow.slick-prev:before {
  content: "";
}

@media (min-width: 1025px) {
  .inspirationsSlider .slick-arrow.slick-prev {
    right: -1.5625vw;
  }
}

.inspirationsSlider .slick-dots {
  bottom: -91px;
  right: 0;
}

@media (min-width: 1025px) {
  .inspirationsSlider .slick-dots {
    bottom: -4.7395833333vw;
  }
}

.productsSlider {
  margin: 0 -10px;
}

@media (min-width: 1025px) {
  .productsSlider {
    margin: 0 -0.5208333333vw;
  }
}

.productsSlider__item {
  padding: 20px;
  text-align: center;
  border: solid 1px #e6ebef;
  height: 440px;
  border-radius: 5px;
  width: calc(100% - 20px) !important;
  position: relative;
  box-sizing: border-box;
  background: #fff;
}

@media (min-width: 601px) {
  .productsSlider__item {
    padding: 35px 40px 30px;
    height: 477px;
  }
}

@media (min-width: 1025px) {
  .productsSlider__item {
    padding: 1.8229166667vw 2.0833333333vw 1.5625vw;
    height: 25.84375vw;
  }
}

.productsSlider__item:after {
  height: 8px;
  background: #7bab21;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: background-color .35s;
}

@media (min-width: 1025px) {
  .productsSlider__item:after {
    height: 0.4166666667vw;
    border-bottom-left-radius: 0.2604166667vw;
    border-bottom-right-radius: 0.2604166667vw;
  }
}

.productsSlider__item:hover:after {
  background: #007a47;
}

.productsSlider__item:hover .productsSlider__itemTitle {
  color: #fff;
}

.productsSlider__item:hover .productsSlider__itemButton {
  background-color: #fff;
}

.productsSlider__item:hover .productsSlider__itemButton:after {
  color: #7bab21;
}

@media (min-width: 769px) {
  .productsSlider__item:hover .productsSlider__itemDescription {
    visibility: visible;
    opacity: 1;
  }
  .productsSlider__item:hover .productsSlider__itemDescription > div {
    transition-delay: 0;
    opacity: 1;
  }
}

.productsSlider__itemLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.productsSlider__labels {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 0;
  display: -webkit-box;
  display: flex;
}

@media (min-width: 1025px) {
  .productsSlider__labels {
    left: 1.0416666667vw;
  }
}

.productsSlider__labelsItem {
  width: 25px;
  padding: 13px 0;
  background: #7bab21;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  margin-right: 5px;
  display: inline-block;
  line-height: 25px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  align-self: flex-start;
  position: relative;
}

@media (min-width: 1025px) {
  .productsSlider__labelsItem {
    font-size: 0.7291666667vw;
    width: 1.3020833333vw;
    padding: 0.6770833333vw 0;
    line-height: 1.3020833333vw;
    margin-right: 0.2604166667vw;
  }
}

.productsSlider__labelsItem:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12.5px 0 12px;
  border-color: #7bab21 transparent transparent transparent;
  position: absolute;
  content: "";
  left: 0;
  bottom: -12px;
}

@media (min-width: 1025px) {
  .productsSlider__labelsItem:after {
    border-width: 0.625vw 0.6510416667vw 0 0.625vw;
    bottom: -0.625vw;
  }
}

.productsSlider__labelsItem--best {
  background: #0a80a7;
}

.productsSlider__labelsItem--best:after {
  border-color: #0a80a7 transparent transparent transparent;
}

.productsSlider__labelsItem--fast {
  background: #e1770f;
}

.productsSlider__labelsItem--fast:after {
  border-color: #e1770f transparent transparent transparent;
}

.productsSlider__itemImage {
  height: 260px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

@media (min-width: 1025px) {
  .productsSlider__itemImage {
    height: 13.5416666667vw;
  }
}

.productsSlider__itemImage--blank {
  background: url(../images/logo.png) no-repeat center;
}

@media (min-width: 1025px) {
  .productsSlider__itemImage--blank {
    background-size: 90%;
  }
}

.productsSlider__itemTitle {
  font-size: 18px;
  color: #007a47;
  font-weight: bold;
  border-top: solid 1px #7bab21;
  margin-top: 20px;
  padding-top: 16px;
  box-sizing: content-box;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: color .35s;
}

@media (min-width: 601px) {
  .productsSlider__itemTitle {
    margin-top: 32px;
  }
}

@media (min-width: 1025px) {
  .productsSlider__itemTitle {
    font-size: 0.9375vw;
    margin-top: 1.6666666667vw;
    padding-top: 0.8333333333vw;
    height: auto;
  }
}

.productsSlider__itemButton {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

@media (min-width: 1025px) {
  .productsSlider__itemButton {
    bottom: 1.5625vw;
  }
}

.productsSlider__itemDescription {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 122, 71, 0.9);
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  padding: 107px 35px;
  line-height: 1.3;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.25s linear;
}

@media (min-width: 1025px) {
  .productsSlider__itemDescription {
    border-radius: 0.2604166667vw;
    font-size: 0.9375vw;
  }
}

.productsSlider__itemDescription > div {
  height: 161px;
  opacity: 0;
  transition: opacity .35s .2s;
}

@media (min-width: 1025px) {
  .productsSlider__itemDescription > div {
    height: 8.3854166667vw;
  }
}

.productsSlider__itemDescription:before {
  content: "";
}

.productsSlider__itemDescription:before {
  position: absolute;
  top: 47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 20px;
}

@media (min-width: 1025px) {
  .productsSlider__itemDescription:before {
    top: 2.4479166667vw;
    font-size: 1.0416666667vw;
  }
}

.productsSlider .slick-slide {
  text-align: center;
}

.productsSlider .slick-arrow {
  position: absolute;
  z-index: 10;
  right: 0;
  padding: 0;
  height: 60px;
  width: 60px;
  height: 150px;
  transition: background-color .35s;
  font-size: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  top: 50%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 1px #e6ebef;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
}

@media (min-width: 1025px) {
  .productsSlider .slick-arrow {
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 0.2604166667vw;
  }
}

@media (max-width: 1024px) {
  .productsSlider .slick-arrow {
    display: none !important;
  }
}

.productsSlider .slick-arrow:before {
  color: #7bab21;
  font-size: 20px;
  transition: color .35s;
}

@media (min-width: 1025px) {
  .productsSlider .slick-arrow:before {
    font-size: 1.0416666667vw;
  }
}

.productsSlider .slick-arrow:hover {
  background: #7bab21;
  border-color: #7bab21;
}

.productsSlider .slick-arrow:hover:before {
  color: #fff;
}

.productsSlider .slick-arrow.slick-next {
  right: -100px;
}

.productsSlider .slick-arrow.slick-next:before {
  content: "";
}

@media (min-width: 1025px) {
  .productsSlider .slick-arrow.slick-next {
    right: -5.2083333333vw;
  }
}

.productsSlider .slick-arrow.slick-prev {
  left: -100px;
}

.productsSlider .slick-arrow.slick-prev:before {
  content: "";
}

@media (min-width: 1025px) {
  .productsSlider .slick-arrow.slick-prev {
    left: -5.2083333333vw;
  }
}

.productsSlider .slick-dots {
  bottom: -76px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

@media (min-width: 1025px) {
  .productsSlider .slick-dots {
    bottom: -7.2395833333vw;
    -webkit-transform: none;
    transform: none;
  }
}

.productsSlider--list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 20px -7px 0;
}

@media (min-width: 1025px) {
  .productsSlider--list {
    margin: 1.0416666667vw -0.3645833333vw 0;
  }
}

.productsSlider--list .productsSlider__item {
  width: 310px !important;
  margin: 0 7px 25px;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
}

@media (min-width: 1025px) {
  .productsSlider--list .productsSlider__item {
    width: 15.2083333333vw !important;
    margin: 0 0.3645833333vw 1.3020833333vw;
  }
}

@media (max-width: 1024px) {
  .productsSlider--category .productsSlider__item {
    width: 48% !important;
    margin: 0 1% 25px;
  }
}

@media (max-width: 600px) {
  .productsSlider--category .productsSlider__item {
    width: 100% !important;
    margin: 0 0 25px;
  }
}

.productsSlider--category .productsSlider__item:hover .button {
  border-color: #007a47;
  overflow: hidden;
}

.productsSlider--related {
  margin-top: 40px;
}

@media (min-width: 1025px) {
  .productsSlider--related {
    margin-top: 2.0833333333vw;
  }
}

@media (max-width: 1024px) {
  .productsSlider--related .productsSlider__item {
    width: 48% !important;
    margin: 0 1% 25px;
  }
}

@media (max-width: 600px) {
  .productsSlider--related .productsSlider__item {
    width: 100% !important;
    margin: 0 0 25px;
  }
}

.productsSlider--catalogs {
  -webkit-box-pack: center;
  justify-content: center;
}

.productsSlider--catalogs .productsSlider__item {
  height: 510px;
}

@media (min-width: 1025px) {
  .productsSlider--catalogs .productsSlider__item {
    width: 19.1% !important;
    height: 26.5625vw;
  }
}

.productsSlider--catalogs .productsSlider__item:hover .productsSlider__itemTitle {
  color: #7bab21;
}

.productsSlider--catalogs .productsSlider__item:hover .productsSlider__itemButton {
  color: transparent;
  background: #7bab21;
  border-color: #fff;
}

.productsSlider--catalogs .productsSlider__item:hover .productsSlider__itemButton span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

.productsSlider--catalogs .productsSlider__item:hover .productsSlider__itemButton:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #fff;
}

@media (min-width: 1025px) {
  .productsSlider--catalogs .productsSlider__itemTitle {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.productsSlider--catalogs .productsSlider__itemFormat {
  float: left;
  width: 50%;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  color: #9ca2b2;
  position: absolute;
  left: 25px;
  bottom: 36px;
  line-height: 1.6;
}

@media (min-width: 1025px) {
  .productsSlider--catalogs .productsSlider__itemFormat {
    font-size: 0.7291666667vw;
    bottom: 1.875vw;
  }
}

.productsSlider--catalogs .productsSlider__itemButton {
  right: 25px;
  left: auto;
  -webkit-transform: none;
  transform: none;
}

@media (min-width: 1025px) {
  .productsSlider--catalogs .productsSlider__itemButton {
    right: 1.3020833333vw;
    width: 5.9375vw;
  }
}

.productsSlider--catalogs a {
  text-decoration: none;
  color: inherit;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  100% {
    -webkit-transform: rotate(255deg);
    transform: rotate(255deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  100% {
    -webkit-transform: rotate(255deg);
    transform: rotate(255deg);
  }
}

.circles {
  display: -webkit-box;
  display: flex;
  margin-top: 5px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media (min-width: 601px) {
  .circles {
    margin-bottom: 100px;
  }
}

@media (min-width: 1025px) {
  .circles {
    margin: 2.9166666667vw 1.8229166667vw 10.4166666667vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: initial;
    align-items: initial;
  }
}

.circles__item {
  height: 135px;
  width: 135px;
  border-radius: 50%;
  border: solid 1px #7bab21;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 50px;
  background: #fff;
}

@media (min-width: 601px) {
  .circles__item {
    height: 235px;
    width: 235px;
  }
}

@media (min-width: 1025px) {
  .circles__item {
    height: 12.2395833333vw;
    width: 12.2395833333vw;
    margin-bottom: 0;
  }
}

.circles__item span {
  position: absolute;
  top: 36px;
  color: #7bab21;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 601px) {
  .circles__item span {
    font-size: 16px;
    top: 42px;
  }
}

@media (min-width: 1025px) {
  .circles__item span {
    font-size: 0.8333333333vw;
    top: 2.1875vw;
    padding: 0 1.5625vw;
  }
}

.circles__item:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  border: 6px solid transparent;
  border-top-color: #7bab21;
  border-right-color: #7bab21;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-radius: 50%;
  -webkit-animation: rotate 2.5s infinite reverse linear;
  animation: rotate 2.5s infinite reverse linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  box-sizing: border-box;
}

.circles__item:after {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #7bab21;
  position: absolute;
  bottom: 23px;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 1025px) {
  .circles__item:after {
    bottom: 2.7604166667vw;
    height: 0.46875vw;
    width: 0.46875vw;
  }
}

.circles__itemName {
  font-size: 18px;
  color: #007a47;
  position: absolute;
  bottom: -35px;
  font-weight: bold;
  white-space: nowrap;
  text-transform: lowercase;
}

@media (min-width: 601px) {
  .circles__itemName {
    font-size: 28px;
    bottom: -35px;
  }
}

@media (min-width: 1025px) {
  .circles__itemName {
    font-size: 1.4583333333vw;
    bottom: -2.8645833333vw;
  }
}

.circles__itemNumber {
  font-size: 26px;
  color: #007a47;
  font-weight: bold;
  margin-top: 15px;
}

@media (min-width: 601px) {
  .circles__itemNumber {
    font-size: 60px;
  }
}

@media (min-width: 1025px) {
  .circles__itemNumber {
    font-size: 3.125vw;
    margin-top: 0;
  }
}

.main {
  position: relative;
}

@media (max-width: 1024px) {
  .main {
    margin-top: 115px;
  }
}

.main__title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #007a47;
  margin: 22px 0;
  position: relative;
  z-index: 2;
}

@media (min-width: 1025px) {
  .main__title {
    margin: 22px 0;
  }
}

@media (min-width: 1025px) {
  .main__title {
    font-size: 1.8229166667vw;
    margin: 1.1458333333vw 0;
  }
}

.main__title:after {
  width: 45px;
  height: 1px;
  background: #7bab21;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 1025px) {
  .main__wrapper {
    flex-wrap: nowrap;
  }
}

.main__wrapper--wrap {
  flex-wrap: wrap;
}

@media (min-width: 1025px) {
  .main__sidebar {
    width: 16.6666666667vw;
    align-self: flex-start;
  }
}

@media (min-width: 1025px) {
  .main__sidebar + .main__modules {
    width: 63.0208333333vw;
    box-sizing: border-box;
  }
}

@media (min-width: 1025px) {
  .main__sidebar + .main__modules--bigger {
    width: 64.5833333333vw;
  }
}

@media (min-width: 1025px) {
  .main__sidebar:not(.main__sidebar--fixed) .inner-wrapper-sticky:after {
    display: block;
    height: 5.7291666667vw;
    content: "";
  }
}

.main__modules {
  width: 100%;
  padding-bottom: 30px;
}

@media (min-width: 1025px) {
  .main__modules {
    padding-bottom: 3.125vw;
  }
}

.main__modules--full {
  width: 100% !important;
  max-width: 1720px !important;
  box-sizing: content-box;
}

@media (min-width: 1025px) {
  .main__modules--full {
    width: 89.5833333333vw !important;
    margin: 0 auto;
  }
}

.main__modules--border {
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  border: solid 1px #e6ebef;
  border-radius: 5px;
  padding: 10px 15px 50px;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (min-width: 601px) {
  .main__modules--border {
    padding: 10px 95px 50px;
  }
}

@media (min-width: 1025px) {
  .main__modules--border {
    border-radius: 0.2604166667vw;
    padding: 0.5208333333vw 4.9479166667vw 2.6041666667vw;
    margin-top: 1.0416666667vw;
    margin-bottom: 3.125vw;
  }
}

@media (min-width: 1025px) {
  .main__modules--blog {
    width: 64.5833333333vw;
  }
}

.main__modules--blog .module__description {
  padding-left: 35px;
}

@media (min-width: 1025px) {
  .main__modules--blog .module__description {
    padding-left: 1.8229166667vw;
  }
}

.main__list {
  width: 100%;
  padding-top: 30px;
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .main__list {
    width: 16.6666666667vw;
    padding-top: 2.0833333333vw;
    margin-bottom: 1.0416666667vw;
  }
}

.main__listHeader {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .main__listHeader {
    font-size: 1.5625vw;
    margin-bottom: 1.0416666667vw;
  }
}

.main__info {
  border-top: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
  font-size: 16px;
  color: #000;
  position: relative;
  padding: 21px 0;
  margin: 60px 0 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1025px) {
  .main__info {
    font-size: 0.8333333333vw;
    padding: 1.09375vw 0;
    min-height: 5.2604166667vw;
  }
}

.main__info-tags {
  margin-left: 2px;
  padding-left: 15px;
}

@media (min-width: 481px) {
  .main__info-tags {
    padding-left: 41px;
  }
}

@media (min-width: 1025px) {
  .main__info-tags {
    margin-left: 0.1041666667vw;
  }
}

.main__info-tags div {
  display: inline-block;
  background: #efefef;
  color: #000;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  margin-left: 4px;
  border-radius: 5px;
  transition: background-color .35s, color .35s;
}

@media (min-width: 1025px) {
  .main__info-tags div {
    height: 1.5625vw;
    padding: 0 0.625vw;
    line-height: 1.5625vw;
    margin-left: 0.2083333333vw;
    border-radius: 0.2604166667vw;
  }
}

.main__info-tags div:hover {
  background: #7bab21;
  color: #fff;
}

.main__info-tags div:first-child {
  margin-left: 20px;
}

@media (min-width: 1025px) {
  .main__info-tags div:first-child {
    margin-left: 1.0416666667vw;
  }
}

.main__info-tags div:first-child:before {
  content: "";
}

.main__info-tags div:first-child:before {
  position: absolute;
  font-size: 24px;
  top: 40px;
  left: 0px;
  color: #bebebe;
}

@media (min-width: 1025px) {
  .main__info-tags div:first-child:before {
    font-size: 1.25vw;
    top: 2.0833333333vw;
  }
}

@media (max-width: 768px) {
  .main__info-tags div:first-child:before {
    display: none;
  }
}

.main__info-tags a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.main__info-share {
  height: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media (min-width: 1025px) {
  .main__info-share {
    height: 3.125vw;
  }
}

@media (max-width: 480px) {
  .main__info-share {
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

.main__info-share .news__stars {
  position: relative;
  bottom: 0;
  right: 0;
  padding-left: 10px;
}

@media (min-width: 1025px) {
  .main__info-share .news__stars {
    padding-left: 0.5208333333vw;
  }
}

@media (max-width: 600px) {
  .main__info-share .news__stars {
    padding-left: 0;
  }
}

.main__info-shareFb {
  height: 100%;
  border-right: solid 1px #efefef;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-right: 30px;
  margin-right: 26px;
}

@media (min-width: 1025px) {
  .main__info-shareFb {
    padding-right: 1.5625vw;
    margin-right: 1.3541666667vw;
  }
}

@media (max-width: 600px) {
  .main__info-shareFb {
    padding-right: 0;
    border: 0;
  }
}

.pagination {
  display: -webkit-box;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  width: 100%;
}

@media (min-width: 601px) {
  .pagination {
    margin: 20px;
    width: calc(100% - 40px);
  }
}

@media (min-width: 1025px) {
  .pagination {
    font-size: 0.9375vw;
    height: 2.0833333333vw;
    margin: 1.0416666667vw;
    width: calc(100% - 1.0416666667vw*2);
  }
}

.pagination__arrow {
  color: #007a47;
  display: -webkit-box;
  display: flex;
  text-transform: uppercase;
  -webkit-box-align: center;
  align-items: center;
  transition: color .35s;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0;
}

@media (min-width: 769px) {
  .pagination__arrow {
    width: 230px;
    font-size: 18px;
  }
}

@media (min-width: 1025px) {
  .pagination__arrow {
    width: 11.9791666667vw;
    font-size: 0.9375vw;
  }
}

.pagination__arrow--left a:before {
  content: "";
}

.pagination__arrow--left a:before {
  margin-right: 15px;
}

@media (min-width: 1025px) {
  .pagination__arrow--left a:before {
    margin-right: 1.1458333333vw;
  }
}

.pagination__arrow--right a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.pagination__arrow--right a:before {
  content: "";
}

.pagination__arrow--right a:before {
  margin-left: 15px;
}

@media (min-width: 1025px) {
  .pagination__arrow--right a:before {
    margin-left: 1.1458333333vw;
  }
}

.pagination__arrow a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.pagination__arrow a:before {
  color: #7bab21;
  transition: color .35s, font-size .35s;
  font-size: 14px;
}

@media (min-width: 1025px) {
  .pagination__arrow a:before {
    font-size: 0.7291666667vw;
  }
}

.pagination__arrow:hover {
  color: #7bab21;
}

.pagination__arrow:hover a:before {
  color: #007a47;
  font-size: 18px;
}

@media (min-width: 1025px) {
  .pagination__arrow:hover a:before {
    font-size: 0.9375vw;
  }
}

.pagination__buttons {
  display: -webkit-box;
  display: flex;
}

.pagination__buttonsItem {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border: solid 1px #e6ebef;
  margin: 0 2.5px;
  text-decoration: none;
  color: inherit;
  transition: border-width .35s, background-color .35s, color .35s;
}

@media (min-width: 1025px) {
  .pagination__buttonsItem {
    height: 2.0833333333vw;
    width: 2.0833333333vw;
    border-radius: 0.2604166667vw;
    margin: 0 0.1302083333vw;
  }
}

.pagination__buttonsItem:hover, .pagination__buttonsItem--active {
  background: #7bab21;
  color: #fff;
  border: 0;
}

.filters {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background: #f5f8fa;
  padding: 10px;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 20px;
}

@media (min-width: 1025px) {
  .filters {
    flex-wrap: nowrap;
    padding: 0.2604166667vw;
    margin-top: 1.0416666667vw;
  }
}

.filters__input--button {
  width: 100%;
  height: 50px;
}

@media (min-width: 1025px) {
  .filters__input--button {
    width: 9.375vw;
    height: 2.6041666667vw;
  }
}

.filters__input--filter {
  background: #007a47;
  margin-bottom: 10px;
}

@media (min-width: 1025px) {
  .filters__input--filter {
    margin-bottom: 0;
  }
}

.filters__input--filter:hover {
  background: #7bab21;
}

.filters__input--safe {
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  height: 50px;
  font-size: 16px;
  border: solid 1px #7bab21;
  border-radius: 5px;
  text-transform: uppercase;
  color: #007a47;
  width: 70px;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 27px;
  position: relative;
}

@media (min-width: 1025px) {
  .filters__input--safe {
    height: 2.6041666667vw;
    font-size: 0.8333333333vw;
    border-radius: 0.2604166667vw;
    width: 3.6458333333vw;
    padding-left: 1.40625vw;
  }
}

.filters__numberWrapper {
  position: relative;
}

.filters__numberWrapper input[type=number]::-webkit-inner-spin-button,
.filters__numberWrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.filters__numberWrapper input[type=number] {
  -moz-appearance: textfield;
}

.filters__numberWrapper .quantity-nav {
  position: absolute;
  bottom: 0;
  right: -26px;
  top: 0;
}

@media (min-width: 1025px) {
  .filters__numberWrapper .quantity-nav {
    right: -1.3541666667vw;
  }
}

.filters__numberWrapper .quantity-button {
  position: relative;
  cursor: pointer;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #7bab21;
  position: relative;
  transition: color .35s, background-color .35s;
  box-sizing: border-box;
  font-size: 0;
  /* Vertical line */
  /* horizontal line */
}

@media (min-width: 1025px) {
  .filters__numberWrapper .quantity-button {
    width: 1.1458333333vw;
    height: 1.1458333333vw;
    border-radius: 0.2604166667vw;
  }
}

.filters__numberWrapper .quantity-button:before, .filters__numberWrapper .quantity-button:after {
  content: "";
  position: absolute;
  background-color: white;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.filters__numberWrapper .quantity-button:before {
  top: 50%;
  left: 50%;
  width: 3px;
  height: 11px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 1025px) {
  .filters__numberWrapper .quantity-button:before {
    width: 0.15625vw;
    height: 0.5729166667vw;
  }
}

.filters__numberWrapper .quantity-button:after {
  top: 50%;
  left: 50%;
  width: 11px;
  height: 3px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 1025px) {
  .filters__numberWrapper .quantity-button:after {
    width: 0.5729166667vw;
    height: 0.15625vw;
  }
}

.filters__numberWrapper .quantity-button:hover {
  background: #007a47;
  color: #fff;
}

.filters__numberWrapper .quantity-button.quantity-up {
  position: absolute;
  top: 1px;
}

.filters__numberWrapper .quantity-button.quantity-down {
  position: absolute;
  bottom: 1px;
}

.filters__numberWrapper .quantity-button.quantity-down:before {
  display: none;
}

@media (max-width: 1024px) {
  .filters .selectize-control {
    width: 100%;
  }
  .filters .selectize-control .selectize-input {
    width: 100%;
    margin-bottom: 10px;
  }
}

.selectize-input {
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  height: 50px;
  font-size: 16px;
  border: solid 1px #7bab21;
  border-radius: 5px;
  text-transform: uppercase;
  color: #007a47;
  width: 375px;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 27px;
  position: relative;
}

@media (min-width: 1025px) {
  .selectize-input {
    height: 2.6041666667vw;
    border-radius: 0.2604166667vw;
    font-size: 0.8333333333vw;
    width: 19.53125vw;
    padding-left: 1.40625vw;
  }
}

.selectize-input:before {
  content: "";
}

.selectize-input.dropdown-active:before {
  content: "";
}

.selectize-input:before, .selectize-input.dropdown-active:before {
  color: #7bab21;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #7bab21;
  right: 14px;
  background: none;
  left: auto;
  height: auto;
  bottom: auto;
}

@media (min-width: 1025px) {
  .selectize-input:before, .selectize-input.dropdown-active:before {
    font-size: 0.625vw;
    right: 0.7291666667vw;
  }
}

.selectize-input:after {
  display: none !important;
}

.selectize-input input {
  width: 100% !important;
}

.selectize-input input::-webkit-input-placeholder {
  font-size: inherit;
  text-transform: uppercase;
  color: inherit;
}

.selectize-input input:-ms-input-placeholder {
  font-size: inherit;
  text-transform: uppercase;
  color: inherit;
}

.selectize-input input::placeholder {
  font-size: inherit;
  text-transform: uppercase;
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
.selectize-dropdown {
  border-radius: 5px;
  box-shadow: none;
  margin-top: 1px;
}

@media (min-width: 1025px) {
  .selectize-dropdown {
    border-radius: 0.2604166667vw;
  }
}

.selectize-dropdown-content .option {
  height: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 27px;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .selectize-dropdown-content .option {
    padding-left: 1.40625vw;
    height: 2.0833333333vw;
  }
}

.offerBoxes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (100%)[1];
  grid-template-columns: repeat(1, 100%);
  grid-column-gap: 0.9375vw;
  grid-row-gap: 34px;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .offerBoxes {
    grid-row-gap: 1.0416666667vw;
    grid-column-gap: 0.7291666667vw;
    -ms-grid-columns: (20.0520833333vw)[4];
    grid-template-columns: repeat(4, 20.0520833333vw);
  }
}

.offerBoxes__item {
  border: solid 1px #e6ebef;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  padding: 13px 15px 90px;
  transition: box-shadow .35s;
  display: -webkit-box;
  display: flex;
  transition: border-color .35s;
  background: #fff;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  text-decoration: none;
}

@media (min-width: 601px) {
  .offerBoxes__item {
    height: 385px;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 63px 32px;
  }
}

@media (min-width: 1025px) {
  .offerBoxes__item {
    height: 20.0520833333vw;
    border-radius: 0.2604166667vw;
    padding: 3.28125vw 1.6666666667vw;
  }
}

.offerBoxes__item:after {
  height: 8px;
  width: 100%;
  bottom: -1px;
  left: 0;
  position: absolute;
  content: "";
  transition: background-color .35s;
  background: #7bab21;
}

@media (min-width: 1025px) {
  .offerBoxes__item:after {
    height: 0.4166666667vw;
  }
}

.offerBoxes__item:hover {
  border-color: #007a47;
}

.offerBoxes__item:hover:after {
  background: #007a47;
}

.offerBoxes__item:hover .button {
  color: transparent;
  background: #7bab21;
  border-color: #fff;
}

.offerBoxes__item:hover .button:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.offerBoxes__itemTitle {
  font-size: 18px;
  font-weight: bold;
  color: #007a47;
  text-transform: uppercase;
  -ms-grid-row-align: self-start;
  align-self: self-start;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 601px) {
  .offerBoxes__itemTitle {
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }
}

@media (min-width: 601px) {
  .offerBoxes__itemTitle {
    font-size: 22px;
    margin-top: 40px;
  }
}

@media (min-width: 1025px) {
  .offerBoxes__itemTitle {
    font-size: 1.1458333333vw;
    width: 9.1145833333vw;
    margin-top: 2.0833333333vw;
  }
}

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

@media (min-width: 1025px) {
  .offerBoxes__itemTitle span {
    font-size: 0.9375vw;
  }
}

.offerBoxes__itemTitle a {
  color: inherit;
  text-decoration: none;
}

.offerBoxes__itemImage {
  text-align: right;
}

@media (min-width: 1025px) {
  .offerBoxes__itemImage {
    width: calc(100% - 9.1145833333vw);
  }
}

.offerBoxes__itemImage img {
  max-height: 100%;
  max-width: 100%;
}

@media (max-width: 601px) {
  .offerBoxes__itemImage img {
    height: 190px;
  }
}

.offerBoxes__itemButton {
  position: absolute;
  bottom: 30px;
}

@media (min-width: 601px) {
  .offerBoxes__itemButton {
    bottom: 60px;
  }
}

@media (min-width: 1025px) {
  .offerBoxes__itemButton {
    bottom: 3.125vw;
  }
}

.offerBoxes__itemButton:hover {
  background: #007a47;
}

.offerBoxes--marginTop {
  margin: 20px 0 40px;
}

@media (min-width: 1025px) {
  .offerBoxes--marginTop {
    margin: 1.0416666667vw 0 2.0833333333vw;
  }
}

.offerBoxes + .contentBlock {
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  border: solid 1px #e6ebef;
  border-radius: 5px;
  padding: 15px;
  margin: 40px 0;
}

@media (min-width: 1025px) {
  .offerBoxes + .contentBlock {
    margin: 3.125vw 0 1.0416666667vw;
    border-radius: 0.2604166667vw;
    padding: 2.0833333333vw 3.125vw;
  }
}

.frontOffer {
  background: #f5f8fa;
  padding-bottom: 60px;
}

@media (min-width: 1025px) {
  .frontOffer {
    background: none;
  }
}

.product {
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  border: solid 1px #e6ebef;
  border-radius: 5px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (min-width: 1025px) {
  .product {
    border-radius: 0.2604166667vw;
    margin-bottom: 2.0833333333vw;
  }
}

.product:before {
  width: 110px;
  height: 5px;
  content: "";
  position: absolute;
  left: 0;
  top: 150px;
  background: #7bab21;
  display: none;
}

@media (min-width: 1025px) {
  .product:before {
    width: 5.7291666667vw;
    height: 0.2604166667vw;
    top: 7.8125vw;
  }
}

.product h3 {
  color: #007a47;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 1.5px;
}

@media (min-width: 1025px) {
  .product h3 {
    font-size: 0.8333333333vw;
    letter-spacing: 0.078125vw;
  }
}

.product h1 {
  font-size: 30px;
  text-transform: uppercase;
  color: #7bab21;
  font-weight: 400;
  margin: 8px 0 72px;
}

@media (min-width: 1025px) {
  .product h1 {
    font-size: 1.5625vw;
    margin: 0.4166666667vw 0 3.75vw;
  }
}

.product .contentBlock {
  padding: 0 37px;
}

@media (min-width: 1025px) {
  .product .contentBlock {
    padding: 0 1.9270833333vw;
  }
}

.product .contentBlock h3 {
  margin: 45px 0;
}

@media (min-width: 1025px) {
  .product .contentBlock h3 {
    margin: 2.34375vw 0;
  }
}

.product__img a:not(:first-child) {
  display: none;
}

.product__pagination--top {
  position: absolute;
  top: -75px;
  left: 0;
  z-index: 3;
  font-size: 16px;
  right: 0;
  width: auto;
}

@media (min-width: 769px) {
  .product__pagination--top {
    top: -95px;
    left: -25px;
    right: -25px;
  }
}

@media (min-width: 1025px) {
  .product__pagination--top {
    top: -4.9479166667vw;
    left: -1.3020833333vw;
    font-size: 0.8333333333vw;
    right: -1.3020833333vw;
  }
}

.product__pagination--bottom {
  padding: 55px 0;
  border-top: solid 1px #e6ebef;
  border-bottom: solid 1px #e6ebef;
  margin-bottom: 40px;
}

@media (min-width: 1025px) {
  .product__pagination--bottom {
    padding: 2.8645833333vw 0;
  }
}

.product__wrapper {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .product__wrapper {
    border-radius: 0.2604166667vw;
    flex-wrap: nowrap;
  }
}

.product__description {
  padding: 50px 20px 10px;
}

@media (min-width: 1025px) {
  .product__description {
    float: left;
    width: calc(100% - 33.3333333333vw);
    padding: 2.6041666667vw 1.0416666667vw 0.5208333333vw;
  }
}

.product__description > h3, .product__description > header {
  padding-left: 37px;
}

@media (min-width: 1025px) {
  .product__description > h3, .product__description > header {
    padding-left: 1.9270833333vw;
  }
}

.product__info {
  width: 100%;
  float: right;
  position: relative;
  margin-left: -1px;
  margin-top: -1px;
}

@media (min-width: 1025px) {
  .product__info {
    width: 33.3333333333vw;
  }
}

.product__info .inner-wrapper-sticky {
  transition: margin-top .35s, top .35s;
  top: 0;
}

.product__infoWrapper {
  background: #f5f8fa;
  padding-left: 20px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .product__infoWrapper {
    padding-left: 55px;
  }
}

@media (min-width: 1025px) {
  .product__infoWrapper {
    padding-left: 2.8645833333vw;
    padding-top: 1.5625vw;
    padding-right: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
    margin-bottom: 5.2083333333vw;
  }
}

.product__img {
  width: 107px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 20px;
  position: relative;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .product__img {
    margin-top: 20px;
    width: 212px;
  }
}

@media (min-width: 1025px) {
  .product__img {
    width: 11.0416666667vw;
    margin-top: 1.0416666667vw;
  }
}

.product__img img, .product__img a {
  width: 100%;
}

.product__img a {
  text-decoration: none;
  padding-bottom: 1.3020833333vw;
}

.product__img a:before {
  content: "";
}

.product__img a:before {
  height: 50px;
  width: 50px;
  background: #7bab21;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  color: #fff;
  cursor: pointer;
  transition: bottom .35s, -webkit-transform .35s;
  transition: bottom .35s, transform .35s;
  transition: bottom .35s, transform .35s, -webkit-transform .35s;
}

.product__img a:before:hover {
  bottom: 50%;
}

.product__img a:hover:before {
  bottom: 50%;
}

.product__labels {
  z-index: 10;
}

.product__chosen {
  width: 100%;
  margin-top: 45px;
}

@media (min-width: 1025px) {
  .product__chosen {
    margin-top: 2.34375vw;
  }
}

.product__chosen .button {
  height: 40px;
}

@media (min-width: 1025px) {
  .product__chosen .button {
    height: 2.0833333333vw;
  }
}

.product__chosenItem {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: solid 2px #e6ebef;
  padding-bottom: 16px;
  margin-right: 10px;
  padding-right: 7px;
  flex-wrap: wrap;
}

@media (min-width: 601px) {
  .product__chosenItem {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1025px) {
  .product__chosenItem {
    padding-bottom: 0.8333333333vw;
    margin-right: 0.5208333333vw;
    padding-right: 0.3645833333vw;
  }
}

.product__chosenItem:not(:first-child) {
  padding-top: 16px;
}

@media (min-width: 1025px) {
  .product__chosenItem:not(:first-child) {
    padding-top: 0.8333333333vw;
  }
}

.product__chosenItem:last-child {
  border: 0;
}

.product__chosenItemText {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 601px) {
  .product__chosenItemText {
    width: auto;
    margin-bottom: 0;
  }
}

.product__chosenItemText p {
  margin: 2px 0 0;
}

@media (min-width: 1025px) {
  .product__chosenItemText p {
    margin: 0.1041666667vw 0 0;
  }
}

.product__column {
  width: 100%;
  margin-top: 40px;
}

@media (min-width: 769px) {
  .product__column {
    width: 300px;
    margin-top: 0;
  }
}

@media (min-width: 1025px) {
  .product__column {
    width: 15.625vw;
  }
}

.product__column .button {
  width: 100%;
}

.product__buttonRemember {
  height: 80px;
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 1025px) {
  .product__buttonRemember {
    height: 4.1666666667vw;
    font-size: 1.0416666667vw;
  }
}

.product__attributes {
  background: #fff;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 25px 25px 15px;
  border: #e6ebef;
}

@media (min-width: 1025px) {
  .product__attributes {
    border-radius: 0.2604166667vw;
    margin-bottom: 0.78125vw;
    padding: 1.3020833333vw 1.3020833333vw 0.78125vw;
  }
}

.product__attributes h3 {
  font-size: 16px;
}

@media (min-width: 1025px) {
  .product__attributes h3 {
    font-size: 0.8333333333vw;
  }
}

.product__attributes p {
  margin: 3px 0;
  font-size: 16px;
}

@media (min-width: 1025px) {
  .product__attributes p {
    margin: 0.15625vw 0;
    font-size: 0.8333333333vw;
  }
}

.product__attributes p + h3 {
  margin-top: 30px;
}

@media (min-width: 1025px) {
  .product__attributes p + h3 {
    margin-top: 1.5625vw;
  }
}

.product__price p {
  font-size: 23px;
  margin-top: 5px;
}

@media (min-width: 1025px) {
  .product__price p {
    font-size: 1.4583333333vw;
    margin-top: 0.2604166667vw;
  }
}

.product__price p.small {
  font-size: 16px;
}

@media (min-width: 1025px) {
  .product__price p.small {
    font-size: 0.8333333333vw;
  }
}

.product__price p strong {
  font-weight: 900;
}

.product__previewButton {
  margin-right: 11px;
  margin-left: auto;
}

@media (min-width: 1025px) {
  .product__previewButton {
    margin-right: 0.5729166667vw;
  }
}

.productBox {
  border: solid 1px #7bab21;
  border-radius: 5px;
  padding: 30px 0 65px;
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .productBox {
    border-radius: 0.2604166667vw;
    padding: 1.5625vw 0 3.3854166667vw;
    margin-bottom: 1.5625vw;
  }
}

.productBox--slider {
  margin-top: 60px;
}

@media (min-width: 1025px) {
  .productBox--slider {
    margin-top: 3.125vw;
  }
}

.productBox--color {
  padding-bottom: 0;
}

.productBox h3 {
  margin-bottom: 35px;
  margin-left: 38px;
}

@media (min-width: 1025px) {
  .productBox h3 {
    margin-bottom: 1.8229166667vw;
    margin-left: 1.9791666667vw;
  }
}

.patternSlider__item {
  text-align: center;
  padding: 0 37px;
  position: relative;
}

@media (min-width: 1025px) {
  .patternSlider__item {
    padding: 0 1.9270833333vw;
  }
  .patternSlider__item:before {
    position: absolute;
    top: 0;
    right: -.5px;
    height: 12.5vw;
    content: "";
    background: #e6ebef;
    width: 1px;
  }
}

.patternSlider__item img {
  margin-top: 10px;
}

@media (min-width: 1025px) {
  .patternSlider__item img {
    margin-top: 0.5208333333vw;
  }
}

.patternSlider__item--active .patternSlider__itemName {
  color: #7bab21;
}

.patternSlider__item--active .patternSlider__itemImg:after {
  opacity: 1;
}

.patternSlider__item:not(.patternSlider__item--active):hover {
  cursor: pointer;
}

.patternSlider__item:not(.patternSlider__item--active):hover .patternSlider__itemName {
  color: #7bab21;
}

.patternSlider__item:not(.patternSlider__item--active):hover .patternSlider__itemImg:after {
  opacity: 1;
  border-color: #7bab21;
}

.patternSlider .slick-slide:nth-last-child(1) .patternSlider__item:before {
  display: none;
}

.patternSlider__itemImg {
  width: 107px;
  height: 229px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1025px) {
  .patternSlider__itemImg {
    width: 5.5729166667vw;
    height: 11.9270833333vw;
  }
}

.patternSlider__itemImg img {
  width: 100%;
}

.patternSlider__itemImg:after {
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  content: "";
  position: absolute;
  border: solid 3px #7bab21;
  border-radius: 5px;
  opacity: 0;
  transition: opacity .35s, border-color .35s;
}

@media (min-width: 1025px) {
  .patternSlider__itemImg:after {
    top: -0.5208333333vw;
    right: -0.5208333333vw;
    bottom: -0.5208333333vw;
    left: -0.5208333333vw;
    border: solid 0.15625vw #7bab21;
    border-radius: 0.2604166667vw;
  }
}

.patternSlider__itemName {
  font-size: 16px;
  margin-top: 17px;
  height: 36px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .patternSlider__itemName {
    font-size: 0.8333333333vw;
    margin-top: 0.8854166667vw;
    height: 1.875vw;
  }
}

.patternSlider .slick-dots {
  right: 0;
  bottom: -66px;
  left: 0;
}

@media (max-width: 1025px) {
  .patternSlider .slick-dots {
    right: 0;
    bottom: -23px;
    left: 0;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (min-width: 1025px) {
  .patternSlider .slick-dots {
    bottom: -3.4375vw;
  }
}

.patternSlider .slick-dots li {
  margin: 0 5px;
}

@media (min-width: 1025px) {
  .patternSlider .slick-dots li {
    margin: 0 0.2604166667vw;
  }
}

.patternSlider .slick-arrow {
  position: absolute;
  z-index: 10;
  right: 0;
  padding: 0;
  height: 30px;
  width: 30px;
  transition: background-color .35s;
  font-size: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  top: 50%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #7bab21;
  border-radius: 5px;
  margin-top: -13px;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .patternSlider .slick-arrow {
    width: 1.5625vw;
    height: 1.5625vw;
    border-radius: 0.2604166667vw;
    margin-top: -0.6770833333vw;
  }
}

@media (max-width: 1024px) {
  .patternSlider .slick-arrow {
    display: none !important;
  }
}

.patternSlider .slick-arrow:before {
  color: #fff;
  font-size: 18px;
  transition: color .35s;
}

@media (min-width: 1025px) {
  .patternSlider .slick-arrow:before {
    font-size: 0.9375vw;
  }
}

.patternSlider .slick-arrow:hover {
  background: #007a47;
}

.patternSlider .slick-arrow.slick-next {
  right: -15px;
}

.patternSlider .slick-arrow.slick-next:before {
  content: "";
}

@media (min-width: 1025px) {
  .patternSlider .slick-arrow.slick-next {
    right: -0.78125vw;
  }
}

.patternSlider .slick-arrow.slick-prev {
  left: -15px;
}

.patternSlider .slick-arrow.slick-prev:before {
  content: "";
}

@media (min-width: 1025px) {
  .patternSlider .slick-arrow.slick-prev {
    left: -0.78125vw;
  }
}

.colorsList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-height: 170px;
  padding-top: 10px;
  overflow: hidden;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  transition: max-height .35s;
  margin-bottom: 20px;
}

@media (min-width: 601px) {
  .colorsList {
    -webkit-box-pack: initial;
    justify-content: initial;
  }
}

@media (min-width: 1025px) {
  .colorsList {
    max-height: 10.8854166667vw;
    padding-top: 0.5208333333vw;
    margin-bottom: 1.0416666667vw;
  }
}

.colorsList h3 {
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .colorsList h3 {
    margin-bottom: 1.0416666667vw;
  }
}

.colorsList__item {
  width: 46%;
  margin-bottom: 10px;
}

@media (min-width: 601px) {
  .colorsList__item {
    margin: 0 2.5%;
    margin-bottom: 10px;
    width: 20%;
  }
}

@media (min-width: 1025px) {
  .colorsList__item {
    margin: 0 0.7760416667vw;
    margin-bottom: 0.5208333333vw;
    width: auto;
  }
}

.colorsList__item--active .colorsList__itemColor:after {
  opacity: 1;
}

.colorsList__item--active .colorsList__itemName {
  color: #7bab21;
}

.colorsList__item:hover .colorsList__itemColor {
  cursor: pointer;
}

.colorsList__item:hover .colorsList__itemColor:after {
  opacity: 1;
  border-color: #7bab21;
}

.colorsList__item:hover .colorsList__itemName {
  color: #7bab21;
}

.colorsList__itemColor {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  background-size: 100%;
}

@media (max-width: 1025px) {
  .colorsList__itemColor {
    margin: 0 auto;
  }
}

@media (min-width: 1025px) {
  .colorsList__itemColor {
    width: 7.8125vw;
    height: 7.8125vw;
    border-radius: 0.2604166667vw;
  }
}

.colorsList__itemColor:after {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  position: absolute;
  border: solid 3px #7bab21;
  border-radius: 5px;
  opacity: 0;
  transition: opacity .35s, border-color .35s;
}

@media (min-width: 1025px) {
  .colorsList__itemColor:after {
    top: -0.4166666667vw;
    right: -0.4166666667vw;
    bottom: -0.4166666667vw;
    left: -0.4166666667vw;
    border: solid 0.15625vw #7bab21;
    border-radius: 0.2604166667vw;
  }
}

.colorsList__itemName {
  font-size: 16px;
  text-align: center;
  height: 18px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .colorsList__itemName {
    font-size: 0.8333333333vw;
    height: 0.9375vw;
  }
}

.colorsList__button {
  background: #f5f8fa;
  height: 40px;
  color: #007a47;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  transition: color .35s;
  border-radius: 5px;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .colorsList__button {
    height: 2.0833333333vw;
    font-size: 0.7291666667vw;
    border-radius: 0.2604166667vw;
  }
}

.colorsList__button:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #7bab21 transparent transparent transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: border-color .35s;
}

@media (min-width: 1025px) {
  .colorsList__button:before {
    border-width: 0.2083333333vw 0.2083333333vw 0 0.2083333333vw;
  }
}

.colorsList__button:hover {
  color: #7bab21;
}

.colorsList__button:hover:before {
  border-color: #007a47 transparent transparent transparent;
}

.colorsList__button + h3 {
  margin-top: 30px;
}

@media (min-width: 1025px) {
  .colorsList__button + h3 {
    margin-top: 1.5625vw;
  }
}

.colorsList--developed {
  max-height: 2000px;
}

.recommended {
  padding-bottom: 30px;
  margin-top: 30px;
  background: #f5f8fa;
}

@media (min-width: 1025px) {
  .recommended {
    padding-bottom: 1.5625vw;
    background: none;
    margin-top: 0;
  }
}

.recommended__button {
  margin: 85px auto 0;
}

@media (min-width: 1025px) {
  .recommended__button {
    margin: 4.4270833333vw auto 0;
  }
}

.blog {
  margin-top: 20px;
}

@media (min-width: 1025px) {
  .blog {
    margin-top: 1.0416666667vw;
  }
}

.blog__wrapper {
  border: solid 1px #e6ebef;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  border-radius: 5px;
  padding: 40px 20px;
  margin-top: 20px;
}

@media (min-width: 1025px) {
  .blog__wrapper {
    border-radius: 0.2604166667vw;
    padding: 3.125vw 1.0416666667vw;
    margin-top: 1.0416666667vw;
  }
}

.blog__wrapper h1 {
  padding-left: 15px;
  display: block;
  font-size: 25px;
}

@media (min-width: 1025px) {
  .blog__wrapper h1 {
    padding-left: 42px;
  }
}

@media (min-width: 1025px) {
  .blog__wrapper h1 {
    padding-left: 2.1875vw;
    font-size: 1.5625vw;
  }
}

.blog__wrapper .contentBlock {
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1025px) {
  .blog__wrapper .contentBlock {
    padding-left: 1.8229166667vw;
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
  }
}

@media (max-width: 1024px) {
  .blog__wrapper--single .blog__itemRate {
    margin-top: 15px;
    padding-top: 12px;
  }
}

.blog__wrapper .contentBlock[data-module-responsive="0"] + .blog__infoTags {
  padding-top: 20px;
}

.blog__tooltip {
  position: absolute;
  top: -28px;
  right: 0;
  background: #b6c5cb;
  padding: 7px 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  display: none;
}

.blog__tooltip:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #b6c5cb transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  right: 0;
  content: "";
}

@media (min-width: 1025px) {
  .blog__tooltip {
    top: -0.7291666667vw;
    right: 0.78125vw;
    padding: 0.3645833333vw 0.5208333333vw;
    border-radius: 0.15625vw;
    font-size: 0.7291666667vw;
  }
  .blog__tooltip:before {
    border-width: 0.5208333333vw 0.5208333333vw 0 0.5208333333vw;
    bottom: -0.46875vw;
  }
}

.blog__tooltip.hidden {
  display: none !important;
}

.blog__item {
  border-radius: 5px;
  padding: 10px;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  border: solid 1px #e6ebef;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .blog__item {
    border-radius: 0.2604166667vw;
    padding: 1.0416666667vw;
    margin-bottom: 1.5625vw;
  }
}

.blog__item:last-child {
  margin-bottom: 0;
}

.blog__itemImage {
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .blog__itemImage {
    margin-bottom: 60px;
  }
}

@media (min-width: 1025px) {
  .blog__itemImage {
    margin-bottom: 3.125vw;
  }
}

.blog__itemImage img {
  width: 100%;
}

.blog__info {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: solid 1px #e6ebef;
  border-left: 0;
  border-right: 0;
  padding: 13px 0 13px 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1025px) {
  .blog__info {
    padding: 0.6770833333vw 0 0.6770833333vw 1.9791666667vw;
    flex-wrap: nowrap;
  }
}

.blog__infoTags {
  padding-bottom: 20px;
}

@media (min-width: 1025px) {
  .blog__infoTags {
    padding-bottom: 1.0416666667vw;
  }
}

.blog__image img {
  width: 100%;
}

.blog__itemInfo {
  width: 180px;
  text-align: center;
  color: #7bab21;
  display: none;
}

.blog__itemInfo:before {
  content: "";
}

@media (min-width: 769px) {
  .blog__itemInfo {
    display: block;
  }
}

@media (min-width: 1025px) {
  .blog__itemInfo {
    width: 14.5833333333vw;
  }
}

.blog__itemInfo:before {
  font-size: 27px;
}

@media (min-width: 1025px) {
  .blog__itemInfo:before {
    font-size: 2.4479166667vw;
  }
}

.blog__itemContent {
  width: 100%;
  padding: 0 20px;
}

@media (min-width: 769px) {
  .blog__itemContent {
    width: calc(100% - 180px);
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .blog__itemContent {
    width: calc(100% - 14.5833333333vw);
  }
}

.blog__itemDate {
  font-size: 20px;
  font-weight: 300;
  margin-top: 33px;
  position: relative;
  padding-bottom: 53px;
}

@media (min-width: 1025px) {
  .blog__itemDate {
    font-size: 1.5625vw;
    margin-top: 1.71875vw;
    padding-bottom: 2.7604166667vw;
  }
}

.blog__itemDate span {
  display: block;
  font-size: 30px;
}

@media (min-width: 1025px) {
  .blog__itemDate span {
    font-size: 3.6458333333vw;
  }
}

.blog__itemDate:before {
  width: 50px;
  height: 1px;
  content: "";
  background: #7bab21;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

@media (min-width: 1025px) {
  .blog__itemDate:before {
    width: 3.6458333333vw;
  }
}

.blog__itemTitle {
  font-weight: bold;
  font-size: 25px;
  color: inherit;
  text-decoration: none;
}

@media (min-width: 1025px) {
  .blog__itemTitle {
    font-size: 1.8229166667vw;
  }
}

.blog__itemTitle:hover {
  color: #007a47;
}

.blog__itemDataWrap {
  display: -webkit-box;
  display: flex;
  font-size: 13px;
  color: #9ca2b2;
  margin-top: 36px;
  margin-bottom: 31px;
  text-transform: uppercase;
  flex-wrap: wrap;
}

@media (min-width: 601px) {
  .blog__itemDataWrap {
    font-size: 16px;
  }
}

@media (min-width: 901px) {
  .blog__itemDataWrap {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1025px) {
  .blog__itemDataWrap {
    font-size: 0.8333333333vw;
    margin-top: 2.7604166667vw;
    margin-bottom: 2.0833333333vw;
  }
}

.blog__itemDataWrap a, .blog__itemDataWrap span {
  color: #7bab21;
  text-decoration: none;
  white-space: nowrap;
}

.blog__itemDataWrap a:hover {
  color: #007a47;
}

.blog__itemDataWrap--single {
  padding-left: 0;
  margin-bottom: 20px;
  position: relative;
}

@media (min-width: 1025px) {
  .blog__itemDataWrap--single {
    padding-left: 2.1354166667vw;
    margin-bottom: 1.0416666667vw;
  }
}

.blog__itemDataWrap--single .blog__itemData {
  margin-right: 39px;
  height: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media (min-width: 1025px) {
  .blog__itemDataWrap--single .blog__itemData {
    margin-right: 2.03125vw;
    padding-right: 1.5104166667vw;
    padding-left: 2.0833333333vw;
    height: 1.3020833333vw;
    border-right: solid 1px #e6ebef;
  }
}

.blog__itemDataWrap--single .blog__itemData:last-child {
  border: 0;
}

.blog__itemDataWrap--single .fb-share-button {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

@media (min-width: 481px) {
  .blog__itemDataWrap--single .fb-share-button {
    display: block;
  }
}

@media (min-width: 601px) {
  .blog__itemDataWrap--single .fb-share-button {
    right: 30px;
  }
}

@media (min-width: 1025px) {
  .blog__itemDataWrap--single .fb-share-button {
    right: 1.5625vw;
  }
}

.blog__itemData {
  padding-left: 30px;
  position: relative;
  width: 100%;
}

@media (min-width: 901px) {
  .blog__itemData {
    width: auto;
    padding-left: 50px;
  }
}

@media (min-width: 1025px) {
  .blog__itemData {
    padding-left: 2.6041666667vw;
  }
}

.blog__itemData--author:before {
  content: "";
}

@media (min-width: 1025px) {
  .blog__itemData--author {
    padding-right: 3.125vw;
    margin-right: 1.4583333333vw;
    border-right: solid 1px #e6ebef;
  }
}

.blog__itemData--category:before {
  content: "";
}

.blog__itemData--date:before {
  content: "";
}

.blog__itemData:before {
  position: absolute;
  left: 0;
  font-size: 15px;
  top: 50%;
  color: #7bab21;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 901px) {
  .blog__itemData:before {
    font-size: 25px;
  }
}

@media (min-width: 1025px) {
  .blog__itemData:before {
    font-size: 1.3020833333vw;
  }
}

.blog__itemText {
  line-height: 1.4;
}

.blog__itemBottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 25px;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 901px) {
  .blog__itemBottom {
    flex-wrap: nowrap;
    margin-top: 51px;
    margin-bottom: 41px;
  }
}

@media (min-width: 1025px) {
  .blog__itemBottom {
    margin-top: 2.65625vw;
    margin-bottom: 2.1354166667vw;
  }
}

.blog__itemLink {
  text-transform: uppercase;
  font-size: 16px;
  color: #007a47;
  position: relative;
  padding-right: 40px;
}

@media (min-width: 1025px) {
  .blog__itemLink {
    font-size: 0.8333333333vw;
    padding-right: 2.0833333333vw;
  }
}

.blog__itemLink:before {
  content: "";
}

.blog__itemLink:before {
  color: #7bab21;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: right .35s, color .35s;
}

.blog__itemLink a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

.blog__itemLink:hover a {
  color: #7bab21;
}

.blog__itemLink:hover:before {
  right: -5px;
  color: #007a47;
}

@media (min-width: 1025px) {
  .blog__itemLink:hover:before {
    right: -0.2604166667vw;
  }
}

.blog__itemRate {
  font-size: 0;
  color: #929fb2;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding-top: 20px;
  -webkit-box-pack: end;
  justify-content: flex-end;
  border-top: solid 1px #e6ebef;
  margin-top: 20px;
  position: relative;
}

@media (min-width: 901px) {
  .blog__itemRate {
    width: auto;
    -webkit-box-pack: initial;
    justify-content: initial;
    padding-right: 37px;
    font-size: 18px;
    margin-top: 0;
    border: 0;
  }
}

@media (min-width: 1025px) {
  .blog__itemRate {
    padding-right: 1.9270833333vw;
    font-size: 0.9375vw;
  }
}

.blog__itemRate span {
  padding-left: 14px;
  margin-left: 14px;
  border-left: solid 1px #e6ebef;
  font-size: 18px;
  color: #007a47;
}

@media (min-width: 1025px) {
  .blog__itemRate span {
    padding-left: 0.7291666667vw;
    margin-left: 0.7291666667vw;
    font-size: 0.9375vw;
  }
}

.blog__itemRate label {
  font-size: 25px;
  color: #dae3e3;
}

.blog__itemRate label:before {
  content: "";
}

@media (min-width: 1025px) {
  .blog__itemRate label {
    font-size: 1.3020833333vw;
  }
}

.blog__itemRate label.active {
  color: #ffb400;
}

.blog__itemRate input:nth-child(1) {
  margin-left: 5px;
}

@media (min-width: 1025px) {
  .blog__itemRate input:nth-child(1) {
    margin-left: 0.2604166667vw;
  }
}

.blog__itemRate[data-rate-post] label {
  cursor: pointer;
}

.comments {
  margin-top: 40px;
}

@media (min-width: 601px) {
  .comments {
    padding: 0 30px;
  }
}

@media (min-width: 1025px) {
  .comments {
    padding: 0 1.5625vw;
    margin-top: 2.0833333333vw;
  }
}

.comments .fb-share-button {
  position: relative;
  right: 0;
  top: -5px;
}

@media (min-width: 601px) {
  .comments .fb-share-button {
    right: 38px;
    position: absolute;
    top: 0.2083333333vw;
  }
}

@media (min-width: 1025px) {
  .comments .fb-share-button {
    right: 1.9791666667vw;
  }
}

.comments h2 {
  color: #7bab21;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 20px;
}

@media (min-width: 601px) {
  .comments h2 {
    font-size: 30px;
  }
}

@media (min-width: 1025px) {
  .comments h2 {
    font-size: 1.5625vw;
    padding-bottom: 1.0416666667vw;
  }
}

.safeTable__buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .safeTable__buttons {
    flex-wrap: wrap;
  }
}

.safeTable__button {
  height: 50px;
  padding-left: 30px;
  padding-right: 45px;
}

@media (min-width: 1025px) {
  .safeTable__button {
    height: 2.6041666667vw;
    padding-left: 1.5625vw;
    padding-right: 2.34375vw;
  }
}

@media (max-width: 768px) {
  .safeTable__button {
    width: 100%;
    margin-bottom: 10px;
  }
}

.safeTable__button:before {
  border-right: solid 1px #fff;
  padding-right: 33px;
}

@media (min-width: 1025px) {
  .safeTable__button:before {
    padding-right: 1.71875vw;
  }
}

.safeTable__button.button--cleanSafe {
  margin-right: auto;
}

@media (min-width: 1025px) {
  .safeTable__button.button--cleanSafe {
    margin-left: 1.0416666667vw;
  }
}

.safeTable__td--pattern {
  width: 215px;
}

@media (min-width: 1025px) {
  .safeTable__td--pattern {
    width: 11.1979166667vw;
  }
}

.safeTable__td--name {
  font-size: 16px;
}

@media (min-width: 1025px) {
  .safeTable__td--name {
    font-size: 0.8333333333vw;
  }
}

.safeTable__td--name, .safeTable__td--color {
  width: 280px;
}

@media (min-width: 1025px) {
  .safeTable__td--name, .safeTable__td--color {
    width: 14.5833333333vw;
  }
}

.safeTable__td--quantity {
  width: 180px;
}

@media (min-width: 1025px) {
  .safeTable__td--quantity {
    width: 9.375vw;
  }
}

.safeTable__td--quantity.safeTable__td--sum {
  color: #007a47;
  font-weight: bold;
}

.safeTable__td--sum {
  padding: 40px 0;
}

@media (min-width: 1025px) {
  .safeTable__td--sum {
    padding: 2.0833333333vw 0;
  }
}

.safeTable__td--delete {
  position: relative;
  width: 100px;
}

@media (min-width: 1025px) {
  .safeTable__td--delete {
    width: 5.2083333333vw;
  }
}

.safeTable__td--delete a {
  text-decoration: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
}

.safeTable__td--delete a:before {
  content: "";
}

.safeTable__td--delete a:before {
  font-size: 30px;
  color: #7bab21;
}

@media (min-width: 1025px) {
  .safeTable__td--delete a:before {
    font-size: 1.5625vw;
  }
}

.safeTable__td--delete a:hover:before {
  color: #007a47;
}

.safeTable__td--color {
  position: relative;
}

.safeTable__td--color span {
  font-size: 16px;
  text-align: center;
  display: block;
  margin-top: 8px;
}

@media (min-width: 1025px) {
  .safeTable__td--color span {
    font-size: 0.8333333333vw;
    margin-top: 0.4166666667vw;
  }
}

.safeTable__td--color img {
  max-height: 90px !important;
}

@media (min-width: 1025px) {
  .safeTable__td--color img {
    max-height: 4.6875vw !important;
  }
}

.safeTable__td--price {
  width: 350px;
  text-align: left;
  padding-left: 15px !important;
  background: #e6ebef !important;
}

@media (min-width: 1025px) {
  .safeTable__td--price {
    width: 18.2291666667vw;
    padding-left: 2.8645833333vw !important;
  }
}

.safeTable__td--price h5 {
  font-size: 16px;
  font-weight: 900;
  color: #007a47 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
}

@media (min-width: 769px) {
  .safeTable__td--price h5 {
    font-size: 14px;
  }
}

@media (min-width: 1025px) {
  .safeTable__td--price h5 {
    font-size: 0.8333333333vw;
  }
}

.safeTable__td--price p {
  margin: 0 !important;
  font-size: 20px;
  text-align: left;
}

@media (min-width: 769px) {
  .safeTable__td--price p {
    font-size: 28px;
  }
}

@media (min-width: 1025px) {
  .safeTable__td--price p {
    font-size: 1.4583333333vw;
  }
}

.safeTable__td--price.safeTable__td--sum {
  text-align: left;
}

.safeTable .filters {
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 0;
}

.safeTable .filters .selectize-input {
  width: 90px;
  padding-left: 15px;
}

@media (min-width: 1025px) {
  .safeTable .filters .selectize-input {
    width: 4.6875vw;
    padding-left: 0.78125vw;
  }
}

.safeTable .filters .selectize-input:after {
  top: 15px;
  bottom: 15px;
  background: #e6ebef;
  content: "";
  position: absolute;
  right: 41px;
  width: 1px;
}

@media (min-width: 1025px) {
  .safeTable .filters .selectize-input:after {
    top: 0.78125vw;
    bottom: 0.78125vw;
    right: 2.1354166667vw;
  }
}

.safeTable .filters .selectize-dropdown-content .option {
  padding-left: 15px;
}

@media (min-width: 1025px) {
  .safeTable .filters .selectize-dropdown-content .option {
    padding-left: 0.78125vw;
  }
}

.safeTable img {
  max-height: 130px;
  max-width: 85px;
}

@media (min-width: 1025px) {
  .safeTable img {
    max-height: 6.7708333333vw;
    max-width: 4.4270833333vw;
  }
}

.safeTable tr:first-child td {
  padding: 10px 0;
  text-align: center;
}

@media (min-width: 1025px) {
  .safeTable tr:first-child td {
    padding: 0.5208333333vw 0;
  }
}

.safeTable tr:not(:first-child) td {
  text-align: center;
  background: #f4f8fb !important;
  padding: 15px 0;
}

@media (min-width: 1025px) {
  .safeTable tr:not(:first-child) td {
    padding: 0.78125vw 0;
  }
}

.safeTable tr:not(:first-child) td.safeTable__td--price {
  background: #e6ebef !important;
}

.safeTable tr:not(:first-child) td.safeTable__td--price.safeTable__td--sum {
  text-align: left;
  font-weight: 900;
  font-size: 28px;
}

@media (min-width: 1025px) {
  .safeTable tr:not(:first-child) td.safeTable__td--price.safeTable__td--sum {
    font-size: 1.4583333333vw;
  }
}

.safeTable tr:last-child td, .safeTable tr:last-child td.safeTable__td--price {
  background: #fff !important;
}

.safe__infoPopup {
  position: fixed;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 1000;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility .35s, opacity .35s;
}

.safe__infoPopup div {
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 30px;
}

.safe__infoPopup div:before {
  content: "";
}

@media (min-width: 1025px) {
  .safe__infoPopup div {
    border-radius: 0.2604166667vw;
    padding: 1.5625vw;
  }
}

.safe__infoPopup div:before {
  color: #7bab21;
  font-size: 45px;
  margin-right: 35px;
}

@media (min-width: 1025px) {
  .safe__infoPopup div:before {
    font-size: 2.34375vw;
    margin-right: 1.8229166667vw;
  }
}

.safe__infoPopup--show {
  display: -webkit-box;
  display: flex;
  visibility: visible;
  opacity: 1;
}

.safe__infoPopup--error div:before {
  content: "";
}

.safe__infoPopup--error div:before {
  color: #e5434c;
}

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

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

.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}

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

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

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

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

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

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

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

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

.mfp-close {
  position: fixed !important;
  top: 10px;
  right: 5px;
  font-size: 0;
  left: auto;
  opacity: 1;
}

.mfp-close:before {
  content: "";
}

@media (min-width: 601px) {
  .mfp-close {
    top: -55px;
    right: 0px;
  }
}

@media (min-width: 1025px) {
  .mfp-close {
    top: -3.3854166667vw;
    right: -3.3854166667vw;
  }
}

.mfp-close:before {
  color: #000;
  font-size: 25px;
}

@media (min-width: 601px) {
  .mfp-close:before {
    color: #fff;
    font-size: 33px;
  }
}

@media (min-width: 1025px) {
  .mfp-close:before {
    font-size: 2.7604166667vw;
  }
}

.mfp-close:active {
  top: 10px;
}

@media (min-width: 601px) {
  .mfp-close:active {
    top: -55px;
  }
}

.popupForm {
  width: 960px;
  max-width: 95%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  margin-left: auto;
  margin-right: auto;
  padding: 75px 25px 30px;
  position: relative;
}

@media (min-width: 601px) {
  .popupForm {
    padding: 75px 75px 30px;
  }
}

.popupForm:before {
  content: "";
}

@media (min-width: 1025px) {
  .popupForm {
    width: 50vw;
    border-radius: 0.2604166667vw;
    padding: 3.90625vw 3.90625vw 1.5625vw;
  }
}

.popupForm:before {
  position: absolute;
  top: 14px;
  font-size: 58px;
  color: #7bab21;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 1025px) {
  .popupForm:before {
    top: 0.7291666667vw;
    font-size: 3.0208333333vw;
  }
}

.popupForm h3 {
  font-size: 30px;
  font-weight: 400;
  margin: 10px 0 30px;
}

@media (min-width: 1025px) {
  .popupForm h3 {
    font-size: 1.5625vw;
    margin: 0.5208333333vw 0 1.5625vw;
  }
}

.popupForm--confirmation {
  text-align: center;
  padding-top: 30px;
}

@media (min-width: 1025px) {
  .popupForm--confirmation {
    padding-top: 1.5625vw;
  }
}

.popupForm--confirmation .button {
  margin: 0 5px;
}

@media (min-width: 1025px) {
  .popupForm--confirmation .button {
    margin: 0 0.2604166667vw;
  }
}

.popupForm--confirmation .styledForm__row:not(.styledForm__row--button) {
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 37px;
}

@media (min-width: 1025px) {
  .popupForm--confirmation .styledForm__row:not(.styledForm__row--button) {
    margin-bottom: 1.9270833333vw;
  }
}

.popupForm--confirmation:before {
  display: none;
}

.mfp-gallery .mfp-bottom-bar {
  display: -webkit-box;
  display: flex;
  padding: 10px 0;
  -webkit-box-align: center;
  align-items: center;
}

.mfp-gallery .mfp-counter {
  position: static;
}

.mfp-gallery .mfp-title {
  line-height: 1;
  font-size: 13px;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.frontMain {
  margin-top: 90px;
}

@media (min-width: 1025px) {
  .frontMain {
    margin-top: 0;
    display: inline-block;
    width: 100%;
    background: url(../images/bg.png), url(../images/bg.png);
    background-position: 0 17.8125vw, 0 139.21875vw;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%;
  }
}

.frontPage h2 {
  text-align: center;
  color: #007a47;
  font-size: 25px;
  padding: 29px 0;
}

@media (min-width: 1025px) {
  .frontPage h2 {
    font-size: 1.8229166667vw;
    padding: 3.0729166667vw 0;
    text-align: left;
  }
}

.frontInfo {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 45px;
  flex-wrap: wrap;
  background: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 35px;
}

@media (min-width: 1025px) {
  .frontInfo {
    margin-top: 5.9895833333vw;
    margin-bottom: 6.5104166667vw;
    flex-wrap: nowrap;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }
}

.frontInfo__col {
  width: 100%;
}

@media (min-width: 1025px) {
  .frontInfo__col {
    width: 27.0833333333vw;
  }
}

@media (min-width: 1025px) {
  .frontInfo__col--big {
    width: 54.6875vw;
  }
}

.frontInfo__col--vertical {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.frontInfo__item {
  margin-bottom: 15px;
}

@media (min-width: 601px) {
  .frontInfo__item {
    height: 350px;
  }
}

@media (min-width: 1025px) {
  .frontInfo__item {
    width: 27.0833333333vw;
    max-width: 27.0833333333vw;
    height: 18.2291666667vw;
    margin-bottom: 0;
  }
}

.link {
  height: 45px;
  width: 45px;
  font-size: 21px;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border: solid 1px #fff;
  text-decoration: none;
  transition: background-color .35s, border-color .35s;
}

.link:before {
  content: "";
}

@media (min-width: 1025px) {
  .link {
    height: 2.34375vw;
    width: 2.34375vw;
    font-size: 1.09375vw;
    border-radius: 0.2604166667vw;
  }
}

.link:before {
  color: #fff;
}

.link:hover {
  background: #fff;
  color: #7bab21;
}

.link:hover:before {
  color: #7bab21;
}

.promoText {
  box-shadow: 3px 4px 10px 0px rgba(151, 158, 177, 0.2);
  border: solid 1px #e6ebef;
  border-radius: 5px;
  padding: 20px 15px;
  margin: 40px 0 20px;
}

@media (min-width: 1025px) {
  .promoText {
    margin: 3.125vw 0 1.0416666667vw;
    border-radius: 0.2604166667vw;
    padding: 2.0833333333vw 3.125vw;
  }
}

.sales__map {
  padding-top: 40px;
  display: block;
  width: 1033px;
  max-width: 95%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .sales__map {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1025px) {
  .sales__map {
    width: 53.8020833333vw;
    padding-top: 4.6875vw;
    padding-bottom: 2.0833333333vw;
  }
}

/*pdf*/
@page {
  header: pageHeader;
  footer: pageFooter;
  padding: 0;
  margin: 5px 20px;
}

.printTemplate {
  max-width: 100%;
  font-size: 12pt;
  min-height: 100%;
}

.printTemplate img {
  max-width: 100%;
}

.printTemplate__main {
  position: relative;
  width: 100%;
}

.printTemplate__logo {
  display: inline-block;
  max-height: 100%;
  margin-top: 10mm;
}

.printTemplate__logo img {
  margin-top: 0pt;
  max-height: 400px;
}

.printTemplate__info {
  max-height: 100%;
}

.printTemplate__infoItem {
  display: inline-block;
  max-height: 100%;
  width: 50mm;
}

.printTemplate__header {
  width: 100%;
  height: 40mm;
  overflow: auto;
  font-size: 8pt;
}

.printTemplate__header .footer__dataItem {
  padding-left: 40px;
}

.printTemplate__header .footer__dataItem:before {
  display: none;
}

.printTemplate__header .footer__dataItem--place {
  background-size: 3mm;
  width: 50%;
}

.printTemplate__header .footer__dataItem--tel {
  background-size: 3mm;
  width: 50%;
}

.printTemplate__header .footer__dataItem a {
  color: #007a47 !important;
  white-space: nowrap;
}

.printTemplate__footer {
  width: 100%;
  font-size: 8px;
  margin-top: 2mm;
  color: #6b6b76;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

.printTemplate__footer p {
  font-size: inherit;
}

.printTemplate .printBox {
  height: 56mm;
  width: 100mm;
  margin-left: auto;
  margin-right: auto;
  background: #f6f7f9;
  border-bottom: solid #7aad41 1.2mm;
  border-radius: 3mm;
  padding: 6mm;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.printTemplate .printBox:after {
  content: "";
  clear: both;
}

.printTemplate .printBox:first-child {
  margin-top: 5mm;
}

.printTemplate .printBox:nth-child(2) {
  margin-top: 5mm;
}

.printTemplate .printBox__image {
  width: 26mm;
  margin-right: 6mm;
  float: left;
}

.printTemplate .printBox__image img {
  width: 100%;
}

.printTemplate .printBox__info {
  width: 70mm;
  float: left;
  margin-left: 20px;
  margin-bottom: 10px;
}

.printTemplate .printBox__info h2 {
  color: #077a46;
  font-size: 15pt;
  margin-bottom: 5mm;
}

.printTemplate .printBox__price {
  margin-bottom: 5mm;
  padding: 2mm;
  background: #fff;
  border-radius: 1mm;
  margin-bottom: 2mm;
  border: solid 1px #e6ebef;
}

.printTemplate .printBox__price h3, .printTemplate .printBox__price p {
  font-size: 9pt;
  margin-bottom: 0;
}

.printTemplate .printBox__price strong {
  font-family: "Lato", sans-serif;
}

.printTemplate .printBox__color img {
  width: 10mm;
  height: 10mm;
  display: block;
  border-radius: 5px;
}

.printTemplate .printBox__color span {
  display: block;
}

.printTemplate .footer__dataItem h4, .printTemplate .footer__dataItem p {
  font-size: 8pt;
  margin-top: 0;
}

@media (max-width: 1024px) {
  [data-module-responsive="0"] {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  html[lang="ru"] .about__boxes .slimBoxes__item {
    height: 32.5625vw;
  }
  html[lang="ru"] .offerBoxes__itemTitle {
    font-size: 0.845833vw;
  }
  html[lang="ru"] .boxes__item--big .boxes__itemTitle {
    font-size: 2.125vw;
  }
  html[lang="ru"] .slider__textItem--2 {
    font-size: 2.385417vw;
  }
  html[lang="ru"] .footer__bottom a {
    font-size: 0.6854166667vw;
  }
  html[lang="ru"] .footer__infoText div {
    font-size: 0.7854166667vw;
  }
  html[lang="ru"] .footer h4 {
    font-size: 0.8375vw;
  }
  html[lang="ru"] .about__text {
    min-height: 11.9791666667vw;
  }
}

.mobileMenu .mobileMenu__list .withSubmenu .mobileMenu__list.opened .withSubmenu .mobileMenu__list.opened {
  position: relative;
  padding-top: 0px;
}

.mobileMenu .mobileMenu__list .withSubmenu .mobileMenu__list.opened .withSubmenu .mobileMenu__list.opened li {
  padding-left: 0;
}

/*# sourceMappingURL=front.css.map */
