/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
body {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
/* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
/* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255,255,255,0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0,0,0,0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
/* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/roboto-v18-cyrillic-100.eot"); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'), url("../fonts/roboto-v18-cyrillic-100.eot?#iefix") format('embedded-opentype'), url("../fonts/roboto-v18-cyrillic-100.woff2") format('woff2'), url("../fonts/roboto-v18-cyrillic-100.woff") format('woff'), url("../fonts/roboto-v18-cyrillic-100.ttf") format('truetype'), url("../fonts/roboto-v18-cyrillic-100.svg#Roboto") format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v18-cyrillic-regular.eot"); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'), url("../fonts/roboto-v18-cyrillic-regular.eot?#iefix") format('embedded-opentype'), url("../fonts/roboto-v18-cyrillic-regular.woff2") format('woff2'), url("../fonts/roboto-v18-cyrillic-regular.woff") format('woff'), url("../fonts/roboto-v18-cyrillic-regular.ttf") format('truetype'), url("../fonts/roboto-v18-cyrillic-regular.svg#Roboto") format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v18-cyrillic-500.eot"); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'), url("../fonts/roboto-v18-cyrillic-500.eot?#iefix") format('embedded-opentype'), url("../fonts/roboto-v18-cyrillic-500.woff2") format('woff2'), url("../fonts/roboto-v18-cyrillic-500.woff") format('woff'), url("../fonts/roboto-v18-cyrillic-500.ttf") format('truetype'), url("../fonts/roboto-v18-cyrillic-500.svg#Roboto") format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v18-cyrillic-700.eot"); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'), url("../fonts/roboto-v18-cyrillic-700.eot?#iefix") format('embedded-opentype'), url("../fonts/roboto-v18-cyrillic-700.woff2") format('woff2'), url("../fonts/roboto-v18-cyrillic-700.woff") format('woff'), url("../fonts/roboto-v18-cyrillic-700.ttf") format('truetype'), url("../fonts/roboto-v18-cyrillic-700.svg#Roboto") format('svg'); /* Legacy iOS */
}
* {
  box-sizing: border-box;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  counter-reset: item;
}
.body--slide-0 {
  background-color: #336fb6;
  background-image: url("../img/bg_slide1.jpg");
  background-size: cover;
}
.body--slide-1 {
  background-color: #336fb6;
  background-image: url("../img/bg_slide2.jpg");
  background-size: cover;
}
.body--slide-2 {
  background-color: #336fb6;
  background-image: url("../img/bg_slide3.jpg");
  background-size: cover;
}
.body--slide-3 {
  background-color: #336fb6;
  background-image: url("../img/bg_slide4.jpg");
  background-size: cover;
}
.overlay {
  position: fixed;
  overflow: scroll;
  right: 0;
  left: 0;
}
.overlay:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(7,40,79,0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 900;
  transition: all 2s ease-in 1s;
}
ul {
  list-style-type: none;
}
button,
*:-moz-focus-outer,
*::-moz-focus-inner,
select {
  outline: none;
}
select:active,
select:focus {
  outline: none !important;
}
select::-moz-focus-inner {
  border: 0 !important;
}
button:active,
button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}
.container {
  width: 100%;
  height: 100%;
  margin: 0;
}
.container--slider {
  background: linear-gradient(360deg, rgba(29,59,94,0.5) 18.12%, rgba(102,124,152,0.3) 65.62%), rgba(0,0,0,0.1);
  z-index: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.wrapper {
  margin-left: 54px;
}
.page-header {
  background-image: url("../img/header-background.png");
  background-repeat: no-repeat;
}
.contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.contacts__tel {
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: #92a1b0;
}
.contacts__tel span {
  font-weight: 500;
  color: #000;
}
.contacts__callback {
  margin-left: 25px;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #3079ff;
  cursor: pointer;
}
.enter .contacts__tel {
  color: #fff;
}
.enter .contacts__tel span {
  color: #fff;
}
.enter .contacts__callback {
  color: #fff;
}
.logo__background {
  position: absolute;
  top: -528px;
  left: -279px;
  z-index: 0;
  width: 700px;
  height: 700px;
  background: #1E2FF9;
  border-radius: 700px;
}
.logo__img {
  width: 180px;
  height: 49px;
}
.logo__link {
  position: absolute;
  top: 38px;
  left: 66px;
  z-index: 1;
}

.registry__link {
  font-size: 20px;
  line-height: 23px;
  color: #0A2BFF;
  text-decoration: none;
}

.registry__link:active, .registry__link:focus, .registry__link:hover {
  color: #000000;
}

.registry__link.info {
  font-size: 30px;
  line-height: 35px;
}

.slider {
  min-height: 500px;
}
.slider__header {
  font-weight: 500;
  line-height: 76px;
  font-size: 72px;
  letter-spacing: -0.05em;
  color: #fbb601;
}
.slider__header--1 {
  line-height: 67px;
  font-size: 64px;
}
.slider__text {
  font-weight: normal;
  line-height: 42px;
  font-size: 30px;
  letter-spacing: -0.02em;
  color: #e5eff7;
}
.swiper-container {
  min-height: 630px;
  margin-top: 80px /*180*/;
}
.swiper-button-prev,
.swiper-button-next {
  bottom: 15px;
  top: auto;
  z-index: 5;
  width: 40px;
  height: 40px;
  background-image: none;
  border-radius: 50%;
  border: 2px solid #a5b1be;
  transition: border-color 0.3s ease-in-out;
}
.swiper-button-prev:before,
.swiper-button-next:before {
  position: absolute;
  top: 11px;
  left: 9px;
  content: '';
  width: 11px;
  height: 11px;
  border: none;
  border-bottom: 2px solid #a5b1be;
  border-right: 2px solid #a5b1be;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  border-color: #fbb601;
}
.swiper-button-prev:hover:before,
.swiper-button-next:hover:before {
  border-color: #fbb601;
}
.swiper-button-prev {
  left: 0px;
}
.swiper-button-prev:before {
  left: 14px;
  transform: rotate(135deg);
}
.swiper-button-next {
  left: 50px;
}
.swiper-button-next:before {
  transform: rotate(-45deg);
}
.loader__text {
  line-height: 34px;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #e5eff7;
}
.loader__index {
  font-size: 1.3em;
  color: #fbb601;
}
.loader__bar {
  width: 352px;
  height: 2px;
  left: 121px;
  top: 281px;
  background: rgba(115,135,160,0.5);
  border-radius: 1px;
}
.loader__progress {
  width: 0;
  height: 2px;
  background: linear-gradient(269.03deg, #fbb601 0%, #f2994a 99.99%);
  border-radius: 1px;
}
.loader__progress--animated {
  animation-name: loader;
  animation-duration: 10s;
  animation-timing-function: linear;
  /*animation-iteration-count: 2;*/
}
@keyframes loader {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.sign__header {
  margin-top: 51px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: normal;
  font-size: 64px;
  letter-spacing: -0.05em;
  color: #3079ff;
}
.sign__header-text {
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 42px;
  font-size: 30px;
  letter-spacing: -0.02em;
  color: #5a6176;
}
.sign__input-wrap {
  position: relative;
  padding-top: 30px;
  margin-bottom: 5px;
}
/*.sign__input-wrap:nth-child(4):after {*/
  /*display: none !important;*/
/*}*/
.sign__input-wrap--error:after {
  content: "";
  position: absolute;
  top: 45px;
  right: 25px;
  width: 5px;
  height: 20px;
  background-image: url("../img/icons-svg/ic_attention.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.sign__input-wrap--success:after {
  content: "";
  position: absolute;
  top: 45px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons-svg/ic_success.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.sign__placeholder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 18px;
  letter-spacing: -0.02em;
}
.sign__placeholder--focused {
  display: inline;
  color: #3079ff;
}
.sign__placeholder--error {
  display: inline;
  color: #f84850;
}
.sign__placeholder--success {
  display: inline;
  color: #41c566;
}
.sign__input {
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px;
  width: 100%;
  background: #fff;
  border: 1px solid #9b9b9b;
  box-sizing: border-box;
  border-radius: 4px;
}
.sign__input::placehoder {
  font-family: Roboto;
  font-weight: normal;
  line-height: 34px;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #92a1b0;
}
.sign__submit {
  display: block;
  width: 320px;
  margin-top: 35px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 500;
  line-height: normal;
  font-size: 30px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #fff;
  background: linear-gradient(259.38deg, #fbb601 0%, #f2994a 98.88%);
  border: none;
  box-sizing: border-box;
  border-radius: 40px;
  opacity: 1;
  cursor: pointer;
}
.sign__submit:disabled {
  opacity: 0.4;
}
/*.sign__submit:active{*/
  /*box-shadow: 3px -3px 5px 0px #264f80;*/
/*}*/
.accept__input {
  display: none;
}

.accept__input-group {
  margin-top: 23px;
  font-size: 14px;
}

.accept__label {
  position: relative;
  display: block;
  margin-top: 0;
  padding-left: 40px;
  line-height: normal;
  cursor: pointer;
}
.accept__label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
}
.accept__link {
  text-decoration: none;
}
.accept__input:checked + .accept__label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 22px;
  height: 22px;
  background-color: #1E2FF9;
}
.accept__input:checked + .accept__label:before {
  content: '';
  position: absolute;
  left: 7px;
  top: 4px;
  z-index: 2;
  display: block;
  width: 6px;
  height: 12px;
  background-color: transparent;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.page__footer {
  margin-top: auto;
  z-index: 3;
  padding-top: 35px;
  padding-bottom: 55px;
}
.page__footer--slider {
  z-index: 5;
  background: rgba(27,55,88,0.2);
  border-top: none;
}
.page__footer-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
/*margin-left 125px*/
  margin-left: 8.68%;
  width: 715px;
}
.copy {
  line-height: 16px;
  font-size: 14px;
  letter-spacing: -0.02em;
}

.copy > a {
  text-decoration: none;
}

.social__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.social__item {
  margin: 0 15px;
}
.social__item:last-of-type {
  margin-right: 0;
}
.social_vk__logo {
  content: "";
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url("../img/icons-svg/ic_vk.svg");
}
.social_vk__logo:hover {
  background-image: url("../img/icons-svg/ic_vk_active.svg") !important;
}
.social_fb__logo {
  content: "";
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url("../img/icons-svg/ic_facebook.svg");
}
.social_fb__logo:hover {
  background-image: url("../img/icons-svg/ic_facebook_active.svg");
}
.social_viber__logo {
  content: "";
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url("../img/icons-svg/ic_viber.svg");
}
.social_viber__logo:hover {
  background-image: url("../img/icons-svg/ic_viber_active.svg");
}
.first {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 473px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 15px;
}
.first__header {
  display: block;
  margin: 0 auto;
  line-height: normal;
  font-size: 28px;
  text-align: center;
  color: #fff;
}
.first__text {
  margin: 0 auto;
  margin-top: 5px;
  display: block;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.first__link {
  color: #fbb601;
}
.enter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 170px;
}

.enter__input {
  width: 100%;
  padding: 13px 15px 14px 12px;
  border: 1px solid #000000;
  outline: none;
}

.enter__input:focus {
  border: 1px solid #1E2FF9;
}

.enter__input::placeholder, .password__input::placeholder {
  color: #C4C4C4;
}

.enter__input-group {
  margin-bottom: 27px;
  font-size: 14px;
}

.enter__input-wrap--error > input {
  border: 1px solid #F84950;
}

.enter__wrap {
  width: 365px;
}

.enter__header {
  line-height: normal;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 27px;
  color: #1E2FF9;
  text-align: center;
  margin-top: 22px;
}

.enter__header-registry {
  margin-bottom: 10px;
  font-size: 23px;
}

.enter__header-type {
  font-size: 17.5px;
  margin-bottom: 27px;
  margin-top: 10px;
}

.enter__header-hint {
  position: relative;
  top: -21px;
  color: #1E2FF9;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.enter__submit {
  display: block;
  width: 100%;
  background: #1E2FF9;
  border: 1px solid #1E2FF9;
  box-sizing: border-box;
  box-shadow: 0px 8px 20px rgba(30, 47, 249, 0.2);
  border-radius: 4px;
  color: #FFFFFF;
  height: 60px;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  margin-top: 40px;
}

.enter__submit:disabled {
  color: #FFFFFF;
  border: none;
  background: #ABC7F1;
  box-shadow: 0px 8px 20px rgba(30, 47, 249, 0.2);
  border-radius: 4px;
}

.enter__submit:hover:enabled {
  border: none;
  background: #3078FF;
  box-shadow: 0px 8px 20px rgba(30, 47, 249, 0.2);
  border-radius: 4px;
}

.enter__error-block {
  color: #F84950;
  padding-top: 2px;
}
.login__text {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 34px;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #e5eff7;
}

.password__input-wrap {
  position: relative;
}

.password__input-wrap--error > input {
  border: 1px solid #F84950;
}

.password__input {
  width: 100%;
  padding: 13px 55px 14px 12px;
  border: 1px solid #000000;
}

.password__input:focus {
  border: 1px solid #1E2FF9;
}

.password__input-eye {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  padding: 0 17px;
  border-radius: 0;
  text-decoration: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-appearance: none;
  cursor: pointer;
  border: 0;
  background: transparent;
}

.password__input-eye-icon {
  background-image: url(../img/icons-svg/open_eye.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}

.password__input-eye.closed > .password__input-eye-icon {
  height: 15px;
  background-image: url(../img/icons-svg/closed_eye.svg);
}

.login__error {
  width: 100%;
  padding: 13px 15px 12px 15px;
  font-size: 12px;
  background: #F84950;
  box-shadow: 0px 4px 4px rgba(248, 73, 80, 0.39);
  color: white;
  margin-top: 24px;
  margin-bottom: 13px;
}

.login__registry {
  margin-top: 43px;
  text-align: center
}

.login__registry.info {
  margin-top: 69px;
}

.remember__input {
  display: none;
}
.remember__label {
  position: relative;
  display: block;
  margin-top: 35px;
  padding-left: 40px;
  line-height: normal;
  font-size: 18px;
  color: #99bde8;
  cursor: pointer;
}
.remember__label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #99bde8;
}
.remember__input:checked + .remember__label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 22px;
  height: 22px;
  background-color: #348bed;
}
.remember__input:checked + .remember__label:before {
  content: '';
  position: absolute;
  left: 7px;
  top: 4px;
  z-index: 2;
  display: block;
  width: 6px;
  height: 12px;
  background-color: transparent;
  border: none;
  border-right: 2px solid #206fcd;
  border-bottom: 2px solid #206fcd;
  transform: rotate(45deg);
}
.restore {
  display: inline-block;
  padding-top: 9px;
  cursor: pointer;
  color: #99bde8;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  width: 100%;
}
.restore__link {
  color: #000000;
  text-decoration: underline;
}

.restore__link:active, .restore__link:focus, .restore__link:hover {
  text-decoration: none;
}

.message {
  max-width: 665px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: relative;
  top: -62px;
  align-items: center;
}
.message__header {
  line-height: 24px;
  font-size: 20px;
}

.message__image {
  margin-bottom: 59px;
  width: 310px;
}

.message__text {
  line-height: 31px;
  font-size: 26px;
  text-align: center;
  margin: 20px 0;
}
.message__mail {
  text-decoration: none;
  color: #3079ff;
}
.message__list-header {
  line-height: 34px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  letter-spacing: -0.05em;
  color: #5a6176;
}
.message__list {
  margin-top: 20px;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.message__item {
  position: relative;
  padding-left: 45px;
  line-height: normal;
  font-size: 12px;
  text-align: left;
  color: #5a6176;
  width: 280px;
}
.message__item:nth-child(1) {
  margin-right: 50px;
}
.message__item:nth-child(1) span {
  text-decoration: underline;
  color: #3079ff;
}
.message__item:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0px;
  top: -7px;
  font-weight: 900;
  line-height: 56px;
  font-size: 56px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #e1e8ec;
}
.attention {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(205,218,227,0.3) 25.98%, rgba(205,218,227,0.3) 74.74%, rgba(255,255,255,0) 99.69%);
}
.attention__header {
  position: relative;
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  font-weight: normal;
  line-height: normal;
  font-size: 20px;
  letter-spacing: -0.05em;
  color: #3079ff;
}
.attention__header:before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  border: 2px solid #3079ff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.attention__header:after {
  position: absolute;
  top: 16px;
  left: 19px;
  content: "";
  border: none;
  border-left: 2px solid #3079ff;
  border-bottom: 2px solid #3079ff;
  width: 6px;
  height: 6px;
  transform: skewY(30deg);
}
.attention__uppertext {
  font-size: 1.5em;
  font-weight: 400;
}
.attention__text {
  font-weight: normal;
  line-height: 23px;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #5a6176;
}
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 700px;
  height: 556px;
  margin: auto;
  background: #fff;
}
.modal_result {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 700px;
  height: 256px;
  margin: auto;
  background: #fff;
}
.modal--show {
  display: block;
}
.modal:before {
  content: "";
  position: absolute;
  top: -115px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 140px;
  height: 185px;
  background-image: url("../img/icons-svg/ic_messege.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.modal__head {
  width: 100%;
  height: 120px;
  background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(205,218,227,0.3) 25.98%, rgba(205,218,227,0.3) 74.74%, rgba(255,255,255,0) 99.69%);
}
.modal__h3 {
  margin-top: 40px;
  font-weight: normal;
  line-height: 34px;
  font-size: 30px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #5a6176;
}
.modal__text {
  line-height: 34px;
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #5a6176;
}
.modal__list {
  margin-top: 20px;
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.modal__item {
  position: relative;
  padding-left: 40px;
  line-height: normal;
  font-size: 12px;
  color: #5a6176;
  width: 230px;
}
.modal__item:nth-child(1) {
  margin-right: 25px;
}
.modal__item:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0px;
  top: -7px;
  font-weight: 900;
  line-height: 56px;
  font-size: 56px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #e1e8ec;
}
.modal__text-bottom {
  margin-top: 40px;
  font-weight: normal;
  line-height: 23px;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #5a6176;
}
.modal__btn {
  position: absolute;
  bottom: -28px;
  right: 0;
  left: 0;
  z-index: 1001;
  display: block;
  width: 320px;
  padding: 15px;
  margin: 0 auto;
  font-weight: 500;
  line-height: normal;
  font-size: 30px;
  text-align: center;
  letter-spacing: -0.04em;
  text-decoration: none;
  color: #fff;
  outline: none;
  border: 0;
  background: linear-gradient(261.47deg, #fbb601, #f2994a 99.27%);
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 5px 30px 0 rgba(251,182,1,0.4);
}
.modal__btn:hover {
  box-shadow: 0 15px 25px 0 rgba(242,153,74,0.3);
  transform: scale(1.05);
}
.callback__send-form__accept {
  display: block;
  position: relative;
  font-family: "proxima nova", Corbel, Arial, sans-serif;
  font-weight: 100;
  line-height: 1.2;
  color: #000;
  left: 30px;
  margin: 0 auto;
}
.callback__send-form__accept:before {
  content: "";
  display: block;
  position: relative;
  left: -30px;
  top: 25px;
  width: 18px;
  height: 18px;
  border: 2px solid #fbb601;
}
.callback__send-form__accept_input {
  display: none;
}
.callback__send-form__accept_input:checked + .callback__send-form__accept:before {
  content: '';
  position: relative;
  display: block;
  width: 18px;
  height: 18x;
  background-color: #fbb601;
}
.callback__send-form__accept_input:checked + .callback__send-form__accept:after {
  content: '';
  position: absolute;
  left: -23px;
  top: 26px;
  z-index: 2;
  display: block;
  width: 6px;
  height: 12px;
  background-color: transparent;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.callback__send-form__accept_link {
  color: #000;
  text-decoration: underline;
}
.callback__send-form__accept.blink:before {
  background-color: #f84850;
}
.backcall {
  position: fixed;
  z-index: 1001;
  bottom: 80px;
  right: 25px;
  background-color: #0083cc;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0 0 15px #202020;
  font-family: Roboto, SansSerif;
}
.backcall:hover {
  background-color: #0083e2;
}
.backcall:active {
  box-shadow: inset 0 0 25px #202020;
}
.backcall-window {
  position: absolute;
  display: none;
  top: 10px;
  left: 50%;
  z-index: 1000;
  box-sizing: border-box;
  width: 300px;
  min-height: 350px;
  margin-left: -150px;
  background-image: url("../img/Modal_Back.png");
  background-size: cover;
  background-position-y: 0px;
  box-shadow: 0 0 15px #202020;
}
.backcall-window--show {
  display: block;
}
.backcall-window__header {
  text-align: center;
  margin-bottom: 15px;
}
.backcall-window__text {
  padding: 40px 15px 20px 25px;
  width: 90%;
  font-size: 16px;
  font-family: Roboto, SansSerif;
  font-weight: 300;
  line-height: 1.3em;
}
.backcall-window__text-header {
  display: block;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 500;
}
.backcall-window__form,
.backcall-window__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.backcall-window__form {
  background-color: rgba(237,235,240,0.9);
  padding: 25px;
  width: 83%;
  min-height: 100%;
  font-family: Roboto, SansSerif;
}
.backcall-window__form input,
.backcall-window__form textarea {
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 10px;
  background-color: #fff !important;
  color: #5a6176 !important;
  font-family: Roboto, SansSerif;
}
.backcall-window__form>input::placehoder {
  font-family: Roboto;
  font-weight: normal;
  line-height: 34px;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #92a1b0;
}
.backcall-window__form input:first-of-type {
  margin-top: 20px;
}
.backcall-window__form textarea {
  min-height: 100px;
  resize: none;
  font-family: Roboto, SansSerif;
}
.backcall-window__form-callme {
  outline: none;
  border: none;
  margin-top: 15px;
  margin-bottom: 30px;
  border-radius: 50px;
  font-size: 24px;
  ffont-family: Roboto, SansSerif;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  color: #20262c;
  padding: 18px 25px;
  min-height: 60px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  background-color: #fbb601;
  box-shadow: 0 5px 30px 0 rgba(251,182,1,0.4);
}
.backcall-window__form-callme:hover {
  box-shadow: 0 5px 60px 0 rgba(251,182,1,0.8);
}
.backcall-window__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.backcall-window__close:after,
.backcall-window__close:before {
  content: " ";
  position: absolute;
  width: 25px;
  height: 3px;
  background: #3079ff;
  border-radius: 1px;
  left: 5px;
  top: 10px;
}
.backcall-window__close:before {
  transform: rotate(45deg);
}
.backcall-window__close:after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .accept__label {
    padding-left: 26px;
  }

  .accept__label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid #000000;
  }

  .accept__input-group {
    margin-top: 10px;
    font-size: 10px;
    line-height: 12px;
  }

  .copy {
    line-height: 14px;
    font-size: 12px;
  }

  .enter {
    margin-top: 92px;
  }

  .enter__error-block {
    font-size: 12px;
  }

  .enter__header {
    font-size: 18px;
    line-height: 21px;
    margin-top: 51px;
  }

  .enter__header.registry {
    margin-top: 10px;
  }

  .enter__header-hint {
    line-height: 14px;
    font-size: 12px;
  }

  .enter__input-group {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 21px;
  }

  .enter__submit {
    height: 42px;
    font-size: 16px;
    line-height: 19px;
    margin-top: 33px;
  }

  .enter__submit.registry {
    margin-top: 18px;
  }

  .enter__wrap {
    width: 100%;
    padding: 0 24px;
  }

  .login__error {
    margin-bottom: 9px;
  }

  .login__header {
    font-size: 22px;
    margin-top: 29px;
    line-height: 26px;
  }

  .login__registry {
    margin-top: 33px;
  }

  .login__registry.info {
    margin-top: 52px;
  }

  .login__registry.login {
    margin-top: 21px;
  }

  .login__input-group {
    margin-top: 20px;
    font-size: 12px;
    line-height: 14px;
  }

  .logo__background {
    top: -607px;
    left: -281px;
  }

  .logo__link {
    top: 12px;
    left: 30px;
  }

  .message {
    padding: 0 25px;
    position: block;
    top: 0;
  }

  .message__header {
    font-size: 14px;
    line-height: 17px;
  }

  .message__image {
    height: 85px;
    margin-top: 30px;
  }

  .message__text {
    font-size: 15px;
    line-height: 18px;
  }

  .page__footer {
    padding-top: 35px;
    padding-bottom: 19px;
  }

  .page-header {
    background-image: url("../img/header-background-small.svg");
    background-repeat: no-repeat;
  }

  .registry__link {
    font-size: 16px;
    line-height: 19px;
  }

  .registry__link.info {
    font-size: 16px;
    line-height: 19px;
  }

  .restore {
    font-size: 12px;
    line-height: 14px;
  }

  .slider {
    display: none;
  }

  .wrapper {
    margin-left: 0;
    text-align: center;
  }
}
