/* stylelint-disable */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * 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 {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 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 {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding 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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* 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;
}
/**
* Удаляет скругления и тень инпутов в ios
*/
textarea,
input:not([type="radio"]):not([type="checkbox"]) {
  -webkit-appearance: none;
  border-radius: 0;
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
@media (max-width: 768px) {
  .visually-hidden--mobile:not(.user-menu__link-text--mobile):not(:focus):not(:active),
  input[type="checkbox"].visually-hidden--mobile,
  input[type="radio"].visually-hidden--mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .visually-hidden--480:not(.user-menu__link-text--480):not(:focus):not(:active),
  input[type="checkbox"].visually-hidden--480,
  input[type="radio"].visually-hidden--480 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
}
.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
  height: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
}
.sl-wrapper .sl-close:focus,
.sl-wrapper .sl-navigation button:focus {
  outline: 0;
}
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 27, 54, 0.5);
  display: none;
  z-index: 1035;
}
.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
  top: 30px;
  display: none;
  color: #fff;
  position: fixed;
}
.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
  border: 0;
  background: 0 0;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  right: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  width: 44px;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  left: 30px;
  z-index: 1060;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  text-align: center;
  display: block;
  z-index: 10060;
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-image img {
    border: 0;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-image img {
    border: 0;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: -webkit-transform ease 0.2s;
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Light.woff2") format("woff2"), url("../fonts/Raleway-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  min-height: 100vh;
  font-family: "OpenSans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #001b36;
  background-color: #eef1f6;
}
main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@-webkit-keyframes menu-open-1 {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    top: 9px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 9px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes menu-open-1 {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    top: 9px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 9px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes menu-open-2 {
  0% {
    -webkit-box-shadow: 0 9px 0 0 #001b36;
            box-shadow: 0 9px 0 0 #001b36;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 #001b36;
            box-shadow: 0 0 0 0 #001b36;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #001b36;
            box-shadow: 0 0 0 0 #001b36;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes menu-open-2 {
  0% {
    -webkit-box-shadow: 0 9px 0 0 #001b36;
            box-shadow: 0 9px 0 0 #001b36;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 #001b36;
            box-shadow: 0 0 0 0 #001b36;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #001b36;
            box-shadow: 0 0 0 0 #001b36;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@-webkit-keyframes menu-close-1 {
  0% {
    top: 9px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 9px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes menu-close-1 {
  0% {
    top: 9px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 9px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes menu-close-2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #001b36;
            box-shadow: 0 0 0 0 #001b36;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 #001b36;
            box-shadow: 0 0 0 0 #001b36;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-box-shadow: 0 9px 0 0 #001b36;
            box-shadow: 0 9px 0 0 #001b36;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes menu-close-2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #001b36;
            box-shadow: 0 0 0 0 #001b36;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 #001b36;
            box-shadow: 0 0 0 0 #001b36;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-box-shadow: 0 9px 0 0 #001b36;
            box-shadow: 0 9px 0 0 #001b36;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes menu-open-1-resposive {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    top: 6px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes menu-open-1-resposive {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    top: 6px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes menu-open-2-resposive {
  0% {
    -webkit-box-shadow: 0 6px 0 0 #001b36;
            box-shadow: 0 6px 0 0 #001b36;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 #001b36;
            box-shadow: 0 0 0 0 #001b36;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #001b36;
            box-shadow: 0 0 0 0 #001b36;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes menu-open-2-resposive {
  0% {
    -webkit-box-shadow: 0 6px 0 0 #001b36;
            box-shadow: 0 6px 0 0 #001b36;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 #001b36;
            box-shadow: 0 0 0 0 #001b36;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #001b36;
            box-shadow: 0 0 0 0 #001b36;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@-webkit-keyframes menu-close-1-resposive {
  0% {
    top: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 6px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes menu-close-1-resposive {
  0% {
    top: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 6px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes menu-close-2-resposive {
  0% {
    -webkit-box-shadow: 0 0 0 0 #001b36;
            box-shadow: 0 0 0 0 #001b36;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 #001b36;
            box-shadow: 0 0 0 0 #001b36;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-box-shadow: 0 6px 0 0 #001b36;
            box-shadow: 0 6px 0 0 #001b36;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes menu-close-2-resposive {
  0% {
    -webkit-box-shadow: 0 0 0 0 #001b36;
            box-shadow: 0 0 0 0 #001b36;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 #001b36;
            box-shadow: 0 0 0 0 #001b36;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-box-shadow: 0 6px 0 0 #001b36;
            box-shadow: 0 6px 0 0 #001b36;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes button-top {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  2% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  8% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes button-top {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  2% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  8% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes show-overlay {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes show-overlay {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes show-popup {
  0% {
    -webkit-transform: translateX(-250%) skewX(15deg);
            transform: translateX(-250%) skewX(15deg);
  }
  50% {
    -webkit-transform: translateX(0) skewX(15deg);
            transform: translateX(0) skewX(15deg);
  }
  75% {
    -webkit-transform: translateX(0) skewX(-5deg);
            transform: translateX(0) skewX(-5deg);
  }
  100% {
    -webkit-transform: translateX(0) skewX(0);
            transform: translateX(0) skewX(0);
  }
}
@keyframes show-popup {
  0% {
    -webkit-transform: translateX(-250%) skewX(15deg);
            transform: translateX(-250%) skewX(15deg);
  }
  50% {
    -webkit-transform: translateX(0) skewX(15deg);
            transform: translateX(0) skewX(15deg);
  }
  75% {
    -webkit-transform: translateX(0) skewX(-5deg);
            transform: translateX(0) skewX(-5deg);
  }
  100% {
    -webkit-transform: translateX(0) skewX(0);
            transform: translateX(0) skewX(0);
  }
}
@media (max-width: 768px) {
  @-webkit-keyframes show-popup {
    0% {
      -webkit-transform: translateX(-250%) skewX(15deg);
              transform: translateX(-250%) skewX(15deg);
    }
    50% {
      -webkit-transform: translateX(0) skewX(15deg);
              transform: translateX(0) skewX(15deg);
    }
    75% {
      -webkit-transform: translateX(0) skewX(-5deg);
              transform: translateX(0) skewX(-5deg);
    }
    100% {
      -webkit-transform: translateX(0) skewX(0);
              transform: translateX(0) skewX(0);
    }
  }
  @keyframes show-popup {
    0% {
      -webkit-transform: translateX(-250%) skewX(15deg);
              transform: translateX(-250%) skewX(15deg);
    }
    50% {
      -webkit-transform: translateX(0) skewX(15deg);
              transform: translateX(0) skewX(15deg);
    }
    75% {
      -webkit-transform: translateX(0) skewX(-5deg);
              transform: translateX(0) skewX(-5deg);
    }
    100% {
      -webkit-transform: translateX(0) skewX(0);
              transform: translateX(0) skewX(0);
    }
  }
}
.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1220px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.container--page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 25px;
}
.container--page-header-invoice {
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .container {
    min-width: 320px;
  }
  .container--page-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form--single-field {
  margin-bottom: 35px;
}
.form--single-field .form__field-wrapper {
  margin-right: 15px;
}
.form--single-field-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form--single-field-price .form__field,
.form--single-field-price .button {
  width: 280px;
}
.form--single-field-price > *:not(:last-child) {
  margin-bottom: 20px;
}
.form__field-wrapper {
  position: relative;
  display: inline-block;
  margin: 0;
}
.form__field-wrapper--card-icon {
  position: relative;
}
.form__field-wrapper--card-icon::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52px;
  height: 40px;
  content: "";
  background-image: url("../images/other/icon-card.png");
  background-repeat: no-repeat;
  background-position: center;
}
.form__field,
.form__field_error {
  padding: 0 16px;
  width: 100%;
  height: 40px;
  border: solid 1px #c9d6df;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form__field::-webkit-input-placeholder, .form__field_error::-webkit-input-placeholder {
  color: #c9d6df;
}
.form__field::-moz-placeholder, .form__field_error::-moz-placeholder {
  color: #c9d6df;
}
.form__field:-ms-input-placeholder, .form__field_error:-ms-input-placeholder {
  color: #c9d6df;
}
.form__field::-ms-input-placeholder, .form__field_error::-ms-input-placeholder {
  color: #c9d6df;
}
.form__field::placeholder,
.form__field_error::placeholder {
  color: #c9d6df;
}
.form__field:focus,
.form__field_error:focus {
  border-color: #40AF9F;
}
.form__field::-ms-clear,
.form__field_error::-ms-clear {
  display: none;
}
.form__field_error:focus {
  border: solid 1px #ff8576;
}
.error_message,
.jsErr {
  color: #ff3c26;
  font-size: 12px;
}
.form__error-field-wrapper {
  max-width: 300px;
  margin-bottom: 20px;
}
.form__select-wrapper {
  position: relative;
  display: inline-block;
  margin: 0;
}
.form__select-wrapper::before {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  width: 9px;
  height: 9px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.form__select-wrapper--opened .form__select {
  border: solid 1px #40AF9F;
}
.form__select-wrapper--opened::before {
  top: 50%;
  -webkit-transform: translateY(-30%) rotate(225deg);
          transform: translateY(-30%) rotate(225deg);
}
.form__select-wrapper--expiration {
  width: calc(50% - 10px);
  height: 40px;
}
.form__select {
  padding: 0 16px;
  padding-right: 40px;
  width: 100%;
  height: 40px;
  color: #001b36;
  line-height: 1.4;
  border: solid 1px #c9d6df;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.form__select::-ms-expand {
  display: none;
}
.form__label {
  display: inline-block;
  max-width: 100%;
  font-size: 12px;
  line-height: normal;
  vertical-align: top;
}
.form__alert {
  display: none;
  font-size: 12px;
  line-height: normal;
  color: #ff8576;
}
.form__checkbox-wrapper {
  margin: 0;
}
.form__checkbox:checked + .form__checkbox-label::before {
  border: none;
  background-color: #0084f8;
}
.form__checkbox-label {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  vertical-align: top;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.form__checkbox-label::before,
.form__checkbox-label::after {
  position: absolute;
  content: "";
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form__checkbox-label::before {
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #c9d6df;
}
.form__checkbox-label::after {
  top: 5px;
  left: 2px;
  width: 12px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}
.form__password-eye-button {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.form__password-eye-button::before,
.form__password-eye-button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form__password-eye-button::before {
  background-image: url("../images/svg/eye-disabled.svg");
}
.form__password-eye-button::after {
  background-image: url("../images/svg/eye-enabled.svg");
  opacity: 0;
}
.form__password-eye-button--active::before {
  opacity: 0;
}
.form__password-eye-button--active::after {
  opacity: 1;
}
@media (max-width: 600px) {
  .form--single-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 280px;
    margin: 0 auto 35px;
  }
  .form--single-field .form__field-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .form--single-field {
    width: 100%;
  }
  .form--single-field-price .form__field,
  .form--single-field-price .button {
    width: 100%;
  }
  .form__password-eye-button {
    right: 14px;
    bottom: 14px;
    width: 12px;
    height: 12px;
  }
}
.button {
  padding: 0;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button--primary {
  padding: 7px 35px 6px;
  min-height: 40px;
  background-color: #58c2f1;
}
.button--primary:hover,
.button--primary:focus {
  background-color: #4fafd9;
}
.button--secondary {
  padding: 7px 35px 6px;
  min-height: 40px;
  color: #001b36;
  font-size: 14px;
  line-height: 1.95;
  font-weight: 400;
  border: solid 1px #001b36;
}
.button--secondary:hover,
.button--secondary:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.button--primary-dark {
  padding: 7px 35px 6px;
  min-height: 40px;
  background-color: #0084f8;
}
.button--primary-dark:hover,
.button--primary-dark:focus {
  background-color: #0077df;
}
.button--checkout {
  background-color: #84bb3d;
}
.button--checkout:hover,
.button--checkout:focus {
  background-color: #75a832;
}
.button--tab {
  position: relative;
  padding: 9px 20px;
  height: 100%;
  width: 100%;
  color: rgba(0, 27, 54, 0.7);
  font-weight: 400;
  line-height: 1.4;
  border: solid 1px #e9eff3;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button--tab::after {
  position: absolute;
  left: 50%;
  bottom: -2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 78%;
  height: 2px;
  content: "";
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button--tab--active {
  color: #001b36;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #ffffff;
  z-index: 1;
}
.button--tab--active::after {
  background-color: #0084f8;
}
.button--tab:not(.button--tab--active):hover::after {
  background-color: rgba(0, 132, 248, 0.6);
}
.button--more {
  display: none;
  padding: 0;
  color: #0084f8;
  font-weight: 400;
  line-height: 1.46;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: transparent;
}
.button--link {
  padding: 0;
  color: #0084f8;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}
.button--link:hover,
.button--link:focus {
  text-decoration: underline;
}
.button__added-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media (max-width: 768px) {
  .button--primary,
  .button--primary-dark {
    font-size: 15px;
  }
  .button--tab {
    padding: 9px 15px;
  }
  .button--more {
    display: inline-block;
    line-height: 1.4;
    font-size: 14px;
  }
  .button--secondary {
    line-height: 1.8;
  }
}
.box {
  margin-bottom: 20px;
  padding: 30px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.box--responsive {
  margin-bottom: 0;
  padding: 30px 30px 10px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.box--responsive:last-of-type {
  padding-bottom: 40px;
}
.box--responsive--alone {
  margin-top: 20px;
}
.box--responsive--alone:not(:last-of-type) {
  margin-bottom: 20px;
}
.box--responsive--last-of-standart {
  padding-bottom: 40px;
}
.box--submenu {
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .box--responsive {
    padding: 20px 30px;
  }
  .box--responsive:last-of-type {
    padding-bottom: 20px;
  }
  .box--responsive--alone {
    margin-top: 0;
  }
  .box--responsive--alone:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .box--responsive:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .box {
    margin-bottom: 0;
    padding: 20px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
  .box--not-transparent {
    margin: 0 -20px 20px;
    padding: 20px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
  }
  .box--responsive {
    padding: 20px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
  .box--responsive:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.heading {
  margin: 0;
  margin-bottom: 20px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
}
.heading--medium {
  font-weight: 500;
}
.heading--large {
  font-size: 44px;
  line-height: normal;
}
.heading--large-color {
  font-size: 44px;
  line-height: normal;
  font-weight: 600;
  color: #0084f8;
}
.heading--aside {
  font-family: "OpenSans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.heading--highlight {
  font-family: "OpenSans", "Arial", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #58c2f1;
  font-weight: 600;
}
.heading--margin-top {
  margin-top: 20px;
}
.heading__link {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.heading__link:hover,
.heading__link:focus {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .heading {
    font-size: 20px;
  }
  .heading--large {
    font-size: 20px;
    line-height: 1.4;
  }
  .heading--aside {
    font-size: 14px;
  }
  .heading--highlight {
    font-size: 16px;
  }
}
.link {
  font-size: 14px;
  color: #0c5fa6;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.link:hover,
.link:focus {
  text-decoration: none;
}
.link--inherit {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.link--disabled {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
}
.link--light {
  color: #0084f8;
  font-weight: 400;
  line-height: 1.46;
  font-size: 16px;
  text-decoration: none;
}
.link--light:hover,
.link--light:focus {
  text-decoration: underline;
}
.link--dark {
  color: #001b36;
  text-decoration: none;
}
.link--dark:hover,
.link--dark:focus {
  text-decoration: underline;
}
.link--arrow {
  position: relative;
  padding-right: 20px;
  color: #001b36;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  line-height: 1.4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  will-change: opacity;
  opacity: 0.8;
}
.link--arrow::before {
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translate(0, -60%);
          transform: translate(0, -60%);
  width: 12px;
  height: 12px;
  content: "";
  background: url("../images/svg/heading-arrow.svg") no-repeat center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  will-change: transform;
}
.link--arrow:hover,
.link--arrow:focus {
  opacity: 1;
}
.link--arrow:hover::before,
.link--arrow:focus::before {
  -webkit-transform: translate(25%, -60%);
          transform: translate(25%, -60%);
}
.link--footer-menu {
  font-family: "Roboto", "Arial", sans-serif;
  line-height: normal;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.link--footer-menu:hover,
.link--footer-menu:focus {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .link--light {
    line-height: 1.7;
    font-size: 14px;
  }
}
.text {
  margin: 0;
  font-weight: 400;
}
.text--title {
  font-size: 16px;
}
.text--small {
  font-size: 12px;
}
.text--default {
  font-size: 14px;
  opacity: 0.8;
}
.text--large {
  font-weight: 700;
}
.text--extra-large {
  font-family: Raleway;
  font-size: 32px;
  line-height: 2.5;
}
.text--italic {
  font-style: italic;
}
.text--default-dark {
  opacity: 1;
}
.text--light {
  color: #ffffff;
  font-weight: 300;
}
.text--number {
  font-family: "OpenSans", "Arial", sans-serif;
}
.text--subheading {
  font-family: "Raleway", "Arial", sans-serif;
  font-size: 24px;
  line-height: 1.33;
}
.text--done {
  font-size: 14px;
  font-weight: 600;
  color: #40AF9F;
  white-space: nowrap;
}
.text--error {
  font-size: 14px;
  color: #ff8576;
}
.text--color {
  color: #40AF9F;
}
.text--desktop-hidden {
  display: none;
}
.text--bottom-line {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.text--mb-10 {
  margin-bottom: 10px;
}
.text--mb-20 {
  margin-bottom: 20px;
}
.text--mt-20 {
  margin-top: 20px;
}
.lgreen {
  color: #40AF9F;
}
.text__done-wrapper {
  margin: 0;
}
@media (max-width: 992px) {
  .text--extra-large {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .text--subheading {
    font-size: 20px;
    line-height: 1.4;
  }
  .text--extra-large {
    font-size: 18px;
    line-height: 1.5;
  }
  .text--desktop-hidden {
    display: inline;
  }
}
@media (max-width: 480px) {
  .text--light {
    color: #001b36;
    font-weight: 400;
  }
  .text--subheading {
    font-size: 16px;
  }
}
.list-item--check-mark {
  position: relative;
  padding-left: 26px;
}
.list-item--check-mark::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../images/svg/check-mark.svg") center no-repeat;
  background-size: contain;
}
.list-item--check-mark--light::before {
  background: url("../images/svg/check-mark-light.svg") center no-repeat;
}
.list-item--check-mark:not(:last-child) {
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .list-item--check-mark {
    padding-left: 24px;
  }
  .list-item--check-mark::before {
    width: 15px;
    height: 15px;
  }
  .list-item--check-mark:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .list-item--check-mark--light::before {
    background: url("../images/svg/check-mark.svg") center no-repeat;
    background-size: contain;
  }
}
.page-header {
  position: relative;
  padding-top: 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  z-index: 2;
}
.page-header::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
}
.page-header--invoice {
  padding-top: 10px;
}
.page-header__logo {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 1;
}
.page-header__logo-image {
  max-width: 250px;
  max-height: 50px;
}
.page-header__form {
  position: relative;
  width: 360px;
}
.page-header__field-wrapper {
  width: 100%;
}
.page-header__search-field {
  padding-right: 56px;
  width: 100%;
}
.page-header__search-button {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-header__search-button-icon {
  width: 12px;
  height: 12px;
  fill: #ffffff;
}
.page-header__menu-button {
  display: none;
}
.page-header__continue-link {
  margin-right: 25px;
  font-size: 14px;
}
.page-header__continue-link:before {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-header__continue-link:hover:before,
.page-header__continue-link:focus:before {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.page-header__address {
  z-index: 1;
  font-size: 13px;
  font-style: normal;
}
.page-header__search-results-list,
#resSrch {
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  width: 100%;
  max-height: 60vh;
  overflow: auto;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}
.page-header__search-results-list > div,
#resSrch > div {
  padding: 3px 10px !important;
  cursor: pointer;
}
.page-header__search-results-list > div:hover,
#resSrch > div:hover {
  background-color: #eef1f6;
}
.page-header__search-results-list > div:first-child,
#resSrch > div:first-child {
  margin-top: 10px;
}
.page-header__search-results-list > div:last-child,
#resSrch > div:last-child {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .page-header__logo {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .page-header__form {
    margin: 10px auto 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 768px) {
  .page-header {
    position: relative;
  }
  .page-header__logo {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .page-header__logo--checkout {
    margin-bottom: 0;
  }
  .page-header__form {
    width: 100%;
    max-width: 360px;
    margin-top: 0;
  }
  .page-header__user-menu {
    position: absolute;
    top: 45px;
    right: 40px;
  }
  .page-header__menu-button {
    display: block;
    position: absolute;
    top: 40px;
    left: 40px;
    width: 30px;
    height: 22px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
  }
  .page-header__menu-button::before,
  .page-header__menu-button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #001b36;
    border-radius: 4px;
    content: "";
  }
  .page-header__menu-button::after {
    top: 9px;
    -webkit-box-shadow: 0 9px 0 0 #001b36;
            box-shadow: 0 9px 0 0 #001b36;
  }
  .page-header__menu-button--open::before {
    -webkit-animation: menu-open-1 0.3s forwards;
            animation: menu-open-1 0.3s forwards;
  }
  .page-header__menu-button--open::after {
    -webkit-animation: menu-open-2 0.3s forwards;
            animation: menu-open-2 0.3s forwards;
  }
  .page-header__menu-button--close::before {
    -webkit-animation: menu-close-1 0.3s forwards;
            animation: menu-close-1 0.3s forwards;
  }
  .page-header__menu-button--close::after {
    -webkit-animation: menu-close-2 0.3s forwards;
            animation: menu-close-2 0.3s forwards;
  }
  .page-header__continue-link {
    position: absolute;
    top: 40px;
    left: 40px;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 0;
    background: url("../images/svg/arrow.svg") no-repeat center;
  }
  .page-header__continue-link::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .page-header {
    position: relative;
    padding-top: 15px;
  }
  .page-header__logo-image {
    max-width: 150px;
    max-height: 30px;
  }
  .page-header__user-menu {
    top: 20px;
    right: 20px;
  }
  .page-header__menu-button {
    top: 20px;
    left: 20px;
    width: 20px;
    height: 15px;
  }
  .page-header__menu-button::before,
  .page-header__menu-button::after {
    height: 3px;
  }
  .page-header__menu-button::after {
    top: 6px;
    -webkit-box-shadow: 0 6px 0 0 #001b36;
            box-shadow: 0 6px 0 0 #001b36;
  }
  .page-header__menu-button--open::before {
    -webkit-animation: menu-open-1-resposive 0.3s forwards;
            animation: menu-open-1-resposive 0.3s forwards;
  }
  .page-header__menu-button--open::after {
    -webkit-animation: menu-open-2-resposive 0.3s forwards;
            animation: menu-open-2-resposive 0.3s forwards;
  }
  .page-header__menu-button--close::before {
    -webkit-animation: menu-close-1-resposive 0.3s forwards;
            animation: menu-close-1-resposive 0.3s forwards;
  }
  .page-header__menu-button--close::after {
    -webkit-animation: menu-close-2-resposive 0.3s forwards;
            animation: menu-close-2-resposive 0.3s forwards;
  }
  .page-header__continue-link {
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 480px) {
  .page-header {
    margin-bottom: 0;
  }
}
.user-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user-menu__item {
  position: relative;
}
.user-menu__item:not(:first-child) {
  margin-left: 40px;
}
.user-menu__item--login {
  padding-left: 27px;
}
.user-menu__item--mobile {
  display: none;
}
.user-menu__link {
  position: relative;
  color: #001b36;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.user-menu__link:hover,
.user-menu__link:focus {
  text-decoration: underline;
}
.user-menu__link--cart {
  padding-left: 27px;
}
.user-menu__link-login-text {
  display: none;
}
.user-menu__link-login-text--active {
  display: inline;
}
.user-menu__icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #001b36;
}
@media (max-width: 768px) {
  .user-menu__item:not(:first-child) {
    margin-left: 0;
  }
  .user-menu__item--login {
    display: none;
  }
  .user-menu__item--mobile {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
    padding-left: 0;
  }
  .user-menu__item--mobile::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 1px;
    width: 100vw;
    background-color: rgba(0, 0, 255, 0.05);
    content: "";
  }
  .user-menu__item .user-menu__link-login-text,
  .user-menu__item .user-menu__link-account-text {
    font-size: 16px;
  }
  .user-menu__link {
    padding-left: 0;
  }
  .user-menu__link::before {
    display: none;
  }
  .user-menu__icon {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 22px;
    height: 22px;
  }
  .user-menu__icon--mobile {
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  .user-menu__icon {
    width: 20px;
    height: 20px;
  }
}
.main-menu {
  position: relative;
  border-top: 1px solid rgba(0, 0, 255, 0.05);
}
.main-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-menu__item {
  margin-right: 5.9%;
}
.main-menu__link {
  position: relative;
  display: block;
  padding: 20px 0;
  color: #001b36;
  border-bottom: 2px solid transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-menu__link--current {
  color: #0084f8;
  border-color: #0084f8;
  cursor: default;
}
.main-menu__link:hover:not(.main-menu__link--current),
.main-menu__link:focus:not(.main-menu__link--current) {
  border-color: rgba(0, 132, 248, 0.6);
}
.main-menu__link:hover + *,
.main-menu__link:focus + * {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (max-width: 992px) {
  .main-menu__item {
    margin-right: 4%;
  }
}
@media (max-width: 768px) {
  .main-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    -webkit-transform: translate(-110%, 100%);
            transform: translate(-110%, 100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
  }
  .main-menu--active {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  .main-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 0;
  }
  .main-menu__item {
    position: relative;
  }
  .main-menu__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .main-menu__link {
    padding: 0;
    font-size: 16px;
  }
}
.submenu {
  position: absolute;
  left: 0;
  bottom: -4px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transform-origin: top;
          transform-origin: top;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.submenu:hover,
.submenu:focus {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.submenu::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  height: 4px;
  content: "";
}
.submenu__list,
.submenu__section-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.submenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
  padding: 20px 0 30px;
}
.submenu__item {
  margin: 0 10px;
  padding-right: 20px;
}
.submenu__section:not(:last-of-type) {
  margin-bottom: 30px;
}
.submenu__item-link {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
}
.submenu__section-item {
  margin-bottom: 1px;
}
.submenu__section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.submenu__section-title-link {
  font-size: 14px;
}
.submenu__section-title-link--project-management {
  width: 134px;
}
.submenu__section-title-link--qast {
  width: 206px;
}
.submenu__section-title-link--specialized-certifications {
  width: 150px;
}
.submenu__section-title-link--it-service-management {
  width: 134px;
}
@media (max-width: 1024px) {
  .submenu {
    display: none;
  }
}
.page-main__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 26px;
}
.page-main__content-wrapper--inner-page {
  padding-top: 18px;
}
.page-main__content-wrapper--column {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-main__center-content {
  margin-right: 20px;
  -ms-flex-preferred-size: 880px;
      flex-basis: 880px;
  padding-bottom: 10px;
  max-width: calc(100% - 300px);
}
.page-main__center-content--narrow {
  -ms-flex-preferred-size: 780px;
      flex-basis: 780px;
}
.page-main__center-content--sidebar-left {
  margin-right: 0;
  margin-left: 20px;
}
.page-main__center-content--full-width {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-right: 0;
  padding-bottom: 0;
  width: 100%;
  max-width: none;
}
.page-main__right-sidebar-content,
.page-main__left-sidebar-content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 280px;
  margin-bottom: 30px;
}
.page-main__right-sidebar-content--wide,
.page-main__left-sidebar-content--wide {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 32.2%;
  min-width: 320px;
}
.page-main__left-sidebar-content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding: 0;
}
.page-main__left-sidebar-content > *:last-child {
  margin-bottom: 0;
}
.page-main__two-half-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-main__two-half-wrapper > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.page-main__two-half-wrapper > *:nth-child(odd) {
  margin-right: 20px;
}
@media (max-width: 992px) {
  .page-main--404 img {
    max-width: 50%;
  }
  .page-main__content-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-main__content-wrapper--without-sidebars {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-main__content-wrapper--account {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page-main__center-content {
    margin-right: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-bottom: 0;
    max-width: 100%;
    width: 100%;
  }
  .page-main__right-sidebar-content {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%;
    margin-bottom: 30px;
  }
  .page-main__right-sidebar-content--responsive {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "section-1 section-2" "section-3 section-2";
    margin-bottom: 0;
    padding: 30px 0;
    padding-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
  .page-main__right-sidebar-content--responsive--with-alone-item {
    grid-template-columns: 50% repeat(3, 1fr);
    grid-template-areas: "section-1 section-2 section-2 section-2" "section-3 section-2 section-2 section-2" "section-4 section-4 section-5 section-5";
  }
  .page-main__right-sidebar-content--responsive--four-blocks {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "section-1 section-2 section-4" "section-3 section-2 section-4";
  }
  .page-main__right-sidebar-content--responsive--cart {
    grid-template-columns: 50% repeat(3, 1fr);
    grid-template-areas: "section-1 section-4 section-4 section-4" "section-3 section-4 section-4 section-4" "section-5 section-5 section-5 section-5";
  }
  .page-main__right-sidebar-content--wide {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
  .page-main__left-sidebar-content {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .page-main--404 img {
    max-width: 70%;
  }
  .page-main--404 .button {
    font-size: 16px;
  }
  .page-main__content-wrapper--account {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-main__center-content--sidebar-left {
    margin-left: 0;
  }
  .page-main__left-sidebar-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0;
    margin-bottom: 20px;
    width: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .page-main__right-sidebar-content {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%;
  }
  .page-main__right-sidebar-content--responsive {
    display: block;
  }
  .page-main__two-half-wrapper {
    display: block;
  }
  .page-main__two-half-wrapper > *:nth-child(odd) {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .page-main__content-wrapper--without-sidebars {
    margin: 0 -20px;
  }
  .page-main__center-content--narrow {
    padding-top: 20px;
  }
  .page-main__right-sidebar-content--responsive--with-alone-item {
    padding-top: 30px;
  }
  .page-main__right-sidebar-content--wide {
    margin: 0 -20px;
    padding: 30px 20px;
    width: auto;
    background-color: #ffffff;
  }
}
.agitation--with-unlimited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.agitation--promotion {
  background: #ffffff url("../images/bg-email.png") 0 0 no-repeat;
  background-size: auto 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.agitation__content-wrapper {
  width: 65%;
  padding-right: 30px;
}
.agitation__provider {
  margin-bottom: 10px;
}
.agitation__provider--with-unlimited {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.agitation__heading {
  margin-bottom: 20px;
}
.agitation__text {
  margin: 0;
  margin-bottom: 20px;
  font-family: "Raleway", "Arial", sans-serif;
  font-size: 24px;
  line-height: 1.33;
}
.agitation__product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 20px;
  border: 2px solid #58c2f1;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}
.agitation__lab-text {
  margin-bottom: 20px;
}
.agitation__product-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
.agitation__product-item {
  position: relative;
  padding: 15px;
  width: 25%;
}
.agitation__product-item:not(:last-child)::before {
  position: absolute;
  top: 30%;
  right: -15px;
  content: "+";
  font-size: 40px;
  font-weight: 300;
  opacity: 0.8;
}
.agitation__product-item:first-child::before {
  right: -23px;
}
.agitation__product-image {
  display: block;
}
.agitation__product-item-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.agitation__product-save-label {
  position: absolute;
  right: 15px;
  bottom: 90px;
}
.agitation__total-price {
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: auto;
  margin-right: 30px;
  color: #0084f8;
  font-size: 24px;
  font-weight: 600;
}
.agitation__promocode-wrapper {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agitation__promocode {
  padding: 5px 15px;
  margin-left: 20px;
  background-color: rgba(64, 175, 159, 0.2);
  font-weight: 700;
  font-size: 18px;
}
.agitation__form .provider__select-wrapper {
  width: 200px;
}
.agitation__form-label {
  margin-bottom: 5px;
}
.agitation__promotion-wrapper {
  margin: -30px -30px -30px 0;
  padding: 30px 30px 30px 90px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #ffffff));
  background: linear-gradient(to right, transparent, #ffffff 10%);
}
.agitation__image-float-right {
  display: block;
  float: right;
  margin: 0 0 0 10px;
}
@media (max-width: 992px) {
  .agitation--promotion {
    background-size: auto;
    display: block;
    padding-top: 260px;
  }
  .agitation__content-wrapper {
    width: auto;
    padding-right: 0;
  }
  .agitation__provider--with-unlimited {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .agitation__promotion-wrapper {
    margin: 0;
    padding: 0;
    background: none;
  }
}
@media (max-width: 768px) {
  .agitation__text {
    font-size: 20px;
    line-height: 1.4;
  }
  .agitation__product-wrapper {
    padding: 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .agitation__product-list {
    position: relative;
  }
  .agitation__product-list::before {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    content: "+";
    font-size: 40px;
    font-weight: 300;
    opacity: 0.8;
  }
  .agitation__product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 50%;
  }
  .agitation__product-item:nth-child(even) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .agitation__product-item:not(:last-child)::before {
    display: none;
  }
  .agitation__product-image {
    width: 140px;
  }
  .agitation__product-item-text-wrapper {
    width: 140px;
  }
  .agitation__product-save-label {
    right: auto;
    left: 100px;
    bottom: 90px;
  }
  .agitation__total-price {
    margin-left: 0;
  }
  .agitation__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .agitation__form > *,
  .agitation__form .provider__select-wrapper {
    width: 300px;
  }
  .agitation__form > *:not(.agitation__form-label):not(:last-child),
  .agitation__form .provider__select-wrapper:not(.agitation__form-label):not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .agitation__form {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .agitation__form > *,
  .agitation__form .provider__select-wrapper {
    width: auto;
  }
  .agitation__image-float-right {
    float: none;
    margin: 0 auto 20px;
  }
}
@media (max-width: 530px) {
  .agitation--promotion {
    padding: 30px;
    background: #ffffff;
  }
}
@media (max-width: 480px) {
  .agitation {
    padding-top: 0;
  }
  .agitation--lab {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .agitation--promotion {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 30px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  }
  .agitation__provider {
    margin-bottom: 0;
  }
  .agitation__heading {
    margin-bottom: 5px;
  }
  .agitation__text {
    margin-bottom: 16px;
  }
  .agitation__product-list {
    margin-bottom: 0;
  }
  .agitation__product-item {
    padding: 5px;
  }
  .agitation__product-image {
    width: 120px;
  }
  .agitation__product-item-text-wrapper {
    width: 120px;
  }
  .agitation__product-save-label {
    left: 70px;
    bottom: 70px;
  }
  .agitation__total-price {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .agitation__product-button {
    margin: 0 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.features__heading {
  margin-bottom: 20px;
}
.features__heading--mega-pack {
  width: 100%;
  text-align: center;
}
.features__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.features__list--mega-pack {
  margin-bottom: 15px;
}
.features__item--mega-pack:not(:last-child) {
  margin-bottom: 10px;
}
.features__item--picture {
  float: right;
  padding-right: 20px;
}
.features__item--picture img {
  max-width: 278px;
  max-height: 188px;
  display: block;
}
.features__item-text {
  margin: 0;
}
.features__picture-wrapper {
  margin-top: 10px;
  width: 33.2%;
}
.features__text-wrapper {
  width: 64%;
}
.features__button {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  .features__heading {
    font-size: 16px;
  }
  .features__heading--mega-pack {
    text-align: left;
    margin-bottom: 10px;
  }
  .features__picture-wrapper {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 16px;
    width: auto;
  }
  .features__picture-wrapper--single {
    max-width: 200px;
  }
  .features__list--mega-pack {
    margin-bottom: 20px;
  }
  .features__text-wrapper {
    width: auto;
  }
}
@media (max-width: 600px) {
  .features__button {
    display: block;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }
  .features__item {
    float: none;
    padding-right: 0;
  }
  .features__item img {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .features__heading {
    margin-bottom: 10px;
  }
  .features__list {
    margin-bottom: 25px;
  }
}
.provider__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.provider__select-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 15px;
  max-width: 440px;
}
.provider__select {
  width: 100%;
}
@media (max-width: 600px) {
  .provider__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .provider__select-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: none;
    width: 100%;
  }
}
.hot-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.hot-products__swiper-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 9px -14px 0;
  min-width: 100%;
}
.hot-products__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 5px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hot-products__item {
  padding: 9px;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hot-products__item--full-width {
  width: 16.66%;
}
.hot-products__image-wrapper {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hot-products__image {
  display: block;
  max-height: 100%;
}
.hot-products__link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 120px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hot-products__link:hover,
.hot-products__link:focus {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .hot-products__swiper-container {
    margin: 6px -6px 0;
    padding-bottom: 5px;
    min-width: auto;
  }
  .hot-products__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
  }
  .hot-products__item {
    padding: 6px;
    width: 162px;
    height: 102px;
  }
  .hot-products__link {
    height: 100%;
  }
  .hot-products__link:hover,
  .hot-products__link:focus {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 480px) {
  .hot-products__swiper-container {
    margin: 14px -20px 0;
    padding-bottom: 5px;
  }
  .hot-products__item:first-child {
    margin-left: 15px;
  }
  .hot-products__item:last-child {
    margin-right: 15px;
  }
}
.mega-pack__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mega-pack__heading {
  margin-bottom: 12px;
}
.mega-pack__text-wrapper {
  margin-bottom: 25px;
}
.mega-pack__text {
  margin: 0;
}
.mega-pack__text:first-of-type {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .mega-pack__features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mega-pack__text-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .mega-pack {
    padding-top: 15px;
  }
}
.certifications {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 30px;
}
.certifications__item:not(:last-child) {
  margin-bottom: 40px;
}
.certifications__item:nth-child(2) .certifications__heading-link {
  width: 164px;
}
.certifications__item:nth-child(3) .certifications__heading-link {
  width: 148px;
}
.certifications__item:nth-child(4) .certifications__heading-link {
  width: 148px;
}
.certifications__item:nth-child(5) .certifications__heading-link {
  width: 218px;
}
.certifications__item:nth-child(7) .certifications__heading-link {
  width: 148px;
}
.certifications__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.certifications__heading--all::before {
  display: none;
}
.certifications__heading-link {
  display: inline-block;
  vertical-align: top;
}
.certifications__group-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.certifications__group-list--poly-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.certifications__group-list--poly-column .certifications__group-item {
  min-width: 50%;
}
.certifications__group-list--poly-column .certifications__group-item:not(:last-child):not(:nth-last-child(2)) {
  margin-bottom: 8px;
}
.certifications__group-item:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .certifications__item:nth-child(2) .certifications__heading-link,
  .certifications__item:nth-child(3) .certifications__heading-link,
  .certifications__item:nth-child(4) .certifications__heading-link,
  .certifications__item:nth-child(5) .certifications__heading-link,
  .certifications__item:nth-child(6) .certifications__heading-link {
    width: auto;
  }
  .certifications__group-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .certifications__group-list--poly-column {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .certifications__group-list--poly-column .certifications__group-item {
    min-width: auto;
    width: 25%;
  }
  .certifications__group-item {
    padding-right: 20px;
    min-width: auto;
    width: 25%;
  }
}
@media (max-width: 600px) {
  .certifications__item:nth-child(2) .certifications__heading-link {
    width: 164px;
  }
  .certifications__item:nth-child(3) .certifications__heading-link {
    width: 148px;
  }
  .certifications__item:nth-child(4) .certifications__heading-link {
    width: 148px;
  }
  .certifications__item:nth-child(5) .certifications__heading-link {
    width: 218px;
  }
  .certifications__item:nth-child(7) .certifications__heading-link {
    width: 148px;
  }
  .certifications__group-list--poly-column .certifications__group-item {
    width: auto;
    min-width: 33%;
  }
  .certifications__group-list--mono-column .certifications__group-item {
    min-width: 100%;
  }
  .certifications__group-item {
    width: auto;
    min-width: 50%;
  }
}
@media (max-width: 480px) {
  .certifications {
    padding: 20px 0;
  }
}
.page-footer {
  background-color: #2e75ad;
}
.page-footer--invoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
.page-footer__link {
  color: #ffffff;
  font-size: 12px;
}
.page-footer__copyrights {
  margin: 0;
  padding: 12px 0;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 12px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.8);
}
.footer-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-menu__item {
  margin-top: 40px;
  margin-bottom: 40px;
}
.footer-menu__item:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 992px) {
  .footer-menu__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 13px 0;
  }
  .footer-menu__item {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .footer-menu__item:not(:last-child) {
    margin-right: 28px;
  }
}
.button-to-top {
  position: fixed;
  right: -60px;
  bottom: 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  height: 55px;
  border: none;
  outline: none;
  background-color: #47c2b1;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  z-index: 2;
  -webkit-animation: button-top 5s linear infinite;
          animation: button-top 5s linear infinite;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-to-top--visible {
  right: 40px;
}
.button-to-top__arrow {
  width: 23px;
  height: 23px;
  fill: #ffffff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 768px) {
  .button-to-top {
    right: -80px;
    bottom: 30px;
  }
  .button-to-top--visible {
    right: 30px;
  }
}
.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
}
.breadcrumbs__item:not(:last-child) {
  margin-right: 5px;
}
.breadcrumbs__item:not(:first-child)::before {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  content: "/ ";
}
.breadcrumbs__link {
  font-size: 12px;
}
.product__info {
  margin: 0 -30px;
  margin-top: -10px;
  padding: 0 30px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.product__info--single {
  margin-bottom: 20px;
}
.product__info-text {
  margin: 0;
  margin-bottom: 15px;
  font-size: 14px;
}
.product__presentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-top: 25px;
}
.product__presentation--single {
  padding-top: 0;
}
.product__heading {
  margin-bottom: 17px;
}
.product__picture-container {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 42px;
  max-width: 240px;
}
.product__picture-container--single {
  margin-top: 20px;
}
.product__picture {
  display: block;
}
.product__picture--single {
  max-width: 199px;
  max-height: 241px;
}
.product__save {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 83px;
  height: 83px;
}
.product__save--single {
  width: 73px;
  height: 75px;
}
.product__save-sum {
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px 1px #4f5093;
  line-height: 1;
}
.product__presentation-text {
  margin: 0;
  font-family: "Raleway", "Arial", sans-serif;
  font-size: 24px;
}
.product__presentation-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.product__presentation-descripton-text {
  margin: 0;
}
.product__presentation-descripton-text:not(:last-of-type) {
  margin-bottom: 12px;
}
.product__complectation {
  margin-bottom: 20px;
}
.product__complectation-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.product__complectation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__complectation-item:not(:last-child) {
  margin-bottom: 40px;
}
.product__complectation-picture-wrapper {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 85px;
  max-height: 105px;
  margin-right: 10px;
}
.product__complectation-item-title {
  margin-bottom: 8px;
}
.product__complectation-item-description {
  padding-left: 8px;
  border-left: 2px solid rgba(0, 0, 0, 0.03);
}
.product__complectation-item-text:not(:last-of-type) {
  margin-bottom: 12px;
}
.product__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__footer--align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product__download-button,
.product__download-link {
  margin-right: auto;
}
.product__order-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__order-wrapper--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product__price {
  margin: 0;
  margin-right: 30px;
}
.product__old-price {
  position: relative;
  margin-right: 10px;
  font-size: 14px;
  opacity: 0.5;
}
.product__old-price::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #001b36;
  opacity: 0.5;
  z-index: -1;
}
.product__new-price {
  color: #0084f8;
  font-size: 24px;
  font-weight: 600;
}
.product__add-button {
  min-height: 40px;
}
.product__added-wrapper {
  position: relative;
}
.product__checkout-link {
  display: block;
}
.product__added-text {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -110%);
          transform: translate(-50%, -110%);
}
.product__individual-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product__individual-wrapper .heading {
  width: 100%;
}
.product__left {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  max-width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product__left .product__save {
  right: 7px;
  bottom: 7px;
}
.product__left .product__save--correct-position {
  right: 18px;
  bottom: 15px;
}
.product__mini-slider-wrapper {
  margin-top: 20px;
  max-width: 240px;
  margin-left: 0;
}
.product__mini-slider-wrapper img {
  display: block;
}
.product__mini-slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product__presentation-text-wrapper {
  position: relative;
  width: 100%;
}
.product__presentation-text-wrapper--inner {
  margin-top: 35px;
}
.product__button-wrapper {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto;
  padding-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .product__presentation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product__picture-container {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .product__presentation-text-wrapper {
    width: 100%;
  }
  .product__presentation-text {
    font-size: 16px;
  }
  .product__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product__download-button {
    margin-right: 0;
  }
  .product__price,
  .product__add-button {
    margin-top: 15px;
  }
  .product__added-wrapper {
    margin-top: 20px;
  }
  .product__individual-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product__individual-wrapper .button {
    margin-left: 0;
    margin-top: 20px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .product__left {
    margin: 0 auto 30px;
  }
  .product__left .product__save--correct-position {
    right: 23px;
  }
  .product__button-wrapper {
    margin-left: 0;
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
  }
  .product__complectation-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .product {
    margin: 0 -20px;
    padding: 0 20px 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  }
  .product--dark {
    background-color: transparent;
  }
  .product__picture--single {
    max-height: 150px;
  }
  .product__info {
    margin: 0 -20px;
    padding: 10px 20px 15px;
    background-color: #eef1f6;
    border-bottom: none;
  }
  .product__info--single {
    margin-bottom: 25px;
  }
  .product__info-text:last-of-type {
    margin-bottom: 0;
  }
  .product__order-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .product__order-wrapper--right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .product__price {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 15px;
  }
  .product__add-button {
    padding: 7px 30px 6px;
  }
  .product__presentation-text-wrapper--inner {
    width: auto;
    margin: 35px -20px 0;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media (max-width: 375px) {
  .product__order-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product__order-wrapper form {
    width: 100%;
  }
  .product__add-button,
  .product__added-wrapper {
    width: 100%;
  }
  .product__added-wrapper {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .product__added-text {
    bottom: 0;
    -webkit-transform: translate(-50%, 110%);
            transform: translate(-50%, 110%);
  }
  .product__footer--push-top {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.screenshots__heading {
  margin-bottom: 15px;
}
.screenshots__list-wrapper {
  position: relative;
  margin: 0 -30px;
  padding: 0 30px;
}
.screenshots__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 400px;
}
.screenshots__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  width: auto;
  max-width: 500px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.screenshots__item:not(.swiper-slide-active) {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  opacity: 0.5;
}
.screenshots__image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.screenshots__image {
  display: block;
  max-height: 100%;
}
.screenshots__slider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  width: 40px;
  height: 40px;
  background: url("../images/other/slider-arrow.png") no-repeat center;
  background-size: contain;
  z-index: 1;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.screenshots__slider-arrow:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}
.screenshots__slider-arrow--previous {
  left: 20px;
}
.screenshots__slider-arrow--next {
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.screenshots__slider-arrow.swiper-button-disabled:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.5;
  cursor: default;
}
@media (max-width: 768px) {
  .screenshots__list {
    height: 300px;
  }
  .screenshots__item {
    width: 375px;
  }
  .screenshots__item:not(.swiper-slide-active) {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .screenshots {
    margin: 0 -20px 20px;
    padding: 0 20px;
    background-color: #ffffff;
  }
  .screenshots__list-wrapper {
    margin: 0 -20px;
    padding: 0;
  }
  .screenshots__list {
    height: auto;
  }
  .screenshots__item {
    width: 100%;
  }
  .screenshots__item:not(.swiper-slide-active) {
    height: auto;
    opacity: 1;
  }
  .screenshots__image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .screenshots__slider-arrow {
    display: none;
  }
}
.individual {
  padding-bottom: 0;
}
.individual__heading {
  margin-bottom: 25px;
}
.individual__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.individual__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 30px;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}
.individual__item:not(:last-child) {
  margin-right: 1.3%;
}
.individual__item-image-wrapper {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 10px;
  max-width: 85px;
  max-height: 105px;
}
.individual__item-title,
.individual__item-description {
  margin-bottom: 8px;
}
.individual__item-description {
  padding-left: 8px;
  border-left: 2px solid rgba(0, 0, 0, 0.03);
}
.individual__item-price {
  margin-right: 20px;
  font-family: "OpenSans", "Arial", sans-serif;
  font-weight: 600;
  color: #0084f8;
}
.individual__item-button-wrapper {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.individual__item-button {
  position: relative;
  padding: 0;
  width: 30px;
  height: 30px;
  min-height: auto;
}
.individual__item-button-icon {
  fill: #ffffff;
}
.individual__added-text {
  font-size: 12px;
}
@media (max-width: 1100px) {
  .individual__item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .individual__item:not(:last-child) {
    margin-right: 2%;
  }
}
@media (max-width: 992px) {
  .individual__item {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }
  .individual__item:not(:last-child) {
    margin-right: 2.3%;
  }
  .individual__item-button {
    width: 40px;
    height: 40px;
  }
  .individual__item-button-icon {
    -webkit-transform: scale(1.66);
            transform: scale(1.66);
  }
}
@media (max-width: 768px) {
  .individual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .individual__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .individual__item:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .individual {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
  }
}
.guarantee__heading {
  margin-bottom: 14px;
}
.guarantee__image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 100px;
  max-height: 100px;
}
.guarantee__text {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .guarantee {
    grid-area: section-1;
    display: grid;
    grid-column-gap: 20px;
    grid-template-areas: "heading heading" "image text" "image link";
    padding-bottom: 20px;
  }
  .guarantee__heading {
    grid-area: heading;
  }
  .guarantee__image-wrapper {
    grid-area: image;
  }
  .guarantee__text {
    grid-area: text;
  }
  .guarantee__link {
    grid-area: link;
  }
}
.sequre__heading {
  margin-bottom: 12px;
}
.sequre__image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}
.sequre__image {
  width: 100%;
}
.sequre__text:not(:last-of-type) {
  margin-bottom: 12px;
}
.sequre__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sequre__icons-item {
  margin-top: 17px;
}
.sequre__icons-item:not(:last-of-type) {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .sequre {
    grid-area: section-2;
    padding-bottom: 20px;
  }
  .sequre__image-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sequre__image {
    width: auto;
  }
  .sequre__icons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.help__heading {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .help {
    grid-area: section-3;
    padding-bottom: 20px;
  }
}
.faq__heading {
  margin-bottom: 25px;
}
.faq__list {
  margin: 0;
}
.faq__question {
  margin-bottom: 8px;
}
.faq__answer {
  margin-left: 0;
  padding-left: 8px;
  border-left: 2px solid rgba(0, 0, 0, 0.03);
}
.faq__answer:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .faq {
    padding: 20px 0;
  }
}
.products-links {
  position: relative;
  margin-top: 68px;
  padding-top: 25px;
}
.products-links--lab {
  margin-top: 0;
}
.products-links__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.products-links__list--active {
  display: block;
}
.products-links__item:not(:last-child) {
  margin-bottom: 55px;
}
.products-links__item-title {
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.33;
}
.products-links__buttons-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products-links__buttons-item:not(:first-of-type) {
  margin-left: -1px;
}
@media (max-width: 768px) {
  .products-links__button-hidden-text {
    display: none;
  }
}
@media (max-width: 480px) {
  .products-links {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
  }
  .products-links__buttons-list {
    width: 100%;
  }
  .products-links__buttons-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.products-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.products-list__item:not(:last-child) {
  margin-bottom: 35px;
}
.products-list__title {
  margin-bottom: 15px;
}
.levels-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.levels-list__item:not(:last-child) {
  margin-bottom: 20px;
}
.levels-list__title {
  margin: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}
.levels-list__title a {
  text-decoration: underline;
}
.levels-list__title a:hover {
  text-decoration: none;
}
.group-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.group-links__item {
  padding-left: 8px;
  border-left: 2px solid rgba(0, 0, 0, 0.03);
  font-size: 14px;
}
.group-links__item:not(:last-child) {
  padding-bottom: 8px;
}
.customers__heading {
  margin-bottom: 12px;
}
.customers__text {
  margin-bottom: 12px;
}
.customers__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.customers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customers__item:not(:last-child) {
  margin-bottom: 12px;
}
.customers__image {
  margin: 0 auto;
  max-height: 72px;
}
@media (max-width: 992px) {
  .customers {
    grid-area: section-4;
  }
}
@media (max-width: 768px) {
  .customers__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
  }
  .customers__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.results__heading {
  margin-bottom: 20px;
}
.results__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.results__list:not(.results__list--hidden) {
  margin-bottom: 20px;
}
.results__item:not(:last-child) {
  margin-bottom: 20px;
}
.results__item-title {
  margin: 0;
  margin-bottom: 6px;
  font-size: 14px;
  color: #0084f8;
  font-weight: 400;
}
.results__item-text {
  margin: 0;
}
.results__view-all-link {
  display: block;
  margin-left: auto;
  font-weight: 400;
}
.results__view-all-link--opened {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .results {
    grid-area: section-5;
  }
}
.about-guarantee__heading {
  margin-bottom: 20px;
}
.about-guarantee__text {
  margin: 0;
}
.getting-guarantee__heading {
  margin-bottom: 20px;
}
.getting-guarantee__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.getting-guarantee__link {
  font-size: 16px;
  left: 1.4em;
}
.getting-guarantee__text {
  margin: 0;
  margin-bottom: 30px;
}
.getting-guarantee__refund-title {
  margin-bottom: 20px;
}
.getting-guarantee__refund-text {
  margin: 0;
}
.address__heading {
  margin-bottom: 20px;
}
.address__form-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.address__form-list--margin-bottom {
  margin-bottom: 20px;
}
.address__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.address__form-item:nth-child(odd) {
  margin-right: 20px;
}
.address__form-item:not(:last-child):not(:nth-last-child(2)) {
  margin-bottom: 20px;
}
.address__form-select-wrapper {
  width: 100%;
  height: 40px;
}
@media (max-width: 480px) {
  .address__form-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .address__form-list--margin-bottom {
    margin-bottom: 0;
  }
  .address__form-item:nth-child(odd) {
    margin-right: 0;
  }
  .address__form-item:nth-last-child(2) {
    margin-bottom: 20px;
  }
}
.billing {
  padding-bottom: 10px;
}
.billing__heading {
  margin-bottom: 20px;
}
.billing__info {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
}
.billing__list,
.billing__payment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.billing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.billing__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.billing__item--payment {
  margin-bottom: 0;
  width: 100%;
}
.billing__item--payment-mobile {
  display: none;
}
.billing__item--card-number {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  margin-right: 20px;
}
.billing__item--expiration-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 215px;
  margin-right: 20px;
}
.billing__item--security-code {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  max-width: 165px;
}
.billing__item--button {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
.billing__field-wrapper {
  max-width: 165px;
}
.billing__field-wrapper:first-of-type {
  margin-right: 20px;
}
.billing__item-card-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.billing__item-title {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
}
.billing__payment-list {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.28%;
}
.billing__payment-item {
  margin: 0 1.28% 20px;
}
.billing__payment-radio:checked + .billing__payment-label {
  position: relative;
  border-color: #0084f8;
}
.billing__payment-radio:checked + .billing__payment-label::before,
.billing__payment-radio:checked + .billing__payment-label::after {
  position: absolute;
  content: "";
}
.billing__payment-radio:checked + .billing__payment-label::before {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 15px;
  height: 15px;
  background-color: #0084f8;
  border-radius: 50%;
}
.billing__payment-radio:checked + .billing__payment-label::after {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -70%) rotate(-50deg);
          transform: translate(50%, -70%) rotate(-50deg);
  width: 8px;
  height: 5px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.billing__payment-label {
  display: block;
  width: 80px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px #c9d6df;
  cursor: pointer;
}
.billing__payment-label--visa {
  background-image: url("../images/svg/card-logos/visa-logo.svg");
}
.billing__payment-label--master-card {
  background-image: url("../images/svg/card-logos/master-card-logo.svg");
}
.billing__payment-label--american-express {
  background-image: url("../images/svg/card-logos/american-express-logo.svg");
}
.billing__payment-label--solo {
  background-image: url("../images/svg/card-logos/solo-logo.svg");
}
.billing__payment-label--maestro {
  background-image: url("../images/svg/card-logos/maestro-logo.svg");
}
.billing__payment-label--jcb {
  background-image: url("../images/svg/card-logos/jcb-logo.svg");
}
.billing__button {
  padding: 6px 49px;
  min-height: 40px;
}
.billing__form-field--card-number {
  padding-right: 80px;
}
.billing__expiration-fields-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 1120px) {
  .billing__item--card-number,
  .billing__item--expiration-date {
    width: calc(50% - 10px);
  }
  .billing__item--expiration-date {
    margin-right: 0;
  }
  .billing__item--button {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
  }
}
@media (max-width: 992px) {
  .billing__item--card-number,
  .billing__item--expiration-date {
    width: auto;
  }
  .billing__item--expiration-date {
    margin-right: 20px;
    width: 215px;
  }
  .billing__item--button {
    margin-left: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .billing {
    padding-bottom: 30px;
  }
  .billing__list {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 200px;
    grid-template-areas: "element-1 element-1 element-3" "element-2 element-2 element-4" ". . element-5 ";
  }
  .billing__item {
    margin-bottom: 0;
  }
  .billing__item--payment {
    display: none;
  }
  .billing__item--payment-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-area: element-1;
  }
  .billing__item--card-number {
    margin-right: 0;
    grid-area: element-2;
  }
  .billing__item--expiration-date {
    margin-right: 0;
    grid-area: element-3;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .billing__item--security-code {
    grid-area: element-4;
    max-width: none;
  }
  .billing__item--button {
    width: auto;
    grid-area: element-5;
  }
  .billing__field-wrapper {
    max-width: 165px;
  }
  .billing__form-select-wrapper {
    width: 100%;
  }
  .billing__button {
    padding: 6px 25px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .billing {
    padding-bottom: 40px;
  }
  .billing__list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "element-1 element-1 element-1" "element-2 element-2 element-2" "element-3 element-3 element-4" "element-5 element-5 element-5";
  }
}
@media (max-width: 375px) {
  .billing__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "element-1 element-1" "element-2 element-2" "element-3 element-3" "element-4 element-5";
  }
  .billing__item--button {
    margin-left: 0;
  }
}
.cart__heading {
  margin-bottom: 40px;
}
.cart__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -30px;
  padding: 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cart__item:not(:first-child) {
  padding-top: 30px;
}
.cart__item-link {
  width: 75%;
}
.cart__product-cost {
  width: 18.75%;
  font-size: 14px;
  text-align: right;
}
.cart__item-link,
.cart__product-cost {
  margin-bottom: 16px;
}
.cart__select-wrapper {
  width: 100%;
}
.cart__form-label {
  display: block;
}
.cart__remove-button {
  margin-top: 20px;
  margin-left: auto;
}
.cart__item-bundle-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  font-size: 14px;
}
.cart__item-bundle-item::before {
  content: "- ";
}
.cart__promotion-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px -30px;
  padding: 0 30px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cart__promotion-form--full {
  margin: 0;
  padding: 0;
  max-width: 380px;
  border-bottom: none;
}
.cart__field-wrapper {
  margin-right: 10px;
  max-width: 195px;
}
.cart__sum {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}
.cart__promotion-button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 7px 25px 6px;
}
.cart__table-wrapper {
  margin: 0 -30px;
}
.cart__table {
  width: 100%;
  border-collapse: collapse;
}
.cart__table th {
  padding: 10px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  text-align: left;
}
.cart__table th:nth-child(2) {
  width: 190px;
}
.cart__table th:first-child {
  padding-left: 30px;
}
.cart__table th:last-child {
  padding-right: 30px;
}
.cart__table td {
  padding: 20px 10px;
  vertical-align: top;
  line-height: 1.7;
  text-align: left;
}
.cart__table td:nth-child(2) {
  width: 190px;
}
.cart__table td:first-child {
  padding-left: 30px;
}
.cart__table td:last-child {
  padding-right: 30px;
}
.cart__table--3-columns td:last-child,
.cart__table--3-columns th:last-child {
  text-align: right;
}
.cart__table-head tr {
  background-color: rgba(201, 214, 223, 0.3);
}
.cart__table-body tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cart__table-body tr:last-child td {
  padding-bottom: 0;
}
.cart__table-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart__table-desription-wrapper {
  padding-left: 10px;
}
.cart__table-hint {
  display: block;
  padding-top: 16px;
  font-size: 14px;
}
.cart__promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.cart__promo > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.red {
  margin-top: 0;
  color: #ff8576;
  font-size: 12px;
}
.green {
  margin-top: 0;
  color: #40AF9F;
  font-size: 12px;
  font-weight: 700;
}
.cart__subtotal,
.cart__discount {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}
.cart__total {
  padding-top: 20px;
  color: #0084f8;
  font-size: 24px;
  font-weight: 600;
}
.cart__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -30px;
  padding: 20px 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.cart__footer-text {
  margin-bottom: 20px;
  font-size: 14px;
}
.cart__footer-button {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.cart__footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart__help-button {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cart__select-wrapper {
    max-width: 300px;
  }
  .cart__promotion-button {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 7px 35px 6px;
  }
}
@media (max-width: 768px) {
  .cart__table--3-columns .cart__table-body tr .cart__table-cell:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cart__table--3-columns .cart__table-body tr:first-child .cart__table-cell:last-child {
    padding-top: 0;
  }
  .cart__table-head {
    display: none;
  }
  .cart__table-body tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cart__table-body tr .cart__table-cell {
    display: block;
  }
  .cart__table-body tr .cart__table-cell:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 0;
    width: 77%;
  }
  .cart__table-body tr .cart__table-cell:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-left: 30px;
    padding-top: 20px;
    width: auto;
  }
  .cart__table-body tr .cart__table-cell:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 30px;
    padding-bottom: 0;
    width: 23%;
    text-align: right;
  }
  .cart__table-body tr .cart__table-cell:last-child {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-top: 20px;
  }
  .cart__table-body tr:first-child td {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .cart--full {
    margin: 0 -20px 20px;
    padding: 30px 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  }
  .cart__select-wrapper {
    max-width: none;
  }
  .cart__field-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: none;
    margin-right: 15px;
  }
  .cart__promotion-button {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .cart__promotion-form {
    margin: 20px 0;
    padding: 0 0 20px;
  }
  .cart__promotion-form--full {
    margin: 0;
    padding: 0;
  }
  .cart__item {
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
  }
  .cart__table-wrapper {
    margin: 0;
  }
  .cart__table-body tr .cart__table-cell:first-child {
    padding-left: 0;
  }
  .cart__table-body tr .cart__table-cell:nth-child(2) {
    padding-left: 0;
  }
  .cart__table-body tr .cart__table-cell:nth-child(3) {
    padding-right: 0;
  }
  .cart__table-body tr .cart__table-cell:last-child {
    padding-right: 0;
  }
  .cart__footer {
    margin: 0 -20px;
    padding: 20px 20px 0;
  }
}
@media (max-width: 375px) {
  .cart__footer-button {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.join {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 30px;
  padding: 50px 30px;
  width: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#0084f8), to(#58c2f1));
  background-image: linear-gradient(to right, #0084f8, #58c2f1);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}
.join__content-wrapper {
  max-width: 450px;
  display: none;
}
.join__content-wrapper--active {
  display: block;
}
.join__heading {
  margin-bottom: 20px;
}
.join__subheading {
  margin-bottom: 20px;
}
.join__agitation {
  margin: 0;
  margin-bottom: 20px;
}
.join__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .join {
    display: none;
  }
}
.user {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 30px;
  padding: 80px 30px;
  width: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}
.user__content-wrpper {
  display: none;
}
.user__content-wrpper--active {
  display: block;
}
.user__heading {
  margin-bottom: 40px;
  text-align: center;
}
.user__form {
  margin: 0 auto;
  max-width: 350px;
}
.user__form-field-wrapper {
  width: 100%;
}
.user__form-field-wrapper:not(:last-of-type) {
  margin-bottom: 20px;
}
.user__checkbox-wrapper {
  margin: 10px 0 30px;
}
.user__buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.user__submit-button {
  padding: 6px 15px;
  width: 47.15%;
}
.user__link-button {
  padding: 6px 15px;
  width: 47.15%;
  display: inline-block;
  vertical-align: top;
}
.user__link {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 30px;
  vertical-align: top;
}
@media (max-width: 992px) {
  .user {
    margin-bottom: 20px;
    width: auto;
  }
}
@media (max-width: 480px) {
  .user {
    padding: 30px 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .user__heading {
    margin-bottom: 24px;
    text-align: left;
  }
  .user__form {
    max-width: none;
  }
  .user__submit-button {
    width: 48.35%;
  }
  .user__login-button {
    width: 48.35%;
  }
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: rgba(0, 27, 54, 0.5);
  overflow: auto;
  opacity: 0;
  z-index: 10;
}
.overlay--active {
  -webkit-animation: show-overlay 0.3s forwards;
          animation: show-overlay 0.3s forwards;
}
.overlay--hidden {
  -webkit-animation: hide-overlay 0.3s forwards 0.3s;
          animation: hide-overlay 0.3s forwards 0.3s;
}
@media (max-width: 600px) {
  .overlay {
    padding: 15px;
  }
}
.popup {
  display: none;
  position: relative;
  -webkit-transform: translateX(-250%);
          transform: translateX(-250%);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  margin: auto;
  padding: 40px;
  width: 776px;
}
.popup--active {
  -webkit-animation: show-popup 0.3s forwards 0.3s;
          animation: show-popup 0.3s forwards 0.3s;
}
.popup--hidden {
  -webkit-animation: hide-popup 0.3s forwards;
          animation: hide-popup 0.3s forwards;
}
.popup__heading {
  margin-bottom: 20px;
  width: calc(100% - 20px);
}
.popup__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup__image-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 250px;
  margin-right: 30px;
  display: block;
}
.popup__text-wrapper {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.popup__text {
  margin: 0;
  margin-bottom: 20px;
  font-family: "Raleway", "Arial", sans-serif;
  font-size: 20px;
}
.popup__text--large {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
.popup__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.popup__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
}
.popup__field-wrapper {
  margin-right: 20px;
}
.popup__submit-button {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.popup__hint {
  display: block;
  margin-bottom: 30px;
  font-size: 12px;
  color: #2e75ad;
}
.popup__close-button {
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 0;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.popup__close-button::before,
.popup__close-button::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 5px;
  content: "";
  background-color: #808d9b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.popup__close-button::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.popup__close-button::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.popup__close-button:hover,
.popup__close-button:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.popup__email-error {
  margin-top: 5px;
  width: 100%;
}
.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup__left-content {
  margin-right: 30px;
}
.popup__right-content {
  height: 400px;
  overflow: auto;
}
.popup__tab-navigation-list {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 210px;
}
.popup__tab-navigation-item:not(:last-child) {
  margin-bottom: 10px;
}
.popup__tabs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.popup__tab-navigation-button {
  text-align: left;
}
.popup__tab-navigation-button--active {
  font-weight: 700;
}
.popup__tab-navigation-button--active:focus {
  text-decoration: none;
}
.popup__tabs-item {
  display: none;
}
.popup__tabs-item--active {
  display: block;
}
.popup__tabs-item > *:last-child {
  margin-bottom: 0;
}
.popup__tabs-title {
  display: block;
  margin-bottom: 10px;
}
.popup__tabs-text:not(:last-child),
.popup__tabs-content-list:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .popup {
    width: 90%;
  }
  .popup__field-wrapper {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .popup {
    width: 100%;
  }
  .popup__image-wrapper {
    margin: 0 auto 10px;
  }
  .popup__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup__submit-hide-768 {
    display: none;
  }
  .popup__text.text--color {
    text-align: center;
  }
  .popup__field-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .popup__text {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .popup__text.text--color {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .popup {
    padding: 30px;
  }
  .popup__form {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .popup__image-wrapper {
    width: 200px;
  }
  .popup__field-wrapper {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .popup__submit-button {
    padding: 7px 25px 6px;
    width: calc(50% - 10px);
  }
  .popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup__left-content {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .popup__right-content {
    height: auto;
    overflow: visible;
  }
  .popup__tab-navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: auto;
  }
  .popup__tab-navigation-item {
    width: calc(50% - 10px);
  }
  .popup__tab-navigation-item:not(:last-child) {
    margin-bottom: 5px;
  }
  .popup__tab-navigation-button {
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .popup {
    padding: 50px 20px 40px;
    background-color: #ffffff;
  }
  .popup__field-wrapper {
    margin-right: 0;
  }
  .popup__submit-button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-top: 20px;
  }
  .popup__submit-hide {
    display: none;
  }
}
.account-menu {
  padding: 30px;
}
.account-menu__false-select {
  display: none;
}
.account-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.account-menu__item:not(:last-child) {
  margin-bottom: 25px;
}
.account-menu__link {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.account-menu__link:hover {
  text-decoration: none;
  color: #0084f8;
}
.account-menu__link:hover .account-menu__icon {
  fill: #0084f8;
}
.account-menu__link--current {
  color: #0084f8;
}
.account-menu__link--current .account-menu__icon {
  fill: #0084f8;
}
.account-menu__link--current::before {
  position: absolute;
  top: 0;
  left: -30px;
  width: 2px;
  height: 100%;
  content: "";
  background-color: #0084f8;
}
.account-menu__icon {
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.account-menu__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.account-menu__subitem {
  padding-left: 50px;
}
.account-menu__subitem:not(:last-child) {
  margin-bottom: 10px;
}
.account-menu__subitem:first-child {
  margin-top: 25px;
}
.account-menu__sublink {
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.account-menu__sublink--current,
.account-menu__sublink:hover,
.account-menu__sublink:focus {
  color: #0084f8;
  text-decoration: none;
}
@media (max-width: 992px) {
  .account-menu {
    padding: 30px 20px;
  }
  .account-menu__link--current::before {
    left: -20px;
  }
}
@media (max-width: 768px) {
  .account-menu__wrapper {
    position: relative;
  }
  .account-menu__false-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 8px 16px;
    min-height: 40px;
    background-color: #ffffff;
    border: 1px solid #c9d6df;
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .account-menu__false-select::before {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-70%) rotate(45deg);
            transform: translateY(-70%) rotate(45deg);
    width: 9px;
    height: 9px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
  }
  .account-menu__false-select--opened {
    border-color: #40AF9F;
  }
  .account-menu__false-select--opened::before {
    top: 50%;
    -webkit-transform: translateY(-30%) rotate(225deg);
            transform: translateY(-30%) rotate(225deg);
  }
  .account-menu__list {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    margin-top: -1px;
    background-color: #ffffff;
    border: 1px solid #c9d6df;
    overflow: hidden;
    z-index: 1;
  }
  .account-menu__list--opened {
    display: block;
  }
  .account-menu__item {
    margin-left: 20px;
    margin-right: 20px;
  }
  .account-menu__item:first-child {
    margin-top: 20px;
  }
  .account-menu__item:last-child {
    margin-bottom: 20px;
  }
  .account-menu__link {
    padding-left: 22px;
    font-size: 14px;
  }
  .account-menu__link--current::before {
    display: none;
  }
  .account-menu__icon {
    width: 14px;
    height: 14px;
  }
  .account-menu__subitem {
    padding-left: 35px;
  }
  .account-menu__subitem:not(:last-child) {
    margin-bottom: 10px;
  }
  .account-menu__subitem:first-child {
    margin-top: 20px;
  }
  .account-menu__sublink {
    font-size: 14px;
  }
  .account-menu__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-bottom: 0;
    padding: 8px 16px;
    min-height: 40px;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #c9d6df;
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .account-menu__heading::before {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-70%) rotate(45deg);
            transform: translateY(-70%) rotate(45deg);
    width: 9px;
    height: 9px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
  }
  .account-menu__heading--opened {
    border-color: #40AF9F;
  }
  .account-menu__heading--opened::before {
    top: 50%;
    -webkit-transform: translateY(-30%) rotate(225deg);
            transform: translateY(-30%) rotate(225deg);
  }
}
@media (max-width: 480px) {
  .account-menu {
    padding: 0;
  }
  .account-menu:not(:last-child) {
    margin-bottom: 20px;
  }
}
.account-settings__heading {
  margin-bottom: 20px;
}
.account-settings__checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.account-settings__checkbox-item:not(:last-child) {
  margin-bottom: 23px;
}
.account-settings__current-email-wrapper {
  margin: 0;
  margin-bottom: 20px;
}
.account-settings__current-email {
  font-weight: 600;
}
.account-settings__field-wrapper {
  display: block;
  margin-bottom: 20px;
  max-width: 350px;
}
@media (max-width: 992px) {
  .account-settings__content-wrapper {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .account-settings__content-wrapper {
    margin: 0 -20px 20px;
    padding: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  }
  .account-settings__content-wrapper:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
.account-products__heading {
  margin-bottom: 30px;
}
.account-products__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: myCounter;
}
.account-products__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
  padding: 0 30px;
}
.account-products__item::before {
  position: absolute;
  top: 0;
  left: 30px;
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  display: inline;
  font-weight: 600;
}
.account-products__item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(201, 214, 223, 0.3);
}
.account-products__title {
  margin: 0;
  margin-left: 30px;
  margin-right: auto;
  font-size: 16px;
}
.account-products__hint-wrapper {
  position: relative;
}
.account-products__clear-link {
  position: relative;
  padding-left: 0;
  padding-right: 14px;
  text-decoration: underline;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.account-products__clear-link:hover,
.account-products__clear-link:focus {
  text-decoration: none;
}
.account-products__clear-link:hover ~ .account-products__hint,
.account-products__clear-link:focus ~ .account-products__hint {
  display: block;
}
.account-products__clear-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/svg/question-mark.svg");
}
.account-products__hint-form:hover ~ .account-products__hint {
  display: block;
}
.account-products__clear-hint-button {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/svg/question-mark.svg");
}
.account-products__hint {
  display: none;
  position: absolute;
  top: 30px;
  right: -15px;
  width: 300px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  z-index: 1;
}
.account-products__hint-title,
.account-products__hint-text {
  margin: 0;
}
.account-products__hint-title {
  margin-bottom: 20px;
}
.account-products__product-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  width: 100%;
}
.account-products__product-info-item:first-child {
  width: 85px;
}
.account-products__product-info-item:first-child,
.account-products__product-info-item:nth-child(3),
.account-products__product-info-item:nth-child(4),
.account-products__product-info-item:nth-child(5) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.account-products__product-info-item:nth-child(5) {
  width: 111px;
}
.account-products__product-info-item:not(:last-child) {
  margin-right: 8px;
}
.account-products__product-info-item > .account-products__product-info-button-wrapper:first-child {
  padding-top: 0;
}
.account-products__product-info-title {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  color: #33495e;
  font-weight: 400;
}
.account-products__product-info-link,
.account-products__product-info-text {
  margin: 0;
  font-size: 16px;
}
.account-products__product-info-link--all-wrap,
.account-products__product-info-text--all-wrap {
  display: inline-block;
  vertical-align: top;
  word-wrap: anywhere;
  word-break: break-all;
}
.account-products__product-info-text--expired {
  color: #ff8576;
}
.account-products__product-info-button-wrapper {
  padding-top: 8px;
  text-align: center;
}
.account-products__product-info-button {
  display: inline-block;
  padding: 6px 21px;
  min-height: auto;
  font-size: 14px;
  vertical-align: top;
}
.account-products__product-info-button--extend {
  margin-top: 8px;
}
.account-products__product-info-button-title {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 1024px) {
  .account-products__clear-link:hover ~ .account-products__hint,
  .account-products__clear-link:focus ~ .account-products__hint {
    display: none;
  }
  .account-products__clear-link::after {
    display: none;
  }
  .account-products__clear-hint-button {
    display: block;
  }
  .account-products__hint-form:hover ~ .account-products__hint {
    display: none;
  }
}
@media (max-width: 992px) {
  .account-products {
    padding: 30px 20px;
  }
  .account-products__item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .account-products__item::before {
    left: 0;
  }
  .account-products__item .text {
    font-size: 14px;
  }
  .account-products__product-info-item:first-child {
    width: 75px;
  }
  .account-products__product-info-link,
  .account-products__product-info-text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .account-products {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .account-products__title {
    font-size: 14px;
  }
  .account-products__item {
    padding: 20px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
  }
  .account-products__item::before {
    top: 20px;
    left: 20px;
  }
  .account-products__item:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 20px;
  }
  .account-products__clear-hint-button {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .account-products__product-info-list {
    display: block;
    padding-top: 0;
  }
  .account-products__product-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -20px;
  }
  .account-products__product-info-item:not(:last-child) {
    margin-right: -20px;
  }
  .account-products__product-info-item:not(.account-products__product-info-item--empty) {
    margin-top: 12px;
    padding: 12px 20px 0;
    border-top: 1px solid rgba(201, 214, 223, 0.3);
  }
  .account-products__product-info-item:first-child {
    width: auto;
  }
  .account-products__product-info-item:nth-child(2) {
    width: auto;
  }
  .account-products__product-info-item:nth-child(3) {
    width: auto;
  }
  .account-products__product-info-item:nth-child(4) {
    width: auto;
  }
  .account-products__product-info-item:last-child {
    width: auto;
    padding-bottom: 0;
  }
  .account-products__product-info-title,
  .account-products__product-info-link,
  .account-products__product-info-text {
    margin-bottom: 0;
    font-size: 14px;
  }
  .account-products__product-info-text {
    max-width: 70%;
    text-align: right;
  }
  .account-products__product-info-text--expired {
    margin-left: auto;
    margin-right: 8px;
  }
  .account-products__product-info-button-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .account-products__product-info-button--extend {
    margin-top: 0;
  }
  .account-products__hint-form {
    display: inline;
  }
  .account-products__unlim {
    padding: 30px 20px;
  }
  .account-products__product-info-button-title {
    margin-bottom: 0;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 480px) {
  .account-products {
    margin: 0 -20px 20px;
  }
  .account-products__unlim {
    padding: 20px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
  }
  .account-products__unlim:not(.account-products__unlim--thankyou) {
    margin: 0 -20px 20px;
  }
  .account-products__hint-wrapper {
    width: 100%;
  }
  .account-products__clear-link {
    display: inline-block;
    margin-top: 8px;
    padding-right: 0;
  }
  .account-products__clear-hint-button {
    position: static;
    display: inline-block;
    -webkit-transform: none;
            transform: none;
    vertical-align: middle;
  }
  .account-products__hint {
    right: auto;
    width: 100%;
  }
}
.account-orders {
  padding-bottom: 10px;
}
.account-orders__heading {
  margin-bottom: 20px;
}
.account-orders__tables-wrapper {
  margin: 0 -30px;
}
.account-orders__table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.account-orders__table:not(:first-of-type) {
  border-top: 1px solid rgba(201, 214, 223, 0.3);
}
.account-orders__table:not(:first-of-type) .account-orders__table-head {
  display: none;
}
.account-orders__column:first-child {
  width: 29%;
}
.account-orders__column:nth-child(2) {
  width: 14%;
}
.account-orders__column:nth-child(3) {
  width: 16%;
}
.account-orders__column:nth-child(4),
.account-orders__column:nth-child(5) {
  width: 11.5%;
}
.account-orders__table-row--titles {
  background-color: rgba(201, 214, 223, 0.3);
}
.account-orders__table-cell-title {
  padding: 8px 0;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  font-weight: 400;
}
.account-orders__table-cell-title,
.account-orders__table-cell-value {
  padding-left: 5px;
  padding-right: 5px;
}
.account-orders__table-cell-title:first-child,
.account-orders__table-cell-value:first-child {
  padding-left: 30px;
}
.account-orders__table-cell-title:last-child,
.account-orders__table-cell-value:last-child {
  padding-right: 30px;
}
.account-orders__table-cell-value {
  padding-top: 20px;
  padding-bottom: 20px;
}
.account-orders__table-cell-value:first-child,
.account-orders__table-cell-value:nth-child(2) {
  word-wrap: anywhere;
  word-break: break-all;
}
.account-orders__table-cell-value--activate {
  color: #40AF9F;
}
.account-orders__table-cell-value--deactivate {
  opacity: 0.5;
}
.account-orders__table-cell-value--links {
  opacity: 0.8;
}
.account-orders__table-cell-value:last-child {
  text-align: center;
  white-space: nowrap;
}
.account-orders__table-link {
  font-size: 16px;
  text-decoration: underline;
}
.account-orders__table-link:hover,
.account-orders__table-link:focus {
  text-decoration: none;
}
@media (max-width: 992px) {
  .account-orders {
    padding: 30px 20px 10px;
  }
  .account-orders__tables-wrapper {
    margin: 0 -20px;
  }
  .account-orders__tables-wrapper--unlim {
    margin: 0 -30px;
  }
  .account-orders__column:first-child {
    width: 22%;
  }
  .account-orders__column:nth-child(2),
  .account-orders__column:nth-child(3) {
    width: 17%;
  }
  .account-orders__column:nth-child(5) {
    width: 12%;
  }
  .account-orders__table-cell-title:first-child,
  .account-orders__table-cell-value:first-child {
    padding-left: 20px;
  }
  .account-orders__table-cell-title:last-child,
  .account-orders__table-cell-value:last-child {
    padding-right: 20px;
  }
  .account-orders__table-cell-value {
    font-size: 14px;
  }
  .account-orders__table-link {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .account-orders {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .account-orders__tables-wrapper {
    margin: 0;
  }
  .account-orders__tables-wrapper--unlim {
    margin: 0 -20px;
  }
  .account-orders__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
  }
  .account-orders__table .account-orders__table-row--titles {
    background-color: transparent;
  }
  .account-orders__table:not(:first-of-type) {
    border-top: none;
  }
  .account-orders__table:not(:first-of-type) .account-orders__table-head {
    display: block;
  }
  .account-orders__table:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .account-orders__table-head,
  .account-orders__table-body {
    width: 50%;
  }
  .account-orders__table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .account-orders__table-cell-title,
  .account-orders__table-cell-value {
    padding: 12px 0;
    line-height: 1.4;
  }
  .account-orders__table-cell-title:not(:last-child),
  .account-orders__table-cell-value:not(:last-child) {
    border-bottom: 1px solid rgba(201, 214, 223, 0.3);
  }
  .account-orders__table-cell-title:last-child,
  .account-orders__table-cell-value:last-child {
    padding-bottom: 0;
  }
  .account-orders__table-cell-title--invoice,
  .account-orders__table-cell-value--invoice {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-top: 0;
    font-weight: 600;
    font-size: 16px;
  }
  .account-orders__table-cell-title {
    margin-left: -20px;
    padding-left: 20px;
  }
  .account-orders__table-cell-value {
    margin-right: -20px;
    padding-right: 20px;
    text-align: right;
  }
  .account-orders__table-cell-value:last-child {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .account-orders {
    margin: 0 -20px 20px;
  }
  .account-orders__tables-wrapper--unlim:not(.account-orders__tables-wrapper--unlim--thankyou) {
    margin: 0;
  }
  .account-orders__table-head {
    width: 35%;
  }
  .account-orders__table-body {
    width: 65%;
  }
}
.unlimited-pack {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 35%;
  padding: 30px;
  border: 2px solid #58c2f1;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}
.unlimited-pack__heading {
  margin-bottom: 20px;
}
.unlimited-pack__text {
  margin-bottom: 10px;
}
.unlimited-pack__image-wrapper img {
  display: block;
}
@media (max-width: 992px) {
  .unlimited-pack {
    display: grid;
    grid-column-gap: 30px;
    grid-template-areas: "section-1 section-1" "section-2 ." "section-2 ." "section-2 .";
    margin: 0 auto;
    width: 100%;
  }
  .unlimited-pack__heading {
    grid-area: section-1;
  }
  .unlimited-pack__image-wrapper {
    grid-area: section-2;
  }
  .unlimited-pack__text:first-of-type {
    -ms-flex-item-align: end;
        align-self: end;
  }
}
@media (max-width: 768px) {
  .unlimited-pack {
    grid-column-gap: 20px;
  }
}
@media (max-width: 600px) {
  .unlimited-pack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 480px) {
  .unlimited-pack {
    margin-top: 30px;
  }
}
.vendor__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vendor__item:not(:last-child) {
  margin-bottom: 40px;
}
.vendor__heading {
  margin-bottom: 20px;
}
.vendor__group-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vendor__group-item {
  padding: 0 10px;
  width: 25%;
}
.vendor__group-item:not(:last-child):not(:nth-last-child(2)) {
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .vendor__group-list {
    margin: 0 -5px;
  }
  .vendor__group-item {
    padding: 0 5px;
    width: 33%;
  }
}
@media (max-width: 480px) {
  .vendor__group-item {
    width: 50%;
  }
}
@media (max-width: 375px) {
  .vendor__group-list {
    margin: 0;
  }
  .vendor__group-item {
    padding: 0;
    width: 100%;
  }
}
.lab__heading {
  margin-bottom: 20px;
}
.lab__presentation-text {
  font-family: "Raleway", "Arial", sans-serif;
  font-size: 24px;
  line-height: 1.33;
}
.lab__image {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.clearfix {
  clear: both;
}
@media (max-width: 768px) {
  .lab__presentation-text {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 600px) {
  .lab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lab__image {
    float: none;
    -ms-flex-item-align: center;
        align-self: center;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .lab {
    margin: 0 -20px;
    padding: 30px 20px 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  }
  .lab__image {
    float: none;
    -ms-flex-item-align: center;
        align-self: center;
    margin-right: 0;
  }
}
.save-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 13px;
  width: 70px;
  height: 70px;
  color: #ffffff;
  text-shadow: 0 0 2px #505097, 0 0 2px #505097;
  font-weight: 600;
  line-height: 1;
  background: url("../images/other/save.png") no-repeat center;
  background-size: contain;
}
.saving-label__sum-wrapper {
  margin-bottom: 5px;
  font-size: 22px;
}
.save-label__word {
  text-transform: uppercase;
  font-size: 11px;
}
@media (max-width: 480px) {
  .save-label {
    width: 60px;
    height: 60px;
  }
  .saving-label__sum-wrapper {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .save-label__word {
    text-transform: uppercase;
    font-size: 10px;
  }
}
.list--sidebar {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.list--order {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: myCounter;
}
.list--order-text {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: myCounter;
}
.list__item {
  padding-top: 8px;
  width: 25%;
}
.list__item::before {
  counter-increment: myCounter;
  font-size: 14px;
  font-weight: 600;
  content: counter(myCounter) '. ';
}
.list__item:not(:nth-child(4n+4)) {
  padding-right: 20px;
}
.list__item--text {
  width: auto;
  font-size: 14px;
}
.list__item--sidebar:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .list__item {
    width: 50%;
  }
  .list__item:not(:nth-child(4n+4)) {
    padding-right: 0;
  }
  .list__item:nth-child(odd) {
    padding-right: 20px;
  }
  .list__item--text {
    width: auto;
  }
}
@media (max-width: 375px) {
  .list__item {
    width: 100%;
  }
  .list__item:nth-child(odd) {
    padding-right: 0;
  }
}
.preorder__price {
  margin-right: 20px;
}
@media (max-width: 375px) {
  .preorder__price {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .preorder__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.reviews__list {
  margin: 0;
}
.reviews__title {
  margin: 0;
  margin-bottom: 10px;
  color: #0084f8;
  font-weight: 400;
}
.reviews__description {
  margin: 0;
}
.reviews__description:not(:last-of-type) {
  margin-bottom: 20px;
}
.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.search__form--preorder {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search__select-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
  max-width: 440px;
}
.search__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 20px;
}
.search__button-wrapper .search__search-button {
  margin-left: 20px;
}
.search__search-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 600px) {
  .search__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search__select-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    max-width: none;
  }
  .search__button-wrapper {
    margin-top: 0;
    width: 100%;
  }
  .search__button-wrapper .search__search-button {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .search__search-button {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .search__button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search__button-wrapper .search__search-button {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
  }
}
.packages__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.packages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  width: 33.3%;
}
.packages__price {
  margin-bottom: 20px;
}
.packages__text {
  text-align: center;
  max-width: 100%;
}
.packages__button-add {
  margin-top: auto;
}
@media (max-width: 768px) {
  .packages__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .packages__item {
    width: 100%;
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-areas: "title ." "image ." "image .";
  }
  .packages__item:not(:last-child) {
    padding: 0 0 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #c9d6df;
  }
  .packages__item:last-child {
    padding: 0 0 25px;
  }
  .packages__title {
    grid-area: title;
  }
  .packages__image {
    grid-area: image;
  }
  .packages__price {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .packages {
    margin-bottom: 20px;
    padding: 30px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
  }
  .packages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .packages__image {
    margin-bottom: 20px;
  }
  .packages__text {
    max-width: 300px;
  }
  .packages__heading {
    font-size: 16px;
  }
}
.top__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  width: calc(50% - 10px);
  height: 120px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.top__item:not(:last-child):not(:nth-last-child(2)) {
  margin-bottom: 20px;
}
.top__image {
  display: block;
  max-height: 100%;
}
.request__text {
  margin-bottom: 20px;
}
.request__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.request__form-field-wrapper {
  width: 40%;
}
.request__form-field-wrapper:first-of-type {
  margin-right: 20px;
}
.request__buttons-wrapper {
  margin: 0;
  margin-top: 20px;
}
.request__error-wrapper p,
.error_message p {
  margin: 0;
  margin-bottom: 10px;
}
.request__error-wrapper p:last-child,
.error_message p:last-child {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .request__form-field-wrapper {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .request__form-field-wrapper {
    width: 100%;
  }
  .request__form-field-wrapper:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.preorder-exam > *:last-child {
  margin-bottom: 0;
}
.preorder-exam__text {
  margin-bottom: 20px;
}
.preorder-exam__list {
  margin-bottom: 30px;
  padding-left: 20px;
  color: #0c5fa6;
}
.preorder-exam__list--check-mark {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.preorder-exam__item-text {
  color: #001b36;
}
.ready__text {
  margin-bottom: 20px;
}
.ready__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ready__form-field-wrapper {
  max-width: 300px;
  margin-bottom: 10px;
}
.ready__button-wrapper {
  margin: 0;
  margin-top: 20px;
}
.program__image-wrapper {
  padding-right: 20px;
  padding-bottom: 15px;
  float: left;
}
.program__image-wrapper img {
  display: block;
  max-width: 200px;
  max-height: 250px;
}
.program__image-wrapper--large img {
  max-width: 350px;
  max-height: 250px;
}
.program__text:not(:last-of-type) {
  margin-bottom: 10px;
}
.program__form-list {
  margin-bottom: 40px;
}
.program__comments-field-wrapper:nth-child(odd) {
  margin-right: 0;
}
.program__comments-field {
  resize: none;
  height: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.program__security-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.program__form-item--security {
  position: relative;
  max-width: 300px;
}
.program__form-item--security .form__field {
  padding-right: 152px;
}
.program__secuurity-image {
  position: absolute;
  right: 0;
  top: 22px;
  height: 40px;
  width: 136px;
  background-color: lightgrey;
}
@media (max-width: 768px) {
  .program__secuurity-image {
    top: 19px;
  }
}
@media (max-width: 480px) {
  .program__image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
    float: none;
  }
}
.faq-tabs__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq-tabs__item {
  font-size: 14px;
}
.faq-tabs__item:not(:last-child) {
  margin-bottom: 10px;
}
.faq-page {
  display: none;
}
.faq-page--active {
  display: block;
}
.faq-page__list {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c9d6df;
}
.faq-page__item {
  width: auto;
  padding: 0;
}
.faq-page__item:not(:last-child) {
  margin-bottom: 5px;
}
.faq-page__answers {
  margin: 0;
  padding-left: 17px;
}
.faq-page__answer:not(:last-child) {
  margin-bottom: 20px;
}
.answer {
  font-weight: 700;
  font-size: 14px;
}
.answer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
  padding-left: 10px;
}
.answer > *:last-child {
  margin-bottom: 0;
}
.answer__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}
.answer__text {
  margin-top: 0;
  margin-bottom: 10px;
}
.answer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 20px;
}
.answer__item:not(:last-child) {
  margin-bottom: 10px;
}
.answer__item > *:last-child {
  margin-bottom: 0;
}
.answer__link-title {
  font-weight: 700;
}
.download-demo__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.download-demo__select-wrapper {
  width: calc(50% - 10px);
}
.download-demo__select-wrapper::before {
  top: 65%;
}
.download-demo__button {
  margin-top: 20px;
  width: calc(50% - 10px);
}
.download-demo__notify {
  padding-top: 10px;
}
.download-demo__email-wrapper {
  margin-top: 20px;
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .download-demo__select-wrapper {
    width: 100%;
  }
  .download-demo__select-wrapper:first-of-type {
    margin-bottom: 20px;
  }
  .download-demo__email-wrapper {
    width: 100%;
  }
  .download-demo__button {
    width: auto;
  }
}
@media (max-width: 480px) {
  .download-demo__button {
    width: 100%;
  }
}
.image--channel {
  margin-left: 15px;
  float: right;
}
@media (max-width: 768px) {
  .image--channel {
    margin-left: 15px;
    float: none;
    display: block;
    margin: 0 auto 15px;
  }
}
.sitemap__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  -webkit-column-count: 6;
     -moz-column-count: 6;
          column-count: 6;
}
@media (max-width: 1200px) {
  .sitemap__list {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
}
@media (max-width: 992px) {
  .sitemap__list {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
@media (max-width: 768px) {
  .sitemap__list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media (max-width: 600px) {
  .sitemap__list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 480px) {
  .sitemap {
    padding: 0 20px;
  }
}
.simple ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: myCounter;
}
.simple ol li {
  padding-top: 8px;
  font-size: 14px;
}
.simple ol li::before {
  counter-increment: myCounter;
  font-size: 14px;
  font-weight: 600;
  content: counter(myCounter) '. ';
}
.simple ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 15px;
}
.simple ul li {
  padding-top: 8px;
  font-size: 14px;
}
.simple a {
  font-size: 14px;
  color: #0c5fa6;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.all-cert__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.all-cert__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.all-cert__item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.all-cert__link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  margin-right: 30px;
  width: 25%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 120px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.all-cert__link:hover,
.all-cert__link:focus {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.all-cert__image-wrapper {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.all-cert__image {
  display: block;
  max-height: 100%;
}
@media (max-width: 600px) {
  .all-cert__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .all-cert__item:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .all-cert__link {
    width: 205px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.tabs {
  position: relative;
  margin-top: 68px;
  padding-top: 25px;
}
.tabs__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-y: hidden;
}
.tabs__nav-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tabs__nav-button {
  padding: 9px 20px;
  color: rgba(0, 27, 54, 0.7);
  font-weight: 400;
  line-height: 1.4;
  border: solid 1px #e9eff3;
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.tabs__nav-button::after {
  position: absolute;
  left: 50%;
  bottom: -2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 78%;
  height: 2px;
  content: "";
  background-color: transparent;
}
.tabs__nav-button--active {
  color: #001b36;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.tabs__nav-button--active::after {
  background-color: #0084f8;
}
.tabs__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs__list--inner {
  padding: 20px;
  border: solid 1px #e9eff3;
  margin-top: -1px;
}
.tabs__item {
  display: none;
}
.tabs__item--active {
  display: block;
}
@media (max-width: 480px) {
  .tabs {
    margin: 68px -20px 20px;
    padding: 20px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
  }
  .tabs__list--inner {
    border-left: none;
    border-right: none;
  }
}
.cert__notation p {
  font-weight: 700;
}
.cert__notation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cert__notation ul:not(:last-child) {
  margin-bottom: 40px;
}
.cert__notation li {
  padding-left: 8px;
  border-left: 2px solid rgba(0, 0, 0, 0.03);
  font-size: 14px;
}
.cert__notation li:not(:last-child) {
  padding-bottom: 8px;
}
.providers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.providers__item {
  width: 49%;
}
.providers__item:not(:last-child):not(:nth-last-child(2)) {
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .providers__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .providers {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    max-height: 200px;
    margin-top: -1px;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #c9d6df;
    overflow: auto;
    z-index: 1;
  }
  .providers--opened {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .providers__item {
    width: 24%;
  }
}
@media (max-width: 600px) {
  .providers__item {
    width: 32%;
  }
}
@media (max-width: 480px) {
  .providers__item {
    width: 48%;
  }
}
.renew {
  position: relative;
  margin-top: 20px;
  width: 100%;
}
.renew__title {
  margin: 0;
  margin-bottom: 10px;
}
.renew__inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.renew__text {
  margin: 0;
  padding-right: 20px;
}
.renew__link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  vertical-align: top;
  padding: 6px 21px;
  min-height: auto;
  min-width: 110px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .renew__text {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .renew__inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .renew__text {
    margin-bottom: 10px;
  }
}
.delivery {
  margin-top: 20px;
  width: 100%;
}
.delivery__block:not(:last-child) {
  margin-bottom: 20px;
}
.delivery__block-title {
  margin: 0 0 10px;
}
.delivery_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.delivery__item {
  width: 48%;
  font-size: 14px;
}
.delivery__item-value {
  opacity: 0.6;
}
@media (max-width: 480px) {
  .delivery_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .delivery__item {
    width: 100%;
  }
}
.unlim__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -30px;
  padding: 0 30px;
}
.unlim__pagination--top {
  margin-bottom: 20px;
}
.unlim__pagination--bottom {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(201, 214, 223, 0.3);
}
.unlim__nav-link {
  font-weight: 700;
}
.unlim__nav-link--next {
  margin-left: auto;
}
.unlim__table {
  width: 100%;
  border-collapse: collapse;
}
.unlim__table thead {
  background-color: rgba(201, 214, 223, 0.3);
}
.unlim__table:not(.unlim__table--thankyou) tr:not(:first-child):not(.unlim__vendor-name-row):hover {
  background-color: rgba(201, 214, 223, 0.15);
  cursor: default;
}
.unlim__table th {
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}
.unlim__table th:first-child {
  text-align: left;
  padding-left: 30px;
}
.unlim__table th:last-child {
  padding-right: 30px;
  width: 110px;
}
.unlim__table th:nth-child(2) {
  width: 130px;
}
.unlim__table th:nth-child(3) {
  width: 110px;
}
.unlim__table td {
  padding: 3px 10px;
  font-size: 14px;
  vertical-align: top;
}
.unlim__table td:first-child {
  padding-left: 30px;
}
.unlim__table td:last-child {
  padding-right: 30px;
  width: 110px;
}
.unlim__table td:nth-child(2) {
  width: 130px;
}
.unlim__table td:nth-child(3) {
  width: 110px;
}
.unlim__table td:not(:first-child) {
  text-align: center;
}
.unlim__table td:not(.unlim__vendor-name-cell):last-child {
  text-align: right;
}
.unlim__table--thankyou th:last-child {
  text-align: right;
}
.unlim__table--thankyou tr:nth-last-child(n + 3):hover {
  background-color: rgba(201, 214, 223, 0.15);
  cursor: default;
}
.unlim__table--thankyou td {
  padding: 8px 10px;
}
.unlim__table--thankyou td:nth-child(2) {
  width: auto;
}
.unlim__table--thankyou th:nth-child(2) {
  width: auto;
}
.unlim__exams-row:not(:last-child) td {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(201, 214, 223, 0.3);
}
.unlim__vendor-heading {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.unlim__vendor-name-row:not(:first-child) .unlim__vendor-heading {
  padding-top: 10px;
  border-top: 1px solid rgba(201, 214, 223, 0.3);
}
.unlim__vendor-name-cell {
  padding-top: 10px;
}
.unlim__total-line {
  border-top: 1px solid rgba(201, 214, 223, 0.3);
}
.unlim__price {
  text-align: center;
}
.unlim__total-title {
  font-weight: 700;
  text-align: right;
}
.unlim__total-price {
  font-weight: 700;
  text-align: center;
}
@media (max-width: 992px) {
  .unlim__table th {
    padding: 10px 5px;
  }
  .unlim__table th:nth-child(2) {
    width: 90px;
  }
  .unlim__table th:nth-child(3) {
    width: 80px;
  }
  .unlim__table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  .unlim__table td:nth-child(2) {
    width: 90px;
  }
  .unlim__table td:nth-child(3) {
    width: 80px;
  }
  .unlim__table--thankyou td:nth-child(2),
  .unlim__table--thankyou th:nth-child(2) {
    width: auto;
  }
}
@media (max-width: 768px) {
  .unlim__pagination {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .unlim__table th:first-child {
    padding-left: 20px;
  }
  .unlim__table th:last-child {
    padding-right: 20px;
  }
  .unlim__table td:first-child {
    padding-left: 20px;
  }
  .unlim__table td:last-child {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .unlim__table:not(.unlim__table--thankyou) td:nth-child(2),
  .unlim__table:not(.unlim__table--thankyou) th:nth-child(2),
  .unlim__table:not(.unlim__table--thankyou) td:nth-child(3),
  .unlim__table:not(.unlim__table--thankyou) th:nth-child(3) {
    display: none;
  }
}
@media (max-width: 480px) {
  .unlim__pagination {
    margin-left: 0;
    margin-right: 0;
  }
  .unlim__pagination--top {
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .unlim {
    margin: 0 -20px;
  }
  .unlim__table:not(.unlim__table--thankyou) th:first-child,
  .unlim__table:not(.unlim__table--thankyou) td:first-child {
    padding-left: 20px;
  }
  .unlim__table:not(.unlim__table--thankyou) th:last-child,
  .unlim__table:not(.unlim__table--thankyou) td:last-child {
    padding-right: 20px;
  }
}
.error-page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 50px 0;
}
.error-page img {
  display: block;
  margin-bottom: 30px;
  max-width: 500px;
}
.error-page .text {
  position: relative;
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: center;
  z-index: 1;
}
.error-page .button {
  padding: 10px 60px;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .error-page img {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .error-page img {
    max-width: 70%;
  }
  .error-page .button {
    font-size: 16px;
  }
}
.ball {
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
}
.ball--large {
  width: 75px;
  height: 75px;
}
.ball--medium {
  width: 50px;
  height: 50px;
}
.ball--small {
  width: 25px;
  height: 25px;
}
.ball--1 {
  top: 60%;
  left: 20%;
}
.ball--2 {
  top: 80%;
  right: 30%;
}
.ball--3 {
  top: 60%;
  right: 20%;
}
.ball--4 {
  top: 20%;
  right: 30%;
}
.ball--5 {
  top: 10%;
  left: 25%;
}
.ball--6 {
  top: 30%;
  left: 5%;
}
.ball--7 {
  bottom: 5%;
  right: 5%;
}
@media (max-width: 1480px) {
  .ball--1 {
    top: 50%;
    left: 10%;
  }
  .ball--2 {
    display: none;
  }
  .ball--3 {
    top: 85%;
    right: 15%;
  }
  .ball--4 {
    right: 10%;
  }
  .ball--7 {
    bottom: 30%;
  }
}
@media (max-width: 850px) {
  .ball--1 {
    top: 80%;
    left: 10%;
  }
  .ball--2 {
    display: none;
  }
  .ball--3 {
    display: none;
  }
  .ball--5 {
    display: none;
  }
  .ball--7 {
    bottom: 30%;
  }
}
@media (max-width: 600px) {
  .ball--1 {
    display: none;
  }
  .ball--4 {
    top: 60%;
    left: 7%;
  }
  .ball--6 {
    top: 10%;
    left: 5%;
  }
  .ball--7 {
    top: 90%;
    right: 5%;
  }
}
.stripe-button-el {
  padding: 7px 35px 6px !important;
  min-height: 40px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  line-height: 1.7 !important;
  text-align: center !important;
  background-image: none !important;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #0084f8 !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.stripe-button-el:hover,
.stripe-button-el:focus {
  background-color: #0077df !important;
}
.stripe-button-el span {
  display: inline !important;
  padding: 0 !important;
  min-height: auto !important;
  line-height: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  background-image: none !important;
  background: none !important;
  text-shadow: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.invoice {
  margin-top: 20px;
}
.invoice__table {
  border-collapse: collapse;
  font-size: 13px;
}
.invoice__table td {
  padding: 0;
}
.invoice__table td:first-child {
  padding-right: 5px;
  font-weight: 700;
  text-align: right;
  vertical-align: top;
}
.invoice__content-table {
  margin: 20px -30px 0;
  width: calc(100% + 60px);
  font-size: 14px;
  border-collapse: collapse;
}
.invoice__content-table th,
.invoice__content-table td {
  padding: 10px;
}
.invoice__content-table th:first-child,
.invoice__content-table td:first-child {
  padding-left: 30px;
}
.invoice__content-table th:last-child,
.invoice__content-table td:last-child {
  padding-right: 30px;
}
.invoice__content-table th {
  padding-bottom: 10px;
  background-color: rgba(201, 214, 223, 0.3);
}
.invoice__content-table th:first-child {
  text-align: left;
}
.invoice__thank {
  margin: 0 0 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .download {
    padding: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  }
}
.old-list .vndrtitlef,
.old-list .vndrtitle {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 24px;
  color: #001b36;
  line-height: 1.33;
}
.old-list .vndrtitlef a,
.old-list .vndrtitle a {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.old-list .vndrtitlef a:hover,
.old-list .vndrtitle a:hover,
.old-list .vndrtitlef a:focus,
.old-list .vndrtitle a:focus {
  text-decoration: underline;
}
.old-list .vndrtitle {
  margin-top: 0;
}
.old-list > p {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 24px;
  color: #001b36;
}
.old-list > p a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 20px;
  color: #001b36;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  line-height: 1.4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  will-change: opacity;
  opacity: 0.8;
}
.old-list > p a::before {
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translate(0, -60%);
          transform: translate(0, -60%);
  width: 12px;
  height: 12px;
  content: "";
  background: url("../images/svg/heading-arrow.svg") no-repeat center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  will-change: transform;
}
.old-list > p a:hover,
.old-list > p a:focus {
  opacity: 1;
}
.old-list > p a:hover::before,
.old-list > p a:focus::before {
  -webkit-transform: translate(25%, -60%);
          transform: translate(25%, -60%);
}
.old-list > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.old-list > ul:not(:last-child) {
  margin-bottom: 35px;
}
.old-list > ul > li {
  padding-left: 8px;
  border-left: 2px solid rgba(0, 0, 0, 0.03);
  font-size: 14px;
}
.old-list > ul > li:not(:last-child) {
  padding-bottom: 8px;
}
.old-list > ul > li > strong {
  display: block;
  margin-bottom: 8px;
  padding-top: 8px;
  font-size: 15px;
  font-weight: 700;
}
.old-list > ul > li a {
  font-size: 14px;
  color: #0c5fa6;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
.old-list > ul > li a:hover {
  text-decoration: underline;
}
.old-list > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.old-list > ul > li > ul > li {
  font-size: 14px;
}
.old-list > ul > li > ul > li:not(:last-child) {
  padding-bottom: 8px;
}
