@charset "UTF-8";

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

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

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

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

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

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

.swiper-slide {
  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 {
  align-items: flex-start;
  transition-property: transform, height;
}

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

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

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

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

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

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

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

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  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-next.swiper-button-disabled,
.swiper-button-prev.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: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-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(0, -50%, 0);
}

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

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

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

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

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #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 {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  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");
}

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

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

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

@media (min-width: 1200px) {
  html {
    font-size: -webkit-calc((100vw + 1px - 1px)/100);
    font-size: expression((100vw + 1px - 1px)/100);
    font-size: -o-calc((100vw + 1px - 1px)/100);
    font-size: calc((100vw + 1px - 1px)/100);
  }
}

@media (min-width: 1440px) {
  html {
    font-size: 14.4px;
  }
}

body {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-family: reg;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
}

.button {
  border: none;
  cursor: pointer;
  font-family: "reg";
  background: none;
  padding: 0;
}

*:focus {
  outline: none;
}

.text > * + * {
  margin-top: 15px;
}

a {
  text-decoration: none;
}

.ymap-container,
.vue-google-map,
.map-view {
  height: 100%;
  width: 100%;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: reg;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

input::-webkit-input-placeholder {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

input::-moz-placeholder {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

input:-moz-placeholder {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

input:-ms-input-placeholder {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: reg;
  display: block;
  width: 100%;
  box-sizing: border-box;
  resize: none;
}

textarea::-webkit-input-placeholder {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

textarea::-moz-placeholder {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

textarea:-moz-placeholder {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

textarea:-ms-input-placeholder {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

.input {
  position: relative;
  display: block;
}

.textarea {
  position: relative;
  display: block;
}

.preloader {
  fill: #fff;
  width: 70%;
}

.preloader svg {
  width: 100%;
}

.asd__wrapper {
  background-color: #484B65 !important;
  font-family: reg !important;
  top: 100% !important;
  width: 280px !important;
  box-sizing: border-box !important;
  right: 0 !important;
  left: auto !important;
}

.asd__inner-wrapper {
  transition: none !important;
}

.asd__change-month-button {
  background: #484B65 !important;
  top: 15px !important;
}

.asd__change-month-button button {
  background: #484B65 !important;
  border: 5px solid transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.asd__change-month-button svg {
  display: none;
}

.asd__change-month-button--previous button {
  border-right: 5px solid #fff !important;
}

.asd__change-month-button--next button {
  border-left: 5px solid #fff !important;
}

.asd__month {
  color: #fff !important;
}

.asd__month-name {
  font-size: 21px !important;
  font-family: bold !important;
  color: #fff !important;
  font-weight: normal !important;
}

.asd__month-table {
  background: #484B65 !important;
  width: 85% !important;
}

.asd__day {
  line-height: normal !important;
}

.asd__day--enabled {
  border: none !important;
  outline: none !important;
}

.asd__day--enabled button {
  font-family: reg !important;
  font-size: 14px !important;
}

.asd__day-title {
  color: #fff !important;
  font-family: reg !important;
}

.asd__days-legend {
  width: 260px !important;
}

@media (min-width: 1200px) {
  .asd__change-month-button {
    top: 1.25rem !important;
  }

  .asd__change-month-button button {
    border: 0.4166666667rem solid transparent !important;
  }

  .asd__change-month-button--previous button {
    border-right: 0.4166666667rem solid #fff !important;
  }

  .asd__change-month-button--next button {
    border-left: 0.4166666667rem solid #fff !important;
  }

  .asd__day--enabled button {
    font-size: 1.1666666667rem !important;
  }
}

.popup {
  background-color: #27273E;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.popup__wrapper {
  max-width: 344px;
  margin: 0 auto;
  padding: 24px 6.25% 0 6.25%;
}

@media (min-width: 600px) {
  .popup__wrapper {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1200px) {
  .popup__wrapper {
    max-width: none;
  }
}

.form.loading .form__body {
  opacity: 0.5;
  transform: scale(0.95);
  transition: 0.3s ease !important;
}

.form.loading .form__preloader {
  opacity: 1;
  pointer-events: all;
}

.form.loading .form__preloader svg {
  opacity: 1;
  transition: 0.3s ease;
}

.form.loading .form__preloader .wheel {
  -webkit-animation: rotate 3s linear infinite;
          animation: rotate 3s linear infinite;
}

.form__body {
  min-width: 280px;
  max-width: 344px;
  margin: 0 auto;
  position: relative;
}

.form__content--login {
  opacity: 0;
  pointer-events: none;
  transform: translate(0, 20px);
}

.form__content--login.active {
  opacity: 1;
  pointer-events: all;
  transition-delay: 0.15s;
  transform: none;
}

.form__content--login + * {
  transition-delay: 0s;
}

.form__content--login + *.active {
  transition-delay: 0.15s;
}

.form__content--forgot {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50px;
  transform: translate(-50%, -20px);
}

.form__content--forgot.active {
  opacity: 1;
  pointer-events: all;
  transition-delay: 0.15s;
  transform: translate(-50%, 0);
}

.form__logo {
  margin-bottom: 15px;
  font-family: "bold";
}

.form__logo svg {
  width: 35px;
  height: 35px;
  fill: #fff;
}

.form__logo.active .wheel {
  -webkit-animation: rotate180 0.3s cubic-bezier(1, 0, 0, 1);
          animation: rotate180 0.3s cubic-bezier(1, 0, 0, 1);
}

.form__title {
  color: #fff;
  margin-bottom: 24px;
  max-width: 344px;
}

.form__title h1 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
  font-family: "bold";
}

.form__title p {
  line-height: 22px;
  font-size: 16px;
}

.form__line {
  color: #fff;
  position: relative;
}

.form__line + .form__line {
  margin-top: 20px;
}

.form__label {
  display: block;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 12px;
}

.form__input {
  max-width: 344px;
  height: 41px;
  box-sizing: border-box;
}

.form__input input {
  width: 100%;
  height: 100%;
  padding: 14px;
  font-size: 18px;
  line-height: 24px;
  font-family: "reg";
  border: none;
}

.form__button--entry {
  margin-top: 28px;
  margin-bottom: 20px;
}

.form__button--forgot {
  margin: 28px 0 20px 0;
}

.form__link--white {
  display: block;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}

.form__link--white span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.form__preloader {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (min-width: 600px) {
  .form--account {
    position: relative;
  }

  .form__content--forgot {
    top: 0;
    transform: translate(-50%, -20px);
  }

  .form__content--forgot.active {
    transform: translate(-50%, 0);
  }

  .form__logo {
    margin-bottom: 0;
    position: absolute;
    top: -10px;
    left: -72px;
  }

  .form__logo svg {
    width: 52px;
    height: 52px;
  }

  .form__title {
    color: #fff;
    margin-bottom: 36px;
    width: 344px;
  }

  .form__title h1 {
    font-size: 30px;
    margin-bottom: 18px;
  }

  .form__title p {
    line-height: 24px;
    font-size: 18px;
  }

  .form__label {
    font-size: 18px;
  }

  .form__input {
    max-width: 344px;
  }

  .form__button--entry {
    margin-top: 28px;
    margin-bottom: 20px;
  }

  .form__button--forgot {
    margin: 28px 0 20px 0;
  }

  .form__link--white {
    display: block;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
  }

  .form__link--white span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}

@media (min-width: 1200px) {
  .form__body {
    min-width: 23.3333333333rem;
    max-width: 28.6666666667rem;
  }

  .form__logo {
    top: -0.8333333333rem;
    left: -6rem;
  }

  .form__logo svg {
    width: 4.3333333333rem;
    height: 4.3333333333rem;
  }

  .form__content--login {
    transform: translate(0, 1.6666666667rem);
  }

  .form__content--forgot {
    transform: translate(-50%, -1.6666666667rem);
  }

  .form__title {
    margin-bottom: 2.6666666667rem;
    width: 25.8333333333rem;
    max-width: none;
  }

  .form__title h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
  }

  .form__title p {
    line-height: 2rem;
    font-size: 1.5rem;
  }

  .form__line + .form__line {
    margin-top: 1.6666666667rem;
  }

  .form__label {
    line-height: 2rem;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .form__input {
    max-width: none;
    width: 25.8333333333rem;
    height: 3.4166666667rem;
  }

  .form__input input {
    padding: 0.8333333333rem 1.6666666667rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .form__button--entry {
    margin: 2.3333333333rem 0 1.6666666667rem 0;
  }

  .form__button--forgot {
    margin: 2.3333333333rem 0 1.6666666667rem 0;
  }

  .form__link--white {
    line-height: 2rem;
    font-size: 1.3333333333rem;
  }

  .form__link--white span {
    border-bottom: 0.0833333333rem solid transparent;
  }
}

.input {
  position: static;
}

.input.error .input__error {
  opacity: 1;
  pointer-events: all;
}

.input__error {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 1;
  line-height: 28px;
  font-size: 16px;
  background-color: #27273E;
  color: #D32F2F;
}

@media (min-width: 600px) {
  .input {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .input {
    line-height: 2.3333333333rem;
    font-size: 1.5rem;
  }
}

.button--blue {
  max-width: 344px;
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  background-color: #4B5FA9;
}

@media (min-width: 600px) {
  .button--blue {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .button--blue {
    width: 25.8333333333rem;
    height: 4.6666666667rem;
    max-width: none;
    line-height: 2rem;
    font-size: 1.5rem;
    margin: 2.3333333333rem 0 2.6666666667rem 0;
  }
}

.cabinet {
  background-color: #27273E;
  color: #fff;
  min-height: 100vh;
}

.cabinet__container {
  padding: 0 6.25%;
}

.cabinet__top {
  padding: 16px 6.25% 20px 6.25%;
  background-color: #1F1F32;
}

.cabinet__list {
  padding: 20px 0;
}

.cabinet__filters {
  width: 100%;
}

.cabinet__payment {
  display: none;
}

.cabinet__table-head {
  display: none;
}

.cabinet__button--download {
  display: none;
}

@media (min-width: 768px) {
  .cabinet__top {
    padding: 13px 5.208333% 16px 5.208333%;
  }

  .cabinet__filters {
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
  }

  .cabinet__payment {
    display: inline-block;
    width: 70%;
  }

  .cabinet__payment h2 {
    display: inline-block;
    line-height: 32px;
    font-size: 32px;
    font-family: "bold";
  }

  .cabinet__payment p {
    display: inline-block;
    line-height: 14px;
    font-size: 12px;
    max-width: 120px;
    margin-left: 4px;
  }

  .cabinet__payment span {
    display: inline-block;
  }

  .cabinet__payment span:last-child {
    margin-left: 24px;
  }

  .cabinet__download {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }

  .cabinet__button--download {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    padding: 9px 12px;
    vertical-align: top;
    white-space: nowrap;
  }

  .cabinet__container {
    padding: 0 5.208333%;
  }
}

@media (min-width: 1200px) {
  .cabinet__top {
    padding: 1.0833333333rem 1.66666667% 1.3333333333rem 1.66666667%;
    position: relative;
    white-space: nowrap;
  }

  .cabinet__filters {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .cabinet__payment {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    padding-left: 1.0833333333rem;
    width: 43.75%;
  }

  .cabinet__payment h2 {
    line-height: 2.6666666667rem;
    font-size: 2.6666666667rem;
  }

  .cabinet__payment p {
    line-height: 1.1666666667rem;
    font-size: 1rem;
    max-width: 10rem;
    margin-left: 0.3333333333rem;
  }

  .cabinet__payment span {
    display: inline-block;
  }

  .cabinet__payment span:last-child {
    margin-left: 1.3333333333rem;
  }

  .cabinet__list {
    padding: 0;
  }

  .cabinet__download {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    position: static;
  }

  .cabinet__button--download {
    top: 50%;
    right: 1.66666667%;
    transform: translate(0, -50%);
    font-size: 1.3333333333rem;
    padding: 1rem 1.3333333333rem;
  }

  .cabinet__button--download:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 3rem;
    background: linear-gradient(to left, #1f1f32 36.11%, rgba(31, 31, 50, 0) 77.38%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1f1f32", endColorstr="#001f1f32",GradientType=0 );
  }

  .cabinet__table-head {
    display: block;
    padding: 1.3333333333rem 1.66666667% 1rem 1.66666667%;
    border-bottom: 1px solid #3D3D5C;
  }

  .cabinet__table-head span {
    display: inline-block;
    width: 12.5%;
  }

  .cabinet__table-head span:nth-of-type(3) {
    width: 25%;
  }

  .cabinet__table-head span:nth-of-type(5) {
    width: 18.75%;
  }

  .cabinet__table-head span:nth-of-type(6) {
    width: 18.75%;
  }

  .cabinet__table-head p {
    display: inline-block;
    font-size: 1.3333333333rem;
    position: relative;
    color: #fff;
  }

  .cabinet__table-head p:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(150%, 0);
    border: 0.4166666667rem solid transparent;
    border-top: 0.4166666667rem solid #fff;
  }

  .cabinet__container {
    padding: 0;
  }
}

.header {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 15px 6.25%;
  position: relative;
}

.header__logo {
  display: inline-block;
  vertical-align: middle;
}

.header__logo img {
  width: 32px;
  height: 32px;
}

.header__title {
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
  line-height: 30px;
  font-size: 18px;
}

.header__title h1 {
  display: inline-block;
}

.header__title span,
.header__title p {
  display: none;
}

.header__button--hamburger {
  display: block;
  position: absolute;
  top: 24px;
  right: 6.25%;
  z-index: 2;
}

.header__button--hamburger span {
  width: 21px;
  height: 2px;
  display: block;
  position: relative;
  background-color: #fff;
}

.header__button--hamburger span + span {
  margin-top: 4px;
}

.header__button--hamburger:before {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}

.header__button--hamburger.active span:nth-child(1) {
  transform: translate(0, 6px) rotate(45deg);
}

.header__button--hamburger.active span:nth-child(2) {
  opacity: 0;
  pointer-events: none;
}

.header__button--hamburger.active span:nth-child(3) {
  transform: translate(0, -6px) rotate(-45deg);
}

.header__button--hamburger.active:before {
  content: "";
}

.header__button--close-header {
  display: none;
}

.header__button--close-sidebar {
  color: #fff;
  text-align: left;
  width: 100%;
  line-height: 25px;
  font-size: 16px;
  padding: 15px;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #27273E;
}

.header__wrapper {
  height: 100%;
  padding-bottom: 55px;
  box-sizing: border-box;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.header__sidebar {
  position: fixed;
  height: 100%;
  font-size: 0;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #27273E;
  width: 265px;
  transform: translate(-100%, 0);
}

.header__sidebar.active {
  transform: translate(0, 0);
}

@media (min-width: 768px) {
  .header {
    padding: 12px 5.208333% 14px 5.208333%;
  }

  .header__logo img {
    width: 36px;
    height: 36px;
  }

  .header__title span {
    display: inline-block;
    font-family: "bold";
  }

  .header__title span:after {
    font-size: 13px;
    margin-right: 4px;
  }

  .header__title p {
    display: inline-block;
  }

  .header__button--hamburger {
    display: none;
  }

  .header__button--close-header {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    right: 5.208333%;
    top: 50%;
    transform: translate(0, -50%);
  }

  .header__button--close-header:before {
    content: "";
    width: 150%;
    height: 400%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header__button--close-header:after {
    content: "\E903";
    font-family: icon;
    font-size: 12px;
    margin-left: 8px;
  }

  .header__sidebar {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header {
    padding: 1rem 1.66666667% 1.1666666667rem 1.66666667%;
  }

  .header__logo img {
    width: 3rem;
    height: 3rem;
  }

  .header__title {
    line-height: 2.5rem;
    font-size: 1.6666666667rem;
  }

  .header__title span:after {
    font-size: 1.1666666667rem;
    margin-right: 0.3333333333rem;
  }

  .header__button--close-header {
    border-bottom: 0.0833333333rem solid transparent;
    font-size: 1rem;
    line-height: 1.1666666667rem;
    right: 1.66666667%;
  }

  .header__button--close-header:after {
    font-size: 1rem;
    margin-left: 0.6666666667rem;
  }
}

.button--toggle {
  position: relative;
}

.button--toggle:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-top: 5px solid #fff;
}

.button--toggle.active:before {
  border-top: none;
  border-bottom: 5px solid #fff;
}

.button--dark-purple {
  background-color: #131428;
}

.button--light-purple {
  background-color: #1F1F32;
}

.button--light-blue {
  background-color: #3B57C8;
  color: #fff;
}

.button--sorting {
  display: inline-block;
  font-size: 1rem;
  position: relative;
  color: #fff;
  font-family: bold;
  line-height: 1rem;
}

.button--sorting:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 100%;
  margin-left: 0.6666666667rem;
  border: 0.4166666667rem solid transparent;
  border-top: 0.4166666667rem solid rgba(255, 255, 255, 0.5);
  transform-origin: center;
  transition: 0.2s ease;
  transition-property: transform;
}

.button--sorting.active::before {
  transform: translate(0, -50%) rotate(-180deg);
}

.button--close:before,
.button--close:after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background-color: #3D3D5C;
}

.button--close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.button--close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.button--no-sort:before {
  opacity: 0;
}

@media (min-width: 1200px) {
  .button--close {
    width: 1rem;
    height: 1rem;
  }

  .button--close:before,
  .button--close:after {
    width: 1.5rem;
    height: 1px;
  }
}

.rouble {
  position: relative;
}

.rouble:after {
  content: "";
  font-family: icon;
  color: #fff;
  line-height: normal;
  display: inline-block;
  margin-left: 4px;
}

.rouble--s:after {
  content: "\E900";
  font-size: 12px;
}

.rouble--l:after {
  content: "\E901";
  font-size: 28px;
  line-height: normal;
  margin-bottom: 1px;
  vertical-align: bottom;
}

@media (min-width: 1200px) {
  .rouble:after {
    content: "";
    font-family: icon;
    color: #fff;
    line-height: normal;
    display: inline-block;
    margin-left: 4px;
  }

  .rouble--s:after {
    content: "\E900";
    font-size: 1rem;
  }
}

.select {
  position: relative;
}

.select__item {
  font-size: 16px;
  color: #fff;
  background-color: #484B65;
  padding: 11px 16px;
  box-sizing: border-box;
  display: block;
}

.select__item span {
  font-size: inherit;
  pointer-events: none;
}

.select__item--datepicker {
  position: relative;
}

.select__item:active {
  background-color: #9597A8;
}

.select__list {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 100%;
  max-height: 0;
  transition: 0.3s ease;
  transition-property: max-height;
  overflow: hidden;
}

.select__button--clear {
  display: none;
}

.select__toggle {
  background-color: #fff;
  color: #3D3D5C;
  width: 100%;
  padding: 13px 16px;
  text-align: left;
  line-height: 18px;
  font-size: 16px;
}

.select__toggle:before {
  content: "";
  position: absolute;
  display: block;
  right: 16px;
  top: 50%;
  border: 5px solid transparent;
  border-top: 5px solid #3D3D5C;
}

.select__toggle.active:before {
  border-top: none;
  border-bottom: 5px solid #3D3D5C;
}

@media (min-width: 768px) {
  .select__item {
    display: inline-block;
    background-color: transparent;
    padding: 10px 30px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
  }

  .select__item + .select__item {
    border-left: 1px solid #FFFFFF;
  }

  .select__item:first-child {
    border-left: 1px solid #FFFFFF;
  }

  .select__item:last-child {
    border-right: 1px solid #FFFFFF;
  }

  .select__item.active {
    background-color: #fff;
    color: #3D3D5C;
  }

  .select__item:active {
    background-color: #fff;
    color: #3D3D5C;
  }

  .select__item span {
    display: inline-block;
    vertical-align: middle;
  }

  .select__list {
    position: static;
    width: 100%;
    max-height: none !important;
    transition: 0.3s ease;
    transition-property: max-height;
    overflow: visible;
  }

  .select__toggle {
    display: none;
  }

  .select__button--clear {
    display: none;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    position: relative;
    z-index: 3;
    margin-left: 7px;
  }

  .select__button--clear.active {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .select__item {
    font-size: 1.3333333333rem;
    padding: 1rem;
    cursor: pointer;
  }

  .select__button--clear {
    width: 1rem;
    height: 1rem;
    margin-left: 0.5833333333rem;
  }
}

.list__item + .list__item {
  margin-top: 16px;
}

@media (min-width: 1200px) {
  .list__item {
    padding: 1.25rem 1.66666667% 1.6666666667rem 1.66666667%;
    position: relative;
  }

  .list__item + .list__item {
    margin-top: 0;
  }
}

.order__button {
  width: 100%;
  background-color: rgba(196, 196, 196, 0.2);
  color: #fff;
  font-size: 16px;
  padding: 9px 16px;
  text-align: left;
}

.order__button:before {
  top: 50%;
  right: 16px;
}

.order__button span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
}

.order__button span.active {
  background-color: #43A047;
}

.order__button h3 {
  display: inline-block;
  margin-left: 12px;
  margin-right: 8px;
  font-family: "bold";
}

.order__button p {
  display: inline-block;
}

.order__content {
  max-height: 0;
  font-size: 0;
  overflow: hidden;
}

.order__block {
  display: inline-block;
  box-sizing: border-box;
  min-width: 105px;
  max-width: 172px;
  vertical-align: top;
  margin-bottom: 28px;
  padding-right: 24px;
  font-size: 16px;
}

.order__block span {
  display: block;
}

.order__block span + span {
  margin-top: 8px;
}

.order__block h3 {
  display: block;
  font-family: "bold";
  margin-bottom: 12px;
  white-space: nowrap;
}

.order__block h3:first-child {
  padding-top: 20px;
}

.order__block p {
  line-height: 22px;
}

.order__block--id p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}

@media (min-width: 768px) {
  .order__button h3 {
    margin-right: 16px;
  }

  .order__block {
    min-width: 105px;
    max-width: 260px;
    vertical-align: top;
    margin-bottom: 32px;
    padding-right: 30px;
  }

  .order__block h3 {
    margin-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .order__button {
    display: inline-block;
    vertical-align: top;
    width: 12.5%;
    padding: 0;
    pointer-events: none;
    background-color: transparent;
    position: static;
    font-size: 1.3333333333rem;
  }

  .order__button:before {
    display: none;
  }

  .order__button span {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 2.5rem;
    right: 5.6666667%;
    transform: translate(0, -50%);
  }

  .order__button h3 {
    display: none;
  }

  .order__content {
    max-height: none;
    overflow: visible;
    padding-top: 0;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    width: 87.5%;
  }

  .order__content br {
    display: none;
  }

  .order__block {
    display: inline-block;
    box-sizing: border-box;
    min-width: 8.75rem;
    max-width: none;
    vertical-align: top;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 1.3333333333rem;
    width: 12.5%;
    text-align: left;
  }

  .order__block span {
    display: block;
  }

  .order__block span + span {
    margin-top: 0.6666666667rem;
  }

  .order__block:nth-child(1) {
    width: 14.5%;
  }

  .order__block:nth-child(2) {
    width: 12%;
  }

  .order__block:nth-child(3) {
    width: 18.28%;
  }

  .order__block:nth-child(4) {
    width: 15.428571%;
  }

  .order__block:nth-child(5) {
    width: 14.428571%;
  }

  .order__block:nth-child(5) p {
    max-width: none;
  }

  .order__block:nth-child(6) {
    width: 20.428571%;
  }

  .order__block h3 {
    display: none;
  }

  .order__block p {
    display: inline-block;
    line-height: 1.8333333333rem;
    font-size: 1.3333333333rem;
    max-width: 60%;
  }
}

.information {
  color: #fff;
}

.information--dark-purple {
  background-color: #131428;
}

.information--light-purple {
  background-color: #1F1F32;
}

.information__content {
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  max-height: 0;
}

.information__content h2 {
  padding-top: 4px;
  display: inline-block;
  line-height: 30px;
  font-size: 40px;
  margin-bottom: 8px;
  font-family: "bold";
}

.information__content p {
  display: block;
  line-height: 14px;
  font-size: 12px;
}

.information__content span {
  display: block;
}

.information__content span + span {
  margin-top: 16px;
}

.information__content span:last-child {
  padding-bottom: 32px;
}

.information__toggle {
  width: 100%;
  color: #fff;
  padding: 24px 20px;
  text-align: left;
  line-height: 18px;
  font-size: 16px;
  box-sizing: border-box;
}

.information__toggle:before {
  right: 35px;
  top: 50%;
}

.information__button-container {
  padding-bottom: 32px;
}

.information__button--download {
  display: block;
  margin-top: 40px;
  width: 210px;
  height: 56px;
  line-height: 26px;
  font-size: 16px;
}

.head__col {
  display: inline-block;
  vertical-align: top;
}

.head__col:nth-child(1) {
  width: 6.5%;
}

.head__col:nth-child(2) {
  width: 12.425%;
}

.head__col:nth-child(3) {
  width: 10.999%;
}

.head__col:nth-child(4) {
  width: 17.5%;
}

.head__col:nth-child(5) {
  width: 11.75%;
}

.head__col:nth-child(6) {
  width: 12.82%;
}

.panel-heading {
  font-size: 25px;
  font-weight: bold;
  padding-left: 60px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.control-label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}

.order__block a {
  margin-right: 5px;
}

.order__block a p {
  text-decoration: underline;
}

