@import "../libs/magnific-popup/dist/magnific-popup.css";
@import "../libs/slick-carousel/slick/slick.css";
@import "../libs/leaflet/leaflet.css";

.rekl-features__mark-item::before,
.filter-sidebar__checkbox input[type=checkbox]:checked+label::after,
.filter-sidebar__checkbox input[type=checkbox]+label::before,
.filter-more::before,
.pos::before,
.post-sidebar__head::before,
.seo ul li::before,
.seo .blockquote::before,
.object-item__footer-item>span::before,
.object-item .blog-item__head::before,
.way-tabs__content-list li a::before,
.way-tabs__nav-item::after,
.way-tabs__nav-item::before,
.blog-item__head::before,
.gal-nav__slide::before,
.btn--blue::after,
.btn--blue::before,
.form__error label::before,
.lang a+a::before {
  content: "";
  position: absolute;
}

@font-face {
  font-family: "CirceRegular";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/CirceRegular/CirceRegular.woff2") format("woff2"), url("../fonts/CirceRegular/CirceRegular.woff") format("woff"), url("../fonts/CirceRegular/CirceRegular.ttf") format("truetype");
}

@font-face {
  font-family: "CirceBold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/CirceBold/CirceBold.woff2") format("woff2"), url("../fonts/CirceBold/CirceBold.woff") format("woff"), url("../fonts/CirceBold/CirceBold.ttf") format("truetype");
}

/* Changes D  */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* END Changes D  */


/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  font-family: "Roboto";
}

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

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 1290px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1023px) {
  .container {
    max-width: 1310px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1410px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}


.col-xl-6,
.col-xl-5,
.col-lg-9,
.col-lg-8,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-md-8,
.col-md-6,
.col-md-4,
.col-md-3,
.col,
.col-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media (min-width: 768px) {

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (min-width: 1023px) {

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (min-width: 1200px) {

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.d-none {
  display: none !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

html,
body {
  height: 100%;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

path {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

body {
  font-size: 16px;
  line-height: 1.5;
  min-width: 320px;
  position: relative;
  font-family: "Roboto", sans-serif;
  color: #535353;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-text-size-adjust: 100%;
}

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

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

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

::placeholder {
  color: #666;
  opacity: 1;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}


aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

.image img {
  display: block;
  width: 100%;
}

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

input,
select,
button,
textarea {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin: 0;
}

a {
  color: inherit;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
  background: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
}

body.hidden {
  overflow: hidden;
}

.logo img {
  display: block;
}

.lang {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang a {
  text-transform: uppercase;
}

.lang a.active {
  color: #0180b2;
}

.lang a:hover {
  color: #0180b2;
}

.lang a+a {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}

.lang a+a::before {
  width: 1px;
  left: 0;
  height: 26px;
  background: #909090;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.favor {
  margin-right: 40px;
  position: relative;
}

.favor span {
  position: absolute;
  border-radius: 50%;
  background-color: #FA5636;
  font-size: 10px;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 5px 4.4px;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
}

.favor svg {
  display: block;
}

.search {
  width: 100%;
  position: relative;
  max-width: 410px;
  margin-left: auto;
  margin-right: 45px;
}

.search .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

.search .btn svg {
  display: none;
}

.search-input {
  display: block;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #535353;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: 1px solid #E2E3E7;
  -webkit-appearance: none;
  border-radius: 100px;
  padding: 11px 20px;
  background-color: #fff;
  padding-right: 116px;
}

.search-input:hover,
.search-input:focus {
  border-color: #0180B2;
}

.search-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #77868B;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.search-input::-moz-placeholder {
  font-size: 14px;
  color: #77868B;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.search-input:-ms-input-placeholder {
  font-size: 14px;
  color: #77868B;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.search-input::-ms-input-placeholder {
  font-size: 14px;
  color: #77868B;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.search-input::placeholder {
  font-size: 14px;
  color: #77868B;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.header {
  padding: 20px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header.sticker {
  padding-bottom: 40px;
}

.header .sticky-wrapper {
  position: relative;
  z-index: 40;
}

.header .sticky-wrapper.is-sticky .main-nav {
  margin-top: 0;
  background: #fff;
  padding: 20px 0;
  -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
  z-index: 1204;
}

.header-top {
  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;
}

.header-static {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.05);
}

.header-static+.main .home--inner {
  padding: 156px 0;
}

.header-static+.main .home-img {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
}

.main-nav {
  padding-top: 30px;
  border-top: 1px solid rgba(19, 30, 42, 0.1);
  margin-top: 20px;
  padding-bottom: 10px;
  overflow-x: auto;
}

.main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-list li+li {
  margin-left: 30px;
}

.main-list a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #131E2A;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}

.main-list a:hover {
  border-bottom-color: #0180B2;
  color: #0180B2;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.hamburger-inner {
  background-color: #333;
}

.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #333;
}

.footer {
  background: url("../img/footer-bg.png") no-repeat center center;
  background-size: 100% 100%;
  margin-top: auto;
}

.footer-bottom {
  padding: 30px 0;
}

.footer-logo {
  margin-bottom: 37px;
}

.footer-logo img {
  display: block;
}

.footer-top {
  padding: 131px 0 34px;
  border-bottom: 1px solid rgba(19, 30, 42, 0.1);
}

.footer-top .logo {
  margin-bottom: 30px;
}

.footer-top__flex {
  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;
}

.footer-top p {
  margin-bottom: 22px;
}

.footer-top p:last-child {
  margin-bottom: 0;
}

.footer-list li+li {
  margin-top: 10px;
}

.footer-list li a {
  border-bottom: 1px solid transparent;
}

.footer-list li a:hover {
  border-bottom-color: #535353;
}

.copyright {
  color: #77868B;
  text-align: center;
  font-size: 14px;
  line-height: 1.28;
}

.form__info {
  color: #77868B;
  font-size: 14px;
  line-height: 1.42;
}

.form__label {
  display: inline-block;
  margin-bottom: 12px;
}

.form__error label {
  color: #FA5636;
  font-size: 14px;
  line-height: 1.42;
  position: relative;
  padding-left: 18px;
  display: inline-block;
}

.form__error label::before {
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: url("../img/form-alert.svg") no-repeat center center;
}

.form__input,
.form__textarea {
  display: block;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #535353;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-appearance: none;
  border-radius: 8px;
  padding: 16px 15px;
  border: 1px solid #E3E3E3;
}

.form__input:hover,
.form__textarea:hover {
  border: 1px solid #77868B;
}

.form__input:focus,
.form__textarea:focus {
  border: 1px solid #0180B2;
}

.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #535353;
  font-family: "Roboto", sans-serif;
}

.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
  font-size: 14px;
  color: #535353;
  font-family: "Roboto", sans-serif;
}

.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #535353;
  font-family: "Roboto", sans-serif;
}

.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #535353;
  font-family: "Roboto", sans-serif;
}

.form__input::placeholder,
.form__textarea::placeholder {
  font-size: 14px;
  color: #535353;
  font-family: "Roboto", sans-serif;
}

.form__input.error,
.form__textarea.error {
  border: 1px solid #FA5636;
  color: #FA5636;
}

.form__textarea {
  min-height: 130px;
}

.form__row {
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  border-radius: 100px;
  font-weight: 500;
  line-height: 1.25;
  padding: 20px 60px;
  position: relative;
  z-index: 1;
}

.btn--flex {
  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;
}

.btn--flex span {
  margin-right: 10px;
}

.btn--yellow {
  background-color: #FFDC3D;
  font-size: 14px;
  padding: 8px 30px;
  font-weight: 400;
}

.btn--yellow.btn--large {
  font-size: 16px;
  padding: 20px 15px;
}

.btn--yellow:hover {
  background: #ffd40f;
}

.btn--yellow:active {
  background: #FACD00;
}

.btn--blue {
  background: -webkit-gradient(linear, left bottom, left top, from(#0180B2), to(#0180B2));
  background: linear-gradient(0deg, #0180B2, #0180B2);
  color: #fff;
}

.btn--blue::before {
  border-radius: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#0195CF), to(#0195CF));
  background: linear-gradient(0deg, #0195CF, #0195CF);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  z-index: -1;
}

.btn--blue::after {
  border-radius: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#03739F), to(#03739F));
  background: linear-gradient(0deg, #03739F, #03739F);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  z-index: -1;
}

.btn--blue:hover::before {
  opacity: 1;
}

.btn--blue:active::after {
  opacity: 1;
}

.btn.disabled {
  background: #E0E0E0;
  pointer-events: none;
}

.btn--like.active path {
  fill: #FA5636;
}

.hide-desktop {
  display: none;
}

.blue-link {
  color: #0180B2;
  border-bottom: 1px solid transparent;
}

.blue-link:hover {
  border-bottom-color: #0180B2;
}

.slick-dots {
  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;
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slick-dots li {
  background: #D5CDCD;
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
  border-radius: 50%;
}

.slick-dots li:hover {
  background-color: #fff;
}

.slick-dots li.slick-active {
  background-color: #fff;
}

.slick-dots li+li {
  margin-left: 10px;
}

.slick-dots li button {
  color: transparent;
}

.slider-block {
  position: relative;
}

.slider-nav__arrow {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  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;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider-nav__arrow.slick-disabled {
  opacity: 0.5;
}

.slider-nav__arrow svg {
  display: block;
}

.slider-nav__arrow:hover {
  background-color: #0180B2;
}

.slider-nav__arrow:hover path {
  fill: #fff;
}

.slider-nav__arrow--next {
  right: 20px;
}

.slider-nav__arrow--prev {
  left: 20px;
}

.slider-nav__arrow--prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

.centered-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
}

.centered-img svg,
.centered-img img {
  display: block;
}

.breadcrumb {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb li {
  display: inline-block;
  line-height: 1.25;
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}

.breadcrumb li::before {
  content: "";
  position: absolute;
  width: 5px;
  left: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 10px;
  background: url("../img/bread-arrow.svg") no-repeat center center;
}

.breadcrumb li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.breadcrumb li:first-child::before {
  display: none;
}

.breadcrumb li:last-child a {
  cursor: auto;
  color: #77868B;
}

.breadcrumb li:last-child a:hover {
  text-decoration: none;
}

.breadcrumb a {
  color: #0180B2;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

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

.socials li+li {
  margin-left: 20px;
}

.socials li img,
.socials li svg {
  display: block;
}

.socials li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  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;
}

.socials li a:hover {
  background-color: #0180B2;
}

.socials li a:hover path {
  fill: #fff;
}

.slick-slide {
  outline: none;
}

.tl-center {
  text-align: center;
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-close-btn-in .mfp-close {
  display: none;
  color: #fff;
  opacity: 1;
  font-size: 36px;
}

.custom-close .mfp-close {
  display: block;
}

.gal-content {
  text-align: center;
  padding: 10px 0 20px;
}

.gal-content__head {
  font-size: 18px;
  color: #131E2A;
  line-height: 1.5;
  margin-bottom: 10px;
}

.gal-content__counter {
  color: #77868B;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.gal-for__slide img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.gal-for .slick-arrow {
  width: 60px;
  height: 60px;
  border: 1px solid #0180B2;
  background: url("../img/slick-arrow.svg") no-repeat center center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
  color: transparent;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.gal-for .slick-arrow:hover {
  background: #0180B2 url("../img/slick-arrow-hover.svg") no-repeat center center;
}

.gal-for .slick-prev {
  left: 0;
}

.gal-for .slick-next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.gal-nav .slick-track {
  margin: 0 auto;
}

.gal-nav__slide {
  margin: 0 5px;
  cursor: pointer;
  position: relative;
}

.gal-nav__slide.slick-current::before {
  opacity: 0;
  visibility: hidden;
}

.gal-nav__slide::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.gal-nav__slide img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.modal {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  margin: 0 auto;
  max-width: 550px;
  padding: 30px 30px;
}

.modal-call {
  max-width: 330px;
  margin: 30px auto;
  background: #fff url("../img/call-bg.png") no-repeat left top;
}

.modal-call .c-object-contacts__head {
  font-size: 18px;
  margin-bottom: 30px;
}

.modal-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.modal-link span {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 18px;
  font-weight: 500;
  color: #131E2A;
  border-bottom: 1px solid transparent;
}

.modal-link:hover span {
  border-bottom-color: #131E2A;
}

.modal-link svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 14px;
}

.modal-like {
  display: none;
}

.modal-box {
  margin-bottom: 40px;
}

.modal-box:last-child {
  margin-bottom: 0;
}

.modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 10;
  cursor: pointer;
}

.modal-close:hover circle {
  fill: #fff;
}

.modal-close:hover path {
  fill: #0180B2;
}

.modal-close svg {
  display: block;
}

.modal-gallery {
  max-width: 1590px;
  padding: 80px;
  margin: 30px auto;
}

.modal-gallery--small {
  padding: 35px;
}

.modal-gallery .modal-close img {
  display: none;
}

.modal-gallery__item {
  padding: 0 5px;
  margin-bottom: 10px;
  max-width: 230px;
}

.modal-gallery__item img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.modal-gallery__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.h1 {
  font-size: 36px;
  line-height: 1.222;
  color: #131E2A;
  margin-bottom: 30px;
  font-weight: 500;
}

.h2 {
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1.25;
  color: #131E2A;
  font-weight: 500;
}

.h3 {
  font-size: 24px;
  color: #131E2A;
  line-height: 1.16666;
  margin-bottom: 30px;
  font-weight: 500;
}

.h4 {
  font-size: 18px;
  color: #131E2A;
  line-height: 1.3333;
  margin-bottom: 20px;
  font-weight: 500;
}

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

.gray {
  color: #77868B;
}

.green {
  color: #23C363;
}

.red {
  color: #FA5636;
}

.blue {
  color: #0180B2;
}

.medium {
  font-weight: 500;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-170 {
  margin-bottom: 170px;
}

.call {
  position: fixed;
  right: 15px;
  /* 01.07 */
  z-index: 999;
  bottom: 15px;
  display: none;
}

.call img {
  display: block;
  width: 70px;
}

.inner {
  padding: 60px 0 120px;
}

.c-404 {
  text-align: center;
}

.c-404-img {
  margin-top: -95px;
}

.c-404-box {
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.c-404 .h1 {
  margin-bottom: 16px;
}

.c-404 .h3 {
  margin-bottom: 30px;
}

.c-404 p {
  margin: 0;
}

.c-404 p a {
  color: #0180B2;
  border-bottom: 1px solid transparent;
}

.c-404 p a:hover {
  border-bottom-color: #0180B2;
}

.fav img {
  display: block;
}

.fav-text {
  margin-bottom: 45px;
}

.fav-text p {
  vertical-align: baseline;
  margin-bottom: 0;
}

.fav-text p svg {
  margin-left: 7px;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.home {
  background: url("../img/home-bg.png") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  padding: 241px 0 181px;
}

.home .container {
  position: relative;
}

.home-map {
  position: absolute;
  pointer-events: none;
  left: -125px;
  top: -82px;
}

.home-content {
  max-width: 531px;
  position: relative;
  z-index: 2;
}

.home-img {
  position: absolute;
  right: 95px;
  bottom: 0;
  pointer-events: none;
}

.home-seo {
  position: relative;
}

.home-seo__content {
  padding: 82px 0 145px;
}

.home-seo__content p {
  margin-bottom: 24px;
  max-width: 526px;
}

.home-seo__content p:last-child {
  margin-bottom: 0;
}

.home-seo__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 194px;
  margin-top: -30px;
}

.home--inner {
  padding-top: 242px;
  padding-bottom: 156px;
  margin-bottom: 60px;
  min-height: 680px;
}

.blog-content .h2 {
  margin-bottom: 50px;
}

.blog-item {
  display: block;
  margin-bottom: 40px;
}

.blog-item__flex {
  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;
}

.blog-item__img {
  margin-bottom: 20px;
  padding-top: 52.886%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 320px;
}

.blog-item__img img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.blog-item__content p:last-child {
  margin-bottom: 0;
}

.blog-item__content .h3 {
  margin-bottom: 10px;
}

.blog-item__head {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: relative;
  display: inline;
  z-index: 1;
}

.blog-item__head::before {
  width: 0;
  height: 10px;
  background: #FFDC3D;
  border-radius: 2px;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  bottom: 0;
}

.blog-item:hover .blog-item__img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-item:hover .blog-item__head {
  color: #0180B2;
}

.blog-item:hover .blog-item__head::before {
  width: 100%;
}

.blog--popular .row {
  margin-bottom: -24px;
}

.blog--popular .blog-item {
  margin-bottom: 24px;
}

.blog--popular .blog-item__img {
  padding-top: 62.5%;
}

.way-tabs__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
}

.way-tabs__bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.way-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  height: 480px;
}

.way-tabs__nav-item {
  width: 25%;
  border-right: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 15px 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.way-tabs__nav-item:last-child {
  border-right: 0;
}

.way-tabs__nav-item::before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 128, 178, 0)), to(#017AAA));
  background: linear-gradient(180deg, rgba(1, 128, 178, 0) 0%, #017AAA 100%);
  z-index: -1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.way-tabs__nav-item::after {
  width: 166px;
  height: 41px;
  left: 50%;
  /* Changes D */
  bottom: -2px;
  /* END Changes D */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/way-arrow.png") no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}

.way-tabs__nav-item--unavailable {
  pointer-events: none;
  cursor: not-allowed;
}

.way-tabs__nav-item--unavailable::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 4;
  background: rgba(0, 0, 0, 0.5);
}

.way-tabs__nav-item:hover::before {
  height: 30%;
}

.way-tabs__nav-item.active .way-tabs__nav-img,
.way-tabs__nav-item.slick-current .way-tabs__nav-img {
  opacity: 0;
}

.way-tabs__nav-item.active::before,
.way-tabs__nav-item.slick-current::before {
  height: 30%;
}

.way-tabs__nav-item.active::after,
.way-tabs__nav-item.slick-current::after {
  opacity: 1;
}

.way-tabs__nav-img {
  margin-bottom: 20px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.way-tabs__nav-img img {
  display: block;
}

.way-tabs__nav-head {
  color: #fff;
  text-align: center;
  margin-top: auto;
}

.way-tabs__nav-head span {
  display: block;
}

.way-tabs__content-box {
  padding: 0 12px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}

.way-tabs__content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}

.way-tabs__content-list {
  padding: 0 12px;
  width: 50%;
}

.way-tabs__content-list li+li {
  margin-top: 30px;
}

.way-tabs__content-list li a {
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.16666;
}

.way-tabs__content-list li a::before {
  width: 0;
  height: 10px;
  background: #FFDC3D;
  border-radius: 2px;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  bottom: 0;
}

.way-tabs__content-list li a:hover {
  color: #0180B2;
}

.way-tabs__content-list li a:hover::before {
  width: 100%;
}

.features-proj .h2 {
  margin-bottom: 50px;
}

.features .container {
  position: relative;
}

.features-img {
  position: absolute;
  top: 110px;
  left: -98px;
  z-index: -1;
  /* Changes D  */
  max-width: 42%;
  /* END Changes D  */
}

.features-img-mob {
  display: none;
}

.features-box {
  margin-bottom: -50px;
}

.features-item {
  margin-bottom: 50px;
}

.features-item.tl-center p {
  margin: 0 auto;
}

.features-item.tl-center img {
  margin: 0 auto;
}

.features-item__img {
  margin-bottom: 20px;
}

.features-item__img img {
  display: block;
  width: 80px;
}

.features-item p {
  max-width: 368px;
}

.features-item p:last-child {
  margin-bottom: 0;
}

#map {
  height: 450px;
  width: 100%;
}

.banner {
  padding: 30px;
  height: 320px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  text-align: center;
}

.banner--sea {
  background: url("../img/banner-1.png") no-repeat center center;
}

.banner--sale {
  background: url("../img/banner-2.svg") no-repeat center center;
}

.banner-head {
  color: #1C6678;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.banner-date {
  color: #D8503E;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.11;
  margin-bottom: 16px;
}

.banner-text {
  color: #216B7D;
  line-height: 1.25;
}

.c-object-card {
  display: none;
}

.c-object-mobile {
  display: none;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}

.c-object-mobile-slider {
  width: 100%;
  margin: 0 -15px;
  padding: 0 15px;
}

.c-object-mobile-slide {
  position: relative;
  padding: 0 8px;
}

.c-object-mobile-slide .gallery-modal__slide-title {
  padding: 12px 5px;
  text-align: center;
  font-weight: 500;
  color: #131E2A;
  font-size: 16px;
  line-height: 1.4;
}

.c-object-mobile-counter {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: rgba(1, 128, 178, 0.8);
  color: white;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-object-mobile-counter:before {
  display: none;
}

.c-object-mobile .slick-dots {
  bottom: -28px;
}

.c-object-like {
  display: none;
}

.c-object-info {
  margin-right: 15px;
}

.c-object-contacts {
  border-radius: 10px;
  padding: 30px 20px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
  background: url("../img/object-contacts.png") no-repeat center center;
  background-size: cover;
}

.c-object-contacts__head {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
  margin-bottom: 48px;
}

.c-object-contacts__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2px;
}

.c-object-contacts__phones a {
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 10px;
  border-bottom: 1px solid transparent;
}

.c-object-contacts__phones a:hover {
  border-bottom-color: #fff;
}

.c-object-contacts__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.c-object-contacts__nav-link:last-child {
  margin-bottom: 0;
}

.c-object-contacts__nav-link:hover .c-object-contacts__nav-num {
  border-bottom-color: #fff;
}

.c-object-contacts__nav-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
}

.c-object-contacts__nav-img img {
  display: block;
}

.c-object-contacts__nav-head {
  color: #42CAFF;
  font-size: 14px;
  line-height: 1.42;
  display: block;
}

.c-object-contacts__nav-num {
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-bottom: 1px solid transparent;
}

.c-object-sidebar {
  height: 100%;
  position: relative;
}

.c-object-sidebar .sticky {
  top: 90px;
}

.c-object-sidebar__box {
  margin-bottom: 50px;
}

.c-object-sidebar__box:last-child {
  margin-bottom: 0;
}

.c-object-header {
  margin-bottom: 50px;
}

.c-object-header .h1 {
  margin-bottom: 12px;
  /* CHANGE DARKOTO */
  margin-right: 30px;
  /* END CHANGE DARKOTO */
}

.c-object-header .centered {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 14px;
}

.c-object-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px 40px;
}

.c-object-gallery__item {
  padding: 0 5px;
  width: 50%;
}

.c-object-gallery__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.c-object-gallery__flex-item {
  padding: 0 5px;
  width: 50%;
  position: relative;
  margin-bottom: 10px;
}

.c-object-gallery__img img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.c-object-gallery__abs {
  width: calc(100% - 10px);
  border-radius: 10px;
  background: rgba(1, 128, 178, 0.8);
  height: 100%;
  position: absolute;
  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;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  left: 5px;
  top: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.c-object-gallery__abs:hover {
  background: rgba(1, 128, 178, 0.6);
}

.c-object-gallery__abs span {
  max-width: 143px;
  line-height: 1.18;
  text-align: center;
}

.services {
  background: url("../img/services-bg.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 50px;
}

.services-mob-wrap {
  display: none;
}

.services .h4 {
  color: #fff;
  margin-bottom: 30px;
}

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

.services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.services-item__text {
  color: #fff;
  line-height: 1.25;
}

.services-item__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.services-item__img img {
  display: block;
}

.services-box {
  width: 66.666%;
  padding: 0 15px;
}

.services-box:last-child {
  width: 33.333%;
}

.services-box__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -16px;
}

.services-box__row .services-item {
  width: 50%;
}

.services-box--full {
  width: 100% !important;
}

.services-box--full .services-item {
  width: 33.333%;
}

a.object-item__footer-item {
  color: #0180B2;
}

a.object-item__footer-item span {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-bottom: 1px solid transparent;
}

a.object-item__footer-item:hover span {
  border-bottom-color: #0180B2;
}

.filter-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 50;
}

.filter-preloader img {
  -webkit-animation: morePreloader 3s infinite;
  animation: morePreloader 3s infinite;
  -webkit-transition: 1s;
  transition: 1s;
}

.gal-for__slide--title {
  text-align: center;
  padding-top: 20px;
  font-weight: 700;
}

.gallery-preview {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 40px;
}

.gallery-mobile {
  display: none;
  margin-bottom: 40px;
  overflow: hidden;
}

.gallery-mobile-slider {
  width: 100%;
}

.gallery-mobile-slide {
  position: relative;
  padding: 0 8px;
}

.gallery-mobile-slide .gallery-modal__slide-title {
  padding: 12px 5px;
  text-align: center;
  font-weight: 500;
  color: #131E2A;
  font-size: 16px;
  line-height: 1.4;
}

.gallery-mobile-counter {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: rgba(1, 128, 178, 0.8);
  color: white;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-mobile-counter:before {
  display: none;
}

.gallery-mobile .slick-dots {
  bottom: -28px;
}

.gallery-mobile .slick-dots li {
  margin: 0 4px;
}

.gallery-mobile .slick-dots li button:before {
  font-size: 10px;
  opacity: 0.5;
  color: #ddd;
}

.gallery-mobile .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0180B2;
}

.gallery-mobile .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(1, 128, 178, 0.7);
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.gallery-mobile .slick-arrow:hover {
  background: rgb(1, 128, 178);
  -webkit-box-shadow: 0 4px 15px rgba(1, 128, 178, 0.4);
  box-shadow: 0 4px 15px rgba(1, 128, 178, 0.4);
}

.gallery-mobile .slick-arrow.slick-prev {
  left: 20px;
}

.gallery-mobile .slick-arrow.slick-next {
  right: 20px;
}

.gallery-preview-other {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  row-gap: 10px;
}

.gallery-list__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(60, 60, 60, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.gallery-list {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
  visibility: hidden;
}

.gallery-list.active {
  opacity: 1;
  visibility: visible;
}

.gallery-list-box {
  width: 90%;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 1600px;
  max-height: 1150px;
  border-radius: 10px;
  background: #fff;
  padding: 60px 60px;
}

.gallery-list-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-list-images {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(6, 1fr);
}

.gallery-list-images__item {
  cursor: pointer;
}

.gallery-list-images__item picture:nth-child(2) {
  display: none;
}

.gallery-list-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.gallery-list__close {
  position: absolute;
  cursor: pointer;
  right: 20px;
  z-index: 3;
  top: 20px;
}

.gallery-list-item__title {
  font-size: 24px;
  color: #131E2A;
  line-height: 1.16666;
  margin-bottom: 30px;
  font-weight: 500;
}

.gallery-preview-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-preview-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.gallery-more {
  background: rgba(1, 128, 178, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  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;
  padding: 0 20px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}

.gallery-more:hover {
  background: rgba(1, 128, 178, 0.62);
}

.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.gallery-modal.active {
  opacity: 1;
  visibility: visible;
}

.gallery-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.gallery-modal__content {
  /* 01.07 */
  max-height: 100%;
  overflow: auto;
  /* 01.07 */
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1200px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gallery-modal__header {
  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;
  margin-bottom: 20px;
  position: relative;
}

.gallery-modal__title {
  font-size: 24px;
  font-weight: 500;
  color: #131E2A;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /* 01.07 */
  white-space: nowrap;
}

.gallery-modal__close {
  cursor: pointer;
}

.gallery-modal__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0180B2;
  cursor: pointer;
  font-weight: 500;
  margin-right: 20px;
}

/* 01.07 */
@media (max-width:640px) {
  .gallery-modal__back {
    font-size: 0;
  }
}

.gallery-modal__back svg {
  margin-right: 8px;
}

.gallery-modal__slider {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.gallery-modal__slide {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-modal__slide img {
  max-width: 100%;
  max-height: calc(100% - 40px);
  -o-object-fit: contain;
  object-fit: contain;
}

.gallery-modal__slide-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #131E2A;
  margin-bottom: 10px;
}

.gallery-modal__counter {
  text-align: center;
  color: #131E2A;
  font-size: 16px;
  margin-bottom: 15px;
}

.gallery-modal__thumbs {
  min-height: 120px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100% !important;
}

.gallery-modal__thumbs .slick-list {
  width: 100%;
  /* max-width: 800px; */
  margin: 0 auto;
}

.gallery-modal__thumbs .slick-track {
  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;
}

.gallery-modal__thumbs .slick-slide {
  height: auto;
  padding: 0 5px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-modal__thumb {
  height: 100px;
  width: auto;
  min-width: 140px;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-modal__thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-modal__nav {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 20px;
  pointer-events: none;
  z-index: 10;
  left: 0;
}

.gallery-modal__arrow {
  width: 50px;
  height: 50px;
  background: rgba(1, 128, 178, 0.7);
  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;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.gallery-modal__arrow:hover {
  background: rgb(1, 128, 178);
}

.object-item {
  margin-bottom: 20px;
}

.object-item--indent {
  margin-bottom: 40px;
}

.object-item .blog-item__head {
  position: relative;
  display: inline;
  z-index: 1;
}

.object-item .blog-item__head::before {
  width: 0;
  height: 10px;
  background: #FFDC3D;
  border-radius: 2px;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  bottom: 0;
}

.object-item .blog-item__head:hover {
  color: #0180B2;
}

.object-item .blog-item__head:hover::before {
  width: 100%;
}

.object-item__img {
  position: relative;
  margin-bottom: 20px;
}

.object-item__label {
  border-radius: 3px;
  color: #fff;
  padding: 5px 20px;
  line-height: 1.25;
  font-weight: 500;
  position: absolute;
  top: 25px;
  left: -10px;
  z-index: 1;
}

.object-item__label--red {
  background-color: #FA5636;
}

.object-item__label--green {
  background-color: #23C363;
}

.object-item__slider {
  margin: 0 -12px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
}

.object-item__slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.object-item__slide {
  padding: 0 12px;
  height: 320px;
}

.object-item__slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.object-item__like {
  z-index: 2;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.object-item__like svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.object-item__like svg path:last-child {
  opacity: 0;
}

.object-item__like:hover svg path:last-child {
  opacity: 1;
}

.object-item__like.active svg path:last-child {
  opacity: 1;
}

.object-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.object-item__footer--custom .object-item__footer-item span {
  padding-left: 0;
  margin-left: 6px;
}

.object-item__footer--custom .object-item__footer-item span::before {
  display: none;
}

.object-item__footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  font-size: 14px;
  line-height: 1.42;
}

.object-item__footer-item:last-child {
  margin-right: 0;
}

.object-item__footer-item>span {
  padding-left: 32px;
  position: relative;
}

.object-item__footer-item>span::before {
  height: 1px;
  width: 20px;
  top: 50%;
  background-color: #535353;
  left: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.object-item__footer-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.object-item__footer-img svg {
  display: block;
}

.object-item__footer-img svg+svg {
  margin-left: 2px;
}

.seo-box {
  max-width: 856px;
  margin: 0 auto;
}

.seo-content__box {
  margin-bottom: 50px;
}

/* ПУНКТ 9 */
.seo-content__box .c-object-contacts {
  display: none;
}

/* КОНЕЦ ПУНКТ 9 */

.seo-content__box:last-child {
  margin-bottom: 0;
}

.seo h1 {
  font-size: 36px;
  line-height: 1.222;
  color: #131E2A;
  margin-bottom: 30px;
  font-weight: 500;
}

.seo h2 {
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1.25;
  color: #131E2A;
  font-weight: 500;
}

.seo h3 {
  font-size: 24px;
  color: #131E2A;
  line-height: 1.16666;
  margin-bottom: 30px;
  font-weight: 500;
}

.seo h4 {
  font-size: 18px;
  color: #131E2A;
  line-height: 1.3333;
  margin-bottom: 20px;
  font-weight: 500;
}

.seo .row {
  margin-bottom: 16px;
}

.seo .row>div {
  margin-bottom: 24px;
}

.seo .row:last-child {
  margin-bottom: 0;
}

.seo blockquote {
  margin: 0;
  margin-bottom: 24px;
  padding: 40px;
  border-left: 6px solid #0180B2;
}

.seo .blockquote {
  position: relative;
}

.seo .blockquote::before {
  width: 100px;
  height: 88px;
  background: url("../img/quote.svg") no-repeat center center;
  background-size: contain;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.seo .blockquote-text {
  font-size: 24px;
  color: #77868B;
  font-weight: 300;
  line-height: 1.333;
  display: block;
  margin-bottom: 24px;
}

.seo .blockquote-text span {
  display: block;
}

.seo .blockquote-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.333;
  display: block;
}

.seo ul {
  margin-bottom: 24px;
}

.seo ul a {
  color: #0180B2;
  border-bottom: 1px solid transparent;
}

.seo ul a:hover {
  border-bottom-color: #0180B2;
}

.seo ul:last-child {
  margin-bottom: 0;
}

.seo ul li {
  position: relative;
  padding-left: 18px;
}

.seo ul li+li {
  margin-top: 10px;
}

.seo ul li::before {
  background: #0180B2;
  border-radius: 1px;
  width: 8px;
  height: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.seo ol {
  margin-bottom: 24px;
  padding-left: 17px;
  list-style-type: decimal;
}

.seo ol a {
  color: #0180B2;
  border-bottom: 1px solid transparent;
}

.seo ol a:hover {
  border-bottom-color: #0180B2;
}

.seo ol:last-child {
  margin-bottom: 0;
}

.seo ol li {
  list-style-type: decimal;
}

.seo ol li::marker {
  color: #131E2A;
  font-weight: 500;
}

.seo ol li+li {
  margin-top: 10px;
}

.seo p {
  margin-bottom: 24px;
}

.seo p iframe {
  width: 100%;
  display: block;
  height: 450px;
}

.seo p a {
  color: #0180B2;
  border-bottom: 1px solid transparent;
}

.seo p a:hover {
  border-bottom-color: #0180B2;
}

.seo p:last-child {
  margin-bottom: 0;
}

.seo p img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.sticky {
  position: sticky;
  top: 30px;
}

.post-sidebar {
  border: 1px solid #E2E3E7;
  border-radius: 10px;
  padding: 30px 30px;
}

.post-sidebar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.post-sidebar__item:hover .post-sidebar__head {
  color: #0180B2;
}

.post-sidebar__item:hover .post-sidebar__head::before {
  width: 100%;
}

.post-sidebar__item:last-child {
  margin-bottom: 0;
}

.post-sidebar__head {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: relative;
  display: inline;
  z-index: 1;
}

.post-sidebar__head::before {
  width: 0;
  height: 10px;
  background: #FFDC3D;
  border-radius: 2px;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  bottom: 0;
}

.post-sidebar__date {
  font-size: 14px;
  color: #77868B;
  line-height: 1.42;
  margin-top: 8px;
}

.post-sidebar__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.post-sidebar__img img {
  border-radius: 50%;
  display: block;
  width: 50px;
  height: 50px;
}

.zoom {
  position: relative;
  display: inline-block;
}

.zoom-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.zoom-icon svg {
  display: block;
}

.zoom img {
  width: auto !important;
  border-radius: 10px;
}

.contacts-project {
  position: relative;
  z-index: 2;
}

.contacts-project .contacts-info {
  margin-bottom: 0;
}

.contacts-form {
  position: relative;
}

.contacts-form__img {
  position: absolute;
  right: 0;
  top: 66px;
  max-width: 53vw;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts-form__img.hidden {
  opacity: 0;
}

.contacts-form .container {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts-form .container.hidden {
  opacity: 0;
}

.contacts-info {
  margin-bottom: 60px;
}

.contacts-info p {
  margin-bottom: 30px;
}

.contacts-info p:last-child {
  margin-bottom: 0;
}

.contacts-info p a {
  color: #0180B2;
  border-bottom: 1px solid transparent;
}

.contacts-info p a:hover {
  border-bottom-color: #0180B2;
}

.contacts-message {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  z-index: -10;
}

.contacts-message.visible {
  z-index: 10;
  opacity: 100;
}

.contacts-message img {
  width: 100%;
  max-width: 40px;
}

.contacts-message h2 {
  margin-bottom: 0;
  text-align: center;
}

.contacts-message button {
  background-color: #FFDC3D;
  font-size: 25px;
  padding: 14px 30px;
  font-weight: 500;
  border-radius: 10px;
}

.pos {
  position: relative;
  z-index: 1;
}

.pos::before {
  width: 100%;
  left: 0;
  top: 0;
  height: 918px;
  background: url("../img/project-bg.png") no-repeat center center;
  top: -243px;
  z-index: -5;
}

.pos .h2 {
  margin-bottom: 93px;
}

.pos-img {
  position: absolute;
  left: 3%;
  top: 110px;
  max-width: 41vw;
}

.pos-content .row {
  margin-bottom: -93px;
}

.pos-item {
  position: relative;
  z-index: 1;
  margin-bottom: 93px;
}

.pos-item__num {
  color: rgba(19, 30, 42, 0.05);
  top: -63px;
  line-height: 1;
  position: absolute;
  z-index: -1;
  font-size: 166px;
  font-weight: 600;
}

.pos-item__head {
  font-size: 17px;
  line-height: 1.333;
  margin-bottom: 20px;
  font-weight: 500;
  color: #131E2A;
}

.filter-head {
  display: none;
}

.filter-toggler {
  display: none;
}

.filter-more {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #131E2A;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 23px;
}

.filter-more::before {
  width: 13px;
  height: 7px;
  background: url("../img/sd.svg") no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  right: 0;
}

.filter-more.moreShown {
  display: inline-block !important;
}

.filter-more.moreShown::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.filter-more.moreShown.more-times::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.filter-more svg {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.filter-more:hover svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-more span {
  margin-right: 10px;
}

.filter-sidebar {
  border: 1px solid #E2E3E7;
  border-radius: 10px;
  margin-right: 10px;
  padding: 30px 30px;
}

.filter-sidebar .btn--submit {
  display: none;
}

.filter-sidebar__box {
  padding-bottom: 18px;
  margin-bottom: 32px;
  border-bottom: 1px solid #E2E3E7;
}

.filter-sidebar__box:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.filter-sidebar__head {
  font-weight: 500;
  margin-bottom: 20px;
  color: #131E2A;
}

.filter-sidebar__checkbox {
  margin-bottom: 10px;
}

.filter-sidebar__checkbox:last-child {
  margin-bottom: 0;
}

.filter-sidebar__checkbox input[type=checkbox] {
  display: none;
}

.filter-sidebar__checkbox input[type=checkbox]+label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 20px;
  font-size: 16px;
  color: #77868B;
  line-height: 1.25;
}

.filter-sidebar__checkbox input[type=checkbox]+label::before {
  width: 12px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  border: 1px solid #77868B;
  border-radius: 1px;
}

.filter-sidebar__checkbox input[type=checkbox]:checked+label {
  color: #0180B2;
}

.filter-sidebar__checkbox input[type=checkbox]:checked+label::before {
  border-color: #0180B2;
}

.filter-sidebar__checkbox input[type=checkbox]:checked+label::after {
  width: 6px;
  height: 6px;
  background: #0180B2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3px;
  top: 50%;
  border-radius: 1px;
}

.rekl-img img {
  display: block;
  margin: 0 auto;
}

.rekl-box {
  position: relative;
  z-index: 1;
}

.rekl-box .features-item {
  margin-bottom: 0;
}

.rekl-map {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -161px;
  z-index: -1;
}

.rekl-info {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.rekl-info p {
  margin: 0;
  max-width: 700px;
  margin: 0 auto;
}

.rekl-content {
  margin-top: 40px;
}

.rekl-content p {
  margin-bottom: 24px;
}

.rekl-content p:last-of-type {
  margin-bottom: 34px;
}

.rekl-lines__block {
  margin-bottom: 24px;
}

.rekl-lines__block:last-child {
  margin-bottom: 0;
}

.rekl-lines__head {
  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;
  margin-bottom: 16px;
}

.rekl-lines__line {
  background: #F3F3F3;
  border-radius: 20px;
  height: 10px;
  position: relative;
}

.rekl-lines__line span {
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #FA5636;
}

.rekl-lines__header {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.333;
  color: #131E2A;
}

.rekl-lines__text {
  color: #535353;
  font-size: 18px;
  line-height: 1.333;
}

.rekl-features .row>div:last-child {
  margin-top: 30px;
}

.rekl-features__item {
  padding: 30px 20px 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 6px 6px 40px rgba(5, 41, 96, 0.1);
  box-shadow: 6px 6px 40px rgba(5, 41, 96, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}

.rekl-features__mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 20px;
}

.rekl-features__mark-item {
  width: calc(50% - 18px);
  padding: 0 15px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #535353;
  font-weight: 500;
  position: relative;
  margin-left: 18px;
}

.rekl-features__mark-item::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #0180B2;
}

.rekl-features__mark-item--yellow::before {
  background-color: #FFDC3D;
}

.rekl-features__mark-item--gray::before {
  background: #E5E5E5;
}

.rekl-features__head {
  text-align: center;
  color: #77868B;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 30px;
}

.rekl-features__num {
  color: #0180B2;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 18px;
  text-align: center;
}

.rekl-features__img img {
  display: block;
  margin: 0 auto;
}

@-webkit-keyframes morePreloader {
  0% {
    -webkit-transform: skew(10deg, -3deg) rotate(0.03turn);
    transform: skew(10deg, -3deg) rotate(0.03turn);
  }

  50% {
    -webkit-transform: skew(-10deg, 3deg) rotate(-0.03turn);
    transform: skew(-10deg, 3deg) rotate(-0.03turn);
  }

  100% {
    -webkit-transform: skew(10deg, -3deg) rotate(0.03turn);
    transform: skew(10deg, -3deg) rotate(0.03turn);
  }
}

@keyframes morePreloader {
  0% {
    -webkit-transform: skew(10deg, -3deg) rotate(0.03turn);
    transform: skew(10deg, -3deg) rotate(0.03turn);
  }

  50% {
    -webkit-transform: skew(-10deg, 3deg) rotate(-0.03turn);
    transform: skew(-10deg, 3deg) rotate(-0.03turn);
  }

  100% {
    -webkit-transform: skew(10deg, -3deg) rotate(0.03turn);
    transform: skew(10deg, -3deg) rotate(0.03turn);
  }
}

.slider-counter {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(1, 128, 178, 0.9);
  color: white;
  padding: 8px 14px;
  border-radius: 20px;
  z-index: 100;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  min-width: 75px;
  pointer-events: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.slider-counter .counter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-counter .counter-content .current {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-right: 0;
}

.slider-counter .counter-content .total {
  font-size: 16px;
  opacity: 0.9;
  font-weight: 400;
  display: inline-block;
}

.slider-counter .counter-content .progress-bar {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  margin-top: 6px;
  overflow: hidden;
}

.slider-counter .counter-content .progress-bar .progress {
  height: 100%;
  background: #FFDC3D;
  width: 0;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  -webkit-box-shadow: 0 0 8px rgba(255, 220, 61, 0.6);
  box-shadow: 0 0 8px rgba(255, 220, 61, 0.6);
  border-radius: 2px;
}

.gallery-mobile {
  position: relative;
}

.c-object-mobile {
  position: relative;
}

.gallery-mobile-slider,
.c-object-mobile-slider {
  z-index: 1;
}

/* Changes D */
.way-slider-mob {
  display: none;
}

/* END Changes D */

/* Changes D */
.features-item__head {
  font-size: 18px;
  color: #131E2A;
  line-height: 1.3333;
  margin-bottom: 20px;
  font-weight: 500;
}

/* END Changes D */

/*==========	Desktop First	==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1800px) {

  /**/
  .home-seo__img {
    right: 12px;
    max-width: 55vw;
  }

  .home-img {
    max-width: 50vw;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 60px;
    right: 3vw;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1600px) {
  .gallery-list-box {
    padding: 50px 40px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1400px) {
  .gallery-list-box {
    padding: 40px 35px;
  }

  .gallery-list-images {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }

  .gallery-list-content {
    gap: 25px;
  }

  .gallery-modal__content {
    padding: 30px;
  }

  .gallery-modal__thumb {
    height: 90px;
    min-width: 130px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1367px) {

  /**/
  .gal-for .slick-prev {
    left: 25px;
  }

  .gal-for .slick-next {
    right: 25px;
  }

  .home-seo__img {
    max-width: 50vw;
  }

  .home-img {
    right: 12px;
    margin-top: 40px;
  }
}

/* Large Devices, Wide Screens */
.blog-item__img {
  height: 300px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

  /**/
  .rekl-features__item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rekl-features__mark-item {
    margin-left: 10px;
  }

  .rekl-features__head {
    font-size: 18px;
  }

  .rekl-features__num {
    font-size: 36px;
  }

  .modal-close {
    right: 15px;
    top: 15px;
  }

  .modal-gallery {
    padding: 35px 20px;
  }

  .c-object-info {
    margin-right: 0;
  }

  .c-object-contacts {
    padding: 20px 15px;
  }

  .way-tabs__nav {
    height: 400px;
  }

  .way-tabs__nav-item {
    padding-top: 30px;
  }

  .way-tabs__nav-head {
    font-size: 20px;
  }

  .home-seo__content {
    padding: 0;
  }

  .home-seo__img {
    max-width: 45vw;
  }

  .home-img {
    right: 12px;
    margin-top: 40px;
    max-width: 45vw;
  }

  .blog-item__img {
    height: 260px;
  }

  .object-item__slide {
    height: 260px;
  }

  .gallery-list-box {
    padding: 30px 25px;
  }

  .gallery-list-images {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .gallery-list-content {
    gap: 25px;
  }

  .gallery-list-item__title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .gallery-modal__content {
    padding: 25px;
  }

  .gallery-modal__title {
    font-size: 22px;
  }

  .gallery-modal__slide-title {
    font-size: 16px;
  }

  .gallery-modal__thumb {
    height: 80px;
    min-width: 120px;
  }

  .gallery-modal__thumbs .slick-list {
    width: 90%;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 768px) {

  /**/
  .gallery-preview {
    display: none;
    margin-bottom: 20px;
  }

  .gallery-mobile {
    display: block;
    margin-bottom: 20px;
  }

  .gallery-mobile-counter {
    bottom: 12px;
    right: 12px;
    padding: 6px 12px;
    font-size: 13px;
  }

  .row.blog-slider.side-slider .slick-slide {
    /* Changes D */
    width: 310px !important;
    /* END Changes D */
  }

  .blog-item {
    width: 330px !important;
  }

  .c-object-mobile-counter {
    bottom: 12px;
    right: 12px;
    padding: 6px 12px;
    font-size: 13px;
  }

  .pos-img {
    position: static;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 50px;
  }

  .rekl-item {
    margin-bottom: 50px;
  }

  .rekl-content {
    margin-bottom: 50px;
    margin-top: 0;
  }

  .c-object-mobile {
    display: block;
  }

  .c-object-header {
    position: relative;
  }

  .c-object-like {
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ECECEC;
    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;
    right: 0;
    top: 5px;
  }

  .c-object-like .h1 {
    margin-right: 40px;
  }

  .c-object-like.active path:nth-child(1) {
    fill: #fff;
  }

  .c-object-like.active path:nth-child(2) {
    fill: #FA5636;
  }

  .c-object-contacts {
    background: none;
    padding: 0;
  }

  .c-object-contacts__head {
    color: #131E2A;
    font-size: 32px;
  }

  .c-object-contacts__phones a {
    color: #131E2A;
    font-size: 24px;
  }

  .c-object-contacts__nav-num {
    color: #131E2A;
  }

  .c-object-contacts__nav-img svg {
    width: 36px;
    height: 36px;
  }

  .c-object-contacts__nav-img circle:first-child {
    stroke: #0180B2;
  }

  .c-object-alert__head {
    color: #FA5636;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
  }

  .c-object-alert__prehead {
    font-weight: 500;
    margin-bottom: 6px;
  }

  .c-object-mobile .btn {
    margin-bottom: 30px;
  }

  .c-object .object-item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
  }

  .c-object .object-item__footer-item {
    margin-bottom: 7px !important;
  }

  .c-object .col-lg-3 {
    display: none;
  }

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

  body {
    font-size: 14px;
    line-height: 1.42;
  }

  .h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.16;
  }

  .h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .hide-desktop {
    display: block;
  }

  .filter-close {
    cursor: pointer;
  }

  .filter-close img {
    display: block;
  }

  .filter-head {
    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;
  }

  .filter-head img {
    width: 20px;
  }

  .filter-head__header {
    font-weight: 500;
    font-size: 18px;
    color: #131E2A;
  }

  .filter-head button {
    color: #535353;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid transparent;
  }

  .filter-head button:hover {
    border-bottom-color: #535353;
  }

  .filter-sidebar {
    position: fixed;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    padding: 20px 15px;
    border: none;
    border-radius: 0;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-right: 0;
    padding-bottom: 20px;
  }

  .filter-sidebar .btn--submit {
    display: block;
    width: 100%;
    max-width: 100%;
    z-index: 20;
    position: sticky;
    bottom: 0;
    left: 15px;
    margin-top: 30px;
  }

  .filter-sidebar.open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .filter-sidebar__box {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .filter-sidebar__head {
    font-size: 18px;
  }

  .filter-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #E2E3E7;
    padding: 7px 15px;
    cursor: pointer;
    /* ПУНКТ 7 */
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    /*Конец  ПУНКТ 7 */

  }

  .filter-toggler svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
  }

  .blog-item {
    /* Changes D */
    width: 310px !important;
    min-width: 310px !important;
    /* END Changes D */
    padding: 0 6px;
  }

  .blog-item__img {
    height: 230px;
  }

  .blog-slider>.slick-list {
    padding-right: 140px;
  }

  .slider-nav__arrow--prev {
    left: 10px;
  }

  .slider-nav__arrow--next {
    right: 10px;
  }

  .object-home .object-item {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    /* Changes D */
    max-width: 310px;
    /* END Changes D */

  }

  .object-home .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 0;
    -webkit-box-pack: stretch !important;
    -ms-flex-pack: stretch !important;
    justify-content: stretch !important;
    margin: 0 -6px !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 15px;
  }

  .object-home .row>div {
    padding: 0 6px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .object .row {
    margin-bottom: -40px;
  }

  .object-item {
    margin-bottom: 40px;
  }

  .object-item__like {
    right: 10px;
    top: 10px;
  }

  .object-item__label {
    left: -5px;
    top: 10px;
  }

  .object-item__slide {
    position: relative;
  }

  .object-item__footer {
    display: block;
  }

  .object-item__footer-item {
    margin-bottom: 7px;
  }

  .object-item__footer-item:last-child {
    margin-bottom: 0;
  }

  .way-tabs__content-list li a {
    font-size: 20px;
  }

  .way-tabs__nav {
    height: auto;
  }

  .way-tabs__nav-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .side-slider .slick-slide {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 330px !important;
  }

  .mb-50 {
    margin-bottom: 30px !important;
  }

  .mb-100,
  .mb-130,
  .mb-170,
  .mb-150 {
    margin-bottom: 75px;
  }

  .home {
    padding: 160px 0 120px;
  }

  .home-seo__img {
    display: none;
  }

  .home-seo__content p {
    max-width: 100%;
  }

  .home-map {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 500px;
    top: -60px;
  }

  .home-img {
    display: none;
  }

  .home--inner {
    min-height: 500px;
  }

  .footer {
    background-size: 1000px 100%;
  }

  .footer-bottom {
    padding: 20px 0;
  }

  .footer-top {
    padding-bottom: 20px;
  }

  .footer-top__flex {
    margin-bottom: 30px;
  }

  .footer-top__flex .logo {
    margin-bottom: 0;
  }

  .footer-top__flex .footer-logo {
    margin-bottom: 0;
    display: block;
  }

  .footer-top__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E4EBFD;
  }

  .footer-top__item .socials {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .footer-top__item .footer-logo {
    margin-bottom: 0;
  }

  .footer-top .row>div:last-child .footer-top__item {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    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;
  }

  .features-img {
    display: none;
  }

  .features-img-mob {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
  }

  .features .slick-dots li {
    background: #D5CDCD;
  }

  .features .slick-dots li.slick-active {
    background-color: #FFDC3D;
  }

  .gallery-list-box {
    padding: 30px 15px;
  }

  .gallery-list-images {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-list-content {
    gap: 35px;
  }

  .gallery-list-item__title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .gallery-modal__content {
    padding: 20px;
    width: 95%;
  }

  .gallery-modal__header {
    margin-bottom: 15px;
  }

  .gallery-modal__title {
    font-size: 20px;
  }

  .gallery-modal__slide-title {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .gallery-modal__counter {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .gallery-modal__arrow {
    width: 40px;
    height: 40px;
  }

  .gallery-modal__thumb {
    height: 70px;
    min-width: 100px;
  }

  .gallery-modal__thumbs {
    margin-bottom: 15px;
  }

  .gallery-modal__thumbs .slick-list {
    width: 100%;
  }

  /* Changes D */
  .way-slider {
    display: none;
  }

  .way-slider-mob {
    display: block;
  }

  /* END Changes D */

}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 899px) {
  .blog-item__img {
    height: 210px;
  }

  .object-item__slide {
    height: 210px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 767px) {

  /**/
  .gallery-mobile {
    margin-bottom: 20px;
  }

  .object-item__slide {
    padding-top: 0 !important;
  }

  .mob-100 {
    width: 100%;
    max-width: 100%;
  }

  .filter-content .btn {
    max-width: 100%;
    width: 100%;
  }

  .filter-content .row>div:last-child .object-item {
    padding-bottom: 0;
    margin-bottom: 10px;
    border-bottom: none;
  }

  /* Changes D */
  /* .call {
    display: block;
  } */
  /* Changes D */
  .modal-link {
    display: none;
  }

  .modal-like {
    display: block;
  }

  .modal-like.active path:nth-child(1) {
    fill: #fff;
  }

  .modal-like.active path:nth-child(2) {
    fill: #FA5636;
  }

  .modal-gallery {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }

  .modal-gallery .d-flex {
    margin-bottom: 50px;
  }

  .modal-close svg {
    width: 24px;
    height: 24px;
  }

  .gal-for .slick-arrow {
    width: 36px;
    height: 36px;
    background-size: 12px 12px !important;
  }

  .gal-for .slick-prev {
    left: 10px;
  }

  .gal-for .slick-next {
    right: 10px;
  }

  .gal-nav {
    display: none;
  }

  .gal-content {
    padding-bottom: 0;
  }

  .gal-content__counter {
    margin: 0;
    position: absolute;
    top: 23px;
    left: 50%;
    -webkit-transform: tanslateX(-50%);
    transform: tanslateX(-50%);
    font-size: 14px;
    color: #535353;
  }

  .gal-content__head {
    text-align: left;
    font-size: 14px;
    color: #131E2A;
    margin-bottom: 0;
  }

  .services {
    display: none;
  }

  .services-mob {
    padding-bottom: 56px;
  }

  .services-mob-wrap {
    display: block;
  }

  .services-mob .slick-dots {
    bottom: 30px;
  }

  .services-mob .slick-dots li.slick-active {
    background-color: #FFDC3D;
  }

  .services-mob .slick-list {
    padding-right: 25%;
  }

  .services-mob__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .services-mob__item:last-child {
    margin-bottom: 0;
  }

  .services-mob__text {
    font-size: 14px;
  }

  .services-mob__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
  }

  .services-mob__img img {
    width: 34px;
    display: block;
  }

  .main-nav {
    margin-top: 50px;
    border-top: none;
    padding-bottom: 5px;
  }

  .main-nav li a {
    font-size: 16px;
  }

  .main-nav li+li {
    margin-left: 20px;
  }

  .c-object-card {
    display: block;
    position: relative;
    margin-bottom: 30px;
    left: -12px;
    width: calc(100% + 24px);
  }

  .c-object-card__slider img {
    display: block;
    width: 100%;
  }

  .c-object-card__counter {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 4px;
    font-size: 12px;
    line-height: 1;
    z-index: 2;
  }

  .c-object-card__zoom {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    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;
  }

  .c-object-card__zoom svg {
    display: block;
  }

  .c-object-gallery {
    display: none;
  }

  .c-object-contacts__phones a {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .c-object-contacts__head {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .c-object-header {
    margin-bottom: 30px;
  }

  .c-object-header .object-item__footer.object-item__footer--custom.mb-20 {
    margin-bottom: 16px !important;
  }

  .c-object-header .object-item__footer.object-item__footer--custom.mb-20 .h1 {
    margin-bottom: 0;
  }

  .pos {
    margin-bottom: 70px !important;
  }

  .pos-img {
    padding: 0 15px;
  }

  .pos::before {
    display: none;
  }

  .pos-content .row {
    margin-bottom: 0;
  }

  .pos-content .slick-dots {
    bottom: -20px;
  }

  .pos-content .slick-dots li.slick-active {
    background: #FFDC3D;
  }

  .pos .h2 {
    margin-bottom: 16px;
  }

  .pos-item {
    margin: 0;
    padding-top: 40px;
  }

  .pos-item__num {
    font-size: 100px;
    top: -40px;
    top: 0;
  }

  .pos-item__head {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .rekl .btn {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    max-width: 100%;
  }

  .rekl-box {
    margin-bottom: 30px !important;
  }

  .rekl-box .row>div:last-child .rekl-item {
    margin-bottom: 0;
  }

  .rekl-item {
    margin-bottom: 30px;
  }

  .rekl-slider {
    margin-bottom: 50px;
  }

  .rekl-slider .slick-dots {
    bottom: -10px;
  }

  .rekl-slider .slick-dots li.slick-active {
    background: #FFDC3D;
  }

  .rekl-map {
    top: 0;
  }

  .rekl-info {
    text-align: left;
    margin-bottom: 30px;
  }

  .rekl-img {
    margin-bottom: 30px;
  }

  .rekl-features__mark-item {
    font-size: 8px;
    margin-bottom: 4px;
    padding-left: 10px;
    padding-right: 0;
  }

  .rekl-features__mark-item::before {
    width: 6px;
    height: 6px;
  }

  .rekl-features .row {
    margin: 0 -5px;
  }

  .rekl-features .row>div {
    padding: 0 5px;
  }

  .rekl-features__item {
    padding: 15px 10px;
    margin-bottom: 10px;
  }

  .rekl-features__head {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .rekl-features__num {
    font-size: 24px;
  }

  .rekl-content {
    margin-bottom: 30px;
  }

  .rekl-content p {
    margin-bottom: 16px !important;
  }

  .rekl-lines__block {
    margin-bottom: 16px;
  }

  .rekl-lines__header {
    font-size: 14px;
  }

  .rekl-lines__text {
    font-size: 14px;
  }

  .rekl-lines__head {
    margin-bottom: 6px;
  }

  .search-input {
    padding-right: 42px;
  }

  .contacts-info {
    margin-bottom: 50px;
  }

  .contacts-info p {
    margin-bottom: 22px;
  }

  .contacts-info .row>div {
    margin-bottom: 20px;
  }

  .contacts-info .row>div:last-child {
    margin-bottom: 0;
  }

  .contacts-form__img {
    display: none;
  }

  .contacts-form .btn {
    max-width: 100%;
    width: 100%;
  }

  .c-404 .h3 {
    margin-bottom: 16px;
  }

  .c-404-img {
    margin-top: -20px;
  }

  .fav {
    display: none;
  }

  .fav-text {
    margin-bottom: 30px;
  }

  .inner {
    padding: 20px 0 30px;
  }

  .inner .row>div:last-child .object-item--indent {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }

  #map {
    height: 220px;
  }

  .seo-content__box {
    margin-bottom: 30px;
  }

  .seo-content__box .c-object-contacts {
    display: block;
  }

  .seo .blockquote {
    padding: 20px;
    border-left-width: 4px;
  }

  .seo .blockquote::before {
    width: 45px;
    height: 40px;
  }

  .seo .blockquote-text {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .seo .blockquote-name {
    font-size: 14px;
  }

  .seo ul+li,
  .seo ol+li {
    margin-top: 6px;
  }

  .seo h2 {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .seo h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .seo p,
  .seo ul,
  .seo ol {
    margin-bottom: 20px;
  }

  .seo .row {
    margin-bottom: 20px;
  }

  .seo .row>div {
    margin-bottom: 10px;
  }

  .seo .row>div div {
    margin-top: 14px;
  }

  .seo p img {
    width: auto;
    margin: 0 auto;
  }

  .seo p iframe {
    height: 180px;
  }

  .object-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E2E3E7;
  }

  .object-item__label {
    padding: 6px 20px;
  }

  .breadcrumb {
    margin-bottom: 30px;
  }

  .btn {
    padding: 17px 60px;
  }

  .h1 {
    font-size: 28px;
    line-height: 1.21;
    margin-bottom: 16px;
  }

  .logo img {
    width: 40px;
  }

  .mb-50 {
    margin-bottom: 30px !important;
  }

  .mb-100,
  .mb-130,
  .mb-170,
  .mb-150 {
    margin-bottom: 50px;
  }

  .favor {
    margin-left: auto;
    margin-right: 35px;
  }

  .home {
    padding-top: 136px;
    padding-bottom: 84px;
    background: url("../img/home-bg-mob.png") no-repeat center center;
    background-size: 100% 100%;
    min-height: 470px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .home--inner {
    margin-bottom: 30px;
  }

  .home-map {
    top: 0;
    max-width: 325px;
  }

  .home-seo__content p {
    margin-bottom: 18px;
  }

  .features-proj .h2 {
    text-align: left;
    margin-bottom: 16px;
  }

  .features-box {
    margin-bottom: 0;
  }

  .features .slick-dots {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }

  .features-item {
    margin: 0;
  }

  .features-item .h4 {
    margin-bottom: 6px;
  }

  .features-item.tl-center {
    text-align: left !important;
  }

  .features-item.tl-center img {
    margin-left: 0;
  }

  .features-item.tl-center p {
    max-width: 100%;
  }

  .way-tabs__nav {
    margin-bottom: 20px;
  }

  .way-tabs__nav-head {
    margin-bottom: 30px;
  }

  .way-tabs__nav-item {
    height: 260px;
    border-right: none;
  }

  .way-tabs__nav-item::before {
    height: 150px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 128, 178, 0)), to(#017AAA));
    background: linear-gradient(180deg, rgba(1, 128, 178, 0) 0%, #017AAA 100%);
  }

  .way-tabs__nav-item.active::before,
  .way-tabs__nav-item.slick-current::before {
    height: 150px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 128, 178, 0)), to(#017AAA));
    background: linear-gradient(180deg, rgba(1, 128, 178, 0) 0%, #017AAA 100%);
  }

  .way-tabs__nav-img {
    display: none;
  }

  .way-tabs__content-box {
    display: block;
    margin: 0;
  }

  /* Changes D */
  /* .way-tabs__content-box:last-child {
    text-align: right;
  } */
  /* END Changes D */
  .way-tabs__content-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -30px;
  }

  .way-tabs__content-list {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  .blog-item__img {
    padding-top: 0 !important;
  }

  .blog-content .h2 {
    margin-bottom: 30px;
  }

  .blog-item {
    margin-bottom: 30px;
  }

  .blog-item .mb-20 {
    margin-bottom: 10px !important;
  }

  .blog .mb-40 {
    margin-bottom: 30px !important;
  }

  .blog-slider>.slick-list {
    padding-right: 45px;
  }

  .copyright {
    font-size: 12px;
    font-weight: 300;
  }

  .footer {
    background: url("../img/footer-bg-mob.png") no-repeat center center;
    background-size: 100% 100%;
  }

  .footer-list+li {
    margin-top: 16px;
  }

  .footer-top {
    padding-top: 75px;
  }

  .footer-top__flex {
    margin-bottom: 10px;
  }

  .footer-top p {
    font-size: 12px;
    margin-bottom: 14px;
    line-height: 1.333;
  }

  .footer-logo img {
    width: 47px;
  }

  .header {
    padding: 15px 0 55px;
  }

  .header .sticky-wrapper .main-list li:last-child {
    padding-right: 12px;
  }

  .header.sticker {
    padding-bottom: 65px;
  }

  .header .search {
    position: absolute;
    bottom: 0;
    left: 12px;
    width: calc(100% - 24px);
    z-index: 10;
    max-width: 100%;
  }

  .header .search .btn {
    width: 30px;
    height: 30px;
    padding: 0;
    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;
  }

  .header .search .btn svg {
    display: block;
  }

  .header .search .btn span {
    display: none;
  }

  .header-static {
    padding-bottom: 85px;
  }

  .header-static .search {
    bottom: 30px;
  }

  .header-static+.main .home--inner {
    padding: 30px 0 84px;
  }

  .header-object {
    padding-bottom: 20px;
  }

  .header-object .search {
    bottom: 73px;
  }

  /* Changes D */
  .features-item__head {
    margin-bottom: 6px;
  }

  /* END Changes D */
}

/* Changes D */
@media only screen and (max-width: 767px),
(hover: none) and (pointer: coarse) {
  .call {
    display: block;
  }
}

/* END Changes D */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 480px) {

  /**/
  .gallery-mobile-counter,
  .c-object-mobile-counter {
    padding: 5px 10px;
    font-size: 12px;
    bottom: 10px;
    right: 10px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 350px) {

  /**/

  .gallery-modal__header {
    position: relative;
  }

  .gallery-modal__content {
    padding: 15px;
    height: 80%;
    max-height: none;
  }

  .gallery-modal__title {
    font-size: 18px;
  }

  .gallery-modal__back svg {
    width: 20px;
    height: 20px;
  }

  .gallery-modal__slide-title {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .gallery-modal__counter {
    padding: 3px 10px;
    font-size: 12px;
    margin-bottom: 8px;
  }

  .gallery-modal__thumbs {
    margin-bottom: 10px;
  }

  .gallery-modal__thumbs .slick-slide {
    padding: 0 3px;
  }

  .gallery-modal__thumb {
    height: 60px;
    min-width: 85px;
  }

  .gallery-modal__nav {
    padding: 0 10px;
  }

  .gallery-modal__arrow {
    width: 36px;
    height: 36px;
  }

  .slider-counter {
    bottom: 10px;
    right: 10px;
    padding: 5px 10px;
  }

  .slider-counter .counter-content .current {
    font-size: 16px;
  }

  .slider-counter .counter-content .total {
    font-size: 14px;
  }

  .slider-counter .counter-content .progress-bar {
    height: 2px;
    margin-top: 4px;
  }
}


/* 1.3.0 */
/* Changes D */
.blog-slider>.slick-list {
  width: 100%;
}

/*END Changes D */

/* 6.7 */
/* Changes D */
* {
  font-display: swap !important;
}

/*END Changes D */

/* ПУНКТ 7 */
@media only screen and (max-width: 1023px) {
  .filter-body {
    margin-bottom: 30px;
    top: 5px;
    position: sticky;
    z-index: 100;
  }
}

/* КОНЕЦ ПУНКТ 7 */

/* ПУНКТ 5 */

/* КОНЕЦ ПУНКТ 5 */


/* ПУНКТ 11 */

/* КОНЕЦ ПУНКТ 11 */

/* 30.06 */
#map {
  z-index: 1;
}