* {
  font-family: "Soleil", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

ul,
li,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
  padding: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 49px;
}

h3 {
  font-size: 39px;
}

h4 {
  font-size: 31px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 20px;
}

.body1 {
  font-size: 16px;
}
.body2 {
  font-size: 13rem;
}

.caption {
  font-size: 10px;
}

.wrapper {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
}

.container {
  max-width: 1248px;
  margin: 0 auto;
}

header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  color: #fff;
  transition: all 0.2s ease 0s;
}
header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.nav {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav_logo {
  position: relative;
  z-index: 2;
}
.nav_list {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: space-between;
}
.nav_list_item_link {
  font-size: 16px;
  margin-left: 24px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}
.nav_list_item_link:hover {
  color: #f1511b;
}
.nav_list_item_link.active {
  color: #f1511b;
}
.nav_list_item_logo {
  display: none;
}

.vvt-logo_dark {
  width: 170px;
  height: 42px;
  display: block;
}
.vvt-logo_white {
  width: 170px;
  height: 38px;
  display: block;
}

.logo-hide {
  display: none;
}

.section_hero {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#home-video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.275);
}

#home .container {
  position: relative;
}

.hug {
  color: #fff;
  max-width: 1200px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hug_text_main {
  font-weight: 700;
  margin-bottom: 32px;
  margin-top: 150px;
}
.hug_text_second {
  font-weight: 300;
  padding: 0 159px;
  margin-bottom: 32px;
}

.watch_intro {
  background: #f1511b;
  border-radius: 100px;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 190px;
  margin-bottom: 32px;
}

.scroll_down {
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll_down_btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_burger {
  display: none;
}

.scroll-header {
  background-color: #ffffff;
  color: #000;
}

.positions_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  color: #1f2c4d;
}
.positions_head_text {
  text-align: center;
  margin: 128px 0px 64px 0px;
}
.positions_head_text p {
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 0.4em;
  color: #f1511b;
}
.positions_1, .positions_2 {
  width: 1067px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 128px;
}
.positions_text {
  max-width: 395px;
}
.positions_text_head {
  font-weight: 600;
  letter-spacing: 0.4em;
  color: #f1511b;
  margin-bottom: 16px;
}
.positions_text h3 {
  font-weight: 700;
  margin-bottom: 16px;
}
.positions_text_body {
  font-weight: 300;
  color: #393e46;
  margin-bottom: 32px;
}
.positions_about {
  padding-left: 5px;
}
.positions_about li {
  padding: 0px 0 3px 24px;
  color: #000;
  margin-bottom: 1rem;
  background-image: url("../icons/validation-check.2 1.svg");
  background-repeat: no-repeat;
}
.positions_picture {
  position: relative;
  width: 533px;
  height: 490px;
}
.positions_picture_img {
  width: 501px;
  height: 458px;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.positions_picture_bg {
  width: 501px;
  height: 458px;
  background-color: #F1511b;
  position: absolute;
  bottom: 0;
  right: 0;
}
.positions_footer {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.positions_footer .body2 {
  text-align: end;
}
.positions_apply {
  color: #fff;
  background: #f1511b;
  border-radius: 100px;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 180px;
}

.about_us_header {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.1) 20%, white), url("../img/about-us.png");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.about_us_header_text {
  text-align: center;
  color: #1f2c4d;
  margin-bottom: 64px;
}
.about_us_header_text p {
  color: #f1511b;
  font-weight: 600;
  letter-spacing: 0.4em;
  margin-bottom: 16px;
}
.about_us_body_intro {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about_us_body_intro_text {
  margin-bottom: 64px;
  text-align: center;
  padding: 0 100px;
}
.about_us_body li {
  margin-bottom: 10px;
}
.about_us_body_line {
  display: block;
  width: 70%;
  border-top: 2px solid #f1511b;
  margin-bottom: 64px;
}
.about_us_body_ambitions {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_us_body_ambitions ul {
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about_us_body_final {
  font-size: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about_us_body_final_end {
  margin-bottom: 100px;
  text-align: center;
  padding: 0 100px;
}

.team {
  background-color: #1f2c4d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 128px 0 90px 0;
}
.team_header_text {
  text-align: center;
  color: #fff;
}
.team_header_text p {
  color: #f1511b;
  font-weight: 600;
  letter-spacing: 0.4em;
  margin-bottom: 16px;
}
.team_body_text {
  margin-top: 32px;
  padding: 0 200px;
  text-align: center;
  color: #fff;
}
.team_item {
  margin-top: 32px;
  background-color: #fff;
  border-radius: 32px;
  padding: 83px 109px;
  display: flex;
  align-items: center;
  max-width: 1000px;
}
.team_item_img {
  width: 183px;
  height: 183px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.team_item_text {
  max-width: 413px;
  margin-left: 33px;
}

.swiper-slide {
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next {
  right: 100px;
  color: #f1511b;
}
.swiper-button-prev {
  left: 100px;
  color: #f1511b;
}
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.3;
}
.swiper-pagination-bullet-active {
  background-color: #f1511b;
  opacity: 1;
}

.member {
  margin-bottom: 45px;
  font-weight: 500;
}
.member_author .body1 {
  font-weight: 700;
  margin-top: 8px;
}
.member_author .body2 {
  font-weight: 500;
  margin-top: 8px;
}

.become_disp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 128px 0 90px 0;
}
.become_disp_header_text {
  text-align: center;
  color: #1f2c4d;
  padding: 0 150px;
}
.become_disp_header_text p {
  color: #f1511b;
  font-weight: 600;
  letter-spacing: 0.4em;
  margin-bottom: 16px;
}
.become_disp_body_text {
  margin-top: 32px;
  padding: 0;
  text-align: center;
  color: #000;
}
.become_disp_video-container {
  margin-top: 64px;
  max-width: 1248px;
  display: flex;
  justify-content: space-between;
}
.become_disp_video-container_first_text, .become_disp_video-container_second_text, .become_disp_video-container_third_text {
  width: 270px;
  height: 74px;
  background-color: #1f2c4d;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 20px;
}

.video-js {
  width: 270px;
  height: 480px;
  background-color: rgba(0, 0, 0, 0) !important;
}
.video-js .vjs-tech {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.video-js .vjs-control-bar {
  background-color: rgba(255, 255, 255, 0) !important;
  display: flex;
  justify-content: space-between;
  height: 6em !important;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-size: 4rem;
}
.video-js .vjs-big-play-button {
  width: 2em;
  margin-left: -1em;
  border: none !important;
  background-color: rgba(255, 255, 255, 0) !important;
  background-color: rgba(255, 255, 255, 0) !important;
  border-radius: 0px !important;
}
.video-js .vjs-picture-in-picture-control {
  display: none;
}
.video-js .vjs-play-control {
  font-size: 20px;
}
.video-js .vjs-mute-control {
  font-size: 20px;
}

.contact {
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact_header_text {
  text-align: center;
  margin-bottom: 64px;
  color: #1f2c4d;
}
.contact_header_text p {
  font-weight: 600;
  margin: 128px 0 16px 0;
  letter-spacing: 0.4em;
  color: #f1511b;
}
.contact_body {
  display: flex;
  justify-content: space-between;
  min-width: 1033px;
}
.contact_data {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}
.contact_data p {
  font-weight: 600;
}
.contact_data:hover {
  color: #f1511b;
  cursor: pointer;
}
.contact_data:hover .contact_icon {
  background-color: rgba(241, 80, 27, 0.3019607843);
  cursor: pointer;
}
.contact_icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(31, 44, 77, 0.3254901961);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  transition: all 0.1s;
}
.contact_form {
  display: flex;
  flex-direction: column;
}
.contact_inputs {
  display: flex;
  justify-content: space-between;
  width: 500px;
}
.contact_input {
  margin-bottom: 32px;
  width: 500px;
  height: 56px;
  border-radius: 0.43em;
  border: none;
  outline: none;
  padding: 1.25rem 2rem;
}
.contact_input.data {
  width: 236px;
}
.contact_input.select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 2rem top 50%;
  background-size: 0.65rem auto;
}
.contact_file {
  width: 500px;
  position: relative;
  margin-top: 30px;
  border-radius: 0.43em;
}
.contact_file label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1511b;
  border: 2px solid #f1511b;
  color: #fff;
  font-size: 1.12em;
  text-align: center;
  width: 100%;
  padding: 20px 0px;
  margin: auto;
  border-radius: 0.31em;
  cursor: pointer;
}
.contact_file #contact_file_info {
  text-align: center;
  margin: 15px;
}
.contact_file li {
  background-color: rgba(241, 80, 27, 0.1921568627);
  color: #f1511b;
  padding: 1.1em 1em;
  border-radius: 0.3em;
  display: flex;
  justify-content: space-between;
}
.contact input[type=file] {
  display: none;
}
.contact textarea {
  height: 128px;
  border-radius: 0.43em;
  margin-bottom: 0;
}
.contact_button {
  margin: 24px 0 24px 0;
  width: 200px;
  height: 52px;
  background-color: #1f2c4d;
  color: #fff;
  border-radius: 0.3em;
  border: none;
}
.contact_button_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_button:hover {
  cursor: pointer;
}
.contact_msg_status {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .caption {
  margin-left: 20px;
  margin-top: 10px;
}

.success {
  color: #f1511b;
  margin-bottom: 64px;
}

.error {
  color: red;
  margin-bottom: 64px;
}

.footer {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
}
.footer .vvt-logo_dark {
  margin: 0 auto;
}
.footer_links {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #393e46;
}
.footer_links a {
  margin-right: 40px;
  font-weight: 500;
}
.footer_mail {
  margin-top: 28px;
  font-weight: 500;
  color: #393e46;
}
.footer .caption {
  margin-top: 40px;
  margin-bottom: 76px;
  font-weight: 500;
}

.validation-error {
  border: 1px solid red;
}

.file-error {
  border: 3px solid rgb(134, 14, 14) !important;
}

@media (max-width: 1270px) {
  .container {
    max-width: 970px;
  }
  .become_disp_video-container {
    max-width: 970px;
  }
  .positions_1, .positions_2 {
    width: 970px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 39px;
  }
  h3 {
    font-size: 31px;
  }
  h4 {
    font-size: 25px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }
  .body1 {
    font-size: 14px;
  }
  .body2 {
    font-size: 10px;
  }
  .caption {
    font-size: 8px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 39px;
  }
  h2 {
    font-size: 31px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 13px;
  }
  .body1 {
    font-size: 16px;
  }
  .caption {
    font-size: 10px;
  }
  .container {
    max-width: 750px;
  }
  .become_disp_video-container_first_text, .become_disp_video-container_second_text, .become_disp_video-container_third_text {
    width: 180px;
    height: 64px;
  }
  .become_disp_video-container .video-js {
    width: 180px;
    height: 320px;
  }
  .nav_list_item_link {
    font-size: 13px;
    margin-left: 15px;
  }
  .positions_text {
    width: 295px;
  }
  .positions_picture {
    width: 433px;
    height: 390px;
  }
  .positions_picture_bg {
    width: 401px;
    height: 358px;
  }
  .positions_picture_img {
    width: 401px;
    height: 358px;
  }
  .positions_1, .positions_2 {
    width: 750px;
  }
  .contact_body {
    min-width: 750px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 31px;
  }
  .container {
    max-width: 360px;
  }
  body.lock {
    overflow: hidden;
  }
  .nav {
    padding: 0 1.3rem;
  }
  .nav_list_item_link {
    margin-bottom: 30px;
  }
  .nav_list_item_logo {
    display: block;
    position: absolute;
    bottom: 0;
    margin-left: 15px;
  }
  .nav_logo_mobile_img {
    height: 80px;
    width: 160px;
  }
  .header_burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 3;
  }
  .header_burger:before {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
  }
  .header_burger:after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease 0s;
  }
  .header_burger span {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 9px;
    transition: all 0.3s ease 0s;
  }
  .nav_list {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1f2c4d;
    z-index: 2;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    transition: all 0.3s ease 0s;
    overflow: auto;
    padding-top: 5.5rem;
  }
  .nav_list.active {
    top: 0;
  }
  .nav_list_item_link {
    font-size: 16px;
  }
  #header .container {
    max-width: none;
  }
  .scroll-header {
    background-color: #ffffff;
    color: #ffffff;
  }
  .scroll-header .header_burger span, .scroll-header .header_burger:after, .scroll-header .header_burger:before {
    background-color: #1f2c4d;
  }
  .header_burger.active:before {
    transform: rotate(45deg);
    top: 9px;
    background-color: #fff;
  }
  .header_burger.active:after {
    transform: rotate(-45deg);
    bottom: 9px;
    background-color: #fff;
  }
  .header_burger.active span {
    transform: scale(0);
    background-color: #fff;
  }
  .hug_text_main {
    padding: 0 10px;
    margin-top: 64px;
  }
  .hug_text_second {
    padding: 0 10px;
  }
  .positions_head_text {
    margin: 100px 0px 32px 0px;
  }
  .positions_1, .positions_2 {
    width: 100%;
    padding: 10px;
    display: block;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
  }
  .positions_about p {
    padding: 2px;
  }
  .positions_text {
    margin: 64px auto;
    width: auto;
  }
  .positions_picture {
    width: 333px;
    height: 290px;
    margin: 64px auto;
  }
  .positions_picture_bg {
    right: 20px;
    bottom: 20px;
  }
  .positions_picture_bg, .positions_picture_img {
    width: 301px;
    height: 258px;
  }
  .positions_line {
    display: block;
    width: 70%;
    border-top: 2px solid #f1511b;
  }
  .about_us_body_intro_text {
    padding: 20px;
  }
  .about_us_body_ambitions {
    text-align: center;
  }
  .about_us_body_final_end {
    padding: 20px;
  }
  .team_body_text {
    padding: 0px 10px;
  }
  .team_item {
    max-width: 270px;
    padding: 10px;
    margin-top: 0px;
    min-height: 200px;
    flex-direction: column;
  }
  .team_item_text {
    margin-left: 0px;
    margin-top: 20px;
    text-align: center;
  }
  .team_item_text .member {
    margin-bottom: 10px;
  }
  .team_item_text .member_author .body1 {
    margin-top: 5px;
  }
  .team_item_img {
    width: 100px;
    height: 100px;
  }
  .swiper {
    padding-bottom: 25px;
  }
  .swiper-button-next {
    right: 0px;
  }
  .swiper-button-prev {
    left: 0px;
  }
  .swiper-slide {
    padding: 10px;
    margin-top: 40px;
  }
  .become_disp_header_text {
    padding: 0 10px;
  }
  .become_disp_video-container {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  .become_disp_video-container .video-js {
    width: 270px;
    height: 480px;
  }
  .become_disp_video-container_first, .become_disp_video-container_second {
    margin-bottom: 30px;
  }
  .become_disp_video-container_first_text, .become_disp_video-container_second_text, .become_disp_video-container_third_text {
    width: 270px;
  }
  .contact_body {
    min-width: 350px;
    flex-direction: column-reverse;
  }
  .contact_info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact_data {
    min-width: 244px;
    margin-bottom: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact_icon {
    width: 40px;
    height: 40px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .contact_inputs {
    flex-direction: column;
    width: 100%;
  }
  .contact_input {
    width: 100%;
  }
  .contact_input.data {
    width: 100%;
  }
  .contact_file {
    width: 100%;
  }
  .contact_file label {
    padding: 15px 0px;
  }
  .footer_links {
    flex-direction: column;
  }
  .footer_links a {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=styles.css.map */