html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  margin: 0; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  position: relative; }

div, h1, h2, h3, h4, p, ul, li, table, tr, td, a, span, u, b, i {
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%; }

input, select, textarea, button {
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none; }

table, tr, td, th {
  font-size: 1em; }

a {
  color: #09c;
  text-decoration: underline; }

a {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s; }

a:hover {
  color: #09c;
  text-decoration: none; }

a img {
  border: none; }

p > img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

/* content {{{ */
body, input, select, textarea, button {
  font-family: "Maven Pro", sans-serif; }

input, select, textarea, button {
  font-size: 1em; }

table, tr, td, th {
  font-size: 1em; }

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

a {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s; }

a:hover {
  color: inherit;
  text-decoration: none; }

a img {
  border: none; }

p > img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast; }

h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child {
  margin-top: 0; }

h1, .h1 {
  font-size: 40px;
  line-height: 1.3;
  margin: 1em 0 1em 0;
  padding: 0;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 900;
  color: #000;
  text-transform: none;
  text-align: center;
  letter-spacing: 0.01em; }
  @media (max-width: 480px) {
    h1, .h1 {
      font-size: 26px; } }

h2, .h2 {
  font-size: 40px;
  line-height: 1.2;
  margin: 1em 0 1em 0;
  margin-bottom: 40px;
  padding: 0;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 700;
  color: #242C3E;
  text-transform: none;
  text-align: center; }

h3, .h3 {
  font-size: 26px;
  line-height: 1.2;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 700;
  margin: 0 0 35px 0;
  padding: 0;
  color: #000;
  text-transform: none;
  letter-spacing: 0.025em; }

h4, .h4 {
  font-size: 1em;
  line-height: 1.2;
  font-family: 'Maven Pro', sans-serif;
  margin: 1em 0 1em 0;
  padding: 0;
  color: #000;
  font-weight: normal;
  text-transform: none; }

p, div.p {
  margin: 1em 0 1em 0;
  padding: 0; }

hr {
  border: 0;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  margin: 1em 0 1em 0;
  clear: both; }

:link, :visited, :hover, :active, :focus {
  outline: none !important;
  outline: none; }

::-moz-selection {
  background: #09c;
  color: #fff; }

::selection {
  background: #09c;
  color: #fff; }

::-moz-selection {
  background: #09c;
  color: #fff; }

.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
  font-size: 1px; }

a.button, button.button, span.button {
  display: inline-block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #F4AC48;
  border: none;
  cursor: pointer;
  font-family: 'Maven Pro', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  padding: 13px 10px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  a.button:hover, button.button:hover, span.button:hover {
    -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.3); }
  a.button--transparent, button.button--transparent, span.button--transparent {
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    background-color: transparent;
    color: #ffffff;
    padding: 11px 8px; }
    a.button--transparent:hover, button.button--transparent:hover, span.button--transparent:hover {
      background-color: rgba(255, 255, 255, 0.25); }
  a.button--dark, button.button--dark, span.button--dark {
    background-color: #6C7293;
    border: 2px solid #6C7293; }
  a.button--light, button.button--light, span.button--light {
    border: 1px solid #B7B7B7;
    color: #B7B7B7;
    background-color: transparent;
    padding: 12px 9px; }

input, select, textarea, button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

/* }}} content */
.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.clearfix::after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  content: "";
  clear: both;
  display: table; }

.container {
  margin: 0 auto;
  max-width: 1170px;
  min-width: 320px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  @media (max-width: 1024px) {
    .container {
      max-width: 100%;
      max-width: 780px; } }
  @media (max-width: 320px) {
    .container {
      max-width: 320px; } }

/*.wrapper{
  background-image: linear-gradient(180deg, rgba(250, 250, 255, 0) 0%, #F8F9FE 29.69%, #F8F9FE 100%);
}*/
.inner {
  padding-top: 40px;
  padding-bottom: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position-y: 13%; }
  @media (max-width: 1024px) {
    .inner {
      padding-bottom: 170px; } }
  .inner::after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    width: 150%;
    left: -25%;
    height: 50%;
    top: 90%;
    border-radius: 50%; }

.page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 3; }
  @media (max-width: 1024px) {
    .page-overlay {
      background-color: transparent;
      left: 0;
      top: 0;
      visibility: hidden;
      max-height: 0;
      max-width: 0; } }

@font-face {
  font-family: "Maven Pro";
  src: url("../fonts/MavenPro-Black.woff2") format("woff2"), url("../fonts/MavenPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Maven Pro";
  src: url("../fonts/MavenPro-ExtraBold.woff2") format("woff2"), url("../fonts/MavenPro-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "Maven Pro";
  src: url("../fonts/MavenPro-Bold.woff2") format("woff2"), url("../fonts/MavenPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Maven Pro";
  src: url("../fonts/MavenPro-SemiBold.woff2") format("woff2"), url("../fonts/MavenPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Maven Pro";
  src: url("../fonts/MavenPro-Medium.woff2") format("woff2"), url("../fonts/MavenPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Maven Pro";
  src: url("../fonts/MavenPro-Regular.woff2") format("woff2"), url("../fonts/MavenPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

.u-margin-bottom-big {
  margin-bottom: 65px; }
  @media (max-width: 768px) {
    .u-margin-bottom-big {
      margin-bottom: 45px; } }

.u-margin-bottom-medium {
  margin-bottom: 45px; }
  @media (max-width: 768px) {
    .u-margin-bottom-medium {
      margin-bottom: 25px; } }

.u-margin-bottom-small {
  margin-bottom: 20px; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.header-block .button--dark {
  font-size: 18px;
  line-height: 20px;
  padding-top: 6px;
  padding-bottom: 6px; }

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px; }
  @media (max-width: 1366px) {
    .header__row {
      padding: 0 20px; } }
  @media (max-width: 1200px) {
    .header__row {
      margin: 0 auto;
      max-width: 1170px;
      width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; } }

.header__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header__logo {
  margin-right: 20px;
  padding: 10px; }
  @media (max-width: 1200px) {
    .header__logo {
      margin-right: 0; } }
  .header__logo img {
    display: block;
    max-width: 100%; }
    @media (max-width: 480px) {
      .header__logo img {
        max-width: 115px;
        height: 50px; } }

.header__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 20px; }
  .header__item:first-child {
    margin-left: 0; }

@media (max-width: 1200px) {
  .header__item--tracking,
  .header__item--lang {
    display: none; } }

.header__nav-wrapper {
  z-index: 3; }
  .header__nav-wrapper .header__item {
    display: none; }
  @media (max-width: 1200px) {
    .header__nav-wrapper {
      display: none;
      position: absolute;
      left: 0;
      top: 56px;
      background-color: #ffffff;
      min-width: 320px; }
      .header__nav-wrapper .header__item {
        display: block;
        margin-bottom: 20px; }
        .header__nav-wrapper .header__item--tracking, .header__nav-wrapper .header__item--lang {
          margin: 20px; }
        .header__nav-wrapper .header__item .button, .header__nav-wrapper .header__item .dropdown-button {
          width: 100%; } }
  @media (max-width: 1024px) {
    .header__nav-wrapper {
      z-index: 5; } }
  @media (max-width: 480px) {
    .header__nav-wrapper {
      width: 100%;
      top: 70px; } }

.header__nav-list {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  @media (max-width: 1200px) {
    .header__nav-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.header__nav-item {
  display: inline-block; }
  @media (max-width: 1200px) {
    .header__nav-item {
      width: 100%; } }
  .header__nav-item--with-dropdown {
    position: relative; }
    @media (max-width: 1200px) {
      .header__nav-item--with-dropdown .header__link {
        border-top: 0; } }
    .header__nav-item--with-dropdown .header__link {
      padding-right: 45px;
      position: relative; }
      @media (max-width: 1200px) {
        .header__nav-item--with-dropdown .header__link {
          padding-left: 30px;
          padding-right: 30px; } }
      .header__nav-item--with-dropdown .header__link:hover::after {
        border-top: 6px solid #4B4C5C; }
      .header__nav-item--with-dropdown .header__link::after {
        content: "";
        display: inline-block;
        border-top: 6px solid #000000;
        border-right: 6px solid transparent;
        border-bottom: 0;
        border-left: 6px solid transparent;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }

.header__link {
  padding: 22px 25px 26px 25px;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  border-top: 5px solid transparent;
  cursor: pointer;
  text-decoration: none; }
  .header__link:hover {
    color: #4B4C5C;
    background-color: #F5FAFF;
    border-top: 5px solid #3D7DFA; }
  .header__link:active {
    background-color: #F8F8F8;
    border-top: 5px solid transparent; }
  @media (max-width: 1200px) {
    .header__link {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
      padding: 20px;
      text-align: center;
      border-top: none;
      border-left: 5px solid transparent; }
      .header__link:hover {
        border-left: 5px solid #3D7DFA;
        border-top: 0; } }

.header__link--active {
  color: #4B4C5C;
  background-color: #F5FAFF;
  border-top: 5px solid #3D7DFA; }
  @media (max-width: 1200px) {
    .header__link--active {
      border-top: 0;
      border-left: 5px solid #3D7DFA; } }

.header__subnav {
  display: none;
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: absolute;
  background-color: #F5FAFF;
  left: 0;
  top: 74px;
  width: 100%;
  min-width: 270px;
  z-index: 1;
  padding: 20px 0; }
  @media (max-width: 1200px) {
    .header__subnav {
      position: static;
      border-left: 5px solid #3D7DFA; } }

.header__subnav-link {
  display: inline-block;
  width: 100%;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1.2;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  color: #3D7DFA;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  @media (max-width: 1200px) {
    .header__subnav-link {
      text-align: center; } }
  .header__subnav-link:hover {
    color: #3D7DFA;
    -webkit-text-decoration: underline #3D7DFA;
            text-decoration: underline #3D7DFA; }

.header__actions {
  padding: 30px 0;
  -webkit-box-shadow: -3px -2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: -3px -2px 6px rgba(0, 0, 0, 0.2);
  display: none; }
  @media (max-width: 1200px) {
    .header__actions {
      display: block; } }
  .header__actions .button, .header__actions .dropdown-button {
    padding-top: 11px;
    padding-bottom: 11px; }

.header__menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: none;
  margin-right: 50px; }
  @media (max-width: 1200px) {
    .header__menu {
      display: block; } }
  @media (max-width: 480px) {
    .header__menu {
      margin-right: 20px; } }
  .header__menu .header__menu-icon {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: auto; }
  .header__menu .header__bar,
  .header__menu .header__bar::before,
  .header__menu .header__bar::after {
    width: 30px;
    height: 3px; }
  .header__menu .header__bar {
    position: relative;
    -webkit-transform: translateY(13px);
            transform: translateY(13px);
    background-color: #000000;
    -webkit-transition: all 0ms 300ms;
    transition: all 0ms 300ms; }
  .header__menu .header__bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    background-color: #000000;
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .header__menu .header__bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #000000;
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.header__menu--opened .header__bar {
  background-color: #ffffff; }

.header__menu--opened .header__bar:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.header__menu--opened .header__bar:after {
  width: 30px;
  margin: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.droprown-block {
  position: relative; }

.dropdown--cart .dropdown-button {
  background-color: #43C779;
  border: none;
  margin: 0;
  border-radius: 0;
  position: relative;
  border-radius: 4px; }
  @media (max-width: 480px) {
    .dropdown--cart .dropdown-button {
      padding-left: 10px;
      padding-right: 22px; } }
  .dropdown--cart .dropdown-button::after {
    border-top: 6px solid #ffffff;
    right: 10px; }
    @media (max-width: 480px) {
      .dropdown--cart .dropdown-button::after {
        right: 5px; } }

.dropdown--cart .dropdown-menu {
  width: 355px; }
  @media (max-width: 480px) {
    .dropdown--cart .dropdown-menu {
      width: 320px; } }
  @media (max-width: 360px) {
    .dropdown--cart .dropdown-menu {
      width: 300px;
      right: -10px; }
      .dropdown--cart .dropdown-menu .cart__item-price {
        padding: 7px; } }
  .dropdown--cart .dropdown-menu::after {
    content: "";
    display: inline-block;
    border-top: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    position: absolute;
    right: 24px;
    top: -10px; }

.dropdown--cart .dropdown__header, .dropdown--cart .dropdown__footer {
  padding: 20px; }

.dropdown--cart .dropdown__body {
  padding: 0; }

.dropdown__header {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2; }

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 120%;
  background: #ffffff;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.25);
  border-radius: 4px; }
  @media (max-width: 1024px) {
    .dropdown-menu {
      z-index: 5; } }

.dropdown-button {
  background: #FFFFFF;
  border: 1px solid #3D3F54;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-size: 18px;
  line-height: 24px;
  color: #B7B7B7;
  padding: 4px 30px 4px 18px;
  cursor: pointer;
  position: relative; }
  @media (max-width: 1200px) {
    .dropdown-button {
      padding-left: 30px;
      padding-right: 30px; } }
  .dropdown-button:hover {
    -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.3); }
  .dropdown-button::after {
    content: "";
    display: inline-block;
    border-top: 6px solid #797979;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.dropdown__body {
  padding: 10px; }

.dropdown__item {
  display: block;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px; }
  .dropdown__item:hover {
    color: #B7B7B7; }

.cart-icon {
  display: block;
  width: 34px;
  height: 28px;
  background-image: url("../images/cart-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.cart-counter {
  position: absolute;
  top: -8px;
  left: -8px;
  display: block;
  width: 21px;
  height: 21px;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  background-color: #F54343;
  border-radius: 50%; }

.cart__item-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  text-align: left; }
  @media (max-width: 480px) {
    .cart__item-title {
      font-size: 14px; } }

.cart__item-quantity {
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #B7B7B7;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 4px;
  position: relative; }
  .cart__item-quantity::after {
    content: "";
    display: inline-block;
    border-top: 6px solid #B7B7B7;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
    position: absolute;
    right: 5px;
    top: 17px; }
  .cart__item-quantity select {
    padding: 9px 20px 9px 6px;
    color: #B7B7B7;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    background-color: #ffffff; }
    .cart__item-quantity select::-ms-expand {
      display: none; }

.cart__item-price {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 10px; }

.cart__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 20px; }
  @media (max-width: 480px) {
    .cart__row {
      padding: 7px 10px; } }
  .cart__row:nth-child(odd) {
    background-color: #F8F8F8; }
  .cart__row:last-child {
    background-color: #EAEAEA;
    min-height: 50px; }
    .cart__row:last-child .cart__item-title {
      font-weight: 700; }
    .cart__row:last-child .cart__total {
      font-size: 20px;
      font-weight: 500; }

.cart__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cart__col:first-child {
    padding-right: 7px; }

.cart__action-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -4px;
  margin-right: -4px; }

.cart__action {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding-left: 4px;
  padding-right: 4px; }
  .cart__action .button {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2; }

.cart__delete {
  margin-left: 10px; }
  @media (max-width: 480px) {
    .cart__delete {
      margin-left: 0; } }

.cart__delete-icon {
  position: relative;
  top: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  background-image: url("../images/cross.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  opacity: 0.5;
  cursor: pointer;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .cart__delete-icon:hover, .cart__delete-icon:active {
    opacity: 0.8; }

.cart__total {
  font-weight: 700;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  text-align: right; }

.grid__row {
  margin: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1024px) {
    .grid__row {
      margin: -15px; } }
  .grid__row--stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .grid__row--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .grid__row--j-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.grid__col {
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 20px;
  position: relative; }
  @media (max-width: 1024px) {
    .grid__col {
      padding: 15px; } }
  .grid__col img {
    max-width: 100%; }
  .grid__col--3 {
    width: 25%; }
  .grid__col--4 {
    width: 33.3333%; }
  .grid__col--5 {
    width: 41.6%; }
  .grid__col--6 {
    width: 50%; }
  .grid__col--7 {
    width: 58.4%; }
  .grid__col--8 {
    width: 66.6666%; }
  .grid__col--9 {
    width: 75%; }
  .grid__col--12 {
    width: 100%; }

@media (max-width: 1024px) {
  .col-sm--12 {
    width: 100%; } }

@media (max-width: 1024px) {
  .col-sm--6 {
    width: 50%; } }

@media (max-width: 480px) {
  .col-xs--12 {
    width: 100%; } }

@media (max-width: 480px) {
  .col-xs--6 {
    width: 50%; } }

.grid__inner {
  position: relative; }

.carousel-section {
  padding-bottom: 30px;
  margin-bottom: 30px; }

.carousel__item {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.04)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, #FFFFFF 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: #ffffff;
  min-height: 480px;

}
  @media (max-width: 480px) {
    .carousel__item {
      min-height: 310px;
      background-size: contain;
      background-position: top; } }

.carousel__content {
  padding: 12% 4% 10%;
  max-width: 40%; }
  @media (max-width: 768px) {
    .carousel__content {
      padding: 35px;
      max-width: 45%; } }
  @media (max-width: 480px) {
    .carousel__content {
      max-width: 100%;
      padding-top: 43%; } }

.carousel__item-title {
  margin: 0;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: #111110; }
  @media (max-width: 1024px) {
    .carousel__item-title {
      font-size: 36px; } }
  @media (max-width: 768px) {
    .carousel__item-title {
      font-size: 32px; } }
  @media (max-width: 480px) {
    .carousel__item-title {
      font-size: 26px; } }
  .carousel__item-title b {
    font-weight: 700; }

.carousel__item-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #111110;
  margin-top: 15px; }
  @media (max-width: 1024px) {
    .carousel__item-description {
      font-size: 18px; } }
  .carousel__item-description p {
    margin: 0; }

.carousel__price {
  position: absolute;
  right: 35px;
  bottom: 35px;
  color: #3D3F54; }
  @media (max-width: 480px) {
    .carousel__price {
      position: static;
      margin-top: 20px;
      text-align: right; } }
  .carousel__price .carousel__button {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    display: block;
    margin-top: 20px;
    padding: 20px; }

.carousel__price-text {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2; }

.carousel__price-value {
  display: inline-block;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.2;
  text-transform: uppercase; }

.carousel__b {
  height: 100%;
  border-radius: 10px; }
  .carousel__b .slick-list,
  .carousel__b .slick-track {
    height: 100%; }
  .carousel__b .slick-list {
    border-radius: 10px; }
  .carousel__b .slick-dots {
    position: absolute;
    top: auto;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    list-style: none;
    padding-left: 0;
    margin: 0;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .carousel__b .slick-dots li {
    width: 14px;
    height: 14px;
    padding: 0;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #43C779;
    border-radius: 50%;
    z-index: 2;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .carousel__b .slick-dots li:last-child {
      margin-right: 0; }
  .carousel__b .slick-dots li:hover::before {
    display: none; }
  .carousel__b .slick-dots li.slick-active {
    background-color: #43C779; }
  .carousel__b .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 6px;
    width: 55px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer; }

.featured-section {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #ffffff;
  margin-top: -250px; }
  @media (max-width: 1024px) {
    .featured-section {
      margin-top: -180px; } }

.featured__item {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25); }
  .featured__item .product__footer {
    background-color: #43C779;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ffffff;
    padding: 20px 18px 20px 40px; }
    @media (max-width: 480px) {
      .featured__item .product__footer {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 20px; } }
  .featured__item .product__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 480px) {
      .featured__item .product__price {
        width: 100%;
        margin-bottom: 10px;
        max-width: none;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .featured__item .product__price-value {
    margin-left: 20px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2; }

.featured__heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #3D7DFA;
  margin-bottom: 170px;
  position: relative;
  z-index: 1; }
  @media (max-width: 1024px) {
    .featured__heading {
      font-size: 36px;
      margin-bottom: 150px; } }
  @media (max-width: 768px) {
    .featured__heading {
      margin-bottom: 20px;
      font-size: 30px; } }
  @media (max-width: 480px) {
    .featured__heading {
      position: absolute;
      top: 30px;
      left: 20px; } }

.featured__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #ffffff;
  padding: 40px 20px 20px 40px; }
  @media (max-width: 1024px) {
    .featured__content {
      padding: 20px; } }
  @media (max-width: 768px) {
    .featured__content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 480px) {
    .featured__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      position: relative; } }

.featured__item-left, .featured__item-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }
  @media (max-width: 768px) {
    .featured__item-left, .featured__item-right {
      width: 100%; } }

.featured__item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 768px) {
    .featured__item-left {
      margin-bottom: 50px; } }
  @media (max-width: 480px) {
    .featured__item-left {
      max-width: 80%;
      margin-bottom: 0; } }
  .featured__item-left .product__heading {
    padding-left: 0;
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 10px; }
  .featured__item-left .product__footer {
    padding-left: 38px; }

.featured__img-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .featured__img-wrapper img {
      margin: 30px 0 0 auto;
      max-width: 50%; } }

.featured__actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 50%; }
  @media (max-width: 480px) {
    .featured__actions {
      max-width: none;
      width: 100%; }
      .featured__actions .button {
        width: 100%; } }

.product-block {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25); }

.product__img-wrapper {
  padding: 30px 10px 43px 10px;
  margin-bottom: 25px;
  position: relative; }
  @media (max-width: 1024px) {
    .product__img-wrapper {
      padding: 30px 10px; } }
  @media (max-width: 768px) {
    .product__img-wrapper {
      padding: 15px;
      margin-bottom: 15px; } }
  .product__img-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .product__img-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.product__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer; }
  .product__inner:hover .product__img-wrapper::after {
    opacity: 1; }
  .product__inner:hover .product__button-wrapper {
    visibility: visible;
    opacity: 1; }

.product__heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.2;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  color: #000000; }
  @media (max-width: 768px) {
    .product__heading {
      font-size: 22px; } }

.product__price p {
  margin: 0;
  padding: 0 5px; }

.product__price-text,
.product__price-value {
  display: inline-block; }

.product__price-text {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
  color: #4B4C5C; }

.product__price-value {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: #3D7DFA; }
  @media (max-width: 768px) {
    .product__price-value {
      font-size: 30px; } }

.product__button-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .product__button-wrapper .button {
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px; }

.product__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.product__body-inner {
  position: relative; }

.product__footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  background-color: #ffffff;
  padding: 10px 15px 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    .product__footer {
      padding-bottom: 15px; } }

.category-section {
  padding-top: 30px;
  padding-bottom: 70px; }

.advantages-section {
  background-image: linear-gradient(83.86deg, #6C7293 3.42%, #747FBF 46.88%);
  padding: 40px 0; }
  .advantages-section .grid__col:not(:last-child) {
    border-right: 1px solid #B7B7B7; }
  @media (max-width: 1024px) {
    .advantages-section .grid__col:nth-child(even) {
      border-right: none; } }
  @media (max-width: 480px) {
    .advantages-section {
      border-right: 0; }
      .advantages-section .container {
        padding-left: 45px;
        padding-right: 45px; }
      .advantages-section .grid__row {
        margin-right: 0;
        margin-left: 0; }
      .advantages-section .grid__col:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #B7B7B7; } }

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1024px) {
    .advantages__item {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.advantages__icon-wrapper {
  margin-right: 10px; }

.advantages__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff; }
  @media (max-width: 480px) {
    .advantages__text {
      font-size: 12px; } }

.footer-block {
  background-color: #F8F9FF;
  border-top: 1px solid #E7E7EA; }

.footer__top-line {
  padding: 60px 0; }
  @media (max-width: 1366px) {
    .footer__top-line {
      padding: 40px 0; } }
  @media (max-width: 1024px) {
    .footer__top-line {
      padding: 20px 0; } }

.footer__bottom-line {
  background: #ffffff;
  padding: 20px 0; }

.footer__item--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .footer__item--info .footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 20px; }
  .footer__item--info .footer__item-content {
    font-size: 18px;
    line-height: 1.2; }
    .footer__item--info .footer__item-content a {
      display: inline-block;
      cursor: pointer; }
      .footer__item--info .footer__item-content a:hover {
        text-decoration: underline; }

.footer__item--with-border {
  border-left: 6px solid  #FFDA02;
  padding: 15px 0;
  padding-left: 20px; }

.footer__item-content {
  font-size: 16px;
  line-height: 1.2;
  color: #111110; }
  .footer__item-content a {
    display: inline-block;
    padding: 3px 0; }
  .footer__item-content p {
    margin: 0; }

.footer__item-heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #111110;
  margin-bottom: 20px; }
  @media (max-width: 1024px) {
    .footer__item-heading {
      margin-bottom: 10px; } }

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.footer__nav {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: flex-end;
}
  @media (max-width: 768px) {
    .footer__nav {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.footer__nav-item {
  margin-left: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333%;
    text-align: left;
}
  @media (max-width: 480px) {
    .footer__nav-item {
      margin-left: 0; } }
  .footer__nav-item:first-child {
    margin-left: 0; }

  .footer__nav-item:last-child {
    }

.footer__nav-link {
  display: inline-block;
  color: #111110;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  padding: 15px;
  position: relative;
  cursor: pointer; }
  .footer__nav-link:hover {
    color: #8BC54F; }
  .footer__nav-link::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #8BC54F;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 2px; }

.item-section {
  padding-top: 50px;
  padding-bottom: 90px;
  background-color: #F8F9FF; }

.popup {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.11);
  position: fixed;
  margin: 0 auto;
  z-index: 2; }

.popup {
  max-height: 90%;
  overflow-y: auto;
  max-width: 1178px;
  border-radius: 10px;
  top: 50px;
  left: 0;
  right: 0;
  display: none;
  z-index: 4;
  width: 100%; }
  @media (max-width: 1024px) {
    .popup {
      border-radius: 0;
      top: 74px; } }
  @media (max-width: 480px) {
    .popup {
      top: 70px; } }

.popup__title {
  font-weight: 400;
  text-align: left;
  margin-bottom: 25px; }

.popup__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #4B4C5C; }

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

.popup__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.popup__left {
  width: 60%; }
  @media (max-width: 1024px) {
    .popup__left {
      width: 50%; } }
  @media (max-width: 768px) {
    .popup__left {
      width: 100%;
      padding: 30px;
      padding-bottom: 10px; } }

.popup__right {
  width: 40%;
  padding: 45px 40px; }
  @media (max-width: 1024px) {
    .popup__right {
      width: 50%;
      padding: 60px 20px 40px 20px; } }
  @media (max-width: 768px) {
    .popup__right {
      width: 100%;
      padding: 30px;
      padding-top: 0;
      padding-bottom: 10px; } }

.popup__img-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.popup__footer {
  padding-top: 40px; }

.popup__close-button {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  opacity: 0.5; }
  .popup__close-button img {
    display: block; }
  @media (max-width: 768px) {
    .popup__close-button {
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 50%;
      top: 5px;
      right: 5px;
      width: 30px;
      height: 30px;
      padding: 7px; }
      .popup__close-button img {
        width: 16px;
        height: 16px; } }

.popup__price .product__price-value {
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #3D3F54;
  font-weight: 500; }

.variations-block .field__radio-label {
  cursor: pointer; }

.variations-block--rounds .variations__row {
  margin-left: -7px;
  margin-right: -7px; }

.variations-block--rounds .variations__item {
  padding-left: 7px;
  padding-right: 7px; }

.variations-block--rounds .field__radio-indicator {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 0px 2px #DBDBDB;
          box-shadow: 0px 0px 0px 2px #DBDBDB; }

.variations-block--rounds .variations__field-block .field__radio-input:checked + .field__radio-indicator {
  -webkit-box-shadow: 0px 0px 0px 2px #4B4C5C;
          box-shadow: 0px 0px 0px 2px #4B4C5C; }

.variations-block--squares .variations__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #000000;
  border: 1px solid #4B4C5C;
  text-align: center; }
  .variations-block--squares .variations__item:not(:last-child) {
    border-right: none; }

.variations-block--squares .field__radio-label {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.variations-block--squares .field__radio-indicator {
  display: block;
  padding: 10px; }
  .variations-block--squares .field__radio-indicator:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff; }

.variations-block--squares .variations__field-block .field__radio-input:checked + .field__radio-indicator {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff; }

.variations__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 20px 0; }

.variations__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.variations__field-block .field__radio-input {
  display: none; }

.quantity-block {
  padding: 20px 0;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
  border-left: 0;
  border-right: 0; }
  @media (max-width: 480px) {
    .quantity-block {
      padding: 10px 0;
      border: none; } }
  .quantity-block .popup__subtitle {
    margin-bottom: 20px; }

.quantity__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -5px;
  margin-right: -5px; }

.quantity__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px; }
  .quantity__col .button {
    width: 100%;
    height: 100%; }

.quantity__select-wrapper {
  height: 100%; }
  .quantity__select-wrapper select {
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 12px 50px 12px 15px;
    background-color: transparent;
    background-image: url("../images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    font-size: 18px;
    line-height: 1.2;
    color: #4B4C5C; }
    .quantity__select-wrapper select::-ms-expand {
      display: none; }

.details-block {
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 40px;
  padding-top: 25px; }
  .details-block p {
    margin-top: 10px;
    margin-bottom: 20px; }

.details__title {
  padding-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #e6e6e6;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #000000; }

.details__text-group {
  margin-bottom: 20px; }
  .details__text-group p {
    margin: 0; }

.gallery-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 1024px) {
    .gallery-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.gallery__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 30px;
  width: 100%; }

.gallery__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 30px; padding-bottom: 0; }
  @media (max-width: 768px) {
    .gallery__thumb {
      padding: 10px 0;
      margin-top: 20px; } }

.gallery__thumb-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1024px) {
    .gallery__thumb-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.gallery__thumb-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 15px;
  width: 152px;
  height: 155px; }
  @media (max-width: 480px) {
    .gallery__thumb-item {
      width: 90px;
      height: 90px; } }
  .gallery__thumb-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .gallery__thumb-item img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    max-width: 100%;
    height: 100%; }
  .gallery__thumb-item--active::after {
    background-color: rgba(67, 199, 121, 0.6); }

.gallery__thumb-item:last-child{
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .gallery__img-wrapper {
    height: 600px; } }

@media (max-width: 480px) {
  .gallery__img-wrapper {
    height:auto; } }

.gallery__img-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .gallery__img-wrapper img {
      width: 100%;
      max-height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; } }

.related-section {
  padding-top: 40px;
  padding-bottom: 40px; }
  .related-section .h2 {
    color: #4B4C5C; }



@media (max-width: 480px){
  h2, .h2{
    font-size: 24px;
    margin-bottom: 10px;
  }

  .popup__price .product__price-value{
    font-size: 24px;
  }

  .quantity-block{
    margin: 0;
  }
}

.submit__button:disabled{
	opacity: 0.6;
    cursor: not-allowed;
}

.footer__row{
  justify-content:space-between;
}

.footer__col{
flex:0 0 auto;
  max-width:50%;
}

.footer__address-group{
  font-size: 14px;
}