/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: none; /* (!) */
  -moz-text-size-adjust: none; /* (!) */
  -ms-text-size-adjust: none; /* (!) */
  text-size-adjust: none; /* (!) */
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  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;
}

.jBox-wrapper {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jBox-container, .jBox-content, .jBox-title {
  position: relative;
  word-break: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jBox-container {
  background: #fff;
}

.jBox-content {
  padding: 14px 17px 14px 18px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

@media only screen and (max-width: 1024px) {
  .jBox-content {
    padding: 13px 16px 13px 17px;
    font-size: 16rem;
  }
}  

@media only screen and (max-width: 480px) {
  .jBox-content {
    padding: 8px 12px;
    font-size: 14rem;
  }
}

.jBox-footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jBox-Mouse .jBox-container, .jBox-Tooltip .jBox-container {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.jBox-Mouse .jBox-title, .jBox-Tooltip .jBox-title {
  padding: 8px 10px 0;
  font-weight: 700;
}

.jBox-Mouse.jBox-hasTitle .jBox-content, .jBox-Tooltip.jBox-hasTitle .jBox-content {
  padding-top: 5px;
}

.jBox-Mouse {
  pointer-events: none;
}

.jBox-pointer {
  position: absolute;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jBox-pointer:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jBox-pointer-top {
  top: 0;
}

.jBox-pointer-top:after {
  left: 5px;
  top: 6px;
  -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.15);
}

.jBox-pointer-right {
  right: 0;
}

.jBox-pointer-right:after {
  top: 5px;
  right: 6px;
  -webkit-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.15);
}

.jBox-pointer-left {
  left: 0;
}

.jBox-pointer-left:after {
  top: 5px;
  left: 6px;
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
}

.jBox-pointer-bottom {
  bottom: 0;
}

.jBox-pointer-bottom:after {
  left: 5px;
  bottom: 6px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.jBox-pointer-bottom, .jBox-pointer-top {
  width: 30px;
  height: 12px;
}

.jBox-pointer-left, .jBox-pointer-right {
  width: 12px;
  height: 30px;
}

.jBox-Modal .jBox-container {
  border-radius: 4px;
}

.jBox-Modal .jBox-container, .jBox-Modal.jBox-closeButton-box:before {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4);
}

.jBox-Modal .jBox-content {
  padding: 15px 20px;
}

.jBox-Modal .jBox-title {
  border-radius: 4px 4px 0 0;
  padding: 15px 20px;
  background: #fafafa;
  border-bottom: 1px solid #eee;
}

.jBox-Modal.jBox-closeButton-title .jBox-title {
  padding-right: 65px;
}

.jBox-Modal .jBox-footer {
  border-radius: 0 0 4px 4px;
}

.jBox-closeButton {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jBox-closeButton svg {
  position: absolute;
  top: 50%;
  right: 50%;
}

.jBox-closeButton path {
  fill: #aaa;
  -webkit-transition: fill .2s;
  transition: fill .2s;
}

.jBox-closeButton:hover path {
  fill: #888;
}

.jBox-overlay .jBox-closeButton {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}

.jBox-overlay .jBox-closeButton svg {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: -10px;
}

.jBox-overlay .jBox-closeButton path {
  fill: #ddd;
}

.jBox-overlay .jBox-closeButton:hover path {
  fill: #fff;
}

.jBox-closeButton-title .jBox-closeButton {
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
}

.jBox-closeButton-title svg {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-right: -6px;
}

.jBox-closeButton-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jBox-closeButton-box .jBox-closeButton {
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
}

.jBox-closeButton-box .jBox-closeButton svg {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-right: -5px;
}

.jBox-closeButton-box:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.jBox-closeButton-box.jBox-pointerPosition-top:before {
  top: 5px;
}

.jBox-closeButton-box.jBox-pointerPosition-right:before {
  right: 2px;
}

.jBox-Modal.jBox-hasTitle.jBox-closeButton-box .jBox-closeButton {
  background: #fafafa;
}

.jBox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
}

.jBox-footer {
  background: #fafafa;
  border-top: 1px solid #eee;
  padding: 8px 10px;
  border-radius: 0 0 3px 3px;
}

body[class*=" jBox-blockScroll-"], body[class^=jBox-blockScroll-] {
  overflow: hidden;
}

.jBox-draggable {
  cursor: move;
}

@-webkit-keyframes jBoxLoading {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes jBoxLoading {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.jBox-loading .jBox-content {
  opacity: .2;
}

.jBox-loading-spinner .jBox-content {
  min-height: 38px !important;
  min-width: 38px !important;
  opacity: 0;
}

.jBox-spinner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

.jBox-spinner:before {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.8);
  -webkit-animation: jBoxLoading .6s linear infinite;
          animation: jBoxLoading .6s linear infinite;
}

.jBox-countdown {
  border-radius: 4px 4px 0 0;
  z-index: 0;
  background: #000;
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  overflow: hidden;
}

.jBox-countdown-inner {
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  position: absolute;
  background: #fff;
}

[class*=" jBox-animated-"], [class^=jBox-animated-] {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes jBox-tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.8) rotate(-4deg);
            transform: scale(0.8) rotate(-4deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.2) rotate(4deg);
            transform: scale(1.2) rotate(4deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.2) rotate(-4deg);
            transform: scale(1.2) rotate(-4deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

@keyframes jBox-tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.8) rotate(-4deg);
            transform: scale(0.8) rotate(-4deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.2) rotate(4deg);
            transform: scale(1.2) rotate(4deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.2) rotate(-4deg);
            transform: scale(1.2) rotate(-4deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

.jBox-animated-tada {
  -webkit-animation: jBox-tada 1s;
          animation: jBox-tada 1s;
}

@-webkit-keyframes jBox-tadaSmall {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-2deg);
            transform: scale(0.9) rotate(-2deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(2deg);
            transform: scale(1.1) rotate(2deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-2deg);
            transform: scale(1.1) rotate(-2deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

@keyframes jBox-tadaSmall {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-2deg);
            transform: scale(0.9) rotate(-2deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(2deg);
            transform: scale(1.1) rotate(2deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-2deg);
            transform: scale(1.1) rotate(-2deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

.jBox-animated-tadaSmall {
  -webkit-animation: jBox-tadaSmall 1s;
          animation: jBox-tadaSmall 1s;
}

@-webkit-keyframes jBox-flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes jBox-flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.jBox-animated-flash {
  -webkit-animation: jBox-flash .5s;
          animation: jBox-flash .5s;
}

@-webkit-keyframes jBox-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 60% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  40%, 80% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

@keyframes jBox-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 60% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  40%, 80% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

.jBox-animated-shake {
  -webkit-animation: jBox-shake .4s;
          animation: jBox-shake .4s;
}

@-webkit-keyframes jBox-pulseUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jBox-pulseUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.jBox-animated-pulseUp {
  -webkit-animation: jBox-pulseUp .25s;
          animation: jBox-pulseUp .25s;
}

@-webkit-keyframes jBox-pulseDown {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jBox-pulseDown {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.jBox-animated-pulseDown {
  -webkit-animation: jBox-pulseDown .25s;
          animation: jBox-pulseDown .25s;
}

@-webkit-keyframes jBox-popIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jBox-popIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.jBox-animated-popIn {
  -webkit-animation: jBox-popIn .25s;
          animation: jBox-popIn .25s;
}

@-webkit-keyframes jBox-popOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes jBox-popOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.jBox-animated-popOut {
  -webkit-animation: jBox-popOut .25s;
          animation: jBox-popOut .25s;
}

@-webkit-keyframes jBox-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes jBox-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.jBox-animated-fadeIn {
  -webkit-animation: jBox-fadeIn .2s;
          animation: jBox-fadeIn .2s;
}

@-webkit-keyframes jBox-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes jBox-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.jBox-animated-fadeOut {
  -webkit-animation: jBox-fadeOut .2s;
          animation: jBox-fadeOut .2s;
}

@-webkit-keyframes jBox-slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
    opacity: 0;
  }
}

@keyframes jBox-slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
    opacity: 0;
  }
}

.jBox-animated-slideUp {
  -webkit-animation: jBox-slideUp .4s;
          animation: jBox-slideUp .4s;
}

@-webkit-keyframes jBox-slideRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    opacity: 0;
  }
}

@keyframes jBox-slideRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    opacity: 0;
  }
}

.jBox-animated-slideRight {
  -webkit-animation: jBox-slideRight .4s;
          animation: jBox-slideRight .4s;
}

@-webkit-keyframes jBox-slideDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
}

@keyframes jBox-slideDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
}

.jBox-animated-slideDown {
  -webkit-animation: jBox-slideDown .4s;
          animation: jBox-slideDown .4s;
}

@-webkit-keyframes jBox-slideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    opacity: 0;
  }
}

@keyframes jBox-slideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    opacity: 0;
  }
}

.jBox-animated-slideLeft {
  -webkit-animation: jBox-slideLeft .4s;
          animation: jBox-slideLeft .4s;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  overflow: scroll;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: fixed;
  overflow: scroll;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20rem 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

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

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

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

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"),
       url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff");
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

::selection {
  color: #fff;
  background-color: #1a73dd;
}

::-webkit-input-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

h1, h2, h3, h4, h5, h6, p, ul, button {
  margin: 0;
  padding: 0;
}

h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: 600;
}

h1 {
  font-size: 52rem;
  line-height: 1.16;
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 42rem;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 33rem;
  }
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 32rem;
  }
}

@media only screen and (max-width: 360px) {
  h1 {
    font-size: 28rem;
  }
}

h2 {
  font-size: 36rem;
  color: #1b293d;
}

@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 32rem;
  }
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 30rem;
  }
}

@media only screen and (max-width: 480px) {
  h2 {
    font-size: 23rem;
  }
}

@media only screen and (max-width: 360px) {
  h2 {
    font-size: 22rem;
  }
}

h3 {
  font-size: 26rem;
}

h4 {
  font-size: 20rem;
}

.subtitle {
  margin-top: 25rem;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .subtitle {
    margin-top: 20rem;
  }
}

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

li {
  list-style-type: none;
}

input, textarea {
  display: block;
  width: 100%;
  border: 1rem solid #000;
  border-radius: 0;
}

textarea {
  resize: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

svg {
  display: block;
}

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

.grid {
  display: grid;
}

.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10rem;
  line-height: 1.25;
  -webkit-transition: .25s;
  transition: .25s;
  width: auto;
  height: 50rem;
  padding: 0 32rem;
  background-color: #333;
  color: #fff;
  border-radius: 10rem;
  min-width: 154rem;
}

@media only screen and (max-width: 480px) {
  .btn {
    width: 100%;
  }
}

.home-contacts .btn {
  padding: 0 30rem;
}

@media only screen and (max-width: 480px) {
  .home-contacts .btn {
    width: 100%;
  }
}

.btn--accent {
  background-image: -webkit-gradient(linear, left top, right top, from(#2976DE), color-stop(84.36%, #357DE1));
  background-image: linear-gradient(90deg, #2976DE 0%, #357DE1 84.36%);
}

.btn--accent:hover {
  -webkit-filter: brightness(108%);
          filter: brightness(108%);
}

.btn--accent:active {
  -webkit-filter: brightness(98%);
          filter: brightness(98%);
}

.btn--light {
  background-color: #cdcfd9;
}

.btn--light:hover {
  -webkit-filter: brightness(103%);
          filter: brightness(103%);
}

.btn--light:active {
  -webkit-filter: brightness(97%);
          filter: brightness(97%);
}

.btn.w100 {
  width: 100%;
}

.btn img, .btn svg {
  width: 18rem;
}


.tac {
  text-align: center;
}

@media only screen and (max-width: 360px) {
  .home-why .container h2 {
     line-height: 1.3;
  }
}

.input-wrap input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #afb5c7;
  padding: 10rem 0;
  font-size: 17rem;
}

@media only screen and (max-width: 480px) {
  .input-wrap input {
    font-size: 14rem;
  }
}  

.input-wrap input::-webkit-input-placeholder {
  color: #858993;
}

.input-wrap input:-ms-input-placeholder {
  color: #858993;
}

.input-wrap input::-ms-input-placeholder {
  color: #858993;
}

.input-wrap input::placeholder {
  color: #858993;
}

.input-wrap input.error {
  border-bottom-color: red;
}

.input-wrap input:focus {
  border-color: #1b293d;
}

.input-wrap input:not(:placeholder-shown) {
  border-color: #1b293d;
}

.input-wrap label.error {
  color: red;
  font-size: 15rem;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .input-wrap label.error {
  font-size: 13rem;
  }
}

.checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-wrap label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 6rem;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .checkbox-wrap label {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.checkbox-wrap label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 10rem;
  opacity: 0;
}

.checkbox-wrap label input:checked ~ span.checkbox::after {
  opacity: 1;
}

.checkbox-wrap label input.error ~ span.checkbox {
  border: 1px solid red;
}

.checkbox-wrap label span.checkbox {
  display: block;
  width: 17rem;
  height: 17rem;
  min-width: 17rem !important;
  background-color: #eaecf2;
  border-radius: 4rem;
  position: relative;
  z-index: 1;
}

.checkbox-wrap label span.checkbox::after {
  content: "";
  display: block;
  position: absolute;
  width: 15rem;
  height: 15rem;
  background-image: url("../img/ic-check.svg");
  background-repeat: no-repeat;
  top: 2rem;
  right: -2rem;
  opacity: 0;
}

@media only screen and (max-width: 1024px) {
  .checkbox-wrap label span.checkbox { 
  width: 15rem;
  height: 15rem;
  }
}
    
@media only screen and (max-width: 1024px) {    
  .checkbox-wrap label span.checkbox::after {
    width: 14rem;
    height: 14rem;
    right: -1rem;
  }
}  

.checkbox-policy {
  font-size: 15rem;
}

@media only screen and (max-width: 1024px) {
  .checkbox-wrap label span.text {
    line-height: 1.3;
    position: relative;
    top: -2rem;
    font-size: 14rem;
  }
}

@media only screen and (max-width: 480px) {
  .checkbox-wrap label span.text {
    font-size: 13rem;
    top: -1rem;
  }
}

.checkbox-wrap label span.text a {
  color: #4e7eb7;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .checkbox-wrap label span.text a {
    display: inline;
  }
}

.checkbox-wrap label.error {
  display: none !important;
}

.cb-owner {
  margin-top: -16rem;
}

html {
  background-color: #fefefe;
  font-size: 1px;
}

@media only screen and (min-width: 2601px) {
  html {
    font-size: calc(100vw / 2600);
  }
  @supports (width: 100dvw) {
    html {
      font-size: calc(100dvw / 2600);
    }
  }
}

@media only screen and (max-width: 1400px) {
  html {
    font-size: calc(100vw / 1400);
  }
  @supports (width: 100dvw) {
    html {
      font-size: calc(100dvw / 1400);
    }
  }
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: calc(100vw / 1000);
  }
  @supports (width: 100dvw) {
    html {
      font-size: calc(100dvw / 1000);
    }
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 768);
  }
  @supports (width: 100dvw) {
    html {
      font-size: calc(100dvw / 768);
    }
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: calc(100vw / 480);
  }
  @supports (width: 100dvw) {
    html {
      font-size: calc(100dvw / 480);
    }
  }
}

@media only screen and (max-width: 360px) {
  html {
    font-size: calc(100vw / 360);
  }
  @supports (width: 100dvw) {
    html {
      font-size: calc(100dvw / 360);
    }
  }
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  font-family: "Montserrat", sans-serif;
  font-size: 17rem;
  font-weight: 500;
  line-height: 1.5;
  color: #152233;
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 14rem;
  }
}

body.oh {
  overflow: hidden;
} 

.page-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
}

.container {
  max-width: 1310rem;
  padding: 0 15rem;
  margin: 0 auto;
}

@media only screen and (max-width: 360px) {
  .container {
    padding: 0 20rem;
  }
}

main {
  position: relative;
  z-index: 1;
}

main > svg.part-angle {
  z-index: 11;
}

main > img.part-angle {
  z-index: 11;
}

header.header-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #1c2939;
  color: #fff;
  padding: 25rem 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 1024px) {
  header.header-main {
    padding: 22rem 0;
  }
}

@media only screen and (max-width: 480px) {
  header.header-main {
    padding: 15rem 0;
  }
}

header.header-main.show {
  padding: 25rem 0;
  background-color: #1c2939;
}

@media only screen and (max-width: 1024px) {
  header.header-main.show {
    padding: 22rem 0;
  }
}

@media only screen and (max-width: 480px) {
  header.header-main.show {
    padding: 15rem 0;
  }
}

header.header-main .grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr auto;
}

header.header-main .grid .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

header.header-main .grid .logo-wrap a {
  display: block;
}

header.header-main .grid .logo-wrap a span {
  color: #fff;
  font-size: 24rem;
}

@media only screen and (max-width: 768px) {
  header.header-main .grid .logo-wrap a span {
    font-size: 20rem;
  }
}

@media only screen and (max-width: 360px) {
  header.header-main .grid .logo-wrap a span {
    font-size: 19rem;
  }
}

header.header-main .grid .lang-wrap {
  line-height: 1.1;
  font-size: 15rem;
}

@media only screen and (max-width: 768px) {
  header.header-main .grid .lang-wrap {
    font-size: 14rem;
  }
}

@media only screen and (max-width: 480px) {
  header.header-main .grid .lang-wrap {
    font-size: 13rem;
  }
}

header.header-main .grid .lang-wrap ul {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 12rem;
}

@media only screen and (max-width: 1024px) {
  header.header-main .grid .lang-wrap ul {
    grid-gap: 11rem;
  }
}

@media only screen and (max-width: 480px) {
  header.header-main .grid .lang-wrap ul {
    grid-gap: 10rem;
  }
}


header.header-main .grid .lang-wrap ul li {
  position: relative;
}

header.header-main .grid .lang-wrap ul li a {
  display: block;
  color: #939599;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

header.header-main .grid .lang-wrap ul li a:hover {
  color: #1a73dd;
}

header.header-main .grid button.menu-btn {
  display: block;
  border: none;
  width: 28rem;
  height: 20rem;
  position: relative;
  background-color: transparent;
}

@media only screen and (min-width: 993px) {
  header.header-main .grid button.menu-btn {
    display: none;
  }
}

header.header-main .grid button.menu-btn.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  opacity: 0;
}

header.header-main .grid button.menu-btn.active span:nth-child(2) {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}

header.header-main .grid button.menu-btn.active span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

header.header-main .grid button.menu-btn span {
  display: block;
  position: absolute;
  height: 2rem;
  background-color: #000;
  left: 0;
  right: 0;
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

header.header-main .grid button.menu-btn span:nth-child(1) {
  top: 0;
}

header.header-main .grid button.menu-btn span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

header.header-main .grid button.menu-btn span:nth-child(3) {
  bottom: 0;
}

footer.footer-main {
  background-color: #1c2939;
  color: #939599;
  padding: 30rem 0 40rem;
}

@media only screen and (max-width: 480px) {
  footer.footer-main {
    padding: 15rem 0 30rem;
  }
}

footer.footer-main .grid {
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  footer.footer-main .grid {
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 10rem;
  }
}

footer.footer-main .email-wrap a {
  color: #c9cdd7;
}

footer.footer-main ul {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 50rem;
}

@media only screen and (max-width: 768px) {
  footer.footer-main ul {
    grid-auto-flow: row;
    grid-gap: 10rem;
  }
}

@media only screen and (max-width: 768px) {
  footer.footer-main ul li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

footer.footer-main a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

footer.footer-main a:hover {
  color: #1a73dd;
}

svg.part-angle {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  shape-rendering: geometricPrecision;
}

@media only screen and (max-width: 480px) {
  svg.part-angle {
    display: none;
  }
}

svg.part-angle.top {
  top: 0;
  -o-object-position: center top;
     object-position: center top;
}

svg.part-angle.bottom {
  bottom: 0;
  -o-object-position: center bottom;
     object-position: center bottom;
}

svg.part-angle.up {
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

img.part-angle {
  display: none;
  position: absolute;
  width: 100%;
  height: 55rem;
  z-index: 1;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 480px) {
  img.part-angle {
    display: block;
  }
}

img.part-angle.top {
  top: 0;
  -o-object-position: center top;
     object-position: center top;
}

img.part-angle.bottom {
  bottom: 0;
  -o-object-position: center bottom;
     object-position: center bottom;
}

img.part-angle.up {
  top: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.jBox-wrapper {
  max-width: 480rem;
  font-size: 16rem;
}

.popup-form {
  max-width: 600rem;
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .popup-form {
    max-width: 440rem;
  }
}

@media only screen and (max-width: 768px) {
  .popup-form {
    max-width: 400rem;
  }
}

@media only screen and (max-width: 480px) {
  .popup-form {
    max-width: 360rem;
  }
}

@media only screen and (max-width: 360px) {
  .popup-form {
    max-width: 320rem;
  }
}

.popup-form .block {
  position: relative;
  background-color: #fff;
  border-radius: 10rem;
  overflow: hidden;
}

.popup-form .block:not(.active) {
  display: none;
}

.popup-form .block .head-wrap {
  background-image: -webkit-gradient(linear, left top, right top, from(#F7F8FA), to(#F0F1F6));
  background-image: linear-gradient(90deg, #F7F8FA 0%, #F0F1F6 100%);
  text-align: center;
  position: relative;
  padding: 18rem 50rem;
  font-size: 18rem;
  font-weight: 600;
  border-radius: 0 0 10rem 10rem;
}

@media only screen and (max-width: 1024px) {
  .popup-form .block .head-wrap {
    font-size: 17rem;
  }
}

@media only screen and (max-width: 480px) {
  .popup-form .block .head-wrap {
    font-size: 14rem;
    padding: 14rem 40rem;
  }
}

@media only screen and (max-width: 1024px) {
  .popup-form .block .head-wrap span.desc {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .popup-form .block .head-wrap span.mob {
    display: none;
  }
}

.popup-form .block .head-wrap button.close {
  position: absolute;
  top: calc(50% - 17rem / 2);
  right: 21rem;
  width: 16rem;
  height: 16rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 1024px) {
  .popup-form .block .head-wrap button.close {
    width: 14rem;
    height: 14rem;
    top: 24rem;
  }
}

@media only screen and (max-width: 480px) {
  .popup-form .block .head-wrap button.close {
    width: 12rem;
    height: 12rem;
    top: 19rem;
  }
}


.popup-form .block .head-wrap button.close:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.popup-form .block .head-wrap button.close img {
  display: block;
  width: 100%;
}

.popup-form .block .content-wrap {
  padding: 35rem 50rem 40rem;
  min-height: 540rem;
  display: grid;
}

@media only screen and (max-width: 1024px) {
  .popup-form .block .content-wrap {
    padding: 30rem 20rem 20rem;
  }
}

@media only screen and (max-width: 1024px) {
  .popup-form .block .content-wrap .desctop-wrap {
    display: none;
  }
}

.popup-form .block .content-wrap .step-wrap {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  grid-gap: 30rem;
}

.popup-form .block .content-wrap .step-wrap:not(.active) {
  display: none;
}

.popup-form .block .content-wrap .step-wrap .top-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.popup-form .block .content-wrap .step-wrap .top-wrap .inputs-wrap {
  display: grid;
  grid-gap: 30rem;
}

.popup-form .block .content-wrap .step-wrap .top-wrap .select-social-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.popup-form .block .content-wrap .step-wrap .top-wrap .select-social-wrapper .title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 10rem;
}

.popup-form .block .content-wrap .step-wrap .top-wrap .select-social-wrapper .select-social-wrap {
  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;
  grid-gap: 15rem 10rem;
  border: 1px solid #dfe1e9;
  border-radius: 10rem;
  padding: 12rem 10rem;
}

.popup-form .block .content-wrap .step-wrap .top-wrap .select-social-wrapper .select-social-wrap label.item {
  width: calc(25% - 8rem);
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 12rem 1rem 10rem;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.popup-form .block .content-wrap .step-wrap .top-wrap .select-social-wrapper .select-social-wrap label.item:hover .bg {
  background-color: #f7f7fa;
}

.popup-form .block .content-wrap .step-wrap .top-wrap .select-social-wrapper .select-social-wrap label.item input {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10rem;
  height: 10rem;
  opacity: 0;
}

.popup-form .block .content-wrap .step-wrap .top-wrap .select-social-wrapper .select-social-wrap label.item input:checked ~ .bg {
  background-color: #f2f3f7;
}

.popup-form .block .content-wrap .step-wrap .top-wrap .select-social-wrapper .select-social-wrap label.item .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10rem;
  z-index: -1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.popup-form .block .content-wrap .step-wrap .top-wrap .select-social-wrapper .select-social-wrap label.item .ic-wrap img {
  display: block;
  width: 50rem;
  height: 50rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.popup-form .block .content-wrap .step-wrap .top-wrap .select-social-wrapper .select-social-wrap label.item p {
  margin-top: 10rem;
  font-size: 14rem;
  line-height: 1;
  font-weight: 500;
}

.popup-form .block .content-wrap .step-wrap .top-wrap .select-social-wrapper .select-social-wrap label.item label.error {
  display: none !important;
}

.popup-form .block .content-wrap .step-wrap .top-wrap .select-social-wrapper .checkbox-wrap {
  margin-top: 15rem;
}

.popup-form .block .content-wrap .step-wrap .top-wrap .select-social-wrapper .message-error-wrap {
  margin-top: auto;
}

.popup-form .block .content-wrap .step-wrap .top-wrap .select-social-wrapper .error-message-container {
  text-align: center;
  font-size: 14rem;
  font-weight: 500;
  color: red;
}

.popup-form .block .content-wrap .step-wrap .top-wrap .select-social-wrapper .error-message-container label {
  margin-top: 15rem;
  display: block;
}

.popup-form .block .content-wrap .step-wrap .top-wrap .select-social-wrapper .input-wrap {
  margin-top: 15rem;
}

.popup-form .block .content-wrap .step-wrap .top-wrap .select-social-wrapper .input-wrap.mt {
  margin-top: 35rem;
}

.popup-form .block .content-wrap .step-wrap .bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 14rem;
}

.popup-form .block .content-wrap .step-wrap .bottom-wrap .count-wrap {
  margin-left: auto;
  font-size: 15rem;
  color: #6e7480;
  font-weight: 500;
}

.popup-form .block .content-wrap .step-wrap .bottom-wrap .btn {
  min-width: 135rem;
  padding: 0 25rem;
}

.popup-form .block .content-wrap .mobile-wrap {
  height: 100%;
  font-weight: 500;
}

@media only screen and (min-width: 1025px) {
  .popup-form .block .content-wrap .mobile-wrap {
    display: none;
  }
}

.popup-form .block .content-wrap .mobile-wrap .top-wrap {
  display: grid;
}

@media only screen and (max-width: 1024px) {
  .popup-form .block .content-wrap .mobile-wrap .top-wrap {
    grid-gap: 30rem;
  }
}

@media only screen and (max-width: 480px) {
  .popup-form .block .content-wrap .mobile-wrap .top-wrap {
    grid-gap: 25rem;
  }
}

.popup-form .block .content-wrap .mobile-wrap .top-wrap .checkbox-wrapper .select-social-wrap {
  margin-top: 15rem;
  display: grid;
  grid-gap: 10rem;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .popup-form .block .content-wrap .mobile-wrap .top-wrap .checkbox-wrapper .select-social-wrap {
    margin-top: 5rem;
  }
}

.popup-form .block .content-wrap .mobile-wrap .top-wrap .checkbox-wrapper .select-social-wrap .error-message-container {
  color: red;
  margin-top: -15rem;
}

.popup-form .block .content-wrap .mobile-wrap .top-wrap .checkbox-wrapper .select-social-wrap label.item {
  display: block;
  position: relative;
  padding-left: 25rem;
}

.popup-form .block .content-wrap .mobile-wrap .top-wrap .checkbox-wrapper .select-social-wrap label.item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 10rem;
  opacity: 0;
}

.popup-form .block .content-wrap .mobile-wrap .top-wrap .checkbox-wrapper .select-social-wrap label.item input:checked ~ .wrap::before {
  border-color: #2f79df;
  background-color: #2f79df;

}

.popup-form .block .content-wrap .mobile-wrap .top-wrap .checkbox-wrapper .select-social-wrap label.item input:checked ~ .wrap::after {
  opacity: 1;
}

.popup-form .block .content-wrap .mobile-wrap .top-wrap .checkbox-wrapper .select-social-wrap label.item .wrap {
  border-radius: 10rem;
  background-color: #f2f2f5;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10rem;
  padding: 12rem 11rem;
}

.popup-form .block .content-wrap .mobile-wrap .top-wrap .checkbox-wrapper .select-social-wrap label.item .wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 16rem;
  height: 16rem;
  border: 1px solid #eaecf2;
  background-color: #eaecf2;
  border-radius: 50%;
  left: 0; 
  -webkit-transition: 0.25s;
  transition: 0.25s; 
}
/* border: 1px solid #c5c9d6; */

/*
.popup-form .block .content-wrap .mobile-wrap .top-wrap .checkbox-wrapper .select-social-wrap label.item .wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #2f79df;
  border-radius: 50%;
  left: 3rem;
  top: calc(50% - 10px / 2);
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
} 
*/

.popup-form .block .content-wrap .mobile-wrap .top-wrap .checkbox-wrapper .select-social-wrap label.item .wrap img {
  width: 16rem;
  height: 16rem;
}

.popup-form .block .content-wrap .mobile-wrap .top-wrap .checkbox-wrapper .select-social-wrap label.item .wrap p {
  font-size: 15rem;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .popup-form .block .content-wrap .mobile-wrap .top-wrap .checkbox-wrapper .select-social-wrap label.item .wrap p {
    font-size: 13rem;
  }
}

@media only screen and (max-width: 1024px) {
  .popup-form .block .content-wrap .mobile-wrap .bottom-wrap {
    padding-top: 35rem;
  }
}

@media only screen and (max-width: 480px) {
  .popup-form .block .content-wrap .mobile-wrap .bottom-wrap {
    padding-top: 30rem;
  }
}

.popup-form .block .content-wrap .mobile-wrap .bottom-wrap .btn-wrap {
  margin-top: 16rem;
}

.popup-form .block .content-wrap .thx-wrap {
  padding-top: 50rem;
  text-align: center;
  font-weight: 500;
}

.popup-form .block .content-wrap .thx-wrap .title {
  margin-bottom: 30rem;
}

.popup-form .block .content-wrap .thx-wrap .social-wrap {
  margin-top: 20rem;
  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;
  grid-gap: 1rem;
  border-radius: 10rem;
}

.popup-form .block .content-wrap .thx-wrap .social-wrap a {
  width: calc(23% - 1px);
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 12rem 10rem 10rem;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 1024px) {
  .popup-form .block .content-wrap .thx-wrap .social-wrap a {
    width: calc(30% - 1px);
  }
}

@media only screen and (max-width: 480px) {
  .popup-form .block .content-wrap .thx-wrap .social-wrap a {
    width: calc(33.33% - 1px);
  }
}

.popup-form .block .content-wrap .thx-wrap .social-wrap a:hover {
  background-color: #f2f3f7;
}

.popup-form .block .content-wrap .thx-wrap .social-wrap a .ic-wrap img {
  display: block;
  width: 50rem;
  height: 50rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.popup-form .block .content-wrap .thx-wrap .social-wrap a p {
  margin-top: 10rem;
  font-size: 14rem;
  line-height: 1;
  font-weight: 500;
}

.mfp-close-btn-in .mfp-close {
  display: none !important;
}

@-webkit-keyframes hand {
  0%, 100% {
    -webkit-transform: translate(5rem, 0);
            transform: translate(5rem, 0);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes hand {
  0%, 100% {
    -webkit-transform: translate(5rem, 0);
            transform: translate(5rem, 0);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.home-welcome {
  background-color: #1c2939;
  padding: 100rem 0;
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: -1531;
}

.linebg {
  margin-left: auto;
  width: 96%;
  background-color: #fefefe;
  height: 2px;
  margin-top: -1px;
}

@media only screen and (max-width: 480px) {
  .linebg {
    width: 100%;
  }
}

.linebgblue {
  margin-right: auto;
  width: 94%;
  background-color: #1c2939;
  height: 3px;
  margin-bottom: -1px;
}

@media only screen and (max-width: 768px) {
  .linebgblue {
    width: 93%;
  }
}

@media only screen and (max-width: 480px) {
  .linebgblue {
    width: 100%;
  }
}

.linebgblue2 {
  margin-right: auto;
  width: 94%;
  background-color: #1c2939;
  height: 3px;
  margin-bottom: -1px;
}

@media only screen and (max-width: 768px) {
  .linebgblue2 {
    height: 3px;
    width: 93%;
  }
}

@media only screen and (max-width: 480px) {
  .linebgblue2 {
    width: 100%;
  }
}

.bs-black-bottom {
  z-index: 2;    
  position: absolute; 
  width: 350rem;
  -webkit-box-shadow: 0px -20px 100px 17px rgba(27,  41,  61, 0.3);
  -moz-box-shadow: 0px -20px 100px 17px rgba(27,  41,  61, 0.3);
  box-shadow: 0px -20px 100px 17px rgba(27,  41,  61, 0.3);
}

@media only screen and (max-width: 1024px) {
  .bs-black-bottom {
    width: 340rem;
    -webkit-box-shadow: 0px -15px 100px 17px rgba(27,  41,  61, 0.3);
    -moz-box-shadow: 0px -15px 100px 17px rgba(27,  41,  61, 0.3);
    box-shadow: 0px -15px 100px 17px rgba(27,  41,  61, 0.3);
  }
}

@media only screen and (max-width: 480px) {
  .bs-black-bottom {
    -webkit-box-shadow: 0px -30px 100px 17px rgba(27,  41,  61, 0.3);
    -moz-box-shadow: 0px -30px 100px 17px rgba(27,  41,  61, 0.3);
    box-shadow: 0px -30px 100px 17px rgba(27,  41,  61, 0.3);
  }
}

.home-variant .btn {
    position: relative; 
    z-index: 10;
}

.p2 {
  color: #fff;
}

.p3 {
  color: #edf0f3;
}

.p4 {
  color: #28bbff;
}

.white {
  color: #fff; 
}

.bs-black-center {
  z-index: -3;    
  position: absolute; 
  margin: 0 0 0 320rem;
  width: 300rem;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-box-shadow: 0px -20px 100px 17px rgba(27,  41,  61, 0.6);
  -moz-box-shadow: 0px -20px 100px 17px rgba(27,  41,  61, 0.6);
  box-shadow: 0px -20px 100px 17px rgba(27,  41,  61, 0.6);
}

@media only screen and (max-width: 1024px) {
  .bs-black-center {
    display: none;
  }
}

.index-bg {
  z-index: -1534;  
}

.fw550 {
  font-weight: 550;
}

@media only screen and (max-width: 1024px) {
  .home-welcome {
    padding: 60rem 0 30rem;
  }
}

@media only screen and (max-width: 768px) {
  .home-welcome {
    padding: 40rem 0 15rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-welcome {
    padding: 20rem 0 20rem;
    text-align: center;
  }
}

@media only screen and (max-width: 360px) {
  .home-welcome {
    padding: 20rem 0 7rem;
  }
}

.home-welcome .wrapper {
  position: relative;
  padding: 70rem 0;
}

@media only screen and (max-width: 480px) {
  .home-welcome .wrapper {
    padding: 70rem 0 300rem;
  }
}

.home-welcome .wrapper .text-wrap p {
  margin: 30rem 0 42rem;
}

@media only screen and (max-width: 1024px) {
  .home-welcome .wrapper .text-wrap p {
    margin: 23rem 0 32rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-welcome .wrapper .text-wrap p {
    margin: 20rem 0 25rem;
  }
}

@media only screen and (min-width: 481px) {
  .h1-blue {
    color: #22b7ff;
  }
}

.home-welcome .wrapper .img-wrap {
  position: absolute;
  width: 837rem;
  top: 4rem;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .home-welcome .wrapper .img-wrap {
    width: 631rem;
    top: 25rem;
  }
}

@media only screen and (max-width: 768px) {
  .home-welcome .wrapper .img-wrap {
    width: 473rem;
    top: 36rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-welcome .wrapper .img-wrap {
    width: 461rem;
    top: 307rem;
    bottom: -95rem;
    left: calc(50% - 280rem);
  }
}

@media only screen and (max-width: 360px) {
  .home-welcome .wrapper .img-wrap {
    width: 421rem;
    top: 308rem;
    bottom: -95rem;
    left: calc(50% - 258rem);
  }
}

.home-welcome .wrapper .img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 800rem;
  height: 800rem;
  background-image: url("../img/welcome-light.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -110rem;
  right: -70rem;
  opacity: 0.9;
}

@media only screen and (max-width: 1024px) {
  .home-welcome .wrapper .img-wrap::before {
    width: 600rem;
    height: 600rem;
  }
}

@media only screen and (max-width: 768px) {
  .home-welcome .wrapper .img-wrap::before {
    width: 400rem;
    height: 400rem;
    bottom: -40rem;
    right: -70rem;
    z-index: -2;
  }
}

.home-welcome .wrapper .img-wrap img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .home-welcome .wrapper .img-wrap img {
    z-index: -1;
  }
}

@media only screen and (max-width: 480px) {
  .home-welcome .wrapper .img-wrap img {
    z-index: 1;
  }
}

.home-work {
  padding: 125rem 0;
}

@media only screen and (max-width: 1024px) {
  .home-work {
    padding: 85rem 0 80rem;
  }
}

@media only screen and (max-width: 768px) {
  .home-work {
    padding: 55rem 0 65rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-work {
    padding: 55rem 0 40rem
  }
}

.home-work .items {
  margin-top: 45rem;
  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;
  grid-gap: 50rem;
}

@media only screen and (max-width: 1024px) {
  .home-work .items {
    margin-top: 55rem;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 730rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }
  .home-work .items::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    top: 100rem;
    bottom: 100rem;
    left: 75rem;
    background-color: #efeff3;
  }
}

@media only screen and (max-width: 768px) {
  .home-work .items {
    margin-top: 50rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-work .items::before {
    left: 19rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-work .items {
    margin-top: 33rem;
    grid-gap: 35rem;
  }
}

.home-work .items .item {
  text-align: center;
  width: calc(50% - 25rem);
  display: grid;
  grid-template-rows: auto 1fr;
}

@media only screen and (max-width: 1024px) {
  .home-work .items .item {
    width: 100%;
    position: relative;
  }
}

.home-work .items .item:nth-child(1) .n::before,
.home-work .items .item:nth-child(3) .n::before {
  content: "";
  display: block;
  position: absolute;
  width: 582rem;
  height: 1px;
  background-color: #e0e0e9;
  top: 25rem;
  left: 100%;
}

@media only screen and (max-width: 1024px) {
  .home-work .items .item:nth-child(1) .n::before,
  .home-work .items .item:nth-child(3) .n::before {
    display: none;
  }
}

.home-work .items .item:nth-child(1) .n::after,
.home-work .items .item:nth-child(3) .n::after {
  content: "";
  display: block;
  position: absolute;
  width: 35rem;
  height: 35rem;
  background-image: url("../img/ic-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: calc(50% - 34rem / 2);
  left: calc(100% + 558rem);
}

@media only screen and (max-width: 1024px) {
  .home-work .items .item:nth-child(1) .n::after,
  .home-work .items .item:nth-child(3) .n::after {
    display: none;
  }
}

.home-work .items .item:nth-child(5) .n::after {
  content: "";
  display: block;
  position: absolute;
  width: 35rem;
  height: 35rem;
  background-image: url("../img/ic-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: -40rem;
  left: calc(50% - 35rem / 2);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media only screen and (max-width: 1024px) {
  .home-work .items .item:nth-child(5) .n::after {
    display: none;
  }
}

.home-work .items .item .n {
  width: 50rem;
  height: 50rem;
  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;
  margin: 0 auto;
  font-weight: 600;
  background-color: #4c82e2;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 15rem;
  position: relative;
  font-size: 19rem;
}

@media only screen and (max-width: 1024px) {
  .home-work .items .item .n {
    position: absolute;
    top: -15rem;
    left: 50rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-work .items .item .n {
    font-size: 15rem;
    width: 40rem;
    height: 40rem;
    top: -10rem;
    left: 0rem;
  }
}

.home-work .items .item .block-wrap {
  border: 1px solid #efeff3;
  border-radius: 10rem;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 25px -16px rgba(34, 60, 80, 0.12);
  -moz-box-shadow: 0px 0px 25px -16px rgba(34, 60, 80, 0.12);
  box-shadow: 0px 0px 25px -16px rgba(34, 60, 80, 0.12);
}

/* box-shadow: 0 0 30rem 10rem rgba(26, 115, 221, 0.015); */

.home-work .items .item .block-wrap .title {
  background-image: -webkit-gradient(linear, left top, right top, from(#F7F8FA), to(#F0F1F6));
  background-image: linear-gradient(90deg, #F7F8FA 0%, #F0F1F6 100%);
  font-weight: 600;
  font-size: 18rem;
  padding: 18rem 15rem;
  border-radius: 0 0 10rem 10rem;
}

@media only screen and (max-width: 480px) {
  .home-work .items .item .block-wrap .title {
    padding: 15rem;
    font-size: 14rem;
  }
}

.home-work .items .item .block-wrap p {
  padding: 20rem 15rem 30rem;
}

@media only screen and (max-width: 480px) {
  .home-work .items .item .block-wrap p {
    padding: 10rem 5rem 20rem;
  }
}

@media only screen and (max-width: 360px) {
  .home-work .items .item .block-wrap p {
    padding: 10rem 10rem 20rem;
  }
}

@media only screen and (max-width: 360px) {
  .home-work .items .item .block-wrap p br {
    display: none;
  }
}

.home-why {
  background-color: #F8F9FB;
  position: relative;
  padding: 180rem 0;
}

@media only screen and (max-width: 1024px) {
  .home-why {
    padding: 110rem 60rem 115rem;
  }
}

@media only screen and (max-width: 768px) {
  .home-why {
    padding: 90rem 0 95rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-why {
    padding: 85rem 0;
  }
}

.home-why .blocks-wrap {
  margin-top: 85rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 45rem;
}

@media only screen and (max-width: 1024px) {
  .home-why .blocks-wrap {
    margin-top: 55rem;
    grid-template-columns: 1fr;
    max-width: 730rem;
    margin-left: auto;
    margin-right: auto;
    grid-gap: 50rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-why .blocks-wrap {
    margin-top: 38rem;
    grid-gap: 40rem;
  }
}

.home-why .blocks-wrap .item {
  border: 1px solid #EFEEF3;
  border-radius: 10rem;
  background-color: #fff;
  display: grid;
  grid-template-rows: auto 1fr;
}

/*  -webkit-box-shadow: 0 0 30rem 10rem rgba(26, 115, 221, 0.015);
          box-shadow: 0 0 30rem 10rem rgba(26, 115, 221, 0.015);    */

.home-why .blocks-wrap .item .head-wrap {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(30%, #F0F1F6));
  background-image: linear-gradient(90deg, #ffffff 0%, #F0F1F6 30%);
  font-weight: 600;
  padding: 15rem;
  border-radius: 9rem;
  position: relative;
  margin-left: 40rem;
  text-align: center;
  font-size: 18rem;
}

@media only screen and (max-width: 1024px) {
  .home-why .blocks-wrap .item .head-wrap {
    margin-left: 60rem;
    padding-right: 60rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-why .blocks-wrap .item .head-wrap {
    font-size: 14rem;
    margin-left: 0;
    padding: 13rem;
  }
}

.home-why .blocks-wrap .item .head-wrap img.ic {
  display: block;
  width: 80rem;
  height: 80rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -12rem;
  left: -22rem;
}

@media only screen and (max-width: 1024px) {
  .home-why .blocks-wrap .item .head-wrap img.ic {
    left: -15rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-why .blocks-wrap .item .head-wrap img.ic {
    width: 60rem;
    height: 60rem;
    left: 15rem;
    top: -9rem;
  }
}

.home-why .blocks-wrap .item .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-why .blocks-wrap .item .block .table {
  width: 100%;
  padding: 40rem 25rem;
  display: grid;
  grid-gap: 25rem;
}

@media only screen and (max-width: 1024px) {
  .home-why .blocks-wrap .item .block .table {
    padding: 40rem 50rem;
    grid-gap: 25rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-why .blocks-wrap .item .block .table {
    padding: 30rem 19rem;
    grid-gap: 21rem;
  }
}

@media only screen and (max-width: 360px) {
  .home-why .blocks-wrap .item .block .table {
    padding: 30rem 20rem;
    grid-gap: 40rem;
  }
}

.home-why .blocks-wrap .item .block .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 65rem;
}

@media only screen and (max-width: 480px) {
  .home-why .blocks-wrap .item .block .table .tr {
    grid-gap: 32rem;
  }
}

@media only screen and (max-width: 360px) {
  .home-why .blocks-wrap .item .block .table .tr {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40rem;
  }
}

.home-why .blocks-wrap .item .block .table .tr:nth-child(2) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.home-why .blocks-wrap .item .block .table .tr .td {
  background-color: #f2f4f7;
  height: 70rem;
  border-radius: 10rem;
  text-align: center;
  padding: 5rem 15rem;
  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;
  line-height: 1.3;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .home-why .blocks-wrap .item .block .table .tr .td {
    padding: 0 0;
    max-height: 55rem;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 360px) {
  .home-why .blocks-wrap .item .block .table .tr .td {
    max-height: 100%;  
    min-height: 50rem;
    height: auto;
    padding: 10rem 30rem;
    line-height: 1.5;
  }
  .home-why .blocks-wrap .item .block .table .tr .td::after {
    content: "";
    display: block;
    position: absolute;
    width: 20rem;
    height: 20rem;
    background-image: url("../img/why-arrow-down-mob.svg");
    bottom: calc(100% + 10rem);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

.home-why .blocks-wrap .item .block .table .tr .td img {
  display: block;
  position: absolute;
}

.home-why .blocks-wrap .item .block .table .tr .td img.desc {
  width: 44rem;
  height: 44rem;
  right: -54rem;
}

@media only screen and (max-width: 480px) {
  .home-why .blocks-wrap .item .block .table .tr .td img.desc {
    display: none;
  }
}

.home-why .blocks-wrap .item .block .table .tr .td img.desc.down {
  bottom: -6rem;
}

.home-why .blocks-wrap .item .block .table .tr .td img.desc.down-2 {
  bottom: -74rem;
  right: 34rem;
}

@media only screen and (max-width: 1024px) {
  .home-why .blocks-wrap .item .block .table .tr .td img.desc.down-2 {
    right: 96rem;
  }
}

.home-why .blocks-wrap .item .block .table .tr .td img.desc.up {
  top: -54rem;
  left: calc(50% - 44rem / 2);
}

.home-why .blocks-wrap .item .block .table .tr .td img.desc.left-up {
  top: -5rem;
  right: auto;
  left: -53rem;
}

.home-why .blocks-wrap .item .block .table .tr .td img.desc.left {
  top: auto;
  left: -54rem;
}

.home-why .blocks-wrap .item .block .table .tr .td img.mob {
  display: none;
}

@media only screen and (max-width: 360px) {
  .home-why .blocks-wrap .item .block .table .tr .td img.mob {
    width: 20rem;
    display: block;
    position: absolute;
    z-index: 10;
  }
}

@media only screen and (max-width: 360px) {
  .home-why .blocks-wrap .item .block .table .tr .td span br {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .home-why .blocks-wrap .item .block .table--left .tr .td::after {
    -webkit-filter: brightness(0);
            filter: brightness(0);
    opacity: 0.9;
  }
}

.home-why .blocks-wrap .item .block .table--left .tr .td.td-1 {
  width: 192rem;
}

@media only screen and (max-width: 480px) {
  .home-why .blocks-wrap .item .block .table--left .tr .td.td-1 {
   width: 100%;
   max-width: 142rem;
  }    
}

@media only screen and (max-width: 360px) {
  .home-why .blocks-wrap .item .block .table--left .tr .td.td-1 {
    max-width: 100%;
  }
  .home-why .blocks-wrap .item .block .table--left .tr .td.td-1::after {
    display: none;
  }
}

.home-why .blocks-wrap .item .block .table--left .tr .td.td-2 {
  width: 220rem;
}

@media only screen and (max-width: 480px) {
  .home-why .blocks-wrap .item .block .table--left .tr .td.td-2 {
    width: 100%;
    max-width: 172rem;
  }
}

@media only screen and (max-width: 360px) {
  .home-why .blocks-wrap .item .block .table--left .tr .td.td-2 {
    max-width: 100%;
  }
}

.home-why .blocks-wrap .item .block .table--left .tr .td.td-3 {
  width: 210rem;
}

@media only screen and (max-width: 480px) {
  .home-why .blocks-wrap .item .block .table--left .tr .td.td-3 {
    width: 100%;
    max-width: 155rem;
  }
}

@media only screen and (max-width: 360px) {
  .home-why .blocks-wrap .item .block .table--left .tr .td.td-3 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .home-why .blocks-wrap .item .block .table--right .tr .td {
    height: 62rem;
  }
}

.home-why .blocks-wrap .item .block .table--right .tr .td.td-1 {
  width: 192rem;
}

@media only screen and (max-width: 480px) {
  .home-why .blocks-wrap .item .block .table--right .tr .td.td-1 {
    width: 100%;
    max-width: 142rem;
  }
}

@media only screen and (max-width: 360px) {
  .home-why .blocks-wrap .item .block .table--right .tr .td.td-1 {
    max-width: 100%;
  }
  .home-why .blocks-wrap .item .block .table--right .tr .td.td-1::after {
    display: none;
  }
}

.home-why .blocks-wrap .item .block .table--right .tr .td.td-2 {
  width: 220rem;
}

@media only screen and (max-width: 480px) {
  .home-why .blocks-wrap .item .block .table--right .tr .td.td-2 {
    width: 100%;
    max-width: 172rem;
  }
}

@media only screen and (max-width: 360px) {
  .home-why .blocks-wrap .item .block .table--right .tr .td.td-2 {
    max-width: 100%;
  }
}

.home-why .blocks-wrap .item .block .table--right .tr .td.td-3 {
  width: 243rem;
}

@media only screen and (max-width: 480px) {
  .home-why .blocks-wrap .item .block .table--right .tr .td.td-3 {
    width: 100%;
    max-width: 193rem;
    z-index: 111;
  }
}

@media only screen and (max-width: 360px) {
  .home-why .blocks-wrap .item .block .table--right .tr .td.td-3 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 360px) {
  .home-why .blocks-wrap .item .block .table--right .tr .td.td-3 img.mob {
    right: 70rem;
    bottom: calc(100% + 10rem);
  }
}

.home-why .blocks-wrap .item .block .table--right .tr .td.td-4 {
  width: 193rem;
}

@media only screen and (max-width: 480px) {
  .home-why .blocks-wrap .item .block .table--right .tr .td.td-4 {
    width: 100%;
    max-width: 141rem;
    z-index: 111;
  }
}

@media only screen and (max-width: 360px) {
  .home-why .blocks-wrap .item .block .table--right .tr .td.td-4 {
    max-width: 100%;
  }
}

.home-why .blocks-wrap .item .block .table--right .tr .td.td-5 {
  width: 220rem;
}

@media only screen and (max-width: 480px) {
  .home-why .blocks-wrap .item .block .table--right .tr .td.td-5 {
    width: 100%;
    max-width: 174rem;
  }
}

@media only screen and (max-width: 360px) {
  .home-why .blocks-wrap .item .block .table--right .tr .td.td-5 {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
        order: 1;
  }
}

@media only screen and (max-width: 360px) {
  .home-why .blocks-wrap .item .block .table--right .tr .td.td-5 img.mob {
    right: 10rem;
    bottom: 100%;
  }
}

.home-why .blocks-wrap .item .block .table--right .tr:nth-child(3) .td:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.home-why .items {
  margin-top: 85rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10rem;
}

@media only screen and (max-width: 1024px) {
  .home-why .items {
    margin-top: 60rem;
    grid-template-columns: 1fr 1fr;
    grid-gap: 45rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .home-why .items {
    grid-gap: 45rem 20rem;
  }
} 

@media only screen and (max-width: 480px) {
  .home-why .items {
    grid-template-columns: 1fr;
    margin-top: 40rem;
    grid-gap: 33rem 20rem;
  }
}

.home-why .items .item {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .home-why .items .item:nth-child(3) {
    display: block;
  }
} 

@media only screen and (max-width: 480px) {
  .home-why .items .item:nth-child(3) {
    display: none;
  }
}

.home-why .items .item img {
  display: block;
  width: 50rem;
  margin: 0 auto;
}

.home-why .items .item b {
  margin-top: 15rem;
  display: block;
  font-weight: 600;
  font-size: 18rem;
}

@media only screen and (max-width: 480px) {
  .home-why .items .item b {
    font-size: 14rem;
  }
}  

.home-why .items .item p {
  margin-top: 10rem;
}

@media only screen and (min-width: 481px) {
  .home-why .adaptive-450 {
    opacity: 0;
  }
}

.home-why .adaptive-450 {
  position: absolute;
  width: 16rem;
  right: -24rem;
}

@media only screen and (max-width: 360px) {
  .home-why .adaptive-450 {
    opacity: 0;
  }
}

@media only screen and (min-width: 481px) {
  .home-why .adaptive-450-2 {
    opacity: 0;
  }
}

.home-why .adaptive-450-2 {
  position: absolute;
  width: 16rem;
  right: 150rem;
}

@media only screen and (max-width: 360px) {
  .home-why .adaptive-450-2 {
    opacity: 0;
  }
}

@media only screen and (min-width: 481px) {
  .home-why .adaptive-450-left {
    opacity: 0;
  }
}

.home-why .adaptive-450-left {
  position: absolute;
  width: 16rem;
  right: -24rem;
}

@media only screen and (max-width: 360px) {
  .home-why .adaptive-450-left {
    opacity: 0;
  }
}

@media only screen and (min-width: 481px) {
  .home-why .adaptive-450-left-2 {
    opacity: 0;
  }
}

.home-why .adaptive-450-left-2 {
  position: absolute;
  width: 36rem;
  right: -44rem;
  bottom: -9rem;
}

@media only screen and (max-width: 360px) {
  .home-why .adaptive-450-left-2 {
    opacity: 0;
  }
}

@media only screen and (min-width: 481px) {
  .home-why .adaptive-450-3 {
    opacity: 0;
  }
}

.home-why .adaptive-450-3 {
  position: absolute;
  width: 36rem;
  right: -44rem;
  bottom: 21rem;
}

@media only screen and (max-width: 360px) {
  .home-why .adaptive-450-3 {
    opacity: 0;
  }
}

@media only screen and (min-width: 481px) {
  .home-why .adaptive-450-4 {
    opacity: 0;
  }
}

.home-why .adaptive-450-4 {
  position: absolute;
  width: 31rem;
  right: 200rem;
  bottom: 27rem;
}

@media only screen and (max-width: 360px) {
  .home-why .adaptive-450-4 {
    opacity: 0;
  }
}

@media only screen and (min-width: 481px) {
  .home-why .adaptive-450-5 {
    opacity: 0;
  }
}

.home-why .adaptive-450-5 {
  position: absolute;
  width: 14rem;
  right: 80rem;
  bottom: 63rem;
}

@media only screen and (max-width: 360px) {
  .home-why .adaptive-450-5 {
    opacity: 0;
  }
}

.home-advantages {
  padding: 110rem 0 190rem;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .home-advantages {
    padding: 70rem 0 0;
    max-width: 100vw;
  }
}

@media only screen and (max-width: 768px) {
  .home-advantages {
    padding-top: 55rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-advantages {
    padding-top: 30rem;
  }
}

@media only screen and (max-width: 1024px) {
  .home-advantages h2 {
    text-align: center;
  }
}

.h33 {
  font-size: 35rem;
}

@media only screen and (max-width: 1024px) {
  .h33 {
    font-size: 32rem;
  }
}

@media only screen and (max-width: 768px) {
  .h33 {
    font-size: 30rem;
  }
}

@media only screen and (max-width: 480px) {
  .h33 {
    font-size: 23rem;
  }
}

@media only screen and (max-width: 360px) {
  .h33 {
    font-size: 22rem;
  }
}

.home-advantages .wrapper {
  position: relative;
  margin-top: 45rem;
}

@media only screen and (max-width: 1024px) {
  .home-advantages .wrapper {
    margin-top: 45rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-advantages .wrapper {
    margin-top: 33rem;
  }
}

.home-advantages .items-wrap {
  max-width: 615rem;
  position: relative;
  z-index: 1;
  display: grid;
  grid-gap: 25rem;
}

@media only screen and (max-width: 1024px) {
  .home-advantages .items-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 730rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-advantages .items-wrap {
    grid-gap: 35rem;
  }
}

.home-advantages .items-wrap .item {
  position: relative;
  border: 1px solid #EFEEF3;
  border-radius: 10rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 25px -16px rgba(34, 60, 80, 0.12);
  -moz-box-shadow: 0px 0px 25px -16px rgba(34, 60, 80, 0.12);
       box-shadow: 0px 0px 25px -16px rgba(34, 60, 80, 0.12);

}

/*  -webkit-box-shadow: 0 0 30rem 10rem rgba(26, 115, 221, 0.015);
          box-shadow: 0 0 30rem 10rem rgba(26, 115, 221, 0.015);    */

.home-advantages .items-wrap .item .head-wrap {
  background-image: -webkit-gradient(linear, left top, right top, from(#F7F8FA), to(#F0F1F6));
  background-image: linear-gradient(90deg, #F7F8FA 0%, #F0F1F6 100%);
  font-weight: 600;
  padding: 15rem 15rem 15rem 135rem;
  border-radius: 9rem;
  position: relative;
  font-size: 18rem;
}

@media only screen and (max-width: 480px) {
  .home-advantages .items-wrap .item .head-wrap {
    padding: 15rem 45rem;
    text-align: center;
    font-size: 14rem;
  }
}

.home-advantages .items-wrap .item .text-wrap {
  padding: 15rem 5rem 35rem 135rem;
}

@media only screen and (max-width: 480px) {
  .home-advantages .items-wrap .item .text-wrap {
    padding: 15rem;
    text-align: center;
  }
  .home-advantages .items-wrap .item .text-wrap br {
    display: none;
  }
}

.home-advantages .items-wrap .item img.ic {
  display: block;
  position: absolute;
  width: 80rem;
  height: 80rem;
  top: calc(50% - 80rem / 2);
  left: 25rem;
}

@media only screen and (max-width: 480px) {
  .home-advantages .items-wrap .item img.ic {
    opacity: 0;
  }
}


.home-advantages .items-wrap .item img.ic-mob {
  display: block;
  position: absolute;
  width: 45rem;
  height: 45rem;
  opacity: 0;
}

@media only screen and (max-width: 480px) {
  .home-advantages .items-wrap .item img.ic-mob {
    opacity: 1;
    top: -10rem;
    left: -5rem;
  }
}

.home-advantages .img-wrap {
  width: 890rem;
  position: absolute;
  top: -85rem;
  left: calc(50% - 228.5rem);
}

@media only screen and (max-width: 1024px) {
  .home-advantages .img-wrap {
    margin-top: 20rem;
    position: static;
    width: 680rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
    left: -50rem;
    margin-bottom: -130rem;
  }
}

@media only screen and (max-width: 768px) {
  .home-advantages .img-wrap {
    margin-bottom: -135rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-advantages .img-wrap {
    width: 455rem;
    margin-bottom: -75rem;
  }
}

@media only screen and (max-width: 360px) {
  .home-advantages .img-wrap {
    left: -110rem;
  }
}

.home-advantages .img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 800rem;
  height: 800rem;
  background-image: url("../img/welcome-light.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -70rem;
  right: -250rem;
  opacity: 0.35;
}

@media only screen and (max-width: 768px) {
  .home-advantages .img-wrap::before {
    width: 600rem;
    height: 600rem;
    right: -190rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-advantages .img-wrap::before {
    right: -200rem;
    bottom: -100rem;
  }
}

.home-advantages .img-wrap img {
  display: block;
  width: 100%;
  position: relative;
}


@media only screen and (min-width: 1025px) {
  .txt-wrap-mob {
    display: none;
  }
}

.txt-wrap-mob {
  z-index: 7;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .txt-wrap-mob {
    display: grid;
    grid-gap: 15rem;
  }
}

@media only screen and (max-width: 360px) {
  .txt-wrap-mob p br {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .d-n-1024 {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .d-n-1025 {
    display: none;
  }
}

.home-variant {
  padding: 110rem 0 175rem;
  position: relative;
  background-color: #1c2939;
  z-index: -1532;
}

@media only screen and (max-width: 1024px) {
  .home-variant {
    padding: 70rem 0 115rem;
  }
}

@media only screen and (max-width: 768px) {
  .home-variant {
    padding: 55rem 5rem 90rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-variant {
    padding: 30rem 0 90rem;
  }
}

.home-variant .grid {
  grid-template-columns: 1fr 750rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30rem;
}

@media only screen and (max-width: 1024px) {
  .home-variant .grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 1024px) {
  .home-variant .text-wrap {
    text-align: center;
  }
}

.home-variant .text-wrap h2 {
  margin-bottom: 34rem;
}

@media only screen and (max-width: 1024px) {
  .home-variant .text-wrap h2 {
    margin-bottom: 25rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-variant .text-wrap h2 {
    margin-bottom: 20rem;
  }
}

.home-variant .text-wrap .txt-wrap {
  position: relative;
  z-index: -5;
  display: grid;
  grid-gap: 15rem;
}

@media only screen and (max-width: 360px) {
  .home-variant .text-wrap .txt-wrap br {
    display: none;
  }
}

.home-variant .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1024px) {
  .home-variant .items {
    width: 100%;
    max-width: 730rem;
    margin: 25rem auto 25rem;
    grid-gap: 20rem;
  }
}

@media only screen and (max-width: 768px) {
  .home-variant .items {
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .home-variant .items {
    margin: 15rem auto 15rem;
    max-width: 80%;
    grid-template-columns: 1fr;
    grid-gap: 46rem;
  }
}

@media only screen and (max-width: 360px) {
  .home-variant .items {
    max-width: 100%;
  }
}

.home-variant .items .item {
  border: 1px solid #EFEEF3;
  border-radius: 10rem;
  background-color: #fefefe;
}

.home-variant .items .item .head-wrap {
  background-image: -webkit-gradient(linear, left top, right top, from(#F7F8FA), to(#F0F1F6));
  background-image: linear-gradient(90deg, #F7F8FA 0%, #F0F1F6 100%);
  font-weight: 600;
  padding: 16.6rem 5rem 16.6rem 5rem;
  border-radius: 9rem;
  font-size: 18rem;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-gap: 11.5rem;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media only screen and (max-width: 480px) {
  .home-variant .items .item .head-wrap {
    font-size: 16rem;
    grid-gap: 10.5rem;
  }
}

.home-variant .items .item .head-wrap img.ic {
  width: 22.5rem;
}

@media only screen and (max-width: 480px) {
  .home-variant .items .item .head-wrap img.ic {
    width: 21rem;
  }
}

.home-variant .items .item .head-wrap img.ic-l {
  width: 27rem;
}

@media only screen and (max-width: 480px) {
  .home-variant .items .item .head-wrap img.ic-l {
    width: 25rem;   
  }
}

@media only screen and (max-width: 360px) {
  .text-r-l {
    padding: 0 0 0 8rem;
  }
}

.home-variant .items .item .content-wrap {
  padding: 40rem 5rem 30rem 49rem;
}

@media only screen and (max-width: 1024px) {
  .home-variant .items .item .content-wrap {
    padding: 40rem 5rem 30rem 40rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-variant .items .item .content-wrap {
    padding: 34rem 20rem 20rem 20rem;
  }
}

.home-variant .items .item .content-wrap .padding-wrap.right {
  padding: 25rem 0;
}

@media only screen and (max-width: 480px) {
  .home-variant .items .item .content-wrap .padding-wrap.right {
    padding: 9rem 0 9rem 0;
  }
}

.home-variant .items .item .content-wrap ul {
  display: grid;
  grid-gap: 8rem;
}

@media only screen and (max-width: 480px) {
  .home-variant .items .item .content-wrap ul {
    max-width: 270rem;
    margin: 0 auto;
  }
}

.home-variant .items .item .content-wrap ul li {
  position: relative;
  padding-left: 21rem;
  font-size: 16rem;
}

.home-variant .items .item .content-wrap ul .li-basic::before {
  content: "";
  display: block;
  position: absolute;
  width: 12rem;
  height: 12rem;
  top: 7rem;
  left: 0;
  background-image: url("../img/ic-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.home-variant .items .item .content-wrap ul li span {
  display: inline;
  vertical-align: middle;
}

.home-variant .items .item .content-wrap ul li .info-wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 50rem;
  border: 1px solid transparent;
  padding: 3rem;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-variant .items .item .content-wrap ul li .info-wrap:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.home-variant .items .item .content-wrap ul li .info-wrap img.info {
  display: block;
  width: 14rem;
  height: 14rem;
}

.home-variant .items .item .content-wrap ul li .info-wrap img.hand {
  display: block;
  position: absolute;
  top: 1rem;
  right: -32rem;
  width: 26rem;
  pointer-events: none;
  -webkit-animation: hand 1s infinite;
          animation: hand 1s infinite;
}

/*   */

.plus-wrap-div {
  margin-top: 11rem;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  .plus-wrap-div {
    margin-top: 6rem;
    margin-bottom: 5rem;
  }
}

.home-variant .items .item .content-wrap ul .plus-wrap-li::before {
  content: "";
  display: block;
  position: absolute;
  width: 15rem;
  height: 15rem;
  top: 5rem;
  left: 0;
  background-image: url("../img/ic-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/*   */

.home-variant .items .item .content-wrap .plus-wrap {
  margin-top: 20rem;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 6rem;
  font-size: 16rem;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  .home-variant .items .item .content-wrap .plus-wrap {
    max-width: 270rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.home-variant .items .item .content-wrap .plus-wrap img.ic {
  width: 15rem;
  position: relative;
  top: -1rem;
}

.home-variant .items .item .content-wrap .price-wrap {
  text-align: center;
  font-size: 14rem;
  margin-top: 45rem;
  color: #939599;
}

@media only screen and (max-width: 480px) {
  .home-variant .items .item .content-wrap .price-wrap {
    margin-top: 35rem;
  }
}

.home-variant .items .item .content-wrap .btn-wrap {
  text-align: center;
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
  .home-variant .items .item .content-wrap .btn-wrap {
    margin-left: -35rem;
    margin-top: 6rem;
  }
}

@media only screen and (min-width: 1025px) {
  .home-variant .items .item .content-wrap .btn-wrap {
    margin-left: -44rem;
    margin-top: 6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .home-variant .items .item .content-wrap .btn-wrap .btn {
    margin-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .home-variant .items .item .content-wrap .btn-wrap .btn {
    max-width: 100%;
    font-size: 14rem;
  }
}

@media only screen and (min-width: 481px) {
  .price-wrap-none {
    display: none;
  }
}
    
.price-wrap-none {
  text-align: center;
  margin-top: 5rem;
}

@media only screen and (min-width: 1025px) {
  .l2
  {
    padding-left: 2rem;
  }
}

@media only screen and (min-width: 1025px) {
  .r5
  {
    padding-right: 5rem;
  }
}

.home-socials {
  padding: 120rem 0 125rem;
}

@media only screen and (max-width: 1024px) {
  .home-socials {
    padding: 65rem 0 80rem;
  }
}

@media only screen and (max-width: 768px) {
  .home-socials {
    padding: 55rem 0 65rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-socials {
    padding: 30rem 0 40rem;
  }
}

.home-socials .clicked img {
  width: 22rem;
}

@media only screen and (max-width: 480px) {
  .home-socials .clicked img {
    width: 18rem;
  }
}

.home-socials .items-wrapper {
  margin-top: 75rem;
  display: grid;
  grid-gap: 40rem;
}

@media only screen and (max-width: 1024px) {
  .home-socials .items-wrapper {
    margin-top: 55rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 730rem;
    grid-gap: 30rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-socials .items-wrapper {
    margin-top: 40rem;
    grid-gap: 30rem;
  }
}

.home-socials .items-wrapper .items {
  display: grid;
  grid-gap: 45rem;
}

@media only screen and (max-width: 1024px) {
  .home-socials .items-wrapper .items {
    grid-gap: 25rem 20rem;
  }
}

.home-socials .items-wrapper .items.items-3 {
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 1024px) {
  .home-socials .items-wrapper .items.items-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  .home-socials .items-wrapper .items.items-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.home-socials .items-wrapper .items.items-4 {
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
  .home-socials .items-wrapper .items.items-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  .home-socials .items-wrapper .items.items-4 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15rem;
  }
}

@media only screen and (max-width: 1024px) {
  .item-x-none {
    opacity: 0;
    position: absolute;
  }
}  

@media only screen and (max-width: 480px) {
  .item-x-none {
    opacity: 1;
    position: static;
  }
} 
  

/* @media only screen and (max-width: 480px) {
  .home-socials .items-wrapper .items.items-4 {
    grid-template-columns: 1fr;
  }
} */

.home-socials .items-wrapper .items.items-4 .item .text-wrap {
  display: none;
}

.home-socials .items-wrapper .item {
  border: 1px solid #EFEEF3;
  border-radius: 10rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 25px -16px rgba(34, 60, 80, 0.12);
  -moz-box-shadow: 0px 0px 25px -16px rgba(34, 60, 80, 0.12);
       box-shadow: 0px 0px 25px -16px rgba(34, 60, 80, 0.12);
}

/*  -webkit-box-shadow: 0 0 30rem 10rem rgba(26, 115, 221, 0.015);
          box-shadow: 0 0 30rem 10rem rgba(26, 115, 221, 0.015);    */

.home-socials .items-wrapper .item .head-wrap {
  background-image: -webkit-gradient(linear, left top, right top, from(#F7F8FA), to(#F0F1F6));
  background-image: linear-gradient(90deg, #F7F8FA 0%, #F0F1F6 100%);
  font-weight: 600;
  padding: 17rem 15rem 17rem 20rem;
  text-align: center;
  border-radius: 9rem;
  position: relative;
  font-size: 18rem;
}

@media only screen and (max-width: 480px) {
  .home-socials .items-wrapper .item .head-wrap {
    font-size: 14rem;
    padding: 14rem 15rem 15rem 20rem;
  }
}

@media only screen and (max-width: 360px) {
  .home-socials .items-wrapper .item .head-wrap {
    padding: 14rem 15rem 15rem 16rem;
  }
}

.home-socials .items-wrapper .item .head-wrap.clicked {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 11rem;
  /* cursor: pointer; */
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 480px) {
  .home-socials .items-wrapper .item .head-wrap.clicked {
    grid-gap: 10rem;
  }
}

/* .home-socials .items-wrapper .item .head-wrap.clicked:hover {
  -webkit-filter: brightness(97%);
          filter: brightness(97%);
} */

.home-socials .items-wrapper .item .text-wrap {
  text-align: center;
  padding: 18rem 5rem 30rem;
}

@media only screen and (max-width: 480px) {
  .home-socials .items-wrapper .item .text-wrap p br {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .home-socials .items-wrapper .item .text-wrap {
    padding: 14rem 25rem 25rem;
  }
}

@media only screen and (max-width: 480px) {
  .ru-th {
    padding: 14rem 18rem 25rem !important;
  }
}

.home-faq {
  padding: 180rem 0 190rem;
  background-color: #F8F9FB;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .home-faq {
    padding: 110rem 0 120rem;
  }
}

@media only screen and (max-width: 768px) {
  .home-faq {
    padding: 90rem 0 100rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-faq {
    padding: 85rem 0 95rem;
  }
}

.home-faq .items-wrapper {
  margin-top: 75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 45rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
  .home-faq .items-wrapper {
    grid-template-columns: 1fr;
    margin-top: 55rem;
    max-width: 730rem;
    margin-left: auto;
    margin-right: auto;
    grid-gap: 25rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-faq .items-wrapper {
    margin-top: 38rem;
  }
}

.home-faq .items-wrapper .items {
  display: grid;
  grid-gap: 25rem;
}

.home-faq .items-wrapper .items .item {
  background-color: #fff;
  border-radius: 10rem;
  border: 1px solid #F0F1F6;
}

.home-faq .items-wrapper .items .item.active .head-wrap {
  color: #0E579E;
}

.home-faq .items-wrapper .items .item.active .head-wrap::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.home-faq .items-wrapper .items .item .head-wrap {
  position: relative;
  padding: 18rem 15rem 18rem 54rem;
  border-radius: 10rem;
  font-size: 17rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 480px) {
  .home-faq .items-wrapper .items .item .head-wrap {
    padding: 15rem 15rem 15rem 38rem;
    font-size: 14rem;
  }
}

.home-faq .items-wrapper .items .item .head-wrap:hover {
  color: #0E579E;
}

.home-faq .items-wrapper .items .item .head-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 15rem;
  height: 15rem;
  background-image: url("../img/ic-faq-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 23rem;
  left: 29rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 480px) {
  .home-faq .items-wrapper .items .item .head-wrap::before {
    width: 13rem;
    height: 13rem;
    left: 16rem;
    top: 19rem;
  }
}

@media only screen and (max-width: 360px) {
  .home-faq .items-wrapper .items .item .head-wrap::before {
    left: 15rem;
  }
}

.home-faq .items-wrapper .items .item .text-wrap {
  display: none;
  border-top: 1px solid #F0F1F6;
  padding: 20rem 30rem 23rem 54rem;
  font-size: 16rem;
}

@media only screen and (max-width: 480px) {
  .home-faq .items-wrapper .items .item .text-wrap {
    font-size: 14rem;
    padding: 15rem 20rem 18rem 37rem;
  }
}

.home-faq .text-br {
  margin-top: 8rem;
}

@media only screen and (max-width: 480px) {
  .home-faq .text-br {
    margin-top: 6rem;
  }
}

.home-contacts {
  padding: 110rem 0 180rem;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .home-contacts {
    padding: 65rem 0 0;
    max-width: 100vw;
  }
}

@media only screen and (max-width: 768px) {
  .home-contacts {
    padding: 55rem 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .home-contacts {
    padding: 30rem 0 20rem;
  }
}

.home-contacts .wrapper {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .home-contacts .wrapper {
    text-align: center;
  }
}

.home-contacts .wrapper .text-wrap h2 {
  margin-bottom: 32rem;
}

@media only screen and (max-width: 480px) {
  .home-contacts .wrapper .text-wrap h2 {
    margin-bottom: 25rem;
  }
}

.home-contacts .wrapper .text-wrap p.bottom {
  margin-top: 25rem;
}

@media only screen and (max-width: 360px) {
  .home-contacts .wrapper .text-wrap p br {
    display: none;
  }
}

.home-contacts .wrapper .text-wrap .btn-wrap {
  margin-top: 25rem;
}

.home-contacts .wrapper .text-wrap .social-wrap {
  margin-top: 23rem;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 22rem;
}

@media only screen and (max-width: 1024px) {
  .home-contacts .wrapper .text-wrap .social-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
  }
}

@media only screen and (max-width: 480px) {
  .home-contacts .wrapper .text-wrap .social-wrap {
    margin-top: 20rem;
  }
}


.home-contacts .wrapper .text-wrap .social-wrap a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-contacts .wrapper .text-wrap .social-wrap a:hover {
  -webkit-filter: brightness(108%);
          filter: brightness(108%);
}

.home-contacts .wrapper .text-wrap .social-wrap a img {
  width: 44rem;
}

.home-contacts .wrapper .img-wrap {
  position: absolute;
  top: -110rem;
  width: 900rem;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .home-contacts .wrapper .img-wrap {
    position: relative;
    top: auto;
    left: -96rem;
    max-width: 700rem;
    margin: 30rem auto -135rem;
    z-index: -1;
  }
}

@media only screen and (max-width: 768px) {
  .home-contacts .wrapper .img-wrap {
    margin: 30rem auto -140rem;
  }
}

@media only screen and (max-width: 480px) {
  .home-contacts .wrapper .img-wrap {
    max-width: 500rem;
    left: -90rem;
    margin: 20rem auto -105rem;
  }
}

@media only screen and (max-width: 360px) {
  .home-contacts .wrapper .img-wrap {
    max-width: 430rem;
    left: -110rem;
    margin: 20rem auto -89rem;
  }
}

.home-contacts .wrapper .img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 800rem;
  height: 800rem;
  background-image: url("../img/welcome-light.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -100rem;
  right: -230rem;
  opacity: 0.5;
}

@media only screen and (max-width: 1024px) {
  .home-contacts .wrapper .img-wrap::before {
    opacity: 0.45;
  }
}

@media only screen and (max-width: 480px) {
  .home-contacts .wrapper .img-wrap::before {
    width: 500rem;
    height: 500rem;
    bottom: -80rem;
    right: -120rem;
  }
}

@media only screen and (max-width: 360px) {
  .home-contacts .wrapper .img-wrap::before {
   opacity: 0.4;
  }
}

.home-contacts .wrapper .img-wrap img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.policy-welcome {
  padding: 190rem 0;
}

@media only screen and (max-width: 1024px) {
  .policy-welcome {
    padding: 140rem 0;
  }
}

@media only screen and (max-width: 480px) {
  .policy-welcome {
    padding: 100rem 0;
  }
}

.policy-welcome .items {
  margin-top: 40rem;
  display: grid;
  grid-gap: 50rem;
}

@media only screen and (max-width: 1024px) {
  .policy-welcome .items {
    grid-gap: 30rem;
    max-width: 730rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 480px) {
  .policy-welcome .items {
    grid-gap: 20rem;
  }
}

.policy-welcome .items .item {
  background-color: #fff;
  border-radius: 10rem;
  border: 1px solid #F0F1F6;
  -webkit-box-shadow: 0 0 30rem 10rem rgba(26, 115, 221, 0.015);
          box-shadow: 0 0 30rem 10rem rgba(26, 115, 221, 0.015);
}

.policy-welcome .items .item.active .head-wrap {
  color: #0E579E;
}

.policy-welcome .items .item.active .head-wrap::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.policy-welcome .items .item .head-wrap {
  background-image: -webkit-gradient(linear, left top, right top, from(#F7F8FA), to(#F0F1F6));
  background-image: linear-gradient(90deg, #F7F8FA 0%, #F0F1F6 100%);
  position: relative;
  padding: 18rem 15rem 18rem;
  border-radius: 9rem;
  font-weight: 600;
  cursor: pointer;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 18rem;
}

@media only screen and (max-width: 480px) {
  .policy-welcome .items .item .head-wrap {
    text-align: left;
    font-size: 14rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.policy-welcome .items .item .head-wrap:hover {
  color: #0E579E;
}

.policy-welcome .items .item .head-wrap::before {
  content: '';
  display: block;
  width: 18rem;
  height: 18rem;
  background-image: url("../img/ic-faq-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 23rem;
  left: 29rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 480px) {
  .policy-welcome .items .item .head-wrap::before {
    width: 14rem;
    height: 14rem;
  }
}

.policy-welcome .items .item .text-wrap {
  display: none;
  padding: 20rem 30rem 35rem;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .policy-welcome .items .item .text-wrap {
    text-align: left;
  }
}

.policy-welcome .items .item .text-wrap br {
  content: '';
  margin: 12rem;
  display: block;
}

@media only screen and (max-width: 480px) {
  .policy-welcome .items .item .text-wrap br {
    margin: 9rem;
  }
}

.policy-welcome .items .item .text-wrap ul.gap {
  display: grid;
  grid-gap: 12rem;
}

.policy-welcome .items .item .text-wrap span.tdu {
  text-decoration: underline;
}

.policy-welcome .btn-wrap {
  text-align: center;
  margin-top: 50rem;
}

@media only screen and (max-width: 480px) {
  .policy-welcome .btn-wrap {
    margin-top: 30rem;
  }
}

.error-404 {
  padding: 200rem 0;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .error-404 {
    padding: 150rem 0;
  }
}

.error-404 h2 {
  margin-bottom: 30rem;
  color: #343f52;
  font-weight: 600;
}

.error-404 .btn-wrap {
  margin-top: 30rem;
}

.error-404 > br {
  content: '';
  margin: 12rem;
  display: block;
}

@media only screen and (max-width: 360px) {
  .error-404 .p-b-404 br {
    display: none;
  }
}
