*,
*::before,
*::after {
   padding: 0;
   margin: 0;
   border: 0;
   box-sizing: border-box;
}

a {
   text-decoration: none;
}

ul,
ol,
li {
   list-style: none;
}

img {
   vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-weight: inherit;
   font-size: inherit;
}

html,
body {
   height: 100%;
   line-height: 1;
   font-size: 14px;
   color: #000;
   font-weight: 400;
   font-family: 'Roboto', sans-serif;
}

/*------------*/
.wrapper {
   min-height: 100%;
   overflow: hidden;
   display: flex;
   flex-direction: column;
}

/*------------*/
.container {
   max-width: 1280px;
   padding: 0px 15px;
   margin: 0px auto;
   box-sizing: content-box;
}

/*------Header------*/
.header__top {
   background: #0F1035;
}

.header-top__container {}

._container {}

.header-top__body {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 19px 0px 20px 0px;
}

.header-top__menu {
   display: flex;
}

.header-top__item {}

.header-top__item:not(:last-child) {
   margin-right: 20px;
}

.header-top__link {
   font-weight: 700;
   font-size: 14px;
   line-height: 129%;
   color: #FFFFFF;
}

.header-top__link:hover {
   text-decoration: underline;
}

.header-top__body a {
   font-weight: 700;
   font-size: 14px;
   line-height: 129%;
   color: #FFFFFF;
}

.header-top__body a:hover {
   text-decoration: underline;
}

.header {
   background: #FFFFFF;
}

.header__container {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.header__logo {
   padding: 24px 0px;
}

.nav {}

.header__nav {

   display: flex;
   flex-wrap: wrap;
}

.header__item {}

.header__item:last-child {
   margin-right: 130px;
}

.header__item:not(:last-child) {
   margin-right: 30px;
}

.header__link {
   font-size: 14px;
   line-height: 129%;
   color: #000000;
}

.header__link:hover {
   text-decoration: underline;
}

/*------Promotion------*/
.promotion {
   background: #D3F1F3;
}

.promotion__container {
   display: flex;
   align-items: center;
   padding: 22px 0px 20px 0px;
   justify-content: center;
}

.promotion__text {
   font-weight: 700;
}
.promotion__text,
.promotion__link{
   font-size: 16px;
   line-height: 125%;
}
.promotion__link {

   color: #000000;
}

.promotion__link:hover {
   text-decoration: underline;
}

.arrow__logo {
   padding-top: 3px;
   display: inline-block;
}

/*-------Up button-----*/
.body__up-btn {
   display: none;
   position: fixed;
   bottom: 50px;
   right: 50px;
   background: rgba(241, 237, 237, 0.5);
   z-index: 20;
}

.body__up-btn img {
   opacity: 0.75;
}

.body__up-btn:hover {
   cursor: pointer;
}

/*-----Main-Page-------*/
.main {}

.mai__page {
   background-image: url('../img/mainpage/01.png');
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   position: relative;
   padding-bottom: 41px;
}

.main-page__container {}

.container {}

.main-page__body {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
}

.main-page__title {
   max-width: 488px;
   font-weight: 700;
   font-size: 40px;
   line-height: 120%;
   text-align: center;
   padding: 33px 0px 12px 0px;
}

.main-page__text {
   font-size: 27px;
   line-height: 148%;
   margin-bottom: 316px;
   text-align: center;
}

.main-page__email {
   width: 340px;
   border-radius: 3px;
   font-size: 16px;
   line-height: 125%;
   color: rgba(0, 0, 0, 0.4);
   padding: 13px 0px 13px 22px;
   outline: none;
}


.main-page__btn {
   background: #190083;
   border-radius: 3px;
   font-weight: 700;
   font-size: 16px;
   line-height: 125%;
   text-align: center;
   color: #FFFFFF;
   padding: 13px 27px;
   margin-left: 32px;
}

.main-page__btn:hover {
   background: #6548e6;
   transition: 500ms;
   cursor: pointer;
}

/*-----Jobs-------*/
.jubs {}

.jubs__container {}

.jubs__body {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
}

.jubs__title {
   max-width: 422px;
   font-weight: 700;
   font-size: 40px;
   line-height: 120%;
   text-align: center;
   padding: 92px 0px 53px 0px;
}

.jubs__text {
   font-size: 22px;
   line-height: 145%;
}

.jubs__items {
   width: 100%;
   display: flex;
   flex-direction: row;
   justify-content: space-around;
   align-items: center;
   flex-wrap: wrap;
   margin-top: 89px;
}

.jubs__item {
   width: 370px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

.jubs__icon {
   display: flex;
   width: 90px;
   height: 90px;
   align-items: center;
   justify-content: center;
   padding-bottom: 38px;
}

.jobs-item__title {
   font-weight: 700;
   font-size: 22px;
   line-height: 109%;
   padding-bottom: 20px;
   text-align: center;
}

.jobs-item__text {
   font-size: 18px;
   line-height: 156%;
   text-align: center;
}

.jobs__link {
   display: block;
   background: #190083;
   border-radius: 3px;
   font-weight: 700;
   font-size: 16px;
   line-height: 125%;
   text-align: center;
   color: #FFFFFF;
   padding: 15px 24px 17px 24px;
   margin: 80px 0px 110px 0px;
}

.jobs__link:hover {
   text-decoration: underline;
   background: #6548e6;
   transition: 500ms;
}

/*------Expirience------*/
.expirience {
   position: relative;
   background-image: url('../img/expirience/cover01.png');
   background-position: left;
   background-size: cover;
   background-repeat: no-repeat;
   position: relative;
}

.expirience__container {}

.container {}

.expirience__body {}

.expirience__title {
   font-weight: 700;
   font-size: 40px;
   line-height: 120%;
   text-align: center;
   padding: 111px 0px 279px 0px;
}

.expirience__section {
   position: relative;
   background: #FFFFFF;
   margin-left: 110px;
   overflow: hidden;
}

.expirience__item.active {
   display: block;
   animation-duration: 1s;
   animation-name: slideout;
}

@keyframes slideout {
   from {
      opacity: 0;
   }

   to {
      opacity: 1;
   }
}

.expirience__item {
   display: flex;
   flex-direction: column;
   height: 256px;
   display: none;
   padding: 78px 0px 0px 70px;
}

.expirience__logo {
   float: left;
}

.text__sections {
   max-width: 486px;
   float: left;
   margin: 0px 0px 0px 50px;
}

.title__text {
   font-weight: 700;
   font-size: 21px;
   line-height: 200%;
   padding-bottom: 17px;
}

.autor__text {
   font-size: 18px;
   line-height: 156%;
}

.autor__text span {
   font-weight: 700;
   font-size: 18px;
   line-height: 156%;
}

.dots {
   display: flex;
   justify-content: center;
   margin-top: 15px;
   padding-bottom: 111px;
}

.dot.active {
   background: #FFFFFF;
}

.dots span {
   width: 15px;
   height: 15px;
   border: 2px solid #FFFFFF;
   border-radius: 7.5px;
   cursor: pointer;
}

.dots span:not(:last-child) {
   margin-right: 18px;
}

.dots span:last-child {
   margin-right: 0;
}

.white-box {
   position: absolute;
   width: 35%;
   height: 257px;
   background: #FFFFFF;
   top: 2056px;
   right: 0;
   z-index: 11;
}

/*------Hiring------*/
.hiring {
   background: #F6F6F8;
}

.hiring__container {
   padding-bottom: 111px;
}

.container {}

.hiring__body {
   display: flex;
   flex-direction: column;
}

.hiring__title {
   max-width: 744px;
   font-weight: 700;
   font-size: 40px;
   line-height: 120%;
   text-align: center;
   margin: 0 auto;
   padding: 106px 0px 40px;
}

.hiring__text {
   font-size: 22px;
   line-height: 145%;
   text-align: center;
   padding-bottom: 101px;
}

.hiring__items {}

.hiring__item {
   display: flex;
}

.item__unit {
   width: 190px !important;
}

.company__title {
   display: none;
   position: absolute;
   left: 80px;
}

.hiring__items:hover .company__title {
   display: block;

}

.company__logo {
   width: 190px;
   height: 190px;
   background: #FFFFFF;
   border-bottom: 3px solid #C2CCD4;
}

.company__description {
   margin-top: 16px;
   font-size: 14px;
   line-height: 114%;
   text-align: center;
   text-transform: uppercase;
}

.hiring__link {
   display: flex;
   justify-content: center;
   width: 144px;
   height: 52px;
   background: #190083;
   border-radius: 3px;
   padding: 15px 24px 17px;
   font-weight: 700;
   font-size: 16px;
   line-height: 125%;
   color: #fff;
   margin: 80px auto 0px;
}

.hiring__link:hover {
   text-decoration: underline;
   background: #6548e6;
   transition: 500ms;
}

.swiper {
   width: 100%;
   height: 232px;
}

/*----Yellowbox--------*/
.virtualcareer {
   background: #F3E02B;
}

.virtualcareer__container {}

.virtualcareer__body {
   padding-bottom: 111px;
}

.virtualcareer__title {
   max-width: 441px;
   font-weight: 700;
   font-size: 40px;
   line-height: 120%;
   text-align: center;
   margin: 0 auto;
   padding: 111px 0px 41px;
}

.virtualcareer__text {
   max-width: 647px;
   font-size: 22px;
   line-height: 145%;
   text-align: center;
   margin: 0 auto;
   padding: 0px 0px 79px;
}

.virtualcareer__link {
   display: flex;
   justify-content: center;
   width: 144px;
   height: 52px;
   background: #190083;
   border-radius: 3px;
   padding: 15px 24px 17px;
   font-weight: 700;
   font-size: 16px;
   line-height: 125%;
   color: #fff;
   margin: 0 auto;
}

.virtualcareer__link:hover {
   text-decoration: underline;
   background: #6548e6;
   transition: 500ms;
}

/*-----leadingcareer-------*/
.leadingcareer {}

.leadingcareer__container {}

.leadingcareer__body {
   padding-bottom: 110px;
}

.leadingcareer__title {
   max-width: 459px;
   font-weight: 700;
   font-size: 40px;
   line-height: 120%;
   text-align: center;
   margin: 0 auto;
   padding: 110px 0px 100px;
}

.leadingcareer__items {
   position: relative;
   background-image: url('../img/leadingcareer/cover3.png');
   background-position: right;
   background-size: cover;
   background-repeat: no-repeat;
   position: relative;
   padding: 80px;
}

.leadingcareer__item {
   max-width: 500px;
   height: 474px;
   background-color: #fff;
   padding-top: 71px;
}

.leadingcareer__text {
   max-width: 362px;
   text-align: center;
   margin: 0 auto;
   font-size: 22px;
   line-height: 145%;
}

.leadingcareer__logo {
   display: flex;
   justify-content: center;
   padding: 59px;
}

/*------JobAp------*/
.jobapp {
   background: #EBEEF3;
}

.jobapp__container {
   position: relative;
   background-image: url('../img/jobapp/cover4.png');
   background-position: 427px 344px;
   background-repeat: no-repeat;
   position: relative;
}

.jobapp__body {}

.jobapp__title {
   font-weight: 700;
   font-size: 40px;
   line-height: 120%;
   text-align: center;
   padding: 59px 0px 35px;
}

.jobapp__text {
   max-width: 552px;
   text-align: center;
   margin: 0 auto;
   font-size: 22px;
   line-height: 145%;
   padding-bottom: 147px;
}

.jobapp__links {
   padding-bottom: 187px;
}

.jobapp__link:not(:last-child) {
   margin-right: 41px;
}

/*------Recruting------*/
.recruted {
   background: #0F1035;
}

.recruted__container {}

.recruted__body {}

.recruted__title {
   max-width: 424px;
   font-weight: 700;
   font-size: 40px;
   line-height: 120%;
   color: #FFFFFF;
   text-align: center;
   margin: 0 auto;
   padding: 97px 0px 40px;
}

.recruted__text {
   font-size: 22px;
   line-height: 145%;
   text-align: center;
   color: #FFFFFF;
}

.recruted__form {
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 40px 0px 110px;
}

.recruted__email {
   width: 340px;
   height: 46px;
   background: #FFFFFF;
   border: 2px solid #FFFFFF;
   border-radius: 3px;
   outline: none;
   padding: 13px 0px 13px 21px;
   font-size: 16px;
   line-height: 125%;
   color: rgba(0, 0, 0, 0.5);
}

.recruted__btn {
   background: #FF1100;
   border-radius: 3px;
   margin-left: 32px;
   padding: 12px 26px 14px 27px;
   font-weight: 700;
   font-size: 16px;
   line-height: 125%;
   text-align: center;
   color: #FFFFFF;
}

.recruted__btn:hover {
   cursor: pointer;
   background: #c21b0f;
   transition: 500ms;
}

/*------Footer------*/
.footer {
   background: #F6F6F8;
}

.footer__top {}

.footer-top__container {}

.container-footer {
   max-width: 1067px;
   padding: 0px 15px;
   margin: 0px auto;
   box-sizing: content-box;
}

.footer-top__body {
   border-bottom: 1px solid #000;
}

.footer-top__sections-side {
   display: flex;
}

.sections-side__item {}

.sections-side__item:not(:last-child) {
   margin-right: 32px;
}

.footer-top__items {
   display: flex;
   padding-top: 80px;
   padding-bottom: 87px;
   justify-content: space-between;
}

.footer-top__item {}

.footer-top__item:not(:last-child) {
   padding-bottom: 15px;
}

.footer-top__logo {
   padding-bottom: 28px;
}

.footer-top__link {}

.link-apple {
   margin-right: 8px;
}

.link-google {}

.footer-top__title {
   font-weight: 700;
   font-size: 16px;
   line-height: 129%;
   padding-bottom: 32px;
}

.footer-top__list {}

.footer-top__item-link {
   font-size: 14px;
   line-height: 129%;
   color: #000000;
}

.footer-top__item-link:hover {
   text-decoration: underline;
}

.footer__bottom {}

.footer-bottom__container {}

.container-footer {}

.footer-bottom__body {
   display: flex;
   justify-content: space-between;
   padding-top: 18px;
}

.footer-bottom__item {
   display: flex;
}

.footer-bottom__text {

}

.footer-bottom__privaci {
   margin-left: 24px;

}
.footer-bottom__text,
.footer-bottom__privaci,
.footer-bottom__terms {
   font-size: 12px;
   line-height: 133%;
   color: #000000;
}

.footer-bottom__terms {
   margin-left: 19px;
}

.footer-bottom__terms:hover,
.footer-bottom__privaci:hover {
   text-decoration: underline;
}

.footer-bottom__sicial {}

.footer-bottom__sicial:not(:last-child) {
   margin-right: 18px;
}

.social__logo {}

/*------------*/

#wrapper-modal {
   width: 100%;
   height: 100%;
   display: none;
}

#wrapper-modal.active {
   display: block;
}

#overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   background-color: gray;
   opacity: 0.5;
}

#modal-window {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 300px;
   height: 350px;
   z-index: 2;
   border: 1px solid black;
   padding: 10px;
   background: lightgray;
}

.lofin-form{
   display: flex;
   flex-direction: column;
}

.lofin-form caption{
   display: flex;
   font-weight: 700;
   font-size: 16px;
   line-height: 125%;
   color: #000;
   padding-top: 10px;
}

.lofin-form input{
   display: block;
   width: 100%;
   height: 40px;
   outline: none;
   border-radius: 5px;
   padding-left: 20px;
   margin-bottom: 10px;
}

.lofin-form button{
   margin-top: 20px;
   width: 144px;
   height: 52px;
   border-radius: 3px;
   margin: 20px auto 0px;
   font-weight: 700;
   font-size: 16px;
   line-height: 125%;
   color: #fff;
   cursor: pointer;
   background: #190083;
}

.lofin-form button:hover {
   text-decoration: underline;
   background: #6548e6;
   transition: 500ms;
}

#modal-window a{
   display: block;
   font-weight: 400;
   font-size: 16px;
   line-height: 125%;
   color: #000;
   padding-top: 20px;
}

#modal-window a:hover{
   text-decoration: underline;
}
/*Responsive*/
/*992px - 1200px*/
@media screen and (max-width: 1200px) {
   .container {
      width: 960px;
   }

   .white-box {
      width: 15%;
      top: 2247px;
   }

   .jobapp__container {
      background-position: 290px 344px;
   }
}


/*768px-992px*/
@media screen and (max-width: 992px) {
   .container {
      width: 720px;
   }

   .container-footer {
      max-width: 720px;
   }

   .header__item:last-child {
      margin-right: 0px;
   }

   .header-top__item:not(:last-child) {
      margin-right: 10px;
   }

   .header__item:not(:last-child) {
      margin-right: 10px;
   }

   .jubs__item {
      width: 350px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
   }

   .expirience__item {
      height: 256px;
      padding: 30px 0px 0px 30px;
   }

   .text__sections {
      max-width: 350px;
      margin: 0px 0px 0px 30px;
   }

   .jobapp__container {
      background-position: 290px 344px;
   }

   .sections-side__item:not(:last-child) {
      margin-right: 10px;
   }
}

/*576px-768px*/
@media screen and (max-width: 768px) {
   .container {
      width: 540px;
   }

   .container-footer {
      max-width: 540px;
   }

   .header__nav {
      display: none;
   }

   .menu__icon {
      z-index: 55;
      display: flex;
      position: relative;
      width: 30px;
      height: 18px;
      cursor: pointer;
      order: 999;
      margin-left: auto;
      top: 0px;
      left: 0px;
   }

   .menu__icon span,
   .menu__icon::before,
   .menu__icon::after {
      left: 0px;
      position: absolute;
      height: 10%;
      width: 100%;
      transition: all 0.3s ease 0s;
      background-color: #000;
   }

   .menu__icon::before,
   .menu__icon::after {
      content: "";
   }

   .menu__icon::before {
      top: 0;
   }

   .menu__icon::after {
      bottom: 0;
   }

   .menu__icon span {
      top: 50%;
      transform: scale(1) translate(0px, -50%);
   }

   .menu__icon._activete span {
      transform: scale(0) translate(0px, -50%);
   }

   .menu__icon._activete::before {
      top: 50%;
      transform: rotate(-45deg) translate(0px, -50%);
   }

   .menu__icon._activete::after {
      bottom: 50%;
      transform: rotate(45deg) translate(0px, 50%);
   }

   .header__nav {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 0;
      left: -200%;
      width: 100%;
      height: 100%;
      margin-top: 120px;
      overflow: auto;
      z-index: 50;
      padding: 20px 10px 0px 15px;
      background-color: rgba(241, 237, 237, 0.95);
      transition: left 0.3s ease 0s;
   }

   .header__nav a {
      font-size: 22px;
   }

   .header__nav li {
      padding-top: 10px;
   }

   .header__nav._activete {
      left: 0;
   }

   .jubs__item:not(:last-child) {
      margin-bottom: 40px;
   }

   .jobs__link {
      width: 100%;
   }

   .expirience__logo {
      width: 80px;
      height: 80px;
      float: left;
      align-items: center;
   }

   .expirience__section {
      margin-left: 40px;
   }

   .expirience__item {
      height: 256px;
      padding: 30px 0px 0px 15px;
   }

   .white-box {
      width: 15%;
      top: 2549px;
   }

   .footer-top__items {
      display: flex;
      padding-bottom: 40px;
      justify-content: baseline;
      flex-direction: column;
      flex-wrap: wrap;
   }

   .footer-top__sections-side {
      display: flex;
      flex-wrap: wrap;
   }

   .footer-top__title {
      padding-top: 20px;
   }

   .footer-bottom__item {
      display: flex;
      flex-wrap: wrap;
   }

   .footer-bottom__sicial {
      padding-top: 10px;
   }
}

@media screen and (max-width: 709px) {
   .white-box {
      width: 12%;
   }
}

@media screen and (max-width: 601px) {
   .white-box {
      height: 256px;
      width: 9%;
   }
}

/*0-576px*/
@media screen and (max-width: 576px) {
   .container {
      width: 90%;
   }

   .main-page__email {
      width: 100%;
   }

   .virtualcareer__link {
      width: 100%;
   }

   .main-page__btn {
      width: 100%;
      margin-left: 0px;
      margin-top: 20px;
   }

   .expirience__logo {
      margin: 0 auto;
   }

   .expirience__logo img {
      display: block;
      width: 80px;
      height: 80px;
      float: none;
      align-items: center;
      padding-top: 0px;
   }

   .expirience__section {
      margin-left: 10px;
   }

   .expirience__item {
      height: 256px;
      padding: 20px 20px 20px 20px;
   }

   .title__text {
      font-weight: 700;
      font-size: 18px;
      line-height: 150%;
      padding-bottom: 17px;
   }

   .autor__text {
      font-size: 16px;
      line-height: 156%;
   }

   .text__sections {
      margin: 15px 0px 0px 0px;
   }

   .white-box {
      width: 9%;
      top: 2615px;
   }

   .hiring__link {
      width: 100%;
   }

   .leadingcareer__items {
      background-image: none;
      padding: 10px;
   }

   .leadingcareer__logo img {
      max-width: 290px;
   }

   .jobapp__container {
      position: relative;
      background-image: url('../img/jobapp/cover4.png');
      background-position: 0px 344px;
      background-repeat: no-repeat;
      position: relative;
   }

   .apple,
   .google {
      display: block;
      margin: 0 auto;
   }

   .google {
      width: 187px;
      height: 56;
   }

   .recruted__form {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 40px 0px 110px;
   }

   .recruted__email {
      width: 100%;
   }

   .recruted__btn {
      width: 100%;
      margin-left: 0px;
      margin-top: 30px;
   }
}

@media screen and (max-width: 567px) {
   .white-box {
      width: 9%;
      top: 2635px;
   }


}

@media screen and (max-width: 406px) {
   .white-box {
      width: 9%;
      top: 2683px;
   }
}

@media screen and (max-width: 385px) {
   .white-box {
      width: 9%;
      top: 2763px;
   }
}

@media screen and (max-width: 366px) {
   .white-box {
      display: none;
   }
}