/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/roboto-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
	
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.cond {
  margin-bottom: 300px; }
  .cond__h1 {
    text-align: center;
    font-size: 34px;
    margin: 20px 0; }
  .cond__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .cond__item {
    width: 32%;
    padding: 15px;
    margin-bottom: 2%;
    border: 1px solid #ED801F;
    transition: all 0.2s ease;
    cursor: pointer; }
    .cond__item:hover {
      box-shadow: 0px 0px 5px #ED801F; }
  .cond__item_img img {
    margin: 0 auto; }
  .cond__title {
    text-align: center;
    min-height: 50px; }
  .cond__spec_row {
    margin-bottom: 10px; }
  .cond__order {
    position: relative;
    z-index: -1; }
  .cond__order.green {
    padding-left: 18px;
    color: #008623; }
  .cond__order.yellow {
    padding-left: 18px;
    color: #dbe65c; }
    .cond__order.yellow::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0px;
      width: 13px;
      height: 13px;
      margin-top: -6px;
      background: #dbe65c;
      border-radius: 50%; }
  .cond__order::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 13px;
    height: 13px;
    margin-top: -6px;
    background: #008623;
    border-radius: 50%; }
  .cond__price_new {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px; }

.sect {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: aquamarine; }

.container {
  padding: 0 15px;
  max-width: 1230px;
  margin: 0 auto; }

.block_hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: 1s ease;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateY(20%);
  transform: scaleY(0) translateY(20%); }

.block_list-more_active {
  position: relative; }
  .block_list-more_active:before {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 1px;
    width: 30%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .5s;
    bottom: -7px;
    left: 0; }

.servises {
  width: 100%;
  background-color: #fff;
  padding: 15px 10px;
  position: sticky;
  top: 98px; }
  .servises__check-more {
    width: 100%; }
  .servises__servises__check-none {
    display: none; }
  .servises__list-more_items {
    position: relative;
    background-color: #fff;
    color: #fff;
    cursor: pointer;
    border: 1px solid #ED801F;
    border-radius: 5px; }
    .servises__list-more_items ul {
      position: absolute;
      top: 50px;
      width: 300px;
      padding: 5px;
      background-color: #fff; }
  .servises__list-more {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto; }
    .servises__list-more::before {
      content: "";
      position: absolute;
      width: 100px;
      height: 1px;
      bottom: 0px;
      left: 0;
      background-color: #fff;
      -webkit-transform: scale(0);
      transform: scale(0);
      transition: .5s; }
    .servises__list-more a {
      display: block !important;
      padding: 10px 15px;
      font-size: 20px;
      color: #ED801F; }
      .servises__list-more a:hover {
        color: #fff;
        background-color: #e20613; }
  .servises__items {
    position: relative;
    line-height: 25px;
    margin-bottom: 5px;
    border: 1px solid #ED801F;
    border-radius: 5px; }
    .servises__items a {
      color: #ED801F; }
  .servises ul.servises__list li + li {
    margin-top: 10px; }
  .servises__list li {
    color: #fff; }
  .servises__list-extra_items {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto; }

.a-toggle, .b-toggle, .c-toggle {
  display: none;
  outline: none;
  cursor: pointer;
  border: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  right: 0px;
  background: none; }
  .a-toggle::before, .a-toggle::after, .b-toggle::before, .b-toggle::after, .c-toggle::before, .c-toggle::after {
    content: '';
    width: 20px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -2.5px;
    transition: .4s; }
  .a-toggle:before, .b-toggle:before, .c-toggle:before {
    left: 0px; }
  .a-toggle:after, .b-toggle:after, .c-toggle:after {
    width: 20px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  .a-toggle--click:before, .a-toggle--click:after, .b-toggle--click:before, .b-toggle--click:after, .c-toggle--click:before, .c-toggle--click:after {
    left: 20px;
    width: 20px;
    margin: -2.5px 0 0 -20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  .a-toggle--click:after, .b-toggle--click:after, .c-toggle--click:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

.footer__btn {
  padding: 0 30px;
  line-height: 40px;
  background: transparent;
  border: 1px solid #ED801F;
  color: #ED801F;
  text-align: center; }
  .footer__btn:hover {
    background-color: #ED801F;
    color: #fff;
    transition: 0.5s ease; }

.footer {
  position: relative;
  top: 0;
  background-color: transparent;
  z-index: 5; }
  .footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px; }
  .footer__logo {
    white-space: nowrap;
    font-size: 24px;
    line-height: 28px;
    line-height: 100%;
    vertical-align: top;
    color: #ED801F;
    width: 205px;
    margin-right: 15px; }
    .footer__logo span {
      color: #fff; }
  .footer__logo-link {
    max-width: 220px;
    display: flex;
    align-items: center; }
    .footer__logo-link img {
      width: 30px;
      height: 30px;
      margin-right: 4px; }
  .footer__tel_p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 16px; }

* {
  box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #666; }

::-moz-placeholder {
  color: #666; }

::-ms-input-placeholder {
  color: #666; }

::placeholder {
  color: #666; }

::-moz-selection {
  background-color: #ED801F;
  color: #fff; }

::selection {
  background-color: #ED801F;
  color: #fff; }

html {
  font-size: 5px;
  overflow-x: hidden; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  overflow-x: hidden;
  color: #2B2A29; }
  body input, body textarea {
    border: #666 1px solid;
    outline: none; }

a {
  color: #2B2A29;
  display: block;
  transition: .3s;
  outline: none;
  text-decoration: none; }
  a:hover {
    color: #000000;
    text-decoration: none; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

h1 {
  margin: 0; }

h2 {
  margin: 0; }

h1, h2, h3 {
  font-weight: 600; }

p {
  margin: 0;
  padding: 0; }

.container {
  max-width: 1170px;
  width: 100%;
  margin: auto; }

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

.container {
  padding: 0 2rem; }

.eva__h2 {
  text-align: center; }

.flex {
  display: flex; }

.jcsb {
  justify-content: space-between; }

.aic {
  align-items: center; }

.jcc {
  justify-content: center; }

.btn {
  font-size: 16px;
  padding: 12px 25px;
  display: block;
  background-color: #ED801F;
  font-weight: bold;
  cursor: pointer;
  border: none;
  max-width: 280px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.18);
  outline: none; }
  .btn:hover {
    background-color: #f09340;
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  .btn-nobg {
    background-color: #ecf0f1; }

.header {
  position: relative;
  top: 0;
  background-color: transparent;
  z-index: 5; }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px; }
  .header__logo {
    white-space: nowrap;

    font-size: 24px;
    line-height: 28px;
    line-height: 100%;
    vertical-align: top;
    color: #ED801F;
    width: 205px;
    margin-right: 15px; }
    .header__logo span {
      color: #fff; }
  .header__logo-link {
    max-width: 220px;
    display: flex;
    align-items: center; }
    .header__logo-link img {
      width: 30px;
      height: 30px;
      margin-right: 10px; }
  .header__p {
    color: #fff; }
    .header__p a {
      color: #fff;
      text-decoration: underline; }
  .header__link-tel {
    padding: 0 30px;
    line-height: 40px;
    background: transparent;
    border: 1px solid #ED801F;
    color: #ED801F; }
    .header__link-tel:hover {
      background-color: #ED801F;
      color: #fff;
      transition: 0.5s ease; }

.header__menu__active {
  opacity: 1;
  right: 200px; }

.navi-mob__burger {
  display: none;
  align-items: center;
  width: 30px;
  height: 20px;
  z-index: 2; }
  .navi-mob__burger .burger {
    display: block;
    margin-top: 10px;
    position: relative;
    width: 30px;
    height: 2px;
    background-color: #000; }
    .navi-mob__burger .burger::before {
      content: "";
      position: absolute;
      width: 30px;
      height: 2px;
      bottom: 9px;
      left: 0;
      background-color: #000; }
    .navi-mob__burger .burger::after {
      content: "";
      position: absolute;
      width: 30px;
      height: 2px;
      top: 9px;
      left: 0;
      background-color: #000; }

.banner {
  position: relative;
  margin-top: -75px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: auto;
  background-image: url("../img/dest/eva/banner-max.webp");
  -webkit-clip-path: path("10px 500px 300px 10px");
  clip-path: path("10px 500px 300px 10px");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ED801F;
  color: #fff;
  font-weight: 400; }
  .banner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(59, 59, 59, 0.9); }
  .banner__container {
    padding: 190px 14px 19px;
    margin-bottom: 60px;
    position: relative; }
  .banner__text {
    font-size: 60px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center; }
  .banner__lists {
    padding-left: 4px; }
    .banner__lists li {
      line-height: 35px;
      padding-bottom: 15px; }
      .banner__lists li:last-child {
        padding-bottom: 0; }
      .banner__lists li::before {
        content: '';
        display: inline-block;
        height: 12px;
        width: 12px;
        vertical-align: middle;
        border-radius: 50%;
        background-color: #fff;
        margin-right: 15px; }
  .banner__list li {
    text-align: center;
    font-size: 30px; }
  .banner .banner__btn a {
    position: relative;
    z-index: 5;
    padding: 15px 30px;
    background: #EFF3F9;
    max-width: 266px;
    border: none;
    font-size: 20px;
    color: #ED801F;
    border: 1px solid #B42B2B;
    transition: 0.3s ease;
    justify-content: center;
    background: #B42B2B;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFF;
    margin: 0 auto 130px; }
    .banner .banner__btn a:hover {
      background-color: #d14141;
      color: #fff;
      border: 1px solid #ED801F;
      cursor: pointer; }
  .banner .banner__texts_bottom {
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px; }
  .banner .banner__text_bottom {
    position: relative;
    width: 300px;
    margin-bottom: 30px; }
  .banner .banner__text_all::before {
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    left: -85px;
    background-image: url("../img/dest/eva/dollar.svg"); }
  .banner .banner__text3 {
    font-size: 30px; }
  .banner .banner__p3 {
    margin-top: 10px;
    font-size: 18px; }
	.banner__text3 a {
		color: white;
	}
.commproperty__h2 {
  text-align: center;
  font-size: 34px;
  margin: 55px 0 37px; }

.commproperty__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px; }

.commproperty__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: #ED801F solid 1px;
  border-radius: 7px;
  padding: 5px 5px;
  margin: 0 5px 10px;
  width: 20%; }
  .commproperty__item_hisense {
    background-color: #0cc; }
  .commproperty__item_royal {
    background-color: #009945; }
  .commproperty__item_mitsubishi {
    background-color: #fff; }
  .commproperty__item_fujitsu {
    background-color: #c33; }
  .commproperty__item__image {
    margin-bottom: 11px; }

.commproperty__name {
  text-align: center;
  margin-top: auto;
  margin-bottom: 20px;
  color: #ED801F; }

.commproperty__mitsubishi {
  background: linear-gradient(white, #e20613); }

.commproperty__button_border {
  border-radius: 18px;
  border: 3px solid #fff; }
  .commproperty__button_border:hover .commproperty__btn {
    border: 1px solid #fff; }

.commproperty__btn {
  padding: 7px 15px;
  border-radius: 18px;
  border: 1px solid #ED801F;
  background-color: #fff;
  color: #ED801F;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease;
  outline: none;
  cursor: pointer; }
  .commproperty__btn:hover {
    background-color: #ED801F;
    color: #fff; }

.aboutUs {
  padding: 60px 0 50px;
  background-color: #3a3a3a;
  color: #fff;
  font-weight: 400; }
  .aboutUs__inner {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 5px 0 30px; }
  .aboutUs__left {
    width: 50%;
    margin-right: 50px; }
  .aboutUs__right {
    width: 30%;
    padding-left: 30px;
    border-left: 1px solid #fff; }
  .aboutUs__right_all {
    margin-bottom: 40px; }
  .aboutUs__h2 {
    margin-bottom: 20px;
    font-size: 36px;
    text-align: center; }
  .aboutUs__p {
    font-size: 20px;
    line-height: 30px;
    font-style: normal; }
  .aboutUs__categories {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left; }
  .aboutUs__auto {
    font-size: 18px;
    line-height: 21px;
    color: #868686;
    margin-bottom: 5px; }
  .aboutUs__price span {
    color: #ED801F; }
  .aboutUs__time {
    font-size: 16px;
    color: #868686; }
  .aboutUs__text {
    margin-bottom: 40px;
    line-height: 34px; }
  .aboutUs__btn {
    padding: 17px 21px;
    margin-bottom: 36px;
    border-radius: 30px;
    border: 3px solid #ED801F;
    font-size: 22px;
    color: #ED801F;
    background: transparent;
    outline: none;
    transition: 0.3s ease; }
    .aboutUs__btn:hover {
      border-color: #000000;
      color: #000; }

.foto-gallery {
  padding-top: 30px;
  padding-bottom: 100px;
  background-color: #3a3a3a; }
  .foto-gallery__h2 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    margin-bottom: 30px; }
  .foto-gallery__wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap; }
  .foto-gallery__picture img {
    width: 375px;
    height: 240px;
    padding-bottom: 12px; }

.map {
  background-image: url(../img/dest/eva/map-img.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 50px;
  position: relative;
  color: #fff;
  padding-bottom: 50px; }
  .map::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 0; }
  .map__inner {
    position: relative;
    z-index: 1; }
  .map__h2 {
    padding-bottom: 60px;
    font-size: 36px; }
  .map__h3 {
    font-size: 24px; }
  .map__jobs {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    text-align: center; }
  .map__job {
    width: 40%;
    padding-bottom: 50px; }
    .map__job img {
      margin: 0 auto; }
    .map__job a {
      color: #ED801F;
      font-size: 16px;
      font-style: italic;
      padding: 3px 0 1px; }
      .map__job a:hover {
        color: green; }
  .map__p {
    color: #959595;
    font-size: 16px;
    font-style: italic; }

.designing {
  padding: 50px 0 50px; }
  .designing__top, .designing__bottom {
    display: flex;
    height: 247px; }
  .designing__top, .designing__bottom {
    margin-bottom: 45px; }
    .designing__top img, .designing__bottom img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .designing__img {
    overflow: hidden;
    width: 60%; }
  .designing__text {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 31px;
    background-color: #CAD8EF; }
  .designing__h2 {
    font-size: 22px; }
  .designing__btn a {
    display: flex; }
  .designing__all {
    width: 173px; }
  .designing__all-arrow {
    width: 39px;
    height: 28px; }

@-webkit-keyframes arrow {
  0% {
    opacity: 1;
    right: -110px; }
  25% {
    opacity: 1; }
  50% {
    right: -55px;
    opacity: 0.5; }
  75% {
    opacity: 1; }
  100% {
    right: -110px;
    opacity: 0.5; } }

@keyframes arrow {
  0% {
    opacity: 1;
    right: -110px; }
  25% {
    opacity: 1; }
  50% {
    right: -55px;
    opacity: 0.5; }
  75% {
    opacity: 1; }
  100% {
    right: -110px;
    opacity: 0.5; } }

.contacts {
  margin-bottom: 137px; }
  .contacts__inner {
    display: flex;
    margin-bottom: 137px; }
  .contacts__text {
    padding-right: 10px; }
  .contacts__h2 {
    font-size: 34px;
    margin-bottom: 49px; }
  .contacts__name, .contacts__address, .contacts__tel {
    font-size: 22px;
    line-height: 32px; }
  .contacts__map {
    width: 67%;
    z-index: 0 !important; }
    .contacts__map .ymaps-2-1-78-events-pane.ymaps-2-1-78-user-selection-none {
      z-index: 0 !important; }

.footer {
  padding: 51px 0;
  background-color: #3a3a3a; }
  .footer__rights {
    color: #fff;
    text-align: center; }

.social {
	display: flex;
	align-items: center;
}

.social > a {
	display: inline-block;
	color:#ED801F;
	margin: 10px;
}

.social svg {
	width: 30px;
	fill: #ED801F
}

.modal {
  display: none;
  max-width: 500px;
  text-align: center; }
  .modal p {
    margin: 0 0 10px;
    padding: 0; }
  .modal form {
    display: block;
    margin-top: 0em; }
  .modal input {
    display: block;
    margin-bottom: 14px;
    padding: 12px;
    transition: .3s;
    width: 100%;
    border: #666 1px solid;
    outline: 0; }
  .modal input[type=submit] {
    background-color: #106e95;
    color: #fff;
    cursor: pointer; }

@media (max-width: 1260px) {
  .container {
    max-width: 1170px;
    margin: auto; } }

@media (max-width: 1024px) {
  .header__p-1024 {
    display: none; }
  .navi {
    width: 100%;
    padding: 5px;
    background-color: #fff;
    box-shadow: 3px 5px 7px #000, -3px -5px 7px #000; }
    .navi .navi__inner {
      flex-direction: column;
      background-color: #fff; }
      .navi .navi__inner li {
        padding: 5px 10px; }
        .navi .navi__inner li:last-child {
          padding: 0; }
      .navi .navi__inner .navi__link {
        background-color: #ffffff;
        color: #000; }
    .navi__link-tel {
      display: none; }
  .navi-mob__burger {
    display: block;
    order: 3; }
  .banner .banner__texts_bottom {
    justify-content: center;
    flex-direction: column;
    align-items: center; }
  .servises__list-more {
    flex-wrap: wrap; }
  .servises__list-more a {
    padding: 2px; }
  .cond__item {
    width: 48%; }
  .commproperty__item {
    width: 33%; } }

@media (max-width: 992px) {
  .banner {
    background-size: cover; }
    .banner__inner {
      margin-left: 10px; }
    .banner__title h1 {
      margin-top: 0;
      font-size: 24px;
      line-height: 30px; }
    .banner__title span {
      font-size: 18px;
      line-height: 20px; }
    .banner__title {
      margin-bottom: 10px;
      padding-bottom: 20px; } }

@media (max-width: 768px) {
  .header {
    padding-top: 10px; }
    .header__logo-link {
      max-width: 135px; }
    .header__contacts {
      margin-right: 0;
      font-size: 18px; }
    .header__p-768 {
      display: none; }
    .header__menu {
      top: 95px; }
  .banner__wrapper {
    max-width: 545px; }
  .banner__text {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px; }
  .banner__list li {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 15px; }
  .aboutUs__inner {
    flex-direction: column;
    padding: 0 15px; }
  .aboutUs__left, .aboutUs__right {
    width: 100%; }
  .aboutUs__left {
    margin: 40px auto 0; }
  .aboutUs__right {
    margin: 60px auto 0;
    border-left: 0;
    padding-left: 0; }
  .aboutUs__p {
    font-size: 18px;
    line-height: 22px; }
  .commproperty__wrapper {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px; }
  .commproperty__item {
    width: 45%;
    margin-bottom: 40px; }
  .about__text {
    font-size: 20px;
    line-height: 30px; }
  .designing {
    padding: 60px 0 80px; }
    .designing__h2 {
      font-size: 20px; }
    .designing__btn {
      font-size: 20px; }
  .contacts {
    margin-bottom: 40px; }
    .contacts__inner {
      flex-direction: column;
      align-items: center;
      margin-bottom: 40px; }
    .contacts__text {
      margin-bottom: 20px; }
    .contacts__map {
      width: 100%; }
  .footer__rights {
    font-size: 18px; } }

@media (max-width: 576px) {
  .top_menu-item a {
    font-size: 16px;
    line-height: 20px; }
  .commproperty__item {
    width: 90%; }
  .cond__item {
    width: 100%; }
  .designing {
    padding-bottom: 20px; }
    .designing__top, .designing__bottom {
      flex-direction: column;
      height: auto; }
    .designing__bottom {
      flex-direction: column-reverse; }
    .designing__img {
      width: 100%;
      height: 150px; }
    .designing__text {
      width: 100%; }
    .designing__h2 {
      margin-bottom: 30px; }
  .contacts__h2 {
    font-size: 24px;
    margin-bottom: 10px; }
  .contacts__name, .contacts__address, .contacts__tel, .contacts__mail {
    font-size: 18px;
    line-height: 24px; }
  .footer {
    padding: 30px 0 10px; }
    .footer__inner {
      flex-direction: column; }
    .footer__btn {
      margin-bottom: 20px; } }

@media (max-width: 480px) {
  .header__link-tel {
    display: none; }
  .header__logo-link {
    margin: 0 auto;
    max-width: 230px; } }

@media (max-width: 425px) {
  .header__contacts-inner {
    display: none; }
  .banner__inner {
    max-width: 255px; }
  .banner__text {
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 20px; }
  .banner__list li {
    font-size: 17px; }
  .about__text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px; }
  .about__btn {
    font-size: 18px;
    padding: 12px 17px; }
  .designing__all::after {
    top: 2px; }
  .map {
    background-image: none; }
    .map__job {
      width: 90%; } }

@media (max-width: 320px) {
  .banner__container {
    padding: 190px 5px 19px; }
  .banner__text {
    font-size: 23px;
    line-height: 23px; }
  .banner__list li {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 10px; } }

