html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
img,
small,
strike,
strong,
sub,
sup,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0; }

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%; }
  *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

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

button,
input,
textarea {
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: 0;
  border-radius: 0;
  outline: none; }

@font-face {
  font-family: "NouvelR";
  src: url("../fonts/NouvelR-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "NouvelR";
  src: url("../fonts/NouvelR-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "Renault";
  src: url("../fonts/RenaultLifeCyWebWeb-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Renault";
  src: url("https..fonts/RenaultLifeCyWebWeb-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: "Renault";
  src: url("../fonts/RenaultLifeCyWebWeb-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700; }

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

@font-face {
  font-family: "Read";
  src: url("../fonts/Read-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700; }

@media screen and (max-width: 900px) {
  .forDesktop {
    display: none !important; } }

@media screen and (min-width: 901px) {
  .forMobile_or_p {
    display: none !important; } }

html {
  font-size: 16px;
  line-height: 1; }
  @media screen and (width: 768px) {
    html {
      font-size: 18px; } }
  @media screen and (max-width: 480px) {
    html {
      font-size: 5vw; } }

body {
  font-family: 'NouvelR', sans-serif; }

.container {
  width: 100%;
  max-width: 83.25rem;
  margin: 0 auto;
  padding: 0 1rem; }
  @media screen and (max-width: 900px) {
    .container {
      padding: 0; } }

/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

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

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

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

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  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 {
  -webkit-transform-style: preserve-3d;
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.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;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  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;
  -webkit-box-shadow: none;
  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%;
  -webkit-transform: translate3d(0px, -50%, 0);
  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%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.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%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  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: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

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

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

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

/* Scrollbar */
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

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

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

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  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% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

/* a11y */
.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 {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  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;
  -webkit-transform-origin: 0 0;
  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 {
  -webkit-transform-origin: 100% 0;
  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;
  -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-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; }

.app-checkbox {
  display: inline-block; }
  .app-checkbox-group__name {
    margin-bottom: 0.9375rem;
    font-size: 1.0625rem;
    line-height: 2.5; }
  .app-checkbox-group__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .app-checkbox-group__items .app-checkbox {
      margin-bottom: 1.25rem; }
  .app-checkbox input {
    position: absolute;
    visibility: hidden; }
    .app-checkbox input:checked + i {
      color: #000; }
      .app-checkbox input:checked + i:before {
        background: url(../images/checked.svg) no-repeat center 40%/70% auto #000;
        border-color: #000; }
  .app-checkbox i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.0625rem;
    line-height: 1.2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #656666;
    cursor: pointer; }
    .app-checkbox i:before {
      content: '';
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 1.4375rem;
      height: 1.4375rem;
      margin-right: 0.5rem;
      border: 1px solid #656666; }
  .app-checkbox a {
    color: blue; }
  .app-checkbox.invalid i:before {
    border-color: red !important; }
  @media screen and (max-width: 900px) {
    .app-checkbox-group__name {
      margin-bottom: 1.5625rem;
      font-size: 0.875rem;
      line-height: 1.15; }
    .app-checkbox i {
      font-size: 0.875rem; } }

.app-radio-group__name {
  margin-bottom: 0.4375rem;
  font-size: 1.0625rem;
  line-height: 2.5; }

.app-radio-group__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .app-radio-group__items .app-radio {
    margin-right: 1.75rem; }

.app-radio input {
  position: absolute;
  visibility: hidden; }
  .app-radio input:checked + i:before {
    background: radial-gradient(#000 0.3125rem, transparent 0.375rem); }

.app-radio i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.0625rem;
  line-height: 1.2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }
  .app-radio i:before {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.3125rem;
    height: 1.3125rem;
    margin-right: 0.5625rem;
    border: 1px solid #E0E0E0;
    border-radius: 50%; }

.app-radio.invalid i:before {
  border-color: red !important; }

@media screen and (max-width: 900px) {
  .app-radio-group__name {
    margin-bottom: 1.375rem;
    font-size: 0.875rem;
    line-height: 1.15; }
  .app-radio input:checked + i:before {
    background: radial-gradient(#000 0.375rem, transparent 0.4375rem); }
  .app-radio i {
    font-size: 0.875rem; }
    .app-radio i:before {
      width: 1.5rem;
      height: 1.5rem; } }

.app-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.125rem;
  padding: 0 3.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (hover: hover) {
    .app-button:hover {
      color: #000;
      background-color: #EFDF00; } }
  .app-button.yellow {
    color: #000;
    background-color: #EFDF00; }
    @media (hover: hover) {
      .app-button.yellow:hover {
        background-color: #f8eb4c; } }
  .app-button.loading {
    color: transparent;
    background-image: url(../images/loader.svg);
    pointer-events: none; }
  .app-button.yellow.loading {
    background-image: url(../images/loader-black.svg); }
  .app-button.disabled {
    opacity: 0.3;
    pointer-events: none; }
  @media screen and (max-width: 900px) {
    .app-button {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      max-width: 17.125rem;
      margin: 0 auto;
      padding: 0 1rem; } }

.app-text-field {
  position: relative;
  width: 100%;
  padding-top: 0.875rem;
  border-bottom: 1px solid #E0E0E0; }
  .app-text-field:after {
    content: '';
    position: absolute;
    top: 0.875rem;
    right: 0.75rem;
    bottom: 0;
    width: 1.25rem;
    background: url(../images/success-field.svg) no-repeat center center/contain;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
  .app-text-field label {
    position: absolute;
    bottom: 1rem;
    left: 0;
    color: #868686;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transition: .2s;
    transition: .2s;
    pointer-events: none; }
    .app-text-field label.small {
      font-size: 0.9375rem; }
  .app-text-field input {
    width: 100%;
    height: 3.125rem;
    padding: 0 2.5rem 0 0;
    line-height: 1.25;
    font-weight: 600;
    color: #0C0C0C; }
  .app-text-field__error {
    position: absolute;
    top: calc(100% + 0.3125rem);
    right: 0;
    font-size: 0.75rem;
    text-align: right;
    color: red;
    white-space: nowrap; }
  .app-text-field.invalid {
    border-color: red; }
  .app-text-field.valid:after {
    opacity: 1; }
  .app-text-field input:focus ~ label, .app-text-field.no-empty label {
    -webkit-transform: translate3d(0, -1.9375rem, 0) scale(0.8);
    transform: translate3d(0, -1.9375rem, 0) scale(0.8); }
  .app-text-field.disabled {
    opacity: 0.3;
    pointer-events: none; }

.app-select {
  position: relative;
  width: 100%; }
  .app-select .multiselect {
    position: relative;
    width: 100%;
    height: 2.5rem;
    border: 1px solid #656666;
    outline: none;
    cursor: pointer; }
    .app-select .multiselect:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 1.125rem;
      width: 0.625rem;
      height: 0.625rem;
      background: url(../images/arrow-bottom-black.svg) no-repeat center center/contain;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
      @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
        .app-select .multiselect:after {
          -webkit-transition: 0s;
          transition: 0s; } }
    .app-select .multiselect .multiselect__tags {
      height: 100%; }
      @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
        .app-select .multiselect .multiselect__tags {
          pointer-events: none; } }
    .app-select .multiselect .multiselect__single {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      padding: 0 0.75rem; }
    .app-select .multiselect .multiselect__placeholder {
      display: none; }
    .app-select .multiselect .multiselect__input {
      height: 100%;
      padding: 0 2.8125rem 0 0.75rem; }
    .app-select .multiselect .multiselect__content {
      width: 100%; }
    .app-select .multiselect .multiselect__content-wrapper {
      position: absolute;
      top: calc(100% + 1px);
      right: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      max-height: 18.75rem !important;
      background: #fff;
      -webkit-box-shadow: 0 0 0 1px #656666;
      box-shadow: 0 0 0 1px #656666; }
    .app-select .multiselect .multiselect__option {
      display: block;
      padding: 0.625rem 0.75rem; }
      .app-select .multiselect .multiselect__option--highlight {
        background-color: rgba(0, 0, 0, 0.05); }
      .app-select .multiselect .multiselect__option--selected {
        background-color: rgba(0, 0, 0, 0.1); }
    .app-select .multiselect.multiselect--above .multiselect__content-wrapper {
      top: initial;
      bottom: calc(100% + 1px); }
    .app-select .multiselect.multiselect--active:after {
      -webkit-transform: translateY(-50%) scaleY(-1);
      transform: translateY(-50%) scaleY(-1); }
  .app-select__error {
    position: absolute;
    top: calc(100% + 0.1875rem);
    right: 0;
    font-size: 0.875rem;
    text-align: right;
    color: red;
    white-space: nowrap; }
  .app-select--invalid .multiselect {
    border-color: red; }
  .app-select--disabled {
    opacity: 0.3;
    pointer-events: none; }

.app-file-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 19.1875rem;
  height: 4.4375rem;
  background: url(../images/load-file-border.svg) no-repeat center center/100% 100%; }
  .app-file-input input {
    position: absolute;
    left: -99999px;
    visibility: hidden; }
  .app-file-input label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 0.3125rem;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    transition: background-color .3s; }
    .app-file-input label:hover {
      background-color: rgba(196, 196, 196, 0.3); }
  .app-file-input img {
    width: 1.3125rem;
    margin-bottom: 0.3125rem; }
  .app-file-input__text {
    color: #656666; }
  .app-file-input__name {
    max-width: 90%;
    padding-bottom: 0.75rem;
    overflow: hidden;
    color: #656666;
    text-overflow: ellipsis; }
  .app-file-input__dropper {
    position: absolute;
    right: 0.5625rem;
    bottom: 0.5625rem;
    font-size: 0.875rem;
    color: red;
    cursor: pointer; }
    .app-file-input__dropper:hover {
      font-weight: 600; }
  .app-file-input.highlight label {
    background-color: rgba(196, 196, 196, 0.2); }
  .app-file-input.invalid {
    background-image: url(../images/load-file-border-red.svg); }
  @media screen and (max-width: 900px) {
    .app-file-input {
      width: 100%; }
      .app-file-input label {
        padding-top: 0;
        padding-bottom: 0.25rem; }
      .app-file-input img {
        margin-bottom: 0.4375rem; }
      .app-file-input__text, .app-file-input__name {
        font-size: 0.875rem; } }

.vacancies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.375rem;
  padding: 3.25rem 11.4375rem 2.625rem;
  background: #E6E6E6; }
  .vacancies__title {
    margin-bottom: 3.125rem;
    font-size: 1.75rem;
    line-height: 2.125rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }
  .vacancies__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 13.75rem;
    margin-bottom: 2.625rem; }
  .vacancies-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 3.9375rem; }
    .vacancies-slider .swiper-container {
      width: 10.25rem;
      height: 100%;
      margin-right: 0.625rem; }
    .vacancies-slider .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 2.8125rem;
      margin-bottom: 0.75rem;
      font-size: 1.0625rem;
      font-weight: 700;
      color: #656666;
      cursor: pointer;
      -webkit-transition: color .3s;
      transition: color .3s;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .vacancies-slider .swiper-slide:first-of-type {
        margin-top: 0; }
      .vacancies-slider .swiper-slide:last-of-type {
        margin-bottom: 0; }
      .vacancies-slider .swiper-slide:before {
        content: '';
        width: 0.375rem;
        height: 100%;
        margin-right: 1.375rem;
        background: #EFDF00;
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s; }
      .vacancies-slider .swiper-slide.active {
        color: #000; }
        .vacancies-slider .swiper-slide.active:before {
          opacity: 1; }
    .vacancies-slider__navigation {
      position: relative;
      width: 1px;
      height: 100%;
      background: rgba(0, 0, 0, 0.3); }
      .vacancies-slider__navigation .swiper-button-prev, .vacancies-slider__navigation .swiper-button-next {
        width: 1.4375rem;
        height: 1.4375rem;
        margin: 0;
        background: #fff;
        border-radius: 50%; }
        .vacancies-slider__navigation .swiper-button-prev:after, .vacancies-slider__navigation .swiper-button-next:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: url(../images/arrow-top.svg) no-repeat center center/0.4375rem auto;
          border: 1px solid #000;
          border-radius: 50%;
          -webkit-transition: opacity .2s, background-color .1s;
          transition: opacity .2s, background-color .1s; }
        .vacancies-slider__navigation .swiper-button-prev:hover:after, .vacancies-slider__navigation .swiper-button-next:hover:after {
          background-color: rgba(0, 0, 0, 0.05); }
      .vacancies-slider__navigation .swiper-button-prev {
        top: 0.75rem;
        left: 0;
        -webkit-transform: translateX(-0.6875rem);
        transform: translateX(-0.6875rem); }
      .vacancies-slider__navigation .swiper-button-next {
        top: initial;
        bottom: 0.75rem;
        left: 0;
        -webkit-transform: translateX(-0.6875rem) scaleY(-1);
        transform: translateX(-0.6875rem) scaleY(-1); }
      .vacancies-slider__navigation .swiper-button-disabled {
        opacity: 1; }
        .vacancies-slider__navigation .swiper-button-disabled:after {
          opacity: 0.35; }
  .vacancies-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%;
    max-width: 36.5625rem; }
    .vacancies-list__item {
      width: 50%;
      margin-bottom: 0.125rem; }
      .vacancies-list__item .app-checkbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        height: 2.625rem; }
  @media screen and (max-width: 1024px) {
    .vacancies {
      padding-right: 6.25rem;
      padding-left: 6.25rem; } }
  @media screen and (max-width: 900px) {
    .vacancies {
      margin-bottom: 0;
      padding: 0.625rem 0 2.25rem; }
      .vacancies__title {
        margin-bottom: 0.5625rem;
        text-align: center; }
      .vacancies__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        margin-bottom: 1.5rem; }
      .vacancies-slider {
        width: 100vw;
        margin: 0 0 1.75rem;
        overflow: auto;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .vacancies-slider::-webkit-scrollbar {
          display: none;
          height: 0;
          -webkit-appearance: none; }
        .vacancies-slider .swiper-container {
          width: auto;
          margin: 0;
          overflow: initial; }
        .vacancies-slider .swiper-wrapper {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-transform: initial !important;
          transform: initial !important; }
        .vacancies-slider .swiper-slide {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
          width: auto;
          margin: 0;
          padding: 0 0.625rem;
          font-weight: 400; }
          .vacancies-slider .swiper-slide:first-of-type {
            padding-left: 1.375rem; }
          .vacancies-slider .swiper-slide:last-of-type {
            padding-right: 1.375rem; }
          .vacancies-slider .swiper-slide:before {
            width: 100%;
            height: 0.1875rem;
            margin: 0.625rem 0 0; }
          .vacancies-slider .swiper-slide.active {
            font-weight: 700; }
        .vacancies-slider__navigation {
          display: none; }
      .vacancies-list {
        max-width: 20rem;
        margin: 0 auto;
        padding: 0 1.4375rem; }
        .vacancies-list__item {
          width: 100%; } }

.details-item {
  margin-bottom: 0.875rem; }
  .details-item__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4.375rem;
    padding: 0 2.125rem 0 4.9375rem;
    font-size: 1.0625rem;
    text-transform: uppercase;
    border: 1px solid #000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s; }
    .details-item__name:after {
      content: '';
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 1.25rem;
      height: 0.8125rem;
      background: url(../images/arrow-bottom-black.svg) no-repeat center center/contain; }
    @media (hover: hover) {
      .details-item__name:hover {
        background-color: rgba(196, 196, 196, 0.2); } }
  .details-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .details-item__description {
    width: 100%;
    padding: 1.3125rem 4.9375rem 1rem;
    font-size: 1.0625rem;
    line-height: 1.9;
    color: #3E3F40; }
    .details-item__description b, .details-item__description strong {
      font-weight: 700; }
    .details-item__description i {
      font-style: italic; }
    .details-item__description sup {
      vertical-align: super; }
    .details-item__description sub {
      vertical-align: sub; }
    .details-item__description a {
      color: blue;
      text-decoration: underline; }
    .details-item__description h1, .details-item__description h2, .details-item__description h3, .details-item__description h4, .details-item__description h5, .details-item__description h6 {
      margin-bottom: 0.75rem;
      font-weight: 700; }
    .details-item__description h1 {
      font-size: 2rem; }
    .details-item__description h2 {
      font-size: 1.5rem; }
    .details-item__description h3 {
      font-size: 1.125rem; }
    .details-item__description h4 {
      font-size: 1rem; }
    .details-item__description h5 {
      font-size: 0.8125rem; }
    .details-item__description h6 {
      font-size: 0.625rem; }
    .details-item__description ul, .details-item__description ol {
      margin-bottom: 1.875rem; }
    .details-item__description ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .details-item__description ul li:before {
        content: '';
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 3px;
        height: 3px;
        margin: 0.9375rem 0.75rem 0 0.6875rem;
        background-color: #3E3F40; }
    .details-item__description ol li {
      list-style: decimal;
      list-style-position: inside; }
  .details-item__button {
    margin-bottom: 0.625rem; }
  .details-item.opened .details-item__name {
    font-weight: 700;
    color: #fff;
    background-color: #000; }
    .details-item.opened .details-item__name:after {
      background-image: url(../images/arrow-top-yellow.svg); }

@media screen and (max-width: 900px) {
  .details-item {
    margin-bottom: 0;
    border: none; }
    .details-item:not(:last-of-type):after {
      content: '';
      display: block;
      height: 1px;
      width: calc(100% - 1.125rem);
      margin: 0 auto;
      background: rgba(0, 0, 0, 0.3); }
    .details-item__name {
      height: initial;
      padding: 1.125rem 1.4375rem;
      font-size: 0.75rem;
      line-height: 1.17;
      border: none; }
      .details-item__name:after {
        width: 0.75rem; }
    .details-item__description {
      padding: 1.625rem 1.5rem 1.375rem;
      font-size: 0.75rem;
      line-height: 1.5; }
      .details-item__description h6 {
        margin-bottom: 0.375rem;
        font-size: 0.875rem; }
      .details-item__description ul {
        margin-bottom: 0.75rem; }
        .details-item__description ul li:before {
          width: 2px;
          height: 2px;
          margin: 0.4375rem 0.5rem 0; }
    .details-item__button {
      margin-bottom: 2.25rem; }
    .details-item.opened:after {
      opacity: 0; } }

.form {
  width: 100%;
  padding: 2.625rem 3.8125rem 3.875rem;
  background-color: rgba(196, 196, 196, 0.2); }
  .form__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.875rem; }
  .form__title {
    width: 100%;
    margin-bottom: 0.75rem;
    font-size: 1.0625rem;
    line-height: 2.5;
    text-transform: uppercase;
    text-align: center; }
  .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .form__col {
    width: calc((100% - 3.75rem) / 2);
    margin: 0 0.9375rem 1.4375rem; }
  .form__bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .form__bottom .api-error {
      position: absolute;
      top: calc(100% + 0.75rem);
      left: 50%;
      width: 100%;
      text-align: center;
      color: red;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .form__block--where-learned .form__title {
    margin-bottom: 2.875rem; }
  .form__block--where-learned .variants .form__col {
    margin-bottom: 1.25rem; }
  .form__block--schedules {
    margin-bottom: 1.3125rem; }
    .form__block--schedules .form__title {
      margin-bottom: 2.625rem; }
    .form__block--schedules .variant small {
      display: block;
      margin: 0.5625rem 0 0 1.9375rem;
      font-size: 0.875rem;
      line-height: 1.25; }
  .form__block--personal-information {
    margin-bottom: 1.5rem; }
  .form .birthday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .form .birthday__label {
      margin-right: 3.125rem;
      padding-top: 0.875rem;
      color: #8C8C8B;
      white-space: nowrap; }
    .form .birthday .app-text-field:not(:last-of-type) {
      margin-right: 2.25rem; }
  .form__block--education {
    margin-bottom: 1.125rem; }
    .form__block--education .form__title {
      margin-bottom: 1.75rem; }
    .form__block--education .app-select {
      width: 17.0625rem; }
  .form__block--driver {
    margin-bottom: 1.75rem; }
    .form__block--driver .form__title {
      margin-bottom: 2.5rem; }
    .form__block--driver .app-checkbox-group {
      margin-bottom: 0; }
  .form__block--experience .form__title {
    margin-bottom: 1.375rem;
    line-height: 1.2; }
    .form__block--experience .form__title span {
      text-transform: initial; }
  .form__block--experience .form__row {
    position: relative; }
  .form__block--experience .dropper {
    position: absolute;
    top: 0;
    right: 0.9375rem;
    width: 0.875rem;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    cursor: pointer; }
    @media (hover: hover) {
      .form__block--experience .dropper:hover {
        -webkit-box-shadow: 0 0 0 0.375rem rgba(0, 0, 0, 0.05), inset 0 0 0 1.25rem rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 0 0.375rem rgba(0, 0, 0, 0.05), inset 0 0 0 1.25rem rgba(0, 0, 0, 0.05); } }
  .form__block--experience .add-place-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1.375rem 0.9375rem 1rem;
    font-size: 1.0625rem;
    -webkit-transition: color .2s;
    transition: color .2s;
    cursor: pointer; }
    .form__block--experience .add-place-button:before {
      content: '';
      width: 1.3125rem;
      height: 1.3125rem;
      margin-right: 0.5625rem;
      background: url(../images/plus.svg) no-repeat center center/0.5625rem auto #000;
      -webkit-transition: background-color .2s;
      transition: background-color .2s; }
    @media (hover: hover) {
      .form__block--experience .add-place-button:hover {
        color: rgba(0, 0, 0, 0.75); }
        .form__block--experience .add-place-button:hover:before {
          background-color: rgba(0, 0, 0, 0.75); } }
  .form__block--military {
    margin-bottom: 0.125rem; }
    .form__block--military .form__title {
      margin-bottom: 0.125rem; }
    .form__block--military .app-radio-group {
      width: 100%; }
    .form__block--military .app-checkbox-group {
      width: 100%;
      max-width: 43.75rem;
      margin-bottom: 0; }
      .form__block--military .app-checkbox-group__items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .form__block--military .app-checkbox-group__items .app-checkbox:nth-of-type(2n + 1) {
          width: 15.625rem;
          margin-right: 3.125rem; }
  .form__block--health {
    margin-bottom: 0.4375rem; }
    .form__block--health .form__title {
      margin-bottom: 0.125rem; }
  .form__block--judged {
    margin-bottom: 3.125rem; }
  .form__block--agreements {
    margin-bottom: 0; }
    .form__block--agreements .form__col:nth-of-type(1) {
      width: 35.9375rem; }
    .form__block--agreements .form__col:nth-of-type(2) {
      width: calc(100% - 35.9375rem - 3.75rem); }
    .form__block--agreements .app-checkbox {
      display: inline-block;
      margin-bottom: 1.875rem; }
      .form__block--agreements .app-checkbox input:checked + span:before {
        background-size: 80% auto; }
      .form__block--agreements .app-checkbox i {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 0.8125rem;
        line-height: 1rem;
        color: #0C0C0C; }
        .form__block--agreements .app-checkbox i:before {
          width: 1rem;
          height: 1rem;
          margin-right: 0.875rem;
          border-color: #E0E0E0; }
    .form__block--agreements .app-file-input {
      margin: 0 auto; }
  @media screen and (max-width: 900px) {
    .form {
      padding: 2rem 1.375rem 4.25rem; }
      .form__block {
        margin-bottom: 1.5rem; }
      .form__title {
        font-size: 1.5rem;
        line-height: 1.625rem; }
      .form__col {
        width: 100%;
        margin: 0 0 1rem; }
      .form__bottom .app-button {
        width: initial; }
      .form__bottom .api-error {
        top: calc(100% + 0.5rem);
        font-size: 0.75rem; }
      .form__block--where-learned {
        margin-bottom: 1.125rem; }
        .form__block--where-learned .form__title {
          margin-bottom: 2.1875rem; }
        .form__block--where-learned .variants .form__col {
          margin-bottom: 1.125rem; }
        .form__block--where-learned .app-radio-group {
          margin-top: 1.625rem; }
      .form__block--schedules {
        margin-bottom: 1.8125rem; }
        .form__block--schedules .form__title {
          margin-bottom: 2.1875rem; }
        .form__block--schedules .variant {
          margin-bottom: 2.75rem; }
          .form__block--schedules .variant .app-checkbox i {
            font-size: 1.125rem; }
          .form__block--schedules .variant small {
            margin-top: 0.9375rem; }
      .form__block--personal-information {
        margin-bottom: 1rem; }
        .form__block--personal-information .form__title {
          margin-bottom: 2.3125rem; }
        .form__block--personal-information .married {
          margin-top: 2.5rem; }
          .form__block--personal-information .married .app-radio-group__items {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .form__block--personal-information .married .app-radio-group__items .app-radio {
              margin-bottom: 1.0625rem; }
        .form__block--personal-information .kids {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .form__block--personal-information .kids .app-radio-group__name {
            margin: 0 2.625rem 0 0; }
      .form .birthday {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .form .birthday__label {
          width: 100%;
          margin-bottom: 0.875rem;
          padding-top: 0; }
        .form .birthday .app-text-field {
          width: 5.125rem; }
          .form .birthday .app-text-field:not(:last-of-type) {
            margin-right: 0; }
      .form__block--education .form__title {
        margin-bottom: 2.375rem; }
      .form__block--driver {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .form__block--driver .app-checkbox-group {
          width: 45%; }
          .form__block--driver .app-checkbox-group .app-checkbox {
            margin-bottom: 0.75rem; }
            .form__block--driver .app-checkbox-group .app-checkbox i {
              font-size: 1.125rem; }
      .form__block--experience {
        margin-bottom: 1.8125rem; }
        .form__block--experience .form__title span {
          display: block;
          width: 85%;
          margin: 0.625rem auto 0;
          font-size: 1.0625rem; }
        .form__block--experience .dropper {
          right: 0; }
        .form__block--experience .add-place-button {
          margin: 0.75rem 0 1.5rem; }
          .form__block--experience .add-place-button:before {
            width: 1.4375rem;
            height: 1.4375rem;
            margin-right: 0.625rem; }
      .form__block--military .form__title {
        margin-bottom: 2.375rem; }
      .form__block--military .app-radio-group__name, .form__block--military .app-checkbox-group__name {
        font-size: 1.0625rem;
        line-height: 1.2; }
      .form__block--military .app-radio-group {
        margin-bottom: 1.25rem; }
      .form__block--military .app-checkbox-group .app-checkbox {
        margin-bottom: 0.75rem; }
        .form__block--military .app-checkbox-group .app-checkbox i {
          font-size: 1.0625rem; }
      .form__block--military .app-checkbox-group__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .form__block--military .app-checkbox-group__items .app-checkbox:nth-of-type(2n + 1) {
          width: auto;
          margin-right: 0; }
      .form__block--judged {
        margin-bottom: 3rem; }
        .form__block--judged .form__title {
          margin-bottom: 2.25rem; }
        .form__block--judged .app-radio-group__name {
          max-width: 75%;
          font-size: 1.0625rem;
          line-height: 1.2; }
      .form__block--agreements {
        margin-bottom: 1.5rem; }
        .form__block--agreements .form__col:nth-of-type(n) {
          width: 100%; }
        .form__block--agreements .app-checkbox {
          margin-bottom: 1.125rem; } }
