/*$input-sizes: map-merge(
    (
        "lg": (
            "height": 71px,
            "padding-x": $spacer-6,
            "padding-y": $spacer-3,
        )
    ),
    $input-sizes
);*/
.entry--md .entry__picture,
.entry--lg .entry__picture, .entry--horizontal .entry__picture, .modal__video {
  position: relative;
  overflow: hidden; }
  .entry--md .entry__picture:after,
  .entry--lg .entry__picture:after, .entry--horizontal .entry__picture:after, .modal__video:after {
    content: '';
    display: block;
    pointer-events: none; }

.entry__img, .modal__video iframe {
  position: absolute;
  min-width: 100%;
  max-width: 130%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .entry__img, .modal__video iframe {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      min-width: 0;
      max-width: none;
      min-height: 0;
      transform: none; } }

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
sidebar,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 60%;
  line-height: 0; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

@font-face {
  font-family: 'Sofia Pro';
  src: local("SofiaProRegular"), local("Sofia Pro Regular"), url("../fonts/SofiaPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Sofia Pro';
  src: local("SofiaProMedium"), local("Sofia Pro Medium"), url("../fonts/SofiaPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Sofia Pro';
  src: local("SofiaProSemiBold"), local("Sofia Pro Semi Bold"), url("../fonts/SofiaPro-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Sofia Pro';
  src: local("SofiaPro-Bold"), local("Sofia Pro Bold"), url("../fonts/SofiaPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Gerbera';
  src: local("Gerbera"), url("../fonts/Gerbera.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Gerbera';
  src: local("GerberaMedium"), local("Gerbera-Medium"), local("Gerbera Medium"), url("../fonts/Gerbera-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gerbera';
  src: local("GerberaBold"), local("Gerbera-Bold"), local("Gerbera Bold"), url("../fonts/Gerbera-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

html,
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-size: 16px;
  -webkit-tap-headline-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth; }
  @media (min-width: 1280px) {
    html {
      overflow-x: hidden; } }

body {
  color: #333d37;
  background: #ffffff;
  font-family: "Sofia Pro", Arial, sans-serif;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth; }
  @media screen and (min-width: 0) {
    body {
      font-size: 1.125rem;
      line-height: 1.61167; } }
  body.scroll-is-locked {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100); }
    body.scroll-is-locked::before {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      background: rgba(0, 0, 0, 0.5);
      -webkit-backdrop-filter: blur(1.5px) saturate(100%);
              backdrop-filter: blur(1.5px) saturate(100%);
      z-index: 101;
      width: 100vw;
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100);
      transition: all 0.3s ease 0s; }
  body.menu-is-visible::before {
    z-index: 100; }

[tabindex="-1"]:focus {
  outline: none !important; }

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

svg:not(:root) {
  overflow: visible; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
  -webkit-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

button {
  cursor: pointer; }
  button:focus, button:active, button:hover {
    outline: 0; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: default; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  display: block;
  width: 100%; }

input[type="search"] {
  -webkit-appearance: none; }

[hidden] {
  display: none !important; }

.hidden,
.is-hidden {
  display: none; }

hr {
  height: 0;
  margin: 0;
  border: 1px solid #f8f9fa;
  border-width: 1px 0 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #000000; }

@media screen and (min-width: 0) {
  h1, .h1 {
    font-size: 2rem;
    line-height: 1.25031;
    font-weight: 600;
    margin-bottom: 1.5rem; } }

@media screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 1.25021; } }

@media screen and (min-width: 0) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 1.25031;
    margin-bottom: 0.25rem; } }

@media screen and (min-width: 0) {
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.33375; } }

@media screen and (min-width: 0) {
  h4, .h4 {
    font-size: 1.375rem;
    line-height: 1.27318; } }

@media screen and (min-width: 0) {
  h5, .h5 {
    font-size: 1.25rem;
    line-height: 1.3005; } }

@media screen and (min-width: 0) {
  h6, .h6 {
    font-size: 1.125rem;
    line-height: 1.33389;
    margin-bottom: 0.75rem; } }

@media screen and (min-width: 0) {
  .text-md {
    font-size: 1rem;
    line-height: 1.56313; } }

@media screen and (min-width: 0) {
  .text-sm {
    font-size: 0.875rem;
    line-height: 1.57214; } }

@media screen and (min-width: 0) {
  .text-xs {
    font-size: 0.8125rem;
    line-height: 1.53923; } }

.label {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 500; }

p,
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0; }

p {
  margin-bottom: 1.55556em; }
  p:last-child {
    margin-bottom: 0; }

address {
  font-style: normal;
  line-height: inherit; }

dd {
  margin: 0; }

.dl-inline dd,
.dl-inline dt {
  display: inline;
  vertical-align: baseline; }

.dl-inline dt:before {
  content: '\A';
  white-space: pre-line;
  display: block;
  font-size: 0; }

.dl-inline dt:first-of-type:before {
  content: ''; }

ol li > ol,
ul li > ul,
ol li > ul,
ul li > ol {
  margin-bottom: 0; }

.text-uppercase {
  text-transform: uppercase; }

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

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-nowrap {
  white-space: nowrap; }

.text-base {
  color: #333d37 !important; }

.text-error {
  color: #eb3700 !important; }

.text-light {
  color: #b9b9b9 !important; }

.text-muted {
  color: #818181 !important; }

.text-primary {
  color: #279653 !important; }

.text-wildberries {
  color: #be20a5 !important; }

.text-ozon {
  color: #005bff !important; }

mark {
  color: inherit;
  background-color: #fff5db; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%; }
  @media (min-width: 768px) {
    .container {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1280px; } }
  .container:empty {
    display: none; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media (min-width: 768px) {
    .row {
      margin-left: -1.25rem;
      margin-right: -1.25rem; } }
  .row--sm {
    margin-left: -0.375rem;
    margin-right: -0.375rem; }
    .row--sm > .col,
    .row--sm > [class^="col-"],
    .row--sm > [class*=" col-"] {
      padding-left: 0.375rem;
      padding-right: 0.375rem; }
  .row--md {
    margin-left: -1rem;
    margin-right: -1rem; }
    .row--md > .col,
    .row--md > [class^="col-"],
    .row--md > [class*=" col-"] {
      padding-left: 1rem;
      padding-right: 1rem; }

.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .col,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
      padding-left: 20px;
      padding-right: 20px; } }

.col-xs-1 {
  flex: 0 0 8.33333%;
  width: 8.33333%; }

.col-xs-2 {
  flex: 0 0 16.66667%;
  width: 16.66667%; }

.col-xs-3 {
  flex: 0 0 25%;
  width: 25%; }

.col-xs-4 {
  flex: 0 0 33.33333%;
  width: 33.33333%; }

.col-xs-5 {
  flex: 0 0 41.66667%;
  width: 41.66667%; }

.col-xs-6 {
  flex: 0 0 50%;
  width: 50%; }

.col-xs-7 {
  flex: 0 0 58.33333%;
  width: 58.33333%; }

.col-xs-8 {
  flex: 0 0 66.66667%;
  width: 66.66667%; }

.col-xs-9 {
  flex: 0 0 75%;
  width: 75%; }

.col-xs-10 {
  flex: 0 0 83.33333%;
  width: 83.33333%; }

.col-xs-11 {
  flex: 0 0 91.66667%;
  width: 91.66667%; }

.col-xs-12 {
  flex: 0 0 100%;
  width: 100%; }

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    width: 100%; } }

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    width: 100%; } }

@media (min-width: 1024px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    width: 100%; } }

@media (min-width: 1280px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    width: 100%; } }

.col-xs-auto {
  max-width: none;
  width: auto;
  flex: initial; }

@media (min-width: 576px) {
  .col-sm-auto {
    max-width: none;
    width: auto;
    flex: initial; } }

@media (min-width: 768px) {
  .col-md-auto {
    max-width: none;
    width: auto;
    flex: initial; } }

@media (min-width: 1024px) {
  .col-lg-auto {
    max-width: none;
    width: auto;
    flex: initial; } }

@media (min-width: 1280px) {
  .col-xl-auto {
    max-width: none;
    width: auto;
    flex: initial; } }

.col-xs-stretch {
  max-width: none;
  width: auto;
  flex: auto; }

@media (min-width: 576px) {
  .col-sm-stretch {
    max-width: none;
    width: auto;
    flex: auto; } }

@media (min-width: 768px) {
  .col-md-stretch {
    max-width: none;
    width: auto;
    flex: auto; } }

@media (min-width: 1024px) {
  .col-lg-stretch {
    max-width: none;
    width: auto;
    flex: auto; } }

@media (min-width: 1280px) {
  .col-xl-stretch {
    max-width: none;
    width: auto;
    flex: auto; } }

.col-xs-top {
  align-self: flex-start; }

.col-xs-center {
  align-self: center; }

.col-xs-bottom {
  align-self: flex-end; }

.col-xs-first {
  order: -1; }

.col-xs-last {
  order: 1; }

.col-xs-initial {
  order: initial; }

.align-xs-top {
  align-items: flex-start; }

.align-xs-center {
  align-items: center; }

.align-xs-bottom {
  align-items: flex-end; }

.align-xs-baseline {
  align-items: baseline; }

.align-self-xs-top {
  align-self: flex-start; }

.align-self-xs-center {
  align-self: center; }

.align-self-xs-bottom {
  align-self: flex-end; }

.align-self-xs-baseline {
  align-self: baseline; }

.justify-xs-start {
  justify-content: flex-start !important; }

.justify-xs-end {
  justify-content: flex-end !important; }

.justify-xs-center {
  justify-content: center !important; }

.justify-xs-between {
  justify-content: space-between !important; }

.justify-xs-around {
  justify-content: space-around !important; }

.order-xs-first {
  order: -1; }

.order-xs-last {
  order: 100; }

.order-xs-initial {
  order: initial; }

.ml-xs-auto {
  margin-left: auto !important; }

.mr-xs-auto {
  margin-right: auto !important; }

.nowrap-xs {
  flex-wrap: nowrap; }

@media (min-width: 576px) {
  .col-sm-top {
    align-self: flex-start; }
  .col-sm-center {
    align-self: center; }
  .col-sm-bottom {
    align-self: flex-end; }
  .col-sm-first {
    order: -1; }
  .col-sm-last {
    order: 1; }
  .col-sm-initial {
    order: initial; }
  .align-sm-top {
    align-items: flex-start; }
  .align-sm-center {
    align-items: center; }
  .align-sm-bottom {
    align-items: flex-end; }
  .align-sm-baseline {
    align-items: baseline; }
  .align-self-sm-top {
    align-self: flex-start; }
  .align-self-sm-center {
    align-self: center; }
  .align-self-sm-bottom {
    align-self: flex-end; }
  .align-self-sm-baseline {
    align-self: baseline; }
  .justify-sm-start {
    justify-content: flex-start !important; }
  .justify-sm-end {
    justify-content: flex-end !important; }
  .justify-sm-center {
    justify-content: center !important; }
  .justify-sm-between {
    justify-content: space-between !important; }
  .justify-sm-around {
    justify-content: space-around !important; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 100; }
  .order-sm-initial {
    order: initial; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .nowrap-sm {
    flex-wrap: nowrap; } }

@media (min-width: 768px) {
  .col-md-top {
    align-self: flex-start; }
  .col-md-center {
    align-self: center; }
  .col-md-bottom {
    align-self: flex-end; }
  .col-md-first {
    order: -1; }
  .col-md-last {
    order: 1; }
  .col-md-initial {
    order: initial; }
  .align-md-top {
    align-items: flex-start; }
  .align-md-center {
    align-items: center; }
  .align-md-bottom {
    align-items: flex-end; }
  .align-md-baseline {
    align-items: baseline; }
  .align-self-md-top {
    align-self: flex-start; }
  .align-self-md-center {
    align-self: center; }
  .align-self-md-bottom {
    align-self: flex-end; }
  .align-self-md-baseline {
    align-self: baseline; }
  .justify-md-start {
    justify-content: flex-start !important; }
  .justify-md-end {
    justify-content: flex-end !important; }
  .justify-md-center {
    justify-content: center !important; }
  .justify-md-between {
    justify-content: space-between !important; }
  .justify-md-around {
    justify-content: space-around !important; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 100; }
  .order-md-initial {
    order: initial; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .nowrap-md {
    flex-wrap: nowrap; } }

@media (min-width: 1024px) {
  .col-lg-top {
    align-self: flex-start; }
  .col-lg-center {
    align-self: center; }
  .col-lg-bottom {
    align-self: flex-end; }
  .col-lg-first {
    order: -1; }
  .col-lg-last {
    order: 1; }
  .col-lg-initial {
    order: initial; }
  .align-lg-top {
    align-items: flex-start; }
  .align-lg-center {
    align-items: center; }
  .align-lg-bottom {
    align-items: flex-end; }
  .align-lg-baseline {
    align-items: baseline; }
  .align-self-lg-top {
    align-self: flex-start; }
  .align-self-lg-center {
    align-self: center; }
  .align-self-lg-bottom {
    align-self: flex-end; }
  .align-self-lg-baseline {
    align-self: baseline; }
  .justify-lg-start {
    justify-content: flex-start !important; }
  .justify-lg-end {
    justify-content: flex-end !important; }
  .justify-lg-center {
    justify-content: center !important; }
  .justify-lg-between {
    justify-content: space-between !important; }
  .justify-lg-around {
    justify-content: space-around !important; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 100; }
  .order-lg-initial {
    order: initial; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .nowrap-lg {
    flex-wrap: nowrap; } }

@media (min-width: 1280px) {
  .col-xl-top {
    align-self: flex-start; }
  .col-xl-center {
    align-self: center; }
  .col-xl-bottom {
    align-self: flex-end; }
  .col-xl-first {
    order: -1; }
  .col-xl-last {
    order: 1; }
  .col-xl-initial {
    order: initial; }
  .align-xl-top {
    align-items: flex-start; }
  .align-xl-center {
    align-items: center; }
  .align-xl-bottom {
    align-items: flex-end; }
  .align-xl-baseline {
    align-items: baseline; }
  .align-self-xl-top {
    align-self: flex-start; }
  .align-self-xl-center {
    align-self: center; }
  .align-self-xl-bottom {
    align-self: flex-end; }
  .align-self-xl-baseline {
    align-self: baseline; }
  .justify-xl-start {
    justify-content: flex-start !important; }
  .justify-xl-end {
    justify-content: flex-end !important; }
  .justify-xl-center {
    justify-content: center !important; }
  .justify-xl-between {
    justify-content: space-between !important; }
  .justify-xl-around {
    justify-content: space-around !important; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 100; }
  .order-xl-initial {
    order: initial; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .nowrap-xl {
    flex-wrap: nowrap; } }

a {
  color: #279653;
  text-decoration: underline;
  outline: 0;
  transition: all 0.2s ease-in-out; }
  a:focus, a:hover {
    color: #279653;
    text-decoration: inherit; }

.link-inherit {
  color: inherit; }
  .link-inherit:focus, .link-inherit:hover {
    color: inherit;
    text-decoration: underline; }

.link-hidden {
  color: inherit;
  text-decoration: none; }
  .link-hidden:focus, .link-hidden:hover {
    color: inherit;
    text-decoration: none; }

.bg-light {
  background-color: #f8f9fa; }

.bg-dark {
  background-color: #333d37; }
  .bg-dark,
  .bg-dark h1, .bg-dark h1, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {
    color: #ffffff; }

.bg-primary {
  background-color: #279653; }
  .bg-primary,
  .bg-primary h1, .bg-primary h1, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6 {
    color: #ffffff; }

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot?atvuk0#iefix") format("embedded-opentype"), url("../fonts/icons.svg?atvuk0") format("svg"), url("../fonts/icons.woff?atvuk0") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"],
button.mfp-close:after,
button.mfp-arrow-left:after,
button.mfp-arrow-right:after,
.select2-selection__arrow:before,
.swiper-button-next:after,
.swiper-button-prev:after,
.header__breadcrumb:before,
.form__validation-item:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-check:before {
  content: "\e900"; }

.icon-check-circle:before,
.form__validation-item:before {
  content: "\e90a"; }

.icon-chevron-down:before,
.select2-selection__arrow:before,
.header__breadcrumb:before {
  content: "\e901"; }

.icon-clock:before {
  content: "\e906"; }

.icon-close:before,
button.mfp-close:after {
  content: "\e905"; }

.icon-eye:before {
  content: "\e907"; }

.icon-mail:before {
  content: "\e902"; }

.icon-next:before,
button.mfp-arrow-right:after,
.swiper-button-next:after {
  content: "\e903"; }

.icon-not-found:before {
  content: "\e908"; }

.icon-prev:before,
button.mfp-arrow-left:after,
.swiper-button-prev:after {
  content: "\e904"; }

.icon-search:before {
  content: "\e909"; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #279653; }

.hamburger-box {
  width: 28px;
  height: 18px;
  display: block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 28px;
    height: 2px;
    background-color: #279653;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    width: 18.2px;
    right: 0; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

.mfp-bg {
  opacity: 0.7;
  background-color: #000000; }

.mfp-s-loading .mfp-arrow {
  display: none; }

button.mfp-arrow-left,
button.mfp-arrow-right {
  margin: 0;
  transform: translateY(-50%);
  width: 2.5rem;
  height: calc(100% - 5rem);
  opacity: 1;
  transition: .25s ease-in-out;
  color: #ffffff; }
  button.mfp-arrow-left:before,
  button.mfp-arrow-right:before {
    display: none; }
  button.mfp-arrow-left:after,
  button.mfp-arrow-right:after {
    width: auto;
    height: auto;
    border: 0;
    font-size: 1.125rem;
    margin: 0; }
  button.mfp-arrow-left:active,
  button.mfp-arrow-right:active {
    margin-top: 0; }
  button.mfp-arrow-left:focus, button.mfp-arrow-left:hover,
  button.mfp-arrow-right:focus,
  button.mfp-arrow-right:hover {
    color: #279653; }

button.mfp-close {
  font-size: 0;
  opacity: 1;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  top: 1.25rem;
  right: 1.25rem; }
  button.mfp-close,
  .mfp-close-btn-in button.mfp-close {
    color: #279653; }
  button.mfp-close:before {
    display: none; }
  button.mfp-close:after {
    top: 0;
    font-size: 1.25rem;
    margin: 0; }
  button.mfp-close:focus, button.mfp-close:hover {
    opacity: .85;
    color: #279653; }
  button.mfp-close:active {
    top: 1.25rem;
    opacity: 1;
    color: #279653; }

.mfp-figure:after {
  background: none;
  box-shadow: none; }

.mfp-bottom-bar {
  display: none; }

@media (max-width: 900px) {
  .mfp-container.mfp-image-holder {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

@media (max-width: 768px) {
  .mfp-container.mfp-image-holder {
    padding-left: 1rem;
    padding-right: 1rem; } }

/*
====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.7; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

.select2-container--default {
  font-size: 1.25rem;
  line-height: 1.3005;
  font-weight: 300; }
  .select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border-color: rgba(0, 0, 0, 0.06);
    border-radius: 0;
    height: 4.4375rem;
    text-align: left;
    transition: .2s ease-in-out; }
    .select2-container--default .select2-selection--single:focus {
      border-color: #279653;
      outline: 0; }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #333d37;
      font-size: 1.25rem;
      line-height: 1.3005;
      font-weight: 300;
      padding: 0.75rem 2.375rem 0.6875rem 1.5rem;
      transition: transform .2s ease-in-out; }
    .select2-container--default .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold; }
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: #6e6e6e; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 100%;
      width: 2.125rem;
      top: 0;
      right: 0;
      color: #279653;
      font-size: 0.75rem;
      transition: .2s ease-in-out; }
      .select2-container--default .select2-selection--single .select2-selection__arrow:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none; }
    .select2-container--default .select2-selection--single.select--brands {
      height: 2.5625rem;
      border-radius: 0.5rem; }
      .select2-container--default .select2-selection--single.select--brands .select2-selection__rendered {
        color: #aaaaaa;
        padding: 0.5rem 2.125rem 0.375rem 0.6875rem;
        font-size: 1rem;
        line-height: 1.43813;
        font-weight: 500; }
    .select2-container--default .select2-selection--single.select--brands[data-theme="wildberries"] {
      border-color: #be20a5; }
      .select2-container--default .select2-selection--single.select--brands[data-theme="wildberries"] .select2-selection__rendered,
      .select2-container--default .select2-selection--single.select--brands[data-theme="wildberries"] .select2-selection__arrow {
        color: #be20a5; }
      .select2-container--default .select2-selection--single.select--brands[data-theme="wildberries"]:focus, .select2-container--default .select2-selection--single.select--brands[data-theme="wildberries"]:hover {
        background-color: #be20a5; }
        .select2-container--default .select2-selection--single.select--brands[data-theme="wildberries"]:focus *, .select2-container--default .select2-selection--single.select--brands[data-theme="wildberries"]:hover * {
          color: #ffffff !important; }
    .select2-container--default .select2-selection--single.select--brands[data-theme="ozon"] {
      border-color: #005bff; }
      .select2-container--default .select2-selection--single.select--brands[data-theme="ozon"] .select2-selection__rendered,
      .select2-container--default .select2-selection--single.select--brands[data-theme="ozon"] .select2-selection__arrow {
        color: #005bff; }
      .select2-container--default .select2-selection--single.select--brands[data-theme="ozon"]:focus, .select2-container--default .select2-selection--single.select--brands[data-theme="ozon"]:hover {
        background-color: #005bff; }
        .select2-container--default .select2-selection--single.select--brands[data-theme="ozon"]:focus *, .select2-container--default .select2-selection--single.select--brands[data-theme="ozon"]:hover * {
          color: #ffffff !important; }
  .select2-container--default.select2-container--focus .select2-selection--single {
    outline: 0; }
  .select2-container--default.select2-container--disabled .select2-selection--single {
    opacity: .5;
    border-color: #ffffff;
    background-color: rgba(0, 0, 0, 0.06); }
    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: scaleY(-1); }
  .select2-container--default.select2-container--open .select2-dropdown {
    z-index: 100000000; }
  .select2-container--default.select2-container--open.select2-container--below .select--brands {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
  .select2-container--default.select2-container--open.select2-container--above .select--brands {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
  .select2-container--default .select2-dropdown {
    border-color: rgba(0, 0, 0, 0.06);
    border-radius: 0.5rem;
    background-color: #ffffff;
    overflow: hidden; }
    .select2-container--default .select2-dropdown.select2-dropdown--below {
      margin-top: -0.0625rem; }
    .select2-container--default .select2-dropdown.select2-dropdown--above {
      margin-bottom: -0.0625rem; }
  .select2-container--default .select2-search--dropdown {
    position: relative;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
    .select2-container--default .select2-search--dropdown:before {
      position: absolute;
      top: 50%;
      left: 1rem;
      transform: translateY(-50%);
      color: #6e6e6e;
      font-size: 1.125rem; }
    .select2-container--default .select2-search--dropdown .select2-search__field {
      outline: 0 !important;
      color: #333d37;
      background: #ffffff;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-size: 1.25rem;
      line-height: 1.3005;
      font-weight: 300;
      font-family: "Sofia Pro", Arial, sans-serif; }
      .select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
        opacity: 1;
        color: #6e6e6e; }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 18.75rem;
    position: relative;
    padding-bottom: 0.5rem; }
  .select2-container--default .select2-results__option {
    font-size: 1.25rem;
    line-height: 1.1005;
    font-weight: 300;
    font-family: "Sofia Pro", Arial, sans-serif;
    padding: 0.34375rem 1.4375rem;
    position: relative;
    color: #333d37;
    display: flex; }
    .select2-container--default .select2-results__option[aria-selected=true] {
      background-color: #f8f9fa; }
    .select2-container--default .select2-results__option--highlighted[aria-selected] {
      color: #279653;
      background-color: #f8f9fa; }
    .select2-container--default .select2-results__option[aria-disabled=true] {
      display: none; }
  .select2-container--default .select2-results__group {
    padding: 0; }
  .select2-container--default .select--brands {
    border-radius: 0.5rem; }
    .select2-container--default .select--brands.select2-dropdown {
      border: 0; }
    .select2-container--default .select--brands.select2-dropdown--above {
      margin-top: -0.75rem;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    .select2-container--default .select--brands.select2-dropdown--below {
      margin-top: 0.75rem;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.06); }
    .select2-container--default .select--brands .select2-results > .select2-results__options {
      padding-top: 0;
      padding-bottom: 0.0625rem; }
    .select2-container--default .select--brands .select2-results__option {
      font-size: 1.125rem;
      line-height: 1.61167;
      font-weight: 500;
      padding: 0.4375rem 0.6875rem 0.3125rem;
      border-bottom: 1px solid #e4e4e4; }
      .select2-container--default .select--brands .select2-results__option:last-child {
        border-bottom-width: 0; }
      .select2-container--default .select--brands .select2-results__option[aria-selected=true] {
        background: none; }
      .select2-container--default .select--brands .select2-results__option--highlighted[aria-selected] {
        color: inherit;
        background: none; }
      .select2-container--default .select--brands .select2-results__option span {
        transition: color .3s ease-in-out; }
      .select2-container--default .select--brands .select2-results__option:focus .is-wildberries, .select2-container--default .select--brands .select2-results__option:hover .is-wildberries {
        color: #be20a5; }
      .select2-container--default .select--brands .select2-results__option:focus .is-ozon, .select2-container--default .select--brands .select2-results__option:hover .is-ozon {
        color: #005bff; }

:root {
  --swiper-navigation-size: 2.5rem;
  --swiper-pagination-bullet-horizontal-gap: .375rem;
  --swiper-pagination-bullet-width: 1.875rem;
  --swiper-pagination-bullet-height: .25rem;
  --swiper-pagination-bullet-size: 1.875rem; }

.swiper {
  position: static; }
  .swiper-container {
    position: relative; }
  .swiper-wrapper {
    align-items: stretch; }
  .swiper-slide {
    height: auto; }
  .swiper-button-next, .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.625rem;
    height: 2.625rem;
    flex: 0 0 2.625rem;
    transition: background .2s ease-in-out; }
    .swiper-button-next:after, .swiper-button-prev:after {
      color: #279653;
      font-size: 1.125rem;
      transition: color .2s ease-in-out; }
    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
      opacity: 1; }
      .swiper-button-next.swiper-button-disabled:after, .swiper-button-prev.swiper-button-disabled:after {
        color: #aaaaaa; }
      .swiper-button-next.swiper-button-disabled.swiper-button-lock, .swiper-button-prev.swiper-button-disabled.swiper-button-lock {
        opacity: 0; }
    .swiper-controls .swiper-button-next, .swiper-controls .swiper-button-prev {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      margin-top: 0; }
    .swiper-button-next:focus:after, .swiper-button-next:hover:after, .swiper-button-prev:focus:after, .swiper-button-prev:hover:after {
      color: #279653; }
  .swiper-button-next {
    right: 0; }
  .swiper-button-prev {
    left: 0; }
  .swiper-pagination-bullets {
    position: static;
    margin-top: 1.625rem;
    font-size: 0; }
  .swiper-pagination-bullet {
    opacity: 1;
    background-color: #e9ecef;
    border-radius: 0; }
    .swiper-pagination-bullet-active {
      background-color: #279653; }
  .swiper-controls .swiper-pagination {
    position: static;
    transform: none;
    bottom: 0;
    white-space: nowrap;
    width: auto; }
  .swiper-controls {
    display: flex;
    align-items: center;
    color: #279653;
    z-index: 1;
    letter-spacing: -0.3px; }
    .swiper-controls .swiper-button-prev {
      margin-left: -1rem;
      margin-right: 0.25rem; }
    .swiper-controls .swiper-button-next {
      margin-left: 0.25rem;
      margin-right: -1rem; }
  @media (min-width: 1024px) {
    .swiper-button-next {
      right: 0; }
    .swiper-button-prev {
      left: 0; } }

.form-check {
  display: block;
  width: 100%;
  min-height: 1.25rem;
  padding-left: 1.875rem;
  margin-bottom: 1rem;
  text-align: left; }
  .form-check:only-child {
    margin-bottom: 0; }
  .form-check__input {
    float: left;
    margin-left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -0.28156rem;
    vertical-align: top;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    -webkit-appearance: none;
            appearance: none;
    -webkit-print-color-adjust: exact;
            color-adjust: exact;
    transition:; }
    .form-check__input[type="radio"] {
      border-radius: 50%; }
    .form-check__input:active {
      filter: brightness(90%); }
    .form-check__input:focus {
      outline: 0; }
    .form-check__input:checked {
      background-color: #279653;
      border-color: #279653; }
      .form-check__input:checked[type="checkbox"] {
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.225.671c.192.173.208.47.035.662L3.67 7.542a.467.467 0 0 1-.202.131c-.007.001-.014.004-.02.006a.467.467 0 0 1-.492-.133L.747 5.094a.469.469 0 1 1 .697-.627L3.31 6.539 8.563.706A.469.469 0 0 1 9.225.67Z' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E");
        background-size: 12px auto; }
      .form-check__input:checked[type="radio"] {
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='10' height='10' rx='5' fill='%23ffffff'/%3E%3C/svg%3E");
        background-size: 8px auto; }
    .form-check__input:disabled {
      pointer-events: none;
      filter: none;
      opacity: 0.5; }
    .form-check__input[disabled] ~ .form-check-label, .form-check__input:disabled ~ .form-check-label {
      opacity: 0.5; }
    .form__group.has-error .form-check__input {
      border-color: #eb3700; }
  .form-check__label {
    display: block;
    font-size: 1.125rem;
    line-height: 1.61167;
    color: rgba(0, 0, 0, 0.65);
    cursor: pointer; }
  .form-check + .form__errors-list {
    margin-top: -1.3125rem; }
  .form-check--sm {
    min-height: 1rem;
    padding-left: 1.5rem;
    margin-bottom: 1rem; }
  .form-check--sm .form-check__input {
    margin-left: -1.5rem;
    width: 1rem;
    height: 1rem;
    margin-top: 0.0625rem; }
    .form-check--sm .form-check__input:checked[type="checkbox"] {
      background-size: 10px auto; }
  .form-check--sm .form-check__label {
    font-size: 0.875rem;
    line-height: 1.57214; }
  .form-check--xs {
    min-height: 1rem;
    padding-left: 1.5rem;
    margin-bottom: 1rem; }
  .form-check--xs .form-check__input {
    margin-left: -1.5rem;
    width: 1rem;
    height: 1rem;
    margin-top: -0.09375rem; }
    .form-check--xs .form-check__input:checked[type="checkbox"] {
      background-size: 10px auto; }
  .form-check--xs .form-check__label {
    font-size: 0.8125rem;
    line-height: 1; }
  .form-check--centered {
    display: inline-block;
    text-align: center;
    width: auto; }

.form__input {
  position: relative;
  display: block;
  -webkit-appearance: none;
          appearance: none;
  width: 100%;
  color: #333d37;
  height: 4.4375rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
  transition: all ease-in-out 0.15s;
  font-size: 1.25rem;
  line-height: 1.3005;
  font-weight: 300;
  font-family: "Sofia Pro", Arial, sans-serif;
  padding: 1.34344rem 1.4375rem; }
  .form__input::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form__input::placeholder {
    opacity: 1;
    color: #6e6e6e; }
  .form__input:disabled, .form__input[readonly] {
    opacity: 1;
    color: #6e6e6e; }
  .form__input:disabled {
    cursor: not-allowed;
    border-color: rgba(0, 0, 0, 0.06); }
  .form__input:focus, .form__input:active {
    outline: 0; }
  .form__group.has-error .form__input {
    border-color: #eb3700; }

textarea.form__input {
  max-height: none;
  height: auto;
  min-height: 8.75rem; }

.form__group {
  position: relative;
  margin-bottom: 1rem; }

.form__field {
  position: relative;
  display: flex; }
  .form__field .form__input {
    flex: 1; }

.form__label {
  display: block; }
  .form__group.is-required .form__label[for]:after {
    content: "*";
    color: #eb3700; }

.form__submit {
  margin-top: 2.5rem; }

.form__button {
  white-space: nowrap !important; }

.form__errors-list {
  color: #eb3700;
  font-size: 0.875rem;
  line-height: 1.57214; }
  .form__errors-list:empty {
    display: none; }

.form__error {
  margin-top: 0.125rem; }

.form__validation-list {
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.57214;
  color: rgba(0, 0, 0, 0.65); }
  .form__validation-list .has-error {
    color: #eb392d; }

.form__validation-item {
  position: relative;
  padding-left: 2.125rem;
  margin-bottom: 0.75rem; }
  .form__validation-item:last-child {
    margin-bottom: 0; }
  .form__validation-item:before {
    position: absolute;
    top: -0.0625rem;
    left: 0;
    font-size: 1.375rem;
    color: #d9d9d9; }
  .form__validation-item.has-success:before {
    color: #317260; }
  .form__validation-item.has-error .parsley-success {
    display: none; }

.search-form {
  display: flex;
  align-items: center; }
  .search-form .form__group {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    width: 100%; }
  .search-form .form__field {
    flex: 1;
    top: 0.125rem; }
  .search-form .form__input {
    border-width: 0;
    border-radius: 0;
    background: none;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0; }
    .search-form .form__input::placeholder {
      color: #d9d9d9; }
  .search-form .button {
    margin-left: 0.5rem; }
  @media (min-width: 1024px) {
    .search-form .form__input {
      font-size: 1.5rem;
      line-height: 1.41708;
      margin-right: 3rem; } }

.subscription-form .form__group {
  margin-bottom: 2.5rem; }

.subscription-form .form__input {
  border-width: 0 0 1px;
  border-radius: 0;
  background: none;
  border-color: #c2c5c3;
  font-family: "Gerbera", "Sofia Pro", Arial, sans-serif;
  min-width: 14.625rem;
  max-width: 20.9375rem;
  padding: 0.5625rem 0;
  height: auto; }
  .subscription-form .form__input::placeholder {
    color: rgba(2, 2, 4, 0.2); }

.subscription-form .form__consent {
  margin-top: 0.5625rem;
  margin-bottom: 0; }

.subscription-form--column .form__group {
  margin-bottom: 0.75rem; }

.subscription-form--column .form__input {
  min-width: 0;
  max-width: none; }

.subscription-form--column .form__submit {
  margin-top: 2rem; }

@media (min-width: 576px) {
  .subscription-form {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .subscription-form .form__group {
      flex: 1;
      margin-right: 3rem;
      margin-bottom: 0; }
    .subscription-form--column {
      display: block; }
      .subscription-form--column .form__group {
        margin-right: 0;
        margin-bottom: 0.75rem; }
      .subscription-form--column .form__consent {
        margin-right: -0.75rem; } }

button,
.button {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background: none;
  outline: 0;
  border: 0;
  padding: 0;
  transition: all 0.2s ease-in-out; }
  button:focus, button:hover,
  .button:focus,
  .button:hover {
    text-decoration: none !important;
    outline: 0; }
  button:focus, button.focus, button:active:focus, button:active.focus, button.active:focus, button.active.focus,
  .button:focus,
  .button.focus,
  .button:active:focus,
  .button:active.focus,
  .button.active:focus,
  .button.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: 0; }
  button.focus,
  .button.focus {
    text-decoration: none; }
  button:active, button.active,
  .button:active,
  .button.active {
    outline: 0; }
  button.disabled, button:disabled,
  .button.disabled,
  .button:disabled {
    cursor: not-allowed;
    pointer-events: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-family: "Sofia Pro", Arial, sans-serif;
  border: 1px solid;
  border-radius: 6.25rem;
  min-height: 3rem;
  padding: 0.6875rem 1.4375rem;
  font-size: 1.125rem;
  line-height: 1.33389;
  white-space: normal; }
  .button--md {
    padding: 0.9375rem 1.9375rem; }
  .button--md-compact {
    padding: 0.9375rem; }
  .button--primary {
    color: #279653;
    background-color: #f0fcf5;
    border-color: #f0fcf5; }
    .button--primary:hover, .button--primary:focus, .button--primary:active {
      color: #ffffff; }
    .button--primary:hover, .button--primary:focus, .button--primary:active {
      background-color: #279653; }
    .button--primary:hover, .button--primary:focus, .button--primary:active {
      border-color: #279653; }
    .button--primary:hover .button__icon, .button--primary:focus .button__icon, .button--primary:active .button__icon {
      color: inherit; }
  .button--primary-dark {
    color: #ffffff;
    background-color: #279653;
    border-color: #279653; }
    .button--primary-dark:hover, .button--primary-dark:focus, .button--primary-dark:active {
      color: #ffffff; }
    .button--primary-dark:hover, .button--primary-dark:focus, .button--primary-dark:active {
      background-color: #1c6e3d; }
    .button--primary-dark:hover, .button--primary-dark:focus, .button--primary-dark:active {
      border-color: #1c6e3d; }
    .button--primary-dark:hover .button__icon, .button--primary-dark:focus .button__icon, .button--primary-dark:active .button__icon {
      color: inherit; }
  .button--primary-darkest {
    color: #ffffff;
    background-color: #317260;
    border-color: #317260; }
    .button--primary-darkest:hover, .button--primary-darkest:focus, .button--primary-darkest:active {
      color: #ffffff; }
    .button--primary-darkest:hover, .button--primary-darkest:focus, .button--primary-darkest:active {
      background-color: #275b4d; }
    .button--primary-darkest:hover, .button--primary-darkest:focus, .button--primary-darkest:active {
      border-color: #275b4d; }
    .button--primary-darkest:hover .button__icon, .button--primary-darkest:focus .button__icon, .button--primary-darkest:active .button__icon {
      color: inherit; }
  .button--service {
    color: #858685;
    background-color: #fafafa;
    border-color: #fafafa; }
    .button--service:hover, .button--service:focus, .button--service:active {
      color: #858685; }
    .button--service:hover, .button--service:focus, .button--service:active {
      background-color: #e1e1e1; }
    .button--service:hover, .button--service:focus, .button--service:active {
      border-color: #e1e1e1; }
    .button--service:hover .button__icon, .button--service:focus .button__icon, .button--service:active .button__icon {
      color: inherit; }
  .button--shadow {
    color: #213a2b;
    background-color: #ffffff;
    border-color: #ffffff; }
    .button--shadow:hover, .button--shadow:focus, .button--shadow:active {
      color: #279653; }
    .button--shadow:hover .button__icon, .button--shadow:focus .button__icon, .button--shadow:active .button__icon {
      color: inherit; }
  .button--purple {
    color: #ffffff;
    background-color: #9a31a8;
    background-image: linear-gradient(60deg, #c238cc 13.4%, #b554f2 86.6%);
    border-width: 2px;
    border-color: #ffffff;
    box-shadow: 0 4px 20px rgba(4, 25, 98, 0.12); }
    .button--purple:hover, .button--purple:focus, .button--purple:active {
      color: #ffffff; }
    .button--purple:hover, .button--purple:focus, .button--purple:active {
      background-image: none; }
    .button--purple:hover .button__icon, .button--purple:focus .button__icon, .button--purple:active .button__icon {
      color: inherit; }
  .button--shadow {
    box-shadow: 0 8px 40px rgba(235, 55, 0, 0.2); }
  .button--shadow-primary {
    box-shadow: 0 8px 40px rgba(39, 150, 83, 0.2); }
  .button--square {
    width: 3rem;
    padding: 0; }
  .button--square .button__icon {
    font-size: 1.5rem; }
  .button:hover .button__icon,
  .button:focus .button:active .button__icon {
    color: inherit; }
  .button.disabled, .button.is-disabled, .button:disabled {
    opacity: 0.6; }

a.button.disabled,
a.button.is-disabled,
fieldset[disabled] a.button {
  pointer-events: none; }

.button--block {
  width: 100%; }

input[type="submit"].button_block,
input[type="reset"].button_block,
input[type="button"].button_block {
  width: 100%; }

.breadcrumb {
  margin-bottom: 0.75rem; }
  .breadcrumb__list {
    padding: 0;
    list-style: none; }
  .breadcrumb__item {
    display: inline; }
    .breadcrumb__item:after {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 0.125rem;
      height: 0.125rem;
      border-radius: 50%;
      content: '';
      background-color: #aaaaaa;
      top: -0.125rem;
      margin-left: 0.75rem;
      margin-right: 0.5625rem; }
    .breadcrumb__item:last-child:after {
      display: none; }
  .breadcrumb__link {
    text-decoration: none; }
    .breadcrumb__link:focus, .breadcrumb__link:hover {
      text-decoration: underline; }

.attention {
  background: #fafafa;
  border: 1px solid #e7ebeb;
  border-radius: 0.75rem;
  padding: 1.25rem; }
  .attention a {
    text-decoration: none; }
    .attention a:focus, .attention a:hover {
      text-decoration: underline; }
  .attention__label {
    display: inline-block;
    border: 1px solid #ff0000;
    border-radius: 0.25rem;
    padding: 0.125rem 0.75rem;
    color: #ff0000;
    margin-bottom: 1.25rem; }
  .attention ol {
    padding: 0;
    list-style: none;
    counter-reset: attention-counter; }
    .attention ol > li {
      position: relative;
      padding-left: 2.5rem; }
      .attention ol > li:before {
        position: absolute;
        top: 0.25rem;
        left: 0;
        counter-increment: attention-counter;
        content: counter(attention-counter);
        border: 1px solid #6e6e6e;
        border-radius: 6.25rem;
        width: 1.5rem;
        height: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        line-height: 1.56313;
        font-weight: "";
        font-family: "Nunito Sans", sans-serif; }
  .attention__item {
    color: #6e6e6e;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem; }
    .attention__item:last-child {
      border-bottom-width: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
  .attention__description {
    margin-bottom: 0.25rem; }
    .attention__description:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .attention {
      display: flex;
      align-items: flex-start; }
      .attention__label {
        margin-right: 2rem;
        margin-bottom: 0; }
      .attention__content {
        flex: 1; } }

.box,
.box-primary,
.box-index {
  width: 100%;
  border-radius: 1rem;
  padding: 1.5rem; }
  .box h3.alternate,
  .box-primary h3.alternate,
  .box-index h3.alternate {
    color: #f9346c; }
  .box h6,
  .box-primary h6,
  .box-index h6 {
    margin-bottom: 2rem; }
  .box ul,
  .box ol,
  .box-primary ul,
  .box-primary ol,
  .box-index ul,
  .box-index ol {
    padding: 0;
    list-style: none; }
  .box ol,
  .box-primary ol,
  .box-index ol {
    counter-reset: box-counter; }
    .box ol > li,
    .box-primary ol > li,
    .box-index ol > li {
      position: relative;
      padding-left: 1.5rem; }
      .box ol > li:before,
      .box-primary ol > li:before,
      .box-index ol > li:before {
        position: absolute;
        top: 0;
        left: 0.25rem;
        counter-increment: box-counter;
        content: counter(box-counter) ". "; }
  @media (min-width: 768px) {
    .box,
    .box-primary,
    .box-index {
      padding: 2rem; } }

.box h3 {
  color: #279653; }

.box,
.box-index {
  background-color: #f6f6f6;
  font-size: 1rem;
  line-height: 1.56313; }

.box-index {
  margin-bottom: 2.5rem; }
  .box-index ol {
    color: #279653; }
    .box-index ol > li {
      margin-bottom: 0.4375rem; }
      .box-index ol > li:last-child {
        margin-bottom: 0; }
  .box-index a {
    text-decoration: none; }

.box-primary {
  background-color: #279653;
  color: #ffffff; }

.boxes,
.boxes-grid {
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: 100%;
  gap: 1.25rem 0.75rem;
  justify-content: center;
  justify-items: center;
  margin-bottom: 1.25rem; }

@media (min-width: 768px) {
  .boxes-grid {
    grid-template-columns: 50% 50%; } }

.entry__picture {
  display: block; }
  .entry__picture:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: rgba(39, 150, 83, 0.4);
    z-index: 1;
    opacity: 0;
    transition: .2s ease-in-out; }

.entry__title-link {
  text-decoration: none;
  color: inherit; }
  .entry__title-link:focus, .entry__title-link:hover {
    color: #279653; }

.entry__description, .entry__date, .entry__metadata {
  letter-spacing: -0.3px; }

.entry:focus .entry__picture:before, .entry:hover .entry__picture:before {
  opacity: 1; }

.entry:focus .entry__title-link, .entry:hover .entry__title-link {
  color: #279653; }

.entry--md, .entry--lg {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  height: 100%; }

.entry--lg {
  background: none; }

.entry--md .entry__picture:after,
.entry--lg .entry__picture:after {
  padding-top: 64.34316%; }

.entry--md .entry__content,
.entry--lg .entry__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.entry--md .entry__description,
.entry--lg .entry__description {
  margin-bottom: 0.5rem;
  color: #6e6e6e; }
  .entry--md .entry__description:last-child,
  .entry--lg .entry__description:last-child {
    margin-bottom: 0; }

.entry--md .entry__date, .entry--md .entry__metadata,
.entry--lg .entry__date,
.entry--lg .entry__metadata {
  margin-top: auto; }

.entry--md .entry__content {
  padding-left: 1rem;
  padding-right: 1rem; }

.entry--md .entry__date, .entry--md .entry__metadata {
  padding-top: 0.75rem; }

.entry--lg .entry__date, .entry--lg .entry__metadata {
  padding-top: 0.5rem; }

.entry--cover {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 25rem; }
  .entry--cover:focus .entry__picture:before, .entry--cover:hover .entry__picture:before {
    background-color: rgba(39, 150, 83, 0.4); }
  .entry--cover:focus .entry__title-link, .entry--cover:hover .entry__title-link {
    color: inherit; }

.entry--cover .entry__picture {
  position: static; }
  .entry--cover .entry__picture:before {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1; }

.entry--cover .entry__content {
  padding: 3rem 1rem 1.625rem;
  color: #ffffff;
  position: relative;
  z-index: 2; }

.entry--cover .entry__title {
  color: inherit;
  margin-bottom: 0; }
  .entry--cover .entry__title-link {
    color: inherit; }

.entry--cover .entry__tags {
  margin-bottom: 0.375rem; }
  .entry--cover .entry__tags a {
    color: inherit; }

.entry--cover .entry__metadata {
  color: #ffffff;
  opacity: .5;
  margin-top: 0.5rem; }

.entry--horizontal .entry__picture:after {
  padding-top: 81.72414%; }

.entry--horizontal .entry__content {
  padding-top: 1rem; }

.entry--horizontal .entry__title, .entry--horizontal .entry__description, .entry--horizontal .entry__tags {
  margin-bottom: 0.25rem; }

.entry--horizontal .entry__description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #6e6e6e; }

@media (min-width: 768px) {
  .entry--md .entry__content {
    padding: 2rem; }
  .entry--cover .entry__content {
    padding: 2rem 2rem 1.625rem; } }

@media (max-width: 1023px) {
  .entry--lg .entry__title {
    font-size: 1.375rem;
    line-height: 1.27318; }
  .entry--lg .entry__tags {
    order: 9; }
  .entry--lg .entry__date {
    order: 10; } }

@media (max-width: 575px) {
  .entry--cover .entry__title {
    font-size: 1.375rem;
    line-height: 1.27318; } }

@media (min-width: 1024px) {
  .entry--cover .entry__picture {
    position: static; }
  .entry--horizontal {
    display: flex;
    align-items: flex-start; }
  .entry--horizontal .entry__picture {
    flex: 0 0 46.55%;
    width: 46.55%;
    max-width: 16.875rem;
    margin-right: 1.25rem; }
    .entry--horizontal .entry__picture:after {
      padding-top: 81.481481%; }
  .entry--horizontal .entry__content {
    flex: 1;
    padding-top: 0; }
  .entry--horizontal .entry__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; } }

@media (min-width: 1280px) {
  .entry--lg .entry__picture:after {
    padding-top: 71.72414%; }
  .entry--lg .entry__content {
    padding-bottom: 0; }
  .entry--lg .entry__tags {
    margin-bottom: 0.25rem; }
  .entry--lg .entry__description {
    margin-bottom: 0; } }

.gallery-slider {
  overflow: hidden;
  border-radius: 0.5rem; }
  .gallery-slider__footer {
    padding: 1.125rem 0 1.5rem; }
  .gallery-slider__caption {
    flex: 1;
    align-self: center;
    order: 2;
    font-size: 0.875rem;
    line-height: 1.57214;
    font-style: italic;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .gallery-slider__controls {
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 0;
    font-weight: 500;
    order: 1;
    color: #333d37; }
  @media (min-width: 768px) {
    .gallery-slider__footer {
      display: flex; }
    .gallery-slider__caption {
      padding-left: 0;
      padding-right: 0; }
    .gallery-slider__controls {
      border-right: 1.5px solid rgba(33, 58, 43, 0.15);
      padding-right: 1.5rem;
      margin-top: 0;
      margin-right: 1.5rem; } }

.metadata {
  padding: 0;
  list-style: none;
  color: #a6b0aa; }
  .metadata__item {
    display: flex;
    align-items: center; }
  .metadata__icon {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
    margin-right: 0.25rem; }

.modal {
  position: relative;
  max-width: 28rem;
  width: 100%;
  margin: auto;
  background-color: #ffffff; }
  .modal__header {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    padding: 2rem 2.875rem 2rem 1.5rem; }
  .modal__title {
    margin-bottom: 0;
    line-height: 1.1005; }
  .modal__body, .modal__footer {
    padding: 2rem 1.5rem; }
  .modal__video:after {
    padding-top: 56.25%; }
  .modal--lg {
    max-width: 62.5rem; }
  @media (min-width: 768px) {
    .modal__header {
      padding-left: 2rem;
      padding-right: 3.875rem; }
    .modal__body, .modal__footer {
      padding-left: 2rem;
      padding-right: 2rem; }
    .modal__video {
      border-radius: 2rem; } }

.promo-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 2rem;
  background-color: #ffffff;
  padding: 1rem 1rem 1.125rem; }
  .promo-card__title {
    margin-bottom: 0.75rem; }
  .promo-card__description {
    margin-bottom: 1.25rem; }
  .promo-card__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    width: 100%;
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06); }
  .promo-card__notes {
    padding: 0;
    list-style: none;
    background-color: #f4f4d2;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.42929;
    padding: 0.5rem 0.875rem 0.5rem 1.625rem;
    -webkit-clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 12% 100%, 0% 50%);
            clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 12% 100%, 0% 50%); }
    .promo-card__notes-item {
      white-space: nowrap; }
  @media (min-width: 768px) {
    .promo-card {
      padding: 2.5rem 2.5rem 2.625rem; } }
  @media (min-width: 1280px) {
    .promo-card__footer {
      flex-wrap: nowrap; }
    .promo-card__button {
      white-space: nowrap; } }

.service__icon {
  font-size: 2rem;
  line-height: 1.12531;
  margin-bottom: 1.1875rem; }

.service__title {
  margin-bottom: 0.75rem; }
  .service__title a {
    text-decoration: none; }

.service__text {
  color: #858685;
  line-height: 1.38944; }

.services {
  border: 1px solid #279653;
  background-color: #f1fcf6;
  padding: 1.5rem 1rem;
  height: 100%; }
  .services__item:before {
    display: block;
    width: 10.4375rem;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    content: '';
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  .services__item:first-child:before {
    display: none; }
  @media (min-width: 768px) {
    .services {
      padding: 2rem; } }
  @media (min-width: 1024px) {
    .services {
      padding: 2.5rem; } }

.social {
  display: flex;
  column-gap: 12px;
  padding: 0;
  list-style: none; }
  .social__icon {
    display: block;
    width: 2.25rem;
    height: 2.25rem; }

.tag {
  display: block;
  border: 1px solid #e4e4e4;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  line-height: 1.43813;
  letter-spacing: -0.3px;
  text-decoration: none;
  color: #213a2b;
  white-space: nowrap;
  text-transform: capitalize;
  font-weight: 500; }
  .tag:focus, .tag:hover {
    text-decoration: none;
    color: #279653;
    border-color: #279653; }
  .tag.is-active {
    color: #279653;
    border-color: #279653; }

.tags {
  padding: 0;
  list-style: none; }
  .tags__link {
    font-weight: 700; }
  .tags--default {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    margin-bottom: -0.75rem; }
  .tags--default .tags__item {
    position: relative;
    min-height: 1px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-bottom: 0.75rem; }
  .tags--divided .tags__item {
    display: inline; }
    .tags--divided .tags__item:after {
      content: " ";
      word-spacing: 1.21428571em;
      background-image: linear-gradient(90deg, transparent 0 calc(50% - 0.05em), rgba(185, 185, 185, 0.38) 0 calc(50% + 0.035em), transparent 0); }
  .tags--divided .tags__link {
    display: inline;
    text-decoration: none; }
    .tags--divided .tags__link:focus, .tags--divided .tags__link:hover {
      color: #000000; }

.nav__close {
  align-self: flex-end;
  font-size: 1.5rem;
  display: block;
  margin-left: auto; }

.nav__title {
  margin-bottom: 1.25rem; }

.nav__list {
  padding: 0;
  list-style: none;
  flex-direction: column; }

.nav__item {
  line-height: 1.22278;
  font-weight: 500; }

.nav__link {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.8125rem;
  text-decoration: none;
  color: rgba(33, 58, 43, 0.4); }
  .nav__link:focus, .nav__link:hover {
    color: #279653;
    box-shadow: inset 0 -2px 0 #279653; }
  .nav__link.is-active {
    color: #213a2b;
    box-shadow: inset 0 -2px 0 #279653; }

.nav__button {
  margin-top: 1.25rem; }

@media (max-width: 1279px) {
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: 75%;
    min-width: 20rem;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;
    padding: 2.5rem;
    z-index: 102;
    text-align: center;
    transition: all .3s ease 0s; }
    .nav.is-visible {
      transform: translateX(0); } }

@media (min-width: 1280px) {
  .nav__list {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    border-width: 0 1px; }
    .nav__list:before, .nav__list:after {
      position: absolute;
      top: 0.5rem;
      bottom: 0.5rem;
      border-left: 1px solid rgba(0, 0, 0, 0.06);
      content: ''; }
    .nav__list:before {
      left: 0; }
    .nav__list:after {
      right: 0; }
  .nav__item {
    width: auto;
    flex: initial;
    font-size: 1rem;
    line-height: 1.2; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: .25s ease-in-out;
  background-color: #ffffff;
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
  padding-top: 0.875rem;
  padding-bottom: 0.875rem; }
  .header.is-scrolled {
    box-shadow: rgba(173, 173, 173, 0.07) -15px 0 20px, rgba(173, 173, 173, 0.07) 15px 0 20px, rgba(173, 173, 173, 0.07) 0 -10px 20px, rgba(173, 173, 173, 0.1) 0 20px 20px; }
  .header__row {
    flex-wrap: nowrap;
    position: relative;
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .header__col {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .header__col--logo {
      margin-right: auto;
      display: flex;
      align-items: center; }
    .header__col--buttons {
      display: flex;
      align-items: center; }
  .header__logo-img {
    display: block;
    width: 7.5rem;
    transition: width 0.25s ease-in-out; }
  .header__breadcrumb {
    font-size: 1.5rem;
    line-height: 1.33375;
    display: flex;
    align-items: center; }
    .header__breadcrumb:before {
      color: #279653;
      transform: rotate(-90deg);
      margin-left: 1rem;
      margin-right: 1rem;
      font-size: 1rem; }
    .header__breadcrumb-text {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 100%;
      flex: 1;
      color: #333d37;
      text-decoration: none; }
  .header__search {
    position: absolute;
    background-color: #ffffff;
    top: -0.75rem;
    left: 80%;
    right: 0;
    bottom: -0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease; }
    .header__search.is-visible {
      opacity: 1;
      visibility: visible;
      left: 0; }
  .header__button + .header__button {
    margin-left: 0.5rem; }
  @media (min-width: 768px) {
    .header__search {
      padding-left: 2.5rem; }
      .header__search:before {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1.5rem;
        height: 3rem;
        border-left: 1px solid rgba(0, 0, 0, 0.06);
        content: ''; }
      .header__search.is-visible {
        left: 16.1875rem; } }
  @media (min-width: 1280px) {
    .header {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem; }
      .header__row {
        margin-left: -2.5rem;
        margin-right: -2.5rem; }
      .header__col {
        padding-left: 2.5rem;
        padding-right: 2.5rem; }
        .header__col--logo {
          margin-right: 0;
          width: 21.125rem; }
        .header__col--nav {
          flex: 1;
          top: 0.125rem; }
      .header__logo {
        flex: 0 0 10.125rem; }
        .header__logo-img {
          width: 100%; }
      .header__breadcrumb {
        position: relative;
        top: 0.125rem; }
      .header__search {
        padding-left: 2.5rem;
        padding-right: 2.5rem; }
        .header__search.is-visible {
          left: 21.125rem; } }

.main {
  padding-top: 3.75rem;
  flex: 1; }
  @media (min-width: 1280px) {
    .main {
      padding-top: 7.625rem; } }

.footer {
  font-family: "Gerbera", "Sofia Pro", Arial, sans-serif;
  padding-top: 2.5rem; }
  .footer__main {
    margin-bottom: 5.6875rem; }
  .footer__col {
    margin-top: 2.6875rem;
    max-width: 24.375rem; }
    .footer__col:first-child {
      margin-top: 0; }
    .footer__col--social {
      max-width: 11.25rem; }
  .footer__contacts {
    color: rgba(255, 255, 255, 0.7); }
    .footer__contacts-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #3d4741;
      border-radius: 50%;
      width: 2.25rem;
      height: 2.25rem;
      flex: 0 0 2.25rem;
      margin-bottom: 0.875rem;
      font-size: 1.0625rem;
      color: #ffffff; }
    .footer__contacts-content {
      display: flex;
      flex-direction: column; }
    .footer__contacts-title {
      margin-bottom: 0.5rem; }
    .footer__contacts-description {
      margin-bottom: 0; }
    .footer__contacts-link {
      margin-top: 0.9375rem; }
      .footer__contacts-link:focus, .footer__contacts-link:hover {
        color: #ffffff; }
  .footer__menu {
    padding: 0;
    list-style: none;
    margin-top: 0.0625rem; }
    .footer__menu-item {
      margin-bottom: 0.4375rem; }
      .footer__menu-item:last-child {
        margin-bottom: 0; }
    .footer__menu-link:focus, .footer__menu-link:hover {
      color: rgba(255, 255, 255, 0.7); }
  .footer__social-title {
    margin-top: 0.5rem; }
  .footer__bottom {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #9f9f9f; }
    .footer__bottom-col {
      display: block;
      margin-bottom: 1.625rem; }
      .footer__bottom-col:last-child {
        margin-bottom: 0; }
  .footer__link:focus, .footer__link:hover {
    color: #ffffff; }
  @media (max-width: 779px) {
    .footer {
      padding-bottom: 2.5rem; }
      .footer__row,
      .footer__bottom .row {
        flex-direction: column; } }
  @media (min-width: 768px) {
    .footer__col {
      max-width: 25.625rem; }
      .footer__col--social {
        max-width: 12.5rem; } }
  @media (min-width: 880px) {
    .footer {
      padding-top: 6.75rem; }
      .footer__main {
        margin-bottom: 8.75rem; }
      .footer__row {
        flex-wrap: nowrap;
        justify-content: space-between; }
      .footer__col {
        margin-top: 0; }
        .footer__col--contacts {
          max-width: 25.625rem;
          margin-top: 0.1875rem; }
        .footer__col--menu {
          width: auto;
          flex: initial; }
        .footer__col--social {
          margin-top: -0.5rem; }
      .footer__bottom .row {
        justify-content: space-around; }
      .footer__bottom-col {
        margin-bottom: 0; } }
  @media (min-width: 951px) {
    .footer__main {
      margin-bottom: 6.25rem; }
    .footer__col--contacts {
      max-width: 29.375rem; }
    .footer__col--menu {
      margin-left: 1.25rem; }
    .footer__contacts {
      display: flex; }
      .footer__contacts-icon {
        margin-top: -0.5rem;
        margin-right: 1.5rem;
        margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .footer__col--menu {
      margin-left: 7.9375rem; } }

.section {
  scroll-margin-top: 2.5rem; }
  .section[class^="bg-"]:last-child, .section[class*=" bg-"]:last-child {
    margin-bottom: 0; }

.article {
  margin-bottom: 2.5rem; }
  .article__cover {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem; }
  .article__main {
    position: relative; }
  .article__body {
    max-width: 51.6875rem;
    letter-spacing: -0.3px; }
  .article__tags {
    margin-bottom: 1.5rem; }
  .article__metadata {
    margin-bottom: 1.5rem; }
  .article__slider {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .article__social {
    border-radius: 2rem; }
  .article__content {
    color: #213a2b; }
    .article__content h1 {
      color: inherit; }
    .article__content h2 {
      margin-top: 2.5rem;
      margin-bottom: 1.25rem;
      scroll-margin-top: 6.25rem; }
    .article__content h3 {
      margin-bottom: 1rem;
      font-size: 1.375rem;
      line-height: 1.27318; }
    .article__content p:not(.attention__description) {
      margin-bottom: 1.25rem; }
      .article__content p:not(.attention__description):last-child {
        margin-bottom: 0; }
    .article__content p > img {
      display: block;
      border-radius: 0.5rem;
      position: relative;
      margin-top: 2.5rem;
      margin-bottom: 2.5rem; }
      .article__content p > img + br {
        display: none; }
      .article__content p > img[title] {
        margin-bottom: 0; }
  .article__text {
    scroll-behavior: smooth; }
  .article__caption {
    display: block;
    color: #333d37;
    font-style: italic;
    font-size: 14px;
    padding: 0.5rem 0;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    margin-bottom: 2rem; }
  .article__aside {
    margin-top: 2.5rem;
    max-width: 19.25rem; }
  .article .attention {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
    .article .attention:last-child {
      margin-bottom: 0; }
  @media (min-width: 1024px) {
    .article__main {
      flex-wrap: nowrap; }
    .article__body {
      margin-left: auto;
      flex: 1; }
    .article__aside {
      margin-top: 0;
      min-width: 19.25rem;
      flex: 0 0 calc(100% - 51.5625rem); }
    .article__social {
      position: sticky;
      top: 10.125rem; } }
  @media (min-width: 1280px) {
    .article__content h2 {
      scroll-margin-top: 10.125rem; } }

.empty {
  padding-top: 10rem;
  padding-bottom: 10rem; }
  .empty__content {
    max-width: 25.5625rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .empty__icon {
    display: block;
    color: #279653;
    font-size: 4.25rem;
    margin-bottom: 2rem; }
  .empty__text {
    letter-spacing: -0.3px;
    color: #6e6e6e; }

.entries {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .entries__button {
    margin-bottom: 2.5rem; }
  .entries__label {
    margin-bottom: 2.5rem; }
  .entries__list {
    margin-bottom: -2.5rem; }
  .entries__item {
    margin-bottom: 2.5rem; }
  .entries__grid {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: auto;
    grid-auto-flow: dense;
    gap: 2.125rem 2.5rem; }
  @media (min-width: 576px) {
    .entries__grid {
      grid-template-columns: repeat(2, calc(50% - 1.25rem)); }
      .entries__grid :nth-child(6n + 1),
      .entries__grid :nth-child(6n + 6) {
        grid-row: span 2;
        grid-column: span 2; } }
  @media (min-width: 1024px) {
    .entries {
      padding-bottom: 3.75rem; }
      .entries--spaced {
        padding-top: 5rem;
        padding-bottom: 5rem; }
      .entries--spaced .entries__list {
        margin-bottom: -3.75rem; }
      .entries--spaced .entries__item {
        margin-bottom: 3.75rem; }
      .entries--grid {
        padding-bottom: 5rem; }
      .entries__grid {
        grid-auto-rows: 1fr; }
        .entries__grid :nth-child(6n + 1),
        .entries__grid :nth-child(6n + 6) {
          grid-column: span 1; } }

.filter {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem; }
  .filter__select {
    width: 7.8125rem;
    margin-top: 1.5rem; }
  @media (min-width: 768px) {
    .filter__row {
      flex-wrap: nowrap; }
    .filter__select {
      margin-top: 0; } }
  @media (min-width: 1280px) {
    .filter__tags {
      max-width: 94%; } }

.promo {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: radial-gradient(100% 60617.83% at 0% 73.56%, #f7e2f3 0%, #f9e6f8 18.42%, #e8e1fd 40.32%, #d6e1ff 61.97%, #e6f0ff 100%), #FFFFFF; }
  .promo__list {
    margin-bottom: -2.5rem; }
  .promo__item {
    margin-bottom: 2.5rem; }

.subscription {
  background-color: #ffffff;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .subscription__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .subscription__title {
    margin-bottom: 2.5rem;
    font-family: "Gerbera", "Sofia Pro", Arial, sans-serif;
    font-weight: 500; }
  .subscription--column {
    background: none;
    padding: 0; }
  .subscription--column .subscription__icon {
    display: block;
    margin: 0 auto 1.5rem; }
  .subscription--column .subscription__title {
    margin-bottom: 1rem;
    font-weight: 700; }
  @media (min-width: 576px) {
    .subscription__body {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 1024px) {
    .subscription {
      text-align: left;
      background: #f8f9fa;
      padding-bottom: 5rem; }
      .subscription__body {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        background-color: #ffffff;
        border-radius: 2rem;
        padding: 2rem 3rem; }
      .subscription__title {
        margin-right: 2.5rem;
        margin-bottom: 0; }
      .subscription--column {
        background: none;
        padding: 0; }
      .subscription--column .subscription__icon {
        margin-top: -0.3125rem;
        margin-bottom: 2.25rem; }
      .subscription--column .subscription__title {
        margin-right: 0;
        margin-bottom: 1rem; } }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

.display-xs-up {
  display: block !important; }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 576px) {
  .display-sm-up {
    display: block !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 1023px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 768px) {
  .display-md-up {
    display: block !important; } }

@media (min-width: 1024px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1279px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1024px) {
  .display-lg-up {
    display: block !important; } }

@media (min-width: 1280px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

@media (min-width: 1280px) {
  .display-xl-up {
    display: block !important; } }
