/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Change the line height in all browsers (opinionated).
 * 2. Use a 4-space tab width in all browsers (opinionated).
 * 3. Remove the grey highlight on links in iOS (opinionated).
 * 4. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -moz-tab-size: 4;
  /* 2 */
  tab-size: 4;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl, ol, ul,
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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 {
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

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

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

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

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  table-layout: fixed;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  max-width: 100%;
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

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

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

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
  outline: none;
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@-ms-viewport {
  width: device-width;
  zoom: 1;
}

@viewport {
  width: device-width;
  zoom: 1;
}
.cc-revoke.cc-bottom {
  display: none;
  color: #fff !important;
  font-family: Montserrat, sans-serif;
  padding: 10px;
  border: 1px solid #fff;
  border-bottom: 0;
  background-color: #39b6e7 !important;
}

.cc-revoke.cc-bottom:hover {
  text-decoration: none;
}

.cc-window {
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  left: 20px !important;
  bottom: 0 !important;
  padding: 10px 20px 10px 80px !important;
  color: #fff !important;
  max-width: 600px !important;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #39b6e7 !important;
  background-image: url(../img/icons/cookie-icon-white-fill.png);
  background-size: 50px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  border-radius: 35px 35px 0 0;
}

.cc-window .cc-message {
  font-weight: 900;
  font-family: Montserrat, sans-serif;
  text-align: center;
  margin-right: 0;
  margin-bottom: 10px;
}

.cc-window a {
  color: #fff !important;
  outline: none;
  opacity: 1;
  padding: 0;
}

.cc-window .cc-compliance {
  display: block !important;
  text-align: center;
}

.cc-window .cc-compliance .cc-btn {
  display: inline-block;
}

.cc-window .cc-btn {
  font-family: Montserrat, sans-serif;
  border: 1px solid #fff;
  padding: 5px 40px;
  border-radius: 20px;
  margin: 0 15px;
  text-transform: capitalize;
  transition: color 0.5s, background-color 0.5s;
}

.cc-window .cc-btn:first-child {
  border-color: #fff;
}

.cc-window .cc-btn:hover {
  background-color: #fff !important;
  color: #39b6e7 !important;
}

@font-face {
  font-family: "IstokWeb";
  src: url("../fonts/IstokWeb-Regular.woff2") format("woff2"), url("../fonts/IstokWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IstokWeb";
  src: url("../fonts/IstokWeb-Bold.woff2") format("woff2"), url("../fonts/IstokWeb-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.cf::before, .cf::after {
  content: "";
  display: block;
}
.cf::after {
  clear: both;
}

[class*=container-] {
  width: 94%;
  margin: 0 auto;
}

.swiper-container {
  width: 100%;
}

.container-1 {
  max-width: 1570px;
}

.container-2 {
  max-width: 1140px;
}

.container-3 {
  max-width: 1140px;
  width: 100%;
  padding: 0 !important;
}

.container-4 {
  max-width: 1400px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.object-fit-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.object-fit-cover > img {
  visibility: hidden !important;
  display: block;
  width: 100%;
  height: 100%;
}

.full-width {
  width: 100%;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.margin-c {
  margin-left: auto;
  margin-right: auto;
}

.margin-1 {
  margin-bottom: 10px;
}

.margin-2 {
  margin-bottom: 20px;
}

.margin-3 {
  margin-bottom: 30px;
}

.margin-4 {
  margin-bottom: 40px;
}

.margin-5 {
  margin-bottom: 50px;
}

.margin-6 {
  margin-bottom: 60px;
}

.margin-7 {
  margin-bottom: 70px;
}

.margin-8 {
  margin-bottom: 80px;
}

.margin-9 {
  margin-bottom: 90px;
}

.margin-10 {
  margin-bottom: 100px;
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.space-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.justify-start {
  -ms-flex-pack: start;
      justify-content: start;
}

.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

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

.flex-start {
  -ms-flex-align: start;
      align-items: flex-start;
}

.flex-end {
  -ms-flex-align: end;
      align-items: flex-end;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-minus {
  z-index: -1;
}

.overflow {
  overflow: hidden;
}

.help-block {
  text-align: right;
  font-family: "IstokWeb", sans-serif;
  font-size: 13px;
  line-height: 17px;
  color: #DC0000;
}

.input-1 label {
  display: block;
  font-size: 16px;
  font-family: "IstokWeb", sans-serif;
  font-weight: 500;
  line-height: 1.8125;
}
.input-1 input {
  font-family: "IstokWeb", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  display: block;
  padding: 11px 20px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  transition: border 0.35s ease;
}
.input-1 input:-webkit-autofill, .input-1 input:-webkit-autofill:hover, .input-1 input:-webkit-autofill:focus, .input-1 input:-webkit-autofill:active, .input-1 input:-webkit-autofill::first-line {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 60px transparent inset;
  font-size: 16px;
  font-family: "IstokWeb", sans-serif;
  background-color: #fff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.input-2 input {
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  text-align: center;
  font-family: "IstokWeb", sans-serif;
  font-size: 13px;
  line-height: 1.307;
  color: #000;
  -moz-appearance: textfield;
}
.input-2 input::-webkit-outer-spin-button, .input-2 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.search-1 {
  position: relative;
}
.search-1 input {
  position: relative;
  font-family: "IstokWeb", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  display: block;
  padding: 18px 70px 18px 20px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 32px;
  transition: border 0.35s ease;
}
.search-1 input:placeholder {
  opacity: 1;
}
.search-1 input:-webkit-autofill, .search-1 input:-webkit-autofill:hover, .search-1 input:-webkit-autofill:focus, .search-1 input:-webkit-autofill:active, .search-1 input:-webkit-autofill::first-line {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 60px transparent inset;
  font-size: 16px;
  font-family: "IstokWeb", sans-serif;
  background-color: #fff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.search-1 input::-ms-clear, .search-1 input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.search-1 input::-webkit-search-decoration, .search-1 input::-webkit-search-cancel-button, .search-1 input::-webkit-search-results-button, .search-1 input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.search-1 .search-divider {
  position: absolute;
  top: 50%;
  right: 64px;
  transform: translateY(-50%);
  display: block;
  height: 22px;
  width: 2px;
}
.search-1 button {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: block;
  border: none;
  background: none;
  margin: 0;
  padding: 4px;
  width: 34px;
  height: 34px;
  z-index: 2;
}
.search-1 button svg {
  fill: #000;
  width: 16px;
  height: 16px;
}

.select-1 {
  position: relative;
}
.select-1 label {
  display: block;
  font-size: 16px;
  font-family: "IstokWeb", sans-serif;
  font-weight: 500;
  line-height: 1.8125;
}
.select-1 select {
  font-family: "IstokWeb", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  display: block;
  padding: 11px 50px 11px 20px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  transition: border 0.35s ease;
  cursor: pointer;
}
.select-1 option {
  font-family: "IstokWeb", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.select-1 .select-icon {
  position: absolute;
  right: 24px;
  top: 43px;
  z-index: 2;
  pointer-events: none;
}
.select-1 .select-icon.type-2 {
  top: 50%;
  transform: translateY(-50%);
}
.select-1 .select-icon svg {
  width: 12px;
  height: 10px;
  fill: #000;
  transform: rotate(180deg);
}

.textarea-1.type-2 textarea {
  min-height: 222px;
}
.textarea-1 label {
  display: block;
  font-size: 16px;
  font-family: "IstokWeb", sans-serif;
  font-weight: 500;
  line-height: 1.8125;
}
.textarea-1 textarea {
  font-family: "IstokWeb", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  display: block;
  padding: 11px 20px;
  width: 100%;
  min-height: 120px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  transition: border 0.35s ease;
  resize: none;
}

.checkbox-1 label {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 32px;
  cursor: pointer;
}
.checkbox-1 .text-1 {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox-1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-1 input:checked ~ .checkmark svg {
  opacity: 1;
}
.checkbox-1 .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 24px;
  width: 24px;
  border-radius: 2px;
  border: 1px solid #000;
  background-color: #fff;
}
.checkbox-1 .checkmark svg {
  opacity: 0;
  width: 13px;
  height: 12px;
  stroke: #03406B;
  transition: opacity 0.35s ease;
}

.has-error input {
  border-color: #DC0000;
}
.has-error select {
  border-color: #DC0000;
}
.has-error textarea {
  border-color: #DC0000;
}

.btn-1 {
  display: inline-block;
  padding: 10px 24px;
  min-width: 130px;
  border: 1px solid #000;
  border-radius: 22px;
  background-color: #000;
  margin: 0;
  transition: background-color 0.35s ease;
  font-family: "IstokWeb", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
}
.btn-1:hover {
  background-color: #03406B;
}

.btn-2 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 24px;
  border: 1px solid #000;
  border-radius: 2px;
  background-color: #000;
  margin: 0;
  transition: background-color 0.35s ease;
  font-family: "IstokWeb", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
}
.btn-2 .btn-2-icon {
  width: 14px;
  height: 16px;
  fill: #fff;
  margin-right: 8px;
}
.btn-2:hover {
  background-color: #03406B;
}

.tooltip-wrap {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip-wrap.type-2 .tooltip-icon {
  fill: #DC0000;
}
.tooltip-wrap:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}

.tooltip-icon {
  display: block;
  width: 14px;
  height: 14px;
  fill: #00B353;
}

.tooltip-text {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 3px 8px;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.tooltip-text:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #000;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.tcenter {
  text-align: center;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.title-1 {
  line-height: 1.07815;
}
.title-1 {
  font-size: 32px;
}
@media screen and (min-width: 375px) {
  .title-1 {
    font-size: calc(32px + 32 * ((100vw - 375px) / 1545));
  }
}
@media screen and (min-width: 1920px) {
  .title-1 {
    font-size: 64px;
  }
}

.title-2 {
  line-height: 1.20834;
}
.title-2 {
  font-size: 32px;
}
@media screen and (min-width: 375px) {
  .title-2 {
    font-size: calc(32px + 16 * ((100vw - 375px) / 1545));
  }
}
@media screen and (min-width: 1920px) {
  .title-2 {
    font-size: 48px;
  }
}

.title-3 {
  line-height: 1.1875;
}
.title-3 {
  font-size: 28px;
}
@media screen and (min-width: 375px) {
  .title-3 {
    font-size: calc(28px + 4 * ((100vw - 375px) / 1545));
  }
}
@media screen and (min-width: 1920px) {
  .title-3 {
    font-size: 32px;
  }
}

.title-4 {
  font-size: 24px;
  line-height: 1.25;
}

.title-5 {
  font-size: 20px;
  line-height: 1.45;
}

.title-6 {
  font-size: 16px;
  line-height: 1.875;
}

.text-1 {
  font-size: 16px;
  line-height: 1.5;
}

.text-2 {
  font-size: 14px;
  line-height: 1.357;
}

.text-3 {
  font-size: 13px;
  line-height: 1.307;
}

.text-4 {
  font-size: 11px;
  line-height: 1.18;
}

.line-height-1 {
  line-height: 1.5;
}

.line-height-2 {
  line-height: 1;
}

.font-1 {
  font-family: "IstokWeb", sans-serif;
}
.font-1.bold {
  font-weight: bold;
}

.user-content {
  font-family: "IstokWeb", sans-serif;
  color: #000;
}
.user-content h1 {
  font-size: 40px;
}
.user-content h2 {
  font-size: 36px;
}
.user-content h3 {
  font-size: 32px;
}
.user-content h4 {
  font-size: 28px;
}
.user-content h5 {
  font-size: 24px;
}
.user-content h6 {
  font-size: 20px;
}
.user-content h1, .user-content h2, .user-content h3, .user-content h4, .user-content h5, .user-content h6 {
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 20px;
}
.user-content ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 20px;
}
.user-content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.user-content li, .user-content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.user-content a {
  color: #03406B;
}
.user-content img {
  max-width: 100%;
  height: auto;
}
.user-content table {
  width: 100%;
  table-layout: auto;
  margin-bottom: 20px;
}
.user-content tr {
  padding: 10px 0;
  background-color: #fff;
  margin-bottom: 4px;
}
.user-content tr:first-child {
  background-color: #000;
}
.user-content tr:first-child td {
  color: #fff;
}
.user-content tr:not(:first-child) {
  border-top: 4px solid #000;
}
.user-content th, .user-content td {
  font-size: 16px;
  font-family: "IstokWeb", sans-serif;
  line-height: 1.5;
  padding: 15px;
}

.color-1 {
  color: #000;
}

.color-2 {
  color: #fff;
}

.color-3 {
  color: #03406B;
}

.color-4 {
  color: #EAF1FE;
}

.color-5 {
  color: #DC0000;
}

.color-6 {
  color: #00B353;
}

.color-7 {
  color: #A7BBC9;
}

.bg-1 {
  background-color: #000;
}

.bg-2 {
  background-color: #fff;
}

.bg-3 {
  background-color: #03406B;
}

.bg-4 {
  background-color: #EAF1FE;
}

.bg-5 {
  background-color: #DC0000;
}

.bg-6 {
  background-color: #00B353;
}

.bg-7 {
  background-color: #A7BBC9;
}

/**
 * Swiper 5.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 3, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
      flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
      align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==================================================
    =SASS CSS
===================================================== */
/* ==================================================
    =Styles
===================================================== */
body {
  font-family: "IstokWeb", sans-serif;
  color: #000;
  -webkit-text-size-adjust: none;
}

/* ==================================================
    =Mixins
===================================================== */
/* ==================================================
    =General classes for usage
===================================================== */
/* apply a natural box layout model to all elements */
/* http://paulirish.com/2012/box-sizing-border-box-ftw/ */
/* Buggy in IE7, avoid if developing for IE7 */
* {
  box-sizing: border-box;
}

/* Table */
table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

table td, table th {
  vertical-align: middle;
}

/* Normal form */
.normal-form input[type=text],
.normal-form input[type=password],
.normal-form input[type=datetime],
.normal-form input[type=datetime-local],
.normal-form input[type=date],
.normal-form input[type=month],
.normal-form input[type=time],
.normal-form input[type=week],
.normal-form input[type=number],
.normal-form input[type=email],
.normal-form input[type=url],
.normal-form input[type=search],
.normal-form input[type=tel],
.normal-form input[type=color],
.normal-form textarea,
.normal-form select {
  -webkit-appearance: none;
}

.normal-form textarea {
  overflow: auto;
}

.normal-form input[type=text]:focus,
.normal-form input[type=password]:focus,
.normal-form input[type=datetime]:focus,
.normal-form input[type=datetime-local]:focus,
.normal-form input[type=date]:focus,
.normal-form input[type=month]:focus,
.normal-form input[type=time]:focus,
.normal-form input[type=week]:focus,
.normal-form input[type=number]:focus,
.normal-form input[type=email]:focus,
.normal-form input[type=url]:focus,
.normal-form input[type=search]:focus,
.normal-form input[type=tel]:focus,
.normal-form input[type=color]:focus,
.normal-form textarea:focus,
.normal-form select:focus {
  outline: none;
}

/* ==================================================
    =Typography
===================================================== */
a {
  text-decoration: none;
}

/* Styling */
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup {
  vertical-align: text-top;
  font-size: 75%;
}

sub {
  vertical-align: bottom;
  font-size: 75%;
}

blockquote {
  font-style: italic;
}

/* ==================================================
    =High def devices
===================================================== */
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  opacity: 0;
  transition: opacity 0.5s;
}
body.loaded {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6, p, li {
  color: #000;
}

#app {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.main {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.homepage .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header {
  padding: 20px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 100;
  background-color: #A7BBC9;
}

.header-container {
  max-width: 1790px;
  width: 94%;
  margin: 0 auto;
}

.header-logo {
  width: 136px;
}

.header-logo-text {
  width: 73%;
  margin: -8px auto 0;
  font-size: 9px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.header-nav {
  margin-left: 64px;
}
.header-nav .nav-btn {
  margin-right: 15px;
}
.header-nav .nav-btn:last-child {
  margin-right: 0;
}

.nav-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 44px;
  padding: 8px 27px;
  min-width: 134px;
  border-radius: 24px;
  margin-right: 15px;
  transition: background-color 0.35s ease;
}
.nav-btn.bg-3 .nav-btn-icon {
  fill: #fff;
}
.nav-btn.active, .nav-btn:hover {
  background-color: #03406B;
}
.nav-btn.active .nav-btn-icon, .nav-btn:hover .nav-btn-icon {
  fill: #fff;
}
.nav-btn.active .nav-btn-text, .nav-btn:hover .nav-btn-text {
  color: #fff;
}

.nav-btn-icon {
  fill: #000;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  transition: fill 0.35s ease;
}

.nav-btn-text {
  font-size: 16px;
  transition: color 0.35s ease;
}

.header-right .util-btn {
  margin-right: 18px;
}
.header-right .util-btn:last-child {
  margin-right: 0;
}

.util-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 6px;
}
.util-btn:hover .util-btn-text {
  color: #03406B;
}
.util-btn:hover .util-btn-icon {
  fill: #03406B;
}

.util-btn-text {
  transition: color 0.35s ease;
}

.util-btn-icon {
  fill: #000;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  transition: fill 0.35s ease;
}

.lang-btn form {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.lang-btn select {
  font-family: "IstokWeb", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  padding-right: 24px;
  border: none;
  transition: color 0.35s ease;
  cursor: pointer;
}
.lang-btn select:hover {
  color: #03406B;
}
.lang-btn option {
  font-family: "IstokWeb", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.lang-btn svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.header-cart:hover .cart-btn-icon {
  fill: #03406B;
}
.header-cart:hover .cart-modal {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cart-widget-btn {
  display: block;
  padding-top: 6px;
  padding-right: 8px;
}

.cart-modal {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
}

.modal-decor {
  top: -22px;
  right: 30px;
  width: 24px;
  height: 22px;
  background-image: url("../img//icons/triangle.png");
  background-size: 24px 15px;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 1;
}

.cart-btn-icon {
  fill: #000;
  width: 24px;
  height: 24px;
  transition: fill 0.35s ease;
}

.cart-btn-amount {
  left: 14px;
  bottom: 12px;
}
.cart-btn-amount:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-color: #EAF1FE;
  border-radius: 50%;
}

.cart-amount-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-width: 16px;
  min-height: 16px;
  padding: 1px;
  border-radius: 50%;
  background-color: #03406B;
  box-sizing: content-box;
  white-space: nowrap;
}
.cart-amount-inner:before {
  content: "";
  display: inline-block;
  height: 0;
  padding-top: 100%;
  vertical-align: middle;
}

.cart-amount-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  line-height: 1;
}

.cart-modal {
  width: 267px;
  top: 50px;
  right: -26px;
  border: 1px solid #000;
  padding: 14px 16px 20px;
}

.modal-item {
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}

.modal-item-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  width: calc(100% - 50px);
  padding-right: 10px;
}

.modal-item-pic {
  width: 56px;
  height: 56px;
}
.modal-item-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: auto;
}

.modal-item-info {
  width: calc(100% - 66px);
  padding-right: 10px;
}

.modal-item-controls {
  width: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.modal-remove-btn {
  padding: 2px;
}
.modal-remove-btn svg {
  width: 12px;
  height: 12px;
  stroke: #000;
}

.modal-total {
  margin-top: 5px;
}

.hamburger-wrap {
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
.hamburger-wrap.active .hamburger-line {
  transform: scaleX(0);
}
.hamburger-wrap.active .hamburger-line:nth-child(1) {
  transition-delay: 0.1s;
}
.hamburger-wrap.active .hamburger-line:nth-child(2) {
  transition-delay: 0.2s;
  transform: translateY(-50%) scaleX(0);
}
.hamburger-wrap.active .hamburger-line:nth-child(3) {
  transition-delay: 0.3s;
}
.hamburger-wrap.active .x-hamburger-line:nth-child(1) {
  top: 0;
  transform: rotate(45deg) scaleX(1);
  transition-delay: 0.4s;
}
.hamburger-wrap.active .x-hamburger-line:nth-child(2) {
  bottom: 0;
  transform: rotate(-45deg) scaleX(1);
  transition-delay: 0.5s;
}

.hamburger-line {
  height: 3px;
  border-radius: 2px;
  position: absolute;
  right: 0;
  transition: transform 0.5s;
  transform-origin: 100% 50%;
}
.hamburger-line:nth-child(1) {
  top: 0;
  width: 100%;
  transition-delay: 0.3s;
}
.hamburger-line:nth-child(2) {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition-delay: 0.2s;
}
.hamburger-line:nth-child(3) {
  width: 50%;
  bottom: 0;
  transition-delay: 0.1s;
}

.x-hamburger-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: 4px;
}

.x-hamburger-line {
  height: 3px;
  width: 25px;
  border-radius: 1px;
  position: absolute;
  left: 0;
  transition: transform 0.5s;
  transform-origin: 0 50%;
}
.x-hamburger-line:nth-child(1) {
  top: 0;
  transform: rotate(45deg) scaleX(0);
}
.x-hamburger-line:nth-child(2) {
  bottom: 0;
  transform: rotate(-45deg) scaleX(0);
}

.mobile-menu-wrap {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  border-top: 1px solid #000;
  width: 100%;
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.8);
}

.mobile-util-wrap {
  max-width: 300px;
  margin: 0 auto 40px;
}

.mobile-nav .nav-btn {
  display: -ms-flexbox;
  display: flex;
  max-width: 327px;
  margin: 0 auto 20px;
}
.mobile-nav .nav-btn:last-child {
  margin-bottom: 0;
}

.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 100;
}

.footer-top {
  padding: 50px 0;
}

.footer-container {
  max-width: 1300px;
  width: 94%;
  margin: 0 auto;
}

.footer-col {
  max-width: 30%;
}

.footer-col-block:not(:last-child) {
  margin-bottom: 35px;
}

.footer-logo {
  max-width: 348px;
}

.footer-logo-text {
  width: 66%;
  margin: -20px auto 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.footer-message {
  margin-bottom: 65px;
}

.footer-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.footer-text-1 {
  font-size: 14px;
}
.footer-text-1 a {
  transition: color 0.35s ease;
}
.footer-text-1 a:hover {
  color: #000;
}

.footer-text-2 {
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 10px;
}
.footer-text-2 a {
  color: inherit;
  transition: color 0.35s ease;
}
.footer-text-2 a:hover {
  color: #000;
}
.footer-text-2.limit-1 span:first-child {
  margin-right: 10px;
}
.footer-text-2.limit-2 {
  max-width: 170px;
}

.footer-bottom {
  padding: 25px 0 20px;
}

.footer-cards-wrap {
  margin-bottom: 20px;
}

.footer-card-block {
  margin: 0 25px;
}

.footer-copyright {
  pointer-events: none;
}

.site-error {
  min-height: calc(100vh - 90px);
}

.site-error-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 60px 0 110px;
  background-image: url("../img/error-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.site-error-wrap {
  max-width: 940px;
  margin: auto;
}

.error-title {
  line-height: 1.08;
}
.error-title {
  font-size: 100px;
}
@media screen and (min-width: 375px) {
  .error-title {
    font-size: calc(100px + 297 * ((100vw - 375px) / 1545));
  }
}
@media screen and (min-width: 1920px) {
  .error-title {
    font-size: 397px;
  }
}

/* ===============================================================================
    =Site css
    for importing base.scss on top of media query doc copy this : @import 'base';
=============================================================================== */
.home-search-section {
  padding: 260px 0 180px;
}

.home-search-form-wrap {
  width: 46%;
  max-width: 640px;
}

.home-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-search-form {
  max-width: 598px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.home-search-pic-wrap {
  width: 50%;
}
.home-search-pic-wrap img {
  width: 125%;
  max-width: none;
}

.home-search-content {
  width: 50%;
}

.distributors-section {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.distributors-slider {
  padding: 40px 0;
}
.distributors-slider .swiper-wrapper {
  -ms-flex-align: center;
      align-items: center;
}
.distributors-slider .slider-nav {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.distributors-slider .slider-nav svg {
  display: block;
  width: 16px;
  height: 18px;
  fill: #000;
}
.distributors-slider .btn-prev {
  cursor: pointer;
}

.home-info-section {
  margin-top: 85px;
  margin-bottom: 60px;
}

.home-info-wrap {
  max-width: 752px;
  margin: 0 auto;
}

.product-selector-section {
  margin-bottom: 55px;
}

.product-selector-wrap {
  max-width: 1564px;
  margin: 0 auto;
}

.product-selector-block {
  width: 14.28571%;
  padding: 41px 30px 40px;
}
.product-selector-block:hover .product-selector-bg {
  opacity: 1;
  visibility: visible;
}
.product-selector-block:hover .product-selector-icon {
  filter: invert(0);
}
.product-selector-block:hover .product-selector-name {
  color: #000;
}

.product-selector-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border: 1px solid #000;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.product-selector-icon {
  width: 115px;
  height: 115px;
  filter: invert(1);
  transition: filter 0.35s ease;
}

.product-selector-name {
  transition: color 0.35s ease;
}

.home-initial {
  overflow: hidden;
}

.home-modal {
  display: block;
  height: 0;
  overflow: hidden;
}

.close-modal-section {
  margin-bottom: 20px;
}

.product-search-section {
  padding: 30px 0;
}

.product-search-wrap {
  max-width: 588px;
  width: 100%;
  margin: auto;
}
.product-search-wrap .home-search-form {
  max-width: 100%;
  margin: 0;
}

.product-categories-outer {
  max-width: 1440px;
  margin: auto;
}

.product-categories-wrap {
  margin: 0 -8px;
}

.product-category-item {
  position: relative;
  margin: 0 8px;
}
.product-category-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.product-category-item.active:after, .product-category-item:hover:after {
  opacity: 1;
  visibility: visible;
}
.product-category-item a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 23px 22px 23px 16px;
}

.product-category-pic {
  width: 32px;
  height: 32px;
  filter: invert(1);
  margin-right: 8px;
}

.product-list-section {
  margin-top: 26px;
  margin-bottom: 105px;
}

.product-list-results-wrap {
  padding: 12px 22px;
  margin-bottom: 8px;
}

.results-amount {
  margin-left: 16px;
  padding: 4px;
  border: 1px solid #fff;
}

.product-list-header {
  padding: 7px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.product-col {
  position: relative;
  z-index: 2;
}
.product-col.col-1 {
  -ms-flex-preferred-size: 7%;
      flex-basis: 7%;
}
.product-col.col-2 {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  padding-right: 5px;
}
.product-col.col-3 {
  -ms-flex-preferred-size: 6%;
      flex-basis: 6%;
  padding-right: 5px;
}
.product-col.col-4 {
  -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
  padding-right: 5px;
}
.product-col.col-5 {
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
}
.product-col.col-6 {
  -ms-flex-preferred-size: 7%;
      flex-basis: 7%;
}
.product-col.col-7 {
  -ms-flex-preferred-size: 9%;
      flex-basis: 9%;
}
.product-col.col-8 {
  -ms-flex-preferred-size: 8%;
      flex-basis: 8%;
}
.product-col.col-9 {
  -ms-flex-preferred-size: 4%;
      flex-basis: 4%;
}
.product-col .tooltip-wrap {
  top: -12px;
}

.product-list-row-outer {
  padding: 8px 0;
}
.product-list-row-outer:not(:last-child) {
  border-bottom: 1px solid #000;
}

.product-list-row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 2px 15px;
}
.product-list-row:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  background-color: #EAF1FE;
  border-radius: 2px;
  border: 1px solid #000;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 1;
}
.product-list-row:hover:after {
  opacity: 1;
  visibility: visible;
}

.product-list-pic {
  width: 100%;
  padding-top: 100%;
}
.product-list-pic img {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 32px;
}

.select-amount {
  display: -ms-flexbox;
  display: flex;
}

.add-amount-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  margin-left: 8px;
  cursor: pointer;
}
.add-amount-btn:hover .add-amount-icon {
  fill: #03406B;
}

.add-amount-icon {
  width: 24px;
  height: 24px;
  fill: #000;
  transition: fill 0.35s ease;
}

.product-contact-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.product-contact-btn:hover .product-contact-icon {
  fill: #03406B;
}

.product-contact-icon {
  width: 24px;
  height: 24px;
  fill: #000;
  transition: fill 0.35s ease;
}

.product-list-load-more {
  margin-top: 24px;
}

.load-more-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 14px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: none;
  margin: 0;
  background: none;
  cursor: pointer;
  transition: color 0.35s ease;
}
.load-more-btn:hover {
  color: #03406B;
}
.load-more-btn:hover .load-more-icon {
  fill: #03406B;
}

.load-more-icon {
  width: 18px;
  height: 16px;
  fill: #000;
  transform: rotate(90deg);
  margin-right: 3px;
  transition: fill 0.35s ease;
}

.contact-section {
  padding-top: 45px;
  margin-bottom: 100px;
}

.contact-info-wrap {
  width: 45%;
  max-width: 461px;
}

.contact-info-block:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #000;
}

.contact-form-wrap {
  width: 45%;
  max-width: 461px;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid #000;
}

.contact-catalogs-wrap {
  padding: 20px 40px;
  border-radius: 20px;
  border: 1px solid #000;
}

.contact-catalog-title {
  width: 180px;
  padding-right: 20px;
}

.contact-catalog-items {
  width: calc(100% - 180px);
}

.catalog-items-inner {
  margin: 0 -35px;
}

.catalog-item {
  width: calc(33.3333333% - 70px);
  margin: 10px 35px 0;
  min-height: 44px;
  padding-left: 62px;
}

.catalog-icon {
  top: 0;
  left: 0;
  display: block;
  width: 46px;
  height: 44px;
  fill: #03406B;
}

.privacy-section {
  padding: 36px 0 120px;
}

.privacy-wrap {
  max-width: 754px;
  margin: auto;
}

.privacy-block {
  margin-bottom: 35px;
}

.form-message-icon svg {
  width: 56px;
  height: 56px;
}

.profile-section {
  padding-top: 36px;
  margin-bottom: 110px;
}

.profile-info-wrap {
  margin-bottom: 65px;
}

.profile-btns-wrap .btn-1:not(:last-child) {
  margin-right: 22px;
  margin-bottom: 10px;
}

.login-section {
  padding: 100px 0;
}

.login-form {
  max-width: 428px;
  padding: 30px;
  border-radius: 2px;
  border: 1px solid #000;
  margin: 0 auto;
}

.login-input-btns {
  margin-bottom: 14px;
}

.orders-list-header {
  padding: 7px 15px;
}

.orders-list-row-outer {
  padding: 8px 0;
}
.orders-list-row-outer:not(:last-child) {
  border-bottom: 1px solid #000;
}

.orders-list-row {
  position: relative;
  padding: 2px 15px;
}
.orders-list-row:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  background-color: #EAF1FE;
  border-radius: 2px;
  border: 1px solid #000;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 1;
}
.orders-list-row:hover:after {
  opacity: 1;
  visibility: visible;
}

.orders-col {
  position: relative;
  width: 22%;
  z-index: 2;
}
.orders-col.col-4 {
  text-align: right;
}

.order-list-load-more {
  margin-top: 30px;
}

.cart-section {
  margin-top: 36px;
  margin-bottom: 112px;
}

.cart-intro {
  width: 94%;
}

.cart-list-wrap {
  margin-bottom: 55px;
}
.cart-list-wrap.type-2 .cart-list-row {
  padding: 8px 15px;
}
.cart-list-wrap.type-2 .cart-col.col-2 {
  text-align: left;
}

.cart-list-header {
  padding: 7px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.cart-col {
  position: relative;
  z-index: 2;
}
.cart-col.col-1 {
  -ms-flex-preferred-size: 8%;
      flex-basis: 8%;
}
.cart-col.col-2 {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  text-align: center;
}
.cart-col.col-3 {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  padding: 0 10px;
}
.cart-col.col-4 {
  -ms-flex-preferred-size: 12%;
      flex-basis: 12%;
  text-align: right;
}
.cart-col.col-5 {
  -ms-flex-preferred-size: 8%;
      flex-basis: 8%;
  text-align: center;
}
.cart-col.col-6 {
  -ms-flex-preferred-size: 9%;
      flex-basis: 9%;
  text-align: right;
}
.cart-col.col-7 {
  -ms-flex-preferred-size: 7%;
      flex-basis: 7%;
  text-align: right;
}

.cart-list-row-outer {
  padding: 8px 0;
}
.cart-list-row-outer:not(:last-child) {
  border-bottom: 1px solid #000;
}

.cart-list-row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 2px 15px;
}
.cart-list-row:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  background-color: #EAF1FE;
  border-radius: 2px;
  border: 1px solid #000;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 1;
}
.cart-list-row:hover:after {
  opacity: 1;
  visibility: visible;
}

.cart-list-amount {
  width: 24px;
  padding: 3px 0;
  text-align: center;
  margin: 4px 0;
  border: 1px solid #000;
  background-color: #fff;
  cursor: default;
}

.cart-control {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
}

.cart-control-btn:hover svg {
  fill: #03406B;
}
.cart-control-btn.remove svg {
  transform: rotate(180deg);
}
.cart-control-btn svg {
  display: inline-block;
  width: 12px;
  height: 10px;
  fill: #000;
  transition: fill 0.35s ease;
}

.cart-remove-btn {
  display: inline-block;
  padding: 2px;
}
.cart-remove-btn svg {
  display: block;
  width: 12px;
  height: 12px;
  stroke: #000;
}

.cart-shipping-row-outer {
  padding: 8px 0;
  border-bottom: 1px solid #000;
}

.cart-shipping-row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 2px 15px;
}

.cart-shipping-col.col-1 {
  -ms-flex-preferred-size: 64%;
      flex-basis: 64%;
}
.cart-shipping-col.col-1 .select-1 {
  max-width: 283px;
}
.cart-shipping-col.col-2 {
  -ms-flex-preferred-size: 12%;
      flex-basis: 12%;
  text-align: right;
}
.cart-shipping-col.col-3 {
  -ms-flex-preferred-size: 8%;
      flex-basis: 8%;
  text-align: center;
}
.cart-shipping-col.col-4 {
  -ms-flex-preferred-size: 9%;
      flex-basis: 9%;
  text-align: right;
}
.cart-shipping-col.col-5 {
  -ms-flex-preferred-size: 7%;
      flex-basis: 7%;
  text-align: right;
}

.cart-total-row {
  padding-top: 15px;
}

.cart-total-inner {
  max-width: 210px;
  margin-left: auto;
}

.cart-total-top {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}

.cart-total-bottom {
  border: 1px solid #000;
  border-radius: 2px;
  padding: 4px 8px;
}

.payment-info-section {
  margin-bottom: 112px;
}

.payment-info-intro {
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  margin-bottom: 23px;
}

.payment-info-wrap {
  margin-bottom: 60px;
}

.payment-info-items {
  margin: 0 -12px;
}

.payment-info-col {
  width: calc(33.3333333% - 24px);
  margin: 0 12px;
}

.payment-info-col-2 {
  width: calc(66.6666666% - 24px);
  margin: 0 12px;
  padding-right: 28px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.payment-info-col-3 {
  width: calc(100% - 24px);
  margin: 0 12px 20px;
}

.payment-cards-wrap {
  max-width: 644px;
  margin-left: auto;
}

.payment-card-item {
  margin-top: 20px;
  padding: 0 16px;
  width: 14.2857142857%;
}
.payment-card-item img {
  display: block;
  max-width: 60px;
  width: 100%;
  margin: auto;
}

.order-detail-section {
  margin-top: 36px;
  margin-bottom: 95px;
}

.order-status-item {
  margin: 0 28px 20px;
}

.order-status-block {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-width: 204px;
  min-height: 56px;
  padding: 10px 20px;
  border-radius: 2px;
  border: 1px solid #000;
}
.order-status-block .type-1 {
  stroke: #03406B;
}
.order-status-block .type-2 {
  stroke: #DC0000;
}
.order-status-block svg {
  width: 23px;
  height: 20px;
  margin-right: 24px;
}

.order-info-block {
  width: 33.33333333%;
}
.order-info-block:nth-child(2) .order-info-inner {
  margin: auto;
}
.order-info-block:nth-child(3) .order-info-inner {
  margin-left: auto;
}

.order-info-inner {
  max-width: 80%;
}

.order-info-title {
  padding-bottom: 14px;
  border-bottom: 1px solid #000;
  margin-bottom: 23px;
}

/* ==================================================
    =Media Queries
===================================================== */
@media only screen and (max-width: 1400px) {
  .home-search-section {
    padding: 160px 0 60px;
  }

  .product-selector-block {
    padding: 15px;
  }

  .product-selector-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
  }

  .product-category-pic {
    width: 26px;
    height: 26px;
    margin-right: 8px;
  }

  .product-category-name {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-nav {
    margin-left: 35px;
  }

  .home-search-content {
    width: 100%;
  }

  .distributors-section .container-1 {
    width: 97%;
    padding: 0;
    margin-right: 0;
  }

  .distributors-slider .swiper-container {
    padding-left: 40px;
  }
  .distributors-slider .slider-nav {
    display: block;
  }

  .contact-catalog-title {
    width: 100%;
    margin-bottom: 10px;
  }

  .contact-catalog-items {
    width: 100%;
  }

  .Firefox .product-categories-wrap {
    scrollbar-color: #EAF1FE transparent;
    scrollbar-width: thin;
  }

  .Edge .product-categories-wrap::-webkit-scrollbar,
.Chrome .product-categories-wrap::-webkit-scrollbar,
.Safari .product-categories-wrap::-webkit-scrollbar,
.Opera .product-categories-wrap::-webkit-scrollbar {
    width: 6px;
    height: 10px;
  }
  .Edge .product-categories-wrap::-webkit-scrollbar-track,
.Chrome .product-categories-wrap::-webkit-scrollbar-track,
.Safari .product-categories-wrap::-webkit-scrollbar-track,
.Opera .product-categories-wrap::-webkit-scrollbar-track {
    background: transparent;
  }
  .Edge .product-categories-wrap::-webkit-scrollbar-thumb,
.Chrome .product-categories-wrap::-webkit-scrollbar-thumb,
.Safari .product-categories-wrap::-webkit-scrollbar-thumb,
.Opera .product-categories-wrap::-webkit-scrollbar-thumb {
    background: #b9d1fc;
    border-radius: 5px;
  }
  .Edge .product-categories-wrap::-webkit-scrollbar-thumb:hover,
.Chrome .product-categories-wrap::-webkit-scrollbar-thumb:hover,
.Safari .product-categories-wrap::-webkit-scrollbar-thumb:hover,
.Opera .product-categories-wrap::-webkit-scrollbar-thumb:hover {
    background: #89b0f9;
  }

  .product-categories-wrap {
    display: block;
    width: 100%;
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
  }

  .product-category-item {
    margin-left: 0;
  }
  .product-category-item:last-child {
    margin-right: 0;
  }

  .product-selector-block {
    width: 25%;
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .header-nav {
    display: none;
  }

  .header-right {
    display: none;
  }

  .hamburger-wrap {
    display: block;
  }

  .mobile-menu-wrap {
    display: block;
  }

  .footer-col {
    max-width: 100%;
    width: 47%;
  }
  .footer-col.main-col {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-message {
    margin-bottom: 0;
  }

  .footer-logo {
    margin-bottom: 40px;
  }

  .footer-copyright {
    margin-top: 20px;
  }

  .product-selector-icon {
    width: 60px;
    height: 60px;
  }

  .product-selector-name {
    font-size: 16px;
  }

  .product-list-results-wrap {
    margin-bottom: 0;
  }

  .product-list-header {
    display: none;
  }

  .product-list-row-outer {
    padding: 8px 14px;
  }

  .product-list-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 8px 0;
    margin: 0 -10px;
  }

  .product-col {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    padding: 0 !important;
    margin: 0 10px 20px;
  }
  .product-col:before {
    content: attr(data-label);
    display: block;
    font-size: 16px;
    font-family: "IstokWeb", sans-serif;
    color: #000;
    margin-bottom: 4px;
  }
  .product-col.col-1 {
    width: 32px;
    padding: 0 8px;
  }
  .product-col.col-2, .product-col.col-3 {
    width: auto;
    max-width: calc(50% - 46px);
  }
  .product-col.col-4 {
    width: 100%;
  }
  .product-col.col-5, .product-col.col-6, .product-col.col-7, .product-col.col-8, .product-col.col-9 {
    width: calc(33.333333% - 20px);
  }
  .product-col .text-2 {
    font-size: 18px;
  }
  .product-col .text-3 {
    font-size: 18px;
    text-align: left;
  }
  .product-col .tooltip-wrap {
    top: -5px;
  }

  .input-2 input {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .product-list-pic {
    padding-top: 0;
  }
  .product-list-pic img {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
  }

  .add-amount-icon {
    width: 34px;
    height: 34px;
  }

  .product-contact-icon {
    width: 34px;
    height: 34px;
  }

  .cart-col.col-2 {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
  .cart-col.col-3 {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }

  .cart-shipping-col.col-1 {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }

  .payment-card-item {
    padding: 0 5px;
  }

  .tooltip-text {
    left: 0;
    transform: none;
  }
}
@media only screen and (max-width: 800px) {
  [class*=container-] {
    width: 100%;
    padding: 0 14px;
  }

  .home-search-form-wrap {
    width: 100%;
    max-width: 100%;
  }

  .home-search-pic-wrap {
    width: 100%;
    position: relative;
    left: -14px;
  }
  .home-search-pic-wrap img {
    width: 130%;
  }

  .product-selector-block {
    width: 33.333334%;
  }

  .distributors-slider .swiper-slide {
    width: auto;
  }

  .contact-info-wrap,
.contact-form-wrap {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .contact-info-block:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .contact-catalogs-wrap {
    padding: 20px;
  }

  .catalog-items-inner {
    margin: 0 -20px;
  }

  .catalog-item {
    width: calc(33.3333333% - 40px);
    margin: 10px 20px 0;
  }

  .product-category-item a {
    padding: 12px 16px;
  }

  .product-category-pic {
    width: 24px;
    height: 24px;
  }

  .cart-list-header {
    display: none;
  }

  .cart-list-wrap {
    border-top: 10px solid #000;
  }
  .cart-list-wrap.type-2 {
    margin-bottom: 40px;
  }
  .cart-list-wrap.type-2 .cart-list-row {
    padding: 8px 0;
  }

  .cart-list-row-outer {
    padding: 8px 14px;
  }

  .cart-list-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 8px 0;
    padding-right: 40px;
    margin: 0 -10px;
  }

  .cart-col {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    padding: 0 !important;
    text-align: left !important;
    margin: 0 10px 20px;
  }
  .cart-col:before {
    content: attr(data-label);
    display: block;
    font-size: 16px;
    font-family: "IstokWeb", sans-serif;
    color: #000;
    margin-bottom: 4px;
  }
  .cart-col.col-1, .cart-col.col-2, .cart-col.col-3, .cart-col.col-4, .cart-col.col-5, .cart-col.col-6 {
    width: calc(33.333333% - 20px);
  }
  .cart-col.col-7 {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    margin: 0;
  }
  .cart-col .text-2 {
    font-size: 18px;
  }
  .cart-col .text-3 {
    font-size: 18px;
    text-align: left;
  }

  .cart-control {
    margin-left: 12px;
  }

  .cart-shipping-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin: 0 -10px;
  }

  .cart-shipping-col {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    width: auto;
    text-align: left;
    padding-right: 10px;
    margin: 0 10px;
  }
  .cart-shipping-col:before {
    content: attr(data-label);
    text-align: left;
    display: block;
    font-size: 16px;
    font-family: "IstokWeb", sans-serif;
    color: #000;
    margin-bottom: 4px;
  }
  .cart-shipping-col.col-1 {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .cart-shipping-col.col-5 {
    display: none;
  }
  .cart-shipping-col .text-2 {
    font-size: 18px;
  }
  .cart-shipping-col .text-3 {
    font-size: 18px;
    text-align: left;
  }

  .payment-info-col {
    width: calc(50% - 24px);
  }
  .payment-info-col:last-child {
    width: calc(100% - 24px);
  }

  .payment-info-col-2 {
    width: calc(100% - 24px);
    padding: 0;
  }

  .payment-cards-wrap {
    max-width: 100%;
  }

  .order-info-wrap {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .order-info-block {
    width: 46%;
  }

  .order-info-inner {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .catalog-item {
    width: 100%;
    margin-top: 20px;
  }

  .cart-col.col-1, .cart-col.col-2, .cart-col.col-3, .cart-col.col-4, .cart-col.col-5, .cart-col.col-6 {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 480px) {
  .footer-col {
    width: 44%;
  }

  .footer-col-block:not(:last-child) {
    margin-bottom: 15px;
  }

  .footer-logo {
    margin-bottom: 30px;
  }

  .footer-title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .footer-text-1 {
    font-size: 12px;
  }

  .footer-text-2 {
    font-size: 12px;
  }
  .footer-text-2.limit-1 {
    max-width: 150px;
  }
  .footer-text-2.limit-2 {
    max-width: 100px;
  }

  .footer-copyright {
    margin-top: 20px;
  }

  .product-selector-wrap {
    padding: 0 14px;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .product-selector-block {
    width: calc(50% - 7px);
    padding: 20px;
    margin-bottom: 14px;
  }

  .product-selector-bg {
    border-radius: 14px;
  }

  .product-selector-icon {
    width: 31vw;
    height: 31vw;
    max-width: 115px;
    max-height: 115px;
    margin-bottom: 25px;
  }

  .product-selector-name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  .product-selector-name {
    font-size: calc(16px + 4 * ((100vw - 320px) / 55));
  }
}
@media only screen and (max-width: 480px) and (min-width: 375px) {
  .product-selector-name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .distributors-slider {
    padding: 26px 0;
  }
}
@media only screen and (max-width: 480px) {
  .home-info-section {
    margin-top: 50px;
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-section {
    padding-top: 30px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-form-wrap {
    padding: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .profile-section {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .login-section {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 480px) {
  .login-form {
    padding: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .privacy-block {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .product-list-section {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .product-col {
    margin-bottom: 12px;
  }
  .product-col:before {
    font-size: 13px;
  }
  .product-col.col-5 {
    width: 100%;
  }
  .product-col.col-5:before {
    display: inline;
    margin-right: 10px;
  }
  .product-col.col-5 p {
    display: inline;
  }
  .product-col.col-6, .product-col.col-7, .product-col.col-8, .product-col.col-9 {
    width: calc(50% - 20px);
  }
  .product-col .text-2,
.product-col .text-3 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .input-2 input {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .add-amount-icon {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .product-contact-icon {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .cart-col {
    margin-bottom: 12px;
  }
  .cart-col:before {
    font-size: 13px;
  }
  .cart-col.col-1, .cart-col.col-2, .cart-col.col-3 {
    width: 100%;
  }
  .cart-col.col-4, .cart-col.col-5, .cart-col.col-6 {
    width: auto;
    max-width: calc(50% - 20px);
  }
  .cart-col .text-2,
.cart-col .text-3 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .cart-shipping-col {
    margin-bottom: 12px;
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    width: auto;
    margin: 0 10px;
  }
  .cart-shipping-col:before {
    font-size: 13px;
  }
  .cart-shipping-col .text-2,
.cart-shipping-col .text-3 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .payment-info-section {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .payment-info-wrap {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .payment-info-col {
    width: calc(100% - 24px);
  }
}
@media only screen and (max-width: 480px) {
  .cart-total-inner {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .payment-card-item {
    width: 20%;
  }
}
@media only screen and (max-width: 480px) {
  .orders-list-header {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .orders-col {
    width: 48%;
    margin-bottom: 15px;
  }
  .orders-col.col-4 {
    text-align: left;
  }
  .orders-col:before {
    content: attr(data-label);
    text-align: left;
    display: block;
    font-size: 13px;
    font-family: "IstokWeb", sans-serif;
    color: #000;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 480px) {
  .order-detail-section {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .order-info-block {
    width: 100%;
  }
}
