﻿@charset "UTF-8";  

/*!
========== SPECIFICS
*/
.questionary {
  font-size: 16px;
  line-height: normal;
  color: #000;
  font-family: 'DodoRegular';
  font-size: 16px; }
  .questionary a:focus, .questionary input:focus, .questionary select:focus, .questionary textarea:focus {
    outline: none; }
  .questionary .logo {
    width: 100%; }
  .questionary h3 {
    font-family: 'DodoBold';
    font-size: 28px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 10px; }
  .questionary .row {
    margin-bottom: 20px; }
  .questionary .form-control {
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-top: solid 1px #c4c4c4;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    width: 100%;
    max-width: 455px;
    height: 40px;
    padding: 6px 12px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px; }
  .questionary label {
    padding-top: 0.6em;
    line-height: 1.4;
    position: relative;
    display: inline-block; }
  .questionary textarea {
    height: 150px !important;
    resize: vertical; }
  .questionary .form-group.address .form_under_note {
    font-size: 13px;
    color: #000000;
    margin-top: -5px; }
  .questionary .birthday #birthday_year {
    max-width: 100px; }
  .questionary .birthday #birthday_month {
    max-width: 135px; }
  .questionary .birthday #birthday_day {
    max-width: 75px; }
  .questionary .birthday .form-control {
    display: inline-block; }
  .questionary .form_line {
    display: block !important; }
  .questionary .error {
    font-size: 16px;
    color: #000;
    margin-top: 9px;
    display: inline-block; }
  .questionary .form-group.aboutDodo .form-control {
    display: block; }
  .questionary #partial label.form_line {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }
    .questionary #partial label.form_line input[type="radio"] {
      position: absolute;
      margin-top: 4px\9;
      margin: 3px 0 0 -20px;
      margin-top: 1px\9;
      line-height: normal; }
  .questionary .check-row label.form_line {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }
    .questionary .check-row label.form_line input[type="checkbox"] {
      position: absolute;
      margin-top: 4px\9;
      margin: 3px 0 0 -20px;
      margin-top: 1px\9;
      line-height: normal; }
  .questionary .submit {
    text-decoration: none;
    display: inline-block;
    padding: 0px 15px;
    padding-bottom: 0;
    color: #fff !important;
    font-size: 24px;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'DodoRegular'; }
  .questionary .form_submit {
    -webkit-box-shadow: inset 0px -1px 0px 0px #d0621d;
    -moz-box-shadow: inset 0px -1px 0px 0px #d0621d;
    box-shadow: inset 0px -1px 0px 0px #d0621d;
    background: #f6912b;
    background: -moz-linear-gradient(top, #f6912b 0%, #f37c26 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6912b), color-stop(100%, #f37c26));
    background: -webkit-linear-gradient(top, #f6912b 0%, #f37c26 100%);
    background: -o-linear-gradient(top, #f6912b 0%, #f37c26 100%);
    background: -ms-linear-gradient(top, #f6912b 0%, #f37c26 100%);
    background: linear-gradient(to bottom, #f6912b 0%, #f37c26 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$stop',GradientType=0 ); }
    .questionary .form_submit:hover:not(:active) {
      background: #f79e43;
      background: -moz-linear-gradient(top, #f79e43 0%, #f48b3e 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f79e43), color-stop(100%, #f48b3e));
      background: -webkit-linear-gradient(top, #f79e43 0%, #f48b3e 100%);
      background: -o-linear-gradient(top, #f79e43 0%, #f48b3e 100%);
      background: -ms-linear-gradient(top, #f79e43 0%, #f48b3e 100%);
      background: linear-gradient(to bottom, #f79e43 0%, #f48b3e 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$stop',GradientType=0 ); }
    .questionary .form_submit:active {
      box-shadow: 0 0 1px rgba(208, 98, 29, 0.9) inset, 0 1px 3px rgba(208, 98, 29, 0.9) inset, 0 1px 1px rgba(255, 255, 255, 0.1); }
  .questionary .form_submit[disabled], .questionary .form_submit[disabled]:hover:not(:active) {
    cursor: not-allowed !important;
    background: #B8B8B8;
    box-shadow: none;
    background: -moz-linear-gradient(top, #d7d7d7 0%, #cacaca 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7d7d7), color-stop(100%, #cacaca));
    background: -webkit-linear-gradient(top, #d7d7d7 0%, #cacaca 100%);
    background: -o-linear-gradient(top, #d7d7d7 0%, #cacaca 100%);
    background: -ms-linear-gradient(top, #d7d7d7 0%, #cacaca 100%);
    background: linear-gradient(to bottom, #d7d7d7 0%, #cacaca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$stop',GradientType=0 ); }
  .questionary .checkbox {
    margin: 10px 0;
    font-size: 14px;
    color: #666;
    margin-left: 7px;
    line-height: 1.3; }
    .questionary .checkbox__input {
      position: relative;
      top: 1px;
      margin-left: -19px;
      margin-top: 1px;
      line-height: normal;
      left: -2px; }
    .questionary .checkbox__label {
      min-height: 20px;
      padding-left: 17px;
      margin-bottom: 0;
      font-weight: 400;
      cursor: pointer; }

@media only screen and (max-width: 768px) {
  label {
    margin-bottom: 7px; }
  .name div {
    margin-bottom: 10px; } }

/*Спасибо*/
body.thanks {
  background-color: #FFA64C;
  line-height: normal;
  color: #000;
  font-family: 'DodoRegular';
  font-size: 16px; }
  body.thanks .section {
    padding-top: 70px;
    text-align: center; }
    body.thanks .section .panel {
      background-color: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      text-align: center;
      padding: 40px 20px;
      -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 24px rgba(0, 0, 0, 0.5); }
      body.thanks .section .panel .logo {
        display: inline-block;
        position: relative;
        width: 100%;
        margin-top: -20px;
        margin-bottom: 20px; }
      body.thanks .section .panel h1 {
        font-size: 36px;
        font-weight: 600;
        margin-top: 15px;
        font-family: 'DodoBold'; }

body.index {
  line-height: normal;
  color: #000000;
  font-family: 'DodoRegular';
  font-size: 16px;
  padding-right: 0px;
  overflow: auto;
  min-width: 1024px;
  line-height: 1.4; }

.container-fluid {
  padding: 0 16px; }

a:focus, input:focus, button:focus {
  outline: none; }

p {
  line-height: 1.7;
  font-size: 18px;
  margin: 10px 0; }

a {
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s; }

.color-orange {
  color: #FF6502; }

.logo_link {
  border-bottom: 0px !important;
  margin-top: 30px;
  display: inline-block; }

a:link, a:visited {
  text-decoration: none;
  color: #ff6900;
  border-bottom: 1px solid rgba(233, 121, 1, 0.2); }

a:hover, a:active {
  text-decoration: none;
  color: #d96334;
  border-bottom: 1px solid rgba(217, 99, 52, 0.2); }

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

.sign {
  font-size: 20px;
  padding: 15px 0;
  display: block;
  line-height: 1.7;
  margin-top: 10px; }

.notes {
  padding-top: 80px; }

ul, ol {
  margin: 10px 0;
  padding: 0 0 0 20px; }
  ul li, ol li {
    list-style-type: none;
    color: #000000;
    margin-bottom: 17px;
    font-size: 18px; }
    ul li span, ol li span {
      color: #000000; }

@media only screen and (max-width: 768px) {
  .notes {
    padding-top: 0px; } }

.paragraph_large {
  font-size: 42px;
  line-height: 1.4;
  margin: 40px 0 -20px; }

.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px; }
  .section_bg {
    background-color: #0a0a08;
    padding-bottom: 0px;
    padding-bottom: 130px;}
  .section_line {
    padding-top: 20px;
    margin-top: 130px; }
  .section_no-padding-bottom {
    padding-bottom: 0px !important; }
  .section_no-padding-top {
    padding-top: 0px; }

.title {
  text-align: left;
  font-family: 'DodoRegular';
  text-transform: uppercase;
  font-size: 140px;
  letter-spacing: 5px;
  line-height: 1.2; }
  .title_white {
    color: #ffffff; }
  .title_black {
    color: #000000; }
  .title_mobile {
    display: none; }
  .title_padding {
    padding: 100px 0 100px 0; }

.full-hero {
  padding: 0;
  overflow: hidden; }

    .full-hero__img-text {
      color: rgba(255, 255, 255, 0.7);
      font-size: 14px;
      text-align: left;
      position: absolute;
      bottom: 18px;
      width: 100%;
      left: 40px; }
  .full-hero__wrap {
    margin-top: 45px;
    margin-left: 20px; }
  .full-hero__logo {
    width: 250px;
    margin-left: 1px; }
  .full-hero__content {
    margin-top: 22px; }
  .full-hero__title {
    font-family: 'DodoBold';
    font-size: 52px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    line-height: 56px; }
  .full-hero__list {
    margin-top: 20px; }
  .full-hero__item {
    margin-bottom: 25px; }
    .full-hero__item-title {
      font-family: 'DodoRegular';
      font-weight: bold;
      margin-bottom: 3px;
      font-size: 18px;
      line-height: 1.3; }
    .full-hero__item-text {
      font-family: 'DodoRegular';
      font-size: 18px;
      line-height: 1.3; }
  .full-hero__button {
    margin-top: 60px;
    margin-left: -9px; }
    .full-hero__button-vacancy {
      height: 70px;
      line-height: 72px;
      padding: 0 60px;
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 0.95px;
      font-family: 'DodoBold'; }

.vacancy-col .col-sm-2:first-child {
  width: 11.666667%; }

.vacancy-col .col-sm-2 {
  width: 18.666667%; }

.vacancy-mobile {
  display: none; }

.vacancy__img-pizzamaker {
  width: 170px;
  vertical-align: bottom; }

.vacancy__img-cashier {
  width: 150px;
  margin-top: 45px; }

.vacancy__img-delivery {
  width: 204px;
  margin-top: 10px;
  margin-left: 0px; }

.vacancy__img-manager {
  width: 153px;
  margin-top: 39px; }

.vacancy__title {
  margin-bottom: -89px; }

.vacancy__wrap {
  padding: 18px 0 70px 0px; }

.www {
  width: 83%;
  height: 335px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  margin: 0 auto;
}

.vacancy__name {
  text-align: left;
  font-weight: bold;
  color: #ffffff;
  font-family: 'DodoRegular';
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 1.3; }

.vacancy__content {
  font-family: 'DodoRegular';
  font-size: 18px;
  line-height: 1.3;
  color: #ffffff;
  opacity: 0.7;}

.work-conditions {
  margin-top: 80px;
  text-align: center; }
  .work-conditions__wrap {
    min-height: 260px; }
  .work-conditions__icon {
    width: 100px;
    margin: 0 auto; }
  .work-conditions__content {
    margin-top: 20px;
    line-height: 1.4;
    font-size: 18px;
    font-family: 'DodoRegular'; }
  .work-conditions__note {
    text-align: left;
    border: 14px solid #FF6502;
    padding: 35px 35px 70px;
    font-size: 40px;
    line-height: 1.2;
    margin-right: 25px;
    margin-left: 155px; }

.signature__image {
  font-size: 14px;
  text-align: center;
  color: #566677;
  margin-top: 15px;
  line-height: 1.7; }
  .signature__image_on-image {
    margin-top: -30px;
    color: #000; }

.not-just-job {
  margin-top: 30px;
  width: 305px; }
  .not-just-job padding {
    margin: 15px 0; }
  .not-just-job__button {
    width: 100% !important;
    padding: 0 20px; }

.career {
  margin-top: 50px; }
  .career-block {
    margin-bottom: 90px; }
  .career__item {
    display: inline-block; }
  .career__number-step {
    color: #FF6502;
    font-size: 156px;
    font-family: 'DodoRegular';
    line-height: 1;
    border-bottom: 1px solid #ff6502;
    margin-bottom: 20px; }
  .career__wrap_1 {
    display: inline-block;
    margin-right: 120px;
    vertical-align: top; }
  .career__wrap_2 {
    display: inline-block;
    margin-right: 175px;
    vertical-align: top; }
  .career__wrap_3 {
    display: inline-block;
    margin-right: 150px;
    vertical-align: top; }
  .career__wrap_4 {
    display: inline-block;
    margin-right: 70px;
    vertical-align: top; }
  .career__wrap_5 {
    display: inline-block;
    margin-right: 65px; }
  .career__due-date {
    margin-bottom: 10px; }
  .career__image {
    image-rendering: optimizeQuality;
    image-rendering: -webkit-optimize-contrast; }
    .career__image_1 {
      display: inline-block;
      width: 30px;
      vertical-align: bottom; }
    .career__image_2 {
      display: inline-block;
      width: 30px;
      vertical-align: bottom; }
    .career__image_3 {
      display: inline-block;
      width: 100px;
      vertical-align: bottom; }
    .career__image_4 {
      display: inline-block;
      width: 45px;
      vertical-align: bottom; }
    .career__image_5 {
      display: inline-block;
      width: 45px;
      vertical-align: bottom; }

.mountain {
  position: relative;
  overflow: hidden;
  margin: 0 -16px; }
  .mountain__bg {
    position: absolute;
    background-size: cover;
    z-index: -1;
    left: 0;
    top: -10%;
    height: 100%; }
  .mountain__button {
    position: absolute;
    bottom: 50px;
    width: 100%; }
  .mountain-mobile {
    display: none; }

  .mountain-mobile__title {
    font-weight: bold;
    font-size: 18px; }
  .mountain-mobile__content {
    font-weight: normal;
    font-size: 18px;
    margin-top: 4px;
    line-height: 1.4; }
  .mountain-mobile__wrap {
    margin-bottom: 60px; }
  .mountain-mobile__item {
    width: 47%; }
  .mountain-mobile__panel {
    border-radius: 6px;
    border: 1px solid #ffffff;
    margin-top: 17px; }
    .mountain-mobile__panel-name {
      background-color: #ffffff;
      color: #000000;
      font-weight: bold;
      font-size: 18px;
      padding: 10px 15px; }
    .mountain-mobile__panel-content {
      color: #ffffff;
      font-weight: normal;
      font-size: 18px;
      padding: 10px 15px;
      line-height: 1.4; }

.dodois {
  margin-top: 100px; }
  .dodois__button {
    margin-top: 20%; }
  .dodois__title {
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 28px;
    font-weight: bold; }
  .dodois__link {
    margin-bottom: 10px; }

.dodo-book {
  position: relative;
  overflow: hidden; }

  .dodo-book__note {
    margin-left: 129px;
    width: 360px;
    margin-top: -10px;
    position: relative;
    z-index: 1; }
  .dodo-book__button {
    margin-top: 20%; }

.videoWrapper {
  position: relative;
  margin: 5px 0 30px 0;
  padding-bottom: 56.25%;
  height: 0; }

.videoWrapper_insta {
  position: relative;
  padding-bottom: 100%;
  height: 0; }

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

  .footer li {
    list-style-type: none; }
  .footer .footer-background {
    padding-bottom: 20px;
    padding-top: 70px; }
    .footer .footer-background h4 {
      font-size: 16px;
      font-weight: bold;
      margin-top: 30px; }
    .footer .footer-background ul {
      padding: 0;
      list-style: none;
      margin: 0 0 40px 0; }
      .footer .footer-background ul li {
        margin-bottom: 15px;
        line-height: 22px; }
        .footer .footer-background ul li a {
          opacity: 0.7;
          color: #fff;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5);
          cursor: pointer; }
          .footer .footer-background ul li a:hover {
            opacity: 1; }
    .footer .footer-background .social a {
      border-bottom: 0px !important; }
      .footer .footer-background .social a img {
        width: 42px;
        height: 42px;
        margin-right: 7px;
        opacity: 0.7; }
        .footer .footer-background .social a img:hover {
          opacity: 1; }
    .footer .footer-background .margin {
      margin-top: 60px; }
  .footer .circle-play {
    cursor: pointer; }
    .footer .circle-play div {
      width: 120px;
      height: 120px;
      display: inline-block;
      border-radius: 50%;
      line-height: 120px;
      text-align: center;
      position: absolute;
      top: -130px;
      left: 365px;
      -moz-box-shadow: 0 20px 40px -1px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: 0 20px 40px -1px rgba(0, 0, 0, 0.4);
      box-shadow: 0 20px 40px -1px rgba(0, 0, 0, 0.4);
      background-color: #f89227;
      background-image: -moz-linear-gradient(#f89227, #f57213);
      background-image: -webkit-linear-gradient(#f89227, #f57213);
      background-image: -o-linear-gradient(#f89227, #f57213);
      background-image: -ms-linear-gradient(#f89227, #f57213);
      background-image: linear-gradient(#f89227, #f57213); }
      .footer .circle-play div:hover {
        color: #fff !important;
        border-bottom: none !important;
        background-color: #ff9c33;
        background-image: -moz-linear-gradient(#ff9c33, #ff7e21);
        background-image: -webkit-linear-gradient(#ff9c33, #ff7e21);
        background-image: -o-linear-gradient(#ff9c33, #ff7e21);
        background-image: -ms-linear-gradient(#ff9c33, #ff7e21);
        background-image: linear-gradient(#ff9c33, #ff7e21); }
      .footer .circle-play div img {
        width: 35%;
        position: relative;
        left: 4px; }

@media screen and (max-width: 1880px) {
  .work-conditions__note {
    margin-left: 115px; } }

@media screen and (max-width: 1730px) {
  .work-conditions__note {
    margin-left: 55px; } }

@media screen and (max-width: 1600px) {
  .vacancy-col .col-sm-2 {
    width: 20.666667%; } }

@media screen and (max-width: 1530px) {
  .work-conditions__note {
    margin-left: 60px;
    font-size: 34px; } }

@media screen and (max-width: 1440px) {
  .vacancy-col .col-sm-2:first-child {
    width: 8.666667%; }
  .vacancy-col .col-sm-2 {
    width: 22.666667%; }
  .work-conditions__note {
    margin-left: 60px;
    font-size: 34px;
    margin-right: 0px; }
  .full-hero__img {
    background-position: 44%; }
  .full-hero__title {
    font-size: 50px; } }

@media screen and (max-width: 1330px) {
  .full-hero__title {
    font-size: 44px;
    line-height: 48px; }
  .vacancy-col .col-sm-2:first-child {
    width: 8.666667%; }
  .vacancy-col .col-sm-2 {
    width: 22.666667%; }
  .vacancy__wrap {
    padding: 18px 0 50px 0; }
  .title {
    font-size: 124px; }
  .work-conditions__note {
    margin-left: 0px;
    font-size: 34px;
    margin-right: 0px; }
  .image__first,
  .image__second,
  .image__third,
  .image__fourth,
  .image__fifth {
    height: 97vh; } }

@media screen and (max-width: 1200px) {
  .title {
    font-size: 116px; }
  .full-hero__img {
    background-position: 44%; }
  .vacancy-col .col-sm-2 {
    width: 23.666667%; }
  .vacancy-col .col-sm-2:first-child {
    width: 0.666667%; }
  .vacancy__img-manager {
    margin-left: 10px; }

  .vacancy__img-delivery {
    width: 204px;
    margin-top: 10px;
    margin-left: -12px; }

  .www {
    width: 100%;
  }

  .vacancy__wrap {
    padding: 18px 0 100px 0;
  }
  
  .full-hero__title {
    font-size: 36px;
    line-height: 40px; }
  .work-conditions__note {
    margin-left: 10px;
    font-size: 34px;
    margin-right: 50px; }
  .full-hero .col-sm-1 {
    width: 3.33333333%; }
  .full-hero .col-sm-7 {
    width: 63.33333333%; }
  .full-hero__wrap {
    margin-top: 45px;
    margin-left: -11px; } }

@media screen and (max-width: 1100px) {
  .full-hero__img {
    background-position: 50%; }
  .work-conditions__note {
    margin-left: 30px;
    font-size: 34px;
    margin-right: 0px; }
  .dodo-book__book {
    margin-left: 20px;
    margin-top: 25px; }
  .dodo-book__note {
    margin-left: 50px;
    margin-top: -10px; }
  .image__first,
  .image__second,
  .image__third,
  .image__fourth,
  .image__fifth {
    height: 80vh; } }

@media screen and (max-width: 767px) {
  body.index {
    line-height: normal;
    color: #000000;
    font-family: 'DodoRegular';
    font-size: 16px;
    padding-right: 0px;
    overflow: auto;
    min-width: 320px; }
  ul li, ol li {
    font-size: 16px;
    margin-bottom: 14px; }
  p {
    font-size: 16px; }
  .title {
    font-size: 72px; }
    .title_mobile {
      display: block; }
    .title_desktop {
      display: none; }
  .paragraph_large {
    font-size: 28px; }
  .full-hero {
    padding: 0 16px;
    overflow: visible; }
    .full-hero__img {
      display: none; }
    .full-hero__wrap {
      margin-top: 35px;
      margin-left: 0; }
  .vacancy-desktop {
    display: none; }
  .vacancy-mobile {
    display: block;}
  .vacancy__content {
    font-size: 16px;
    line-height: 1.4; }
  .vacancy__name {
    margin-top: 15px;
    line-height: 1.4; }
  .vacancy__img {
    border-bottom: 1px solid #cccccc; }
    .vacancy__img-pizzamaker {
      width: 170px;
      vertical-align: bottom;
      margin-top: 19px;
      display: block;
      margin-left: 12px; }
    .vacancy__img-cashier {
      width: 160px;
      margin-left: 54%;
      vertical-align: bottom;
      margin-top: -40px;
      display: block; }
    .vacancy__img-manager {
      margin-left: 0;
      vertical-align: bottom;
      margin-top: 19px;
      display: block;
      margin: 0 auto;
      width: 170px; }
    .vacancy__img-delivery {
      width: 210px;
      margin-left: 0;
      margin-top: 0;
      margin: 0 auto;
      display: block; }
  .image__first,
  .image__second,
  .image__third,
  .image__fourth,
  .image__fifth {
    height: 50vh; }
  .section_line {
    padding-top: 50px;
    margin-top: 0; }
  .work-conditions .col-xs-12 {
    padding: 0px; }
  .work-conditions__note {
    margin-left: 16px;
    font-size: 34px;
    margin-right: 16px;
    margin-top: 30px; }
  .not-just-job {
    margin-top: 30px;
    width: 100%; }
  .dodo-book__note {
    margin-left: 0;
    margin-top: -10px;
    text-align: center;
    width: auto; }
  .button {
    width: 100%; }
    .button:hover {
      -ms-transform: none;
      -webkit-transform: none;
      -o-transform: none;
      -moz-transform: none;
      transform: none; }
  .dodo-book__book {
    margin-left: 0;
    margin-top: 0;
    margin: 50px auto 0; }
  .career__image {
    display: none; }
  .career-block {
    margin-bottom: 0; }
  .career__item {
    display: block;
    margin-bottom: 50px; }
  .career__wrap_1,
  .career__wrap_2,
  .career__wrap_3,
  .career__wrap_4,
  .career__wrap_5 {
    margin-right: 0px; }
  .full-hero__button {
    margin-top: 60px;
    margin-left: 0; }
  .work-conditions__content {
    font-size: 16px; }
  .work-conditions__note {
    margin-left: 16px;
    font-size: 28px;
    margin-right: 16px;
    margin-top: 30px;
    padding: 35px 35px 50px; }
  .not-just-job {
    margin-top: 20%; }
  .button-margin-mobile {
    margin-top: 20%; }
  .mountain-desktop {
    display: none; }
  .mountain-mobile {
    display: block; }
    .mountain-mobile .title {
      font-size: 52px; }
    .mountain-mobile .title_padding {
      padding: 100px 0 60px 0; }
    .mountain-mobile .moun__button {
      margin-bottom: 10%; } }

@media screen and (max-width: 415px) {
  .title {
    font-size: 56px;
    letter-spacing: 3px; }
  .button_small {
    padding: 0px 20px; }
  .full-hero__button-vacancy {
    padding: 0 20px; }
  .career__number-step {
    font-size: 90px; }
  .footer .footer-background {
    padding-bottom: 20px;
    padding-top: 40px; }
  .mountain-mobile__item {
    width: 87%; } }

@media screen and (max-width: 376px) {
  .title {
    font-size: 48px; }
  .paragraph_large {
    font-size: 27px; }
  .vacancy-mobile .col-xs-6 {
    width: 100%; }
  .vacancy__wrap {
    padding: 68px 0 0px 0; }
  .work-conditions {
    margin-top: 40px;
    text-align: left; }
    .work-conditions .col-xs-6 {
      width: 100%; }
    .work-conditions__wrap {
      min-height: auto;
      display: table;
      padding-bottom: 50px;
      width: 100%; }
    .work-conditions__icon {
      width: 90px;
      margin: 0;
      display: table-cell; }
    .work-conditions__content {
      font-size: 16px;
      display: table-cell;
      margin: 0;
      padding-left: 18px;
      vertical-align: top;
      padding-top: 21px; }
  .dodois {
    margin-top: 50px; }
  .vacancy__img-pizzamaker {
    width: 140px;
    vertical-align: bottom;
    margin-top: -31px;
    display: block;
    margin-left: 12px; }
  .mountain-mobile__item {
    width: 100%; }
  .mountain-mobile .title {
    font-size: 40px; } }

@media screen and (max-width: 321px) {
  .paragraph_large {
    font-size: 22px; }
  .footer-background .col-xs-6 {
    width: 100%; }
  .footer .footer-background {
    padding-bottom: 20px;
    padding-top: 10px; }
  .dodo-book__book {
    width: 300px;
    height: 421px;
    background-size: 300px 421px; }
  .title {
    font-size: 40px; }
  .dodois {
    margin-top: 50px; }
  .section {
    position: relative;
    padding-bottom: 30px; }
  .section_bg {
    padding-bottom: 70px;
  }
  .work-conditions__note {
    margin-left: 16px;
    font-size: 24px;
    margin-right: 16px;
    margin-top: 30px;
    padding: 25px 25px 50px; }
  .full-hero__title {
    font-size: 32px;
    line-height: 40px; }
  .vacancy__img-cashier {
    margin-left: 44%; }
  .full-hero__wrap {
    margin-top: 10px;
    margin-left: 0; }
  .full-hero__button {
    margin-top: 40px;
    margin-left: 0; } }

.loader {
  display: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  top: 15px;
  text-indent: -9999em;
  border-top: 5px solid rgba(255, 255, 255, 0.3);
  border-right: 5px solid rgba(255, 255, 255, 0.3);
  border-bottom: 5px solid rgba(255, 255, 255, 0.3);
  border-left: 5px solid #ffffff;
  transform: translateZ(0);
  animation: loader-animation 1.1s infinite linear;
  background-color: #ff6900;
}

@keyframes loader-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.sending .btn-text {
  display: none;
}

.sending .loader {
  display: block;
}


