@charset "UTF-8";
/* подключение гугл шрифтов */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
/* подключение гугл шрифтов */
/* основные настройки */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  color: #000;
  font-size: 100%;
  line-height: 1 !important;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
  color: white;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.829);
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

body {
  font-family: "Roboto", sans-serif;
}

.wrapper {
  overflow: hidden;
  height: auto;
}

/* btn */
.btn {
  padding: 0 !important;
  margin-right: 9.5px;
}

.btn a {
  line-height: 1.28571 !important;
  font-weight: 700 !important;
  text-transform: capitalize;
}

.btns a {
  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;
  width: 148px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  height: 52px;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0f1035;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-top {
  height: 57px;
  width: 100%;
  line-height: 1.28571 !important;
  font-weight: 700 !important;
}

.header-div {
  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;
  text-transform: capitalize;
}

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

.header__nav a {
  margin: 0 10px;
}

.header__nav a:visited {
  color: orange;
}

.header__nav a:first-child {
  margin-left: 9.5px;
}

.header-logo {
  margin-left: 9.5px;
}

.header-bottom {
  display: none !important;
  width: 100%;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.lock {
  overflow: hidden !important;
}

.header__burger:before {
  top: 0;
}
.header__burger:after {
  bottom: 0;
}
.header__burger.active span {
  transform: scale(0);
}
.header__burger.active:before {
  transform: rotate(45deg);
  top: 9px;
}
.header__burger.active:after {
  transform: rotate(-45deg);
  bottom: 9px;
}
.header__menu.active {
  top: 0;
}
.header__link {
  color: #000 !important;
}

.navbar {
  margin-right: 0px;
}

.nav-link {
  color: #000;
  font-size: 13px;
  margin: 0 8px;
  line-height: 1.38462;
}

.nav-link:hover {
  color: rgba(0, 0, 0, 0.601);
}

.intro {
  margin: 0 auto !important;
  text-align: center !important;
}

.intro-top {
  color: #000;
  background: #d3f1f3;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  height: 62px;
  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;
}

.intro-top p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 0;
}

.intro-top p a {
  color: inherit;
}

.intro-top p a span {
  font-weight: 400;
}

.intro-top p a span:first-child {
  margin-right: 7px;
}

.intro-bg {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  min-height: 400px;
  height: 584px;
  background: url("/img/intro-bg.png") 0 0 no-repeat;
}

.intro-bg form {
  margin-bottom: 40px;
}

.intro-bg form input {
  height: 46px;
  padding: 12px 22px 12px 22px;
  min-width: 280px;
  width: 240px;
  border-radius: 3px;
  margin: 10px 16px;
}

.intro-bg form input:last-child {
  width: 108px !important;
  min-width: 100px;
  background: #190083;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

.intro-bg form input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.2;
}

.intro-bg form input:-ms-input-placeholder {
  color: #000;
  opacity: 0.2;
}

.intro-bg form input::-ms-input-placeholder {
  color: #000;
  opacity: 0.2;
}

.intro-bg form input::placeholder {
  color: #000;
  opacity: 0.2;
}

.intro-text {
  color: #000;
}

.intro-text h2 {
  max-width: 490px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  margin: 33px 0 12px 0;
}

.intro-text p {
  font-weight: 400;
  font-size: 27px;
  line-height: 1.48148;
}

.intro-form {
  color: #000;
}

.preference__wrapper {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.preference-title {
  color: #000;
  margin-top: 50px;
}

.preference-title h2 {
  font-weight: 700;
  display: inline-block;
  font-size: 40px;
  line-height: 1.2;
  max-width: 430px;
  margin-bottom: 52px;
}

.preference-title p {
  font-size: 22px;
  line-height: 1.45455;
}

.preference-items {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preference-item {
  margin: 20px 10px;
}

.preference-item img {
  max-width: 100px;
  max-height: 100px;
}

.preference-item h4 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.09091;
}

.preference-item p {
  max-width: 250px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.55556;
}

.preference-btn {
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 50px;
}

.preference-btn a {
  background: #190083;
  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;
  width: 148px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  height: 52px;
}

.slider-block {
  margin: 0 auto;
  text-align: center;
}

.slider__item {
  background: url("/img/slider-bg.png") 10% 0 no-repeat;
  height: 904px;
  text-align: center;
  margin: 0 auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slider-header {
  margin-top: 110px;
  display: inline-block;
  text-align: center;
}

.slider-header h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  max-width: 350px;
}

.slider-info {
  margin-bottom: 11.25%;
  margin-left: 23.2%;
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.slider-info-img {
  margin-right: 20px;
  margin-left: 10px;
}

.slider-info-text {
  text-align: left;
}

.slider-info-text h4 {
  font-weight: 700;
  font-size: 21px;
  line-height: 2;
  max-width: 490px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.slider-info-text p {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55556;
  margin-top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.slider-info-text p span {
  font-weight: 400;
}

.slick-slider {
  max-width: 1440px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

/* Ограничивающая оболочка */
.slick-list {
  max-width: 1440px;
}

/* Лента слайдов */
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Стрелка */
.slick-arrow {
  font-size: 0;
}

/* Точки (булиты) */
.slick-dots {
  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;
}

.slick-dots li {
  cursor: pointer;
  position: relative;
  top: -50px;
  border-radius: 7.5px;
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 0.2;
  margin: 0 9px;
}

.slick-dots li button {
  font-size: 0;
  background: transparent;
}

/* Активная точка */
.slick-dots li.slick-active {
  background: #fff;
  opacity: 1;
}

.brands {
  position: relative;
  top: -43px;
  background: #f6f6f8;
}

.brands__wrapper {
  text-align: center;
  margin: 0 auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.brands__title {
  margin-top: 106px;
}

.brands__title h2 {
  font-weight: 700;
  font-size: 40px;
  max-width: 750px;
  line-height: 1.2;
}

.brands__title p {
  margin: 40px 0;
  font-size: 22px;
  line-height: 1.45455;
}

.brands__slider {
  margin-top: 70px;
  max-width: 1440px !important;
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brands__slider-item {
  margin: 15px;
  max-width: 200px;
  font-size: 18px;
  line-height: 1.55556;
}

.item-block-1,
.item-block-2,
.item-block-3,
.item-block-4,
.item-block-5,
.item-block-6,
.item-block-7 {
  width: 190px;
  height: 193px;
  background-blend-mode: multiply;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 3px solid #c2ccd4;
  margin-bottom: 16px;
}

.item-block-1 p,
.item-block-2 p,
.item-block-3 p,
.item-block-4 p,
.item-block-5 p,
.item-block-6 p,
.item-block-7 p {
  max-width: 80px;
  margin-right: 30px;
}

.item-block-1 {
  background: #fff url("/img/card-slider-1.png") 0 0 no-repeat;
}

.item-block-2 {
  background: #fff url("/img/card-slider-2.png") 0 0 no-repeat;
}

.item-block-3 {
  background: #fff url("/img/card-slider-3.png") 0 0 no-repeat;
}

.item-block-4 {
  background: #fff url("/img/card-slider-4.png") 0 0 no-repeat;
}

.item-block-5 {
  background: #fff url("/img/card-slider-5.png") 0 0 no-repeat;
}

.item-block-6 {
  background: #fff url("/img/card-slider-6.png") 0 0 no-repeat;
}

.item-block-7 {
  background: #fff url("/img/card-slider-6.png") 0 0 no-repeat;
}

.item-text {
  text-transform: uppercase;
}

.learn__more {
  position: relative;
  top: -43px;
  text-align: center;
  background: #f3e02b;
}

.learn__more__text {
  padding-top: 110px;
}

.learn__more__text h2 {
  margin: 0 auto;
  font-weight: 700;
  font-size: 40px;
  max-width: 450px;
  line-height: 1.2;
}

.learn__more__text p {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  max-width: 650px;
  margin: 40px 0 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.45455;
}

.career {
  margin: 0 auto;
  text-align: center;
}

.career__wrapper {
  padding: 10px 0 50px 0;
}

.career__title {
  display: inline-block;
  max-width: 460px;
  margin-bottom: 30px;
}

.career__title h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
}

.career__bg {
  background: url("/img/brands-bg.png") 18% 0 no-repeat;
  height: auto;
  max-width: 1280px;
  width: 100%;
  padding: 0 !important;
}

.career__bg__brands {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 500px;
  position: relative;
  max-height: 475px;
  padding: 10px;
  margin: 0px !important;
  background: #fff;
}

.career__bg__brands h4 {
  margin-bottom: 60px;
  max-width: 370px;
  font-size: 22px;
  line-height: 1.45455;
  font-weight: normal;
}

.career__bg__brands img {
  max-width: 325px;
  width: 100%;
}

.get__app {
  background: #ebeef3;
  padding-top: 55px;
  margin: 0 auto;
  text-align: center;
}

.get__app__info {
  display: inline-block;
  max-width: 570px;
  margin-bottom: 100px;
}

.get__app__info h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
}

.get__app__info p {
  margin: 35px 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.45455;
}

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

.get__app__item {
  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;
}

.get__app__links {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
}

.get__app__links a {
  margin: 20px;
}

.get__app__links a:first-child {
  margin-left: 10px;
}

.get__app__img img {
  max-width: 930px;
  width: 100%;
}

.regist {
  position: relative;
  z-index: 20;
  top: -216px;
  margin-bottom: -216px !important;
  color: #fff;
  background: #0f1035;
  margin: 0 auto;
  text-align: center;
  padding: 97px 0 110px 0;
}

.regist__title {
  max-width: 440px;
  display: inline-block;
}

.regist__title h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
}

.regist__title p {
  margin: 40px 0;
  font-size: 22px;
  line-height: 1.45455;
}

.regist__form form {
  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;
}

.regist__form form input {
  max-width: 340px;
  width: 100%;
  margin: 16px;
}

.regist__form form input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 1.25;
  color: #00000033;
}

.regist__form form input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.25;
  color: #00000033;
}

.regist__form form input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.25;
  color: #00000033;
}

.regist__form form input::placeholder {
  font-size: 16px;
  line-height: 1.25;
  color: #00000033;
}

.regist__form form input:first-child {
  padding: 13px 20px;
}

.regist__form form input:last-child {
  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;
  background: #ff1100;
  width: 108px;
  height: 46px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25;
  color: inherit;
}

.footer {
  background: #f6f6f8;
}

.footer__wrapper {
  min-height: 520px;
  max-width: 1090px;
  padding: 0 10px;
  margin: 0 auto;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 85px;
}

.footer__up__left {
  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;
  max-width: 200px;
  margin-right: 20px;
  margin-bottom: 50px;
}

.footer__up__left__social__btns {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__up__left__social__btn {
  margin: 0 4px;
}

.footer__up__left__social__btn:first-child {
  margin-left: 0px;
}

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

.footer__up__right__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px 30px;
}

.footer__up__right__nav__header {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.28563;
}

.footer__up__right__nav ul {
  padding-left: 0;
}

.footer__up__right__nav ul li:not(:first-child) {
  margin: 15px 0;
}

.footer__up__right__nav ul li a {
  font-size: 14px;
  line-height: 1.28571;
  color: #000;
}

.footer__bottom {
  min-height: 55px;
  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;
  border-top: 1px solid #000;
}

.footer__bottom__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.footer__social__item {
  margin: 0 8px;
}

.footer__social__item:last-child {
  margin-right: 0;
}

.footer__copy span {
  font-size: 12px;
  line-height: 1.33333;
}

.footer__nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__nav nav ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.footer__nav nav ul li a {
  font-size: 12px;
  line-height: 1.33333;
  margin: 0 20px;
  color: #000;
}

@media (max-width: 1000px) {
  .header__burger {
    display: block;
    position: relative;
    z-index: 299;
    width: 25px;
    height: 20px;
  }
  .header__list {
    margin-top: 20%;
  }
  .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 20px;
    transition: all 0.3s ease 0s;
    overflow: auto;
  }
  .header__burger span {
    position: absolute;
    background-color: #000;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
    transition: all 0.3s ease 0s;
  }
  .header__burger:before,
  .header__burger:after {
    content: "";
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .navbar-nav {
    align-items: center;
    flex-direction: column !important;
  }
  .nav-link {
    font-size: 25px !important;
    margin: 18px !important;
  }
  .navbar {
    position: fixed;
  }
}

@media (max-width: 500px) {
  .header__list {
    margin-top: 40%;
  }
}

@media (min-width: 300px) {
  .header__nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.header-bottom {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header-container {
  align-items: center;
}
@media (min-width: 500px) {
  .intro-bg form input {
    width: 340px;
  }
  .preference-items {
    margin-top: 90px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .preference-item {
    margin: 20px;
  }
  .preference-btn {
    margin-bottom: 110px;
    margin-top: 75px;
  }
  .preference-title {
    margin-top: 92px;
  }
  .slider__item {
    background: url("/img/slider-bg.png") 0 0 no-repeat;
  }
  .slick-slide {
    width: 100%;
    max-width: 1440px;
  }
  .slider-info {
    padding: 60px;
  }
  .slider-info-img {
    margin-right: 50px;
  }
  .career__bg__brands {
    position: absolute;
    padding: 70px;
    margin: 80px !important;
  }
  .career__wrapper {
    padding: 67px 0 110px 0;
  }
  .career__bg {
    height: 634px;
  }
  .career__title {
    margin-bottom: 100px;
  }
  .get__app__links {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 800px) {
  .footer__up {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .footer__up__left {
    margin-bottom: 0;
  }
  .get__app__items {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .preference-items {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1200px) {
  .footer__up__right__navs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__up__right__nav {
    margin: 0 30px;
  }
}

@media (min-width: 1400px) {
  .navbar {
    margin-right: 115px;
  }
  .slick-dots li {
    top: -150px;
  }
}

@media (max-width: 1400px) {
  .regist {
    margin-bottom: 0 !important;
    top: 0;
  }
}

@media screen and (max-width: 795px) {
  .footer {
    margin-bottom: 20px;
  }
  .footer__up__right__navs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .footer__up__right__nav {
    margin: 10px 0px;
    width: 33%;
  }
  .footer__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__bottom__right,
  .footer__bottom__left {
    margin-top: 20px;
  }
  .get__app__img {
    margin: 30px 0;
  }
  .navbar-toggler {
    display: block;
  }
  .collapse:not(.show) {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  .slider-info {
    margin-left: 0;
    margin-bottom: 20%;
  }
  .slider-info-text h4 {
    font-size: 14px;
  }
  .slider-info-text p {
    font-size: 13px;
  }
  .get__app__info {
    margin-bottom: 0;
  }
  .get__app__img {
    margin: 20px 0;
  }
  .regist__form form input {
    margin: 8px;
    border-radius: 2px;
  }
  .footer__up {
    padding-top: 55px;
  }
  .footer__up__right__nav {
    width: 100%;
    margin: 10px 0;
  }
  .footer__bottom__left {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__copy {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 370px) {
  .header__nav a:last-child {
    display: none;
  }
}
