@charset "UTF-8";
img, legend {
  border: 0; }

legend, td, th {
  padding: 0; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, optgroup, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre, textarea {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

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

@font-face {
  font-family: 'panton';
  src: url("../fonts/panton-bold-webfont.woff2") format("woff2"), url("../fonts/panton-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'panton';
  src: url("../fonts/panton-regular-webfont.woff2") format("woff2"), url("../fonts/panton-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
html, body, ul, li, p, img, h1, h2, h3, h4 {
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  transition: 0.5s ease; }

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle; }

.justify {
  text-align: justify;
  font-size: 1px;
  line-height: 0; }
  .justify:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden; }

h2:after, h2:before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0); }

.button_buy, .list__item:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.promo__slogan, .cssload__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

html {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  background-color: #fff;
  color: #212121; }

.wraper {
  width: 1200px;
  margin: 0 auto; }
  .wraper_advantages {
    position: relative;
    width: 1400px; }

.scroll-fix {
  overflow: hidden; }

h1 {
  font-family: 'panton' ,sans-serif; }

h2 {
  position: relative;
  margin: 0 0 60px 0;
  font-family: 'panton' ,sans-serif;
  font-size: 40px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.3;
  color: #333; }
  h2:after, h2:before {
    content: '';
    height: 3px;
    bottom: -30px; }
  h2:before {
    width: 280px;
    background-color: rgba(0, 0, 0, 0.04); }
  h2:after {
    width: 78px;
    background: #98bd15; }

h3 {
  font-family: 'panton' ,sans-serif; }

/*head*/
.wraper_head {
  display: table;
  position: relative; }

.head {
  font-size: 18px;
  position: fixed;
  width: 100%;
  z-index: 5;
  background: #2a2f33;
  box-shadow: 0px -1px 6px 2px rgba(0, 0, 0, 0.36); }

.logo {
  display: table-cell;
  vertical-align: middle;
  width: 170px; }
  .logo img {
    width: 80px; }
  .logo a {
    display: block; }

.phone {
  display: inline-block;
  vertical-align: middle;
  line-height: 2; }
  .phone__content {
    border-left: 1px dotted #999;
    padding: 2px 0 2px 25px;
    text-align: center; }
  .phone__number {
    display: inline-block;
    margin: 0 20px;
    text-align: center;
    color: #fff; }
    .phone__number_mobile {
      display: none; }

.address {
  display: table-cell;
  vertical-align: middle; }
  .address p {
    border-left: 1px dotted #999;
    min-height: 60px;
    padding: 18px 0 19px 25px; }

.menu {
  display: table-cell;
  vertical-align: middle;
  padding: 3px 120px 3px 0; }
  .menu__list {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding: 6px 0 5px 0; }
  .menu__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 22px;
    padding: 12px 0; }
    .menu__item.sub-menu:after {
      content: '';
      position: absolute;
      top: 45%;
      right: -15px;
      width: 6px;
      height: 6px;
      border: 2px solid #fff;
      border-left: none;
      border-top: none;
      transform: translate(0, -50%) rotate(45deg); }
    .menu__item.active > a:after {
      background: #fff;
      opacity: 1;
      left: 0;
      right: 0; }
    .menu__item ul {
      display: none;
      position: absolute;
      text-align: left;
      left: 0;
      top: 100%;
      margin-left: -18px;
      padding: 8px 0 8px 9px;
      background: #1c3254;
      z-index: 5;
      box-shadow: 0 0 1px 1px #1c3254;
      transform: translateY(27px) translateX(0);
      border-radius: 3px; }
      .menu__item ul a {
        display: block;
        padding: 3px 20px;
        text-transform: none;
        font-weight: normal;
        line-height: 1.42857143;
        white-space: nowrap; }
    .menu__item a {
      display: block;
      text-decoration: none;
      font-size: 18px;
      color: #fff;
      text-transform: uppercase; }
    .menu__item > a:after {
      content: "";
      position: absolute;
      left: 50%;
      right: 50%;
      width: auto;
      height: 3px;
      bottom: 3px;
      opacity: 0;
      background: #8b6d4a;
      transition: all 360ms ease-out; }
    .menu__item.focus > a:after {
      left: -10%;
      right: -10%;
      opacity: 1; }

.menu__item a:hover:after, .menu-item.focus > a:after, .menu-item.focus.active > a:after, .menu-item.active > a:hover:after {
  background: #fff;
  left: -10%;
  right: -10%;
  opacity: 1; }

/*head end*/
.button {
  display: inline-block;
  vertical-align: top;
  padding: 8px 15px;
  border: 1px solid transparent;
  background: -webkit-linear-gradient(#f4511e 0%, #d84315 100%);
  background: -o-linear-gradient(#f4511e 0%, #d84315 100%);
  background: linear-gradient(#f4511e 0%, #d84315 100%);
  border-radius: 3px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s ease;
  letter-spacing: 0.3px; }
  .button:hover {
    color: #333;
    transition: 0.5s ease; }
  .button_buy {
    right: 15px; }
  .button_form {
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 20px; }

/*promo*/
.promo {
  position: relative;
  height: 630px;
  margin: 72px 0 0 0;
  overflow: hidden;
  color: #fff; }
  .promo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1); }
  .promo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed; }
  .promo__video {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    margin-top: -1px; }
  .promo__slogan {
    width: 80%;
    text-align: center;
    z-index: 1; }
    .promo__slogan img {
      display: inline-block;
      vertical-align: top;
      width: 450px; }
    .promo__slogan > p {
      padding: 0 0 18px 0;
      font-size: 35px;
      font-weight: 300; }
  .promo__info {
    display: inline-block;
    vertical-align: top;
    color: #fafafa; }
    .promo__info h1 {
      font-size: 66px;
      line-height: 1.5;
      text-shadow: 2px 2px 3px rgba(51, 51, 51, 0.8); }
    .promo__info p {
      font-size: 45px;
      line-height: 1.1;
      text-shadow: 2px 2px 3px rgba(51, 51, 51, 0.8); }
    .promo__info span {
      color: #fa6839; }

.video-promo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

/*promo end*/
.advantages {
  padding: 60px 0;
  font-size: 0;
  background-color: #fafafa; }
  .advantages .slogan {
    width: 80%;
    margin-bottom: 50px; }
  .advantages__item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding-bottom: 20px;
    font-size: 18px;
    text-align: center; }
    .advantages__item p {
      width: 84%;
      margin: 0 auto;
      line-height: 1.3;
      letter-spacing: 0.3px;
      font-size: 16px; }
    .advantages__item .lnr-2:before {
      content: "\e803"; }
    .advantages__item .lnr-3:before {
      content: "\e849"; }
    .advantages__item .lnr-4:before {
      content: "\e834"; }
    .advantages__item .lnr-5:before {
      content: "\e804"; }
  .advantages__title {
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.4;
    min-height: 46px;
    color: #333; }
  .advantages__ico {
    display: inline-block;
    vertical-align: top;
    font-size: 64px;
    color: #fa6839;
    padding-bottom: 18px; }

.slogan {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  width: 90%;
  margin: 0 auto 45px; }
  .slogan span,
  .about__text span {
    font-weight: 700;
    color: #fa6839; }

.tour {
  position: relative;
  padding: 50px 0 70px 0;
  background: url("../img/img1.jpg") no-repeat center;
  background-size: cover; }
  .tour h2, .tour .slogan {
    color: #fff; }
  .tour h2:before {
    background-color: rgba(245, 241, 241, 0.19); }
  .tour__content {
    position: relative;
    height: 630px;
    margin: 0 auto; }
    .tour__content iframe {
      border: 0;
      height: 100%;
      width: 100%; }
  .tour-button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url("../img/btn.png") no-repeat 0 0;
    background-size: cover; }

.full {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 999; }

.fix {
  overflow: hidden; }

.video {
  padding: 50px 0 0 0;
  background-color: #f9f5f5; }
  .video__player {
    height: 770px;
    width: 100%;
    margin: 0 auto;
    background: url(../img/macbook.png) no-repeat center center;
    background-size: contain;
    text-align: center; }
  .video__content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 859px;
    height: 537px;
    margin-top: 85px;
    margin-left: 5px;
    cursor: pointer;
    cursor: pointer; }
    .video__content iframe {
      width: 100%;
      height: 100%; }
  .video .slogan {
    margin-bottom: 10px; }

.about__item {
  display: flex; }
  .about__item_column .column_text {
    order: 2; }
.about__text {
  padding: 0 55px; }
  .about__text h3 {
    font-size: 30px;
    text-align: center;
    margin: 0 0 20px 0; }
.about__subtitle {
  padding-bottom: 40px;
  text-align: center; }
.about__image {
  position: relative; }
  .about__image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.13); }

.left-column, .right-column {
  width: 50%;
  font-size: 18px; }

.column_text {
  position: relative;
  display: flex;
  align-items: center; }
  .column_text:after, .column_text-right:before, .column_text-left:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .column_text-right:before {
    background: url(../img/rooms-1.jpg) no-repeat 40% 30%;
    background-size: 135% 121%;
    opacity: 0.07; }
  .column_text-left:before {
    background: url(../img/rooms-2.jpg) no-repeat 0 0;
    background-size: contain;
    opacity: 0.07; }

.list__item {
  position: relative;
  padding: 7px 0 7px 40px;
  font-family: "linearicon";
  font-size: 32px;
  color: #98bd15; }
  .list__item:before {
    line-height: 1; }
  .list__item_bedrooms:before {
    content: "\e608"; }
  .list__item_bathrrooms:before {
    content: "\e606"; }
  .list__item_area:before {
    content: "\e970"; }
  .list__item_price:before {
    content: "\e762"; }
  .list__item_guarantee:before {
    content: "\e6dc"; }
  .list__item_time:before {
    content: "\e786"; }
.list__text {
  padding-left: 60px;
  font-family: 'panton' ,sans-serif;
  font-size: 24px;
  color: #333; }

/*photo*/
.foto {
  font-size: 0; }
  .foto__item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 25%;
    font-size: 22px;
    color: #fff;
    overflow: hidden; }
  .foto__item:nth-child(7) {
    width: 50%; }
  .foto__item img {
    width: 100%; }
  .foto__slogan {
    position: absolute;
    left: 0;
    top: 50%;
    display: table;
    width: 101%;
    height: 1000px;
    margin: -500px 0 0 0;
    background-color: rgba(0, 0, 0, 0.13);
    text-align: center;
    opacity: 1;
    z-index: 3;
    transition: all 0.3s ease-out;
    color: #fff; }
  .foto__text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 1.3; 
	text-shadow: 2px 2px 2px #000;}

.guarantee-block {
  padding: 45px 0 5px 0;
  background-color: #eee; }

.equipment {
  position: relative;
  background: url(../img/equipment.jpg) no-repeat 0 0;
  background-attachment: fixed;
  padding: 50px 0; }
  .equipment:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.33); }
  .equipment h2, .equipment .slogan {
    color: #fff; }
  .equipment h2:before {
    background-color: rgba(255, 255, 255, 0.23); }
  .equipment .slogan {
    width: 80%; }
  .equipment__content {
    font-size: 0; }
  .equipment__column {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    font-size: 18px;
    font-size: 18px;
    padding: 0 20px; }
    .equipment__column:nth-child(1) .equipment__subtitle {
      transform: translateX(55%); }
    .equipment__column li {
      position: relative;
      padding: 0 0 15px 40px;
      list-style: none;
      color: #fff;
      line-height: 1.4; }
      .equipment__column li:after {
        content: "\f046";
        position: absolute;
        top: 0;
        left: 0;
        font: normal normal normal 23px/1 FontAwesome; }
    .equipment__column_add li:after {
      content: "\f096"; }
  .equipment__subtitle {
    min-height: 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #f85a27;
    margin-bottom: 20px;
    line-height: 1.3; }

.baner {
  position: relative;
  text-align: center;
  height: calc(85vh - 87px);
  margin-top: 87px; }
  .baner__arrow {
    position: absolute;
    left: 50%;
    margin-right: -22px;
    width: 35px;
    height: 44px;
    bottom: 5%;
    cursor: pointer;
    background: url(../img/arrow-b.png) no-repeat 0 0; }
  .baner__list {
    height: 100%;
    overflow: hidden; }
  .baner__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1; }
  .baner__content {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    color: #fff;
    width: 1200px;
    z-index: 2;
    border-radius: 11px; }
    .baner__content h1 {
      font-size: 50px;
      margin-bottom: 0px;
      color: #ffd400;
      text-shadow: 2px 2px 2px #333;
      text-align: left;
      line-height: 1.3;
      width: 90%;
      margin: 0 auto; }
    .baner__content p {
      width: 92%;
      margin: 0 auto 40px;
      font-size: 23px;
      line-height: 1.4; }
      .baner__content p span {
        display: block;
        text-align: right; }

.bye {
  position: relative;
  font-size: 18px;
  padding: 50px 0 40px 0;
  background: url(../img/calc-bg.jpg) no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed; }
  .bye h2 {
    color: #fff; }
    .bye h2:before {
      background-color: rgba(255, 255, 255, 0.23); }
  .bye:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3); }
  .bye-form {
    position: relative;
    text-align: center; }
  .bye .form-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    width: 30%;
    line-height: 1.3;
    height: 41px;
    margin-bottom: 38px; }
    .bye .form-item input {
      width: 100%;
      padding: 7px 10px;
      border: 1px solid transparent;
      line-height: 1.4;
      color: #333;
      border-radius: 3px;
      font-size: 18px; }
      .bye .form-item input:focus ~ .hint {
        opacity: 1;
        transition: 0.5s ease; }
      .bye .form-item input:focus {
        outline: none; }
  .bye .form-textarea {
    margin-bottom: 25px; }
  .bye textarea {
    width: 100%;
    min-height: 150px;
    max-width: 100%;
    border: 1px solid transparent;
    padding: 10px;
    border-radius: 3px;
    color: #333; }
    .bye textarea:focus {
      outline: none; }

label.error {
  position: absolute;
  right: 9px;
  bottom: 13px;
  padding: 5px 0 0 0;
  color: #ff0000;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
  z-index: 3; }

.hint {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  opacity: 0;
  line-height: 1.3;
  transition: 0.5s ease; }

.form-item input::-webkit-input-placeholder, .form-textarea textarea::-webkit-input-placeholder {
  color: #555; }

.form-item input::-moz-placeholder, .form-textarea textarea::-webkit-input-placeholder {
  color: #555; }

.form-item input:-moz-placeholder, .form-textarea textarea::-webkit-input-placeholder {
  color: #555; }

.form-item input:-ms-input-placeholder, .form-textarea textarea::-webkit-input-placeholder {
  color: #555; }

.form-item input:focus::-webkit-input-placeholder, .form-textarea textarea:focus::-webkit-input-placeholder {
  color: transparent; }

.form-item input:focus::-moz-placeholder, .form-textarea textarea:focus::-webkit-input-placeholder {
  color: transparent; }

.form-item input:focus:-moz-placeholder, .form-textarea textarea:focus::-webkit-input-placeholder {
  color: transparent; }

.form-item input:focus:-ms-input-placeholder, .form-textarea textarea:focus::-webkit-input-placeholder {
  color: transparent; }

.footer {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  background: #222;
  color: #fff; }
  .footer a {
    color: #3cc4d5; }

/*popup ПЕРЕДЕЛАТь*/
.container-popup {
  position: fixed;
  overflow: auto;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*-webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);*/
  /*transition: 0.5s ease;*/ }

.comments.container-popup {
  background: rgba(0, 0, 0, 0.66); }

.container-popup.open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  padding: 0;
  color: #fff;
  width: 720px;
  background: black; }
  .popup h2 {
    color: #fafafa;
    margin-bottom: 40px; }
    .popup h2:before, .popup h2:after {
      display: none; }

.popup__none {
  position: absolute;
  overflow: auto;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.popup__overlay {
  display: none;
  position: fixed;
  overflow: auto;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.66);
  right: 0; }

.popup__wrapper {
  position: relative;
  padding: 5% 30px 3% 30px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.66); }

.form-delivery__container {
  display: inline-block;
  vertical-align: top;
  width: 32%; }

.form-delivery__container input {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  height: 40px;
  padding: 0 10px;
  margin-right: 20px;
  border: none;
  border-radius: 3px;
  color: #212121;
  font-size: 16px; }

.button_rent#get_user {
  margin-top: 18px; }

.popup__content {
  text-align: center;
  overflow: hidden; }

.popup__title {
  padding-bottom: 20px; }

.popup__close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: #000;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  line-height: 22px;
  font-size: 23px; }

.white_header {
  font-size: 30px;
  padding-bottom: 25px; }

.comments .form-item input {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid transparent;
  line-height: 1.4;
  color: #333; }

.comments textarea {
  width: 100%;
  min-height: 150px;
  max-width: 100%;
  border: 1px solid transparent;
  padding: 10px;
  border-radius: 3px;
  color: #333;
  margin-bottom: 25px; }

.comments .form-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  width: 30%;
  line-height: 1.3;
  height: 41px;
  margin-bottom: 38px; }

.popup label.error {
  color: #fff;
  bottom: -18px;
  right: 0; }

.popup-send {
  position: fixed;
  width: 100%;
  height: 73px;
  line-height: 73px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  background: -webkit-linear-gradient(#f4511e 0%, #d84315 100%);
  background: -o-linear-gradient(#f4511e 0%, #d84315 100%);
  background: linear-gradient(#f4511e 0%, #d84315 100%);
  color: #fefefe;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  z-index: 10; }

/*popup ПЕРЕДЕЛАТь*/
/*media*/
@media screen and (max-width: 1440px) {
  .wraper_advantages {
    width: 100%; }

  .about__text {
    padding: 0 15px; }
    .about__text h3 {
      margin: 0; }
  .about__subtitle {
    padding-bottom: 15px;
    line-height: 1.5; }

  .list__item {
    position: relative;
    padding: 4px 0 4px 15px; }

  .list__text {
    font-size: 22px; } }
@media screen and (max-width: 1230px) {
  .wraper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }

  .baner__content {
    width: 96%; }

  .input-container {
    text-align: center; }

  .checkbox-price {
    float: none; }

  .number__value {
    top: 53.5%;
    font-size: 30px; }

  .about__subtitle {
    font-size: 16px; }

  .list__item {
    padding: 2px 0 2px 15px; }

  .video {
    padding: 50px 0; }
    .video__content {
      margin-top: 15px; }

  .video__player {
    height: auto;
    background: none; } }
@media screen and (max-width: 1100px) {
  .logo {
    width: 180px; }

  .menu__item {
    margin: 0 8px; }
    .menu__item a {
      font-size: 16px; }

  .promo {
    margin-top: 68px; }
    .promo:before {
      background-position-y: 68px; } }
@media screen and (max-width: 1024px) {
  .about__item {
    flex-direction: column; }

  .about__item_column .column_text {
    order: 0; }

  .left-column, .right-column {
    width: 100%;
    font-size: 16px;
    padding: 15px 0; }

  .column_text-right:before {
    background-size: 100%; }

  .foto__text {
    font-size: 18px; } }
@media screen and (max-width: 992px) {
  .logo {
    width: 140px;
    text-align: center; }

  .slogan-1 {
    font-size: 72px; }

  .phone__number {
    font-size: 16px;
    margin: 0; }

  .phone__content {
    border-left: none;
    padding: 0; }

  .button {
    font-size: 14px; }

  .project {
    font-size: 16px; }

  .project h6 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 5px; }

  .hover-content {
    padding: 5px 10px; }

  .project__back {
    line-height: 1.4;
    font-size: 14px; }

  .project__link {
    padding-top: 10px; }

  .baner__content {
    top: 2%; }
    .baner__content p {
      width: 100%;
      font-size: 18px; } }
@media screen and (max-width: 920px) {
  .video__content {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    width: 100%;
    overflow: hidden;
    margin-left: 0; }
    .video__content iframe {
      position: absolute;
      top: 0;
      left: 0; }

  .equipment__column {
    padding: 0 10px;
    font-size: 16px; } }
@media screen and (max-width: 940px) {
  .checkbox-price {
    top: 33px;
    right: 60%;
    line-height: 1.4; } }
@media screen and (max-width: 870px) {
  .slogan-1 {
    font-size: 60px; } }
@media screen and (max-width: 800px) {
  .phone__number, .menu__item a {
    font-size: 15px; }

  .form label.checkbox, .form label.radio {
    font-size: 14px; }

  .calc {
    padding: 10px; } }
@media screen and (max-width: 768px) {
  .tour, .about, .advantages, .video, .bye {
    padding: 25px 0; }

  .guarantee-block {
    padding: 5px 0 25px 0; }

  .logo img {
    width: 60px; }

  .phone__number {
    font-size: 18px; }

  .button {
    padding: 4px 15px;
    font-weight: 400; }
    .button_rent {
      font-size: 15px; }
    .button_form {
      padding: 10px 15px; }

  .head {
    height: 56px; }

  .promo {
    margin-top: 56px; }
    .promo:before {
      background-position-y: 56px; }
    .promo__info h1 {
      font-size: 48px; }
    .promo__info p {
      font-size: 30px; }

  .slogan {
    width: 100%;
    line-height: 1.4;
    margin-bottom: 25px; }

  .advantages__item {
    width: 50%; }
  .advantages .slogan {
    width: 100%;
    margin-bottom: 25px; }

  h2 {
    margin: 0 0 15px 0;
    font-size: 30px; }
    h2:before, h2:after {
      display: none; }

  .foto__item {
    width: 50%; }
    .foto__item:nth-child(n+5) {
      display: none; }

  .equipment__column {
    width: 100%; }

  .equipment .slogan {
    width: 100%; }

  .form-row input[type='text'], .bye textarea {
    font-size: 13px; }

  .bye .form-item {
    width: 100%;
    height: 30px;
    margin-bottom: 30px; }

  label.error {
    bottom: 3px; }

  .wraper_head {
    height: 100%; }

  .menu {
    padding: 0px 120px 0px 0;
    text-align: center; }

  .phone__number_mobile {
    display: block; }

  .phone__number_desktop {
    display: none; }

  .copyright {
    font-size: 14px; }

  .tour__content {
    height: 400px; }

  .client_item {
    width: 50%;
    padding: 5px; }

  .number__value {
    top: 49%;
    font-size: 40px; }

  .input-container {
    text-align: left; }

  .checkbox-price {
    float: right; }

  .table-wrap {
    font-size: 14px; }

  .about__table td {
    line-height: 1.3; }

  .job__mask {
    padding: 25px 8px 10px 8px; }

  .job__info {
    margin-left: -62px;
    margin-top: -35px; }

  .input-checkbox:after {
    display: block; }

  .baner__content {
    top: 15%; }

  .form .input-text input {
    height: 30px;
    margin: 0 0 0 20px;
    padding: 0 3px; }

  .popup {
    width: 96%; }
    .popup__wrapper {
      padding: 15px; }

  .form-delivery__container {
    width: 100%; }
    .form-delivery__container input {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }

  .form {
    padding: 0; }
    .form-column {
      width: 50%; }
      .form-column:nth-child(2) {
        padding-right: 0;
        border: none; }
      .form-column:nth-child(3) {
        padding-left: 0;
        border-right: 1px dashed #212121; }
      .form-column:last-child {
        width: 100%;
        font-size: 0;
        border: none; }
        .form-column:last-child .form-row {
          display: inline-block;
          vertical-align: top;
          width: 50%; }
          .form-column:last-child .form-row:nth-child(odd) {
            padding-right: 5px;
            border-right: 1px dashed #212121; }
          .form-column:last-child .form-row:nth-child(even) {
            padding-left: 5px; }
    .form-row {
      padding: 0; }
    .form-price {
      bottom: 5px; }
    .form button, .form .input-submit a {
      margin-top: 15px; }
    .form .input-textarea {
      margin-top: 10px; }

  .job {
    padding: 25px 0;
    text-align: center; }
    .job .wraper {
      padding-left: 5px;
      padding-right: 5px; }
    .job:after {
      display: none; }
    .job__content {
      padding: 0;
      text-align: center; }
    .job__description {
      margin-top: 5px; }
    .job__item {
      margin: 30px !important; }
      .job__item:hover {
        transform: none; }
    .job__images {
      width: 134px;
      height: 134px;
      border: 5px solid #fff;
      padding: 5px; }
    .job__text {
      font-size: 11px; }
    .job__subtitle {
      font-weight: 700; }

  .clock__slogan {
    width: auto; }

  .unique__slogan {
    width: 96%;
    font-size: 16px;
    margin-bottom: 10px; }

  .work {
    padding-top: 25px; }

  .menu {
    padding: 0px 120px 0px 0;
    text-align: center; }
    .menu__list {
      display: none; }

  .wraper_head {
    height: 100%; }

  .partners, .module_container, .index-text, .number, .graph {
    padding: 25px 0; }

  .slogan {
    width: 100%;
    margin-bottom: 25px; }

  .project {
    float: left;
    width: 50%; }
    .project:nth-child(n+7) {
      display: none; }

  .left-column, .right-column {
    width: 100%; }

  .graph__info {
    width: 100%;
    margin: 0 auto 25px; }

  .number__item {
    width: 47%;
    padding: 0 15px 15px 15px;
    margin-bottom: 30px; }

  h2 {
    margin: 0 0 15px 0;
    font-size: 30px; } }
@media screen and (max-width: 480px) {
  .logo {
    width: auto; }

  .phone__number {
    font-size: 16px; }

  .advantages__item {
    width: 100%; }

  .list__item {
    font-size: 25px; }

  .list__text {
    font-size: 19px;
    padding-left: 40px; }

  .left-column, .right-column {
    font-size: 16px;
    padding: 0 0 15px 0; }

  .popup {
    width: 90%; }

  .wraper_head {
    padding: 0 5px; }

  .popup h2 {
    font-size: 24px;
    margin-bottom: 20px; }

  .popup .button_form {
    width: 100%;
    margin-top: 14px; }

  .comment-form .form-item {
    margin-bottom: 20px;
    width: 100%; }

  .comments textarea {
    margin-bottom: 0; } }
@media screen and (max-width: 420px) {
  .promo__info h1 {
    font-size: 40px; }
  .promo__info p {
    font-size: 26px; }

  .foto__item {
    width: 100%; }

  .foto__text {
    font-size: 20px; } }
@media screen and (max-width: 365px) {
  .button_buy {
    font-size: 12px;
    font-weight: 400;
    padding: 4px 6px; } }
.cssload__wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fafafa;
  z-index: 99; }

.cssload-tetrominos {
  position: absolute;
  left: 50%;
  transform: translate(-109px, -94px);
  -o-transform: translate(-109px, -94px);
  -ms-transform: translate(-109px, -94px);
  -webkit-transform: translate(-109px, -94px);
  -moz-transform: translate(-109px, -94px); }

.cssload-tetromino {
  width: 94px;
  height: 109px;
  position: absolute;
  transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  -ms-transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  background: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 612 684"%3E%3Cpath fill="%23010101" d="M305.7 0L0 170.9v342.3L305.7 684 612 513.2V170.9L305.7 0z"/%3E%3Cpath fill="%23fff" d="M305.7 80.1l-233.6 131 233.6 131 234.2-131-234.2-131"/%3E%3C/svg%3E') no-repeat top center; }

.cssload-box1 {
  animation: cssload-tetromino1 1.73s ease-out infinite;
  -o-animation: cssload-tetromino1 1.73s ease-out infinite;
  -ms-animation: cssload-tetromino1 1.73s ease-out infinite;
  -webkit-animation: cssload-tetromino1 1.73s ease-out infinite;
  -moz-animation: cssload-tetromino1 1.73s ease-out infinite; }

.cssload-box2 {
  animation: cssload-tetromino2 1.73s ease-out infinite;
  -o-animation: cssload-tetromino2 1.73s ease-out infinite;
  -ms-animation: cssload-tetromino2 1.73s ease-out infinite;
  -webkit-animation: cssload-tetromino2 1.73s ease-out infinite;
  -moz-animation: cssload-tetromino2 1.73s ease-out infinite; }

.cssload-box3 {
  animation: cssload-tetromino3 1.73s ease-out infinite;
  -o-animation: cssload-tetromino3 1.73s ease-out infinite;
  -ms-animation: cssload-tetromino3 1.73s ease-out infinite;
  -webkit-animation: cssload-tetromino3 1.73s ease-out infinite;
  -moz-animation: cssload-tetromino3 1.73s ease-out infinite;
  z-index: 2; }

.cssload-box4 {
  animation: cssload-tetromino4 1.73s ease-out infinite;
  -o-animation: cssload-tetromino4 1.73s ease-out infinite;
  -ms-animation: cssload-tetromino4 1.73s ease-out infinite;
  -webkit-animation: cssload-tetromino4 1.73s ease-out infinite;
  -moz-animation: cssload-tetromino4 1.73s ease-out infinite; }

@keyframes cssload-tetromino1 {
  0%, 40% {
    transform: translate(0, 0); }
  50% {
    transform: translate(47px, -26px); }
  60%, 100% {
    transform: translate(94px, 0); } }
@-o-keyframes cssload-tetromino1 {
  0%, 40% {
    -o-transform: translate(0, 0); }
  50% {
    -o-transform: translate(47px, -26px); }
  60%, 100% {
    -o-transform: translate(94px, 0); } }
@-ms-keyframes cssload-tetromino1 {
  0%, 40% {
    -ms-transform: translate(0, 0); }
  50% {
    -ms-transform: translate(47px, -26px); }
  60%, 100% {
    -ms-transform: translate(94px, 0); } }
@-webkit-keyframes cssload-tetromino1 {
  0%, 40% {
    -webkit-transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(47px, -26px); }
  60%, 100% {
    -webkit-transform: translate(94px, 0); } }
@-moz-keyframes cssload-tetromino1 {
  0%, 40% {
    -moz-transform: translate(0, 0); }
  50% {
    -moz-transform: translate(47px, -26px); }
  60%, 100% {
    -moz-transform: translate(94px, 0); } }
@keyframes cssload-tetromino2 {
  0%, 20% {
    transform: translate(94px, 0px); }
  40%, 100% {
    transform: translate(140px, 26px); } }
@-o-keyframes cssload-tetromino2 {
  0%, 20% {
    -o-transform: translate(94px, 0px); }
  40%, 100% {
    -o-transform: translate(140px, 26px); } }
@-ms-keyframes cssload-tetromino2 {
  0%, 20% {
    -ms-transform: translate(94px, 0px); }
  40%, 100% {
    -ms-transform: translate(140px, 26px); } }
@-webkit-keyframes cssload-tetromino2 {
  0%, 20% {
    -webkit-transform: translate(94px, 0px); }
  40%, 100% {
    -webkit-transform: translate(140px, 26px); } }
@-moz-keyframes cssload-tetromino2 {
  0%, 20% {
    -moz-transform: translate(94px, 0px); }
  40%, 100% {
    -moz-transform: translate(140px, 26px); } }
@keyframes cssload-tetromino3 {
  0% {
    transform: translate(140px, 26px); }
  20%, 60% {
    transform: translate(94px, 53px); }
  90%, 100% {
    transform: translate(47px, 26px); } }
@-o-keyframes cssload-tetromino3 {
  0% {
    -o-transform: translate(140px, 26px); }
  20%, 60% {
    -o-transform: translate(94px, 53px); }
  90%, 100% {
    -o-transform: translate(47px, 26px); } }
@-ms-keyframes cssload-tetromino3 {
  0% {
    -ms-transform: translate(140px, 26px); }
  20%, 60% {
    -ms-transform: translate(94px, 53px); }
  90%, 100% {
    -ms-transform: translate(47px, 26px); } }
@-webkit-keyframes cssload-tetromino3 {
  0% {
    -webkit-transform: translate(140px, 26px); }
  20%, 60% {
    -webkit-transform: translate(94px, 53px); }
  90%, 100% {
    -webkit-transform: translate(47px, 26px); } }
@-moz-keyframes cssload-tetromino3 {
  0% {
    -moz-transform: translate(140px, 26px); }
  20%, 60% {
    -moz-transform: translate(94px, 53px); }
  90%, 100% {
    -moz-transform: translate(47px, 26px); } }
@keyframes cssload-tetromino4 {
  0%, 60% {
    transform: translate(47px, 26px); }
  90%, 100% {
    transform: translate(0, 0); } }
@-o-keyframes cssload-tetromino4 {
  0%, 60% {
    -o-transform: translate(47px, 26px); }
  90%, 100% {
    -o-transform: translate(0, 0); } }
@-ms-keyframes cssload-tetromino4 {
  0%, 60% {
    -ms-transform: translate(47px, 26px); }
  90%, 100% {
    -ms-transform: translate(0, 0); } }
@-webkit-keyframes cssload-tetromino4 {
  0%, 60% {
    -webkit-transform: translate(47px, 26px); }
  90%, 100% {
    -webkit-transform: translate(0, 0); } }
@-moz-keyframes cssload-tetromino4 {
  0%, 60% {
    -moz-transform: translate(47px, 26px); }
  90%, 100% {
    -moz-transform: translate(0, 0); } }

/*# sourceMappingURL=main.css.map */
