/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "Spartan";
  src: url("../assets/fonts/Spartan-Bold.woff2") format("woff2"), url("../assets/fonts/Spartan-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spartan";
  src: url("../assets/fonts/Spartan-Regular.woff2") format("woff2"), url("../assets/fonts/Spartan-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spartan";
  src: url("../assets/fonts/Spartan-Medium.woff2") format("woff2"), url("../assets/fonts/Spartan-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Verdana";
  src: url("../assets/fonts/Verdana-Bold.woff2") format("woff2"), url("../assets/fonts/Verdana-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Verdana";
  src: url("../assets/fonts/Verdana.woff2") format("woff2"), url("../assets/fonts/Verdana.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.51;
  color: #000;
}
@media (max-width: 1023px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  body {
    font-size: 1.5rem;
  }
}
body.open-menu {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
:root {
  --app-height: 100%;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.41em / 2);
  font-family: "Spartan", sans-serif;
}
.h1,
h1 {
  font-size: 4.8rem;
  line-height: 1.67;
  font-weight: 700;
}
@media (max-width: 1699px) {
  .h1,
  h1 {
    font-size: 4.2rem;
  }
}
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 4rem;
  }
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 1023px) {
  .h1,
  h1 {
    font-size: 3rem;
  }
}
.h2,
h2 {
  font-size: 4rem;
  font-weight: 700;
}
@media (max-width: 1699px) {
  .h2,
  h2 {
    font-size: 3.6rem;
  }
}
@media (max-width: 1399px) {
  .h2,
  h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 1199px) {
  .h2,
  h2 {
    font-size: 3rem;
  }
}
.h3,
h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.67;
}
@media (max-width: 1699px) {
  .h3,
  h3 {
    font-size: 2.6rem;
  }
}
@media (max-width: 1399px) {
  .h3,
  h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 1199px) {
  .h3,
  h3 {
    font-size: 2rem;
  }
}
.h4,
h4 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 1699px) {
  .h4,
  h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 1399px) {
  .h4,
  h4 {
    font-size: 1.6rem;
  }
}
.h5,
h5 {
  font-size: 1.8rem;
}
@media (max-width: 1399px) {
  .h5,
  h5 {
    font-size: 1.5rem;
  }
}
.h6,
h6 {
  font-size: 1.6rem;
}
@media (max-width: 1399px) {
  .h6,
  h6 {
    font-size: 1.4rem;
  }
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.41em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article {
  text-align: left;
  line-height: 1.76;
  color: #000;
}
@media (max-width: 1199px) {
  .article {
    font-size: 1.5rem;
  }
}
.article .article__image {
  overflow: hidden;
  display: block;
  position: relative;
  padding-top: 58%;
  box-shadow: 0.8rem 0.8rem 0.8rem rgba(0, 0, 0, 0.16);
}
.article .article__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.article .article__image:hover img {
  transform: scale(1.1);
}
.article .article__content {
  padding: 2.3rem 2.2rem 0;
}
@media (max-width: 1199px) {
  .article .article__content {
    padding: 2rem 0;
  }
}
.article .article__content h4 {
  letter-spacing: 0.08em;
  margin-bottom: 1.9rem;
}
@media (max-width: 1199px) {
  .article .article__content h4 {
    margin-bottom: 1.5rem;
  }
}
.article .article__content h4 a {
  text-decoration: none;
}
.article .article__content h4 a:hover {
  text-decoration: underline;
}
.article p {
  letter-spacing: 0.025em;
}
/*  article alt  */
.article--alt .article__content {
  padding: 2.3rem 2rem 2.8rem 3.7rem;
  font-size: 1.7rem;
  line-height: 1.47;
}
@media (max-width: 1399px) {
  .article--alt .article__content {
    padding: 2.2rem;
  }
}
@media (max-width: 1199px) {
  .article--alt .article__content {
    font-size: 1.6rem;
    padding: 2rem 0rem;
  }
}
.article--alt .article__content h4 {
  margin-bottom: 1rem;
}
/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */
.articles .articles__items {
  display: flex;
  flex-flow: row wrap;
  margin: 0rem -0.8rem -4.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .articles .articles__items {
    display: block;
    margin: 0rem 0rem -2.5rem;
  }
}
.articles .articles__item {
  flex: 1;
  padding: 0rem 0.8rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .articles .articles__item {
    padding: 0;
    margin-bottom: 2.5rem;
  }
}
.articles .articles__item--1of4 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1023px) {
  .articles .articles__item--1of4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .articles .articles__item--1of4 {
    max-width: 100%;
  }
}
.articles .articles__item--1of3 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media (max-width: 1199px) {
  .articles .articles__item--1of3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .articles .articles__item--1of3 {
    max-width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */
.box {
  position: relative;
  border: solid 0.5rem #67BE73;
  border-radius: 1.6rem;
  background-color: #fff;
  text-align: center;
  padding: 3.1rem 6.5rem 6.5rem;
  filter: drop-shadow();
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 1699px) {
  .box {
    padding: 3.1rem;
  }
}
.box .box__counter {
  color: #67BE73;
  font-size: 8rem;
  line-height: 1.88;
  font-weight: 700;
  font-family: "Spartan", sans-serif;
}
@media (max-width: 1699px) {
  .box .box__counter {
    font-size: 7rem;
    line-height: 1.5;
  }
}
@media (max-width: 1199px) {
  .box .box__counter {
    font-size: 6rem;
  }
}
.box h4 {
  letter-spacing: 0.035em;
  margin-bottom: 2rem;
}
.box p {
  letter-spacing: 0.025em;
}
/* ------------------------------------------------------------ *\
	Boxes
\* ------------------------------------------------------------ */
.boxes .boxes__items {
  display: flex;
  flex-flow: row wrap;
  margin: 0rem -4rem -2rem;
}
@media (max-width: 1699px) {
  .boxes .boxes__items {
    margin: 0rem -2rem -2rem;
  }
}
@media (max-width: 1199px) {
  .boxes .boxes__items {
    margin: 0rem -1rem -2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .boxes .boxes__items {
    margin: 0rem 0rem -2rem;
    display: block;
  }
}
.boxes .boxes__item {
  flex: 1;
  padding: 0rem 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 1699px) {
  .boxes .boxes__item {
    padding: 0rem 2rem;
  }
}
@media (max-width: 1199px) {
  .boxes .boxes__item {
    padding: 0rem 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .boxes .boxes__item {
    padding: 0;
  }
}
.boxes .boxes__item--1of4 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1199px) {
  .boxes .boxes__item--1of4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .boxes .boxes__item--1of4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  border: 0.5rem solid #67BE73;
  border-radius: 1.5rem;
  color: #fff;
  font-family: "Verdana", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.22;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  background-color: #67BE73;
  padding: 0.9rem 1.7rem;
  min-width: 17.4rem;
  transition: opacity 0.3s, background-color 0.3s, color 0.3s;
  margin-top: 25px;
}

.btn-secondary{
    margin-left: 15% !important;
    margin-bottom: 2% !important;
}

@media (max-width: 1023px) {
  .btn {
    font-size: 1.6rem;
  }
}
.btn:hover, .btn:focus {
  opacity: 0.8;
}
.btn--hover2:hover, .btn--hover2:focus {
  opacity: 0.9;
}
/*  btn white  */
.btn--white {
  background-color: #fff;
  color: #67BE73;
  border-color: #fff;
}
/*  btn outline  */
.btn--outline {
  background-color: transparent;
  color: #67BE73;
}
.btn--outline:hover, .btn--outline:focus {
  opacity: 1;
  color: #fff;
  background-color: #67BE73;
}
.btn--outline-white {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn--outline-white:hover, .btn--outline-white:focus {
  opacity: 1;
  color: #67BE73;
  background-color: #fff;
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/*  btn lime  */
.btn--lime {
  background-color: #D8DD72;
  color: #000;
  font-size: 1.9rem;
  line-height: 1.21;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
  border: solid 0.2rem #D8DD72;
  padding: 1.6rem 1.5rem;
  min-width: 20.2rem;
}
@media (max-width: 1023px) {
  .btn--lime {
    font-size: 1.6rem;
  }
}
.btn--lime.btn--outline {
  background-color: transparent;
  color: #fff;
}
.btn--lime.btn--outline:hover, .btn--lime.btn--outline:focus {
  opacity: 1;
  color: #000;
  background-color: #D8DD72;
}
/* ------------------------------------------------------------ *\
	Card book
\* ------------------------------------------------------------ */
.card-book {
  position: relative;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .card-book {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-book {
    font-size: 1.6rem;
  }
}
.card-book .card__decoration {
  position: absolute;
  top: 0;
  right: -1.9%;
  transform: translateY(-13.5%) rotate(26deg);
  opacity: 0.55;
  z-index: -1;
}
@media (max-width: 1399px) {
  .card-book .card__decoration {
    right: -4%;
  }
}
@media (max-width: 1199px) {
  .card-book .card__decoration {
    right: -5%;
    max-width: 37rem;
  }
}
@media (max-width: 1023px) {
  .card-book .card__decoration {
    top: auto;
    bottom: 0;
    right: 0;
    transform: translateY(0%) rotate(26deg);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-book .card__decoration {
    max-width: 70%;
  }
}
.card-book .card__inner {
  padding: 7.1rem 12.3rem 8.2rem;
  width: 80%;
  background-color: #47B973;
  border-radius: 10rem;
  isolation: isolate;
}
@media (max-width: 1199px) {
  .card-book .card__inner {
    padding: 5rem 7rem;
  }
}
@media (max-width: 1023px) {
  .card-book .card__inner {
    position: relative;
    width: 100%;
    padding: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-book .card__inner {
    padding: 2rem;
    border-radius: 4rem;
  }
}
.card-book .card__content {
  width: 80%;
}
@media (max-width: 1023px) {
  .card-book .card__content {
    width: 100%;
  }
}
.card-book .card__inner h2 {
  letter-spacing: 0.025em;
}
.card-book .card__inner p:not(:last-child) {
  margin-bottom: 4rem;
}
.card-book .card__actions {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: -1.2rem;
}
.card-book .card__actions a {
  margin-right: 3.4rem;
  margin-bottom: 1.2rem;
}
.card-book .card__actions a:last-child {
  margin-right: 0;
}
.card-book .card__aside {
  position: absolute;
  top: -8%;
  right: 13.5%;
  max-width: 35rem;
  width: 100%;
}
@media (max-width: 1399px) {
  .card-book .card__aside {
    right: 5%;
  }
}
@media (max-width: 1199px) {
  .card-book .card__aside {
    top: -5%;
  }
}
@media (max-width: 1023px) {
  .card-book .card__aside {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-book .card__aside {
    max-width: 100%;
  }
}
.card-book .card__image {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(9deg);
  padding-top: 142%;
  width: 100%;
  max-width: 35rem;
}
@media (max-width: 1199px) {
  .card-book .card__image {
    max-width: 30rem;
    padding-top: 120%;
  }
}
@media (max-width: 1023px) {
  .card-book .card__image {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-book .card__image {
    max-width: 100%;
    width: 100%;
    padding-top: 142%;
  }
}
.card-book .card__image:after {
  content: "";
  position: absolute;
  top: -1.4rem;
  left: -1.6rem;
  background-color: #47B973;
  width: 102%;
  height: 85%;
  z-index: -1;
}
@media (max-width: 1023px) {
  .card-book .card__image:after {
    display: none;
  }
}
.card-book .card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ------------------------------------------------------------ *\
	Card resourse
\* ------------------------------------------------------------ */
.card-resourse {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .card-resourse {
    display: block;
  }
}
.card-resourse h2 {
  letter-spacing: 0.025em;
  margin-bottom: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-resourse h2 {
    margin-bottom: 2rem;
  }
}
.card-resourse p {
  letter-spacing: 0.08em;
}
.card-resourse p:not(:last-child) {
  margin-bottom: 4.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-resourse p:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.card-resourse .card__decoration {
  position: absolute;
  top: 0;
  right: 0;
}
.card-resourse .card__aside {
  z-index: 1;
  flex: 0 0 49%;
  max-width: 49%;
}
@media (max-width: 1023px) {
  .card-resourse .card__aside {
    max-width: 100%;
  }
}
.card-resourse .card__content {
  padding-bottom: 4.4rem;
  flex: 0 0 51%;
  max-width: 51%;
  letter-spacing: 0.025em;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 1399px) {
  .card-resourse .card__content {
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .card-resourse .card__content {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .card-resourse .card__content {
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-resourse .card__content {
    font-size: 1.6rem;
  }
}
.card-resourse .card__content-inner {
  padding: 6% 14% 7.4% 10%;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-resourse .card__content-inner {
    padding: 2rem;
  }
}
.card-resourse .card__content-inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 150%;
  background-color: #47B973;
  z-index: -1;
  border-radius: 10.1rem;
}
.card-resourse .card__media {
  position: relative;
  padding-top: 52.5%;
  margin-left: auto;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .card-resourse .card__media {
    margin-bottom: 3rem;
  }
}
.card-resourse .card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-resourse .card__media:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.card-resourse .card__media:after {
  content: "";
  position: absolute;
  top: -2.3rem;
  right: -2.5rem;
  width: 94%;
  height: 93%;
  background-color: #47B973;
  z-index: -1;
}
@media (max-width: 1023px) {
  .card-resourse .card__media:after {
    left: -1.8rem;
    top: -1.8rem;
  }
}
.card-resourse .card__media--video {
  padding-top: 58%;
}
.card-resourse .card__media--video:before {
  display: none;
}
.card-resourse .card__media--video:after {
  top: -1.6rem;
  right: -1.8rem;
  width: 93.5%;
}
@media (max-width: 1023px) {
  .card-resourse .card__media--video:after {
    left: -1.8rem;
    top: -1.8rem;
  }
}
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .card {
    display: block;
  }
}
.card .card__aside {
  flex: 0 0 49%;
  max-width: 49%;
}
@media (max-width: 1023px) {
  .card .card__aside {
    max-width: 100%;
  }
}
.card .card__content {
  padding-left: 7%;
  padding-right: 5%;
  padding-bottom: 3rem;
  flex: 0 0 51%;
  max-width: 51%;
  letter-spacing: 0.025em;
  line-height: 1.76;
}
@media (max-width: 1023px) {
  .card .card__content {
    padding: 0;
    max-width: 100%;
  }
}
.card .card__media {
  position: relative;
  padding-top: 65%;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .card .card__media {
    margin-bottom: 3rem;
  }
}
.card .card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card .card__media:after {
  content: "";
  position: absolute;
  top: -2.3rem;
  left: -2.5rem;
  width: 94.5%;
  height: 93%;
  background-color: #67BE73;
  z-index: -1;
}
@media (max-width: 1023px) {
  .card .card__media:after {
    left: -1.8rem;
    top: -1.8rem;
  }
}
.card .card__media--right:after {
  left: auto;
  right: -1.8rem;
  top: -1.8rem;
  width: 93.8%;
}
.card .card__entry {
  margin-bottom: 2.6rem;
}
.card h3 {
  padding-left: 0.3rem;
  letter-spacing: 0.035em;
  margin-bottom: 2rem;
}
@media (max-width: 1199px) {
  .card h3 {
    padding-left: 0;
  }
}
.card h3 span {
  color: #47B973;
}
.card p:not(:last-child) {
  margin-bottom: 3rem;
}
/*  card reversed  */
.card--reversed {
  flex-direction: row-reverse;
}
/*  card book  */
.card--book .card__content {
  position: relative;
  padding-right: 3%;
  padding-left: 0.5%;
  padding-bottom: 0;
  padding-top: 4.5%;
  flex: 0 0 45.1%;
  max-width: 45.1%;
}
@media (max-width: 1023px) {
  .card--book .card__content {
    padding: 0rem;
    max-width: 100%;
  }
}
.card--book h3 {
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .card--book h3 {
    margin-bottom: 2rem;
  }
}
.card--book .card__aside {
  flex: 0 0 54.9%;
  max-width: 54.9%;
}
@media (max-width: 1023px) {
  .card--book .card__aside {
    max-width: 100%;
  }
}
.card--book .card__entry {
  max-width: 50.6rem;
  margin-bottom: 3.9rem;
}
.card--book .card__media {
  padding-top: 56.3%;
  border-radius: 0.7rem;
  overflow: hidden;
  filter: drop-shadow(0.8rem 0.8rem 0.8rem rgba(0, 0, 0, 0.16));
}
.card--book .card__media:after {
  display: none;
}
.card--book .card__decoration {
  position: absolute;
  top: 54%;
  left: 0;
  transform: translate(6%, -50%);
  opacity: 0.5;
  z-index: -1;
  text-align: center;
}
@media (max-width: 1023px) {
  .card--book .card__decoration {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.card--book .card__decoration img {
  display: inline-block;
}
/*  card secondary  */
.card--secondary .card__content {
  padding-bottom: 2rem;
  padding-left: 6.1%;
  flex: 0 0 46.6%;
  max-width: 46.6%;
}
@media (max-width: 1023px) {
  .card--secondary .card__content {
    padding: 0;
    max-width: 100%;
  }
}
.card--secondary .card__aside {
  flex: 0 0 53.4%;
  max-width: 53.4%;
}
@media (max-width: 1023px) {
  .card--secondary .card__aside {
    max-width: 100%;
  }
}
.card--secondary .card__media {
  padding-top: 58.4%;
}
.card--secondary .card__entry {
  max-width: 50.6rem;
  margin-bottom: 3.6rem;
}
/*  card alt  */
.card--alt {
  align-items: center;
}
.card--alt .card__content {
  padding-top: 1.4rem;
  padding-left: 3.7%;
  padding-right: 2%;
  padding-bottom: 0rem;
}
@media (max-width: 1023px) {
  .card--alt .card__content {
    padding: 0;
    max-width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
.copyright {
  color: #fff;
  line-height: 1.76;
  font-family: "Fira Sans", sans-serif;
}
.copyright a {
  text-decoration: none;
}
.copyright a:hover {
  text-decoration: underline;
}
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature {
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.9rem;
  letter-spacing: -0.01em;
  line-height: 1.21;
  padding-bottom: 4rem;
}
@media (max-width: 1699px) {
  .feature {
    font-size: 1.7rem;
  }
}
@media (max-width: 1399px) {
  .feature {
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .feature {
    padding: 0;
  }
}
.feature .feature__icon {
  height: 10.5rem;
  display: inline-flex;
  font-size: 9rem;
  color: #47B973;
  margin-bottom: 2.8rem;
  filter: drop-shadow(0.3rem 0.3rem 0.9rem rgba(0, 0, 0, 0.1));
}
@media (max-width: 1699px) {
  .feature .feature__icon {
    height: 7rem;
    font-size: 6rem;
  }
}
@media (max-width: 1199px) {
  .feature .feature__icon {
    font-size: 5rem;
    height: 5.6rem;
  }
}
.feature .feature__icon svg {
  height: auto;
}
@media (max-width: 1699px) {
  .feature .feature__icon svg {
   /* max-width: 4rem;*/
  }
}
@media (max-width: 1199px) {
  .feature .feature__icon svg {
    /*max-width: 4.0rem;*/
  }
}
.feature .feature__icon span {
  font-size: 12rem;
}
@media (max-width: 1699px) {
  .feature .feature__icon span {
    font-size: 9rem;
  }
}
@media (max-width: 1199px) {
  .feature .feature__icon span {
    font-size: 7.5rem;
  }
}
.feature h4 {
  text-transform: uppercase;
  margin-bottom: 1.7rem;
}
.feature--alt {
  padding: 2.6rem 0 1.8rem;
}
/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
.features .features__items {
  display: flex;
  margin: 0rem -5.7rem;
}
@media (max-width: 1699px) {
  .features .features__items {
    margin: 0rem -2.5rem;
  }
}
@media (max-width: 1199px) {
  .features .features__items {
    margin: 0rem -1rem;
  }
}
@media (max-width: 1023px) {
  .features .features__items {
    display: block;
    margin: 0;
  }
}
.features .features__item {
  position: relative;
  padding: 0rem 5.7rem;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1699px) {
  .features .features__item {
    padding: 0rem 2rem;
  }
}
@media (max-width: 1199px) {
  .features .features__item {
    padding: 0rem 1rem;
  }
}
@media (max-width: 1023px) {
  .features .features__item {
    padding: 2rem 0;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .features .features__item:first-child {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  .features .features__item:last-child {
    padding-bottom: 0;
  }
}
.features .features__item:first-child:after {
  display: none;
}
.features .features__item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 89%;
  background-color: #464646;
}
@media (max-width: 1023px) {
  .features .features__item:after {
    width: 90%;
    height: 0.1rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------------------------------------------------------------ *\
	Field
\* ------------------------------------------------------------ */
.field {
  display: block;
  background-color: #fff;
  border-radius: 1rem;
  font-size: 1.5rem;
  font-family: "Spartan", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border: none;
  box-shadow: 0.5rem 0.5rem 0.6rem rgba(0, 0, 0, 0.16);
  width: 100%;
  padding: 2rem;
  /*height: 4.8rem;*/
}
@media (max-width: 1023px) {
  .field {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .field {
    font-size: 1.3rem;
  }
}
.field::placeholder {
  color: #4D4D4D;
}
.field::-webkit-input-placeholder {
  color: #4D4D4D;
  font-weight: 400;
}
.field:-moz-placeholder {
  color: #4D4D4D;
  font-weight: 400;
}
.field::-moz-placeholder {
  color: #4D4D4D;
  font-weight: 400;
}
.field:-ms-input-placeholder {
  color: #4D4D4D !important;
  font-weight: 400 !important;
}
.field::-ms-input-placeholder {
  color: #4D4D4D;
  font-weight: 400;
}
.field::placeholder {
  color: #4D4D4D;
  font-weight: 400;
}
/*  field textarea  */
.field--textarea {
  height: 22.6rem;
  resize: none;
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer .footer__outer {
  padding: 4.6rem 0 7.7rem;
  background-color: #1D1D1D;
  text-align: center;
}
@media (max-width: 1023px) {
  .footer .footer__outer {
    padding: 4rem 0;
  }
}
.footer .footer__logo {
  display: inline-block;
  margin-bottom: -1.8rem;
}
.footer .footer__actions {
  margin-top: 3.5rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: -2rem;
}
.footer .footer__actions a {
  margin: 0rem 1.8rem 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__actions a {
    margin: 0rem 1rem 2rem;
  }
}
.footer .footer__bar {
  text-align: center;
  background-color: #67BE73;
  padding: 1.7rem 0;
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
  max-width: 101.6rem;
  margin: 0 auto;
  text-align: left;
}
.form .form__row + .form__row {
  margin-top: 3.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__row + .form__row {
    margin-top: 2rem;
  }
}
.form .form__row + .form__row--alt {
  margin-top: 4.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__row + .form__row--alt {
    margin-top: 2rem;
  }
}
.form .form__cols {
  display: flex;
  align-items: center;
  margin: 0rem -1.9rem -2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__cols {
    display: block;
    margin: 0;
  }
}
.form .form__col {
  flex: 1;
  padding: 0rem 1.9rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__col {
    padding: 0;
  }
}
.form .form__col--1of2 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__col--1of2 {
    max-width: 100%;
  }
}
.form .form__actions {
  margin-top: 4.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__actions {
    margin-top: 3rem;
  }
}
.form .form__actions--alt {
  margin-top: 3.5rem;
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: flex;
  flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  flex: 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  z-index: 100;
  position: relative;
  background-color: #EAEAEA;
  filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.16));
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 39.2%;
  clip-path: polygon(0 0, 100% 0%, 91.5% 100%, 0% 100%);
  background-color: #67BE73;
  z-index: -1;
}
@media (min-width: 1920.02px) {
  .header:before {
    width: 45%;
  }
}
@media (max-width: 1199px) {
  .header:before {
    width: 42%;
  }
}
@media (max-width: 1023px) {
  .header:before {
    width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header:before {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .header:before {
    width: 84%;
  }
}
.header .header__inner {
  display: flex;
  justify-content: space-between;
}
.header .header__logo {
  padding: 0.9rem 2rem 1.2rem 0;
  position: relative;
  flex: 0 0 40%;
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.025em;
  line-height: 2;
  font-family: "Spartan", sans-serif;
  font-weight: 700;
  text-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.67);
}
@media (max-width: 1699px) {
  .header .header__logo {
    font-size: 3rem;
  }
}
@media (max-width: 1399px) {
  .header .header__logo {
    font-size: 2.8rem;
  }
}
@media (max-width: 1199px) {
  .header .header__logo {
    font-size: 2.5rem;
    flex: 0 0 42%;
  }
}
@media (max-width: 1023px) {
  .header .header__logo {
    font-size: 2.2rem;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__logo {
    font-size: 2rem;
    flex: 0 0 70%;
  }
}
@media (max-width: 575px) {
  .header .header__logo {
    font-size: 1.4rem;
    flex: 0 0 85%;
  }
}
.header .header__logo a {
  text-decoration: none;
}
.header .header__content {
  padding-right: 3.9%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1699px) {
  .header .header__content {
    padding-right: 0;
  }
}
.header .header__search {
  margin-left: 5.4rem;
}
@media (max-width: 1699px) {
  .header .header__search {
    margin-left: 3rem;
  }
}
@media (max-width: 1199px) {
  .header .header__search {
    margin-left: 2rem;
  }
}
@media (max-width: 1023px) {
  .header .header__search {
    margin: 0 auto 2rem;
  }
}
/* ------------------------------------------------------------ *\
	Hero secondary
\* ------------------------------------------------------------ */
.hero-secondary {
  min-height: 32.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.hero-secondary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: -1;
}
.hero-secondary h2 {
  color: #fff;
  letter-spacing: 0.025em;
  line-height: 1.38;
}
/*  hero secondary alt  */
.hero-secondary--alt {
  min-height: 29.6rem;
}
/*  hero secondary big  */
.hero-secondary--big {
  min-height: 30.8rem;
}
.test {
  height: 20rem;
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  overflow: hidden;
  position: relative;
  color: #fff;
}
.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 52.7%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0%, 82.5% 100%, 0% 100%);
  background-color: #343434;
  z-index: -1;
}
@media (max-width: 1023px) {
  .hero:after {
    width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero:after {
    clip-path: none;
  }
}
.hero .hero__anchor-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 4.8rem;
  color: #fff;
  transition: opacity 0.3s;
}
@media (max-width: 1023px) {
  .hero .hero__anchor-link {
    font-size: 4rem;
    bottom: 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__anchor-link {
    left: auto;
    right: 2rem;
    transform: none;
  }
}
.hero .hero__anchor-link:hover {
  opacity: 0.7;
}
.hero h1 span {
  position: relative;
  display: inline-block;
  isolation: isolate;
}
.hero h1 span:after {
  content: "";
  position: absolute;
  top: 53%;
  right: -2.5rem;
  transform: translateY(-50%);
  width: 100vw;
  height: 93%;
  background-color: #67BE73;
  border-radius: 1.5rem;
  z-index: -1;
}
.hero .hero__inner {
  display: flex;
}
@media (max-width: 1023px) {
  .hero .hero__inner {
    display: block;
  }
}
.hero .hero__content {
  padding: 13rem 0rem 16.8rem;
  flex: 0 0 47.8%;
}
@media (max-width: 1699px) {
  .hero .hero__content {
    padding: 13rem 2rem 13rem 0;
  }
}
@media (max-width: 1199px) {
  .hero .hero__content {
    padding: 5rem 2rem 5rem 0;
  }
}
@media (max-width: 1499px) {
  .hero .hero__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 110% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center;
}
 .hero .hero__image {
    padding-top: 80%;
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0px !important;
    left: -7%;
    z-index: 1;
} 
  
  
}
@media (max-width: 1023px) {
  .hero .hero__content {
    padding: 4rem 6rem 6rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content {
    padding: 4rem 0 6rem;
  }
}
.hero .hero__image {
padding-top: 80%;
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: -100px;
    left: -7%;
    z-index: 1;
}
.hero .hero__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    object-fit: scale-down;
  object-position: top center;
}
.hero .hero__aside {
  padding-top: 3rem;
  position: relative;
  flex: 0 0 52.2%;
}
@media (max-width: 1023px) {
  .hero .hero__aside {
    display: none;
  }
}
.hero .hero__decoration {
  position: absolute;
  bottom: 0;
  left: 9%;
  right: -22%;
}
@media (max-width: 1699px) {
  .hero .hero__decoration {
    right: -15%;
    left: 0;
  }
}
.hero .hero__entry {
  max-width: 68.7rem;
  padding-left: 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 1399px) {
  .hero .hero__entry {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .hero .hero__entry {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__entry {
    font-size: 1.6rem;
  }
}
.hero .hero__actions {
  padding-right: 2rem;
  padding-left: 0.8rem;
  margin-bottom: -1.5rem;
  margin-top: 5.2rem;
  display: flex;
  flex-flow: row wrap;
}
.hero .hero__actions a {
  margin-right: 3.4rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1023px) {
  .hero .hero__actions a {
    margin-right: 2.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__actions a {
    margin-right: 2rem;
  }
}
.hero .hero__actions a:last-child {
  margin-right: 0;
}
/* ------------------------------------------------------------ *\
	List categories
\* ------------------------------------------------------------ */
.list-categories {
  padding-left: 0.6rem;
  padding-right: 2rem;
}
.list-categories h4 {
  margin-bottom: 1.2rem;
}
.list-categories ul {
  list-style-type: none;
}
.list-categories li {
  font-family: "Open Sans", sans-serif;
  font-size: 1.7rem;
  line-height: 1.47;
  letter-spacing: 0.025em;
}
.list-categories li + li {
  margin-top: 1.2rem;
}
.list-categories h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.47;
  letter-spacing: 0.025em;
  color: #000;
  margin-bottom: 0.2rem;
}
/* ------------------------------------------------------------ *\
	Menu
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--app-height);
    background-color: #F8F8F8;
    text-align: center;
    padding: 6.5rem 2rem 0;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.3s, opacity 0.3s;
  }
}
.menu .menu__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .menu .menu__inner {
    padding: 4rem 0;
    height: 100%;
    width: 100%;
    overflow: scroll;
    display: block;
  }
}
@media (max-width: 1023px) {
  .menu.is-active {
    opacity: 1;
    transform: none;
  }
}
/* ------------------------------------------------------------ *\
	Nav trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  position: relative;
  display: block;
  width: 3rem;
  height: 2.2rem;
  display: none;
}
@media (max-width: 1023px) {
  .nav-trigger {
    display: block;
  }
}
.nav-trigger span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #414141;
  transition: top 0.3s 0.3s, transform 0.3s 0s, opacity 0.3s 0.3s;
}
.nav-trigger span:nth-child(2) {
  top: 1rem;
}
.nav-trigger span:last-child {
  top: 2rem;
}
.nav-trigger.is-active span {
  top: 1rem;
  transform: rotate(45deg);
  transition: top 0.3s 0s, transform 0.3s 0.3s, opacity 0.3s;
}
.nav-trigger.is-active span:last-child {
  top: 1rem;
  transform: rotate(-45deg);
}
.nav-trigger.is-active span:nth-child(2) {
  opacity: 0;
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav ul {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .nav ul {
    display: inline-block;
    text-align: center;
  }
}
.nav li {
  position: relative;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
  letter-spacing: -0.01em;
  line-height: 1.21;
  text-transform: uppercase;
  color: #414141;
}
@media (max-width: 1699px) {
  .nav li {
    font-size: 1.6rem;
  }
}
@media (max-width: 1199px) {
  .nav li {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .nav li {
    font-size: 1.7rem;
  }
}
.nav li > a:after {
  content: "";
  position: absolute;
  top: calc(100% + 1.1rem);
  left: 0;
  height: 0.3rem;
  width: 100%;
  background-color: #414141;
  transform: scaleX(0);
  transition: transform 0.3s;
}
@media (max-width: 1023px) {
  .nav li > a:after {
    top: calc(100% + 0.2rem);
  }
}
.nav li:hover > a:after {
  transform: none;
}
.nav li.is-current {
  color: #47B973;
}
.nav li.is-current > a:after {
  transform: none;
  background-color: #47B973;
}
.nav li + li {
  margin-left: 5rem;
}
@media (max-width: 1699px) {
  .nav li + li {
    margin-left: 3.5rem;
  }
}
@media (max-width: 1199px) {
  .nav li + li {
    margin-left: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .nav li + li {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.nav a {
  position: relative;
  text-decoration: none;
}
.nav li.has-dd {
  position: relative;
}
.nav li.has-dd > a {
  display: inline-flex;
  align-items: center;
}
.nav li.has-dd i {
  pointer-events: none;
  margin-left: 1rem;
  font-size: 1.3rem;
  transition: transform 0.3s;
}
.nav li.has-dd:hover i {
  transform: rotate(180deg);
}
.nav li.has-dd > ul {
  padding: 1.5rem;
  width: 100%;
  min-width: 15rem;
  position: absolute;
  top: calc(100% + 2rem);
  right: 0;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
  display: block;
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  background-color: #fff;
  transition: opacity 0.3s, transform 0.3s;
}
@media (max-width: 1023px) {
  .nav li.has-dd > ul {
    position: relative;
    top: auto;
    right: auto;
    opacity: 1;
    transform: none;
    display: none;
    box-shadow: none;
    background-color: transparent;
    padding: 1.5rem 0rem 0;
  }
}
.nav li.has-dd:hover > ul {
  opacity: 1;
  transform: none;
}
.nav li.has-dd > ul:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 2rem;
  background-color: transparent;
}
@media (max-width: 1023px) {
  .nav li.has-dd > ul:before {
    display: none;
  }
}
.nav li.has-dd li {
  text-transform: capitalize;
  margin-left: 0;
  font-size: 1.5rem;
}
.nav li.has-dd li > a:after {
  height: 0.2rem;
  top: calc(100% + 0.2rem);
}
.nav li.has-dd li + li {
  margin-top: 1rem;
}
/* ------------------------------------------------------------ *\
	Product
\* ------------------------------------------------------------ */
.product {
  position: relative;
  padding: 3.5rem 3rem 3.5rem;
  font-size: 2rem;
  line-height: 1.35;
  height: 100%;
}
@media (max-width: 1399px) {
  .product {
    padding: 2rem;
    font-size: 1.8rem;
  }
}
.product p {
  letter-spacing: 0.08em;
  font-weight: 300;
}
.product .product__overlay {
  position: absolute;
  top: -0.2rem;
  bottom: -0.2rem;
  left: -0.2rem;
  right: -0.2rem;
  border: solid 0.5rem #47B973;
  border-radius: 1.6rem;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.product:hover .product__overlay {
  opacity: 1;
  pointer-events: all;
}
.product .product__image {
  text-align: center;
  margin-bottom: 1rem;
}
.product .product__content {
  display: flex;
  align-items: flex-start;
}
.product .product__content-inner {
  padding: 0rem 2rem;
}
.product .product__price {
  padding: 0rem 0.8rem 2.6rem;
  border-right: solid 0.1rem #333333;
}
.product .product__price h2 {
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #47B973;
}
@media (max-width: 1399px) {
  .product .product__price h2 {
    font-size: 4rem;
  }
}
.product .product__content-inner h4 {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: -0.3rem;
}
/* ------------------------------------------------------------ *\
	Products
\* ------------------------------------------------------------ */
.products {
  padding-right: 6.6rem;
}
@media (max-width: 1699px) {
  .products {
    padding-right: 0;
  }
}
.products .products__items {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .products .products__items {
    display: block;
  }
}
.products .products__item {
  position: relative;
  flex: 1;
  max-width: 100%;
}
.products .products__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 80%;
  background-color: #707070;
}
.products .products__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 0.1rem;
  background-color: #707070;
}
.products .products__item:nth-child(-n+3):after {
  display: none;
}
@media (max-width: 1199px) {
  .products .products__item:nth-child(-n+3):after {
    display: inline;
  }
}
.products .products__item:nth-child(3n+1):before {
  display: none;
}
@media (max-width: 1199px) {
  .products .products__item:nth-child(3n+1):before {
    display: inline;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .products .products__item:nth-child(3n+1):before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .products .products__item:nth-child(-n+2):after {
    display: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .products .products__item:nth-child(-n+2):after {
    display: inline;
  }
}
@media (max-width: 1199px) {
  .products .products__item:nth-child(2n+1):before {
    display: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .products .products__item:before {
    display: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .products .products__item:first-child:after {
    display: none;
  }
}
.products .products__item--1of3 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media (max-width: 1199px) {
  .products .products__item--1of3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .products .products__item--1of3 {
    max-width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search {
  position: relative;
  z-index: 10;
}
@media (max-width: 1023px) {
  .search {
    max-width: 50rem;
  }
}
.search .search__field {
  position: absolute;
  top: 50%;
  right: -0.2rem;
  transform-origin: right center;
  transform: translateY(-50%) scaleX(0);
  background-color: #EAEAEA;
  border-radius: 1rem;
  border: solid 0.2rem #414141;
  width: 25rem;
  padding: 1rem 3.5rem 1rem 1rem;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
@media (max-width: 1023px) {
  .search .search__field {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    opacity: 1;
  }
}
.search.is-active .search__field {
  opacity: 1;
  transform: translateY(-50%);
}
.search .search__btn {
  position: relative;
  z-index: 1;
  padding: 0rem 0.4rem;
  display: flex;
  align-items: center;
  border: none;
  background-color: transparent;
  color: #454545;
}
@media (max-width: 1023px) {
  .search .search__btn {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
  }
}
/*  search alt  */
.search--alt {
  width: 100%;
  max-width: 99.5rem;
}
.search--alt .search__btn {
  color: #fff;
  background-color: #47B973;
  text-align: center;
  font-family: "Verdana", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.22;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  background-color: #47B973;
  padding: 1.3rem 1.7rem;
  min-width: 17.4rem;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  border-radius: 1.5rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: opacity 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search--alt .search__btn {
    min-width: 0;
  }
}
.search--alt .search__btn:hover {
  opacity: 0.7;
}
.search--alt .search__field {
  border: solid 0.1rem #707070;
  background-color: #fff;
  border-radius: 1.5rem;
  width: 100%;
  position: relative;
  top: auto;
  right: auto;
  padding: 1.2rem 18rem 1.2rem 1rem;
  transform: none;
  opacity: 1;
}
.search--alt-small .search__btn {
  min-width: 0;
  width: 40%;
}
/* ------------------------------------------------------------ *\
	Section alt
\* ------------------------------------------------------------ */
.section-alt {
  overflow: hidden;
  position: relative;
  padding: 7.4rem 0 6.7rem;
  border-bottom: solid 0.1rem #464646;
  isolation: isolate;
}
@media (max-width: 1023px) {
  .section-alt {
    padding: 4rem 0;
  }
}
.section-alt .section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  /*opacity: 0.05;*/
  z-index: -1;
}
.section-alt .section__background--alt {
  opacity: 1;
}
.section-alt .slick-list {
  overflow: initial;
}
.section-alt .section__inner {
  padding-left: 2.5%;
}
@media (max-width: 1023px) {
  .section-alt .section__inner {
    padding-left: 0;
  }
}
/*  section alt size1  */
.section-alt--size1 {
  padding: 4.5rem 0 5.4rem;
}
@media (max-width: 1023px) {
  .section-alt--size1 {
    padding: 4rem 0;
  }
}
/*  Section alt size2  */
.section-alt--size2 {
  padding: 8.4rem 0 8.8rem;
}
@media (max-width: 1023px) {
  .section-alt--size2 {
    padding: 4rem 0;
  }
}
/*  Section alt size3  */
.section-alt--size3 {
  padding: 10.6rem 0 7.5rem;
}
@media (max-width: 1023px) {
  .section-alt--size3 {
    padding: 4rem 0;
  }
}
/*  Section alt size4  */
.section-alt--size4 {
  padding: 5.9rem 0 19.5rem;
}
@media (max-width: 1023px) {
  .section-alt--size4 {
    padding: 4rem 0;
  }
}
/*  section alt gray  */
.section-alt--gray {
  background-color: #F8F8F8;
}
/* ------------------------------------------------------------ *\
	Section contact
\* ------------------------------------------------------------ */
.section-contact {
  background-color: #F7F7F7;
  position: relative;
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  padding: 9.6rem 0 10.3rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .section-contact {
    padding: 4rem 0;
  }
}
.section-contact .section__decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
}
.section-contact h3 {
  letter-spacing: 0.035em;
  margin-bottom: 5rem;
}
@media (max-width: 1023px) {
  .section-contact h3 {
    margin-bottom: 3rem;
  }
}
.section-contact h3 span {
  color: #47B973;
}
/*  section contact alt  */
.section-contact--alt {
  padding: 6rem 0 8.2rem;
}
@media (max-width: 1023px) {
  .section-contact--alt {
    padding: 4rem 0;
  }
}
.section-contact--alt h3 {
  margin-bottom: 3.8rem;
}
/* ------------------------------------------------------------ *\
	Section features
\* ------------------------------------------------------------ */
.section-features {
  background-color: #F8F8F8;
  border-bottom: solid 0.1rem #464646;
  padding: 4.9rem 0 1.5rem;
  background-size: auto;
  background-position: center;
}
@media (max-width: 1023px) {
  .section-features {
    padding: 4rem 0;
  }
}
/*  section features alt  */
.section-features--alt {
  padding: 4.3rem 0;
}
/* ------------------------------------------------------------ *\
	Section main
\* ------------------------------------------------------------ */
.section-main {
  padding: 5.3rem 0 17.5rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section-main {
    padding: 4rem 0;
  }
}
.section-main .section__inner {
  position: relative;
}
.section-main .section__actions {
  padding-right: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-main .section__actions {
    display: block;
    padding-right: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-main .section__actions .section__search {
    margin-bottom: 2rem;
  }
}
.section-main .section__decoration {
  position: absolute;
  top: -3.7%;
  right: -6.2rem;
  z-index: -1;
  opacity: 0.4;
}
.section-main .section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.05;
  z-index: -1;
}
.section-main .section__head {
  margin-bottom: 0.8rem;
}
.section-main .section__body {
  display: flex;
}
@media (max-width: 1023px) {
  .section-main .section__body {
    display: block;
  }
}
.section-main .section__content {
  padding: 4.7rem 4.6rem 0rem 0;
  flex: 0 0 calc(100% - 38.4rem);
  max-width: calc(100% - 38.4rem);
}
@media (max-width: 1023px) {
  .section-main .section__content {
    max-width: 100%;
    padding: 2rem 0rem;
  }
}
.section-main .section__aside {
  padding: 4.3rem 1.2rem 0rem 4.3rem;
  border-left: solid 0.1rem #707070;
  flex: 0 0 38.4rem;
  max-width: 38.4rem;
}
@media (max-width: 1023px) {
  .section-main .section__aside {
    max-width: 100%;
    border: none;
    border-top: solid 0.1rem #707070;
    padding: 2rem 0;
  }
}
.section-main .section__aside .section__search {
  display: block;
  margin-bottom: 4rem;
}
.section-main .section__aside .section__select {
  margin-bottom: 3.8rem;
}
.section-main .section__aside h4 {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.05em;
}
/*  section main alt  */
.section-main--alt {
  font-size: 1.7rem;
  line-height: 1.59;
  padding: 5.3rem 0 7.4rem;
}
@media (max-width: 1023px) {
  .section-main--alt {
    padding: 4rem 0;
  }
}
.section-main--alt p {
  letter-spacing: 0.03em;
}
.section-main--alt p:not(:last-child) {
  margin-bottom: 2.7rem;
}
.section-main--alt .section__decoration {
  top: 3.5%;
  right: -11.5rem;
}
.section-main--alt .section__head {
  margin-bottom: 6.1rem;
}
@media (max-width: 1023px) {
  .section-main--alt .section__head {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-main--alt .section__head {
    margin-bottom: 3rem;
  }
}
.section-main--alt .section__content {
  padding: 1.2rem 8rem 0rem 0.5rem;
}
@media (max-width: 1199px) {
  .section-main--alt .section__content {
    padding: 1.2rem 4rem 0rem 0rem;
  }
}
@media (max-width: 1023px) {
  .section-main--alt .section__content {
    padding: 2rem 0;
  }
}
/*  section amin secondary  */
.section-main--secondary {
  padding: 7.4rem 0 10.5rem;
}
@media (max-width: 1023px) {
  .section-main--secondary {
    padding: 4rem 0;
  }
}
.section-main--secondary .section__head {
  margin-bottom: 7rem;
}
@media (max-width: 1023px) {
  .section-main--secondary .section__head {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-main--secondary .section__head {
    margin-bottom: 3rem;
  }
}
.section-main--secondary .section__body {
  display: block;
  text-align: center;
}
.section-main--secondary .section__body h3 {
  letter-spacing: 0.035em;
  margin-bottom: 3.2rem;
}
/* ------------------------------------------------------------ *\
	Section map
\* ------------------------------------------------------------ */
.section-map {
  background-color: #F7F7F7;
  padding: 9.4rem 0 8.4rem;
  line-height: 1.76;
  border-bottom: 0.1rem solid #464646;
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
}
@media (max-width: 1023px) {
  .section-map {
    padding: 4rem 0;
  }
}
.section-map .section__inner {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .section-map .section__inner {
    display: block;
  }
}
.section-map .section__aside {
  flex: 0 0 52.9%;
}
.section-map .section__content {
  padding-top: 5.5rem;
  padding-left: 5.8%;
  flex: 0 0 47.1%;
}
@media (max-width: 1023px) {
  .section-map .section__content {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.section-map .section__content h3 {
  letter-spacing: 0.035em;
  margin-bottom: 2.8rem;
}
.section-map .section__content h3 span {
  color: #47B973;
}
.section-map p {
  letter-spacing: 0.025em;
}
.section-map p:not(:last-child) {
  margin-bottom: 3rem;
}
.section-map .section__entry {
  max-width: 58.6rem;
}
.section-map .section__actions {
  margin-top: 3.6rem;
}
/* ------------------------------------------------------------ *\
	Section resourses
\* ------------------------------------------------------------ */
.section-resourses {
  background-color: #F8F8F8;
  border-top: solid 0.1rem #464646;
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  padding: 4.2rem 0 3.6rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .section-resourses {
    padding: 4rem 0;
  }
}
.section-resourses h3 {
  letter-spacing: 0.035em;
  margin-bottom: 3.5rem;
}
@media (max-width: 1023px) {
  .section-resourses h3 {
    margin-bottom: 3rem;
  }
}
.section-resourses h3 span {
  color: #47B973;
}
/* ------------------------------------------------------------ *\
	Section secondary
\* ------------------------------------------------------------ */
.section-secondary {
  position: relative;
  padding: 10.5rem 0 9.1rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .section-secondary {
    padding: 4rem 0;
  }
}
.section-secondary .section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.05;
  z-index: -1;
}
.section-secondary h3 {
  letter-spacing: 0.035em;
  margin-bottom: 5rem;
}
.section-secondary h3 span {
  color: #47B973;
}
.section-secondary .section__row + .section__row {
  margin-top: 11.2rem;
}
.section-secondary .section__title {
  margin-bottom: 1.1rem;
}
/* ------------------------------------------------------------ *\
	Section store
\* ------------------------------------------------------------ */
.section-store {
  position: relative;
  padding: 4.8rem 0;
}
/* ------------------------------------------------------------ *\
	Section testimonials
\* ------------------------------------------------------------ */
.section-testimonials {
  padding: 9.2rem 0 13.2rem;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  isolation: isolate;
  box-shadow: 0 0.5rem 1.5rem #1A1A1A;
}
@media (max-width: 1023px) {
  .section-testimonials {
    padding: 4rem 0;
  }
}
.section-testimonials:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.section-testimonials h3 {
  letter-spacing: 0.035em;
  text-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.16);
  margin-bottom: 5rem;
}
/* ------------------------------------------------------------ *\
	select field
\* ------------------------------------------------------------ */
.select-field {
  position: relative;
  width: 100%;
}
.select-field:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4rem 0.7rem 0 0.7rem;
  border-color: #B9B9B9 transparent transparent transparent;
}
.select-field select {
  display: block;
  background-color: #fff;
  border-radius: 1rem;
  font-size: 1.5rem;
  font-family: "Spartan", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border: none;
  filter: drop-shadow(0.5rem 0.5rem 0.6rem rgba(0, 0, 0, 0.16));
  width: 100%;
  padding: 0 3rem 0 2rem;
  /*height: 4.8rem;*/
  appearance: none;
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select {
  position: relative;
  margin-left: 2.3rem;
  width: 100%;
  max-width: 25.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .select {
    margin-left: 0;
  }
}
.select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  background-image: url("../assets/images/svg/arrow-down.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.4rem;
  height: 1.4rem;
  pointer-events: none;
}
.select select {
  background-color: #fff;
  width: 100%;
  border: solid 0.1rem #707070;
  border-radius: 1.5rem;
  padding: 1.2rem 5rem 1.2rem 2.5rem;
  font-size: 1.8rem;
  font-family: "Verdana", sans-serif;
  line-height: 1.22;
  letter-spacing: 0.02em;
  color: #AAAAAA;
  appearance: none;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .select select {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .select select {
    font-size: 1.5rem;
    padding: 1.2rem 5rem 1.2rem 2rem;
  }
}
.select--full-width {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}
.select--full-width select {
  width: 100%;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 170.6rem + 2.5rem * 2 );
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin: auto;
  width: 100%;
}
@media (max-width: 1023px) {
  .shell {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.shell--big {
  max-width: calc( 178.8rem + 2.5rem * 2 );
}
.shell--size1 {
  max-width: calc( 179.4rem + 2.5rem * 2 );
}
.shell--size2 {
  max-width: calc( 176rem + 2.5rem * 2 );
}
.shell--size3 {
  max-width: calc( 175.6rem + 2.5rem * 2 );
}
.shell--size4 {
  max-width: calc( 159.6rem + 2.5rem * 2 );
}
.shell--size5 {
  max-width: calc( 170rem + 2.5rem * 2 );
}
.shell--size6 {
  max-width: calc( 171.6rem + 2.5rem * 2 );
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Slider resourses
\* ------------------------------------------------------------ */
.slider-resourses {
  position: relative;
  padding: 0rem 4.5% 0 4.1%;
}
@media (max-width: 1023px) {
  .slider-resourses {
    padding: 0rem;
  }
}
.slider-resourses .slider__clip {
  width: calc(100% + 4.8rem);
  padding: 0 2.4rem;
  margin-left: -2.4rem;
  overflow: hidden;
}
.slider-resourses .slick-slide {
  margin: 0 0.8rem;
}
.slider-resourses .slick-slide .slider__slide {
  padding: 0rem 1rem;
  transition: padding 0.3s;
}
.slider-resourses .slick-slide.slick-active .slider__slide {
  padding: 0;
}
.slider-resourses .slick-slide .article .article__image {
  filter: none;
}
.slider-resourses .slick-slide.slick-active .article .article__image {
  filter: drop-shadow(0.8rem 0.8rem 0.8rem rgba(0, 0, 0, 0.16));
}
.slider-resourses .slick-slide > div {
  display: flex;
}
.slider-resourses .slick-list {
  overflow: visible;
  margin: 0 -0.8rem;
}
.slider-resourses .slider__controls {
  display: flex;
  align-items: center;
    justify-content: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-resourses .slider__controls {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-resourses .slider__arrow + .slider__arrow {
    margin-left: 2rem;
  }
}
.slider-resourses .slider__arrow {
  color: #5A5A5A;
  position: absolute;
  top: 29%;
  left: -1.5rem;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7rem;
  transition: opacity 0.3s;
  z-index: 1;
}
@media (max-width: 1023px) {
  .slider-resourses .slider__arrow {
    font-size: 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-resourses .slider__arrow {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    font-size: 4rem;
  }
}
.slider-resourses .slider__arrow:hover {
  opacity: 0.7;
}
.slider-resourses .slider__next {
  right: -1.5rem;
  left: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-resourses .slider__next {
    right: auto;
  }
}
.slider-resourses .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* ------------------------------------------------------------ *\
	Slider testimonials
\* ------------------------------------------------------------ */
.slider-testimonials {
  position: relative;
  padding: 0rem 4.1%;
  /* the parent */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-testimonials {
    padding: 0;
  }
}
.slider-testimonials .slick-slide > div {
  display: flex;
}
.slider-testimonials .slider__clip {
  margin: -1rem 0;
}
.slider-testimonials .slick-slide {
  padding: 1rem 0;
  margin: 0 4.4rem;
}
@media (max-width: 1399px) {
  .slider-testimonials .slick-slide {
    margin: 0rem 2rem;
  }
}
@media (max-width: 1023px) {
  .slider-testimonials .slick-slide {
    margin: 0 1rem;
  }
}
.slider-testimonials .slick-list {
  margin: 0 -4.4rem;
}
@media (max-width: 1399px) {
  .slider-testimonials .slick-list {
    margin: 0rem -2rem;
  }
}
@media (max-width: 1023px) {
  .slider-testimonials .slick-list {
    margin: 0 -1rem;
  }
}
.slider-testimonials .slider__controls {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin:auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-testimonials .slider__controls {
    margin-bottom: 2rem;
      justify-content: center;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-testimonials .slider__arrow + .slider__arrow {
    margin-left: 2rem;
  }
}
.slider-testimonials .slider__arrow {
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7rem;
  transition: opacity 0.3s;
  z-index: 1;
}
@media (max-width: 1023px) {
  .slider-testimonials .slider__arrow {
    font-size: 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-testimonials .slider__arrow {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    font-size: 4rem;
  }
}
.slider-testimonials .slider__arrow:hover {
  opacity: 0.7;
}
.slider-testimonials .slider__next {
  right: -2rem;
  left: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-testimonials .slider__next {
    right: auto;
  }
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {
  /* the parent */
}
.slider .slick-slide {
  margin: 0 10rem;
}
.slider .slick-slide > div {
  display: flex;
}
.slider .slick-list {
  margin: 0 -10rem;
}
.slider .slick-dots {
  position: relative;
  margin-top: 2.9rem;
  list-style-type: none;
  display: flex;
}
@media (max-width: 1023px) {
  .slider .slick-dots {
    justify-content: center;
  }
}
.slider .slick-dots button {
  width: 1.6rem;
  height: 1.6rem;
  background: #000;
  border-radius: 50%;
  border: none;
  transition: background-color 0.3s;
}
.slider .slick-dots li + li {
  margin-left: 1.5rem;
}
.slider .slick-dots .slick-active button {
  background-color: #D8DD72;
}
.slider--dots-right .slick-dots {
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .slider--dots-right .slick-dots {
    justify-content: center;
  }
}
/*  slider alt  */
.slider--alt .slick-dots {
  margin-top: 2rem;
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}
.socials li {
  font-size: 2.8rem;
  color: #fff;
  transition: opacity 0.3s;
}
.socials li:hover {
  opacity: 0.7;
}
.socials li + li {
  margin-left: 3.1rem;
}
.ico-twitter {
  font-size: 3.1rem;
}
.ico-facebook {
  font-size: 2.7rem;
}
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  border: solid 0.5rem #47B973;
  border-radius: 1.6rem;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.035em;
  /**font-weight: 700;**/
  font-family: "Spartan", sans-serif;
  text-align: left;
  padding: 5rem 5rem 5.2rem;
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 1699px) {
  .testimonial {
    font-size: 2.8rem;
  }
}
@media (max-width: 1399px) {
  .testimonial {
    padding: 3rem;
    font-size: 2.6rem;
  }
}
@media (max-width: 1023px) {
  .testimonial {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial {
    font-size: 1.8rem;
    padding: 2rem;
  }
}
.testimonial blockquote {
  margin-bottom: 2.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial blockquote {
    margin-bottom: 2rem;
  }
}
.testimonial .testimonial__author {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 1023px) {
  .testimonial .testimonial__author {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial .testimonial__author {
    font-size: 1.4rem;
  }
}
/*  testimonials white  */
.testimonial--white {
  background-color: #fff;
}
/* ------------------------------------------------------------ *\
	Video
\* ------------------------------------------------------------ */
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  filter: drop-shadow(0rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1));
  height: 100%;
}
.video .video__play {
  position: absolute;
  top: 50%;
  left: 51.4%;
  transform: translate(-50%, -50%);
  font-size: 7.5rem;
  z-index: 1;
  color: #fff;
  cursor: pointer;
  pointer-events: all;
  transition: opacity 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .video .video__play {
    font-size: 4rem;
  }
}
.video.is-playing .video__play {
  opacity: 0;
  pointer-events: none;
}
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: var(--app-height);
  overflow: hidden;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
.col_1{
    margin-left:10% !important;
    margin-right:10% !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider__controls {
    margin-left: 40px;
    margin-right:40px;
      justify-content: center;
  }
}
