@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

button, input, textarea {
  outline: none;
  box-sizing: border-box; }

a {
  text-decoration: none;
  outline: none; }

img {
  display: block;
  max-width: 100%; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/RobotoCondensed-Bold.eot");
  src: local("/fonts/RobotoCondensed Bold"), local("/fonts/RobotoCondensed-Bold"), url("/fonts/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/RobotoCondensed-Bold.woff") format("woff"), url("/fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("/fonts/RobotoCondensed-Regular.eot");
  src: local("/fonts/RobotoCondensed"), local("/fonts/RobotoCondensed-Regular"), url("/fonts/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/RobotoCondensed-Regular.woff") format("woff"), url("/fonts/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto-Medium.eot");
  src: local("/fonts/Roboto Medium"), local("/fonts/Roboto-Medium"), url("/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Medium.woff") format("woff"), url("/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("/fonts/RobotoCondensed-Light.eot");
  src: local("/fonts/RobotoCondensed Light"), local("/fonts/RobotoCondensed-Light"), url("/fonts/RobotoCondensed-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/RobotoCondensed-Light.woff") format("woff"), url("/fonts/RobotoCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
body {
  min-width: 320px;
  font-family: "Roboto"; }

img {
  max-width: 100%;
  height: auto; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%; }

.section {
  margin-top: 30px;
  margin-bottom: 30px; }

.main_header {
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  color: #03A1FE;
  padding: 20px 0; }

/*----------------------------Главный баннер------------------------------*/
.thanks_banner {
  background: url("/images/thanks.jpg") no-repeat left top;
  background-size: cover;
  height: 100vh;
  padding: 15px;
  position: relative; }

.padding_main_banner {
  position: absolute;
  bottom: 10%; }

.main_banner {
  background: url("/images/main_banner.jpg") no-repeat left top;
  background-size: cover;
  height: 100vh;
  padding: 15px;
  position: relative; }

.banner_color_blue {
  color: #03A1FE;
  font-weight: 500; }

.come_to_work {
  color: #040404;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  margin-top: 60px; }

.would_you_like {
  font-size: 25px;
  color: #4C4C4C;
  margin-top: 15px; }

.send_a_request {
  display: inline-block;
  text-align: center;
  font-size: 25px;
  color: #FFFFFF;
  cursor: pointer;
  background: #03A1FE;
  border-radius: 3px;
  padding: 15px 10px;
  margin-top: 35px;
  border: 2px solid #03A1FE;
  white-space: nowrap;
  transition: all 0.3s; }
  .send_a_request a {
    color: #ffffff; }
  .send_a_request:hover {
    background: #1e517b;
    color: #ffffff;
    border: 2px solid #1e517b; }

.adress_phone, .adress_phone_mob {
  padding-top: 30px; }
  .adress_phone div, .adress_phone_mob div {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 24px;
    color: #4C4C4C; }
    .adress_phone div:nth-child(2), .adress_phone_mob div:nth-child(2) {
      margin-top: 10px; }
    .adress_phone div span, .adress_phone_mob div span {
      margin-right: 15px;
      width: 35px;
      height: 35px; }
      .adress_phone div span img, .adress_phone_mob div span img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .adress_phone div a, .adress_phone_mob div a {
      color: #03A1FE;
      font-weight: 500;
      transition: all 0.3s; }
  .adress_phone .phone_banner:hover, .adress_phone_mob .phone_banner:hover {
    filter: invert(16%) sepia(78%) saturate(2207%) hue-rotate(102deg) brightness(72%) contrast(117%); }

.adress_phone_mob {
  display: none; }

.padding_main_banner {
  position: absolute;
  bottom: 10%; }

/*----------------------------Главный баннер адаптивная версия------------------------------*/
/*--------------------------------Полоса как начать работать------------------------------*/
.how_to_cell_1 {
  background-color: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 67, 101, 0.08);
  border-radius: 3px 3px 0px 0px;
  padding: 60px 0;
  margin: -60px 0; }

.how_to_begin_main {
  background: #03A1FE;
  padding: 40px 0;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.how_to_begin {
  font-weight: 400;
  font-size: 36px;
  color: #FFFFFF;
  text-align: center; }

.figure, .figure_1 {
  text-align: center;
  width: 50px;
  height: 45px;
  border-radius: 5px;
  margin: 25px auto;
  font-size: 36px; }

.figure {
  color: #03A1FE;
  background-color: #ffffff; }

.figure_1 {
  color: #ffffff;
  background-color: #03A1FE; }

.figure_descr, .figure_descr_1 {
  font-weight: 400;
  font-size: 24px;
  text-align: center; }

.figure_descr {
  color: #FFFFFF; }

.figure_descr_1 {
  color: #4C4C4C; }

/*--------------------------------Что ты будешь делать?------------------------------*/
.bluebg {
  background: rgba(3, 161, 254, 0.06); }

.willyoudo_slider {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px; }

.you_do_bg_1 {
  background: url("/images/what_will_you_do_1.svg") no-repeat center top;
  height: 590px;
  position: relative;
  background-size: contain; }

.you_do_bg_2 {
  background: url("/images/what_will_you_do_2.svg") no-repeat center top;
  height: 590px;
  position: relative;
  background-size: contain; }

.you_do_bg_3 {
  background: url("/images/what_will_you_do_3.svg") no-repeat center top;
  height: 590px;
  position: relative;
  background-size: contain; }

.willyoudo_cell {
  position: absolute;
  bottom: 40px;
  font-size: 24px;
  text-align: center;
  color: #040404;
  z-index: 1;
  padding: 0 10px;
  width: 100%; }

.willyoudo_padd {
  padding-top: 50px;
  padding-bottom: 50px; }

.owl-dots {
  display: flex; }

.owl-theme .owl-nav.disabled + .owl-dots {
  width: 30px !important;
  margin: 10px auto !important; }

/*--------------------------------Что мы предлагаем тебе------------------------------*/
.we_offer_banner {
  background: url("/images/we_offer_you_banner.png") no-repeat;
  background-size: cover;
  height: 100vh; }

.we_offer_banner_mini {
  display: none;
  background-size: cover; }
  .we_offer_banner_mini img {
    width: 100%;
    background-size: cover;
    margin: 0 auto; }

.we_offer_list li {
  font-size: 24px;
  color: #040404;
  margin-top: 15px;
  margin-bottom: 15px; }
  .we_offer_list li:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px; }
  .we_offer_list li:nth-child(1):before {
    background: url("/images/we_offer_you_icon_1.svg") no-repeat;
    background-size: contain; }
  .we_offer_list li:nth-child(2):before {
    background: url("/images/we_offer_you_icon_2.svg") no-repeat;
    background-size: contain; }
  .we_offer_list li:nth-child(3):before {
    background: url("/images/we_offer_you_icon_3.svg") no-repeat;
    background-size: contain; }
  .we_offer_list li:nth-child(4):before {
    background: url("/images/we_offer_you_icon_4.svg") no-repeat;
    background-size: contain; }
  .we_offer_list li:nth-child(5):before {
    background: url("/images/we_offer_you_icon_5.svg") no-repeat;
    background-size: contain; }
  .we_offer_list li:nth-child(6):before {
    background: url("/images/we_offer_you_icon_6.svg") no-repeat;
    background-size: contain; }

.hot_stan {
  color: #F7761F;
  font-weight: 500; }
  .hot_stan:before {
    content: "";
    display: inline-block;
    background: url("/images/metro.svg") no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    margin-right: 10px; }

.footnote {
  font-size: 16px;
  color: #4C4C4C; }

.we_offer_padding {
  display: grid;
  grid-template-columns: 1fr 1fr; }

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

.we_offer_descr {
  font-size: 24px;
  text-align: center;
  color: #040404;
  padding: 105px 15px;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  box-shadow: 0px 4px 24px rgba(0, 67, 101, 0.08);
  border-radius: 11px;
  margin-top: -30px;
  height: 150px; }

/*----------------------------Футер------------------------------*/
.footer_blue {
  background-color: #444444;
  height: 100px; }

/*----------------------------Присоединяйся к нашей команде------------------------------*/
.we_offer_slider {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px; }

.we_offer_pad {
  padding-top: 50px;
  padding-bottom: 50px; }

.join_us_mobile {
  display: none; }
  .join_us_mobile img {
    margin: 0 auto; }

.join_us_bg {
  background: url("/images/join_us.png") no-repeat;
  background-position: top right;
  height: 604px; }

.blue_border {
  padding: 50px 15px;
  border: 2px solid #03A1FE;
  border-radius: 36px;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr; }

.agreement {
  font-size: 18px;
  color: #4C4C4C; }

.agreement_blue {
  color: #03A1FE; }

@media (max-width: 576px) {
  .we_offer_slider {
    grid-template-columns: 1fr; }

  .join_us_mobile {
    display: block; }

  .join_us_bg {
    background: none;
    height: 100%; }

  .join_us_form p input[type="text"] {
    font-size: 24px;
    box-sizing: border-box;
    border-radius: 53px;
    height: 64px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 30px; }
  .join_us_form p input[type="submit"] {
    border-radius: 3px;
    border: none;
    padding: 20px 30px;
    margin: 48px 0px;
    font-size: 24px; }
  .join_us_form .submit {
    margin: 0 auto; }

  .blue_border {
    padding: 0;
    border: none;
    border-radius: 36px;
    z-index: 1; }

  .agreement {
    font-size: 18px; } }
/*---------------------------------------------------Форма для отправки письма--------------------------------------------------------*/
.test {
  color: #ffffff; }

.blue_price {
  color: #03A1FE;
  font-weight: bold;
  white-space: nowrap; }

/*всплывающая форма*/
input {
  width: 100px;
  border: 1px solid #D2D2D2;
  height: 50px;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  border-radius: 4px; }

button {
  background-color: #03A1FE;
  color: #fff;
  border: none;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  transition: all .3s;
  width: 100%;
  font-size: 18px;
  height: 50px; }
  button:hover {
    background-color: #1e517b; }

.wrap__input {
  margin-bottom: 10px; }

.popup__form-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px; }

.popup__form {
  position: fixed;
  background-color: #fff;
  top: 50%;
  display: none;
  left: 50%;
  max-width: 400px;
  padding: 30px;
  z-index: 1000;
  width: 400px;
  border-radius: 10px;
  transform: translate(-50%, -50%); }
  .popup__form input {
    width: 100px;
    border: 1px solid #D2D2D2;
    height: 50px;
    width: 100%;
    font-size: 18px;
    padding: 10px;
    border-radius: 4px; }
  .popup__form button {
    background-color: #03A1FE;
    color: #fff;
    border: none;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s;
    width: 100%;
    font-size: 18px;
    height: 50px; }
    .popup__form button:hover {
      background-color: #1e517b; }
  .popup__form .wrap__input {
    margin-bottom: 10px; }
  .popup__form .popup__form-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }

.dark {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  display: none;
  z-index: 900;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.close {
  position: absolute;
  top: 3px;
  right: 3px;
  transform-origin: center;
  width: 20px;
  height: 20px; }
  .close:hover {
    animation: close_but;
    animation-duration: 1s;
    animation-iteration-count: infinite; }

@keyframes close_but {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.thanks {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 70px 30px;
  border-radius: 3px;
  text-align: center;
  background-color: #03A1FE;
  z-index: 1001;
  display: none;
  color: #fff; }

.thanks-title {
  font-size: 30px;
  margin-bottom: 10px; }

/*---------------Мобильная верстка-------------------*/
@media (max-width: 576px) {
  .thanks_banner {
    background: url("/images/thanks_mobile.jpg") no-repeat left top;
    background-size: contain;
    padding: 0px;
    background-color: #bceafa; }

  .trebuetsa {
    display: none; }

  .we_offer_img {
    width: 100px;
    height: 100px;
    margin: 0 auto; }
    .we_offer_img img {
      width: 100%;
      height: 100%;
      background-size: contain; }

  .main_header {
    padding: 15px 0;
    font-size: 24px; }

  .padding_main_banner {
    padding-left: 15px;
    padding-right: 15px; }

  .main_banner {
    background: url("/images/main_banner_mobile.jpg") no-repeat left top;
    background-size: contain;
    padding: 0px;
    background-color: #97F8E5; }

  .adress_phone {
    display: none; }

  .adress_phone_mob {
    display: block;
    padding-top: 40px; }
    .adress_phone_mob div span {
      margin-right: 10px;
      width: 25px;
      height: 25px; }

  .come_to_work {
    font-size: 24px;
    margin-top: 24px; }

  .would_you_like {
    font-size: 16px;
    margin-top: 16px; }

  .send_a_request {
    display: block;
    padding: 10px 10px;
    margin-top: 15px; }

  .how_to_begin_main {
    grid-template-columns: 1fr;
    height: 100vh; }

  .how_to_cell_1 {
    padding: 0px;
    margin: 0; }

  .how_to_begin_main {
    padding: 40px 0; }

  .how_to_begin {
    font-size: 24px; }

  .figure, .figure_1 {
    margin: 25px auto;
    font-size: 24px;
    padding: 12px 0; }

  .figure_descr, .figure_descr_1 {
    font-size: 24px; }

  .willyoudo_cell {
    font-size: 24px;
    padding: 0 21px; }

  .willyoudo_padd {
    padding: 0px; }

  .willyoudo_slider {
    grid-template-columns: 1fr; }

  .we_offer_padding {
    grid-template-columns: 1fr;
    padding: 15px; }

  .section {
    margin-top: 15px;
    margin-bottom: 15px; }

  .we_offer_banner_mini {
    display: block;
    margin-top: 30px; }

  .we_offer_banner {
    background: none;
    height: auto; }

  .we_offer_pad {
    padding-top: 0px;
    padding-bottom: 0px; }

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

  .we_offer_descr {
    font-size: 24px;
    padding: 105px 15px;
    box-sizing: border-box;
    margin-top: -30px;
    height: 150px; }

  .offer_slide {
    margin-top: 30px; }

  .blue_border {
    grid-template-columns: 1fr; } }
/*-------------Страница спасибо----------------*/

.you_do_bg_1 .send_a_request, .you_do_bg_2 .send_a_request, .you_do_bg_3 .send_a_request {
  position: absolute;
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 95%;
}
.willyoudo_cell {
  bottom: 100px;
}
.footer_blue {
  height: auto;
}
.footer_blue .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer_blue .container span {
  color: #fff;
  margin: 20px 0;
  font-weight: 500;
}
.footer_blue .container p {
  color: #fff;
  margin: 5px 0;
  font-weight: 500;
}