@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8sDE0Uw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tdE0Uw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tvE0Uw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8uDFEUw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8u6FEUw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8vdFEUw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8v0FEUw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-h4-1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-1UA.ttf) format('truetype');
}
* {
  box-sizing: border-box;
  position: relative;
  vertical-align: baseline;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
}
html {
  font-family: sans-serif;
  font-size: 10px;
}
body {
  min-width: 360px;
}
[type="text"],
[type="number"],
[type="password"],
textarea,
select,
li {
  display: block;
  width: 100%;
}
button,
[type="submit"],
[type="radio"],
[type="checkbox"] {
  display: inline-block;
}
strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
p {
  font-weight: 400;
}
em {
  font-style: italic;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0 0 0 2em;
}
li:before {
  content: '•';
  display: inline;
  position: absolute;
  left: -1em;
}
li li:before {
  content: '-';
}
img,
textarea {
  max-width: 100%;
}
a,
button,
select,
[type="submit"],
[type="radio"],
[type="checkbox"] {
  cursor: pointer;
}
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .container {
    max-width: 48rem;
  }
}
.row:after {
  content: '';
  display: block;
  clear: both;
}
.row.col-padding {
  margin: 0 -2rem;
}
@media (max-width: 768px) {
  .row.col-padding {
    margin: 0 -1rem;
  }
}
.row.col-padding > .col {
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .row.col-padding > .col {
    padding: 0 1rem;
  }
}
.row .col {
  float: left;
}
.row .col.w-1 {
  width: calc(100% / 12 * 1);
}
.row .col.w-2 {
  width: calc(100% / 12 * 2);
}
.row .col.w-3 {
  width: calc(100% / 12 * 3);
}
.row .col.w-4 {
  width: calc(100% / 12 * 4);
}
.row .col.w-5 {
  width: calc(100% / 12 * 5);
}
.row .col.w-6 {
  width: calc(100% / 12 * 6);
}
.row .col.w-7 {
  width: calc(100% / 12 * 7);
}
.row .col.w-8 {
  width: calc(100% / 12 * 8);
}
.row .col.w-9 {
  width: calc(100% / 12 * 9);
}
.row .col.w-10 {
  width: calc(100% / 12 * 10);
}
.row .col.w-11 {
  width: calc(100% / 12 * 11);
}
.row .col.w-12 {
  width: calc(100% / 12 * 12);
}
@media (max-width: 1199px) {
  .row .col.t-w-1 {
    width: calc(100% / 12 * 1);
  }
  .row .col.t-w-2 {
    width: calc(100% / 12 * 2);
  }
  .row .col.t-w-3 {
    width: calc(100% / 12 * 3);
  }
  .row .col.t-w-4 {
    width: calc(100% / 12 * 4);
  }
  .row .col.t-w-5 {
    width: calc(100% / 12 * 5);
  }
  .row .col.t-w-6 {
    width: calc(100% / 12 * 6);
  }
  .row .col.t-w-7 {
    width: calc(100% / 12 * 7);
  }
  .row .col.t-w-8 {
    width: calc(100% / 12 * 8);
  }
  .row .col.t-w-9 {
    width: calc(100% / 12 * 9);
  }
  .row .col.t-w-10 {
    width: calc(100% / 12 * 10);
  }
  .row .col.t-w-11 {
    width: calc(100% / 12 * 11);
  }
  .row .col.t-w-12 {
    width: calc(100% / 12 * 12);
  }
}
@media (max-width: 768px) {
  .row .col.m-w-1 {
    width: calc(100% / 12 * 1);
  }
  .row .col.m-w-2 {
    width: calc(100% / 12 * 2);
  }
  .row .col.m-w-3 {
    width: calc(100% / 12 * 3);
  }
  .row .col.m-w-4 {
    width: calc(100% / 12 * 4);
  }
  .row .col.m-w-5 {
    width: calc(100% / 12 * 5);
  }
  .row .col.m-w-6 {
    width: calc(100% / 12 * 6);
  }
  .row .col.m-w-7 {
    width: calc(100% / 12 * 7);
  }
  .row .col.m-w-8 {
    width: calc(100% / 12 * 8);
  }
  .row .col.m-w-9 {
    width: calc(100% / 12 * 9);
  }
  .row .col.m-w-10 {
    width: calc(100% / 12 * 10);
  }
  .row .col.m-w-11 {
    width: calc(100% / 12 * 11);
  }
  .row .col.m-w-12 {
    width: calc(100% / 12 * 12);
  }
}
h1 {
  color: #272727;
  font-size: 3rem;
  font-weight: 300;
  text-transform: none;
  margin: 0 0 2rem 0;
  line-height: 2;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}
h2 {
  color: #272727;
  font-size: 2.8rem;
  font-weight: 300;
  text-transform: none;
  margin: 0 0 2rem 0;
  line-height: 2;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.9rem;
  }
}
h3 {
  color: #272727;
  font-size: 2.4rem;
  font-weight: 300;
  text-transform: none;
  margin: 0 0 2rem 0;
  line-height: 2;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.8rem;
  }
}
h4 {
  color: #272727;
  font-size: 2.2rem;
  font-weight: 300;
  text-transform: none;
  margin: 0 0 2rem 0;
  line-height: 2;
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.7rem;
  }
}
h5 {
  color: #272727;
  font-size: 2rem;
  font-weight: 300;
  text-transform: none;
  margin: 0 0 2rem 0;
  line-height: 2;
}
@media (max-width: 768px) {
  h5 {
    font-size: 1.6rem;
  }
}
h6 {
  color: #272727;
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: none;
  margin: 0 0 2rem 0;
  line-height: 2;
}
@media (max-width: 768px) {
  h6 {
    font-size: 1.5rem;
  }
}
p {
  color: #272727;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
  margin: 0 0 2rem 0;
  line-height: 2;
}
@media (max-width: 768px) {
  p {
    font-size: 1.4rem;
    text-align: justify;
  }
}
a {
  color: #3E6B3F;
  transition: all ease-out 0.1s;
  -webkit-transition: all ease-out 0.1s;
}
a:hover {
  color: #355b35;
}
ul {
  color: #272727;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
  margin: 0 0 2rem 0;
}
@media (max-width: 768px) {
  ul {
    font-size: 1.4rem;
  }
}
ul ul {
  margin: 0;
}
ul li {
  line-height: 2;
}
ul li:before {
  color: #3E6B3F;
}
strong,
b {
  font-weight: 500;
}
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
table tr td {
  padding: 1rem 2rem;
  color: #272727;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
  line-height: 1.5;
  border: solid 0.1rem #E7EAED;
}
@media (max-width: 768px) {
  table tr td {
    font-size: 1.4rem;
  }
}
.button {
  display: inline-block;
  padding: 0 3rem;
  border-radius: 0.2rem;
  height: 5rem;
  line-height: 5rem;
  transition: all ease-out 0.1s;
  -webkit-transition: all ease-out 0.1s;
  min-width: 16rem;
  text-align: center;
}
.button.button-1 {
  background: #3E6B3F;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
}
.button.button-1:hover {
  background-color: #355b35;
}
.button.button-2 {
  background: #7AE582;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
}
.button.button-2:hover {
  background-color: #65e16e;
}
.button.button-3 {
  background: #333333;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
}
.button.button-3:hover {
  background-color: #262626;
}
.button.button-4 {
  background: #FFFFFF;
  color: #272727;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
}
.button.button-4:hover {
  background-color: #f2f2f2;
}
.button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.input {
  padding: 0 2rem;
  height: 4rem;
  border: solid 0.1rem #DCE2E6;
  border-radius: 0.2rem;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
  transition: all ease-out 0.1s;
  -webkit-transition: all ease-out 0.1s;
}
.input::-webkit-input-placeholder {
  color: #90989F;
}
.input::-moz-placeholder {
  color: #90989F;
}
.input:-ms-input-placeholder {
  color: #90989F;
}
.input.error {
  border-color: #3E6B3F;
}
.input.error::-webkit-input-placeholder {
  color: #3E6B3F;
}
.input.error::-moz-placeholder {
  color: #3E6B3F;
}
.input.error:-ms-input-placeholder {
  color: #3E6B3F;
}
.input.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.input-textarea {
  resize: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 2;
  height: 16rem;
}
.checkbox {
  display: inline-block;
  border: solid 0.2rem #3E6B3F;
  border-radius: 0.2rem;
  background-color: #3E6B3F;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: none;
  transition: all ease-out 0.1s;
  -webkit-transition: all ease-out 0.1s;
}
.checkbox[data-checked="0"] {
  border-color: #DCE2E6;
  background-color: transparent;
}
.checkbox[data-checked="0"] i {
  visibility: hidden;
}
.checkbox [type="checkbox"] {
  display: none;
}
.checkbox.error {
  border-color: #3E6B3F;
}
.radio {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  border: solid 0.2rem #DCE2E6;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  color: #3E6B3F;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: none;
  transition: all ease-out 0.1s;
  -webkit-transition: all ease-out 0.1s;
}
.radio[data-checked="0"] i {
  visibility: hidden;
}
.radio [type="radio"] {
  display: none;
}
.radio.error {
  border-color: #3E6B3F;
}
.file {
  padding: 0 2rem;
  height: 4rem;
  border: solid 0.1rem #cccccc;
  border-radius: 0.2rem;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  transition: all ease-out 0.1s;
  -webkit-transition: all ease-out 0.1s;
}
.file label {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  overflow: hidden;
}
.file button {
  display: block;
  background-color: #3E6B3F;
  color: #FFFFFF;
  padding: 0 2rem;
  position: absolute;
  right: -0.1rem;
  top: -0.1rem;
  bottom: -0.1rem;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  transition: all ease-out 0.1s;
  -webkit-transition: all ease-out 0.1s;
}
.file button:hover {
  background-color: #355b35;
}
.file [type="file"] {
  display: none;
}
.file.error {
  border-color: #3E6B3F;
}
.drop {
  border: dashed 0.1rem #cccccc;
  height: 8rem;
  padding: 1rem;
  overflow: hidden;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
}
.drop.dragover {
  border-color: #000000;
}
.drop.error {
  border-color: #3E6B3F;
}
.select {
  appearance: none;
  background-image: url('../svg/chevron-down-solid.svg');
  background-size: 1.2rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 2rem) center;
}
.select.no-value {
  color: #90989F;
}
textarea.input {
  resize: none;
  padding: 1.5rem 2rem;
  height: 12rem !important;
  line-height: 1.5;
}
.slick-slider .slick-dots {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-dots li {
  display: inline-block;
  width: auto;
  padding: 0 0.5rem;
}
.slick-slider .slick-dots li:before {
  content: none;
}
.slick-slider .slick-dots li button {
  font-size: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  background-color: #666666;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #3E6B3F;
}
.slick-slider .slick-arrow {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: calc(50% - 2rem);
  cursor: pointer;
  font-size: 4rem;
  color: #3E6B3F;
  transition: all ease-out 0.1s;
  -webkit-transition: all ease-out 0.1s;
}
.slick-slider .slick-arrow.slick-prev {
  left: 2rem;
}
.slick-slider .slick-arrow.slick-next {
  right: 2rem;
}
.slick-slider .slick-arrow:hover {
  color: #355b35;
}
.fancybox-container .fancybox-navigation {
  position: static;
}
.fancybox-container .fancybox-thumbs__list a:before {
  border-color: #3E6B3F;
}
.noUi-target {
  box-shadow: unset;
  border: none;
  border-radius: 0.2rem;
  background-color: #90989F;
}
.noUi-target.noUi-horizontal {
  height: 0.4rem;
}
.noUi-target .noUi-connect {
  background-color: #3E6B3F;
}
.noUi-target .noUi-handle {
  box-shadow: unset;
  border: solid 0.2rem #FFFFFF;
  border-radius: 50%;
  background-color: #3E6B3F;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  top: -0.8rem;
  right: -1rem;
}
.noUi-target .noUi-handle:before,
.noUi-target .noUi-handle:after {
  display: none;
}
.alignnone {
  float: none;
  margin: 0 0 0 0;
}
.alignright {
  float: right;
  margin: 0 0 4rem 4rem;
}
@media (max-width: 768px) {
  .alignright {
    float: none;
    margin: 0 0 0 0;
    margin-bottom: 2rem;
  }
}
.alignleft {
  float: left;
  margin: 0 4rem 4rem 0;
}
@media (max-width: 768px) {
  .alignleft {
    float: none;
    margin: 0 0 0 0;
    margin-bottom: 2rem;
  }
}
.aligncenter {
  display: block;
  margin: 0 auto 0 auto;
}
img.alignnone {
  float: none;
  margin: 0 0 0 0;
}
img.alignright {
  float: right;
  margin: 0 0 4rem 4rem;
}
@media (max-width: 768px) {
  img.alignright {
    float: none;
    margin: 0 0 0 0;
    margin-bottom: 2rem;
  }
}
img.alignleft {
  float: left;
  margin: 0 4rem 4rem 0;
}
@media (max-width: 768px) {
  img.alignleft {
    float: none;
    margin: 0 0 0 0;
    margin-bottom: 2rem;
  }
}
img.aligncenter {
  display: block;
  margin: 0 auto 0 auto;
}
a img.alignnone {
  float: none;
  margin: 0 0 0 0;
}
a img.alignright {
  float: right;
  margin: 0 0 4rem 4rem;
}
@media (max-width: 768px) {
  a img.alignright {
    float: none;
    margin: 0 0 0 0;
    margin-bottom: 2rem;
  }
}
a img.alignleft {
  float: left;
  margin: 0 4rem 4rem 0;
}
@media (max-width: 768px) {
  a img.alignleft {
    float: none;
    margin: 0 0 0 0;
    margin-bottom: 2rem;
  }
}
a img.aligncenter {
  display: block;
  margin: 0 auto 0 auto;
}
.hidden {
  display: none;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.cover {
  background-size: cover;
  background-position: center;
}
.contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .m-left {
    text-align: left;
  }
  .m-right {
    text-align: right;
  }
  .m-center {
    text-align: center;
  }
}
body.overflow-hidden_a,
body.overflow-hidden_b {
  overflow: hidden;
}
img {
  border-radius: 0.2rem;
}
.font-size_1-8 {
  font-size: 1.8rem;
}
.font-color_main-1 {
  color: #3E6B3F;
}
.font-weight_500 {
  font-weight: 500;
}
.margin-top_2 {
  margin-top: 2rem;
}
.margin-top_4 {
  margin-top: 4rem;
}
.margin-top_6 {
  margin-top: 6rem;
}
.margin-bottom_2 {
  margin-bottom: 2rem;
}
@media (max-width: 1199px) {
  .t_margin-top_3 {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .m_margin-top_0 {
    margin-top: 0rem;
  }
  .m_margin-top_3 {
    margin-top: 3rem;
  }
}
.icons-grid_a {
  display: flex;
  flex-wrap: wrap;
}
.icons-grid_a > div {
  width: 25%;
}
@media (max-width: 768px) {
  .icons-grid_a > div {
    width: 50%;
  }
}
.icons-grid_a .grid-item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .icons-grid_a .grid-item {
    margin-bottom: 2rem;
  }
}
.icons-grid_a .grid-item .icon {
  display: inline-flex;
  background-color: #F5F5F5;
  border-radius: 0.2rem;
  align-items: center;
  justify-content: center;
  height: 6rem;
  width: 6rem;
}
@media (max-width: 768px) {
  .icons-grid_a .grid-item .icon {
    height: 4rem;
    width: 4rem;
  }
}
.icons-grid_a .grid-item .icon svg {
  height: 3rem;
}
@media (max-width: 768px) {
  .icons-grid_a .grid-item .icon svg {
    height: 2rem;
  }
}
.icons-grid_a .grid-item .icon svg path {
  fill: #3E6B3F;
}
.icons-grid_a .grid-item .name {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: none;
  line-height: 1.5;
  padding: 0 2rem;
  width: calc(100% - 6rem);
}
@media (max-width: 768px) {
  .icons-grid_a .grid-item .name {
    padding: 0 1rem;
    font-size: 1.2rem;
    width: calc(100% - 4rem);
  }
}
.icons-grid_a .grid-item:hover .name {
  color: #3E6B3F;
}
.partners-slider .slick-arrow {
  top: calc(50% - 1rem);
  font-size: 2rem;
}
@media (max-width: 1199px) {
  .partners-slider .slick-arrow {
    display: none !important;
  }
}
.partners-slider .slick-arrow.slick-prev {
  left: -3rem;
}
.partners-slider .slick-arrow.slick-next {
  right: -3rem;
}
.partners-slider .grid-item {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 6rem;
  display: block;
  filter: grayscale(100%);
  margin: 0 2rem;
}
.partners-slider .grid-item:hover {
  filter: grayscale(0%);
}
.catalogue-layout {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.catalogue-layout > div:nth-child(1) {
  width: 28rem;
}
@media (max-width: 768px) {
  .catalogue-layout > div:nth-child(1) {
    display: none;
  }
}
.catalogue-layout > div:nth-child(2) {
  width: calc(100% - 28rem);
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .catalogue-layout > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}
.banner {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .banner .desktop {
    display: none;
  }
}
.banner .mobile {
  display: none;
}
@media (max-width: 768px) {
  .banner .mobile {
    display: block;
  }
}
.mobile-catalogue-menu {
  display: none;
  position: sticky;
  z-index: 9;
  top: 5rem;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .mobile-catalogue-menu {
    display: block;
  }
}
.mobile-catalogue-menu .toggler {
  display: flex;
  color: #272727;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 2rem;
  height: 5rem;
  align-items: center;
  border-bottom: solid 0.1rem #F5F5F5;
  background-color: #FFFFFF;
}
.mobile-catalogue-menu .toggler i {
  position: absolute;
  top: calc((5rem - 1.4rem) / 2);
  right: 2rem;
  font-size: 1.4rem;
  color: #90989F;
  transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
}
.mobile-catalogue-menu.open .toggler i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.mobile-catalogue-menu .wrapper {
  display: none;
  height: calc(100vh - 10rem);
  overflow-y: scroll;
}
.mobile-catalogue-menu .catalogue-menu {
  display: block;
  position: relative;
  top: unset;
}
.contact-form-layout {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .contact-form-layout {
    flex-direction: column;
    margin-top: 4rem;
  }
}
.contact-form-layout > div:nth-child(1) {
  width: calc(100% - 40rem);
  padding-right: 4rem;
}
@media (max-width: 768px) {
  .contact-form-layout > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}
.contact-form-layout > div:nth-child(2) {
  width: 40rem;
}
@media (max-width: 768px) {
  .contact-form-layout > div:nth-child(2) {
    display: none;
  }
}
.contact-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.contact-form .input-half {
  width: 50%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .contact-form .input-half {
    width: 100%;
  }
}
.contact-form .input-full {
  width: 100%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.contact-form .input {
  height: 5rem;
  border: none;
  border-bottom: solid 0.1rem #E7EAED;
  border-radius: 0;
}
.contact-form .input-textarea {
  height: 16rem;
}
.contact-form .input.error {
  border-color: #3E6B3F;
}
.contact-form .submit-send {
  width: 100%;
}
.message-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 15;
}
.message-overlay .message-container-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.message-overlay .message-container {
  display: none;
  background-color: #E7EAED;
  border-radius: 0.2rem;
  width: 64rem;
  padding: 4rem;
}
@media (max-width: 768px) {
  .message-overlay .message-container {
    width: 32rem;
  }
}
.message-overlay .message-container .artwork {
  display: flex;
  justify-content: center;
  max-width: 36rem;
  margin: 0 auto;
}
.message-overlay .message-container .message p {
  margin: 2rem 0;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .message-overlay .message-container .message p {
    font-size: 1.6rem;
  }
}
.message-overlay .message-container .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.8rem;
  color: #90989F;
  cursor: pointer;
  transition: all ease-out 0.1s;
  -webkit-transition: all ease-out 0.1s;
}
.message-overlay .message-container .close:hover {
  color: #3E6B3F;
}
.no-vacancies {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
}
.no-vacancies > * {
  max-width: 86rem;
}
.no-vacancies h3 {
  text-transform: uppercase;
}
.no-vacancies p,
.no-vacancies h3 {
  text-align: center;
}
.load-more-wrapper {
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .load-more-wrapper {
    margin-top: 1rem;
  }
}
.catalogue-header-filters {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .catalogue-header-filters {
    display: none;
  }
}
.mobile-catalogue-filter {
  display: none;
  position: sticky;
  z-index: 8;
  top: 10rem;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .mobile-catalogue-filter {
    display: block;
  }
}
.mobile-catalogue-filter > .toggler {
  display: flex;
  color: #272727;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 2rem;
  height: 5rem;
  align-items: center;
  border-bottom: solid 0.1rem #F5F5F5;
  background-color: #FFFFFF;
}
.mobile-catalogue-filter > .toggler i {
  position: absolute;
  top: calc((5rem - 1.4rem) / 2);
  right: 2rem;
  font-size: 1.4rem;
  color: #90989F;
  transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
}
.mobile-catalogue-filter.open .toggler i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.mobile-catalogue-filter .wrapper {
  display: none;
  height: calc(100vh - 15rem);
  overflow-y: scroll;
}
.mobile-catalogue-filter .catalogue-filter {
  margin: 0;
}
.mobile-catalogue-filter .catalogue-filter .caption {
  display: none;
}
.mobile-catalogue-header-filters {
  display: none;
}
@media (max-width: 768px) {
  .mobile-catalogue-header-filters {
    display: block;
  }
}
.mobile-catalogue-header-filters .visual-select-dropdown {
  border: none;
  border-radius: 0;
  border-bottom: solid 0.1rem #F5F5F5;
  width: 100%;
}
.mobile-catalogue-header-filters .visual-select-dropdown .options {
  left: 0;
  right: 0;
  border: none;
  border-radius: 0;
  border-top: solid 0.1rem #F5F5F5;
  border-bottom: solid 0.1rem #F5F5F5;
}
.mobile-catalogue-header-filters .visual-select-dropdown .options .option:not(:last-child) {
  border-bottom: solid 0.1rem #F5F5F5;
}
.checks-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .checks-layout {
    flex-direction: column;
  }
}
.checks-layout img {
  width: 50%;
  border-radius: 0.2rem;
}
@media (max-width: 768px) {
  .checks-layout img {
    width: 100%;
  }
}
.checks-layout .checks {
  color: #272727;
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 768px) {
  .checks-layout .checks {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
.checks-layout .checks i {
  color: #7AE582;
  position: absolute;
  left: 0;
  top: 0.4rem;
}
.checks-layout .checks > div {
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .checks-layout .checks > div {
    padding-left: 3rem;
  }
}
.checks-layout .checks > div:not(:last-child) {
  margin-bottom: 2rem;
}
.checks-layout .checks > div span {
  display: block;
  line-height: 1.5;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .checks-layout .checks > div span {
    padding-right: 0;
  }
}
.icons-grid_b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.icons-grid_b .grid-item {
  width: calc((100% - 8rem * 2) / 3);
  display: flex;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .icons-grid_b .grid-item {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.icons-grid_b .grid-item .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  width: 8rem;
  border-radius: 0.4rem;
  background-color: rgba(62, 107, 63, 0.3);
}
@media (max-width: 768px) {
  .icons-grid_b .grid-item .icon {
    height: 6rem;
    width: 6rem;
  }
}
.icons-grid_b .grid-item .icon svg {
  height: 4rem;
}
@media (max-width: 768px) {
  .icons-grid_b .grid-item .icon svg {
    height: 3rem;
  }
}
.icons-grid_b .grid-item .icon svg path {
  fill: #3E6B3F;
}
.icons-grid_b .grid-item .content {
  width: calc(100% - 8rem);
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .icons-grid_b .grid-item .content {
    width: calc(100% - 6rem);
  }
}
.icons-grid_b .grid-item .content h3 {
  color: #272727;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.icons-grid_b .grid-item .content p {
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .icons-grid_b .grid-item .content p {
    text-align: left;
  }
}
.gallery-slider {
  margin: 0 -1rem;
  margin-top: 4rem;
}
@media (max-width: 1199px) {
  .gallery-slider {
    margin-top: 1rem;
  }
}
.gallery-slider .slick-arrow {
  top: calc(50% - 1rem);
  font-size: 2rem;
}
@media (max-width: 1199px) {
  .gallery-slider .slick-arrow {
    display: none !important;
  }
}
.gallery-slider .slick-arrow.slick-prev {
  left: -2rem;
}
.gallery-slider .slick-arrow.slick-next {
  right: -2rem;
}
.gallery-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.gallery-slider .slider-item {
  display: block;
  padding-top: 60%;
  margin: 0 1rem;
  border-radius: 0.2rem;
  background-size: cover;
  background-position: center;
}
.order-success {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3rem 0 6rem 0;
}
@media (max-width: 768px) {
  .order-success {
    padding: 0 0 3rem 0;
  }
}
.order-success .icon {
  height: 24rem;
  width: 24rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .order-success .icon {
    height: 16rem;
    width: 16rem;
  }
}
.order-success p {
  text-align: center;
  max-width: 86rem;
}
.cookies-policy {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  background-color: #3E6B3F;
}
.cookies-policy .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cookies-policy .wrapper {
    flex-direction: column;
  }
}
.cookies-policy p {
  margin: 0;
  font-size: 1.4rem;
  margin-right: 4rem;
  line-height: 1.5;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .cookies-policy p {
    margin: 0 0 2rem 0;
  }
}
.cookies-policy p b {
  text-transform: uppercase;
}
.cookies-policy p a {
  color: #FFFFFF;
  border-bottom: solid 0.1rem #FFFFFF;
}
.cookies-policy p a:hover {
  border-color: transparent;
}
#message_cabinet-save .artwork {
  max-width: 16rem;
}
#message_user-exists .artwork {
  max-width: 16rem;
}
.location-map {
  height: 100%;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
@media (max-width: 768px) {
  .location-map {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.2rem;
  }
}
.location-map .leaflet-marker-icon {
  filter: brightness(0) saturate(100%) invert(78%) sepia(42%) saturate(514%) hue-rotate(68deg) brightness(99%) contrast(85%);
}
.in-stock {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-color: #7AE582;
  border-radius: 50%;
}
header {
  position: sticky;
  top: -4.9rem;
  z-index: 10000;
}
@media (max-width: 1199px) {
  header {
    top: 0;
  }
}
.top-bar {
  background-color: #E7EAED;
  padding: 1.6rem 0;
  border-bottom: solid 0.1rem #DCE2E6;
}
@media (max-width: 1199px) {
  .top-bar {
    display: none;
  }
}
.top-bar > .container {
  display: flex;
  justify-content: space-between;
}
.top-bar .contacts {
  display: flex;
  align-items: center;
}
.top-bar .contacts .icon {
  margin-right: 0.8rem;
}
.top-bar .contacts .icon svg {
  display: block;
  height: 1.6rem;
}
.top-bar .contacts .value {
  display: block;
  color: #90989F;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
}
.top-bar .contacts .value:hover {
  color: #3E6B3F;
}
.top-bar .contacts .value:not(:last-child) {
  margin-right: 3.2rem;
}
.top-bar .options {
  display: flex;
  align-items: center;
}
.top-bar .authorization {
  display: inline-flex;
  align-items: center;
  margin-left: 3.2rem;
  color: #90989F;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
}
.top-bar .authorization:hover {
  color: #3E6B3F;
}
.top-bar .authorization:hover svg path {
  fill: #3E6B3F;
}
.top-bar .authorization svg {
  height: 1.4rem;
  width: 1.4rem;
  margin-right: 0.8rem;
}
.top-bar .authorization svg path {
  transition: all ease-out 0.1s;
  -webkit-transition: all ease-out 0.1s;
  fill: #90989F;
}
.top-bar .authorization span {
  line-height: 0.8;
}
.top-bar .logout {
  display: inline-flex;
  color: #3E6B3F;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  margin-left: 1rem;
}
.navigation {
  background-color: #E7EAED;
  padding: 2.4rem 0;
}
@media (max-width: 1199px) {
  .navigation {
    display: none;
  }
}
.navigation > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation .logo {
  display: block;
  height: 3.2rem;
  width: 17rem;
  background-image: url('../svg/logo.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.navigation .searchbox input {
  height: 4.8rem;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
  width: 24rem;
}
.navigation .searchbox .submit-search {
  background-color: transparent;
  background-image: url('../svg/icon_search.svg');
  height: 2.4rem;
  width: 2.4rem;
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
}
.navigation .searchbox .cancel-search {
  display: none;
  position: absolute;
  top: 1.7rem;
  right: 5.4rem;
  background-color: transparent;
  font-size: 1.4rem;
  color: #1A1818;
}
.navigation .searchbox.valued .cancel-search {
  display: inline-block;
}
.navigation .button-cart {
  background-color: #1A1818;
  background-image: url('../svg/icon_cart.svg');
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 3rem;
  line-height: 4.8rem;
  border-radius: 0.2rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 2rem 0 6rem;
  transition: all ease-out 0.1s;
  -webkit-transition: all ease-out 0.1s;
}
.navigation .button-cart:hover {
  background-color: #000000;
}
.navigation .button-cart.cart-has-items:after {
  content: attr(data-count);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4rem;
  width: 2.4rem;
  background-color: #3E6B3F;
  border-radius: 50%;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  font-size: 1.2rem;
  font-weight: 300;
}
.header-menu {
  display: flex;
  margin: 0;
  padding: 0;
}
.header-menu > li {
  display: inline-flex;
  width: unset;
  padding: 0 1.5rem;
}
.header-menu > li:before {
  content: none;
}
.header-menu > li > a {
  display: inline-flex;
  color: #1A1818;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
}
.header-menu > li > a:hover {
  color: #3E6B3F;
}
.language-menu {
  display: inline-flex;
  margin: 0;
  padding: 0;
}
.language-menu li {
  display: inline-flex;
  width: unset;
  line-height: 1;
}
.language-menu li:before {
  content: none;
}
.language-menu li:not(:first-child) {
  padding-left: 1.6rem;
}
.language-menu li a {
  display: inline-flex;
  color: #90989F;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
}
.language-menu li a:hover {
  color: #3E6B3F;
}
.language-menu li.current a {
  color: #3E6B3F;
}
.search-popup {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 3rem 0;
  -webkit-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  min-height: 16rem;
}
.search-popup:before {
  content: '';
  display: block;
  height: 2rem;
  width: 2rem;
  -webkit-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -0.8rem;
  right: calc((100vw - 1200px) / 2 + 1rem + 18rem);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  background: #FFFFFF;
  border-radius: 0.2rem;
}
.search-popup:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #FFFFFF;
}
.search-popup > .container {
  z-index: 10;
}
.search-popup .search-categories {
  display: flex;
  margin-bottom: 3rem;
}
.search-popup .search-categories span {
  display: inline-flex;
  color: #272727;
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
}
.search-popup .search-categories a {
  display: inline-flex;
  margin-left: 2rem;
  color: #3E6B3F;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
}
.search-popup .search-categories a:hover {
  color: #355b35;
}
.search-popup .search-results-grid {
  display: flex;
  margin: 0 -1rem 3rem -1rem;
}
.search-popup .search-results-grid > div {
  width: calc((100% - 2rem * 6) / 6);
  margin: 0 1rem;
}
.search-popup .search-results-grid .product-grid-item .add-to-cart {
  display: none;
}
.search-popup .search-results-grid .product-grid-item .badge {
  display: none;
}
.search-popup .search-results-grid .product-grid-item .title:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 4rem;
  background: #FFFFFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, #FFFFFF 100%);
}
.search-popup .search-results-grid .no-result {
  flex-grow: 1;
  text-align: center;
  color: #90989F;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
}
.header-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile .mobile-top-bar {
  display: flex;
  background-color: #E7EAED;
  padding-left: 2rem;
}
.header-mobile .mobile-top-bar .logo {
  flex-grow: 1;
  display: block;
  height: 5rem;
  background-image: url('../svg/logo.svg');
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 5rem;
}
.header-mobile .mobile-top-bar .authorization,
.header-mobile .mobile-top-bar .button-cart {
  display: inline-flex;
  width: 5rem;
  height: 5rem;
  align-items: center;
  justify-content: center;
}
.header-mobile .mobile-top-bar .authorization svg,
.header-mobile .mobile-top-bar .button-cart svg {
  height: 2.4rem;
}
.header-mobile .mobile-top-bar .authorization svg path,
.header-mobile .mobile-top-bar .button-cart svg path {
  fill: #3E6B3F;
}
.header-mobile .logout {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
}
.dropdown-toggle-wrapper {
  display: inline-flex;
  background-color: #3E6B3F;
  height: 5rem;
  width: 5rem;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}
.dropdown-toggle-wrapper .dropdown-toggle {
  display: block;
  width: 3rem;
}
.dropdown-toggle-wrapper .dropdown-toggle span {
  display: block;
  height: 0.4rem;
  background-color: #FFFFFF;
  border-radius: 0.2rem;
}
.dropdown-toggle-wrapper .dropdown-toggle span:not(:last-child) {
  margin-bottom: 0.6rem;
}
.dropdown-toggle-wrapper .dropdown-toggle span:not(:nth-child(2)) {
  transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
}
.dropdown-toggle-wrapper .dropdown-toggle span:nth-child(1) {
  width: 2.4rem;
}
.dropdown-toggle-wrapper .dropdown-toggle span:nth-child(3) {
  width: 1.6rem;
}
.dropdown-toggle-wrapper .dropdown-toggle.toggled {
  transform: rotate(45deg);
}
.dropdown-toggle-wrapper .dropdown-toggle.toggled span {
  width: unset;
}
.dropdown-toggle-wrapper .dropdown-toggle.toggled span:nth-child(1) {
  transform: rotate(90deg) translate(1rem, 0);
}
.dropdown-toggle-wrapper .dropdown-toggle.toggled span:nth-child(2) {
  opacity: 0;
}
.dropdown-toggle-wrapper .dropdown-toggle.toggled span:nth-child(3) {
  transform: translate(0, -1rem);
}
.dropdown {
  display: none;
  background-color: #FFFFFF;
  height: calc(100vh - 5rem);
}
.dropdown .dropdown-top-bar {
  display: flex;
  justify-content: space-between;
  background-color: #E7EAED;
  padding: 1rem 0;
  border-top: solid 0.1rem #DCE2E6;
}
.dropdown .dropdown-top-bar .mobile-searchbox {
  display: flex;
  margin-left: 2rem;
}
.dropdown .dropdown-top-bar .mobile-searchbox input {
  height: 3rem;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
  border: none;
  width: 20rem;
}
.dropdown .dropdown-top-bar .mobile-searchbox .submit-search {
  background-color: transparent;
  background-image: url('../svg/icon_search.svg');
  height: 2rem;
  width: 2rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.dropdown .dropdown-top-bar .language-menu {
  align-items: center;
  margin-right: 2rem;
}
.dropdown .contacts {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
.dropdown .contacts a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 1rem 0;
  background-color: #F5F5F5;
  border: solid 0.1rem #E7EAED;
  border-radius: 0.2rem;
  color: #90989F;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
}
.dropdown .contacts a:not(:last-child) {
  margin-bottom: 2rem;
}
.dropdown .contacts a svg {
  height: 2rem;
  width: 2rem;
  margin-right: 1rem;
}
.mobile-header-menu {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.mobile-header-menu > li {
  display: flex;
}
.mobile-header-menu > li:before {
  content: none;
}
.mobile-header-menu > li > a {
  display: flex;
  padding: 2rem;
  flex-grow: 1;
  border-bottom: solid 0.1rem #F5F5F5;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
.mobile-header-menu > li > a:before,
.mobile-header-menu > li > a:after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 0.2rem;
  position: absolute;
  top: 2.3rem;
  right: 2rem;
  background-color: #E7EAED;
  border-radius: 0.2rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.mobile-header-menu > li > a:after {
  top: 3rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
footer {
  background-color: #272727;
}
footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.2rem 0;
}
@media (max-width: 1199px) {
  footer .footer-top {
    flex-direction: column;
  }
}
footer .footer-top .contact-item {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}
@media (max-width: 1199px) {
  footer .footer-top .contact-item {
    width: 100%;
    font-size: 1.5rem;
  }
  footer .footer-top .contact-item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
footer .footer-top .contact-item span {
  display: inline-block;
  color: #3E6B3F;
  margin: 0 1rem;
}
footer .footer-top .contact-item a {
  color: #7AE582;
}
footer .footer-top .contact-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  width: 5rem;
  background-color: #FFFFFF;
  border-radius: 0.2rem;
  margin-right: 1.6rem;
}
@media (max-width: 1199px) {
  footer .footer-top .contact-item .icon {
    height: 4rem;
    width: 4rem;
  }
}
footer .footer-top .contact-item .icon svg {
  height: 2.4rem;
}
footer .footer-middle {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 3.2rem 0;
  border-top: solid 0.1rem #333333;
  border-bottom: solid 0.1rem #333333;
}
@media (max-width: 1199px) {
  footer .footer-middle .column {
    display: none;
  }
}
footer .footer-middle .column:nth-child(1) {
  max-width: 42rem;
}
@media (max-width: 1199px) {
  footer .footer-middle .column:nth-child(1) {
    display: block;
  }
}
footer .footer-middle .column .column-title {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
footer .footer-middle .logo {
  height: 5rem;
  width: 20rem;
  background-image: url('../svg/logo.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
  filter: brightness(0) invert(1);
}
footer .footer-middle .footer-text {
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
}
footer .footer-middle .footer-text p {
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  text-align: left;
}
footer .footer-middle .social-links {
  display: flex;
}
footer .footer-middle .social-links a {
  display: inline-flex;
  background-color: #FFFFFF;
  border-radius: 0.2rem;
  height: 3.2rem;
  align-items: center;
  justify-content: center;
  min-width: 3.2rem;
}
footer .footer-middle .social-links a:not(:last-child) {
  margin-right: 0.8rem;
}
footer .footer-middle .social-links a i {
  font-size: 2rem;
}
footer .footer-middle .social-links a img {
  display: block;
  max-height: 2rem;
  margin: 0 1rem;
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 0;
}
@media (max-width: 1199px) {
  footer .footer-bottom {
    flex-direction: column;
  }
}
footer .footer-bottom .copyrights {
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 2;
}
@media (max-width: 1199px) {
  footer .footer-bottom .copyrights {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
footer .footer-bottom .copyrights b,
footer .footer-bottom .copyrights strong {
  font-weight: 500;
}
footer .footer-bottom .payment-icons {
  display: flex;
}
@media (max-width: 1199px) {
  footer .footer-bottom .payment-icons {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
footer .footer-bottom .payment-icons svg {
  display: block;
  height: 2.4rem;
  margin: 0 1rem;
}
@media (max-width: 768px) {
  footer .footer-bottom .payment-icons svg {
    margin: 0 2rem 0 0;
  }
}
footer .footer-bottom .directions {
  display: flex;
}
@media (max-width: 1199px) {
  footer .footer-bottom .directions {
    width: 100%;
  }
}
footer .footer-bottom .directions a {
  display: flex;
  height: 3.2rem;
  background-color: #FFFFFF;
  border-radius: 0.2rem;
  padding: 0.6rem 0;
  width: 11rem;
  justify-content: center;
}
footer .footer-bottom .directions a:not(:last-child) {
  margin-right: 2rem;
}
footer .footer-bottom .directions a svg {
  display: block;
  height: 2rem;
}
footer .footer-bottom .directions a.waze svg {
  top: 0.2rem;
}
footer .footer-bottom .directions a.google-maps svg {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
footer .footer-menu {
  padding: 0;
}
footer .footer-menu li:before {
  content: none;
}
footer .footer-menu li a {
  display: block;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 2;
}
footer .footer-menu li a:hover {
  color: #3E6B3F;
}
section.padding-top {
  padding-top: 6rem;
}
@media (max-width: 1199px) {
  section.padding-top {
    padding-top: 3rem;
  }
}
section.padding-bottom {
  padding-bottom: 6rem;
}
@media (max-width: 1199px) {
  section.padding-bottom {
    padding-bottom: 3rem;
  }
}
section.border-bottom {
  border-bottom: solid 0.1rem #E7EAED;
}
section .section-title_a {
  color: #333333;
  font-size: 2.8rem;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  section .section-title_a {
    font-size: 2rem;
  }
}
section .section-title_b {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #90989F;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  section .section-title_b {
    margin-bottom: 2rem;
  }
}
section .section-title_b:before {
  content: '';
  display: inline-flex;
  height: 0.1rem;
  background-color: #E7EAED;
  flex-grow: 1;
  margin-right: 2rem;
}
section .section-title_b:after {
  content: '';
  display: inline-flex;
  height: 0.1rem;
  background-color: #E7EAED;
  flex-grow: 1;
  margin-left: 2rem;
}
section .section-title_c {
  color: #333333;
  font-size: 3.2rem;
  font-weight: 300;
  text-transform: none;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  section .section-title_c {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
section .section-title_d {
  border-bottom: solid 0.1rem #E7EAED;
  color: #3E6B3F;
}
section.call-to-action_a {
  background-image: url('../png/background_a.png');
  background-size: cover;
  background-position: center;
  padding: 6rem 0;
}
@media (max-width: 768px) {
  section.call-to-action_a {
    padding: 10rem 0;
    background-image: url('../png/background_a_mobile.png');
  }
}
section.call-to-action_a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
section.call-to-action_a .caption {
  max-width: 64rem;
}
section.call-to-action_a .caption > * {
  color: #FFFFFF;
  font-size: 4.2rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5;
}
@media (max-width: 768px) {
  section.call-to-action_a .caption > * {
    font-size: 2rem;
  }
}
section.call-to-action_b {
  background-image: url('../png/background_a.png');
  background-size: cover;
  background-position: center;
  padding: 6rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  section.call-to-action_b {
    padding: 3rem 0;
    background-image: url('../png/background_a_mobile.png');
  }
}
section.call-to-action_b:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
section.call-to-action_b .caption > * {
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 300;
  text-transform: none;
  line-height: 1.5;
}
@media (max-width: 768px) {
  section.call-to-action_b .caption > * {
    font-size: 2rem;
  }
}
section.three-points {
  background-image: url('../png/background_b.png');
  background-size: cover;
  background-position: center;
  padding: 6rem 0;
}
@media (max-width: 768px) {
  section.three-points {
    background-image: url('../png/background_b_mobile.png');
    padding: 3rem 0;
  }
}
section.three-points .grid {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  section.three-points .grid {
    flex-direction: column;
  }
}
section.three-points .grid .grid-item {
  width: 30%;
}
@media (max-width: 768px) {
  section.three-points .grid .grid-item {
    width: unset;
    text-align: center;
  }
  section.three-points .grid .grid-item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
section.three-points .grid .grid-item .counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  width: 5rem;
  border-radius: 0.4rem;
  background-color: #F5F5F5;
  margin-bottom: 2rem;
  color: #272727;
  font-size: 2rem;
  font-weight: 500;
  text-transform: none;
}
section.three-points .grid .grid-item .title {
  color: #3E6B3F;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1rem;
}
section.three-points .grid .grid-item p {
  line-height: 1.5;
  margin-bottom: 0;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  section.three-points .grid .grid-item p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  section.hero-slider .container {
    max-width: unset;
  }
}
section.hero-slider a.slider-item {
  display: block;
  background-size: cover;
  background-position: center;
  padding: 8rem 0 9rem 0;
}
@media (max-width: 768px) {
  section.hero-slider a.slider-item {
    padding: 4rem 0 6rem 0;
  }
}
section.hero-slider a.slider-item .slogan {
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1.5;
  max-width: 64rem;
}
@media (max-width: 768px) {
  section.hero-slider a.slider-item .slogan {
    font-size: 2.4rem;
  }
}
section.hero-slider a.slider-item .button {
  margin: 2rem 0 0 0;
}
section.hero-slider ul.slick-dots {
  text-align: left;
  left: calc((100% - 120rem) / 2);
  padding: 0 1.5rem;
}
@media (max-width: 1199px) {
  section.hero-slider ul.slick-dots {
    left: 0;
  }
}
section.hero-slider ul.slick-dots li button {
  background-color: rgba(255, 255, 255, 0.3);
  width: 1.2rem;
  height: 1.2rem;
}
@media (max-width: 768px) {
  section.hero-slider ul.slick-dots li button {
    width: 1rem;
    height: 1rem;
  }
}
section.hero-slider ul.slick-dots li.slick-active button {
  background-color: rgba(255, 255, 255, 0.9);
}
section.hero-slider .slider:not(.slick-initialized) {
  display: none;
}
.product-grid-item {
  border: solid 0.1rem #DCE2E6;
  border-radius: 0.4rem;
  padding-bottom: 3.5rem;
}
.product-grid-item .image {
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 80%;
  margin: 0 1rem;
}
.product-grid-item .category {
  color: #90989F;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 1rem 1rem 0 1rem;
}
.product-grid-item .title {
  display: block;
  color: #272727;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: none;
  margin: 1rem;
  height: calc(1em + 0.2rem);
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-grid-item .title {
    height: unset;
    overflow: unset;
  }
}
.product-grid-item .title:hover {
  color: #3E6B3F;
}
.product-grid-item .price {
  color: #272727;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: none;
  margin: 0 1rem;
  padding-top: 2rem;
}
.product-grid-item .price-description {
  color: #90989F;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  margin: 1rem;
}
.product-grid-item .read-more,
.product-grid-item .add-to-cart {
  display: block;
  padding: 1.2rem 0;
  text-align: center;
  background-color: #3E6B3F;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  position: absolute;
  bottom: -0.1rem;
  left: -0.1rem;
  right: -0.1rem;
}
.product-grid-item .read-more:hover,
.product-grid-item .add-to-cart:hover {
  background-color: #355b35;
}
.product-grid-item .read-more i,
.product-grid-item .add-to-cart i {
  margin-right: 1rem;
}
.product-grid-item .discount {
  position: absolute;
  top: 0;
  left: 1rem;
  color: #272727;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: none;
  text-decoration: line-through;
  display: none;
}
.product-grid-item .badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: none;
  z-index: 1;
  background-color: #3E6B3F;
  border-radius: 0.2rem;
  padding: 0 2rem;
  line-height: 3rem;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .product-grid-item .badge {
    padding: 0 1rem;
  }
}
.product-grid-item.has-discount .price {
  color: #3E6B3F;
}
.product-grid-item.has-discount .discount {
  display: block;
}
.product-grid-item.has-badge .badge {
  display: block;
}
.products-slider {
  margin: 0 -1rem;
}
.products-slider:not(.slick-initialized) {
  display: none;
}
.products-slider .slick-arrow {
  top: calc(50% - 1rem);
  font-size: 2rem;
}
@media (max-width: 1199px) {
  .products-slider .slick-arrow {
    display: none !important;
  }
}
.products-slider .slick-arrow.slick-prev {
  left: -2rem;
}
.products-slider .slick-arrow.slick-next {
  right: -2rem;
}
.products-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.products-slider .slick-dots {
  bottom: unset;
  top: -5rem;
  right: 1rem;
  text-align: right;
}
.products-slider .slick-dots li {
  padding: 0 0 0 0.5rem;
  line-height: 0;
}
.products-slider .slick-dots li button {
  width: 1.4rem;
  height: 1.4rem;
  background-color: #E7EAED;
}
.products-slider .product-grid-item {
  margin: 0 1rem;
  padding-bottom: 5rem;
}
.products-slider .product-grid-item .category {
  margin-top: 2rem;
  font-size: 1.2rem;
}
.products-slider .product-grid-item .title {
  font-size: 2rem;
  height: calc(3em + 0.2rem);
  white-space: unset;
}
@media (max-width: 768px) {
  .products-slider .product-grid-item .title {
    height: unset;
    overflow: unset;
  }
}
.products-slider .product-grid-item .price {
  font-size: 2.4rem;
}
.products-slider .product-grid-item .price-description {
  font-size: 1.2rem;
  margin: 1rem 1rem 2rem 1rem;
}
.products-slider .product-grid-item .read-more {
  display: none;
}
.products-slider .product-grid-item .add-to-cart {
  padding: 1.8rem 0;
  font-size: 1.4rem;
}
.products-slider .product-grid-item .discount {
  font-size: 1.5rem;
}
.products-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.products-grid .product-grid-item {
  width: calc((100% - 2rem * 3) / 3);
  margin: 0 1rem 2rem 1rem;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .products-grid .product-grid-item {
    width: 100%;
  }
}
.products-grid .product-grid-item .category {
  margin-top: 2rem;
  font-size: 1.2rem;
}
.products-grid .product-grid-item .title {
  font-size: 2rem;
  height: calc(3em + 0.2rem);
  white-space: unset;
}
@media (max-width: 768px) {
  .products-grid .product-grid-item .title {
    height: unset;
    overflow: unset;
  }
}
.products-grid .product-grid-item .price {
  font-size: 2.4rem;
}
.products-grid .product-grid-item .price-description {
  font-size: 1.2rem;
  margin: 1rem 1rem 2rem 1rem;
}
.products-grid .product-grid-item .read-more {
  display: none;
}
.products-grid .product-grid-item .add-to-cart {
  padding: 1.8rem 0;
  font-size: 1.4rem;
}
.products-grid .product-grid-item .discount {
  font-size: 1.5rem;
}
.loading-ajax-query_products .products-grid .product-grid-item {
  opacity: 0;
}
.catalogue-menu {
  background-color: #F5F5F5;
  margin: 0;
  padding: 0;
  border-radius: 0.2rem;
}
@media (max-width: 768px) {
  .catalogue-menu {
    display: none;
    border-radius: 0;
  }
}
.catalogue-menu > li {
  line-height: 1;
  width: 100%;
}
.catalogue-menu > li:before {
  content: none;
}
.catalogue-menu > li > a {
  display: flex;
  color: #272727;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  padding: 0 2rem;
  height: 5rem;
  align-items: center;
}
.catalogue-menu > li > a:hover {
  color: #3E6B3F;
}
.catalogue-menu > li > a i {
  position: absolute;
  top: calc((5rem - 1.4rem) / 2);
  right: 2rem;
  font-size: 1.4rem;
  transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
}
.catalogue-menu > li > a:not(.has-children) i {
  display: none;
}
.catalogue-menu > li .sub-menu {
  display: none;
  margin: 0;
  padding: 1rem 2rem 2rem 4rem;
}
.catalogue-menu > li .sub-menu li:before {
  content: none;
}
.catalogue-menu > li .sub-menu li:not(:last-child) {
  margin-bottom: 2rem;
}
.catalogue-menu > li .sub-menu li a {
  display: block;
  color: #272727;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
}
.catalogue-menu > li .sub-menu li a:hover,
.catalogue-menu > li .sub-menu li a.current {
  color: #3E6B3F;
}
.catalogue-menu > li:not(:last-child) {
  border-bottom: solid 0.1rem #DCE2E6;
}
.catalogue-menu > li.open i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.vacancies-grid {
  padding-left: 7rem;
}
@media (max-width: 768px) {
  .vacancies-grid {
    padding-left: 0;
  }
}
.vacancies-grid .grid-item:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .vacancies-grid .grid-item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.vacancies-grid .grid-item .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 0.1rem #F5F5F5;
}
.vacancies-grid .grid-item .header .icon {
  position: absolute;
  top: 0;
  left: -7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  width: 5rem;
  border: solid 0.1rem #DCE2E6;
  border-radius: 50%;
  font-size: 1.7rem;
  color: #90989F;
  cursor: pointer;
  transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
}
@media (max-width: 768px) {
  .vacancies-grid .grid-item .header .icon {
    height: 4rem;
    width: 4rem;
    left: 0;
    top: 1rem;
  }
}
.vacancies-grid .grid-item .header .name {
  color: #272727;
  font-size: 2.2rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 5rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .vacancies-grid .grid-item .header .name {
    font-size: 1.6rem;
    line-height: 6rem;
    padding-left: 6rem;
  }
}
.vacancies-grid .grid-item .header .submit {
  font-size: 1.8rem;
  line-height: 5rem;
}
@media (max-width: 768px) {
  .vacancies-grid .grid-item .header .submit {
    display: none;
  }
}
.vacancies-grid .grid-item .content {
  display: none;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .vacancies-grid .grid-item .content .button {
    width: 100%;
    text-align: center;
  }
}
.vacancies-grid .grid-item.open .header .icon {
  border-color: #3E6B3F;
  background-color: #3E6B3F;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  color: #FFFFFF;
}
.contacts-layout {
  display: flex;
  align-items: stretch;
  border: solid 0.1rem #E7EAED;
  border-right: none;
  border-radius: 0.2rem;
}
@media (max-width: 768px) {
  .contacts-layout {
    flex-direction: column;
    border-right: solid 0.1rem #E7EAED;
  }
}
.contacts-layout > div:nth-child(1) {
  width: 30%;
}
@media (max-width: 768px) {
  .contacts-layout > div:nth-child(1) {
    width: 100%;
  }
}
.contacts-layout > div:nth-child(2) {
  width: 30%;
  background-color: #E7EAED;
}
@media (max-width: 768px) {
  .contacts-layout > div:nth-child(2) {
    width: 100%;
  }
}
.contacts-layout > div:nth-child(3) {
  width: 40%;
}
@media (max-width: 768px) {
  .contacts-layout > div:nth-child(3) {
    width: 100%;
    height: 32rem;
  }
}
.contacts-layout .image {
  background-size: cover;
  background-position: center;
  padding-top: 70%;
}
@media (max-width: 768px) {
  .contacts-layout .image {
    display: none;
  }
}
.contacts-layout .content {
  padding: 2rem 4rem;
}
@media (max-width: 768px) {
  .contacts-layout .content {
    padding: 2rem;
  }
}
.contacts-layout .google-map {
  height: 100%;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
@media (max-width: 768px) {
  .contacts-layout .google-map {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.2rem;
  }
}
.contacts-layout .workhours > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.contacts-layout .workhours > div > span {
  display: inline-flex;
  font-size: 1.8rem;
  color: #272727;
}
@media (max-width: 768px) {
  .contacts-layout .workhours > div > span {
    font-size: 1.6rem;
  }
}
.contacts-layout .workhours > div > span:nth-child(1) {
  color: #3E6B3F;
  font-weight: 500;
}
.contacts-layout .workhours > div > span:nth-child(2) {
  min-width: 40%;
}
.contacts-layout .address {
  font-size: 1.6rem;
  color: #272727;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.contacts-layout .directions {
  display: flex;
  justify-content: space-between;
  margin: 4rem 0 2rem 0;
}
.contacts-layout .directions a {
  display: flex;
  height: 3.2rem;
  background-color: #FFFFFF;
  border-radius: 0.2rem;
  padding: 0.6rem 0;
  width: 11rem;
  justify-content: center;
}
.contacts-layout .directions a svg {
  display: block;
  height: 2rem;
}
.contacts-layout .directions a.waze svg {
  top: 0.2rem;
}
.contacts-layout .directions a.google-maps svg {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.articles-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.articles-grid .grid-item {
  width: calc((100% - 2rem * 4) / 4);
  margin: 0 1rem 2rem 1rem;
}
@media (max-width: 768px) {
  .articles-grid .grid-item {
    width: 100%;
  }
}
.articles-grid .grid-item .featured-image {
  display: block;
  background-size: cover;
  background-position: center;
  padding-top: 60%;
  border-top-right-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
}
.articles-grid .grid-item .featured-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
}
.articles-grid .grid-item .featured-image .title {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 2rem 2rem 2rem;
  line-height: 1.5;
}
.articles-grid .grid-item .excerpt {
  border: solid 0.1rem #E7EAED;
  border-top: none;
  padding: 2rem;
  color: #272727;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  min-height: calc(3em * 1.5 + (2 * 2rem));
}
@media (max-width: 768px) {
  .articles-grid .grid-item .excerpt {
    min-height: unset;
  }
}
.articles-grid .grid-item .read-more {
  display: block;
  border: solid 0.1rem #E7EAED;
  border-top: none;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  padding: 2rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
}
.articles-grid .grid-item .read-more:hover {
  background-color: #F5F5F5;
}
.catalogue-filter {
  margin: 2rem 0 0 0;
  background-color: #F5F5F5;
  border-radius: 0.2rem;
}
@media (max-width: 768px) {
  .catalogue-filter {
    border-radius: 0;
  }
}
.catalogue-filter .caption {
  border-bottom: solid 0.1rem #DCE2E6;
  padding: 0 2rem;
  line-height: 5rem;
  color: #272727;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
}
.catalogue-filter .filter-group {
  padding: 2rem;
}
.catalogue-filter .filter-group:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 2rem;
  right: 2rem;
  height: 0.1rem;
  background-color: #DCE2E6;
}
.catalogue-filter .filter-group .label {
  color: #272727;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
}
.catalogue-filter .filter-group .toggler {
  font-size: 1.2rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}
.catalogue-filter .filter-group .toggler .fa-minus {
  display: none;
}
.catalogue-filter .filter-group .toggler.open .fa-minus {
  display: inline-block;
}
.catalogue-filter .filter-group .toggler.open .fa-plus {
  display: none;
}
.catalogue-filter .price-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2rem auto;
}
.catalogue-filter .price-inputs .divider {
  display: block;
  height: 0.2rem;
  width: 6rem;
  background-color: #90989F;
  margin: 0 2rem;
}
.catalogue-filter .price-inputs .input {
  background-color: transparent;
  border-color: #90989F;
  padding: 0 1rem;
}
.catalogue-filter .terms-grid {
  display: none;
}
.catalogue-filter .terms-grid .grid-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-top: 2rem;
}
.catalogue-filter .terms-grid .grid-item:not(:last-child) {
  margin-bottom: 1rem;
}
.catalogue-filter .terms-grid .grid-item .term-name {
  color: #272727;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  flex-grow: 1;
  padding-left: 2rem;
}
.catalogue-filter .terms-grid .grid-item .count {
  color: #90989F;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
}
.visual-select-dropdown {
  border: solid 0.2rem #E7EAED;
  border-radius: 0.2rem;
  height: 5rem;
  width: 24rem;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  cursor: pointer;
  background-color: #FFFFFF;
}
.visual-select-dropdown .current .option {
  display: none;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
}
.visual-select-dropdown .current .option[data-selected="1"] {
  display: block;
}
.visual-select-dropdown .current .option .icon {
  margin-right: 1rem;
}
.visual-select-dropdown .current .option .icon i {
  font-size: 1.6rem;
  color: #3E6B3F;
}
.visual-select-dropdown .options {
  display: none;
  position: absolute;
  top: 100%;
  left: -0.2rem;
  right: -0.2rem;
  z-index: 5;
  border: solid 0.2rem #E7EAED;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  background-color: #FFFFFF;
}
.visual-select-dropdown .options .option {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  height: 4rem;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  transition: all ease-out 0.1s;
  -webkit-transition: all ease-out 0.1s;
}
.visual-select-dropdown .options .option[data-selected="1"] {
  display: none;
}
.visual-select-dropdown .options .option:not(:last-child) {
  border-bottom: solid 0.1rem #E7EAED;
}
.visual-select-dropdown .options .option:hover {
  color: #3E6B3F;
}
.pagination {
  margin: 4rem 0 0 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
@media (max-width: 1199px) {
  .pagination {
    margin: 1rem 0 0 0;
  }
}
.pagination li {
  display: inline-block;
  width: auto;
  line-height: 1;
}
.pagination li:before {
  content: none;
}
.pagination li a {
  display: inline-block;
  line-height: 3rem;
  width: 3.4rem;
  border-radius: 0.2rem;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  border: solid 0.2rem #E7EAED;
  margin: 0 0.5rem;
}
@media (max-width: 768px) {
  .pagination li a {
    line-height: 2rem;
    width: 2.4rem;
    font-size: 1.2rem;
    margin: 0 0.1rem;
  }
}
.pagination li a:hover {
  background-color: #E7EAED;
}
.pagination li a i {
  top: 0.1rem;
}
.pagination li.current a {
  background-color: #3E6B3F;
  color: #FFFFFF;
  border-color: #3E6B3F;
}
.pagination li.seperator {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
}
.product-container {
  display: flex;
}
@media (max-width: 768px) {
  .product-container {
    flex-direction: column;
  }
}
.product-container > div:nth-child(1) {
  width: 45%;
}
@media (max-width: 768px) {
  .product-container > div:nth-child(1) {
    width: 100%;
  }
}
.product-container > div:nth-child(2) {
  width: 55%;
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .product-container > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}
.product-gallery {
  border: solid 0.1rem #E7EAED;
  border-radius: 0.4rem;
}
.product-gallery .slick-arrow {
  color: #FFFFFF;
  font-size: 2rem;
  background-color: rgba(51, 51, 51, 0.3);
  border-radius: 0.2rem;
  line-height: 4rem;
  width: 4rem;
  text-align: center;
}
.product-gallery .slick-arrow:hover {
  color: #FFFFFF;
  background-color: rgba(51, 51, 51, 0.4);
}
.product-gallery .gallery-item {
  display: block;
  padding-top: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.product-data .title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  .product-data .title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .product-data .title {
    display: none;
  }
}
.product-data .code {
  color: #272727;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  .product-data .code {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .product-data .code {
    display: none !important;
  }
}
.product-data .split {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .product-data .split {
    margin-top: 1rem;
  }
}
.product-data .split span {
  color: #272727;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  margin-right: 4rem;
}
@media (max-width: 1199px) {
  .product-data .split span {
    font-size: 1.4rem;
    margin-right: 2rem;
  }
}
.product-data .attributes {
  margin-bottom: 2rem;
}
.product-data .attributes .attribute {
  display: flex;
  align-items: center;
}
.product-data .attributes .attribute .attribute-name {
  color: #272727;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .product-data .attributes .attribute .attribute-name {
    font-size: 1.4rem;
  }
}
.product-data .price-wrapper {
  display: flex;
  align-items: center;
  padding-top: 2rem;
  margin: 2rem 0;
}
.product-data .price-wrapper .discount {
  position: absolute;
  top: 0;
  left: 0;
  color: #272727;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  text-decoration: line-through;
}
.product-data .price-wrapper .price {
  color: #3E6B3F;
  font-size: 2.8rem;
  font-weight: 600;
  text-transform: none;
}
.product-data .price-wrapper .price-info {
  color: #272727;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  margin-left: 2rem;
}
.attribute-selector {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0.5rem;
}
.attribute-selector > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 3.2rem;
  border: solid 0.1rem #E7EAED;
  border-radius: 0.2rem;
  margin: 0.5rem;
  padding: 0 1rem;
  cursor: pointer;
  color: #272727;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
}
.attribute-selector > span.selected {
  border: solid 0.2rem #3E6B3F;
}
.color-selector {
  display: flex;
  margin: 0 -0.5rem;
}
.color-selector > span {
  width: 4rem;
  height: 4rem;
  border-radius: 0.2rem;
  margin: 0 0.5rem;
  cursor: pointer;
}
.add-to-cart-group {
  display: flex;
}
@media (max-width: 768px) {
  .add-to-cart-group {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    z-index: 7;
    justify-content: center;
    padding: 1rem 0;
    border-top: solid 0.1rem #F5F5F5;
  }
}
.add-to-cart-group .quantity {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  width: 5rem;
  height: 5rem;
  border-radius: 0.2rem;
  background-color: #F5F5F5;
  color: #272727;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: none;
  text-align: center;
}
@media (max-width: 1199px) {
  .add-to-cart-group .quantity {
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}
.add-to-cart-group .quantity::-webkit-outer-spin-button,
.add-to-cart-group .quantity::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.add-to-cart-group .change-quantity {
  width: 5rem;
  height: 5rem;
  background-color: transparent;
  color: #272727;
  font-size: 2rem;
  font-weight: 500;
  text-transform: none;
}
@media (max-width: 1199px) {
  .add-to-cart-group .change-quantity {
    width: 4rem;
    height: 4rem;
  }
}
.add-to-cart-group .add-to-cart {
  margin-left: 2rem;
}
@media (max-width: 1199px) {
  .add-to-cart-group .add-to-cart {
    margin-left: 1rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.2rem;
    padding: 0 2rem;
  }
}
.add-to-cart-group .add-to-cart i {
  margin-right: 1rem;
}
.add-to-cart-group .to-cart {
  display: none;
}
@media (max-width: 1199px) {
  .add-to-cart-group .to-cart {
    height: 4rem;
    line-height: 4rem;
    font-size: 1.2rem;
    padding: 0 2rem;
  }
}
.add-to-cart-group.in-cart .to-cart {
  display: inline-block;
}
.add-to-cart-group.in-cart .quantity,
.add-to-cart-group.in-cart .change-quantity,
.add-to-cart-group.in-cart .add-to-cart {
  display: none;
}
.product-description {
  margin: 2rem 0 4rem 0;
}
@media (max-width: 768px) {
  .product-description {
    display: none;
  }
}
.product-description .product-description-tabs-menu {
  display: flex;
  margin-bottom: 4rem;
}
.product-description .product-description-tabs-menu:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.1rem;
  background-color: #E7EAED;
  z-index: -1;
}
.product-description .product-description-tabs-menu .menu-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #DCE2E6;
  font-size: 2rem;
  font-weight: 400;
  text-transform: none;
  height: 6rem;
  margin-right: 4rem;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .product-description .product-description-tabs-menu .menu-item {
    font-size: 1.8rem;
  }
}
.product-description .product-description-tabs-menu .menu-item.selected {
  border-bottom: solid 0.2rem #7AE582;
  color: #272727;
}
.product-description .product-description-tabs .tab:not(.selected) {
  display: none;
}
.product-mobile-before-gallery {
  display: none;
}
@media (max-width: 768px) {
  .product-mobile-before-gallery {
    display: block;
  }
}
.product-mobile-before-gallery .title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1rem;
}
.product-mobile-before-gallery .code {
  color: #272727;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.product-mobile-description {
  display: none;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .product-mobile-description {
    display: block;
  }
}
.product-mobile-description .toggler {
  display: flex;
  color: #272727;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  height: 5rem;
  align-items: center;
  border-bottom: solid 0.1rem #F5F5F5;
  background-color: #FFFFFF;
}
.product-mobile-description .toggler i {
  position: absolute;
  top: calc((5rem - 1.4rem) / 2);
  right: 0;
  font-size: 1.4rem;
  color: #90989F;
  transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
}
.product-mobile-description .toggler.open i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.product-mobile-description .tab-dropdown {
  display: none;
  padding-top: 2rem;
}
.login-form {
  display: flex;
  max-width: 80rem;
  margin: 4rem auto;
}
@media (max-width: 768px) {
  .login-form {
    flex-direction: column;
    margin: 0;
  }
}
.login-form > div {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
}
.login-form > div:nth-child(1) {
  width: 60%;
  border: solid 0.1rem #E7EAED;
  border-right: none;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  height: 48rem;
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .login-form > div:nth-child(1) {
    width: 100%;
    border: unset;
    height: unset;
    padding: 0 0 3rem 0;
  }
}
.login-form > div:nth-child(1) .caption {
  color: #272727;
  font-size: 2.8rem;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .login-form > div:nth-child(1) .caption {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}
.login-form > div:nth-child(2) {
  width: 40%;
  background-color: #3E6B3F;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  align-items: center;
}
@media (max-width: 768px) {
  .login-form > div:nth-child(2) {
    width: 100%;
    border-radius: 0.4rem;
    padding: 2rem 0;
  }
}
.login-form > div:nth-child(2) .caption {
  color: #FFFFFF;
  font-size: 2.8rem;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .login-form > div:nth-child(2) .caption {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}
.login-form .controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-form .error-message {
  display: none;
  color: #90989F;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: none;
  line-height: 1.5;
  margin-top: 2rem;
}
.login-form .error-message.visible {
  display: block;
}
.login-form .error-message i {
  color: #3E6B3F;
}
.login-form .input {
  height: 5rem;
  margin-bottom: 2rem;
}
.login-form .forgot-password {
  font-size: 1.6rem;
  border-bottom: solid 0.1rem #3E6B3F;
}
.login-form .forgot-password:hover {
  border-color: transparent;
}
.login-form.choose-checkout-form {
  max-width: unset;
}
.login-form.choose-checkout-form > div:nth-child(1) {
  width: 50%;
  padding: 0 8rem;
}
@media (max-width: 768px) {
  .login-form.choose-checkout-form > div:nth-child(1) {
    width: 100%;
    padding: 0 0 3rem 0;
  }
}
.login-form.choose-checkout-form > div:nth-child(2) {
  width: 50%;
}
@media (max-width: 768px) {
  .login-form.choose-checkout-form > div:nth-child(2) {
    width: 100%;
  }
}
.login-form.choose-checkout-form .to-register {
  text-align: center;
  padding: 3rem 0 0 0;
  color: #272727;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
}
.show-password {
  display: block;
  background-image: url('../svg/show-password.svg');
  height: 5rem;
  width: 5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.half-select {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .half-select {
    flex-direction: column;
  }
}
.half-select .option {
  border-radius: 0.4rem;
  border: solid 0.2rem #F5F5F5;
  width: calc((100% - 4rem) / 2);
  cursor: pointer;
}
@media (max-width: 768px) {
  .half-select .option {
    width: 100%;
  }
  .half-select .option:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.half-select .option.selected {
  border-color: #3E6B3F;
}
.half-select .option.selected .bottom {
  background-color: #3E6B3F;
  color: #FFFFFF;
}
.half-select .option .caption {
  text-align: center;
  color: #272727;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: none;
  padding: 3rem 2rem;
}
.half-select .option .description {
  text-align: center;
  color: #272727;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
  line-height: 1.5;
  margin: 0 auto 3rem auto;
  max-width: 36rem;
  padding: 0 2rem;
}
.half-select .option .bottom {
  text-align: center;
  padding: 1rem 0;
  background-color: #F5F5F5;
  color: #3E6B3F;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
}
.terms-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 0.1rem #E7EAED;
  padding-top: 4rem;
  margin-top: 4rem;
}
@media (max-width: 1199px) {
  .terms-container {
    padding-top: 3rem;
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .terms-container {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 768px) {
  .terms-container .terms {
    margin-bottom: 3rem;
  }
}
.terms-container .terms > div {
  display: flex;
  align-items: center;
}
.terms-container .terms > div:not(:last-child) {
  margin-bottom: 1rem;
}
.terms-container .terms .label {
  display: inline-block;
  color: #272727;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
  line-height: 1.5;
  margin-left: 2rem;
}
.registration-form {
  max-width: 80rem;
  margin: 0 auto;
}
.registration-form > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .registration-form > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
.registration-form > div > div {
  width: 100%;
}
.registration-form > div.split > div {
  width: calc((100% - 2rem) / 2);
}
@media (max-width: 768px) {
  .registration-form > div.split > div {
    width: 100%;
  }
  .registration-form > div.split > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.registration-form .input {
  height: 5rem;
}
.registration-form .input-description {
  display: block;
  color: #90989F;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.registration-form .input-group-label {
  display: block;
  color: #272727;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
}
.registration-form .checkbox-label {
  display: inline-block;
  color: #272727;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
  line-height: 1.5;
  margin-left: 2rem;
}
.cabinet-tabs-menu {
  display: flex;
  margin-bottom: 4rem;
}
@media (max-width: 1199px) {
  .cabinet-tabs-menu {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cabinet-tabs-menu {
    display: none;
  }
}
.cabinet-tabs-menu:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.1rem;
  background-color: #E7EAED;
  z-index: -1;
}
.cabinet-tabs-menu .menu-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #DCE2E6;
  font-size: 2rem;
  font-weight: 400;
  text-transform: none;
  height: 6rem;
  margin-right: 4rem;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .cabinet-tabs-menu .menu-item {
    font-size: 1.8rem;
  }
}
.cabinet-tabs-menu .menu-item.selected {
  color: #3E6B3F;
}
.cabinet-tabs .tab:not(.selected) {
  display: none;
}
.cabinet-personal-info {
  display: flex;
}
@media (max-width: 768px) {
  .cabinet-personal-info {
    flex-direction: column;
  }
}
.cabinet-personal-info > div {
  width: 50%;
}
@media (max-width: 768px) {
  .cabinet-personal-info > div {
    width: 100%;
  }
}
.cabinet-personal-info .group-caption {
  color: #272727;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .cabinet-personal-info .group-caption {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    border-bottom: solid 0.1rem #F5F5F5;
    padding-bottom: 0.5rem;
  }
}
.cabinet-personal-info .inputs-group {
  max-width: 44rem;
}
@media (max-width: 768px) {
  .cabinet-personal-info .inputs-group {
    margin-bottom: 3rem;
  }
}
.cabinet-personal-info .inputs-group > div {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cabinet-personal-info .inputs-group > div {
    flex-direction: column;
    align-items: stretch;
  }
}
.cabinet-personal-info .inputs-group > div:not(:last-child) {
  margin-bottom: 2rem;
}
.cabinet-personal-info .inputs-group > div .label {
  display: block;
  color: #90989F;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  width: 100%;
  padding-right: 2rem;
  width: 50%;
}
@media (max-width: 768px) {
  .cabinet-personal-info .inputs-group > div .label {
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
}
.cabinet-personal-info .inputs-group > div > div {
  width: 50%;
}
@media (max-width: 768px) {
  .cabinet-personal-info .inputs-group > div > div {
    width: 100%;
  }
}
.cabinet-personal-info .inputs-group > div > div .input {
  height: 5rem;
}
.mobile-cabinet-tabs-menu {
  display: none;
  position: sticky;
  z-index: 9;
  top: 5rem;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .mobile-cabinet-tabs-menu {
    display: block;
  }
}
.mobile-cabinet-tabs-menu .toggler {
  display: flex;
  color: #272727;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 2rem;
  height: 5rem;
  align-items: center;
  border-bottom: solid 0.1rem #F5F5F5;
  background-color: #FFFFFF;
}
.mobile-cabinet-tabs-menu .toggler i {
  position: absolute;
  top: calc((5rem - 1.4rem) / 2);
  right: 2rem;
  font-size: 1.4rem;
  color: #90989F;
  transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
}
.mobile-cabinet-tabs-menu.open .toggler i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.mobile-cabinet-tabs-menu .wrapper {
  display: none;
  height: calc(100vh - 10rem);
  overflow-y: scroll;
}
.mobile-cabinet-tabs-menu .menu-item {
  display: flex;
  padding: 0 2rem;
  height: 5rem;
  align-items: center;
  border-bottom: solid 0.1rem #F5F5F5;
  color: #272727;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  background-color: #FFFFFF;
}
.mobile-cabinet-tabs-menu .menu-item.selected {
  color: #3E6B3F;
}
.my-manager {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32rem;
}
@media (max-width: 768px) {
  .my-manager {
    height: unset;
    flex-direction: column;
  }
}
.my-manager .avatar {
  height: 16rem;
  width: 16rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 4rem;
}
@media (max-width: 768px) {
  .my-manager .avatar {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.my-manager .name {
  color: #90989F;
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: none;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .my-manager .name {
    text-align: center;
  }
}
.my-manager .position {
  color: #90989F;
  font-size: 1.7rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .my-manager .position {
    text-align: center;
  }
}
.my-manager .contacts {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.my-manager .contacts .contact {
  color: #90989F;
  font-size: 1.7rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .my-manager .contacts .contact {
    text-align: center;
  }
}
.my-manager .contacts .contact:hover {
  color: #3E6B3F;
}
.my-manager .contacts .contact i {
  color: #3E6B3F;
  margin-right: 1rem;
}
.orders-table > div {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: solid 0.1rem #E7EAED;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .orders-table > div {
    flex-wrap: wrap;
    padding: 1rem 0;
  }
  .orders-table > div:first-child {
    display: none;
  }
}
.orders-table > div > div {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .orders-table > div > div {
    padding: 0.5rem 0;
  }
}
.orders-table > div > div:nth-child(1) {
  width: 10%;
}
@media (max-width: 768px) {
  .orders-table > div > div:nth-child(1) {
    width: 25%;
    order: 1;
  }
}
.orders-table > div > div:nth-child(2) {
  width: 15%;
}
@media (max-width: 768px) {
  .orders-table > div > div:nth-child(2) {
    width: 35%;
    order: 2;
  }
}
.orders-table > div > div:nth-child(3) {
  width: 25%;
}
@media (max-width: 768px) {
  .orders-table > div > div:nth-child(3) {
    width: 100%;
    order: 4;
  }
}
.orders-table > div > div:nth-child(4) {
  width: 20%;
}
@media (max-width: 768px) {
  .orders-table > div > div:nth-child(4) {
    width: 100%;
    order: 5;
  }
}
.orders-table > div > div:nth-child(5) {
  width: 10%;
}
@media (max-width: 768px) {
  .orders-table > div > div:nth-child(5) {
    width: 40%;
    order: 3;
  }
}
.orders-table > div > div:nth-child(6) {
  width: 20%;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .orders-table > div > div:nth-child(6) {
    display: none;
  }
}
.orders-table > div > div span {
  color: #272727;
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: none;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .orders-table > div > div span {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .orders-table > div > div span {
    font-size: 1.4rem;
  }
}
.orders-table > div > div span.bold {
  font-weight: 500;
}
.orders-table > div > div span.green {
  color: #3E6B3F;
  font-weight: 400;
}
.orders-table > div > div span.orange {
  color: #3E6B3F;
  font-weight: 400;
}
@media (max-width: 768px) {
  .orders-table .bill {
    display: none;
  }
}
.orders-table .mobile-bill {
  display: none;
  position: absolute;
  top: 1.5rem;
  right: 0;
  height: 4rem;
  width: 3rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.2rem;
  background-color: #E7EAED;
  font-size: 1.6rem;
  color: #272727;
}
@media (max-width: 768px) {
  .orders-table .mobile-bill {
    display: flex;
  }
}
.cart-layout {
  display: flex;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .cart-layout {
    flex-direction: column;
    margin-top: 3rem;
  }
}
.cart-layout > div:nth-child(1) {
  width: 65%;
}
@media (max-width: 768px) {
  .cart-layout > div:nth-child(1) {
    width: 100%;
  }
}
.cart-layout > div:nth-child(2) {
  width: 35%;
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .cart-layout > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
    padding-top: 3rem;
  }
}
.cart-grid .grid-item {
  border: solid 0.1rem #E7EAED;
  border-radius: 0.4rem;
}
.cart-grid .grid-item:not(:last-child) {
  margin-bottom: 2rem;
}
.cart-grid .grid-item > div {
  display: flex;
  align-items: center;
  padding: 2rem;
}
@media (max-width: 768px) {
  .cart-grid .grid-item > div {
    padding: 1rem;
  }
}
.cart-grid .grid-item > div:nth-child(1) {
  border-bottom: solid 0.1rem #E7EAED;
}
@media (max-width: 768px) {
  .cart-grid .grid-item > div:nth-child(1) {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .cart-grid .grid-item > div:nth-child(2) {
    justify-content: space-between;
  }
}
.cart-grid .grid-item .price {
  color: #272727;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  margin-right: 4rem;
}
@media (max-width: 768px) {
  .cart-grid .grid-item .price {
    margin-right: 0;
    font-size: 1.2rem;
  }
}
.cart-grid .grid-item .price > span {
  margin-left: 2rem;
  color: #3E6B3F;
  font-weight: 300;
}
@media (max-width: 768px) {
  .cart-grid .grid-item .price > span {
    margin-left: 1rem;
  }
}
.cart-grid .grid-item .image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12rem;
  height: 8rem;
}
@media (max-width: 768px) {
  .cart-grid .grid-item .image {
    width: 10rem;
  }
}
.cart-grid .grid-item .description {
  color: #272727;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  line-height: 2;
  margin-left: 2rem;
  flex-grow: 1;
}
.cart-grid .grid-item .description:hover {
  color: #3E6B3F;
}
@media (max-width: 768px) {
  .cart-grid .grid-item .description {
    width: calc(100% - 12rem);
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .cart-grid .grid-item .controls {
    position: relative;
    border-top: none;
    width: 100%;
  }
}
.cart-grid .grid-item .controls .remove-cart-item {
  display: inline-flex;
  width: 5rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #7AE582;
  font-size: 2rem;
}
@media (max-width: 1199px) {
  .cart-grid .grid-item .controls .remove-cart-item {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
  }
}
.cart-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: #F5F5F5;
  border-radius: 0.4rem;
  padding: 2rem;
}
.cart-form .caption {
  color: #272727;
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .cart-form .caption {
    font-size: 1.8rem;
  }
}
.cart-form .price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.cart-form .price .label {
  color: #272727;
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 768px) {
  .cart-form .price .label {
    font-size: 1.6rem;
  }
}
.cart-form .price .value {
  color: #272727;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: none;
}
@media (max-width: 768px) {
  .cart-form .price .value {
    font-size: 1.6rem;
  }
}
.cart-form .total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-top: 2rem;
  border-top: solid 0.1rem #E7EAED;
}
.cart-form .total .label {
  color: #272727;
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 768px) {
  .cart-form .total .label {
    font-size: 1.6rem;
  }
}
.cart-form .total .value {
  color: #272727;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: none;
}
@media (max-width: 768px) {
  .cart-form .total .value {
    font-size: 1.6rem;
  }
}
.cart-grid.in-checkout .grid-item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cart-grid.in-checkout .grid-item {
    display: block;
  }
}
.cart-grid.in-checkout .grid-item > div {
  padding: 1rem 2rem;
}
.cart-grid.in-checkout .grid-item > div:nth-child(1) {
  border-bottom: none;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .cart-grid.in-checkout .grid-item > div:nth-child(1) {
    border-bottom: solid 0.1rem #E7EAED;
  }
}
.cart-grid.in-checkout .grid-item .image {
  width: 8rem;
  height: 6rem;
}
.cart-grid.in-checkout .grid-item .price {
  margin: 0 0 0 4rem;
}
@media (max-width: 1199px) {
  .cart-grid.in-checkout .grid-item .price {
    margin: 0 0 0 2rem;
  }
}
@media (max-width: 768px) {
  .cart-grid.in-checkout .grid-item .price {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .cart-grid.in-checkout .grid-item .description {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.cart-grid.in-checkout .grid-item .controls {
  display: none;
}
.order-prices {
  margin-top: 4rem;
}
@media (max-width: 1199px) {
  .order-prices {
    margin-top: 3rem;
  }
}
.order-prices > div {
  text-align: right;
}
.order-prices > div:not(:last-child) {
  margin-bottom: 2rem;
}
.order-prices > div > span {
  display: inline-block;
  color: #272727;
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: none;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .order-prices > div > span {
    font-size: 1.6rem;
  }
}
.order-prices > div > span:nth-child(2) {
  width: 10rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .order-prices > div > span:nth-child(2) {
    width: 8rem;
  }
}
.order-data {
  background-color: #F5F5F5;
  border-radius: 0.4rem;
  padding: 4rem 0 2rem 0;
  margin-bottom: 4rem;
}
@media (max-width: 1199px) {
  .order-data {
    margin-bottom: 3rem;
    padding: 2rem 0 0 0;
  }
}
.order-data .header {
  border-bottom: solid 0.1rem #E7EAED;
  color: #272727;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  padding: 0 0 2rem 0;
}
.order-data .requsites {
  display: flex;
  border-bottom: solid 0.1rem #E7EAED;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .order-data .requsites {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.order-data .requsites > div {
  flex-grow: 1;
  padding: 2rem 4rem;
}
@media (max-width: 768px) {
  .order-data .requsites > div {
    padding: 2rem;
  }
  .order-data .requsites > div:nth-child(1) {
    padding-bottom: 0;
  }
  .order-data .requsites > div:nth-child(2) {
    padding-top: 1rem;
  }
}
.order-data .requsites > div > div {
  display: flex;
  color: #272727;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .order-data .requsites > div > div {
    font-size: 1.2rem;
  }
}
.order-data .requsites > div > div:not(:last-child) {
  margin-bottom: 1rem;
}
.order-data .requsites > div > div span {
  display: inline-block;
  line-height: 1.5;
}
.order-data .requsites > div > div span:nth-child(1) {
  font-weight: 500;
  width: 20rem;
}
@media (max-width: 768px) {
  .order-data .requsites > div > div span:nth-child(1) {
    width: 14rem;
  }
}
.order-data .requsites > div > div span:nth-child(2) {
  width: calc(100% - 20rem);
}
@media (max-width: 768px) {
  .order-data .requsites > div > div span:nth-child(2) {
    width: calc(100% - 14rem);
  }
}
.user-type-select {
  display: flex;
  justify-content: space-between;
  max-width: 86rem;
  margin: 0 auto 4rem auto;
  border: solid 0.1rem #DCE2E6;
  border-radius: 0.4rem;
}
@media (max-width: 768px) {
  .user-type-select {
    flex-direction: column;
    padding: 0 2rem;
    border: none;
    margin: 0 0 2rem 0;
  }
}
.user-type-select div {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  height: 5rem;
  color: #90989F;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
  border-radius: 0.4rem;
  border: solid 0.2rem transparent;
  margin: -0.1rem;
  height: 5.2rem;
}
@media (max-width: 768px) {
  .user-type-select div {
    border: solid 0.1rem #DCE2E6;
  }
  .user-type-select div:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.user-type-select div.selected {
  border-color: #3E6B3F;
  color: #3E6B3F;
}
.inputs-group-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .inputs-group-header {
    padding: 0 2rem;
  }
}
.inputs-group-header .inputs-group-title {
  color: #272727;
  font-size: 2.4rem;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 768px) {
  .inputs-group-header .inputs-group-title {
    font-size: 1.8rem;
  }
}
.inputs-group-header .inputs-group-title_b {
  color: #272727;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: none;
}
.inputs-group-header .additional-info {
  color: #272727;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
}
@media (max-width: 768px) {
  .inputs-group-header .additional-info {
    font-size: 1rem;
  }
}
.inputs-group-header .additional-info span {
  color: #7AE582;
}
.checkout-inputs-group {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4rem;
  margin: 0 -1rem;
}
@media (max-width: 768px) {
  .checkout-inputs-group {
    padding: 0 2rem;
  }
}
.checkout-inputs-group .third {
  width: calc(100% / 12 * 4);
  padding: 0 1rem 2rem 1rem;
}
@media (max-width: 768px) {
  .checkout-inputs-group .third {
    width: 100%;
  }
}
.checkout-inputs-group .half {
  width: calc(100% / 12 * 6);
  padding: 0 1rem 2rem 1rem;
}
@media (max-width: 768px) {
  .checkout-inputs-group .half {
    width: 100%;
  }
}
.checkout-inputs-group .full {
  width: calc(100% / 12 * 12);
  padding: 0 1rem 2rem 1rem;
}
.checkout-inputs-group .input {
  height: 5rem;
  border-radius: 0.4rem;
  background-color: transparent;
}
.checkout-inputs-group .checkbox-label {
  display: inline-block;
  color: #272727;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
  line-height: 1.5;
  margin-left: 1rem;
}
.checkout-inputs-group .star {
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-size: 1.4rem;
  color: #7AE582;
}
.inputs-split {
  display: flex;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .inputs-split {
    flex-direction: column;
    padding: 0 1rem;
  }
}
.inputs-split > div:nth-child(1) {
  width: calc(100% / 12 * 8);
}
@media (max-width: 768px) {
  .inputs-split > div:nth-child(1) {
    width: 100%;
  }
}
.inputs-split > div:nth-child(2) {
  width: calc(100% / 12 * 4);
}
@media (max-width: 768px) {
  .inputs-split > div:nth-child(2) {
    width: 100%;
  }
}
.inputs-split .checkout-inputs-group {
  padding: 0 0;
  margin: 0;
}
.inputs-split .inputs-group-header {
  padding: 0 1rem;
}
.iso-icons {
  display: flex;
  margin: 0 -0.5rem;
}
.iso-icons > span {
  width: 4rem;
  height: 4rem;
  border-radius: 0.2rem;
  margin: 0 0.5rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  footer .footer-middle {
    flex-wrap: wrap;
  }
  footer .footer-middle .column {
    display: block;
    width: 100%;
  }
  footer .footer-middle .column::nth-child(1) {
    margin-bottom: 3.2rem;
  }
  footer .footer-middle .column:nth-child(4) {
    display: none;
  }
  footer #footer-menu_2 {
    margin-bottom: 0;
  }
}
.sub-sub-menu {
  padding: 0 0 0 2rem;
  margin: 2rem 0 0 0;
}
.privacy-policy {
  display: flex;
  align-items: center;
  margin-top: 4rem;
}
@media (max-width: 1199px) {
  .privacy-policy {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .privacy-policy {
    margin-top: 2rem;
  }
}
.privacy-policy .label {
  display: inline-block;
  color: #272727;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
  line-height: 1.5;
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .privacy-policy .label {
    font-size: 1.4rem;
    text-align: justify;
  }
}
section.call-to-action_a:before {
  display: none;
}
.select2-container--default {
  max-width: 100%;
}
.select2-container--default .select2-selection--single {
  border: solid 0.1rem #DCE2E6;
  background: transparent;
  border-radius: 0.4rem;
  height: 5rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 5rem;
  line-height: 5rem;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
  padding-left: 2rem;
  background-image: url('../svg/chevron-down-solid.svg');
  background-position: calc(100% - 2rem) center;
  background-size: 1rem;
  background-repeat: no-repeat;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-dropdown {
  border: solid 0.1rem #DCE2E6;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.select2-container--default .select2-dropdown .select2-search--dropdown .select2-search__field {
  border: solid 0.1rem #DCE2E6;
  border-radius: 0.2rem;
  height: 3rem;
  color: #333333;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: none;
  padding: 0 1rem;
}
.select2-container--default .select2-dropdown .select2-results__option {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
}
.select2-container--default .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  color: #FFFFFF;
}
.or {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -1rem 0 1rem 0;
  font-size: 1.3rem;
  color: #272727;
  font-weight: 300;
}
.or:before,
.or:after {
  content: '';
  display: block;
  height: 0.1rem;
  background-color: #E7EAED;
  flex-grow: 1;
}
.or:before {
  margin-right: 1rem;
}
.or:after {
  margin-left: 1rem;
}
.shipping-additional-info {
  padding: 0 1rem 2rem 1rem;
  line-height: 1.5;
  color: #3E6B3F;
  font-size: 1.4rem;
  font-weight: 300;
}
.attribute-selector > span.selected {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.add-to-cart-group .change-quantity {
  touch-action: manipulation;
}
.mobile-top-bar .button-cart:after {
  content: attr(data-count);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.6rem;
  width: 1.6rem;
  background-color: #3E6B3F;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 0.9rem;
  font-weight: 300;
  color: #FFFFFF;
}
.mobile-top-bar .button-cart[data-count="0"]:after {
  display: none;
}
.cart-grid .grid-item .image-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 32rem;
  height: 32rem;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  background-color: #FFFFFF;
  z-index: 10;
  border: solid 0.1rem #E7EAED;
  border-radius: 0.4rem;
}
.cart-grid .grid-item .image-popup.visible {
  display: block;
}
.cart-popup {
  display: none;
  position: absolute;
  top: calc(100% - 0.1rem);
  right: 2rem;
  width: 36rem;
  background-color: #FFFFFF;
  padding: 0 2rem;
  -webkit-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  border: solid 0.1rem #DCE2E6;
  border-radius: 0.4rem;
}
.cart-popup:hover,
.navigation .button-cart.cart-has-items:hover + .cart-popup {
  display: block;
}
.cart-popup .grid-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem 0;
}
.cart-popup .grid-item:not(:last-child) {
  border-bottom: solid 0.1rem #DCE2E6;
}
.cart-popup .grid-item .image {
  height: 6rem;
  width: 6rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.cart-popup .grid-item .name {
  padding: 0 1rem 0 2rem;
  color: #272727;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  width: calc(100% - 6rem - 8rem);
}
.cart-popup .grid-item .name:hover {
  color: #7AE582;
}
.cart-popup .grid-item .price {
  width: 8rem;
  text-align: right;
  font-size: 1.4rem;
  color: #7AE582;
  font-weight: 300;
}
.catalogue-menu > li > a {
  line-height: 1.2;
}
body.loading-ajax-query_products .loader {
  display: flex;
}
.loader {
  display: none;
  justify-content: center;
  align-items: center;
  height: 8rem;
}
.loader span {
  display: inline-block;
  font-size: 4rem;
  color: #DCE2E6;
}
.loader span i {
  animation-name: rotate;
  animation-duration: 1600ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.recovery-form {
  max-width: 48rem;
  margin: 4rem auto;
  border: solid 0.1rem #E7EAED;
  border-radius: 0.2rem;
  padding: 4rem;
}
@media (max-width: 768px) {
  .recovery-form {
    margin: 0;
    padding: 0;
    border: unset;
  }
}
.recovery-form .input {
  height: 5rem;
  margin-bottom: 2rem;
}
.recovery-form .caption {
  color: #272727;
  font-size: 2.4rem;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .recovery-form .caption {
    margin-bottom: 2rem;
  }
}
.recovery-form .error-message {
  display: none;
  color: #90989F;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: none;
  line-height: 1.5;
  margin-top: 2rem;
}
.recovery-form .error-message.visible {
  display: block;
}
.recovery-form .error-message i {
  color: #7AE582;
}
#message_recovery-form .artwork {
  max-width: 16rem;
}
@media (max-width: 768px) {
  .order-again {
    display: none;
  }
}
.order-again-mobile {
  display: none;
  position: absolute;
  top: 1.5rem;
  right: 4rem;
  height: 4rem;
  width: 3rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.2rem;
  background-color: #7AE582;
  font-size: 1.6rem;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .order-again-mobile {
    display: flex;
  }
}
.orders-table > div > div:nth-child(4) {
  width: 15%;
}
.orders-table > div > div:nth-child(5) {
  width: 20%;
}
.orders-table > div > div:nth-child(6) {
  width: 15%;
}
@media (max-width: 768px) {
  .orders-table > div > div:nth-child(4) {
    width: 100%;
  }
  .orders-table > div > div:nth-child(5) {
    width: 40%;
  }
}
.language-menu {
  display: none;
}
.dropdown .dropdown-top-bar .mobile-searchbox {
  margin-right: 2rem;
  width: 100%;
}
.dropdown .dropdown-top-bar .mobile-searchbox input {
  width: 100%;
}
.half-select .option .description {
  margin: 0 auto 6rem auto;
}
.half-select .option .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.header-mobile .mobile-top-bar .toggle-search {
  display: inline-flex;
  width: 4rem;
  height: 5rem;
  align-items: center;
  justify-content: center;
}
.header-mobile .mobile-top-bar .toggle-search svg {
  height: 2rem;
}
.search-dropdown {
  display: none;
  position: fixed;
  top: 5rem;
  left: 0;
  right: 0;
  z-index: 15;
  padding: 0.9rem 2rem 1rem 2rem;
  background-color: #E7EAED;
  border-top: solid 0.1rem #DCE2E6;
}
.search-dropdown .mobile-searchbox {
  display: flex;
}
.search-dropdown .mobile-searchbox input {
  height: 3rem;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
  border: none;
  width: 100%;
}
.search-dropdown .mobile-searchbox .submit-search {
  background-color: transparent;
  background-image: url('../svg/icon_search.svg');
  height: 2rem;
  width: 2rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.header-mobile .mobile-top-bar .authorization,
.header-mobile .mobile-top-bar .button-cart {
  width: 4rem;
}
.header-mobile .mobile-top-bar .authorization svg,
.header-mobile .mobile-top-bar .button-cart svg {
  height: 2rem;
}
.tyc_product_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 50px 0;
}
.tyc_product_box {
  border-radius: 3px;
  overflow: hidden;
}
.tyc_product_box:hover .tyc_product_title {
  color: #7AE582;
}
.tyc_upper {
  height: 283px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border: 1px solid #E0E0E0;
  border-width: 1px 1px 0 1px;
}
.tyc_lower {
  padding: 42px 27px;
  background: #1C1C1C;
  height: 220px;
}
.tyc_product_title {
  font-size: 24px;
  line-height: 28px;
  color: white;
  margin: 0 0 14px 0;
  min-height: 56px;
  transition: ease-in-out 0.2s;
}
.tyc_product_text {
  font-size: 16px;
  line-height: 24px;
  color: white;
  margin: 0;
}
.tyc_banner {
  height: 300px;
  display: flex;
  align-items: center;
}
.tyc_banner h1 {
  font-size: 44px;
  line-height: 60px;
  font-weight: 300;
  margin: 0;
  max-width: 666px;
  color: white;
}
.tyc_banner .container {
  width: 100%;
}
@media (max-width: 1000px) {
  .tyc_product_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .tyc_product_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .tyc_banner h1 {
    font-size: 29px;
    line-height: 42px;
    text-align: center;
  }
  .tyc_lower {
    height: auto;
  }
}
.tyc_banner.tyc_single_banner {
  height: 152px;
}
.tycr_main {
  display: flex;
  gap: 47px;
  padding-top: 50px;
  margin-bottom: 50px;
  align-items: flex-start;
}
.tycr_left {
  width: 100%;
  max-width: 495px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
}
.tycr_right {
  max-width: 620px;
}
.tycr_right h3 {
  font-size: 28px;
  line-height: 33px;
  color: #333333;
  margin: 0 0 30px 0;
}
.tycr_right p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin: 0 0 30px 0;
}
.tycr_right table {
  border-collapse: separate;
  border-spacing: 3px;
  max-width: 470px;
  margin-bottom: 24px;
}
.tycr_right table:last-child {
  margin-bottom: -3px;
}
.tycr_rigght table tr {
  margin-bottom: 2px;
}
.tycr_right table th {
  background: #f2f2f2;
  padding: 10px 5px;
}
.tycr_right th {
  font-weight: 400;
}
.tycr_main_tr th {
  font-weight: 700;
}
.tycr_line {
  width: 100%;
  height: 1px;
  background: #E0E0E0;
}
.tycr_galerija {
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
}
/* .tycr_galerija.carousel.is-draggable {
	display: block;
} */
.tycr_galerija_item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #333333;
  margin: 0 0 24px 20px;
  height: 22px;
  text-align: left;
}
.tycr_galerija_img_wrap {
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  position: relative;
  height: 283px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}
.tycr_galerija_img_wrap img:not(.tycr_expand_icon) {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tycr_expand_icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 20px;
  right: 20px;
  transition: ease-in-out 0.2s;
}
.tycr_galerija_item {
  max-width: 33.3333%;
}
.tycr_galerija_img_wrap:hover .tycr_expand_icon {
  transform: scale(1.15);
}
.tycr_video_btn {
  height: 50px;
  width: 270px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #7AE582;
  margin: 0 auto 30px auto;
}
.tycr_video_btn:hover {
  background: #3E6B3F;
}
.tycr_video_btn img {
  width: 13px;
  height: 16px;
}
.tycr_video_btn span {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.tycr_galerija .carousel__dots {
  display: none;
}
.tycr_galerija .carousel__nav {
  position: initial;
}
.tycr_galerija .carousel__button.is-next {
  right: -30px;
  top: 57%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  filter: invert(1);
}
.tycr_galerija .carousel__button.is-prev {
  left: -30px;
  top: 57%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  filter: invert(1);
}
.tycr_second_block {
  background: #F5F6FA;
  padding: 50px 0;
}
.tycr_sec_wrapper {
  display: flex;
  gap: 43px;
  align-items: center;
}
.tycr_sec_left {
  height: auto;
  max-width: 685px;
}
.tycr_sec_left h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
  color: #333333;
  margin: 0 0 30px 0;
}
.tycr_sec_left p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.tycr_sef_right {
  /* height: 426px; */
  width: 432px;
  border-radius: 3px;
  background: white;
  padding: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: zoom-in;
}
.tycr_sef_right:hover .tycr_expand_icon {
  transform: scale(1.15);
}
.tycr_third_block {
  padding: 50px 0 0 0;
  display: flex;
  gap: 43px;
  margin-bottom: 50px;
}
.tycr_th_left {
  max-width: 685px;
  height: auto;
}
.tycr_th_left h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
  color: #333333;
  margin: 0 0 30px 0;
}
.tycr_th_left p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.tycr_th_right {
  width: 432px;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  background: #F5F6FA;
}
.tycr_product_btn {
  height: 50px;
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #7AE582;
  margin: 0 auto 30px auto;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.tycr_product_btn:hover {
  background: #3E6B3F;
  color: white;
}
@media (max-width: 1100px) {
  .tycr_th_left,
  .tycr_sec_left {
    width: 56%;
    max-width: initial;
  }
}
@media (max-width: 900px) {
  .tycr_main,
  .tycr_sec_wrapper,
  .tycr_third_block {
    flex-direction: column;
    align-items: center;
  }
  .tycr_left {
    max-width: 620px;
  }
  .tycr_th_left,
  .tycr_sec_left {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tycr_galerija_item {
    max-width: calc(50% - 10px);
  }
  .tycr_galerija_item p {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .tycr_video_btn,
  .tycr_product_btn {
    width: fit-content;
    padding: 12px 24px;
    height: auto;
  }
  .tycr_th_right,
  .tycr_sef_right {
    width: 100%;
  }
  .tycr_galerija_img_wrap {
    height: 225px;
  }
  .tycr_expand_icon {
    width: 18px;
    height: 18px;
    top: 14px;
    right: 14px;
  }
  .tycr_galerija .carousel__button.is-next {
    right: -14px;
  }
  .tycr_galerija .carousel__button.is-prev {
    left: -14px;
  }
}
.tycr_th_right img {
  object-fit: cover;
  height: 175px;
  cursor: pointer;
}
.mobile-catalogue-menu .catalogue-menu > li:last-child {
  padding-bottom: 12rem;
}
.catalogue-filter .filter-group:last-child {
  padding-bottom: 12rem;
}
#widget_aizdevums {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  #widget_aizdevums {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.checkout_payment_online {
  display: none;
}
html {
  font-family: 'Rubik', sans-serif;
  color: #000000;
}
