@font-face {
  font-family: 'Cera Pro';
  src: url("fonts/CeraPro-Bold.eot"), url("fonts/CeraPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/CeraPro-Bold.woff") format("woff"), url("fonts/CeraPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';
  src: url("fonts/CeraPro-Regular.eot"), url("fonts/CeraPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/CeraPro-Regular.woff") format("woff"), url("fonts/CeraPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Cera Pro';
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none;
}

.page {
  overflow: hidden;
}

.logo {
  position: relative;
  z-index: 2;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
}

.header.visible .header-row {
  height: 80px;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 60px 0 40px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation li {
  margin-left: 60px;
}

.navigation li a {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
}

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

.header-phone {
  margin-left: 60px;
}

.header-phone a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #ff0000;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wa-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/wa-icon.svg) no-repeat center;
  margin-right: 10px;
}

.main-section {
  height: 953px;
  background: url(../images/main-bg.jpg) no-repeat center;
  padding-top: 240px;
  background-size: cover;
  position: relative;
}

.main-title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 70px;
  margin-top: 0;
}

.main-title span {
  color: #ff0000;
}

.selectbox {
  font-family: 'Cera Pro';
}

.jq-selectbox {
  position: relative;
}

.jq-selectbox select {
  display: none;
}

.jq-selectbox__select {
  height: 47px;
  background: #fff;
  line-height: 47px;
  position: relative;
  cursor: pointer;
  font-size: 17px;
  border-bottom: 1px solid #E1E1E1;
}

.search-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.search-col {
  width: 390px;
  margin: 0 10px;
}

.jq-selectbox__trigger-arrow {
  background: url(../images/down.svg) no-repeat center;
  width: 10px;
  height: 6px;
  right: 0;
  position: absolute;
  top: 50%;
  margin-top: -3px;
}

.jq-selectbox__dropdown {
  background: #fff;
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.jq-selectbox__dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jq-selectbox__dropdown ul li {
  padding: 20px 30px;
  cursor: pointer;
}

.jq-selectbox__dropdown ul li:hover {
  background: #f00;
  color: #fff;
}

.inputbox {
  position: relative;
  width: 100%;
}

.inputbox label {
  position: absolute;
  font-size: 17px;
  top: 13px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  pointer-events: none;
}

.inputbox label i {
  font-style: normal;
  color: #ff0000;
}

.inputbox.changed label {
  top: -5px;
  font-size: 12px;
}

.input {
  display: block;
  width: 100%;
  height: 47px;
  border: none;
  font-family: 'Cera Pro';
  font-size: 17px;
  border-bottom: 1px solid #E1E1E1;
}

.input:focus {
  border-color: #f00;
}

.modal-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.modal-form__col {
  width: 45%;
}

.search-btn {
  height: 60px;
  line-height: 60px;
  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;
  width: 100%;
  color: #fff;
  background: #f00;
  border: none;
  border-radius: 10px;
  padding: 0 20px;
  font-family: 'Cera Pro';
  font-size: 20px;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}

.search-btn:hover .icon-arrow {
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}

.search {
  max-width: 992px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  bottom: -50px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-shadow: 0 4px 100px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 100px rgba(0, 0, 0, 0.1);
}

.icon-arrow {
  background: url(../images/arrow.svg) no-repeat;
  width: 18px;
  height: 10px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.ui-datepicker {
  font-family: 'Cera Pro';
}

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

.section-col {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-col img {
  width: 100%;
}

.section1 .section-col {
  padding: 200px 0;
}

.section-text {
  max-width: 600px;
  padding: 0 20px;
}

.section-text h3 {
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}

.section-text p {
  font-size: 17px;
  line-height: 34px;
  margin: 0;
}

.section-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
}

.section-list li:last-child {
  margin-bottom: 0;
}

.section-list li span {
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ff0000;
  margin-right: 40px;
}

.section-list li span img {
  max-width: 100%;
  width: auto;
}

.s5-title {
  max-width: 1000px;
  margin: 0 auto 70px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.section6 {
  padding: 170px 0 630px;
  position: relative;
}

.section6:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/line.svg) no-repeat center;
  width: 100%;
  height: 625px;
  bottom: -90px;
  z-index: -1;
}

.section6 p {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #ff0000;
  margin: 0;
}

.s5-btn {
  margin-top: 70px;
}

.s5-btn .search-btn {
  max-width: 305px;
  margin: 0 auto;
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1680px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40PX;
}

.footer-title {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.footer-contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  text-decoration: none;
  color: #ff0000;
  margin-left: 70px;
}

.footer-contacts a i {
  margin-right: 22px;
}

.footer-contacts a span {
  display: inline-block;
  border-bottom: 2px solid #ff0000;
  padding-bottom: 7px;
}

.footer-contacts a:hover span {
  border-color: transparent;
}

.icon-mail {
  display: inline-block;
  background: url(../images/mail-icon.svg) no-repeat center;
  width: 35px;
  height: 32px;
}

.icon-wa2 {
  display: inline-block;
  background: url(../images/wa-icon2.svg) no-repeat center;
  width: 37px;
  height: 37px;
}

.footer {
  padding-bottom: 240px;
}

.menu-btn {
  display: none;
  width: 28px;
  height: 22px;
  position: relative;
  z-index: 11;
}

.menu-btn span {
  display: block;
  height: 2px;
  width: 28px;
  position: relative;
  background: #000;
  top: 50%;
  right: 0;
  margin-top: -2.5px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  border-radius: 2px;
}

.menu-btn span:before,
.menu-btn span:after {
  content: " ";
  display: block;
  height: 2px;
  width: 34px;
  position: absolute;
  background: #000;
  border-radius: 2px;
  right: 0;
}

.menu-btn span:before {
  top: -10px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.menu-btn span:after {
  bottom: -10px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.menu-btn.active span {
  background: transparent;
}

.menu-btn.active span:before {
  top: 0;
  background: #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.menu-btn.active span:after {
  bottom: 0;
  background: #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.section3 .section-row,
.section5 .section-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.main-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-btn .search-btn {
  max-width: 305px;
}

.fancybox-slide {
  /*display: -webkit-box !important;*/
  /*display: -ms-flexbox !important;*/
  /*display: flex !important;*/
  /*-webkit-box-align: start;*/
  /*    -ms-flex-align: start;*/
  /*        align-items: flex-start;*/
}

.modal {
  width: 550px;
  position: absolute;
  /*top: 50px;*/
  padding: 60px !important;
}

.modal-title {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 65px;
}

.ui-autocomplete {
  position: absolute;
  background: #fff;
}

.ui-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  max-width: 462px;
  max-height: 240px;
  overflow: auto;
  z-index: 99995;
  border-top: 1px solid #E1E1E1;
  border-radius: 0 0 8px 8px;
}

.ui-menu::-webkit-scrollbar {
  width: 0px;
}

.ui-menu::-webkit-scrollbar-track {
  background: transparent;
}

.ui-menu::-webkit-scrollbar-thumb {
  width: 0px;
}

.ui-menu li {
  cursor: pointer;
  font-size: 17px;
  padding: 15px 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.ui-menu li:hover {
  background: rgba(0, 0, 0, 0.02);
}

.ui-menu li div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ui-menu-item div {
  max-width: 215px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ui-menu-item span {
  color: #ff0000;
}

.direction-code {
  position: absolute;
  right: 0;
  color: #ff0000;
  top: 8px;
  font-size: 17px;
  z-index: 2;
  background: #fff;
  padding: 5px 0 5px 10px;
}

.direction-code:before {
  content: "";
  width: 20px;
  left: -20px;
  height: 100%;
  top: 0;
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.drop:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 5px;
  right: 0;
  top: 21px;
  background: url(../images/down.svg) no-repeat center;
}

.textarea {
  display: block;
  width: 100%;
  min-height: 47px;
  font-family: 'Cera Pro';
  font-size: 17px;
  border: none;
  border-bottom: 1px solid #E1E1E1;
  overflow: hidden;
  resize: none;
  padding: 10px 0 5px 0;
}

.search-time .select2 {
  width: 100% !important;
}

.search-time .select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 47px;
  border: none;
  font-size: 17px;
  display: block;
  width: 100%;
  font-family: 'Cera Pro';
  background: transparent;
}

.search-time .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 47px;
  height: 47px;
  padding: 0;
  border-bottom: 1px solid #E1E1E1;
}

.search-time .select2-selection__arrow {
  display: none;
}

.search-time .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
  font-family: 'Cera Pro';
  font-weight: 400;
}

.time-drop .select2-results__option {
  padding: 15px 20px;
  font-size: 17px;
}

.time-drop .select2-results__option:hover {
  background: rgba(0, 0, 0, 0.02);
  color: #000;
}

.time-drop .select2-results__option:first-child {
  padding: 0;
}

.time-drop.select2-dropdown {
  border: none;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.time-drop .select2-results__options {
  max-height: 235px !important;
}

.time-drop .select2-results__options::-webkit-scrollbar {
  width: 2px;
}

.time-drop .select2-results__options::-webkit-scrollbar-track {
  width: 2px;
}

.time-drop .select2-results__options::-webkit-scrollbar-thumb {
  width: 2px;
  background: rgba(0, 0, 0, 0.1);
}

.time-drop .select2-results__option[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.2) !important;
  pointer-events: none;
}

.time-drop .select2-results__option[aria-selected=true] {
  background: rgba(0, 0, 0, 0.02) !important;
  color: #000;
}

.modal-form__btn {
  margin-top: 60px;
}

@media (max-width: 1300px) {
  .navigation li {
    margin-left: 25px;
  }
  .header-phone {
    margin-left: 25px;
  }
  .main-title {
    font-size: 38px;
  }
  .main-section {
    height: 800px;
  }
  .section-text h3 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .section-text p {
    line-height: 28px;
  }
  .section6 {
    padding: 100px 0 400px;
  }
  .section6:after {
    bottom: -170px;
  }
  .footer-title {
    font-size: 37px;
  }
  .footer {
    padding-bottom: 100px;
  }
  .header-row {
    padding: 0 30px;
  }
  .footer-title {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  .menu-btn {
    display: block;
  }
  .header-row {
    height: 80px;
  }
  .header-right {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 150px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  .header-right.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .navigation {
    -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;
    width: 100%;
  }
  .navigation li {
    text-align: center;
    margin: 0 0 30px 0;
  }
  .navigation li a {
    font-size: 20px;
    font-weight: 300;
  }
  .header-phone {
    margin: 0;
  }
  .header-phone a {
    font-size: 20px;
  }
  .main-title {
    font-size: 30px;
  }
  .search {
    width: 95%;
  }
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .section6:after {
    display: none;
  }
  .footer-title {
    margin-bottom: 40px;
  }
  .footer-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-contacts a {
    margin: 0 0 40px 0;
  }
  .section6 {
    padding: 100px 0;
  }
  .main-title {
    padding: 0 15px;
  }
  .section1 {
    padding-top: 50px;
  }
  .section1 .section-row {
    padding-top: 40px;
  }
}

@media (max-width: 992px) {
  .search-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .search-col {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .search-col:last-child {
    margin: 0;
  }
  .search {
    bottom: -160px;
  }
  .main-section {
    height: 680px;
    padding-top: 135px;
  }
  .section-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-col {
    width: 100%;
    padding: 20px 0;
  }
  .section-text {
    max-width: 100%;
    width: 100%;
  }
  .section-text h3 br {
    display: none;
  }
  .section1 .section-col {
    padding: 0;
  }
  .section-list {
    padding: 40px 0;
  }
  .section3 .section-row,
  .section5 .section-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .main-title br {
    display: none;
  }
  .section-text h3 {
    font-size: 28px;
  }
  .section6 {
    padding: 40px 15px 80px;
  }
  .s5-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .s5-btn {
    margin-top: 40px;
  }
  .footer {
    padding-bottom: 60px;
  }
  .header-row {
    padding: 0 15px;
  }
  .modal {
    padding: 30px !important;
  }
  .modal-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .modal-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-form__col {
    width: 100%;
    margin-bottom: 30px;
  }
  .modal-form__col:last-child {
    margin-bottom: 0;
  }
  .modal {
    top: 0px;
  }
  .main-section {
    padding-top: 110px;
    background-position: bottom center;
    background-size: 1040px;
  }
}

@media (max-width: 400px) {
  .ui-datepicker {
    min-width: 0 !important;
    left: 15px !important;
    right: 15px;
    top: 370px !important;
  }
}
/*# sourceMappingURL=style.css.map */





/* Дополнительные стили для формы */

.modal .inputbox.error + .error-mess {
  display: block;
}

.modal .inputbox.error input {
  border-bottom: 1px solid red;
}

.modal {
   position: relative; 
   top: 0; 
}

.error-mess {
  margin-top: 3px;
  font-size: 11px;
  color: #ff0000;
  display: none;
}

.application__text {
  text-align: center;
  font-size: 25px;
}

.loader {
  position: absolute;
  right: 33px;
  top: 8px;
  width: 30px;
  height: 30px;
  border: 2px solid #E2E2E2;
  border-bottom-color: #ff0000;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  z-index: 3;
}

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

.ui-helper-hidden-accessible{
  display:none;
}

/* END Дополнительные стили для формы */