/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
 * 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 {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 {
  display: table;
  /* 1 */
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  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] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@font-face {
  font-weight: 400;
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-weight: 500;
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-weight: 600;
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-weight: 700;
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-weight: 300;
  font-family: "Rubik";
  src: url("../fonts/Rubik-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-weight: 400;
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.woff2") format("woff2");
  font-display: swap;
}
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #131415;
  font-family: "Poppins", sans-serif;
}

.like-h1, h1 {
  font-weight: 600;
  font-size: 2.625rem;
  line-height: 3.125rem;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #131415;
}
@media (min-width: 768px) {
  .like-h1, h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .like-h1, h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

.after-h1 {
  font-weight: 600;
  font-size: 2.625rem;
  line-height: 3.125rem;
  letter-spacing: 0;
  font-size: 2.375rem;
  line-height: 2.75rem;
}
@media (min-width: 768px) {
  .after-h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .after-h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 768px) {
  .after-h1 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .after-h1 {
    font-size: 5rem;
    line-height: 5.125rem;
  }
}

.like-h2, h2 {
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #131415;
}
@media (min-width: 768px) {
  .like-h2, h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .like-h2, h2 {
    color: #000000;
  }
}

.like-h3, h3 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2rem;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #131415;
}
@media (min-width: 1280px) {
  .like-h3, h3 {
    font-size: 2.188rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1366px) {
  .like-h3, h3 {
    font-size: 2.334rem;
    line-height: 2.688rem;
  }
}

.like-h4, h4 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #131415;
}
@media (min-width: 768px) {
  .like-h4, h4 {
    margin: 0 0 1.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .like-h4, h4 {
    font-size: 1.563rem;
    line-height: 2.188rem;
  }
}

.like-h5, h5 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #131415;
}

.like-h6, h6 {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #131415;
}

* {
  box-sizing: border-box;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #131415;
  outline: 0;
  text-decoration: none;
}
a:hover, a:active {
  color: #00a2f6;
}
a:focus {
  color: #0085cb;
}
a[disabled], a.disabled {
  color: #c4c4c4;
  cursor: default;
  pointer-events: none;
}
a.read-more {
  color: #131415;
  font-weight: 600;
  line-height: 2.875rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1024px) {
  a.read-more {
    margin: 0.625rem 0 0;
  }
}
a.read-more:hover {
  color: #00a2f6;
}
a.read-more:hover:after {
  background: #00a2f6;
  -webkit-mask: url(../images/icons/chevron.svg) no-repeat 50% 50%;
  mask: url(../images/icons/chevron.svg) no-repeat 50% 50%;
}
a.read-more:active, a.read-more:focus {
  color: #0085cb;
}
a.read-more:active:after, a.read-more:focus:after {
  background: #0085cb;
  -webkit-mask: url(../images/icons/chevron.svg) no-repeat 50% 50%;
  mask: url(../images/icons/chevron.svg) no-repeat 50% 50%;
}
a.read-more:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 7px;
  margin: 0 0 0 0.375rem;
  background: url(../images/icons/chevron.svg) no-repeat 0 0;
  background-size: contain;
}

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

address {
  font-style: normal;
}

label {
  font-weight: normal;
}

.btn-primary {
  display: inline-block;
  padding: 1.125rem 2.563rem 1.188rem;
  border: 0;
  border-radius: 10px;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  cursor: pointer;
  background-color: #008fda;
}
@media (min-width: 1024px) {
  .btn-primary {
    padding: 0.563rem 1.813rem;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 2.875rem;
  }
}
.btn-primary:hover {
  border: 0;
  background-color: #00a2f6;
  color: #ffffff;
}
.btn-primary:focus {
  border: 0;
  background-color: #0085cb;
  color: #ffffff;
}
.btn-primary:active {
  border: 0;
  background-color: #0085cb;
  color: #ffffff;
}

.btn-white {
  display: inline-block;
  padding: 1.125rem 2.563rem 1.188rem;
  border: 0;
  border-radius: 10px;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  cursor: pointer;
  min-width: 320px;
  padding: 1rem 1.188rem 1.063rem;
  border: solid 2px #008fda;
  border-radius: 0.625rem;
  background-color: #ffffff;
  color: #008fda;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .btn-white {
    padding: 0.563rem 1.813rem;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 2.875rem;
  }
}
@media (min-width: 1024px) {
  .btn-white {
    padding: 0.438rem 1.188rem;
  }
}
.btn-white:hover {
  background-color: #008fda;
  color: #ffffff;
}
.btn-white:focus {
  background-color: #008fda;
  color: #ffffff;
}
.btn-white:active {
  background-color: #008fda;
  color: #ffffff;
}

.btn-white-red {
  display: inline-block;
  padding: 1.125rem 2.563rem 1.188rem;
  border: 0;
  border-radius: 10px;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  cursor: pointer;
  padding: 1rem 3.375rem 1rem 3.563rem;
  border: solid 2px transparent;
  border-radius: 0.625rem;
  background-color: #ffffff;
  color: #fa000e;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .btn-white-red {
    padding: 0.563rem 1.813rem;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 2.875rem;
  }
}
@media (min-width: 768px) {
  .btn-white-red {
    padding: 1.125rem 4.688rem 1.125rem 5.125rem;
    border-radius: 0.922rem;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
.btn-white-red:hover {
  background: linear-gradient(0deg, #00a8ff, #00a8ff), #dc071b;
  color: #ffffff;
}
.btn-white-red:focus {
  background: linear-gradient(0deg, #00a8ff, #00a8ff), #dc071b;
  color: #ffffff;
}
.btn-white-red:active {
  background: linear-gradient(0deg, #00a8ff, #00a8ff), #dc071b;
  color: #ffffff;
}

input[type=text],
input[type=email],
textarea {
  max-width: 100%;
  padding: 0.75rem 0.75rem 0.688rem;
  border: 1px solid transparent;
  border-radius: 0.625rem;
  background: #e9e9f0;
  color: #171a17;
  outline: none;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  input[type=text],
input[type=email],
textarea {
    padding: 0.75rem 0.75rem 0.688rem 1.063rem;
    font-size: 0.938rem;
    text-align: left;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #171a17;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder {
  color: #171a17;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #171a17;
  opacity: 1;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #171a17;
  opacity: 1;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #171a17;
  opacity: 1;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  border: 1px solid #008fda;
}
input[type=text]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0.25;
}
input[type=text]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0.25;
}
input[type=text]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0.25;
}
input[type=text]:focus::-ms-input-placeholder, input[type=email]:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  opacity: 0.25;
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0.25;
}

@media (min-width: 768px) {
  .hidden-tablet {
    display: none;
  }
}

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

.flex {
  display: flex;
}

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

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

.justify-center {
  justify-content: center;
}

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

.pt-8 {
  padding-top: 80px;
}

@media (min-width: 1024px) {
  .pb-lg-31 {
    padding-bottom: 31px !important;
  }
}

.btn-outline {
  border: 2px solid #00a2f6;
  background: transparent;
  color: #008fda;
  line-height: 1.125rem;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .btn-outline {
    padding: 0;
    font-size: 20px;
  }
}
.btn-outline:hover, .btn-outline:focus {
  border: 2px solid #00a2f6;
  background: transparent;
  opacity: 0.75;
}

.typo-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.typo-table th, .typo-table td {
  padding: 1rem;
  border: 1px solid #131415;
}
.typo-table th h1, .typo-table th h2, .typo-table th h3, .typo-table th h4, .typo-table th h5, .typo-table th h6, .typo-table td h1, .typo-table td h2, .typo-table td h3, .typo-table td h4, .typo-table td h5, .typo-table td h6 {
  padding-top: 1rem;
}
.typo-head {
  padding-top: 1rem;
}
.typo-item {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.color {
  padding: 1rem;
  color: #ffffff;
}
.color-red {
  background-color: #f62337;
}
.color-green {
  background-color: #3c763d;
}
.color-blue {
  background-color: #008fda;
}
.color-black {
  background-color: #131415;
}

.btn-primary-hover {
  background-color: rgba(19, 20, 21, 0.9);
}
.btn-primary-focus {
  background-color: rgba(19, 20, 21, 0.8);
}
.btn-primary-active {
  background-color: rgba(19, 20, 21, 0.7);
}

.btn-secondary-hover {
  background-color: rgba(0, 143, 218, 0.9);
}
.btn-secondary-focus {
  background-color: rgba(0, 143, 218, 0.8);
}
.btn-secondary-active {
  background-color: rgba(0, 143, 218, 0.7);
}

*:focus {
  outline: none;
}

.bg-blue {
  background-color: #00a2f6 !important;
}
.bg-rose {
  background-color: #ff83cf !important;
}
.bg-violet {
  background-color: #cf91ff !important;
}
.bg-lime {
  background-color: #b8d600 !important;
}
.bg-green {
  background-color: #00cd2d !important;
}
.bg-gold {
  background-color: #d1c89d !important;
}
.bg-yellow {
  background-color: #ffea2c !important;
}
.bg-orange {
  background-color: #ec9f51 !important;
}

.border-blue {
  background-color: #00a2f6 !important;
}
.border-rose {
  background-color: #ff83cf !important;
}
.border-violet {
  background-color: #cf91ff !important;
}
.border-lime {
  background-color: #b8d600 !important;
}
.border-green {
  background-color: #00cd2d !important;
}
.border-gold {
  background-color: #d1c89d !important;
}
.border-yellow {
  background-color: #ffea2c !important;
}
.border-orange {
  background-color: #ec9f51 !important;
}

.color-blue {
  background-color: #00a2f6 !important;
}
.color-rose {
  background-color: #ff83cf !important;
}
.color-violet {
  background-color: #cf91ff !important;
}
.color-lime {
  background-color: #b8d600 !important;
}
.color-green {
  background-color: #00cd2d !important;
}
.color-gold {
  background-color: #d1c89d !important;
}
.color-yellow {
  background-color: #ffea2c !important;
}
.color-orange {
  background-color: #ec9f51 !important;
}

[data-color=blue] {
  border-color: #00a2f6 !important;
  color: #00a2f6 !important;
}
[data-color=blue] svg {
  stroke: #00a2f6 !important;
}
[data-color=blue].custom-dots {
  background-color: #00a2f6 !important;
}
[data-color=blue].custom-dots::before {
  background-color: #00a2f6 !important;
  outline-color: #00a2f6 !important;
}
[data-color=blue].custom-dots::after {
  border-color: #00a2f6 !important;
}

[data-color=rose] {
  border-color: #ff83cf !important;
  color: #ff83cf !important;
}
[data-color=rose] svg {
  stroke: #ff83cf !important;
}
[data-color=rose].custom-dots {
  background-color: #ff83cf !important;
}
[data-color=rose].custom-dots::before {
  background-color: #ff83cf !important;
  outline-color: #ff83cf !important;
}
[data-color=rose].custom-dots::after {
  border-color: #ff83cf !important;
}

[data-color=violet] {
  border-color: #cf91ff !important;
  color: #cf91ff !important;
}
[data-color=violet] svg {
  stroke: #cf91ff !important;
}
[data-color=violet].custom-dots {
  background-color: #cf91ff !important;
}
[data-color=violet].custom-dots::before {
  background-color: #cf91ff !important;
  outline-color: #cf91ff !important;
}
[data-color=violet].custom-dots::after {
  border-color: #cf91ff !important;
}

[data-color=lime] {
  border-color: #b8d600 !important;
  color: #b8d600 !important;
}
[data-color=lime] svg {
  stroke: #b8d600 !important;
}
[data-color=lime].custom-dots {
  background-color: #b8d600 !important;
}
[data-color=lime].custom-dots::before {
  background-color: #b8d600 !important;
  outline-color: #b8d600 !important;
}
[data-color=lime].custom-dots::after {
  border-color: #b8d600 !important;
}

[data-color=green] {
  border-color: #00cd2d !important;
  color: #00cd2d !important;
}
[data-color=green] svg {
  stroke: #00cd2d !important;
}
[data-color=green].custom-dots {
  background-color: #00cd2d !important;
}
[data-color=green].custom-dots::before {
  background-color: #00cd2d !important;
  outline-color: #00cd2d !important;
}
[data-color=green].custom-dots::after {
  border-color: #00cd2d !important;
}

[data-color=golden] {
  border-color: #d1c89d !important;
  color: #d1c89d !important;
}
[data-color=golden] svg {
  stroke: #d1c89d !important;
}
[data-color=golden].custom-dots {
  background-color: #d1c89d !important;
}
[data-color=golden].custom-dots::before {
  background-color: #d1c89d !important;
  outline-color: #d1c89d !important;
}
[data-color=golden].custom-dots::after {
  border-color: #d1c89d !important;
}

[data-color=yellow] {
  border-color: #ffea2c !important;
  color: #ffea2c !important;
}
[data-color=yellow] svg {
  stroke: #ffea2c !important;
}
[data-color=yellow].custom-dots {
  background-color: #ffea2c !important;
}
[data-color=yellow].custom-dots::before {
  background-color: #ffea2c !important;
  outline-color: #ffea2c !important;
}
[data-color=yellow].custom-dots::after {
  border-color: #ffea2c !important;
}

[data-color=orange] {
  border-color: #ec9f51 !important;
  color: #ec9f51 !important;
}
[data-color=orange] svg {
  stroke: #ec9f51 !important;
}
[data-color=orange].custom-dots {
  background-color: #ec9f51 !important;
}
[data-color=orange].custom-dots::before {
  background-color: #ec9f51 !important;
  outline-color: #ec9f51 !important;
}
[data-color=orange].custom-dots::after {
  border-color: #ec9f51 !important;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 90;
  background-color: rgba(11, 11, 14, 0.9);
  color: #ffffff;
}
@media (min-width: 1024px) {
  .header {
    background-color: #ffffff;
  }
}
.header .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.688rem 0.875rem 0.625rem 0.75rem;
}
@media (min-width: 1024px) {
  .header .inner {
    padding: 1.188rem 2.5rem 1.188rem 2.5rem;
  }
}
.header.menu-open {
  position: fixed !important;
  top: 0 !important;
  align-items: flex-start;
  height: 100vh;
  background-color: #121212 !important;
}
.header.menu-open .inner {
  justify-content: space-between !important;
}
.header.menu-open .logo img {
  display: none !important;
}
.header.menu-open .header__btn,
.header.menu-open .header__menu-btn,
.header.menu-open .logo img.white {
  display: block !important;
}
.header.menu-open .header__menu {
  position: absolute;
  top: 3.938rem;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: solid 1px #606065;
}
.header.menu-open .header__menu nav {
  text-align: center;
}
.header.menu-open .header__menu nav ul.menu {
  margin: 4.688rem 0;
  padding: 0;
  list-style-type: none;
}
.header.menu-open .header__menu nav ul.menu li {
  margin: 0 0 1.688rem;
  list-style: unset;
}
.header.menu-open .header__menu nav ul.menu li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.header.menu-open .header__menu nav ul.menu li a:hover {
  color: #008fda;
}
.header .header__menu-btn {
  position: relative;
  display: block;
  width: 40px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-image: none;
  outline: none;
}
@media (min-width: 1024px) {
  .header .header__menu-btn {
    display: none;
  }
}
.header .header__menu-btn button {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin: -2px 0 0;
  padding: 0;
  border: none;
  background: #ebf2f9;
  outline: none;
  transition: all 0.3s ease;
}
.header .header__menu-btn button:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #ebf2f9;
  transition: all 0.3s ease;
  -webkit-transform-origin: 1.5px center;
  transform-origin: 1.5px center;
}
.header .header__menu-btn button:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #ebf2f9;
  transition: all 0.3s ease;
  -webkit-transform-origin: 1.5px center;
  transform-origin: 1.5px center;
}
.header .header__menu-btn.active button {
  background: none;
}
.header .header__menu-btn.active button:before {
  top: 0;
  left: 5px;
  width: 30px;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -42deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.header .header__menu-btn.active button:after {
  bottom: 0;
  left: 5px;
  width: 30px;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 42deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.header .logo {
  text-align: center;
}
.header .logo img {
  display: none;
}
@media (min-width: 1024px) {
  .header .logo img {
    display: block;
    max-width: 222px;
  }
}
.header .logo img.white {
  display: block;
}
@media (min-width: 1024px) {
  .header .logo img.white {
    display: none;
  }
}
.header .header__menu {
  display: none;
}
@media (min-width: 1024px) {
  .header .header__menu {
    display: block;
  }
}
@media (min-width: 1024px) {
  .header .header__menu nav ul.menu {
    display: flex;
    margin: 0;
    list-style: unset;
  }
}
@media (min-width: 1024px) {
  .header .header__menu nav ul.menu li {
    margin-right: 1.25rem;
    list-style-type: none;
  }
}
@media (min-width: 1024px) {
  .header .header__menu nav ul.menu li a {
    color: #000000;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .header .header__menu nav ul.menu li a:hover {
    color: #008fda;
  }
}
.header .header__menu nav ul.menu li:last-child {
  margin: 0;
}
@media (min-width: 1024px) {
  .header .header__menu nav ul.menu li:last-child {
    margin: 0 2.5rem 0 0;
  }
}
.header .header__btn {
  margin: 0 0 0.125rem;
}
@media (min-width: 1024px) {
  .header .header__btn {
    margin: 0 0 1px;
  }
}
.header .header__btn .btn-primary {
  padding: 0.313rem 0.57rem 0.3rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .header .header__btn .btn-primary {
    padding: 0.563rem 2.438rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.header .header__btn .btn-primary:hover {
  border: 0;
}
@media (min-width: 768px) {
  .header .header__btn .btn-primary.cart-have-items {
    width: 9rem;
    height: 2.625rem;
    padding-top: 0.75rem;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .header .header__btn .btn-primary.cart-have-items {
    padding: 0.625rem 1rem;
  }
}
.header .header__btn .btn-primary .icon-cart {
  width: 1.125rem;
  height: 0.75rem;
  margin: 0 0.313rem 0 0.25rem;
  background-size: cover;
  font-weight: 600;
  font-size: 1rem;
}
.header .header__btn .btn-primary span.count:before {
  content: "( ";
}
@media (min-width: 768px) {
  .header .header__btn .btn-primary span.count:before {
    content: unset;
  }
}
.header .header__btn .btn-primary span.count:after {
  content: " )";
}
@media (min-width: 768px) {
  .header .header__btn .btn-primary span.count:after {
    content: unset;
  }
}
.header .header__btn .btn-primary span.text {
  display: none;
}
@media (min-width: 768px) {
  .header .header__btn .btn-primary span.text {
    display: inline-block;
  }
}

.front-page .header {
  position: absolute;
  top: 19px;
  background: none;
}
@media (min-width: 1024px) {
  .front-page .header {
    position: fixed;
    top: 0 !important;
    background: #ffffff;
  }
}
.front-page .header.scroll {
  position: fixed;
  top: 0;
  background-color: rgba(11, 11, 14, 0.9);
}
@media (min-width: 1024px) {
  .front-page .header.scroll {
    background: #ffffff;
  }
}
.front-page .header.scroll .inner {
  justify-content: space-between;
}
.front-page .header.scroll .header__menu-btn {
  display: block;
}
@media (min-width: 1024px) {
  .front-page .header.scroll .header__menu-btn {
    display: none;
  }
}
.front-page .header.scroll .header__btn {
  display: block;
}
.front-page .header.scroll .logo {
  text-align: center;
}
.front-page .header.scroll .logo img {
  display: none;
}
@media (min-width: 1024px) {
  .front-page .header.scroll .logo img {
    display: block;
  }
}
.front-page .header.scroll .logo img.white {
  display: block;
}
@media (min-width: 1024px) {
  .front-page .header.scroll .logo img.white {
    display: none;
  }
}
.front-page .header .inner {
  justify-content: center;
}
@media (min-width: 1024px) {
  .front-page .header .inner {
    justify-content: space-between;
  }
}
.front-page .header .header__menu-btn {
  display: none;
}
.front-page .header .header__btn {
  display: none;
}
@media (min-width: 1024px) {
  .front-page .header .header__btn {
    display: block;
  }
}
.front-page .header .logo {
  text-align: center;
}
.front-page .header .logo img {
  display: block;
}
.front-page .header .logo img.white {
  display: none;
}

.section {
  overflow: hidden;
}

.section-1 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  min-height: 649px;
  padding-top: 62px;
  background-color: #ebf2f9;
}
@media (min-width: 768px) {
  .section-1 {
    min-height: 788px;
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .section-1 {
    align-items: flex-start;
    min-height: 544px;
  }
}
.section-1 .image img {
  position: absolute;
  top: 253px;
  left: 48%;
  width: 1168px;
  max-width: unset;
  -webkit-transform: translate(-50%, -50%) rotate(-14deg);
  transform: translate(-50%, -50%) rotate(-14deg);
}
@media (min-width: 768px) {
  .section-1 .image img {
    top: 352px;
    left: 45.8%;
    z-index: 1;
    width: 1551px;
    -webkit-transform: translate(-50%, -50%) rotate(-0.3deg);
    transform: translate(-50%, -50%) rotate(-0.3deg);
  }
}
@media (min-width: 1024px) {
  .section-1 .image img {
    top: 348px;
    left: 24.7%;
    width: 1505px;
    -webkit-transform: translate(-50%, -50%) rotate(-15.1deg);
    transform: translate(-50%, -50%) rotate(-15.1deg);
  }
}
.section-1 .after-h1 {
  text-align: center;
}
@media (min-width: 1024px) {
  .section-1 .after-h1 {
    z-index: 90;
    margin: 0 0 0 48.8%;
    text-align: left;
  }
}
.section-1 .get-now {
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 2.25rem;
}
@media (min-width: 1024px) {
  .section-1 .get-now {
    flex-direction: row;
    margin: 0 0 6.5rem 48.8%;
  }
}
.section-1 .get-now a.btn {
  margin: 1.25rem 0 1.25rem;
}
@media (min-width: 1024px) {
  .section-1 .get-now a.btn {
    min-width: 260px;
    margin: 1.625rem 2rem 1.25rem 0;
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .section-1 .get-now a.read-more {
    margin: 0.625rem 0 0;
  }
}
.section-1 .chevron {
  display: none;
}
@media (min-width: 1024px) {
  .section-1 .chevron {
    position: absolute;
    right: 0;
    bottom: 1.563rem;
    left: 0;
    z-index: 20;
    display: block;
    margin: 0 auto;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
.section-1 .chevron:hover path {
  stroke: #008fda;
}

.section-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  min-height: 576px;
  background: #131415;
}
@media (min-width: 768px) {
  .section-2 {
    min-height: 705px;
    background: none;
  }
}
.section-2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/other/video-bg.jpg) no-repeat right 26% bottom 0;
  background-size: 700px auto;
}
@media (min-width: 640px) {
  .section-2:before {
    background-size: 835px auto;
  }
}
@media (min-width: 768px) {
  .section-2:before {
    content: unset;
  }
}
.section-2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 5px;
  background: url(../images/other/subtract.png) repeat-x 1px 0;
}
@media (min-width: 768px) {
  .section-2:after {
    bottom: -32px;
    height: 39px;
    background: url(../images/icons/subtract.svg) repeat-x 0 0;
  }
}
.section-2 h1 {
  z-index: 2;
  display: none;
  color: #ffffff;
}
@media (min-width: 768px) {
  .section-2 h1 {
    display: block;
    margin: 8rem 0 1.188rem;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .section-2 h1 {
    display: block;
    margin: 4.188rem 0 1.188rem;
    text-align: center;
  }
}
.section-2 .like-h1 {
  z-index: 2;
  margin: 7.75rem 0 1.313rem;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .section-2 .like-h1 {
    display: none;
  }
}
.section-2 p {
  z-index: 2;
  display: none;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .section-2 p {
    display: block;
    margin: 0 0 2.375rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.section-2 .play {
  z-index: 10;
  display: none;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section-2 .play {
    display: block;
  }
}
.section-2 .play:hover {
  opacity: 0.75;
}
.section-2 .play img {
  width: 120px;
}
.section-2 .btn {
  z-index: 2;
}
@media (min-width: 768px) {
  .section-2 .btn {
    display: none;
  }
}
.section-2 .video {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .section-2 .video {
    display: block;
  }
}
.section-2 .video img,
.section-2 .video video {
  position: relative;
  display: block;
}
.section-2 video {
  top: 50%;
  left: 50%;
  z-index: -100;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s opacity;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.section-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 4.25rem;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .section-3 {
    padding: 0 1.563rem;
  }
}
.section-3 h2 {
  margin: 3.188rem 0 3.25rem;
}
@media (min-width: 768px) {
  .section-3 h2 {
    margin: 3.188rem 0 1.688rem;
  }
}
.section-3 .features {
  width: 100%;
  margin: 0 0 9.5rem;
}
@media (min-width: 768px) {
  .section-3 .features {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1.313rem;
  }
}
.section-3 .features .feature {
  position: relative;
  overflow-x: hidden;
  height: 300px;
  border-radius: 1.625rem;
}
@media (min-width: 768px) {
  .section-3 .features .feature {
    width: 50%;
    height: auto;
    padding: 0 0.313rem 0.625rem;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .section-3 .features .feature {
    width: 33.3333%;
  }
}
.section-3 .features .feature:hover .icon, .section-3 .features .feature:hover .title {
  display: none;
}
.section-3 .features .feature img {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: unset;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .section-3 .features .feature img {
    position: relative;
    left: auto;
    z-index: 1;
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transform: none;
    transform: none;
  }
}
.section-3 .features .feature .icon {
  display: none;
}
@media (min-width: 768px) {
  .section-3 .features .feature .icon {
    position: absolute;
    top: 49px;
    right: 0;
    left: 0;
    z-index: 10;
    display: block;
    margin: 0 auto;
  }
  .section-3 .features .feature .icon svg {
    min-width: 48px;
    max-width: 69px;
    min-height: 45px;
    max-height: 48px;
  }
  .section-3 .features .feature .icon svg path {
    fill: #ffffff;
  }
}
.section-3 .features .feature p {
  position: absolute;
  top: 1.375rem;
  left: 1.438rem;
  z-index: 2;
  max-width: 280px;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .section-3 .features .feature p {
    top: 7.188rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 1.25rem;
    line-height: 2.25rem;
    text-align: center;
  }
}
.section-3 .features .slick-dots {
  bottom: -125px;
  height: 129px;
}
.section-3 .features .slick-dots li {
  display: inline-flex;
  align-items: center;
  width: 60px;
  height: 129px;
  margin: 0;
  padding: 0 14px;
  border-radius: 10px;
}
@media (max-width: 349px) {
  .section-3 .features .slick-dots li {
    width: 55px;
    padding: 0 10px;
  }
}
.section-3 .features .slick-dots li.slick-active {
  border-radius: 10px;
  background: #131415;
}
.section-3 .features .slick-dots li.slick-active svg path {
  fill: #ffffff;
}
.section-3 .features .slick-dots li svg {
  width: 100%;
  height: auto;
  max-height: 23px;
  outline: unset;
}

.section-4 {
  position: relative;
  padding-bottom: 80px;
}
.section-4 .inner {
  padding: 1.188rem 2.5rem;
}
@media (max-width: 767px) {
  .section-4 .inner {
    padding: 0.688rem 0.875rem 0.625rem 0.75rem;
  }
}
@media (min-width: 1024px) {
  .section-4 .inner {
    padding: 1.188rem 2.5rem 1.188rem 3.25rem;
  }
}

@media (max-width: 767px) {
  .section-products-slider {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 52.42%, #ffffff 69.22%), linear-gradient(180deg, #ffffff 24.61%, rgba(255, 255, 255, 0) 38.68%), #ebf2f9;
  }
  .section-products-slider .products-slider:not(.slick-initialized) {
    opacity: 0;
  }
}
.section-products-slider .static {
  padding-left: 1.25rem;
}
.section-products-slider.section-theme-black .param-white {
  display: none;
}
.section-products-slider.section-theme-white .param-black {
  display: none;
}
@media (max-width: 767px) {
  .section-products-slider .slider-title {
    max-width: 200px;
    margin: 0 auto 10px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .section-products-slider .slider-title {
    max-width: 415px;
  }
}
.section-products-slider .slick-list {
  overflow: visible;
}
@media (min-width: 768px) {
  .section-products-slider .slick-track {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: calc(19vw - 40px);
    grid-auto-flow: column;
    grid-gap: 20px;
    grid-gap: 5px;
  }
  .section-products-slider .slick-track:before, .section-products-slider .slick-track:after {
    display: none;
  }
}
.section-products-slider .slick-slide {
  height: 100% !important;
}
.section-products-slider .slick-slide > div {
  height: 100% !important;
}
@media (min-width: 768px) {
  .section-products-slider .slick-slide:nth-child(3n) {
    -ms-grid-row-span: 2;
    grid-row: span 2/auto;
    -ms-grid-column-span: 2;
    grid-column: span 2/auto;
  }
}
.section-products-slider .slick-dots {
  display: none !important;
}

@media (min-width: 768px) {
  .custom-slider-dots {
    position: absolute;
    top: 105px;
    right: 2.5rem;
    z-index: 1;
  }
}
.custom-slider-dots .custom-dots {
  position: relative;
  width: 12px;
  height: 12px;
  margin-left: 32px;
  border-radius: 50%;
  background: #00a2f6;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .custom-slider-dots .custom-dots {
    margin-left: 22px;
  }
}
.custom-slider-dots .custom-dots:hover::before, .custom-slider-dots .custom-dots.current::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -22px;
  margin-left: -22px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background-color: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='19' viewBox='0 0 28 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7881 2.40059C21.5948 2.40059 21.4237 2.5258 21.3653 2.71008L17.7816 14.0116C17.5486 14.7464 16.9617 15.2955 16.2446 15.4951V17.5006C16.2446 17.9976 15.8417 18.4006 15.3446 18.4006C14.8476 18.4006 14.4446 17.9976 14.4446 17.5006V15.5771H6.13345V17.5006C6.13345 17.9976 5.7305 18.4006 5.23345 18.4006C4.73639 18.4006 4.33345 17.9976 4.33345 17.5006V15.5355C3.52274 15.3772 2.84989 14.7795 2.61104 13.9643L0.64076 7.23968C0.219884 5.80322 1.29696 4.36529 2.79381 4.36529H18.9521L19.6495 2.16601C19.945 1.23391 20.8103 0.600586 21.7881 0.600586H26.0001C26.4972 0.600586 26.9001 1.00353 26.9001 1.50059C26.9001 1.99764 26.4972 2.40059 26.0001 2.40059H21.7881ZM18.3813 6.16529H2.79381C2.49787 6.16529 2.28493 6.44958 2.36814 6.73357L4.33842 13.4582C4.3938 13.6472 4.56715 13.7771 4.76409 13.7771H5.23345H15.3446H15.643C15.8363 13.7771 16.0074 13.6518 16.0658 13.4676L18.3813 6.16529Z' fill='%23ffffff'/%3E%3Cpath d='M21.3653 2.71008L20.9811 2.58824V2.58824L21.3653 2.71008ZM17.7816 14.0116L18.1658 14.1335V14.1335L17.7816 14.0116ZM16.2446 15.4951L16.1365 15.1068L15.8416 15.1889V15.4951H16.2446ZM14.4446 15.5771H14.8477V15.174H14.4446V15.5771ZM6.13345 15.5771V15.174H5.73038V15.5771H6.13345ZM4.33345 15.5355H4.73651V15.2035L4.41069 15.1399L4.33345 15.5355ZM2.61104 13.9643L2.22423 14.0777L2.61104 13.9643ZM0.64076 7.23968L1.02757 7.12635L0.64076 7.23968ZM18.9521 4.36529V4.76836H19.2471L19.3363 4.48712L18.9521 4.36529ZM19.6495 2.16601L19.2653 2.04417L19.6495 2.16601ZM18.3813 6.16529L18.7655 6.28712L18.932 5.76222H18.3813V6.16529ZM2.36814 6.73357L2.75495 6.62024L2.36814 6.73357ZM4.33842 13.4582L3.95162 13.5715L4.33842 13.4582ZM16.0658 13.4676L16.45 13.5894L16.0658 13.4676ZM21.7495 2.83191C21.7548 2.81508 21.7705 2.80365 21.7881 2.80365V1.99752C21.4191 1.99752 21.0926 2.23651 20.9811 2.58824L21.7495 2.83191ZM18.1658 14.1335L21.7495 2.83191L20.9811 2.58824L17.3974 13.8898L18.1658 14.1335ZM16.3527 15.8834C17.1984 15.648 17.8909 15.0004 18.1658 14.1335L17.3974 13.8898C17.2063 14.4924 16.725 14.943 16.1365 15.1068L16.3527 15.8834ZM16.6477 17.5006V15.4951H15.8416V17.5006H16.6477ZM15.3446 18.8037C16.0643 18.8037 16.6477 18.2202 16.6477 17.5006H15.8416C15.8416 17.775 15.6191 17.9975 15.3446 17.9975V18.8037ZM14.0416 17.5006C14.0416 18.2202 14.625 18.8037 15.3446 18.8037V17.9975C15.0702 17.9975 14.8477 17.775 14.8477 17.5006H14.0416ZM14.0416 15.5771V17.5006H14.8477V15.5771H14.0416ZM6.13345 15.9801H14.4446V15.174H6.13345V15.9801ZM6.53651 17.5006V15.5771H5.73038V17.5006H6.53651ZM5.23345 18.8037C5.95311 18.8037 6.53651 18.2202 6.53651 17.5006H5.73038C5.73038 17.775 5.50789 17.9975 5.23345 17.9975V18.8037ZM3.93038 17.5006C3.93038 18.2202 4.51378 18.8037 5.23345 18.8037V17.9975C4.959 17.9975 4.73651 17.775 4.73651 17.5006H3.93038ZM3.93038 15.5355V17.5006H4.73651V15.5355H3.93038ZM2.22423 14.0777C2.50605 15.0395 3.29983 15.7444 4.2562 15.9311L4.41069 15.1399C3.74565 15.01 3.19374 14.5196 2.99785 13.851L2.22423 14.0777ZM0.253952 7.35302L2.22423 14.0777L2.99785 13.851L1.02757 7.12635L0.253952 7.35302ZM2.79381 3.96222C1.02804 3.96222 -0.242537 5.65848 0.253952 7.35302L1.02757 7.12635C0.682304 5.94796 1.56588 4.76836 2.79381 4.76836V3.96222ZM18.9521 3.96222H2.79381V4.76836H18.9521V3.96222ZM19.2653 2.04417L18.5679 4.24346L19.3363 4.48712L20.0337 2.28784L19.2653 2.04417ZM21.7881 0.197517C20.6346 0.197517 19.6139 0.944616 19.2653 2.04417L20.0337 2.28784C20.2762 1.52319 20.9859 1.00365 21.7881 1.00365V0.197517ZM26.0001 0.197517H21.7881V1.00365H26.0001V0.197517ZM27.3032 1.50059C27.3032 0.780921 26.7198 0.197517 26.0001 0.197517V1.00365C26.2746 1.00365 26.497 1.22614 26.497 1.50059H27.3032ZM26.0001 2.80365C26.7198 2.80365 27.3032 2.22025 27.3032 1.50059H26.497C26.497 1.77503 26.2746 1.99752 26.0001 1.99752V2.80365ZM21.7881 2.80365H26.0001V1.99752H21.7881V2.80365ZM2.79381 6.56836H18.3813V5.76222H2.79381V6.56836ZM2.75495 6.62024C2.74735 6.59431 2.76679 6.56836 2.79381 6.56836V5.76222C2.22896 5.76222 1.82251 6.30484 1.98133 6.8469L2.75495 6.62024ZM4.72523 13.3449L2.75495 6.62024L1.98133 6.8469L3.95162 13.5715L4.72523 13.3449ZM4.76409 13.374C4.74611 13.374 4.73029 13.3621 4.72523 13.3449L3.95162 13.5715C4.05731 13.9323 4.38819 14.1801 4.76409 14.1801V13.374ZM5.23345 13.374H4.76409V14.1801H5.23345V13.374ZM15.3446 13.374H5.23345V14.1801H15.3446V13.374ZM15.643 13.374H15.3446V14.1801H15.643V13.374ZM15.6816 13.3457C15.6763 13.3626 15.6607 13.374 15.643 13.374V14.1801C16.012 14.1801 16.3385 13.9411 16.45 13.5894L15.6816 13.3457ZM17.9971 6.04346L15.6816 13.3457L16.45 13.5894L18.7655 6.28712L17.9971 6.04346Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: 13px 10px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .custom-slider-dots .custom-dots:hover::before, .custom-slider-dots .custom-dots.current::before {
    width: 30px;
    height: 30px;
    margin-top: -17px;
    margin-left: -17px;
    border: 3px solid #ffffff;
  }
}
.custom-slider-dots .custom-dots:hover:hover, .custom-slider-dots .custom-dots.current:hover {
  z-index: 2;
}
.custom-slider-dots .custom-dots:hover::after, .custom-slider-dots .custom-dots.current::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 42px;
  width: 42px;
  height: 42px;
  height: 42px;
  margin-top: -20px;
  margin-left: -20px;
  border: 2px solid #00a2f6;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .custom-slider-dots .custom-dots:hover::after, .custom-slider-dots .custom-dots.current::after {
    width: 32px;
    height: 32px;
    margin-top: -17px;
    margin-left: -17px;
  }
}

.products-item {
  position: relative;
  height: 100%;
  border-radius: 26px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .products-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .products-item {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .products-item {
    width: calc(100% - 5px) !important;
    max-width: 40vw;
    max-height: 205px;
  }
  .products-item img {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 200px;
  }
}
@media (max-width: 360px) {
  .products-item {
    max-height: 105px;
  }
  .products-item img {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 135px;
  }
}
.products-item:focus {
  outline: none;
}
@media (min-width: 1024px) {
  .products-item.current {
    border-radius: 26px;
  }
}
.products-item.current::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 26px;
  background: #ffffff;
  opacity: 0.8;
}
.products-item.current::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border-radius: 20px;
  background: inherit;
  opacity: 1;
}
@media (max-width: 767px) {
  .products-item.current::after {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
  }
}
.products-item.current .param-black,
.products-item.current .param-white {
  position: relative;
  z-index: 1;
}
.products-item:hover img {
  -webkit-transform: rotate(-9.97deg) translate(30px, -30px);
  transform: rotate(-9.97deg) translate(30px, -30px);
}
.products-item img {
  width: 100%;
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.v-add-to-cart {
  position: relative;
}
.v-color-to-cart {
  display: none;
}
.v-in-cart {
  display: none;
}

#product-color-order {
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.add-to-order {
  width: 100%;
  margin: 2.5rem auto;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .add-to-order {
    width: 600px;
    padding: 0;
  }
}
.add-to-order .btn-primary {
  width: 292px;
  height: 60px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .add-to-order .btn-primary {
    width: 50%;
    padding: 0 1rem;
  }
}
.add-to-order .btn-primary .icon-cart {
  margin-right: 20px;
}

.icon-cart {
  content: "";
  display: inline-block;
  width: 25px;
  height: 16px;
  background: url(/app/images/icons/cart.svg);
}

.minus,
.plus {
  width: 97px;
  height: 60px;
  border: 2px solid #3a3a3a;
  border-radius: 10px;
  font-weight: 500;
  font-size: 26px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .minus,
.plus {
    width: 50px;
    height: 57px;
    line-height: 57px;
  }
}
@media (min-width: 1024px) {
  .minus,
.plus {
    color: #000000;
    font-weight: 600;
  }
}

.minus {
  opacity: 0.2;
}

.quantity-title {
  width: 74px;
  height: 60px;
  margin: 0 13px;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .quantity-title {
    width: 40px;
    margin: 5px;
  }
}

.current-num {
  display: block;
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .current-num {
    font-size: 28px;
    line-height: 57px;
  }
}
@media (max-width: 1023px) {
  .current-text {
    display: none;
  }
}

.form-item-quantity {
  margin-left: 17px;
}

.section-5 {
  margin: 0 0 5rem;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .section-5 {
    margin: 0;
    padding: 1.125rem 0;
  }
}
.section-5 h2 {
  text-align: center;
}
@media (max-width: 767px) {
  .section-5 .spin-slider {
    margin-top: 3.75rem;
  }
}
@media (min-width: 768px) {
  .section-5 .spin-slider {
    margin: 1.938rem 0 8.2rem;
  }
}
@media (max-width: 767px) {
  .section-5 .spin-slider .slide {
    position: relative;
    margin: 0 10px 60px;
    color: #00a2f6;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 767px) {
  .section-5 .spin-slider .slide .skew {
    position: relative;
    overflow: hidden;
    min-height: 218px;
    border-radius: 1.438rem;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
  }
}
@media (max-width: 767px) {
  .section-5 .spin-slider .slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130%;
    max-width: unset;
    -webkit-transform: skewX(-10deg) translate(-50%, -50%);
    transform: skewX(-10deg) translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .section-5 .spin-slider .slide .title {
    position: absolute;
    bottom: 3.125rem;
    left: 2.5rem;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
}
@media (max-width: 767px) {
  .section-5 .spin-slider .slide span {
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .section-5 .spin-slider .slick-list {
    margin: 0 -30px;
  }
}
@media (min-width: 1024px) {
  .section-5 .spin-slider .slick-list {
    margin: 0;
    padding: 0 130px 0 0;
  }
}
.section-5 .spin-slider .slick-slide {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
@media (min-width: 768px) {
  .section-5 .spin-slider .slick-slide {
    position: relative;
    overflow: hidden;
    min-height: 332px;
    margin: 0 10px;
    border-radius: 1.438rem;
    color: #00a2f6;
    font-size: 2rem;
    line-height: 2.25rem;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
  }
}
.section-5 .spin-slider .slick-slide .slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 127%;
  max-width: unset;
  -webkit-transform: skewX(-10deg) translate(-50%, -50%);
  transform: skewX(-10deg) translate(-50%, -50%);
}
@media (min-width: 768px) {
  .section-5 .spin-slider .slick-slide .slide img {
    width: 130%;
  }
}
@media (min-width: 1024px) {
  .section-5 .spin-slider .slick-slide .slide img {
    width: 138%;
  }
}
@media (min-width: 768px) {
  .section-5 .spin-slider .slick-slide .title {
    position: absolute;
    bottom: 2.625rem;
    left: 6.625rem;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
}
@media (min-width: 768px) {
  .section-5 .spin-slider .slick-slide span {
    color: #ffffff;
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
.section-5 .spin-slider .slick-prev,
.section-5 .spin-slider .slick-next {
  top: unset;
  bottom: -131px;
  left: 51.7%;
  width: 75px;
  height: 68px;
  background: #00a8ff;
  -webkit-mask: url(../images/icons/slick-prev-next-blue.svg) no-repeat 50% 50%;
  mask: url(../images/icons/slick-prev-next-blue.svg) no-repeat 50% 50%;
}
.section-5 .spin-slider .slick-prev:hover,
.section-5 .spin-slider .slick-next:hover {
  background: url(../images/icons/next-blue.svg) no-repeat center center;
  -webkit-mask: unset;
  mask: unset;
}
.section-5 .spin-slider .slick-prev.slick-disabled,
.section-5 .spin-slider .slick-next.slick-disabled {
  background: #d8d8d8;
  -webkit-mask: url(../images/icons/slick-prev-next-blue.svg) no-repeat 50% 50%;
  mask: url(../images/icons/slick-prev-next-blue.svg) no-repeat 50% 50%;
}
.section-5 .spin-slider .slick-prev {
  bottom: -97px;
  left: calc(51.7% - 85px);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.section-6 {
  padding: 0 0.75rem 2.438rem;
  text-align: center;
}
@media (min-width: 768px) {
  .section-6 {
    padding: 0 1.875rem 3.438rem;
  }
}
@media (min-width: 1024px) {
  .section-6 {
    padding: 0 2.5rem 3.438rem;
  }
}
.section-6 h2 span {
  display: block;
}
@media (min-width: 768px) {
  .section-6 h2 span {
    display: inline;
  }
}
.section-6 .squeezbee-slider-outer {
  display: flex;
  flex-direction: column;
  margin: 2.25rem 0 0;
}
@media (min-width: 768px) {
  .section-6 .squeezbee-slider-outer {
    margin: 0 0 0.75rem;
  }
}
@media (min-width: 1024px) {
  .section-6 .squeezbee-slider-outer {
    margin: -0.688rem 0 1.75rem;
  }
}
.section-6 .squeezbee-slider-outer .squeezbee-slider {
  order: 2;
}
@media (min-width: 768px) {
  .section-6 .squeezbee-slider-outer .squeezbee-slider {
    order: 0;
  }
}
.section-6 .squeezbee-slider-outer .squeezbee-slider {
  margin: 0 0 0.75rem;
}
@media (min-width: 768px) {
  .section-6 .squeezbee-slider-outer .squeezbee-slider {
    margin: 0 0 -1px;
  }
}
@media (min-width: 768px) {
  .section-6 .squeezbee-slider-outer .squeezbee-slider img {
    max-width: 390px;
    margin: 0 auto;
  }
}
.section-6 .squeezbee-slider-outer .squeezbee-slider .slick-next {
  top: 46%;
  right: 0;
  width: 14px;
  height: 42px;
  -webkit-mask: url(../images/icons/chevron-grey.svg) no-repeat 0 0;
  mask: url(../images/icons/chevron-grey.svg) no-repeat 0 0;
}
.section-6 .squeezbee-slider-outer .squeezbee-slider .slick-prev {
  top: 37%;
  left: 0;
  display: none !important;
  width: 14px;
  height: 42px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-mask: url(../images/icons/chevron-grey.svg) no-repeat 0 0;
  mask: url(../images/icons/chevron-grey.svg) no-repeat 0 0;
}
.section-6 .squeezbee-slider-outer .squeezbee-slider-pager {
  margin: 0 0 2rem 0.625rem;
  font-weight: 600;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .section-6 .squeezbee-slider-outer .squeezbee-slider-pager {
    margin: 0 0 2rem;
  }
}
@media (min-width: 1024px) {
  .section-6 .squeezbee-slider-outer .squeezbee-slider-pager {
    margin: -0.438rem 0 20px;
  }
}
.section-6 .squeezbee-slider-outer .squeezbee-slider-pager .slick-list {
  margin: 0 -20px 0 0;
}
@media (min-width: 768px) {
  .section-6 .squeezbee-slider-outer .squeezbee-slider-pager .slick-list {
    margin: 0;
  }
}
.section-6 .squeezbee-slider-outer .squeezbee-slider-pager .slick-current {
  position: relative;
}
@media (min-width: 768px) {
  .section-6 .squeezbee-slider-outer .squeezbee-slider-pager .slick-current {
    color: #008fda;
  }
}
.section-6 .squeezbee-slider-outer .squeezbee-slider-pager .slick-current:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 67px;
  height: 4px;
  background: #00a2f6;
}
@media (min-width: 768px) {
  .section-6 .squeezbee-slider-outer .squeezbee-slider-pager .slick-current:after {
    top: 0;
    bottom: unset;
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .section-6 .squeezbee-slider-outer .squeezbee-slider-pager .slick-current:after {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section-6 .squeezbee-slider-outer .squeezbee-slider-pager .slick-current .slide .text span {
    color: #008fda;
  }
}
.section-6 .squeezbee-slider-outer .squeezbee-slider-pager .slide {
  position: relative;
  padding: 0 0 1.438rem;
  border-bottom: solid 1px #b8bec4;
}
@media (min-width: 768px) {
  .section-6 .squeezbee-slider-outer .squeezbee-slider-pager .slide {
    margin: 3px 0 0;
    padding: 0.938rem 0 0;
    border-top: solid 1px #b8bec4;
    border-bottom: 0;
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .section-6 .squeezbee-slider-outer .squeezbee-slider-pager .slide .text {
    max-width: 160px;
    margin: 0 auto;
    line-height: 1.5rem;
  }
}
.section-6 .squeezbee-slider-outer .squeezbee-slider-pager .slide .text:hover {
  color: #008fda;
  cursor: pointer;
}
.section-6 .squeezbee-slider-outer .squeezbee-slider-pager .slide .text:hover span {
  color: #008fda;
}
.section-6 .squeezbee-slider-outer .squeezbee-slider-pager .slide .text span {
  color: #727272;
}
.section-6 .btn-primary {
  margin: 0 0 1.188rem;
}
@media (min-width: 768px) {
  .section-6 .btn-primary {
    min-width: 310px;
  }
}

.section-7 {
  background: #171a17;
  color: #ffffff;
}
@media (min-width: 768px) {
  .section-7 {
    overflow: visible;
  }
}
.section-7 h2 {
  color: #ffffff;
}
.section-7 .inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section-7 .inner {
    flex-direction: row;
    background: #ffffff;
  }
}
.section-7 .inner .left {
  order: 2;
  padding: 2.125rem 2.3rem 2.438rem 1.25rem;
}
@media (min-width: 768px) {
  .section-7 .inner .left {
    position: relative;
    z-index: 10;
    order: 0;
    width: 52.2%;
    margin: 2.625rem 0 0;
    padding: 2.813rem 4.7rem 4.813rem 1.875rem;
    background: #171a17;
  }
}
@media (min-width: 1024px) {
  .section-7 .inner .left {
    width: 50%;
    padding: 3.313rem 5rem 3.75rem 3.313rem;
  }
}
@media (min-width: 768px) {
  .section-7 .inner .left:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0.563rem;
    z-index: -1;
    width: 150%;
    height: 100px;
    background: #171a17;
    -webkit-transform: rotate(4.8deg);
    transform: rotate(4.8deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
  }
}
.section-7 .inner .left p {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .section-7 .inner .left p {
    margin-top: 1.688rem;
    line-height: 1.5rem;
  }
}
.section-7 .inner .right {
  overflow: hidden;
  background: #ffffff;
}
@media (min-width: 768px) {
  .section-7 .inner .right {
    position: relative;
    width: 47.8%;
    background: #171a17;
  }
}
@media (min-width: 1024px) {
  .section-7 .inner .right {
    overflow: unset;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .section-7 .inner .right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100px;
    background: #ffffff;
  }
}
@media (min-width: 1024px) {
  .section-7 .inner .right .image {
    margin: 0 0 3.75rem;
  }
}
.section-7 .inner .right img {
  display: block;
}
@media (min-width: 768px) {
  .section-7 .inner .right img {
    position: absolute;
    top: 0;
    left: -1px;
    width: 506px;
    max-width: unset;
  }
}
@media (min-width: 1024px) {
  .section-7 .inner .right img {
    position: relative;
    top: 0;
    width: calc(100% + 1px);
  }
}
@media (min-width: 1100px) {
  .section-7 .inner .right img {
    margin-top: calc(41px - (50vw - 1px + 1px) * 0.7331669 * 0.109);
  }
}
.section-7 .sly-slider {
  padding: 0 0 0 1.25rem;
}
@media (min-width: 600px) {
  .section-7 .sly-slider {
    padding: 0 1.25rem;
  }
}
@media (min-width: 768px) {
  .section-7 .sly-slider {
    padding: 0 1.875rem;
  }
}
@media (min-width: 1024px) {
  .section-7 .sly-slider {
    padding: 0 3.313rem 1.563rem;
  }
}
.section-7 .sly-slider .frame {
  width: 100%;
  padding: 0 0 3.438rem;
}
@media (min-width: 768px) {
  .section-7 .sly-slider .frame {
    padding: 0 0 2.25rem;
  }
}
.section-7 .sly-slider .frame .team {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-7 .sly-slider .frame .team .team-item {
  position: relative;
  float: left;
  width: 120px;
  height: 100%;
  margin: 0 0.125rem 0 0;
  padding: 0;
  touch-action: none;
}
@media (min-width: 768px) {
  .section-7 .sly-slider .frame .team .team-item {
    width: 113.01px;
    margin: 0 0.375rem 0 0;
  }
}
@media (min-width: 1024px) {
  .section-7 .sly-slider .frame .team .team-item {
    width: 136px;
    margin: 0 1.25rem 0 0;
  }
}
.section-7 .sly-slider .frame .team .team-item:hover:after {
  content: "";
  position: absolute;
  top: -18px;
  left: -54px;
  z-index: -1;
  display: block;
  width: 219px;
  height: 285px;
  background: url(../images/other/profile-hover.svg) no-repeat 0 0;
}
.section-7 .sly-slider .frame .team .team-item img {
  margin: 0 0 -0.125rem;
  border-radius: 0.75rem;
}
@media (min-width: 768px) {
  .section-7 .sly-slider .frame .team .team-item img {
    margin: 0 0 0.563rem;
  }
}
@media (min-width: 1024px) {
  .section-7 .sly-slider .frame .team .team-item img {
    margin: 0 0 0.25rem;
  }
}
.section-7 .sly-slider .frame .team .team-item .name {
  display: table-caption;
  margin: 0 0 0.25rem;
  font-size: 1rem;
  font-family: "Rubik";
  line-height: 1.25rem;
}
@media (min-width: 1024px) {
  .section-7 .sly-slider .frame .team .team-item .name {
    display: block;
  }
}
.section-7 .sly-slider .frame .team .team-item .position {
  margin: 0 0 0.688rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-size: 0.75rem;
  font-family: "Rubik";
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .section-7 .sly-slider .frame .team .team-item .position {
    margin: 0 0 0.438rem;
  }
}
@media (min-width: 1024px) {
  .section-7 .sly-slider .frame .team .team-item .position {
    margin: 0 0 0.75rem;
    font-size: 1rem;
  }
}
.section-7 .sly-slider .frame .team .team-item .profile-link {
  margin: 0;
}
.section-7 .sly-slider .frame .team .team-item .profile-link a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: url(../images/icons/arrow.svg) no-repeat right 13px top 128px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .section-7 .sly-slider .frame .team .team-item .profile-link a {
    background: unset;
  }
}
.section-7 .sly-slider .frame .team .team-item .fb-link {
  position: relative;
  z-index: 10;
}
.section-7 .sly-slider .frame .team .team-item .fb-link a {
  display: block;
  width: 1.063rem;
  height: 1.063rem;
  background-color: #838c95;
  -webkit-mask-image: url(../images/icons/facebook.svg);
  mask-image: url(../images/icons/facebook.svg);
}
@media (min-width: 768px) {
  .section-7 .sly-slider .frame .team .team-item .fb-link a {
    width: 0.795rem;
    height: 0.795rem;
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}
@media (min-width: 768px) {
  .section-7 .sly-slider .frame .team .team-item .fb-link a {
    width: 1.063rem;
    height: 1.063rem;
  }
}
.section-7 .sly-slider .frame .team .team-item .fb-link a:hover {
  background-color: #ffffff;
  -webkit-mask-image: url(../images/icons/facebook.svg);
  mask-image: url(../images/icons/facebook.svg);
}
.section-7 .sly-slider .scrollbar {
  width: 100%;
  height: 4px;
  border-bottom: solid 1px #c4c4c4;
  line-height: 0;
}
@media (min-width: 768px) {
  .section-7 .sly-slider .scrollbar {
    display: none;
  }
}
.section-7 .sly-slider .scrollbar .handle {
  width: 100px;
  height: 4px;
  background: #fefeff;
  cursor: pointer;
}
.section-7 .sly-slider .scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}

.section-8 {
  position: relative;
  overflow: hidden;
  padding: 2.063rem 1.875rem 1.625rem;
  background: linear-gradient(0deg, #171a17, #171a17), #ebf2f9;
  color: #ffffff;
  text-align: center;
}
.section-8:before {
  content: "";
  position: absolute;
  top: 3.563rem;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 470px;
  background: url(../images/other/footer-blur.svg) no-repeat top;
  background-size: cover;
}
.section-8:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 5px;
  background: url(../images/other/subtract.png) repeat-x 1px 0;
}
@media (min-width: 768px) {
  .section-8:after {
    bottom: -32px;
    height: 39px;
    background: url(../images/icons/subtract.svg) repeat-x 0 0;
  }
}
.section-8 .inner {
  position: relative;
  z-index: 10;
}
.section-8 h2 {
  color: #ffffff;
}
.section-8 .video-slider {
  overflow: hidden;
  margin: 1.563rem calc((100% - 100vw) / 2) 0.625rem 0;
}
@media (min-width: 768px) {
  .section-8 .video-slider {
    margin: 2.125rem 0 0.625rem 0;
  }
}
.section-8 .video-slider .slick-list {
  padding: 0 3.688rem 0 0;
}
@media (min-width: 768px) {
  .section-8 .video-slider .slick-list {
    padding: 0;
  }
}
.section-8 .video-slider .video {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.section-8 .video-slider .video .video-item {
  position: relative;
  order: 2;
  margin: 0 0.125rem;
}
@media (min-width: 768px) {
  .section-8 .video-slider .video .video-item {
    order: 0;
    margin: 0 0.313rem 0.938rem;
  }
}
.section-8 .video-slider .video .video-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 34px;
  height: 24px;
  background: url(../images/icons/play.svg) no-repeat 0 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-8 .video-slider .video .video-item:hover:before, .section-8 .video-slider .video .video-item:focus:before {
  content: unset;
}
.section-8 .video-slider .video .video-item img {
  width: 100%;
  height: auto;
}
.section-8 .video-slider .video p {
  position: relative;
  margin: 0 0 2.25rem;
  padding: 0.313rem 1.063rem;
  border-radius: 1rem;
  background: #454845;
  font-weight: 600;
}
@media (min-width: 768px) {
  .section-8 .video-slider .video p {
    margin: 0 0 2.25rem 35px;
  }
}
.section-8 .video-slider .video p:hover, .section-8 .video-slider .video p:focus {
  background: #ffffff;
  color: #000000;
}
.section-8 .video-slider .video p:hover span, .section-8 .video-slider .video p:focus span {
  background: #ffffff;
  color: #000000;
}
.section-8 .video-slider .video p span {
  display: none;
}
@media (min-width: 768px) {
  .section-8 .video-slider .video p span {
    position: absolute;
    top: 0;
    left: -43px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 31px;
    border-radius: 1rem;
    background: #454845;
  }
}
.section-8 a.btn-primary {
  margin: 0 0 1.125rem;
}
.section-8 a.read-more {
  color: #ffffff;
}
.section-8 a.read-more:after {
  background: url(../images/icons/chevron-white.svg) no-repeat 0 0;
}

.section-9 {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 1.25rem;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 70.53%, rgba(255, 255, 255, 0) 91.3%, #fefeff 98.03%), #ebf2f9;
  text-align: center;
}
@media (min-width: 768px) {
  .section-9 {
    padding: 3.063rem 1.25rem;
  }
}
@media (min-width: 1024px) {
  .section-9 {
    padding: 7rem 1.25rem 3.3rem;
  }
}
.section-9 h2 span {
  color: #f62337;
}
.section-9 img {
  position: absolute;
  top: 314px;
  left: 46%;
  width: 1168px;
  max-width: unset;
  -webkit-transform: translate(-50%, -50%) rotate(-14deg);
  transform: translate(-50%, -50%) rotate(-14deg);
}
@media (min-width: 768px) {
  .section-9 img {
    top: 480px;
    left: 44%;
    z-index: 1;
    width: 1980px;
    -webkit-transform: translate(-50%, -50%) rotate(-2.1deg);
    transform: translate(-50%, -50%) rotate(-2.1deg);
  }
}
@media (min-width: 1024px) {
  .section-9 img {
    top: 483px;
    left: 26.7%;
    width: 1540px;
    -webkit-transform: translate(-50%, -50%) rotate(-9.1deg);
    transform: translate(-50%, -50%) rotate(-9.1deg);
  }
}
.section-9 .inner {
  margin: 20rem 0 2.25rem;
}
@media (min-width: 768px) {
  .section-9 .inner {
    margin: 27.25rem 0 -0.75rem;
  }
}
@media (min-width: 1024px) {
  .section-9 .inner {
    display: flex;
    margin: 0 0 1rem;
  }
}
@media (min-width: 1024px) {
  .section-9 .inner .left {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .section-9 .inner .right {
    width: 50%;
  }
}
.section-9 .timer-baner {
  justify-content: space-between;
  width: 320px;
  margin: 0 auto;
  border-top: 2px solid #c6dae5;
  border-right: 2px solid #c6dae5;
  border-left: 2px solid #c6dae5;
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  .section-9 .timer-baner {
    position: relative;
    z-index: 10;
    width: 468px;
    border-radius: 0.938rem;
    background: #ffffff;
  }
}
@media (min-width: 1024px) {
  .section-9 .timer-baner {
    margin: 1.25rem 0 0 0.25rem;
  }
}
.section-9 .timer-baner .countdown {
  padding: 1.813rem 1.938rem 0.875rem;
}
@media (min-width: 768px) {
  .section-9 .timer-baner .countdown {
    padding: 1.875rem 2.938rem 0.5rem 3.938rem;
  }
}
.section-9 .timer-baner .countdown timer {
  display: flex;
}
.section-9 .timer-baner .countdown timer div {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.section-9 .timer-baner .countdown timer div.double-dots {
  margin: 0 1.938rem 0 1.188rem;
  color: #9dbbcb;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.625rem;
}
@media (min-width: 768px) {
  .section-9 .timer-baner .countdown timer div.double-dots {
    margin: 0 2.625rem 0 1.688rem;
    font-size: 2.048rem;
    line-height: 3.938rem;
  }
}
.section-9 .timer-baner .countdown timer div span {
  min-width: 3rem;
  font-size: 2.25rem;
  line-height: 2.875rem;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .section-9 .timer-baner .countdown timer div span {
    min-width: 4rem;
    font-size: 3.071rem;
    line-height: 3.938rem;
  }
}
.section-9 .timer-baner .countdown timer div span.text {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0.563rem;
}
@media (min-width: 768px) {
  .section-9 .timer-baner .countdown timer div span.text {
    font-size: 1.194rem;
    line-height: 1.125rem;
  }
}
.section-9 .timer-baner .discount {
  height: 200px;
  margin: 0 -2px -2px -2px;
  padding: 3.25rem 0.375rem;
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  background: url(../images/other/discount.png) no-repeat 0 bottom;
  background-size: contain;
  text-align: left;
}
@media (min-width: 768px) {
  .section-9 .timer-baner .discount {
    height: 291px;
    padding: 4.625rem 0.438rem 1rem 0.563rem;
  }
}
.section-9 .timer-baner .discount .text {
  margin: 0 0 0 1.313rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section-9 .timer-baner .discount .text {
    margin: 0 0 0 2rem;
    font-size: 1.475rem;
    line-height: 1.813rem;
  }
}
.section-9 .timer-baner .discount .number {
  margin: 0.438rem 0 1.375rem 1.125rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 3.25rem;
  line-height: 2.25rem;
}
@media (min-width: 768px) {
  .section-9 .timer-baner .discount .number {
    margin: 0.75rem 0 2.063rem 1.75rem;
    font-size: 4.794rem;
    line-height: 3.313rem;
  }
}
.section-9 .timer-baner .btn span {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 0.875rem;
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .section-9 .timer-baner .btn span {
    margin: 0 0 0 0.125rem;
    font-size: 1.291rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .section-9 .read-more {
    display: none;
  }
}

.section-10 {
  padding: 3.438rem 1.25rem 0;
  background: linear-gradient(0deg, #008fda, #008fda), #ebf2f9;
  color: #ffffff;
}
@media (min-width: 768px) {
  .section-10 {
    padding: 2.875rem 2.563rem 4.75rem 1.875rem;
  }
}
@media (min-width: 1024px) {
  .section-10 {
    padding: 4.563rem 2.5rem 1.125rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  .section-10 .inner {
    display: flex;
  }
}
.section-10 h2 {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .section-10 h2 {
    max-width: 679px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .section-10 .left {
    width: 50%;
    padding: 0 0.25rem 0 0;
  }
}
.section-10 .right {
  margin: 0 -1.25rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .section-10 .right {
    background: none;
  }
}
@media (min-width: 1024px) {
  .section-10 .right {
    width: 50%;
    margin: 0;
    padding: 0 0 0 0.25rem;
  }
}
.section-10 .right .block-form {
  max-width: 468px;
  margin: 0 auto;
  padding: 1.25rem 1.25rem 1.688rem;
  background: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .section-10 .right .block-form {
    padding: 2.125rem 1.5rem 0.563rem;
    border-radius: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .section-10 .right .block-form {
    margin: 0;
  }
}
.section-10 .right .block-form h2 {
  color: #131415;
}
@media (min-width: 768px) {
  .section-10 .right .block-form h2 {
    font-size: 1.75rem;
    line-height: 2rem;
    text-align: center;
  }
}
.section-10 .right .block-form form {
  margin: 2.063rem 0;
}
@media (min-width: 768px) {
  .section-10 .right .block-form form {
    margin: 1.938rem 0;
  }
}
.section-10 .right .block-form form textarea {
  max-height: 3.563rem;
}
@media (min-width: 768px) {
  .section-10 .right .block-form form textarea {
    max-height: 6.063rem;
  }
}
.section-10 .right .block-form form .btn-primary {
  margin: 0.438rem 0;
  padding: 0.438rem 5.4rem 0.438rem;
}
@media (min-width: 768px) {
  .section-10 .right .block-form form .btn-primary {
    margin: 0.188rem 0;
    padding: 0.438rem 7.9rem 0.438rem;
  }
}
@media (min-width: 1024px) {
  .section-10 .right .block-form form .btn-primary {
    padding: 0.438rem 7.775rem 0.438rem;
    font-size: 1.25rem;
  }
}

.section-top {
  padding-top: 62px;
}
@media (min-width: 768px) {
  .section-top {
    padding-top: 80px;
  }
}

.section-cart {
  padding-right: 14px;
  padding-left: 14px;
}
@media (min-width: 768px) {
  .section-cart {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.section-cart h1 {
  margin-top: 1.188rem;
  margin-bottom: 0.813rem;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .section-cart h1 {
    margin-top: 0;
  }
}
.section-cart h4 {
  margin: 0 0 0.375rem;
  font-size: 1.25rem;
  line-height: 2.5rem;
}
.section-cart .form-cart {
  display: flex;
  flex-direction: column;
  margin: 0 0 44px 0;
}
.section-cart .form-cart .form-cart-wrapper {
  margin: 0 0 28px 0;
}
.section-cart .form-cart .cart__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.section-cart .form-cart .cart__item:first-child .cart__text {
  border-top: solid 1px #eaeaea;
}
.section-cart .form-cart .cart__item .cart__image {
  width: 60px;
  height: 60px;
  margin: 0.375rem 0.875rem 0 0;
  border-radius: 12px;
}
.section-cart .form-cart .cart__item .cart__text {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0 -14px 0 0;
  padding: 0 0 0.813rem;
  border-bottom: solid 1px #eaeaea;
}
@media (min-width: 768px) {
  .section-cart .form-cart .cart__item .cart__text {
    margin: 0 -30px 0 0;
  }
}
.section-cart .form-cart .cart__item .cart__text .cart__title {
  margin: 0.5rem 0 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
}
.section-cart .form-cart .cart__item .cart__text .cart__sub-title {
  color: #828282;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.section-cart .form-cart .cart__item .cart__text .cart__right {
  padding: 0 0.625rem 0 0;
  text-align: right;
}
@media (min-width: 768px) {
  .section-cart .form-cart .cart__item .cart__text .cart__right {
    padding: 0 1.375rem 0 0;
  }
}
.section-cart .form-cart .cart__item .cart__text .cart__right .summ {
  margin: 0.563rem 0 0;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.813rem;
}
.section-cart .form-cart .cart__item .cart__text .cart__right .operations {
  display: flex;
}
.section-cart .form-cart .cart__item .cart__text .cart__right .operations.increased .count {
  color: #000000;
}
.section-cart .form-cart .cart__item .cart__text .cart__right .operations .remove {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-cart .form-cart .cart__item .cart__text .cart__right .operations .remove a {
  display: block;
  width: 9px;
  height: 13px;
  background: url(../images/icons/remove.svg) no-repeat 0 0;
  text-decoration: none;
}
.section-cart .form-cart .cart__item .cart__text .cart__right .operations .remove {
  width: 24px;
  height: 24px;
  border: 1px solid #e2e2e2;
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 24px;
}
@media (min-width: 768px) {
  .section-cart .form-cart .cart__item .cart__text .cart__right .operations .remove {
    width: 52px;
  }
}
.section-cart .form-cart .cart__item .cart__text .cart__right .operations .minus {
  width: 24px;
  height: 24px;
  border: 1px solid #e2e2e2;
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 24px;
  opacity: 1;
}
@media (min-width: 768px) {
  .section-cart .form-cart .cart__item .cart__text .cart__right .operations .minus {
    width: 52px;
  }
}
.section-cart .form-cart .cart__item .cart__text .cart__right .operations .plus {
  width: 24px;
  height: 24px;
  border: 1px solid #e2e2e2;
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 24px;
}
@media (min-width: 768px) {
  .section-cart .form-cart .cart__item .cart__text .cart__right .operations .plus {
    width: 52px;
  }
}
.section-cart .form-cart .cart__item .cart__text .cart__right .operations .count {
  margin: 0 9px 0 7px;
  color: #aeaeae;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 768px) {
  .section-cart .form-cart .cart__item .cart__text .cart__right .operations .count {
    margin: 0 29px 0 25px;
  }
}
.section-cart .form-cart .form-item {
  margin: 4px 0;
}
.section-cart .form-cart input[type=email],
.section-cart .form-cart input[type=text] {
  text-align: left;
}
@media (min-width: 768px) {
  .section-cart .form-cart input[type=email],
.section-cart .form-cart input[type=text] {
    width: 100%;
  }
}
.section-cart .form-cart .form-type-checkbox {
  margin: 16px 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
}
.section-cart .form-cart .form-type-checkbox input {
  position: absolute;
  top: 3px;
  left: 1px;
  z-index: -1;
}
.section-cart .form-cart .form-type-checkbox input:checked ~ label::before {
  background: #e9e9f0 url(../images/icons/accept.svg) no-repeat center center;
}
.section-cart .form-cart .form-type-checkbox label {
  position: relative;
  display: inline-block;
}
.section-cart .form-cart .form-type-checkbox label:before {
  content: "";
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  margin: 4px 10px 0 0;
  border-radius: 6px;
  background: #e9e9f0;
}
@media (min-width: 768px) {
  .section-cart .form-cart .form-actions {
    text-align: center;
  }
}

.section-confirmation-message {
  color: #000000;
  text-align: center;
}
.section-confirmation-message h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}
.section-confirmation-message h2::before {
  content: "";
  display: block;
  width: 112px;
  height: 112px;
  margin: 70px auto 38px;
  background: url(../images/icons/order.svg) no-repeat 0 0;
}
@media (min-width: 768px) {
  .section-confirmation-message h2::before {
    margin: 105px auto 67px;
  }
}
.section-confirmation-message a {
  color: #008fda;
}
.section-confirmation-message .check-email {
  margin: 0 0 85px;
}
@media (min-width: 768px) {
  .section-confirmation-message .check-email {
    margin: 0 0 115px;
  }
}
.section-confirmation-message .change-email {
  margin: 0 0 28px;
  font-weight: 600;
}
.section-confirmation-message .contact-us {
  margin: 0 0 42px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .section-confirmation-message .contact-us {
    margin: 0 0 40px;
  }
}
.section-confirmation-message .take-me-back {
  display: none;
}
@media (min-width: 768px) {
  .section-confirmation-message .take-me-back {
    display: block;
    margin: 0 0 47px;
  }
}

.section-10 .right .block-form.confirmation-message {
  color: #000000;
  text-align: center;
}
.section-10 .right .block-form.confirmation-message h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}
.section-10 .right .block-form.confirmation-message h2::before {
  content: "";
  display: block;
  width: 112px;
  height: 112px;
  margin: 70px auto 38px;
  background: url(../images/icons/order.svg) no-repeat 0 0;
}
@media (min-width: 768px) {
  .section-10 .right .block-form.confirmation-message h2::before {
    margin: 35px auto 47px;
  }
}
.section-10 .right .block-form.confirmation-message a {
  color: #008fda;
}
.section-10 .right .block-form.confirmation-message .check-email {
  margin: 0 0 85px;
}
@media (min-width: 768px) {
  .section-10 .right .block-form.confirmation-message .check-email {
    margin: 0 0 61px;
  }
}

footer .footer__right .block .confirmation-messsage {
  text-align: center;
}
@media (min-width: 1024px) {
  footer .footer__right .block .confirmation-messsage {
    min-width: 424px;
  }
}
footer .footer__right .block .confirmation-messsage h2 {
  margin: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}
footer .footer__right .block .confirmation-messsage h2::before {
  content: "";
  display: block;
  width: 112px;
  height: 112px;
  margin: 50px auto 38px;
  background: url(../images/icons/order.svg) no-repeat 0 0;
}
@media (min-width: 1024px) {
  footer .footer__right .block .confirmation-messsage h2::before {
    margin: 25px auto 20px;
  }
}

footer {
  position: relative;
  overflow: hidden;
  padding: 2.063rem 1.25rem 2.25rem;
  background: linear-gradient(0deg, #171a17, #171a17), #ebf2f9;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.188rem;
}
@media (min-width: 768px) {
  footer {
    padding: 2.5rem 1.875rem 1.375rem;
  }
}
@media (min-width: 1280px) {
  footer {
    padding: 3.063rem 2.313rem 1.375rem;
    font-size: 1.125rem;
    line-height: 2.188rem;
  }
}
@media (min-width: 1366px) {
  footer {
    padding: 3.313rem 2.5rem 6rem;
    font-size: 1.125rem;
    line-height: 2.188rem;
  }
}
footer .inner {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  footer .inner {
    display: flex;
    flex-wrap: wrap;
  }
}
footer h3 {
  margin: 0 0 0.75rem;
  color: #727272;
  font-weight: 600;
}
footer h4 {
  font-weight: 600;
}
@media (min-width: 1366px) {
  footer h4 {
    margin: 0 0 1.438rem;
  }
}
footer h4, footer a {
  color: #ffffff;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer ul.menu li {
  margin: 0 0 0.625rem;
}
@media (min-width: 1280px) {
  footer ul.menu li {
    margin: 0;
  }
}
@media (min-width: 1366px) {
  footer ul.menu li {
    margin: 0 0 0.188rem;
  }
}
footer ul li {
  list-style-type: unset;
}
footer .footer__left {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  footer .footer__left {
    flex: 0 0 100%;
  }
}
@media (min-width: 1024px) {
  footer .footer__left {
    flex: 0 0 50%;
  }
}
footer .footer__left .footer__left__col {
  flex: 0 0 50%;
}
footer .footer__left .footer__left__row ul {
  display: flex;
  margin: 0.625rem 0 1.875rem;
}
@media (min-width: 768px) {
  footer .footer__left .footer__left__row ul {
    margin: 4rem 0 8.875rem;
  }
}
@media (min-width: 1024px) {
  footer .footer__left .footer__left__row ul {
    margin: 6rem 0 2.75rem;
  }
}
@media (min-width: 1280px) {
  footer .footer__left .footer__left__row ul {
    margin: 8.375rem 0 3.688rem;
  }
}
@media (min-width: 1366px) {
  footer .footer__left .footer__left__row ul {
    margin: 8.75rem 0 4.063rem;
  }
}
footer .footer__left .footer__left__row ul li {
  width: 2.5rem;
  margin: 0 0.813rem 0 0;
}
@media (min-width: 1280px) {
  footer .footer__left .footer__left__row ul li {
    width: 3.125rem;
  }
}
@media (min-width: 1366px) {
  footer .footer__left .footer__left__row ul li {
    width: 3.375rem;
  }
}
footer .footer__left .footer__left__row ul li svg {
  max-width: 100%;
}
@media (min-width: 1366px) {
  footer .footer__left .footer__left__row ul li svg {
    width: 100%;
    height: auto;
  }
}
footer .footer__left .footer__left__row ul li svg:hover circle {
  fill: #008fda;
}
footer .footer__right {
  position: relative;
  margin: 0 -1.25rem;
}
@media (min-width: 768px) {
  footer .footer__right {
    order: 3;
    max-width: 50%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  footer .footer__right {
    order: unset;
  }
}
footer .footer__right:after {
  content: "";
  position: absolute;
  top: 3.563rem;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 470px;
  background: url(../images/other/footer-blur.svg) no-repeat center top;
  background-size: cover;
}
@media (min-width: 768px) {
  footer .footer__right:after {
    top: -9.375rem;
  }
}
@media (min-width: 1024px) {
  footer .footer__right:after {
    content: unset;
  }
}
footer .footer__right .block {
  position: relative;
  z-index: 10;
  max-width: 360px;
  margin: 0 0 3.438rem;
  padding: 1.375rem 1.25rem 1.25rem;
  border: 1px solid #373737;
  border-top-left-radius: 1.625rem;
  border-top-right-radius: 1.625rem;
}
@media (min-width: 768px) {
  footer .footer__right .block {
    margin: -13.75rem 0 0;
  }
}
@media (min-width: 1024px) {
  footer .footer__right .block {
    max-width: none;
    margin: -1.25rem 0 0 0.625rem;
    padding: 1.625rem 1.438rem 2.875rem;
    border: 1px solid #727272;
    border-radius: 1.25rem;
    background: #000000;
  }
}
@media (min-width: 1280px) {
  footer .footer__right .block {
    margin: -1.5rem 0 0 0.25rem;
    padding: 2rem 1.875rem 3.5rem;
    border-radius: 1.563rem;
  }
}
@media (min-width: 1366px) {
  footer .footer__right .block {
    margin: -1.7rem 0 0 0.813rem;
    padding: 2.1rem 1.875rem 3.8rem;
    border-radius: 1.688rem;
  }
}
@media (min-width: 1024px) {
  footer .footer__right .block h3 {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  footer .footer__right .block p {
    display: none;
  }
}
footer .footer__right .block form {
  margin: 3.75rem 0 0;
}
@media (min-width: 1024px) {
  footer .footer__right .block form {
    margin: 1.5rem 0 0;
  }
}
@media (min-width: 1280px) {
  footer .footer__right .block form {
    margin: 1.938rem 0 0;
  }
}
@media (min-width: 1366px) {
  footer .footer__right .block form {
    margin: 2.063rem 0 0;
  }
}
footer .footer__right .block form .form-type-email {
  margin: 0 0 1.188rem;
}
@media (min-width: 1024px) {
  footer .footer__right .block form .form-type-email {
    margin: 0 0 1.875rem;
  }
}
@media (min-width: 1280px) {
  footer .footer__right .block form .form-type-email {
    margin: 0 0 2.375rem;
  }
}
@media (min-width: 1366px) {
  footer .footer__right .block form .form-type-email {
    margin: 0 0 2.5rem;
  }
}
footer .footer__right .block form .form-type-email input[type=email] {
  padding: 0.438rem 0;
  border: 0;
  border-bottom: solid 1px #ffffff;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  outline: none;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 2rem;
  text-align: left;
}
@media (min-width: 1024px) {
  footer .footer__right .block form .form-type-email input[type=email] {
    padding: 0.813rem 1.125rem 0.75rem;
    border: 0;
    border-radius: 0.625rem;
    background: #2f2f30;
    color: #ffffff;
    font-size: 0.938rem;
  }
}
@media (min-width: 1280px) {
  footer .footer__right .block form .form-type-email input[type=email] {
    padding: 1.313rem 1.438rem 1.125rem;
    font-size: 1.172rem;
  }
}
@media (min-width: 1366px) {
  footer .footer__right .block form .form-type-email input[type=email] {
    padding: 1.438rem 1.563rem 1.313rem;
    font-size: 1.25rem;
  }
}
footer .footer__right .block form .form-type-email input[type=email]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
footer .footer__right .block form .form-type-email input[type=email]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
footer .footer__right .block form .form-type-email input[type=email]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
footer .footer__right .block form .form-type-email input[type=email]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
footer .footer__right .block form .form-type-email input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
@media (min-width: 1024px) {
  footer .footer__right .block form .form-type-email input[type=email]::-webkit-input-placeholder {
    color: #ffffff;
  }
  footer .footer__right .block form .form-type-email input[type=email]::-moz-placeholder {
    color: #ffffff;
  }
  footer .footer__right .block form .form-type-email input[type=email]:-ms-input-placeholder {
    color: #ffffff;
  }
  footer .footer__right .block form .form-type-email input[type=email]::-ms-input-placeholder {
    color: #ffffff;
  }
  footer .footer__right .block form .form-type-email input[type=email]::placeholder {
    color: #ffffff;
  }
}
footer .footer__right .block form .btn-primary {
  width: 100%;
}
@media (min-width: 1024px) {
  footer .footer__right .block form .btn-primary {
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 0.438rem 4.063rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  footer .footer__right .block form .btn-primary {
    padding: 0.438rem 5.125rem;
    font-size: 1.563rem;
  }
}
@media (min-width: 1366px) {
  footer .footer__right .block form .btn-primary {
    padding: 0.438rem 5.25rem 0.438rem;
    border-radius: 0.834rem;
    font-size: 1.667rem;
  }
}
footer .address {
  position: relative;
  z-index: 10;
  margin: 0;
}
@media (min-width: 768px) {
  footer .address {
    flex: 0 0 50%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  footer .address {
    display: flex;
    flex: 0 0 100%;
  }
}
@media (min-width: 1280px) {
  footer .address {
    line-height: 1.5rem;
  }
}
footer .address div {
  max-width: 270px;
}
@media (min-width: 1024px) {
  footer .address div {
    width: 50%;
    max-width: 50%;
  }
}
footer .address div:nth-child(1) {
  order: 2;
}
@media (min-width: 1024px) {
  footer .address div:nth-child(1) {
    padding: 0 0 0 2.125rem;
  }
}
@media (min-width: 1280px) {
  footer .address div:nth-child(1) {
    padding: 0 0 0 2.875rem;
  }
}
footer .address div:nth-child(1) p {
  margin: 0 0 1.188rem;
}
@media (min-width: 1024px) {
  footer .address div:nth-child(1) p {
    max-width: 287px;
  }
}
@media (min-width: 1280px) {
  footer .address div:nth-child(1) p {
    max-width: 345px;
  }
}
@media (min-width: 1024px) {
  footer .address div:nth-child(2) p {
    max-width: 163px;
  }
}

form .form-item {
  margin: 0.5rem 0;
}
@media (min-width: 768px) {
  form .form-item {
    margin: 0.75rem 0;
  }
}

input[type=text] {
  padding: 0.75rem 0.75rem 0.688rem;
}

textarea,
select {
  padding: 0.75rem 0.75rem 0.688rem;
}
@media (min-width: 768px) {
  textarea,
select {
    padding: 0.75rem 0.75rem 0.688rem 1.063rem;
  }
}

select {
  width: 100%;
  height: 57px;
  border: 1px solid #e9e9f0;
  border-radius: 0.375rem;
  background: #ffffff;
  color: #828282;
}

@media (min-width: 768px) {
  .accordion {
    margin: 1.5rem 0 2.688rem;
  }
}
.accordion .accordion__item {
  margin: 0 0 -0.25rem;
  border-bottom: 2px solid #ffffff;
}
@media (min-width: 1024px) {
  .accordion .accordion__item {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .accordion .accordion__item:first-child {
    border-top: 2px solid #ffffff;
  }
}
.accordion .accordion__item:last-child {
  margin: 0 0 1.188rem;
  border: 0;
}
@media (min-width: 768px) {
  .accordion .accordion__item:last-child {
    border-bottom: 2px solid #ffffff;
  }
}
.accordion .accordion__item .accordion__title {
  position: relative;
  display: block;
  padding: 1.813rem 3.75rem 1.563rem 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1024px) {
  .accordion .accordion__item .accordion__title {
    padding: 1.25rem 3.75rem 1.25rem 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.accordion .accordion__item .accordion__title .accordion__arrow {
  position: absolute;
  top: 24px;
  right: -5px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url(../images/icons/chevron-accordion.svg) no-repeat center center;
  transition: all 0.2s ease-out;
}
@media (min-width: 768px) {
  .accordion .accordion__item .accordion__title .accordion__arrow {
    right: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .accordion .accordion__item .accordion__title .accordion__arrow {
    top: 0.875rem;
  }
}
.accordion .accordion__item .accordion__rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion .accordion__item .accordion__content {
  display: none;
  margin-bottom: 2px;
  padding: 1.063rem 0 1.5rem;
  line-height: 1.25rem;
}

.switch-button {
  position: relative;
  overflow: hidden;
  width: 244px;
  height: 44px;
  margin-top: 8px;
  padding: 1px;
  border: 2px solid #3a3a3a;
  border-radius: 160px;
  background: #ffffff;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
}
@media (max-width: 767px) {
  .switch-button {
    margin: 0 auto 30px auto;
  }
}
.switch-button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  pointer-events: none;
}
.switch-button-label .theme-black {
  color: #ffffff;
}
.switch-button-label .theme-white {
  color: #3a3a3a;
}
.switch-button-checkbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 38px;
  border-radius: 160px;
  opacity: 0;
  cursor: pointer;
}
.switch-button-checkbox:checked + .switch-button-label:before {
  transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
  -webkit-transform: translateX(120px);
  transform: translateX(120px);
}
.switch-button-checkbox:checked + .switch-button-label .theme-black {
  color: #3a3a3a;
}
.switch-button-checkbox:checked + .switch-button-label .theme-white {
  color: #ffffff;
}
.switch-button-checkbox + .switch-button-label {
  position: relative;
  display: flex;
  align-items: center;
  height: 38px;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch-button-checkbox + .switch-button-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 1px);
  height: 38px;
  border-radius: 160px;
  background: #3a3a3a;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.switch-button-checkbox + .switch-button-label .switch-button-label-span {
  position: relative;
  width: 50%;
}

@media (max-width: 767px) {
  .js-scroll {
    opacity: 0;
    transition: opacity 500ms;
  }

  .js-scroll.scrolled {
    opacity: 1;
  }

  .scrolled.fade-in-bottom {
    -webkit-animation: fade-in-bottom 0.75s ease-in-out both;
    animation: fade-in-bottom 0.75s ease-in-out both;
  }

  .scrolled.slide-right {
    -webkit-animation: slide-in-right 1s ease-in-out both;
    animation: slide-in-right 1s ease-in-out both;
  }
}
@-webkit-keyframes slide-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(100px, 100px) skewX(0deg);
    transform: translate(100px, 100px) skewX(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) skewX(10deg);
    transform: translate(0) skewX(10deg);
  }
}
@keyframes slide-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(100px, 100px) skewX(0deg);
    transform: translate(100px, 100px) skewX(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) skewX(10deg);
    transform: translate(0) skewX(10deg);
  }
}
@-webkit-keyframes fade-in-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}