@charset "UTF-8";

/*
Theme Name: Bauhaus
Theme URI: https://kofelatte.studio/portfolio/
Author: Kofelatte Studio
Author URI: https://kofelatte.studio/
Description: Bauhaus brings your site to life with immersive featured images and subtle animations. Our default theme works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bauhaus
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
*/
html {
  scroll-behavior: smooth;
}

.btn-animation {
  -webkit-animation: rotate360 linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  animation: rotate360 linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
  }
}

@keyframes rotate360 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(360deg);
  }
}

@-webkit-keyframes list_serv {
  0% {
    -webkit-transform: translateX(100%);
  }

  25% {
    -webkit-transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes list_serv {
  0% {
    transform: translateX(100%);
  }

  25% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}

.el_anim_2:hover {
  animation: el_anim_2 linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: el_anim_2 linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: el_anim_2 linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -ms-animation: el_anim_2 linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@-webkit-keyframes el_anim_2 {
  0% {
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  10% {
    -webkit-transform: rotate(-0.5deg) scaleX(0.8) scaleY(0.8);
  }

  20% {
    -webkit-transform: rotate(-0.5deg) scaleX(0.8) scaleY(0.8);
  }

  30% {
    -webkit-transform: rotate(0.5deg) scaleX(1.1) scaleY(1.1);
  }

  40% {
    -webkit-transform: rotate(-0.5deg) scaleX(1.1) scaleY(1.1);
  }

  50% {
    -webkit-transform: rotate(0.5deg) scaleX(1.1) scaleY(1.1);
  }

  60% {
    -webkit-transform: rotate(-0.5deg) scaleX(1.1) scaleY(1.1);
  }

  70% {
    -webkit-transform: rotate(0.5deg) scaleX(1.1) scaleY(1.1);
  }

  80% {
    -webkit-transform: rotate(-0.5deg) scaleX(1.1) scaleY(1.1);
  }

  90% {
    -webkit-transform: rotate(0.5deg) scaleX(1.1) scaleY(1.1);
  }

  100% {
    -webkit-transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }
}

@keyframes el_anim_2 {
  0% {
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  10% {
    transform: rotate(-0.5deg) scaleX(0.8) scaleY(0.8);
  }

  20% {
    transform: rotate(-0.5deg) scaleX(0.8) scaleY(0.8);
  }

  30% {
    transform: rotate(0.5deg) scaleX(1.1) scaleY(1.1);
  }

  40% {
    transform: rotate(-0.5deg) scaleX(1.1) scaleY(1.1);
  }

  50% {
    transform: rotate(0.5deg) scaleX(1.1) scaleY(1.1);
  }

  60% {
    transform: rotate(-0.5deg) scaleX(1.1) scaleY(1.1);
  }

  70% {
    transform: rotate(0.5deg) scaleX(1.1) scaleY(1.1);
  }

  80% {
    transform: rotate(-0.5deg) scaleX(1.1) scaleY(1.1);
  }

  90% {
    transform: rotate(0.5deg) scaleX(1.1) scaleY(1.1);
  }

  100% {
    transform: rotate(0deg) scaleX(1.1) scaleY(1.1);
  }
}

/* === BEGIN FONTS === */
@font-face {
  font-family: 'rubikregular';
  src: url("./assets/fonts/rubik-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'rubikbold';
  src: url("./assets/fonts/rubik-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'rubikitalic';
  src: url("./assets/fonts/rubik-regularitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'rubikmedium';
  src: url("./assets/fonts/rubik-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* === END FONTS === */
.kl-logokofelatte {
  background-image: url("assets/img/logo-KL.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 23px;
  height: 23px;
}

.kl-logokofelatte:hover {
  background-position: top -23px left;
}

/*--- BEGIN kofelatte ---*/
.kofelatte_wr {
  letter-spacing: 0.03rem;
}

.kofelatte_wr .made_in {
  vertical-align: -2px;
}

.kofelatte_wr a:hover {
  color: #dcdcdc !important;
}

.kofelatte_wr a:hover .kl-logokofelatte {
  background-position: top -23px left;
}

.kofelatte_logo {
  color: #dcdcdc;
  transition: all 0.3s;
  margin-left: 7px;
}

.kofelatte_logo .ico_wr,
.kofelatte_logo .txt_wr {
  display: inline-block;
  vertical-align: middle;
}

.kofelatte_logo .ico_wr {
  font-size: 24px;
}

.kofelatte_logo:hover {
  text-decoration: none;
  color: #dcdcdc;
}

.kofelatte_logo .txt_wr {
  font-weight: 600;
  padding-left: 7px;
}

/*--- END kofelatte ---*/
/* === BEGIN footer-bottom === */
html,
body {
  position: relative;
  min-height: 100%;
  background-color: #f6f6f6;
  color: #504f51;
  font-size: 16px;
  font-family: 'rubikregular';
}

.site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-direction: column;
  min-height: 100vh;
}

.site {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

.site .wrap_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

@media screen and (max-height: 768px) and (max-width: 991px) {

  html,
  body {
    height: auto;
  }
}

/* === END footer-bottom === */
/* === BEGIN modal === */
.modal .close {
  opacity: 1;
  margin: 0;
  padding: 0;
}

.modal .close:focus,
.modal .close:active {
  box-shadow: none;
  outline: none;
}

.modal .close:hover path {
  fill: #c44731;
}

.modal .close img,
.modal .close svg {
  display: block;
}

.modal-backdrop {
  background-color: rgba(24, 24, 24, 0.8);
}

.modal-backdrop.show {
  opacity: 1;
}

.modal-lg {
  max-width: 555px;
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  border-bottom: none;
  border-radius: 0;
}

#googleMapModal .modal-lg {
  max-width: 95%;
}

/* === END modal === */
/* === BEGIN INPUTs === */
::-webkit-input-placeholder {
  color: #ccc !important;
}

::-moz-placeholder {
  color: #ccc !important;
}

:-ms-input-placeholder {
  color: #ccc !important;
}

label,
.label {
  margin-bottom: 5px;
}

.form-control,
[type="text"],
[type="tel"],
[type="email"],
[type="password"],
[type="search"],
[type="date"],
[type="file"],
textarea,
select {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid gainsboro;
  border-radius: 0;
  color: #504f51;
  font-size: 14px;
  font-family: 'SourceSansPro-Regular', sans-serif;
  line-height: 24px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 8px 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control.focus,
.form-control:focus,
.form-control:not(:disabled):not(.disabled).active:focus,
.form-control:not(:disabled):not(.disabled):active:focus,
[type="text"].focus,
[type="text"]:focus,
[type="text"]:not(:disabled):not(.disabled).active:focus,
[type="text"]:not(:disabled):not(.disabled):active:focus,
[type="tel"].focus,
[type="tel"]:focus,
[type="tel"]:not(:disabled):not(.disabled).active:focus,
[type="tel"]:not(:disabled):not(.disabled):active:focus,
[type="email"].focus,
[type="email"]:focus,
[type="email"]:not(:disabled):not(.disabled).active:focus,
[type="email"]:not(:disabled):not(.disabled):active:focus,
[type="password"].focus,
[type="password"]:focus,
[type="password"]:not(:disabled):not(.disabled).active:focus,
[type="password"]:not(:disabled):not(.disabled):active:focus,
[type="search"].focus,
[type="search"]:focus,
[type="search"]:not(:disabled):not(.disabled).active:focus,
[type="search"]:not(:disabled):not(.disabled):active:focus,
[type="date"].focus,
[type="date"]:focus,
[type="date"]:not(:disabled):not(.disabled).active:focus,
[type="date"]:not(:disabled):not(.disabled):active:focus,
[type="file"].focus,
[type="file"]:focus,
[type="file"]:not(:disabled):not(.disabled).active:focus,
[type="file"]:not(:disabled):not(.disabled):active:focus,
textarea.focus,
textarea:focus,
textarea:not(:disabled):not(.disabled).active:focus,
textarea:not(:disabled):not(.disabled):active:focus,
select.focus,
select:focus,
select:not(:disabled):not(.disabled).active:focus,
select:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
  outline: none;
}

.form-control:focus,
[type="text"]:focus,
[type="tel"]:focus,
[type="email"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="date"]:focus,
[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: #b7b7b7;
}

.form-control-sm {
  padding-top: 5px;
  padding-bottom: 5px;
}

.form-control-lg {
  padding-top: 11px;
  padding-bottom: 11px;
}

.wpcf7-not-valid,
.error-input,
input.required.error {
  border-color: #c44731 !important;
}

.wpcf7-not-valid-tip,
.error-txt,
.error {
  display: block;
  color: #c44731;
  font-size: 13px;
  font-family: 'rubikitalic';
  text-indent: 22px;
}

.required {
  display: inline-block;
  color: #c44731;
  line-height: 1.2;
  vertical-align: top;
}

/* === END INPUTs === */
.inpPosR {
  position: relative;
}

.inpPosR label,
.inpPosR .label {
  background-color: #fff;
  transition: all 0.3s;
  padding: 11px 0;
  position: absolute;
  top: 7px;
  left: 12px;
  z-index: 10;
}

.form__input:focus~label {
  color: #b7b7b7;
  font-size: 13px;
  line-height: 1;
  padding: 0 7px;
  top: 0;
}

.form__input--filled~label {
  color: #b7b7b7;
  font-size: 13px;
  line-height: 1;
  padding: 0 7px;
  top: 0;
}

textarea.form__input:focus~label {
  top: -5px;
}

textarea.form__input--filled~label {
  top: -5px;
}

/* === BEGIN RADIO CHECKBOX INPUTs === */
[type="radio"],
[type="checkbox"] {
  display: none;
}

[type="radio"]+label,
[type="checkbox"]+label {
  text-transform: none;
  text-align: left !important;
  cursor: pointer;
  padding-left: 45px;
  padding-right: 0 !important;
  position: relative;
  width: 100% !important;
}

[type="radio"]+label::before,
[type="radio"]+label::after,
[type="checkbox"]+label::before,
[type="checkbox"]+label::after {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: white;
  border: 1px solid #dcdcdc;
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  position: absolute;
}

[type="radio"]+label::before,
[type="checkbox"]+label::before {
  left: 0;
  top: 0;
  opacity: 0;
}

[type="radio"]+label::after,
[type="checkbox"]+label::after {
  left: 0;
  top: 0;
}

[type="radio"]+label::before,
[type="radio"]+label::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

[type="radio"]:checked+label::before {
  background: #c44731;
  border: none;
  height: 10px;
  width: 10px;
  left: 5px;
  top: 5px;
}

[type="checkbox"]+label::before {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  border: none;
}

[type="checkbox"]:checked+label::before {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #c44731;
  border: none;
  content: '';
  height: 10px;
  width: 10px;
  left: 10px;
  top: 5px;
}

[type="radio"]:checked+label::before,
[type="checkbox"]:checked+label::before {
  opacity: 1;
  z-index: 10;
}

[type="radio"]:checked+label::after,
[type="checkbox"]:checked+label::after {
  background-color: white;
}

[type="radio"]+label,
[type="checkbox"]+label {
  color: #504f51;
}

[type="radio"]:checked+label,
[type="checkbox"]:checked+label {
  color: #504f51;
}

[type="radio"]:disabled+label::before,
[type="radio"]:disabled+label::after,
[type="radio"]:checked:disabled+label::before,
[type="checkbox"]:disabled+label::before,
[type="checkbox"]:disabled+label::after,
[type="checkbox"]:checked:disabled+label::before {
  opacity: 0.2;
}

/* === END RADIO CHECKBOX INPUTs === */
/*=== BEGIN select ===*/
.nice_Select {
  border-radius: 0;
  border-color: #dcdcdc;
  color: #504f51;
  line-height: 36px;
  height: 42px;
  float: none;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.nice_Select::after {
  color: #504f51;
  font-size: 22px;
}

.nice_Select:hover {
  border-color: #b7b7b7;
}

.nice_Select:focus {
  border-color: #b7b7b7;
}

.nice_Select .current {
  color: #504f51;
  font-family: 'rubikmedium';
}

.nice_Select .list {
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  z-index: 999;
}

.nice_Select .list li:hover {
  background-color: #f6f6f6;
  color: #504f51;
}

.nice_Select .list li.selected {
  color: #504f51;
}

.nice_Select .list li.focus {
  background-color: #f6f6f6 !important;
}

.nice_Select .list:hover .selected.focus {
  background-color: #f6f6f6 !important;
}

.nice_Select.nice_Select-sm {
  line-height: 31px;
  height: 36px;
}

.nice_Select.nice_Select-lg {
  line-height: 42px;
  height: 48px;
}

.nice-select .option.selected:hover,
.nice-select .option.focus {
  background-color: #f6f6f6;
  color: #504f51 !important;
}

/*=== END select ===*/
/* === BEGIN wp_pagenavi === */
.wp-pagenavi {
  text-align: center;
  padding: 0 15px 30px;
}

.wp-pagenavi>* {
  display: inline-block;
  line-height: 1.5;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  vertical-align: middle;
}

.wp-pagenavi .extend {
  padding-left: 5px;
  padding-right: 5px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: #343335 !important;
  font-size: 20px !important;
  line-height: 1.1;
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  font-family: 'FontAwesome';
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background-color: #fff;
  color: #c44731 !important;
}

.wp-pagenavi .previouspostslink::before {
  content: '\f104';
}

.wp-pagenavi .nextpostslink::before {
  content: '\f105';
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .page,
.wp-pagenavi .current {
  color: #343335;
  font-family: 'rubikbold';
  padding: 5px;
  min-width: 38px;
  border: 4px solid #fff;
}

.wp-pagenavi .current {
  background-color: #c44731;
  border-color: transparent;
  color: #fff;
}

.wp-pagenavi .page:hover {
  color: #b04433;
}

.wp-pagenavi a:hover {
  text-decoration: none;
  opacity: 1;
}

/* === END wp_pagenavi === */
/*=== BEGIN BASIC styles ===*/
a {
  color: #c44731;
}

a:hover {
  color: #c44731;
}

a:focus,
a:active {
  outline: none;
}

a[href*="tel:"],
a[href*="skype:"],
a[href*="viber:"],
a[href*="tg:"],
a[href*="whatsapp:"],
a[href*="mailto:"] {
  color: #343335;
  font-family: 'rubikbold';
}

a[href*="tel:"]:hover,
a[href*="skype:"]:hover,
a[href*="viber:"]:hover,
a[href*="tg:"]:hover,
a[href*="whatsapp:"]:hover,
a[href*="mailto:"]:hover {
  color: #b04433;
  text-decoration: none;
}

a.btn-default {
  color: #c44731;
}

b,
strong {
  font-weight: 400;
  font-family: 'rubikbold';
}

h1,
.title_1 {
  font-size: 42px;
}

h2,
.title_2 {
  font-size: 30px;
}

h3,
.title_3 {
  font-size: 24px;
}

h4,
.title_4 {
  font-size: 20px;
}

h5,
.title_5 {
  font-size: 18px;
}

h6,
.title_6 {
  font-size: 16px;
}

h1,
.title_1,
h2,
.title_2,
h3,
.title_3,
h4,
.title_4,
h5,
.title_5,
h6,
.title_6 {
  color: #343335;
  font-family: 'rubikbold';
}

h1 small,
.title_1 small,
h2 small,
.title_2 small,
h3 small,
.title_3 small,
h4 small,
.title_4 small,
h5 small,
.title_5 small,
h6 small,
.title_6 small {
  color: #767676;
  font-family: 'rubikregular';
}

h1 + .to_bg {
  display: none;
}

.title_1,
.title_2,
.title_3,
.title_4,
.title_5,
.title_6 {
  line-height: 1.2;
  margin-bottom: .5rem;
}

.btn {
  border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  font-family: 'rubikbold';
  font-style: normal;
  line-height: 1.428;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn .img_wr {
  padding-right: 15px;
}

.btn .img_wr .def {
  display: inline-block;
}

.btn .img_wr .hov {
  display: none;
}

.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.show>.btn.dropdown-toggle {
  border-color: transparent;
}

.btn:hover .img_wr .def,
.btn:not(:disabled):not(.disabled).active .img_wr .def,
.btn:not(:disabled):not(.disabled):active .img_wr .def,
.show>.btn.dropdown-toggle .img_wr .def {
  display: none;
}

.btn:hover .img_wr .hov,
.btn:not(:disabled):not(.disabled).active .img_wr .hov,
.btn:not(:disabled):not(.disabled):active .img_wr .hov,
.show>.btn.dropdown-toggle .img_wr .hov {
  display: inline-block;
}

.btn.focus,
.btn:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
  outline: none;
}

.btn.disabled,
.btn [disabled] {
  pointer-events: none;
}

.btn-default,
.btn-primary,
.btn-secondary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-dark,
.btn-light,
.btn-link {
  border-color: transparent;
}

.btn-sm {
  padding-top: 7px;
  padding-bottom: 7px;
}

.btn-lg {
  padding-top: 13px;
  padding-bottom: 13px;
}

.btn-default-wr,
.btn-primary-wr,
.btn-secondary-wr,
.btn-white-wr {
  display: inline-block;
  padding: 6px;
  position: relative;
  z-index: 1;
}

.btn-default-wr::before,
.btn-default-wr::after,
.btn-primary-wr::before,
.btn-primary-wr::after,
.btn-secondary-wr::before,
.btn-secondary-wr::after,
.btn-white-wr::before,
.btn-white-wr::after {
  display: inline-block;
  content: '';
  position: absolute;
  z-index: -1;
}

.btn-default-wr::before,
.btn-default-wr::after {
  border: 1px solid #dcdcdc;
}

.btn-default-wr::before {
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
}

.btn-default-wr::after {
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 0;
}

.btn-default {
  background-color: #fff;
  color: #c44731;
}

.btn-default:focus,
.btn-default.focus,
.btn-default:active {
  background-color: #dcdcdc !important;
  color: #fff !important;
}

.btn-default:hover {
  background-color: #dcdcdc;
  color: #fff;
}

.btn-primary-wr::before,
.btn-primary-wr::after {
  border: 1px solid #c44731;
}

.btn-primary-wr::before {
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
}

.btn-primary-wr::after {
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 0;
}

.btn-primary {
  background-color: #fff;
  color: #c44731;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active {
  background-color: #c44731 !important;
  color: #fff !important;
}

.btn-primary:hover {
  background-color: #c44731;
  color: #fff;
}

.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #fff;
  border-color: transparent;
  color: #c44731;
}

.btn-secondary-wr::before,
.btn-secondary-wr::after {
  border: 1px solid #b7b7b7;
}

.btn-secondary-wr::before {
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
}

.btn-secondary-wr::after {
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 0;
}

.btn-secondary {
  background-color: #fff;
  color: #b7b7b7;
}

.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active {
  background-color: #b7b7b7 !important;
  color: #fff !important;
}

.btn-secondary:hover {
  background-color: #b7b7b7;
  color: #fff;
}

.btn-white-wr::before,
.btn-white-wr::after {
  border: 1px solid #fff;
}

.btn-white-wr::before {
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
}

.btn-white-wr::after {
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 0;
}

.btn-white-wr:hover::before,
.btn-white-wr:hover::after {
  border: 1px solid #dcdcdc;
}

.btn-white-wr.disabled,
.btn-white-wr[disabled] {
  background-color: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}

.btn-white {
  background-color: transparent;
  color: #fff;
}

.btn-white:focus,
.btn-white.focus,
.btn-white:active {
  background-color: transparent !important;
  color: #fff !important;
}

.btn-white:hover {
  background-color: #fff;
  color: #504f51;
}

.navbar-toggler.focus,
.navbar-toggler:focus,
.navbar-toggler:not(:disabled):not(.disabled).active:focus,
.navbar-toggler:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
  outline: none;
}

.navbar-toggler .fa-close {
  display: none;
}

.navbar-toggler[aria-expanded="true"] {
  color: #c44731;
}

.navbar-toggler[aria-expanded="true"] .fa-close {
  display: inline-block;
}

.navbar-toggler[aria-expanded="true"] .fa-bars {
  display: none;
}

.navbar-toggler:hover {
  color: #c44731;
}

.breadcrumb {
  background: none;

  margin-left: -10px;
  margin-right: -10px;
  margin-top: 3px;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.breadcrumb a,
.breadcrumb .breadcrumb_last {
  margin-left: 10px;
  margin-right: 10px;
}

.grecaptcha-badge {
  display: none !important;
}

.breadcrumb .breadcrumb_last {
  color: #767676;
}

.breadcrumb .ico-romb {
  background-color: #c44731;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.flexGrow {
  -webkit-flex-grow: 100;
  flex-grow: 100;
}

hr {
  background-color: #dcdcdc;
  box-shadow: none;
  border: none;
  outline: none;
  width: 100%;
  height: 1px;
}

.hr {
  background-color: #dcdcdc;
  box-shadow: none;
  border: none;
  display: block;
  outline: none;
  width: 100%;
  height: 1px;
}

.bg-light {
  background-color: #f6f6f6 !important;
}

.bg-dark {
  background-color: #343335 !important;
}

.bg-dark .nav-tabs .img_wr .def {
  display: none;
}

.bg-dark .nav-tabs .img_wr .hov {
  display: inline-block;
}

.bg-dark .nav-tabs a {
  color: #fff;
}

.bg-dark h1,
.bg-dark .title_1,
.bg-dark h2,
.bg-dark .title_2,
.bg-dark h3,
.bg-dark .title_3,
.bg-dark h4,
.bg-dark .title_4,
.bg-dark h5,
.bg-dark .title_5,
.bg-dark h6,
.bg-dark .title_6 {
  color: #fff;
}

.text-primary {
  color: #343335 !important;
}

.text-light {
  color: #dcdcdc !important;
}

.text-danger {
  color: #c44731 !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fw-reg {
  font-family: 'rubikregular' !important;
}

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

.socials_links a {
  background-color: rgba(0, 0, 0, 0.55);
  display: block;
  color: #fff;
  line-height: 2;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  width: 48px;
  height: 48px;
  margin-bottom: 2px;
  padding: 7px;
}

.socials_links a:hover {
  background-color: #c44731;
  text-decoration: none;
}

.socials_share .title_6 {
  text-transform: uppercase;
  padding-right: 12px;
}

.socials_share .fa {
  border: 4px solid #f6f6f6;
  display: inline-block;
  color: #343335;
  line-height: 1.4;
  font-size: 20px;
  text-align: center;
  width: 48px;
  height: 48px;
  margin-bottom: 2px;
  margin-left: 15px;
  padding: 7px;
  transition: background 0.3s;
}

.socials_share .fa:hover {
  background-color: #c44731;
  border-color: transparent;
  color: #fff;
  text-decoration: none;
}

.socials_links .fa.fa-tiktok {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3c!--!Font Awesome Free 6.7.2 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3e%3cpath fill='%23ffffff' d='M448 209.9a210.1 210.1 0 0 1 -122.8-39.3V349.4A162.6 162.6 0 1 1 185 188.3V278.2a74.6 74.6 0 1 0 52.2 71.2V0l88 0a121.2 121.2 0 0 0 1.9 22.2h0A122.2 122.2 0 0 0 381 102.4a121.4 121.4 0 0 0 67 20.1z'/%3e%3c/svg%3e");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 15px;
  height: 16px;
}

::selection,
mark {
  background-color: rgba(196, 71, 49, 0.55);
  color: #fff;
}

::-moz-selection,
mark {
  background-color: rgba(196, 71, 49, 0.55);
  color: #fff;
}

.block_fixed {
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 10;
  /*.socials_links {
        a {
            background-color: transparent;
            &:hover {
                background-color: $base2;
            }
        }
    }*/
}

.block_fixed.right {
  left: auto;
  right: 0;
}

.structureCase li {
  color: #767676;
}

.structureCase a.scrollactive {
  color: #c44731;
}

.structureCase.dotted {
  padding-right: 10px;
}

.structureCase.dotted a {
  display: block;
  width: 9px;
  height: 9px;
  margin-bottom: 23px;
  position: relative;
}

.structureCase.dotted a::before {
  border: 1px solid #b7b7b7;
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
}

.structureCase.dotted a:hover {
  text-decoration: none;
}

.structureCase.dotted a:hover::before {
  background-color: #c44731;
  border-color: #c44731;
}

.structureCase.dotted a:hover span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.structureCase.dotted a.scrollactive::before {
  background-color: #c44731;
  border-color: #c44731;
}

.structureCase.dotted a span {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #c44731;
  box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.15);
  border-radius: 0;
  display: none;
  color: #fff;
  font-size: 14px;
  font-family: 'rubikbold';
  line-height: 1.3;
  max-width: 200px;
  width: 200px;
  min-height: 50px;
  padding: 15px;
  position: absolute;
  top: 50%;
  right: calc(100% - 6px);
  z-index: 10;
}

.structureCase.dotted a:last-child {
  margin-bottom: 0;
}

.structureCaseBox {
  overflow: hidden;
}

.nav-btns {
  margin-left: -10px;
  margin-right: -10px;
}

.nav-btns li {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 12px;
}

.nav-btns a {
  background-color: transparent;
  border: 4px solid #fff;
  display: block;
  color: #504f51;
  font-size: 12px;
  font-family: 'rubikbold';
  text-transform: uppercase;
  padding: 5px 15px;
}

.nav-btns a:hover {
  background-color: #fff;
  color: #c44731;
  text-decoration: none;
}

.nav-btns a.active {
  background-color: #c44731;
  border-color: transparent;
  color: #fff;
}

.nav-tabs {
  border: none;
}

.nav-tabs .img_wr,
.nav-tabs .txt_wr {
  display: inline-block;
  vertical-align: middle;
}

.nav-tabs .img_wr {
  padding-right: 15px;
}

.nav-tabs .img_wr .def,
.nav-tabs .img_wr .hov {
  vertical-align: -5px;
}

.nav-tabs .img_wr .def {
  display: inline-block;
}

.nav-tabs .img_wr .hov {
  display: none;
}

.nav-tabs a {
  border: 1px solid #dcdcdc;
  display: block;
  color: #504f51;
  font-size: 14px;
  padding: 5px 15px;
}

.nav-tabs a * {
  transition: all 0.3s;
}

.nav-tabs a:hover,
.nav-tabs a.active {
  background-color: #c44731;
  border-color: transparent;
  color: #fff;
  text-decoration: none;
}

.nav-tabs a:hover .img_wr .def,
.nav-tabs a.active .img_wr .def {
  display: none;
}

.nav-tabs a:hover .img_wr .hov,
.nav-tabs a.active .img_wr .hov {
  display: inline-block;
}

.nav-tabs a.active {
  font-family: 'rubikbold';
}

.tab-content>.tab-pane {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.tab-content>.active {
  width: 100%;
  height: auto;
  visibility: visible;
  overflow: inherit;
}

/*=== END BASIC styles ===*/
/*=== BEGIN BASIC js-styles ===*/
.scrollTop,
.scrollTop:link {
  background: rgba(80, 79, 81, 0.5);
  display: block;
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  padding: 7px 12px;
  position: fixed;
  right: 1.5%;
  bottom: 1.5%;
  z-index: 2000;
}

.scrollTop:hover {
  background: rgba(196, 71, 49, 0.9);
  color: #fff;
  text-decoration: none;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  border-radius: 0;
  width: 2px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #c44731;
  border-radius: 1px;
  opacity: 1;
  width: 6px;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #c44731;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #b04433;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  background-color: #dcdcdc;
  background-position: center;
  background-repeat: no-repeat;
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url("assets/images/arr_scrollUp.png");
  border-radius: 3px 3px 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-image: url("assets/images/arr_scrollDown.png");
  border-radius: 0 0 3px 3px;
}

.mapGoogle_wr iframe {
  width: 100%;
  height: 50vh;
}

#mapGoogle {
  height: 50vh;
}

.custom_scroll {
  height: 40vh;
}

.custom_scroll h1,
.custom_scroll h2 {
  margin-bottom: 30px;
}

.slick-arrow {
  border: 4px solid rgba(255, 255, 255, 0.2);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 31px;
  text-align: center;
  padding: 0;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.slick-arrow::before {
  display: block;
  line-height: 1.2;
  text-align: center;
  width: 40px;
  height: 40px;
}

.slick-arrow.prev {
  left: 0;
}

.slick-arrow.next {
  right: 0;
}

.slick-arrow:hover {
  background-color: #fff;
  color: #c44731;
}

.slick-dots {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.slick-dots li {
  display: inline-block;
  padding: 0 2px;
}

.slick-dots li.slick-active button {
  background-color: #c44731;
  margin: 7px;
  width: 12px;
  height: 12px;
}

.slick-dots button {
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  border: none;
  display: block;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  line-height: 0;
  margin: 9px;
  padding: 0;
  width: 10px;
  height: 10px;
}

.fancybox-bg {
  background-color: rgba(24, 24, 24, 0.8);
  opacity: 1;
}

.fancybox-toolbar>* {
  background-color: rgba(24, 24, 24, 0.8);
}

.fancybox-navigation button::before {
  background-color: rgba(24, 24, 24, 0.8);
}

.fancybox-thumbs {
  background-color: rgba(24, 24, 24, 0.75) !important;
}

.fancybox-thumbs>ul>li::before {
  border-color: #c44731 !important;
}

.youtube-video {
  display: block;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.youtube-video::before {
  content: '';
  background-image: url("assets/img/youtube-play.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 105px;
  height: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.youtube-video img {
  width: 100%;
}

/*=== END BASIC js-styles ===*/
/*=== BEGIN site_header ===*/
.navbar-brand img {
  max-width: 100%;
}

.home [data-target="#main_Menu"] .light {
  display: block;
}

.home [data-target="#main_Menu"] .dark {
  display: none;
}

.home .dropdown>a {
  color: #fff;
}

.home .dropdown>a:hover {
  color: #c44731;
}

.home .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1020;
}

.home .site-header .logo_dark {
  display: none;
}

.home .site-header .logo_white {
  display: block;
}

.home .site-header .btn-primary-wr::before,
.home .site-header .btn-primary-wr::after {
  border-color: #fff;
}

.home .site-header .btn-primary {
  background-color: transparent;
  color: #fff;
}

.home .site-header .btn-primary:hover {
  background-color: #c44731;
  color: #fff;
}

.home .site-header .mainMenu_desk a {
  color: #fff;
}

.home .site-header .mainMenu_desk a:hover {
  color: #c44731;
  text-decoration: none;
}

.home .site-header .mainMenu_desk li.current-menu-item a {
  color: #c44731;
}

.home .site-header.sticky_h .dropdown>a {
  color: #343335;
}

.home .site-header.sticky_h .dropdown>a:hover {
  color: #c44731;
}

.home .site-header.sticky_h .btn-primary-wr::before,
.home .site-header.sticky_h .btn-primary-wr::after {
  border-color: #c44731;
}

.home .site-header.sticky_h .btn-primary {
  background-color: transparent;
  color: #c44731;
}

.home .site-header.sticky_h .btn-primary:hover {
  background-color: #c44731;
  color: #fff;
}

.home .site-header.sticky_h .mainMenu_desk a {
  color: #504f51;
}

.home .site-header.sticky_h .mainMenu_desk a:hover {
  color: #c44731;
  text-decoration: none;
}

.home .site-header.sticky_h .mainMenu_desk li.current-menu-item a {
  color: #c44731;
}

.home .site-header.sticky_h [data-target="#main_Menu"] .light {
  display: none;
}

.home .site-header.sticky_h [data-target="#main_Menu"] .dark {
  display: block;
}

.home .dropdown-toggle .fa {
  color: #fff;
}

body:not(.home) .site-header {
  background-color: #fff;
}

.logoGS3 {
  /* display: block; */
  display: none;
  margin-right: 15px;
  padding: 5px !important;
}

.logoGS3 img {
  max-width: 100px;
}

.site-header {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07);
  padding: 15px 25px;
  position: relative;
  z-index: 10;
  transition: all 0.5s;
}

.site-header .logo_dark {
  display: block;
}

.site-header .logo_white,
.site-header .logo_light_mob,
.site-header .logo_dark_mob {
  display: none;
}

.site-header>.d-flex {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.site-header .mainMenu_desk a {
  color: #504f51;
}

.site-header.sticky_h {
  background-color: rgba(255, 255, 255, 0.99);
  padding: 5px 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1020;
}

.site-header.sticky_h .logo_dark {
  display: block;
}

.site-header.sticky_h .logo_white {
  display: none;
}

.site-header.sticky_h .block_tel_wr .img_wr svg {
  vertical-align: -7px;
}

.site-header.sticky_h #desk_search {
  top: -12px;
}

.site-header.sticky_h .dropdown-toggle .fa {
  color: #504f51;
}

.site-header.sticky_h * {
  line-height: 1;
}

.site-header.sticky_h .dropdown-menu * {
  line-height: 1.5;
}

.site-header.sticky_h [data-target="#contactModal"] {
  display: block;
  font-size: 16px;
  margin-top: 5px;
  padding: 5px 15px;
}

.dropdown>a:hover {
  color: #c44731;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle:hover .fa {
  color: #c44731 !important;
}

.dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(80, 79, 81, 0.11);
  border-radius: 0;
  color: #343335;
  padding: 7px 15px;
  width: 290px;
}

.dropdown-menu a {
  display: block;
  color: #343335 !important;
}

.dropdown-menu a[href*="tel:"],
.dropdown-menu a[href*="skype:"],
.dropdown-menu a[href*="viber:"],
.dropdown-menu a[href*="tg:"],
.dropdown-menu a[href*="whatsapp:"],
.dropdown-menu a[href*="mailto:"] {
  font-size: 16px;
  font-family: 'rubikregular';
}

.dropdown-menu a[href*="tel:"]:hover,
.dropdown-menu a[href*="skype:"]:hover,
.dropdown-menu a[href*="viber:"]:hover,
.dropdown-menu a[href*="tg:"]:hover,
.dropdown-menu a[href*="whatsapp:"]:hover,
.dropdown-menu a[href*="mailto:"]:hover {
  color: #c44731 !important;
}

.dropdown-menu a:hover {
  color: #c44731;
}

.dropdown-menu .btn {
  color: #c44731;
}

.dropdown-menu .btn:hover {
  color: #c44731;
}

.dropdown-menu p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  margin-bottom: 0;
}

.dropdown-menu [data-target="#contactModal"]:hover {
  color: #c44731 !important;
  text-decoration: none;
}

.block_tel_wr .dropdown-menu {
  width: 250px;
}

.block_tel_wr .dropdown-menu a {
  padding: 5px !important;
}

.mainMenu_desk {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: end;
  justify-content: end;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mainMenu_desk>.hasArrow>a {
  padding-right: 33px;
}

.mainMenu_desk>.hasArrow>a::after {
  content: '\f107';
  color: #504f51;
  font-size: 18px;
  font-family: 'FontAwesome';
  position: absolute;
  top: 8.1%;
  right: 8px;
  transition: all 0.5s;
}

.mainMenu_desk li.current-menu-item a {
  color: #c44731;
}

.mainMenu_desk a {
  font-size: 18px;
  padding: 5px 9px;
}

.mainMenu_desk a:hover {
  color: #c44731;
  text-decoration: none;
}

.mainMenu_desk .sub-menu {
  background-color: #fff;
  border: 1px solid rgba(80, 79, 81, 0.11);
  border-radius: 0;
  display: none;
  color: #343335;
  padding: 10px 0;
  width: 290px;
  position: absolute;
  top: 100%;
  z-index: 1;
}

.mainMenu_desk .sub-menu a {
  padding: 7px 15px;
  display: block;
  color: #343335 !important;
  font-size: 16px;
}

.mainMenu_desk .sub-menu a:hover {
  color: #c44731 !important;
}

.mainMenu_desk .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.mainMenu_desk>li {
  position: relative;
}

.mainMenu_desk>li:hover .sub-menu {
  display: block;
}

.mainMenu_desk>li:hover>a::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

[data-target="#main_Menu"] .light {
  display: none;
}

#main_Menu .close {
  float: none;
  position: absolute;
  top: 24px;
  left: 15px;
}

#main_Menu .modal-dialog {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: 100vh;
}

#main_Menu .modal-content {
  background-color: rgba(34, 33, 34, 0.85);
  min-height: 100vh;
  padding: 53px 0 20px 50px;
}

#main_Menu .card {
  background: none;
  border: none;
}

#main_Menu .card-header {
  border: none;
}

#accordionMainMenu {
  font-family: 'rubikbold';
}

#accordionMainMenu .card-link {
  display: none;
  padding: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

#accordionMainMenu .card-link[aria-expanded="true"] {
  color: #b7b7b7;
}

#accordionMainMenu .card-link~a {
  display: block;
  font-size: 20px;
  padding: 3px 0;
}

#accordionMainMenu .card {
  background: none;
  border-radius: 0;
  border: none;
}

#accordionMainMenu .card.hasArrow .card-link {
  display: inline-block;
}

#accordionMainMenu .card-header {
  border: none;
  padding: 0;
}

#accordionMainMenu .card-header a {
  color: #fff;
}

#accordionMainMenu .card-header a:hover {
  color: #c44731;
  text-decoration: none;
}

#accordionMainMenu .card-body {
  padding-top: 12px;
  padding-left: 30px;
  padding-bottom: 10px;
}

#accordionMainMenu .sub-menu li {
  margin-bottom: 14px;
}

#accordionMainMenu .sub-menu li.current-menu-item a {
  color: #c44731;
}

#accordionMainMenu .sub-menu a {
  color: #fff;
}

#accordionMainMenu .sub-menu a:hover {
  color: #c44731;
  text-decoration: none;
}

#accordionMainMenu .socials_links {
  margin-left: -20px;
  margin-right: -10px;
  padding-top: 25px;
  padding-bottom: 25px;
}

#accordionMainMenu .socials_links a {
  background-color: transparent;
  font-size: 16px;
}

#accordionMainMenu .socials_links a:hover {
  background-color: #c44731;
  color: #fff;
}

#accordionMainMenu a[href*="tel:"],
#accordionMainMenu a[href*="skype:"],
#accordionMainMenu a[href*="viber:"],
#accordionMainMenu a[href*="tg:"],
#accordionMainMenu a[href*="whatsapp:"],
#accordionMainMenu a[href*="mailto:"] {
  font-size: 14px;
}

#accordionMainMenu a.current-menu-item {
  color: #c44731;
}

/*=== END site_header ===*/
/*=== END site_footer ===*/
.site-footer {
  padding-top: 30px;
  background-color: #fff;
}

.site-footer .navbar-brand {
  margin-right: 0;
}

.copyright {
  font-size: 14px;
}

/*=== END site_footer ===*/
/*=== BEGIN img_to_bg ===*/
.bg_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


.to_bg {
  /* width: 1px;
  height: 1px;
  visibility: hidden; */
  position: absolute;
  top: 0;
  left: 0;
}

.to_bg + svg {
    position: relative;
}
/*=== END img_to_bg ===*/
/*=== BEGIN home_slider ===*/
.home_slider {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

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

.home_slider .slick-arrow.prev {
  left: 1.9%;
}

.home_slider .slick-arrow.next {
  right: 1.9%;
}

.home_slider .slick-dots {
  text-align: center;
  padding: 15px 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.home_slider .slick-list~.container {
  position: relative;
}

.home_slider .slick-slide {
  opacity: 1;
}

.home_slider .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5%;
  padding-bottom: 5%;
}

.home_slider .row {
  height: 100%;
}

.home_slider a:hover {
  text-decoration: none;
}

.home_slider .img_wr {
  display: block;
  margin-bottom: 20px;
}

.home_slider .txt_wr {
  display: block;
  max-width: 140px;
}

.home_slider .iconBox {
  margin-right: 50px;
  max-width: 300px;
}

#to_content {
  position: relative;
}

.skip-link {
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  display: inline-block;
  vertical-align: middle;
  padding: 15px;
  position: absolute;
  left: 98px;
  bottom: 17px;
  z-index: 10;
}

/*=== END home_slider ===*/
/*=== BEGIN block_grid ===*/
.block_grid_wr {
  background-color: #fff;
}

.gridBanners {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "ban-xl ban-xl ban-lg ban-lg" "ban-xl ban-xl ban-sm-1 ban-sm-2";
  background-color: rgba(0, 0, 0, 0.7);
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.gridBanners .gridBan_item {
  position: relative;
}

.gridBanners .gridBan_item>img {
  width: 100%;
}

.gridBanners .descr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  padding: 3.8% 12% 3%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.gridBanners .descr:hover {
  text-decoration: none;
}

.gridBanners .descr:hover .descr_p {
  opacity: 1;
  height: auto;
}

.gridBanners h1,
.gridBanners .title_1,
.gridBanners h2,
.gridBanners .title_2,
.gridBanners h3,
.gridBanners .title_3,
.gridBanners h4,
.gridBanners .title_4,
.gridBanners h5,
.gridBanners .title_5,
.gridBanners h6,
.gridBanners .title_6 {
  color: #fff;
}

.gridBanners i {
  display: block;
  font-style: normal;
}

.gridBanners span {
  display: block;
  margin-bottom: 20px;
}

.gridBanners .descr_p {
  opacity: 0;
  height: 1px;
  transition: all 0.3s;
}

.ban-xl {
  grid-area: ban-xl;
}

.ban-lg {
  grid-area: ban-lg;
}

.ban-sm-1 {
  grid-area: ban-sm-1;
}

.ban-sm-2 {
  grid-area: ban-sm-2;
}

.gridBan_item {
  overflow: hidden;
}

.gridBan_item.eff10 img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.12);
}

.gridBan_item.eff10 .title {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.gridBan_item.eff10 .descr_p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
}

.gridBan_item.eff10:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.gridBan_item.eff10:hover .title {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.gridBan_item.eff10:hover .descr_p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/*=== END block_grid ===*/
/*=== BEGIN block_advantages ===*/
.block_advantages_wr {
  background-color: #fff;
}

ul.adv_list {
  -webkit-align-items: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.adv_list li {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}

ul.adv_list .d-flex {
  -webkit-align-items: center;
  align-items: center;
}

ul.adv_list .d-flex img {
  margin-right: 20px;
}

/*=== END block_advantages ===*/
/*=== BEGIN block_visualSelection ===*/
.block_visualSelection_wr h1,
.block_visualSelection_wr .title_1,
.block_visualSelection_wr h2,
.block_visualSelection_wr .title_2,
.block_visualSelection_wr h3,
.block_visualSelection_wr .title_3 {
  color: #fff;
}

.block_lineyka {
  background-image: url("assets/img/bg-lineyka.gif");
  background-position: top left;
  background-repeat: repeat-y;
  padding-left: 98px;
}

.block_lineyka li {
  margin-bottom: 33px;
}

.block_lineyka li:first-child {
  margin-top: -12px;
}

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

/*=== END block_visualSelection ===*/
/*=== BEGIN block_infrastructure ===*/
.popover {
  border-radius: 0;
}

.popover .popover-header {
  color: #343335;
  font-size: 16px;
}

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  max-width: 250px;
  margin-bottom: 18px;
}

.bs-popover-auto[x-placement^="top"] .popover-header,
.bs-popover-top .popover-header {
  background: none;
  border: none;
  padding: 20px 30px 10px;
}

.bs-popover-auto[x-placement^="top"] .popover-body,
.bs-popover-top .popover-body {
  font-size: 14px;
  line-height: 1.3;
  padding: 0 30px 20px;
}

.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
  border-width: 0.9rem 0.9rem 0;
}

.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
  bottom: calc((0.8rem + 1px) * -1);
}

.popover .arrow {
  height: 0.9rem;
  margin: 0 0rem;
}

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

.block_infrastructure_wr h1,
.block_infrastructure_wr .title_1,
.block_infrastructure_wr h2,
.block_infrastructure_wr .title_2,
.block_infrastructure_wr h3,
.block_infrastructure_wr .title_3 {
  color: #fff;
}

.block_infrastructure_wr .tab-pane:first-child::after {
  background-image: url("assets/img/bg_builds-002.jpg");
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.block_infrastructure_wr .content_wr li {
  color: #767676;
}

.map-custom-complex {
  display: none;
}

.map-custom-complex:not(*:root) svg {
  width: auto !important;
}

.map-custom-complex.active {
  display: inline-block;
}

.map-custom-complex svg a:hover .romb,
.map-custom-complex svg a[aria-describedby] .romb {
  fill: #fff;
  stroke: #c44731;
}

.map-custom-complex svg a:hover .plus,
.map-custom-complex svg a[aria-describedby] .plus {
  fill: #c44731;
}

.map-custom-district {
  background-color: #343335;
}

.map-custom-district svg {
  width: 100%;
  height: auto;
}

.map-custom-district svg a .romb_empty {
  fill: rgba(52, 51, 53, 0.85);
}

.map-custom-district svg a:hover .romb_empty,
.map-custom-district svg a[aria-describedby] .romb_empty {
  fill: #c44731;
  fill-opacity: 1;
  stroke: #c44731;
}

.map-custom-district svg #bauhaus_txt text {
  fill: #fff;
  font-size: 14px;
}

.map-custom-district svg #bauhaus_txt text:first-child {
  font-size: 18px;
  font-family: 'rubikbold';
}

.map-custom-district svg #felicita path {
  fill: #fff;
}

.map-custom-district svg #felicita:hover path {
  stroke: #fff;
}

.infra_menu .img_wr,
.infra_menu .txt_wr {
  display: inline-block;
  vertical-align: middle;
}

.infra_menu .img_wr {
  padding: 5px;
  margin-right: 10px;
}

.infra_menu .txt_wr {
  white-space: normal;
  max-width: 73%;
}

.infra_menu li {
  -webkit-flex-grow: 100;
  flex-grow: 100;
  width: 100%;
}

.infra_menu a {
  display: block;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.infra_menu a:hover {
  text-decoration: none;
}

.infra_menu a:hover,
.infra_menu a.active {
  background-color: #b04433;
  color: #fff;
}

.infra_menu a:hover .img_wr,
.infra_menu a.active .img_wr {
  background-color: #c44731;
}

.infra_menu a.active {
  font-family: 'rubikbold';
}

.infra_menu li {
  margin-bottom: 1px;
}

.infra_content #all.active~.tab-pane {
  display: block;
  visibility: visible;
}

/*=== END block_infrastructure ===*/
/*=== BEGIN block_info ===*/
.block_info_wr .numerically_item {
  margin-bottom: 3%;
}

.block_info_wr .numerically_item .title_1 {
  width: 150px;
}

/*=== END block_info ===*/
/*=== BEGIN home_news ===*/
.page_home .news_item .img_wr,
.page_home .news_item .rubric {
  display: none;
}

.page_home .news_item .position-absolute {
  padding-bottom: 0;
  position: static !important;
}

.page_home .news_item time {
  color: #dcdcdc;
}

.block_seo_wr {
  background-image: url("assets/img/bg-block_newsList.png");
  background-position: bottom center;
  background-repeat: repeat-y;
  background-size: auto;
  overflow: hidden;
}

.block_newsList_wr {
  background-image: url("assets/img/bg-corner-house-001.png"), url("assets/img/bg-block_newsList.png");
  background-position: bottom left, bottom center;
  background-repeat: no-repeat, repeat-y;
  background-size: contain, auto;
}

.block_contact_wr {
  background-color: #343335;
  overflow: hidden;
}

.block_contact_wr .text-white {
  color: #fff;
}

.block_contact_wr .text-white .title_1,
.block_contact_wr .text-white a,
.block_contact_wr .text-white b {
  color: #fff;
}

.block_contact_wr [data-target="#googleMapModal"] {
  color: #c44731 !important;
  font-family: 'rubikbold';
  text-decoration: underline;
}

.block_contact_wr .team h1,
.block_contact_wr .team .title_1,
.block_contact_wr .team h2,
.block_contact_wr .team .title_2,
.block_contact_wr .team h3,
.block_contact_wr .team .title_3,
.block_contact_wr .team h4,
.block_contact_wr .team .title_4,
.block_contact_wr .team h5,
.block_contact_wr .team .title_5,
.block_contact_wr .team h6,
.block_contact_wr .team .title_6 {
  color: #fff;
}

.team {
  max-width: 400px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

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

.team .team_img {
  max-width: 130px;
  width: 100%;
}

/*=== END home_news ===*/
/*=== BEGIN block_gallery ===*/
.block_gallery_wr {
  background-image: url("assets/img/bg-block_seePresentation.png");
  background-position: bottom center;
  background-repeat: repeat-y;
  background-size: auto;
}

.block_gallery_wr .slick-slide {
  background-color: #fff;
  text-align: center;
}

.gallery {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

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

.gallery .slick-arrow.prev {
  left: 7%;
}

.gallery .slick-arrow.next {
  right: 7%;
}

.gallery .slick-list {
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gallery .slick-slide {
  background-color: black;
  border: 2px solid white;
  position: relative;
}

.gallery .slick-slide img {
  opacity: 0.3;
}

.gallery .slick-active img,
.gallery .slick-active+.slick-active img {
  opacity: 1;
}

.gallery .slick-active+.slick-active+.slick-active img {
  opacity: 0.3;
}

.gallery a:not(.youtube-video)::after {
  background-color: rgba(0, 0, 0, 0.25);
  content: '\f06e';
  color: rgba(255, 255, 255, 0.55);
  font-size: 35px;
  font-family: 'FontAwesome';
  text-align: center;
  padding-top: 23%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}

.gallery a:not(.youtube-video):hover::after {
  visibility: visible;
  opacity: 1;
}

.gallery .info_pos {
  background-color: rgba(0, 0, 0, 0.5) 55%;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 55%, transparent 100%);
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 55%, transparent 100%);
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 55%, transparent 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 55%, transparent 100%);
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  padding: 20px 15px 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.slick-slide {
  opacity: 0.85;
  transition: all 0.3s;
}

.slick-slide img {
  display: inline-block;
  max-width: 100%;
  min-width: 32px;
}

.slick-slide:hover {
  opacity: 1;
}

.gallery_header {
  padding-top: 30px;
  padding-bottom: 30px;
}

.block_seePresentation_wr {
  background-image: url("assets/img/bg-block_seePresentation.png");
  background-position: bottom center;
  background-repeat: repeat-y;
  background-size: auto;
}

/*=== END block_gallery ===*/
/*=== BEGIN news_slider ===*/
.news_slider {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

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

.news_slider .slick-arrow.prev {
  left: 1.9%;
}

.news_slider .slick-arrow.next {
  right: 1.9%;
}

.news_slider .slick-dots {
  text-align: center;
  padding: 15px 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.news_slider .slick-slide {
  opacity: 1;
}

.news_slider.slider img {
  width: 100%;
  max-width: 100%;
}

.news_slider .position-absolute {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

/*=== END news_slider ===*/
/*=== BEGIN news_list ===*/
.news_list_wr .no-results {
  padding-bottom: 30px;
}

.news_list {
  padding-bottom: 30px;
}

.news_item {
  margin-bottom: 15px;
  padding: 15px 15px 0;
  position: relative;
  z-index: 1;
}

.news_item::after {
  background-color: #fff;
  content: '';
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 15px;
  right: 15px;
  z-index: -1;
}

.news_item .position-absolute {
  padding: 10px 15px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.news_item .position-absolute h2 a {
  color: #fff;
}

.news_item .position-absolute h2 a:hover {
  color: #b04433;
  text-decoration: none;
}

.news_item .position-absolute h3 {
  padding-top: 10px;
}

.news_item .position-absolute h3 a {
  color: #fff;
}

.news_item .position-absolute h3 a:hover {
  color: #b04433;
}

.news_item .position-absolute .btn {
  border: none;
  margin-right: 5px !important;
}

.news_item .d-flex {
  -webkit-align-items: center;
  align-items: center;
}

.news_item .img_wr {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.news_item .img_wr img {
  transition: all 0.5s;
  width: 100%;
}

.news_item .img_wr:hover img {
  transform: scale(1.07);
}

.news_item .img_wr::after {
  background-color: rgba(0, 0, 0, 0.5) 0;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, transparent 70%);
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, transparent 70%);
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, transparent 70%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, transparent 70%);
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}

.news_item .news_descr {
  padding: 15px 15px 1px;
}

.news_item time {
  color: #fff;
  font-size: 20px;
  font-family: 'rubikbold';
}

.news_item h3 {
  font-size: 20px;
  margin-bottom: 12px;
  transition: all 0.5s;
}

.news_item h3 a {
  color: #504f51;
}

.news_item h3 a:hover {
  color: #c44731;
  text-decoration: none;
}

.news_item p {
  font-size: 14px;
}

.news_item p .hellip {
  display: inline-block;
  color: #c44731;
  font-family: 'rubikbold';
  margin-left: 5px;
}

.rubric {
  background-color: #c44731;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-family: 'rubikbold';
  text-transform: uppercase;
  padding: 5px 10px;
}

.rubric:hover {
  background-color: #b04433;
  color: #fff;
  text-decoration: none;
}

.nl_sidebar .news_item {
  padding: 0 0 15px;
}

.nl_sidebar .news_item::after {
  display: table;
  width: 100%;
  position: static !important;
}

.nl_sidebar .news_item .img_wr {
  float: left;
  max-width: 128px;
  margin-right: 15px;
}

.nl_sidebar .news_item .position-absolute {
  padding: 0;
  position: static !important;
}

.nl_sidebar .news_item .news_descr {
  padding: 0 !important;
}

.nl_sidebar .news_item time {
  color: #c5c5c5;
  font-size: 14px;
}

.nl_sidebar .news_item h3 {
  /*font-size: 16px;*/
  font-size: 15px;
  margin-bottom: 0;
}

.nl_sidebar .news_item p,
.nl_sidebar .news_item .rubric {
  display: none;
}

/*=== END news_list ===*/
/*=== BEGIN static_page ===*/
.page_post .clock_wr {
  -webkit-flex-grow: 100;
  flex-grow: 100;
}

.page_post .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 23px;
  padding-bottom: 10px;
}

.page_post .date>* {
  margin-right: 25px;
}

.page_post .date>*:last-child {
  margin-right: 0;
}

.page_post .date .ico_wr {
  margin-right: 6px;
}

.page_post .date img {
  vertical-align: -2px;
}

.page_post .date>* {
  display: inline-block;
  margin-right: 40px;
}

.article_wr .date time {
  color: #c5c5c5;
  font-size: 18px;
  font-family: 'rubikbold';
}

.article_wr .date .rubric {
  padding: 3px 10px;
  -webkit-align-self: center;
  align-self: center;
}

.article_wr img {
  max-width: 100%;
}

.article_wr .news_item {
  margin-bottom: 0 !important;
}

.article_wr .news_descr {
  padding-top: 20px !important;
}

.article_wr .news_descr .date {
  border-bottom: none;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.article_wr .products {
  margin-top: 15px;
}

.article_wr .products .prod_cat_item {
  margin-bottom: 20px;
}

.article_wr .giftSertif_item {
  padding: 16px;
}

.article_wr .giftSertif_item .giftSertif_in {
  padding-top: 30px;
  padding-bottom: 30px;
}

.article_wr .giftSertif_item .title_2 {
  font-size: 24px;
}

.article_wr .giftSertif_item .txt {
  display: none !important;
}

blockquote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border: 6px solid #f6f6f6;
  font-family: 'rubikitalic';
  max-width: 746px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 70px;
  padding: 25px 20px 15px;
  position: relative;
}

blockquote::before {
  background-image: url("assets/img/blockquote-corner.png");
  background-position: top left;
  background-repeat: no-repeat;
  content: '';
  width: 25px;
  height: 30px;
  position: absolute;
  top: 100%;
  right: 130px;
}

blockquote strong {
  display: block;
  font-size: 14px;
  font-family: 'rubikmedium';
  text-transform: uppercase;
  padding-top: 36px;
  position: absolute;
  top: 100%;
  right: 7%;
}

.content_wr::after,
.custom_scroll::after {
  content: '';
  display: table;
  width: 100%;
  height: 1px;
}

.content_wr a:hover,
.custom_scroll a:hover {
  text-decoration: underline;
}

.content_wr h2,
.content_wr h3,
.content_wr h4,
.content_wr h5,
.content_wr h6,
.custom_scroll h2,
.custom_scroll h3,
.custom_scroll h4,
.custom_scroll h5,
.custom_scroll h6 {
  margin-bottom: 20px;
  padding-top: 11px;
}

.content_wr h2:first-child,
.content_wr h3:first-child,
.content_wr h4:first-child,
.content_wr h5:first-child,
.content_wr h6:first-child,
.custom_scroll h2:first-child,
.custom_scroll h3:first-child,
.custom_scroll h4:first-child,
.custom_scroll h5:first-child,
.custom_scroll h6:first-child {
  margin-top: 0;
}

.content_wr p,
.custom_scroll p {
  margin-bottom: 12px;
}

.content_wr i,
.custom_scroll i {
  font-family: 'rubikitalic';
  font-style: normal;
}

.content_wr img,
.custom_scroll img {
  display: inline-block;
  height: auto;
}

.content_wr ul,
.content_wr ol,
.custom_scroll ul,
.custom_scroll ol {
  padding-left: 0;
}

.content_wr ul.img_with_ulol li,
.content_wr ol.img_with_ulol li,
.custom_scroll ul.img_with_ulol li,
.custom_scroll ol.img_with_ulol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.content_wr ul li,
.content_wr ol li,
.custom_scroll ul li,
.custom_scroll ol li {
  margin-bottom: 12px;
  padding-left: 50px;
  position: relative;
}

.content_wr ul li::before,
.content_wr ol li::before,
.custom_scroll ul li::before,
.custom_scroll ol li::before {
  color: #c44731;
  padding-right: 10px;
  position: absolute;
  top: 2px;
  width: 45px;
  margin-left: -45px;
  text-align: right;
}

.content_wr ul li,
.custom_scroll ul li {
  list-style: none;
}

.content_wr ul li::before,
.custom_scroll ul li::before {
  background-image: url("assets/img/ul-li.png");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  top: 5px;
  margin-left: -28px;
}

.content_wr ol,
.custom_scroll ol {
  counter-reset: li;
}

.content_wr ol li,
.custom_scroll ol li {
  list-style: none;
  list-style-position: outside;
}

.content_wr ol li::before,
.custom_scroll ol li::before {
  content: counter(li, decimal) ".";
  counter-increment: li;
  font-size: 14px;
  font-family: 'rubikbold';
  top: 2px;
}

.content_wr table,
.custom_scroll table {
  font-size: 16px;
  width: 100%;
  word-break: break-all;
}

.content_wr table thead th,
.custom_scroll table thead th {
  color: #343335;
  font-size: 14px;
  font-weight: 400;
  font-family: 'rubikbold';
  text-transform: uppercase;
  padding: 7px 15px;
}

.content_wr table tr,
.custom_scroll table tr {
  border-bottom: 1px solid #dcdcdc;
}

.content_wr table tr:last-child,
.custom_scroll table tr:last-child {
  border-bottom-color: #343335;
}

.content_wr table th,
.content_wr table td,
.custom_scroll table th,
.custom_scroll table td {
  padding: 7px 15px;
  word-break: normal;
}

.content_wr table th:first-child,
.content_wr table td:first-child,
.custom_scroll table th:first-child,
.custom_scroll table td:first-child {
  padding-left: 0;
}

.content_wr table th:last-child,
.content_wr table td:last-child,
.custom_scroll table th:last-child,
.custom_scroll table td:last-child {
  padding-right: 0;
}

.content_wr table th,
.custom_scroll table th {
  color: #343335;
  font-weight: 400;
  font-family: 'rubikmedium';
  text-align: left;
  padding-left: 15px;
}

.content_wr table td,
.custom_scroll table td {
  color: #504f51;
}

.content_wr {
  padding: 18px 15px;
}

.subject_wr {
  background-color: #f6f6f6;
  display: inline-block;
  margin-bottom: 30px;
  padding: 19px 30px 17px;
  width: 100%;
  max-width: 556px;
}

.subject_wr h5 {
  margin-bottom: 15px !important;
}

.subject_wr ol a,
.subject_wr ul a {
  color: #504f51;
}

.subject_wr ol a:hover,
.subject_wr ul a:hover {
  color: #c44731;
}

.subject_wr li {
  margin-bottom: 12px !important;
}

.view_fancy {
  margin-bottom: 20px;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.view_fancy figure {
  display: inline-block !important;
  max-width: 20%;
}

.view_fancy figure:hover {
  color: #c44731;
}

.view_fancy figure:hover a {
  border-color: #c44731;
}

.view_fancy figcaption {
  display: inline-block !important;
  padding: 4px;
}

.view_fancy a {
  border: 2px solid transparent;
  border: 2px solid #f1f1f1;
  display: block;
  padding: 2px;
}

.note {
  border: 4px solid #c44731;
  font-size: 18px;
  font-family: 'rubikregular';
  line-height: 1.34;
  max-width: 746px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding: 5px 15px 15px;
  position: relative;
}

.note b {
  background-color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 19px;
  position: absolute;
  top: -15px;
  left: 20px;
}

.post_navigation_wr {
  overflow: hidden;
}

.post-navigation {
  line-height: 1.2;
  position: relative;
}

.post-navigation .arr-left,
.post-navigation .arr-right {
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  padding: 7px;
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: -1px;
}

.post-navigation .arr-left:hover,
.post-navigation .arr-right:hover {
  opacity: 0.75;
}

.post-navigation .arr-left:hover path,
.post-navigation .arr-right:hover path {
  fill: #fff;
}

.post-navigation .nav-previous .d-md-inline-block {
  padding-left: 0;
}

.post-navigation .nav-next .d-md-inline-block {
  padding-right: 0;
}

.post-navigation .nav-links {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
}

.post-navigation .nav-links>* {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.post-navigation .nav-links .nav-next {
  text-align: right;
}

.post-navigation a {
  border: 4px solid #fff;
  color: #343335;
  font-family: 'rubikbold';
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.5s;
  padding-top: 11px;
  padding-bottom: 11px;
}

.post-navigation a:hover {
  background-color: #c44731;
  border-color: #c44731;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.post-navigation a span {
  letter-spacing: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

figure.alignleft,
figure.alignright,
img.alignleft,
img.alignright {
  max-width: 49%;
}

figure.alignleft,
img.alignleft {
  margin: 6px 29px 12px 0;
  float: left;
}

figure.alignright,
img.alignright {
  margin: 6px 0 12px 29px;
  float: right;
}

figure.aligncenter,
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 100%;
}

.table-responsive {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.block_prodInfo ul,
.block_prodInfo ol {
  padding-left: 0;
}

.block_prodInfo ul.img_with_ulol li,
.block_prodInfo ol.img_with_ulol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.block_prodInfo ul li,
.block_prodInfo ol li {
  margin-bottom: 12px;
  padding-left: 50px;
  position: relative;
}

.block_prodInfo ul li::before,
.block_prodInfo ol li::before {
  color: #c44731;
  padding-right: 10px;
  position: absolute;
  top: 2px;
  width: 45px;
  margin-left: -45px;
  text-align: right;
}

.block_prodInfo ul li {
  list-style: none;
}

.block_prodInfo ul li::before {
  background-image: url("img/filterPriceBtn.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 4px;
  width: 11px;
  height: 11px;
}

/*=== END static_page ===*/
/*=== BEGIN contact_page ===*/
.block_adr p,
.block_tel p,
.block_weWork p {
  line-height: 1.2;
}

.contact_form {
  max-width: 455px;
}

.ico_messagers {
  display: inline-block;
  vertical-align: 4px;
  padding-left: 15px;
}

/*=== END contact_page ===*/
/*=== BEGIN 404_page ===*/
.p404 {
  background-image: url("assets/img/bg_heading-404.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.block_404_wr {
  padding-top: 25px;
  padding-bottom: 30px;
}

.block_404_wr .container {
  padding-top: 30px;
  padding-bottom: 32px;
  position: relative;
  z-index: 1;
}

.block_404_wr .container::after {
  border-top: 6px solid rgba(255, 255, 255, 0.2);
  border-bottom: 6px solid rgba(255, 255, 255, 0.2);
  border-right: 6px solid rgba(255, 255, 255, 0.2);
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(0% + 112px);
  right: 15px;
  z-index: -1;
}

.block_404_wr .borders {
  position: absolute;
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: calc(0% + 112px);
  width: 6px;
}

.block_404_wr .borders::before,
.block_404_wr .borders::after {
  background: rgba(255, 255, 255, 0.2);
  display: block;
  content: '';
  width: 6px;
  height: 67px;
  position: absolute;
  left: 0;
  z-index: -1;
}

.block_404_wr .borders::before {
  top: 0;
}

.block_404_wr .borders::after {
  bottom: 0;
}

.block_404_wr h1,
.block_404_wr p {
  color: #fff;
}

.block_404_wr .socials_share * {
  color: #fff;
}

.block_404_wr .socials_share .fa {
  border-color: rgba(255, 255, 255, 0.2);
}

.block_404_wr .socials_share .fa:hover {
  border-color: rgba(255, 255, 255, 0);
}

/*=== END 404_page ===*/
/*=== BEGIN gallery_page ===*/
.gallery_list .gallery_item {
  margin-bottom: 30px;
}

.gallery_list .gallery_item a {
  display: block;
}

.gallery_list .gallery_item a::after {
  background-color: rgba(0, 0, 0, 0.55);
  content: '\f06e';
  color: rgba(255, 255, 255, 0.55);
  font-size: 35px;
  font-family: 'FontAwesome';
  text-align: center;
  padding-top: 23%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}

.gallery_list .gallery_item a:hover::after {
  visibility: visible;
  opacity: 1;
}

.gallery_list .gallery_item a.youtube-video::after {
  display: none;
}

.gallery_list .gallery_item .info_pos {
  background-color: rgba(0, 0, 0, 0.5) 55%;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 55%, transparent 100%);
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 55%, transparent 100%);
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 55%, transparent 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 55%, transparent 100%);
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  padding: 20px 15px 10px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 1;
}

.gallery_list .galleryVideo_item {
  margin-bottom: 30px;
}

.gallery_list .galleryVideo_item a {
  color: #fff;
  font-weight: 400;
  font-family: 'RobotoCondensed-Regular', sans-serif;
  text-decoration: none;
}

.gallery_list .galleryVideo_item a:hover {
  color: #c44731;
}

.gallery_list .galleryVideo_item .info_pos {
  background-color: rgba(0, 0, 0, 0.5) 55%;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 55%, transparent 100%);
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 55%, transparent 100%);
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 55%, transparent 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 55%, transparent 100%);
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  padding: 20px 15px 10px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 1;
}

.gallery_list .views {
  color: #767676;
  font-size: 12px;
  text-align: right;
  min-width: 90px;
  padding-top: 4px;
  padding-left: 15px;
}

.gallery_list .views .fa {
  font-size: 14px;
}

.gallery_list iframe {
  width: 100%;
  min-height: 300px;
}

/*=== END gallery_page ===*/
/*=== BEGIN box ===*/
/*=== END box ===*/
/*=== BEGIN box ===*/
/*=== END box ===*/
/*=== BEGIN box ===*/
/*=== END box ===*/
/* === BEGIN MEDIA === */
/* ======================
$mobile-small 240px
$mobile-large 320px
$tablet-small 480px
$tablet-large 768px
$screen-small 1024px
$screen-large 1280px 
====================== */
@media screen and (min-width: 576px) {
  .home_slider .item .row {
    position: relative;
    z-index: 1;
  }

  .home_slider .item .row::after {
    border: 6px solid rgba(255, 255, 255, 0.2);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 113px;
    right: 15px;
    z-index: -2;
    border-left: none;
  }

  .home_slider .item .row::before {
    background-clip: border-box;
    background-position: center;
    content: '';
    width: 6px;
    position: absolute;
    top: 66%;
    bottom: 14.9%;
    left: 113px;
    border-left: 6px solid rgba(255, 255, 255, 0.2);
    z-index: -1;
    top: 85%;
    bottom: 2%;
  }

  .home_slider .special-line {
    background-clip: border-box;
    background-position: center;
    content: '';
    width: 6px;
    position: absolute;
    top: 2.1%;
    bottom: 85%;
    left: 113px;
    border-left: 6px solid rgba(255, 255, 255, 0.2);
    z-index: -1;
    position: absolute;
  }

  .home_slider .iconBox {
    margin-right: 0px;
  }
}

@media screen and (min-width: 768px) {
  .post-navigation .arr-left {
    padding-right: 0;
  }

  .post-navigation .arr-right {
    padding-left: 0;
  }

  .contact_wr .border-w {
    position: relative;
    z-index: 1;
  }

  .contact_wr .border-w::before,
  .contact_wr .border-w::after {
    position: absolute;
  }

  .contact_wr .border-w::before {
    background-color: #f6f6f6;
    color: #c44731;
    font-size: 14px;
    font-family: 'rubikbold';
    letter-spacing: 0.057rem;
    text-transform: uppercase;
    /*content: 'наш офис';*/
    content: attr(data-title);
    padding: 3px 10px;
    bottom: 44px;
    left: 170px;
    z-index: -1;
  }

  .contact_wr .border-w::after {
    border: 4px solid white;
    content: '';
    top: 60px;
    bottom: 55px;
    left: 112px;
    right: -15px;
    z-index: -2;
  }

  .home_slider .iconBox {
    margin-right: 0px;
  }
}

@media (min-width: 992px) {
  .modal .close {
    position: relative;
    top: -9px;
    right: -12px;
  }

  .modal-content {
    padding: 24px 24px 0;
  }

  .modal-header {
    padding-bottom: 5px;
  }

  .home_slider .slick-arrow.prev {
    left: 7%;
  }

  .home_slider .slick-arrow.next {
    right: 7%;
  }
}

@media (min-width: 1200px) {
  .title_1-lg {
    font-size: 48px;
  }

  .title_2-lg {
    font-size: 36px;
  }

  .site-footer {
    padding-top: 50px;
  }

  .kofelatte_wr .txt_wr {
    letter-spacing: 0.03rem;
  }

  .btn {
    letter-spacing: 0.08rem;
  }

  .nav-btns a {
    letter-spacing: 0.08rem;
    padding: 8px 17px;
  }

  .nav-tabs a {
    padding: 10px 23px;
  }

  .structureCase.dotted {
    padding-right: 57px;
  }

  .home_slider {
    min-height: 100vh;
  }

  .home_slider .item {
    min-height: 100vh;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .home_slider .item .row::after {
    top: 11%;
    bottom: 14%;
  }

  .home_slider .img_wr {
    margin-bottom: 30px;
  }

  .home_slider .btn {
    letter-spacing: 0.13rem;
  }

  .home_slider .iconBox {
    margin-right: 50px;
  }

  .page_home .news_item .news_descr {
    padding-bottom: 35px;
  }

  .page_home .news_item time {
    padding-top: 25px;
  }

  .page_home .news_item h3 {
    margin-bottom: 23px;
  }

  .block_advantages_wr {
    background-image: url("assets/img/bg-corner-adv-001.png"), url("assets/img/bg-block_seePresentation.png");
    background-position: bottom left, bottom center;
    background-repeat: no-repeat, repeat-y;
    background-size: auto, auto;
  }

  .block_advantages_wr .border {
    border-color: #f6f6f6 !important;
    border-width: 6px !important;
  }

  .block_advantages_wr .title_1 {
    background-color: #fff;
    margin-left: -200px;
    margin-bottom: -50px;
    padding: 10px;
  }

  ul.adv_list li:nth-child(2n) {
    width: 60%;
  }

  ul.adv_list li:nth-child(2n - 1) {
    width: 39.98%;
  }

  .block_seo_wr .container {
    background-image: url("assets/img/bg-plus-lg.png"), url("assets/img/bg-plus-sm.png");
    background-position: top 75px left 67.5%, bottom right;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

  .block_seo_wr .box-shadow {
    display: block;
    position: relative;
    z-index: 1;
  }

  .block_seo_wr .box-shadow::after {
    background-color: #f6f6f6;
    border: 4px solid white;
    content: '';
    width: 522px;
    height: 505px;
    position: absolute;
    top: 130px;
    left: -64px;
    z-index: -1;
  }

  .gallery_header {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .block_contact_wr form {
    position: relative;
    z-index: 1;
  }

  .block_contact_wr form::after {
    border: 4px solid rgba(255, 255, 255, 0.07);
    content: '';
    position: absolute;
    top: 30px;
    bottom: 20px;
    left: -122px;
    right: -58px;
    z-index: -1;
  }

  .block_404_wr {
    padding-bottom: 148px;
  }

  .block_404_wr .container {
    padding-top: 60px;
  }

  .block_404_wr h1 {
    font-size: 48px;
  }

  .news_list {
    padding-bottom: 58px;
  }

  .news_item .position-absolute {
    padding: 17px 40px;
  }

  .news_item .news_descr {
    padding: 22px 40px 15px;
  }

  .news_item time {
    font-size: 30px;
  }

  .rubric {
    letter-spacing: 0.08rem;
  }

  .nl_sidebar {
    padding-bottom: 0;
  }

  .nl_sidebar .news_item {
    padding: 0 0 30px;
  }

  .nl_sidebar .news_item .img_wr {
    margin-right: 20px;
  }

  .content_wr {
    padding: 23px 30px;
  }

  .note {
    padding: 5px 40px 27px;
  }

  .note b {
    letter-spacing: 0.08rem;
  }

  .wp-pagenavi {
    padding: 0 15px 68px;
  }

  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    margin-left: 4px;
    margin-right: 4px;
    padding: 8px;
    min-width: 48px;
  }

  blockquote {
    padding: 25px 40px 22px;
  }

  blockquote strong {
    letter-spacing: 0.08rem;
  }

  .mapGoogle_wr iframe {
    height: 555px;
  }

  .custom_scroll {
    height: 476px;
  }

  .content_wr table thead th,
  .custom_scroll table thead th {
    letter-spacing: 0.08rem;
    padding: 11px 15px 15px;
  }

  .content_wr table th,
  .content_wr table td,
  .custom_scroll table th,
  .custom_scroll table td {
    padding: 11px 15px;
  }

  .table-responsive {
    margin-bottom: 20px;
  }

  .socials_share .title_6 {
    letter-spacing: 0.08rem;
  }

  .block_info_wr .numerically_item .title_1 {
    font-size: 60px;
    width: 195px !important;
  }

  .infra_menu .img_wr {
    padding: 12px 15px;
    margin-right: 30px;
  }

  .home_slider .item .row::before {
    /* background-clip: border-box;
      background-image: url("./uploads/bg_heading-blog.jpg");
      background-position: center;
      content: '';
      width: 6px;
      position: absolute;
      top: 20%;
      bottom: 20%;
      left: 113px;
      z-index: -1; } */
    background-clip: border-box;
    background-position: center;
    content: '';
    width: 6px;
    position: absolute;
    top: 66%;
    bottom: 14.9%;
    left: 113px;
    border-left: 6px solid rgba(255, 255, 255, 0.2);
    z-index: -1;
  }

  .home_slider .special-line {
    background-clip: border-box;
    background-position: center;
    content: '';
    width: 6px;
    position: absolute;
    top: 11.9%;
    bottom: 66%;
    left: 113px;
    border-left: 6px solid rgba(255, 255, 255, 0.2);
    z-index: -1;
    position: absolute;
  }
}

@media (min-width: 1367px) {
  .mainMenu_desk>li:last-child {
    padding-left: 40px;
  }

  .mainMenu_desk a {
    padding: 5px 16px;
  }

  .adv_list li {
    padding-top: 30px;
  }

  .block_infrastructure_wr .gallery_header,
  .infra_menu {
    position: relative;
    z-index: 10;
  }

  .map-custom-district {
    position: relative;
    z-index: 1;
    margin-top: -50px;
    margin-bottom: -90px !important;
    margin-left: -254px;
    margin-right: -310px;
  }
}

@media (min-width: 1700px) {
  .site-header {
    padding: 35px 87px;
  }

  .site-header.sticky_h {
    padding: 15px 35px;
  }

  .mainMenu_desk a {
    padding: 5px 30px;
  }
}

@media screen and (max-width: 1420px) {
  .mainMenu_desk a {
    padding: 5px 12px;
  }

  .mainMenu_desk>li:last-child {
    padding-left: 28px;
  }

  .site-header .mainMenu_desk a {
    font-size: 16px;
  }

  .site-header .mainMenu_desk [data-target="#callbackModal"] {
    padding: 5px 28px;
  }
}

@media screen and (max-width: 1199px) {
  .site-footer .socials_share .fa {
    line-height: 1;
    padding: 4px;
    width: 36px;
    height: 36px;
  }

  .gallery .slick-active+.slick-active img {
    opacity: 1;
  }

  .gallery .slick-active img,
  .gallery .slick-active+.slick-active+.slick-active img {
    opacity: 0.3;
  }

  .gridBanners {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "ban-xl ban-lg" "ban-sm-1 ban-sm-2";
  }

  .gridBanners h1,
  .gridBanners .title_1,
  .gridBanners h2,
  .gridBanners .title_2,
  .gridBanners h3,
  .gridBanners .title_3,
  .gridBanners h4,
  .gridBanners .title_4,
  .gridBanners h5,
  .gridBanners .title_5,
  .gridBanners h6,
  .gridBanners .title_6 {
    font-size: 20px;
  }

  .ban-xl {
    grid-area: ban-xl;
  }

  .ban-lg {
    grid-area: ban-lg;
  }

  .ban-sm-1 {
    grid-area: ban-sm-1;
  }

  .ban-sm-2 {
    grid-area: ban-sm-2;
  }

  #to_content {
    display: none;
  }

  .nav-tabs .img_wr {
    padding-right: 0;
  }

  .nav-tabs .txt_wr {
    display: none;
  }

  .nav-tabs a.active .img_wr {
    padding-right: 15px;
  }

  .nav-tabs a.active .txt_wr {
    display: inline-block;
  }

  .logoGS3 img {
    max-width: 70px;
  }
}

@media (max-width: 1500px) {
  .gridBanners .descr_p {
    display: none;
  }
}

@media screen and (max-width: 991px) {

  h1,
  .title_1 {
    font-size: 35px;
  }

  .container {
    max-width: 100%;
  }

  .site-header.sticky_h [data-target="#main_Menu"] .light {
    display: none;
  }

  .site-header.sticky_h [data-target="#main_Menu"] .dark {
    display: block;
  }

  body:not(.home) [data-target="#main_Menu"] .light {
    display: none;
  }

  body:not(.home) [data-target="#main_Menu"] .dark {
    display: block;
  }

  [data-target="#main_Menu"] .light {
    display: block;
  }

  [data-target="#main_Menu"] .dark {
    display: none;
  }

  .block_fixed .socials_links,
  .block_fixed .structureCase {
    display: none;
  }

  .modal-header {
    padding-top: 27px;
    padding-bottom: 0;
  }

  .dropdown-menu {
    width: 270px;
  }

  .home_slider .item {
    padding-top: 90px;
    padding-bottom: 50px;
  }

  .block_newsList_wr {
    background-image: none;
  }

  .bs-popover-auto[x-placement^="top"] .popover-header,
  .bs-popover-top .popover-header {
    padding: 10px 12px 5px;
  }

  .bs-popover-auto[x-placement^="top"] .popover-body,
  .bs-popover-top .popover-body {
    padding: 0 12px 10px;
  }

  .map-custom-district-wr {
    overflow: hidden;
  }

  .map-custom-district {
    margin-left: -200px;
    margin-right: -100px;
  }

  .dollar-rate.special-line-2:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  h1,
  .title_1 {
    font-size: 30px;
  }

  h2,
  .title_2 {
    font-size: 27px;
  }

  .logo_light_mob {
    display: block !important;
  }

  .logo_white,
  .logo_dark {
    display: none !important;
  }

  .site-header.sticky_h .logo_light_mob {
    display: none !important;
  }

  .site-header.sticky_h .logo_dark_mob {
    display: block !important;
  }

  .site-header.sticky_h .block_tel_wr .light {
    display: none;
  }

  .site-header.sticky_h .block_tel_wr .dark {
    display: block;
  }

  body:not(.home) .logo_light_mob {
    display: none !important;
  }

  body:not(.home) .logo_dark_mob {
    display: block !important;
  }

  body:not(.home) .block_tel_wr .light {
    display: none;
  }

  body:not(.home) .block_tel_wr .dark {
    display: block;
  }

  .block_tel_wr .light {
    display: block;
  }

  .block_tel_wr .dark {
    display: none;
  }

  figure.alignleft,
  figure.alignright,
  img.alignleft,
  img.alignright {
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .news_item time {
    font-size: 18px;
  }

  .news_item h3 {
    font-size: 18px;
  }

  .news_item p {
    display: none;
  }

  .page_home .news_item p {
    display: block;
  }

  .view_fancy figure {
    max-width: 25%;
  }

  .bs-popover-auto[x-placement^="top"] .popover-header,
  .bs-popover-top .popover-header {
    padding: 10px 12px 5px;
  }

  .bs-popover-auto[x-placement^="top"] .popover-body,
  .bs-popover-top .popover-body {
    padding: 0 12px 10px;
  }

  .map-custom-district-wr {
    overflow: hidden;
  }

  .map-custom-district {
    margin-left: -100px;
    margin-right: -50px;
  }

  .home_slider .iconBox {
    margin: 0 auto;
    max-width: 225px;
  }

  .home_slider .item .row::after,
  .home_slider .item .row::before,
  .home_slider .special-line {
    display: none;
  }

  .youtube-video {
    min-width: 100%;
  }

  .gallery .slick-active img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 575px) {

  h1,
  .title_1 {
    font-size: 21px;
  }

  h2,
  .title_2 {
    font-size: 20px;
  }

  h3,
  .title_3 {
    font-size: 19px;
  }

  h4,
  .title_4 {
    font-size: 18px;
  }

  h5,
  .title_5 {
    font-size: 17px;
  }

  .site-header {
    padding: 3px 15px 3px 5px;
  }

  .site-header.sticky_h {
    padding: 1px 15px 1px 5px;
  }

  .gallery {
    overflow: inherit;
  }

  .gallery .slick-arrow {
    border-color: rgba(255, 255, 255, 0.5);
    color: #dcdcdc;
    top: calc(100% + 10px);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .gallery .slick-arrow.prev {
    left: 0;
  }

  .gallery .slick-arrow.next {
    right: 0;
  }

  .gallery .slick-active img {
    opacity: 1;
  }

  .gallery .slick-active+.slick-active img,
  .gallery .slick-active+.slick-active+.slick-active img {
    opacity: 0.3;
  }

  .gallery .slick-list {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery .slick-slide {
    border: none;
  }

  .gallery_header>div {
    -webkit-flex-grow: 100;
    flex-grow: 100;
    display: block;
    width: 100%;
  }

  .block_info_wr .numerically_item {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .block_info_wr .numerically_item .title_1 {
    font-size: 48px;
    display: block;
    width: 100%;
  }

  .block_seePresentation_wr .d-flex>div {
    -webkit-flex-grow: 100;
    flex-grow: 100;
    display: block;
    width: 100%;
    text-align: center;
  }

  .gridBanners {
    display: block;
  }

  .gridBanners .gridBan_item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    white-space: nowrap;
  }

  .gridBanners .descr {
    padding: 3.8% 15px 3%;
  }

  .gridBanners .ban_to_bg {
    height: 270px;
    visibility: hidden;
  }

  .gridBanners h1,
  .gridBanners .title_1,
  .gridBanners h2,
  .gridBanners .title_2,
  .gridBanners h3,
  .gridBanners .title_3,
  .gridBanners h4,
  .gridBanners .title_4,
  .gridBanners h5,
  .gridBanners .title_5,
  .gridBanners h6,
  .gridBanners .title_6 {
    font-size: 18px;
    max-width: 73%;
    white-space: normal;
  }

  .gridBanners p {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
  }

  .gridBanners p img {
    margin-right: 15px;
  }

  .gridBanners span {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    padding-right: 15px;
  }

  .news_slider .slick-arrow {
    top: 35%;
  }

  .news_slider .news_item::after {
    left: 0;
    right: 0;
  }

  .news_slider .position-absolute {
    position: static !important;
  }

  .news_slider h2 a {
    color: #343335 !important;
  }

  .news_slider h2 a:hover {
    color: #c44731 !important;
  }

  .news_slider time {
    color: #504f51;
  }

  ul.adv_list li {
    width: 100%;
  }

  .home_slider {
    text-align: center;
  }

  .home_slider .txt_wr {
    margin-left: auto;
    margin-right: auto;
  }

  .view_fancy figure {
    max-width: 50%;
  }

  .logoGS3 img {
    max-width: 55px;
  }

  .gallery_list .gallery_item a::after,
  .gallery_list .galleryVideo_item a::after {
    background-color: rgba(0, 0, 0, 0);
    bottom: 50px;
    color: rgba(255, 255, 255, 0.75);
    text-shadow: 0 0 31px rgba(0, 0, 0, 0.95);
    padding-top: 19%;
  }

  .gallery_list .gallery_item .info_pos,
  .gallery_list .galleryVideo_item .info_pos {
    background: none;
    color: #504f51;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0);
    line-height: 1.2;
    padding: 10px 0 0;
    position: static;
  }

  .nav-tabs a {
    padding: 5px 12px;
  }

  .nav-tabs a.active .img_wr {
    padding-right: 12px;
  }
}

@media screen and (max-width: 400px) {
  .gridBanners .ban_to_bg {
    height: 170px;
  }
}

/* === END MEDIA === */
/**/
.block_tel_wr a {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
.cls-1 {
  fill: #e1131747;
  fill-rule: evenodd;
  opacity: 0;
}

.cls-1,
.cls-2,
.cls-3 {
  opacity: 0;
}

.cls-1:hover,
.cls-2:hover,
.cls-3:hover {
  opacity: 1;
  transition: .3s;
  cursor: pointer;
}

.cls-2 {
  fill: #133fe157;
}

.cls-3 {
  fill: #f59e5b60;
}

.cls-4 {
  fill: #c44731;
}

.cls-5,
.cls-6,
.cls-8,
.cls-9 {
  fill: #fff;
}

.rectangle {
  cursor: pointer;
}

.house {
  max-width: 1143px;
  width: 100%;
  background: url(assets/img/test.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 100px auto;
  position: relative;
}

.house tspan {
  font-family: 'rubikbold';
}

#commercial-sector-rectangele {
  opacity: 1 !important;
}

[data-name*="living-sector"],
[data-name*="commercial-sector"],
[data-name*="parking-sector"] {
  cursor: pointer;
}

[data-name='living-sector-text'],
[data-name='commercial-sector-text'],
[data-name='parking-sector-text'] {
  opacity: 0;
  transition: .5s;
}

.floor-info {
  display: flex;
  flex-wrap: wrap;
  width: 220px;
  height: 165px;
  position: absolute;
  top: 35%;
  right: 10%;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(2, 6, 8, 0.64);
}

.floor-info .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #343335;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45%;
  width: 100%;
}

.floor-info .floor {
  width: 50%;
  height: 55%;
  background-color: #c44731;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.floor-info .floor span {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.floor-info .room {
  width: 50%;
  height: 55%;
  background-color: #b04433;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.floor-info .room span {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.floor-info .room-number {
  line-height: 26px;
  text-align: center;
}

.img-box.parking {
  margin: 80px auto 0;
}

.cls-7 {
  font-size: 20px;
  fill: #343335;
  text-anchor: middle;
  font-family: Rubik;
  font-weight: 700;
}

#section_4 .btn-primary {
  color: #fff;
  background: transparent;
}

#section_4 .btn-primary:hover {
  color: #343335;
  background: #fff;
}

#section_4 .btn-primary-wr::before,
#section_4 .btn-primary-wr::after {
  border: 1px solid #fff;
}

#section_4 .gallery_header {
  padding-top: 99px;
}

/*genplan page*/
.genplan {
  background-color: #181818;
}

.filters-tab .nav-tabs .nav-link {
  padding: 18px 30px;
  border-radius: 0;
  border: 1px solid #dcdcdc;
  color: #fff;
}

.filters-tab .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #c44731;
  border-color: #c44731;
}

.title-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.title-line [class*="title_"] {
  font-weight: 700;
  color: #fff;
}

/*range slider*/
#nav-tabContent .btn-primary-wr {
  margin: -30px auto 36px;
  display: flex;
  width: fit-content;
}

#nav-tabContent .btn-primary {
  font-weight: 700;
  color: #fff;
  background-color: #c44731;
}

#nav-tabContent .btn-primary:hover {
  background-color: #181818;
}

#nav-tabContent .tab-pane.active {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
}

.checkbox-row {
  display: flex;
  flex-direction: column;
}

.slider-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  border: 4px solid #474648;
}

.range-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding: 50px;
  color: #fff;
}

.range-slider .title_5 {
  color: #fff;
  margin-bottom: 40px;
}

.range-slider input[type=number]::-webkit-inner-spin-button,
.range-slider input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.slider-track {
  width: 100%;
  cursor: pointer;
}

.amount {
  color: #fff;
  border: 1px solid #dcdcdc !important;
  background: transparent;
  text-align: center;
  width: 100%;
  max-width: 179px;
  height: 54px;
  margin-top: 36px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.amount:focus {
  outline: none;
}

.amount::-webkit-outer-spin-button,
.amount::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slider-track {
  background-color: #474648;
  border: none !important;
}

.slider-track .ui-slider-range.ui-corner-all.ui-widget-header {
  background-color: #9e2a1c;
}

.slider-track .ui-slider-handle.ui-corner-all.ui-state-default {
  width: 20px;
  height: 20px;
  background-color: #c44731;
  border-radius: 0;
  border: none;
  outline: none;
  box-shadow: none !important;
  transform: matrix(0.71, -0.7, -0.71, -0.71, 0, 0);
  cursor: pointer;
}

/*checkbox custom*/
.unstyled.centered {
  display: flex;
  flex-wrap: wrap;
  padding: 0 60px 0 0;
}

.unstyled.centered li {
  width: 48px;
  height: 48px;
  margin-left: 6px;
  list-style: none;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 6px 6px 0;
}

.unstyled.centered li.checkbox-floor {
  width: auto;
}

.unstyled.centered li.checkbox-floor label {
  padding: 0 15px !important;
}

.checkbox-container [class*="title_"] {
  margin: 0 0 36px;
  color: #fff;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  border: 4px solid #474648;
}

.styled-checkbox+label:before {
  display: none;
}

.styled-checkbox+label:after {
  display: none;
}

.styled-checkbox:checked+label {
  background: #c44731;
  transform: none;
  border: 4px solid #c44731;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
}

.styled-checkbox:disabled+label {
  border: 4px solid #272729;
  color: #272729;
  cursor: auto;
}

.checkbox-container {
  width: 50%;
  display: flex;
  flex-direction: column;
}

#nav-parking .checkbox-container {
  width: 100%;
  padding: 15px;
  border: 4px solid #474648;
}

#nav-parking .title_5 {
  margin: 15px auto;
  max-width: 900px;
  width: 100%;
  padding: 15px;
}

#nav-parking .unstyled.centered {
  max-width: 900px;
  margin: 0 auto 50px;
}

.table-living,
.table-commercial,
.table-parking {
  background-color: #ffffff;
  padding: 64px 75px 84px;
}

.table-commercial .table-content table td:first-child {
  text-align: center;
}

.table-commercial .table-content tr.first-child td:first-child {
  text-align: left;
}

.table-parking .table-content table td:first-child {
  text-align: center;
}

.table-parking .table-content tr.first-child td:first-child {
  text-align: left;
}

.table-content {
  margin: 0 auto;
  width: 100%;
}

.table-content table {
  width: 100%;
}

.table-content table td {
  width: 100%;
  text-align: center;
}

.table-content table td:first-child {
  text-align: left;
}

.table-content .link-box {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #c44731;
}

.table-content tr {
  height: 70px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #504f51;
  border-bottom: 1px solid #dcdcdc;
}

.table-content tr.first-child {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #343335;
  height: 50px;
  border-bottom: 1px solid #343335;
}

.table-content tr.last-child {
  border-bottom: 1px solid #343335;
}

.table-content td.last-cell {
  width: 13.2275%;
}

/*floors-container*/
.floors-container {
  padding: 47px 15px 77px;
  max-width: 1550px;
  margin: 0 auto;
}

#floor-tab .nav-link {
  border-radius: 0;
  padding: 11px 30px;
  border: 1px solid #dcdcdc;
}

#floor-tab .nav-link.active {
  border: 1px solid #c44731;
  background-color: #c44731;
}

#floor-tabContent {
  position: relative;
  margin-top: 50px;
}

#floor-tabContent .navbar-floors {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

#floor-tabContent .navbar-floors .title_4 {
  font-weight: 900;
  color: #343335;
  margin: 0;
  padding: 5px 9px 0 0;
}

.live-sector {
  background-size: contain;
  width: 100%;
  padding-left: 128px;
  position: relative;
}

.live-sector .in_sales {
  position: absolute;
  top: 5px;
  left: 32px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #343335;
  width: 165px;
  height: 120px;
  text-align: center;
  display: none;
}

.live-sector .value {
  margin-top: 18px;
  font-size: 48px;
  font-weight: 700;
  color: #dcdcdc;
}

.navbar-floors {
  z-index: 1;
}

.navbar-floors nav {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.navbar-floors nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 42px;
  margin-bottom: 6px;
  font-weight: 900;
  text-decoration: none;
  color: #343335;
  border: 4px solid #fff;
  transition: .3s;
  background-color: #f6f6f6;
}

.navbar-floors nav a:hover {
  color: #fff;
  background-color: #c44731;
}

.navbar-floors nav a:hover.disabled {
  color: #fff;
  background-color: #c44731;
}

.navbar-floors nav a.active {
  color: #fff;
  background-color: #c44731;
}

.navbar-floors nav a.disabled {
  color: #dcdcdc;
  background-color: #fff;
  cursor: pointer;
}

#plan-tab {
  position: absolute;
  right: 20%;
  top: -94px;
}

#plan-tab .nav-link.active,
#plan-tab .nav-pills .show>.nav-link {
  color: #343335;
  background-color: transparent;
}

.room-svg {
  fill: #ca8d8e;
  fill-rule: evenodd;
  opacity: 0.5;
  stroke-width: 7px;
  stroke: #e11317;
  transition: .1s;
}

.room-svg:hover {
  opacity: 1;
  fill: #ca8d8e00;
}

.svg-pan-zoom-control-element {
  fill: #c44731;
  fill-opacity: 1;
}

/**/
/*modal card*/
.room-information {
  border: 6px solid #f5f5f5;
  padding: 25px 15px;
}

.room-card {
  padding-left: 17px;
}

.room-card .modal-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}

.room-card .close {
  top: -24px;
  right: -23px;
  padding: 10px;
  background: #f0bd65;
}

.room-card .modal-body {
  padding: 0 3rem 4rem;
}

.room-card .modal-dialog {
  max-width: 1215px;
}

.room-card .tabs-room {
  margin-top: 48px;
}

.room-card .tabs-room .nav-tabs a {
  border: 1px solid #dcdcdc;
  border-radius: 0;
}

.room-card .tabs-room .nav-tabs a.active {
  background-color: #c44731;
  border-color: transparent;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  font-family: rubikregular;
}

.room-card .tabs-room .nav-tabs a:hover {
  border-radius: 0;
  border-color: #c44731 !important;
}

.room-card .tabs-room .characteristics ol {
  padding: 30px 0;
  counter-reset: li;
  border-top: 1px solid #343335;
  border-bottom: 1px solid #343335;
  margin-bottom: 30px;
  color: #504f51;
}

.room-card .tabs-room .characteristics ol li {
  list-style: none;
  list-style-position: outside;
  border-bottom: 1px solid #dcdcdc;
}

.room-card .tabs-room .characteristics ol li:before {
  content: counter(li, decimal) ".";
  counter-increment: li;
  margin-left: 0;
  margin-right: 30px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #504f51;
}

.room-card .tabs-room .characteristics ol li:last-child {
  border: none;
}

.room-card .tabs-room .characteristics ol li {
  display: flex;
  align-items: center;
  min-height: 48px;
}

.room-card .tabs-room .characteristics ol li span {
  margin-left: auto;
}

.room-information {
  display: flex;
  width: 100%;
}

.room-information .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  color: #343335;
  position: relative;
  padding: 5px;
}

.room-information .item:before {
  content: "";
  border-right: 2px solid whitesmoke;
  position: absolute;
  top: -25px;
  right: 0;
  bottom: -25px;
}

.room-information .item:last-child:before {
  display: none;
}

.room-information .item .title_3 {
  font-weight: 900;
  margin-top: 8px;
}

.room-information .item.price-red .title_3 {
  color: #c44731;
}

.tabs-room .tab-row {
  display: flex;
  position: relative;
}

.tabs-room .tab-row .compass {
  position: absolute;
  bottom: 0;
  right: 0;
}

.tabs-room .tab-row .room-layout {
  position: absolute;
  right: 0;
  top: -40px;
  align-items: center;
  text-decoration: none;
}

.tabs-room .tab-row .room-layout i {
  margin-left: 23px;
}

.tabs-room .tab-row .room-layout .btn {
  display: flex;
  font-weight: 900;
  height: 41px;
}

.tabs-room .tab-row .room-layout .btn:hover .icon {
  background: url(assets/img/icon_arrow_left_hover.png) center no-repeat;
}

.tabs-room .tab-row .room-layout .icon {
  display: flex;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url(assets/img/icon_arrow_left.png) center no-repeat;
}

#parking-card .tabs-room .tab-row .room-layout {
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  text-decoration: none;
}

#parking-card .characteristics .title_2 {
  font-weight: 600;
}

#parking-card .room-information .item {
  width: 33.333%;
  text-align: center;
  color: #343335;
}

.floors-variant {
  display: flex;
  justify-content: flex-end;
}

.floors-variant a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #343335;
  padding: 0 19px;
}

.floors-variant a:hover {
  color: #c44731;
}

.floors-variant a.active {
  color: #c44731;
  position: relative;
  text-decoration: none;
}

.floors-variant a.active:before {
  content: "";
  position: absolute;
  height: 1px;
  top: 25px;
  left: 19px;
  right: 16px;
  background: url(assets/img/bg_dotted.png);
}

.floors-variant a:first-child {
  border-right: 1px solid #dcdcdc;
}

.tabs-room .tab-content {
  max-width: 725px;
  width: 77%;
  margin-top: 90px;
}

#sync1 {
  padding-left: 90px;
}

#sync1 .owl-stage-outer {
  position: relative;
  z-index: 5;
}

#sync1 .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 90px;
  right: 0px;
  bottom: -23px;
  height: 0;
  z-index: 10;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#sync1 .owl-nav .owl-prev,
#sync1 .owl-nav .owl-next {
  position: relative;
  height: 45px;
  width: 45px;
  outline: none;
  box-shadow: 2px 2px 0px #dcdcdc, -2px -2px 0px #dcdcdc, -2px 2px 2px #dcdcdc, 2px -2px 2px #dcdcdc;
  transition: .2s;
  z-index: 10;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#sync1 .owl-nav .owl-prev:hover,
#sync1 .owl-nav .owl-next:hover {
  box-shadow: 2px 2px 0px #aaa9a9, -2px -2px 0px #aaa9a9, -2px 2px 2px #aaa9a9, 2px -2px 2px #aaa9a9;
}

#sync1 .owl-nav svg {
  margin-top: 7px;
  width: 10px;
}

#sync2 {
  padding: 0 50px 0 140px;
  margin: 0 auto;
  z-index: 0;
}

#sync2 .owl-item.active {
  opacity: 0.5;
}

#sync2 .owl-item.current {
  opacity: 1;
}

#sync2 .owl-item img {
  max-height: 100px;
}

#sync2 .owl-item .item {
  cursor: pointer;
  margin: 0 10px;
}

.filters-conainer {
  padding-bottom: 50px;
}

#nav-tabContent {
  padding-bottom: 50px;
}

.floors-container .btn-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 48px;
}

.floors-container .btn-box i {
  margin-left: 12px;
}

.floors-container .btn-box i .btn {
  padding: 10px 29px;
}

.floors-container .btn-box i:last-child .btn {
  background-color: #c44731;
  color: #fff;
}

.floors-container .btn-box i:last-child:hover .btn {
  color: #c44731;
  background-color: transparent;
}

#commercial-card .img-box {
  margin-top: 90px;
  text-align: center;
}

#commercial-card .tabs-room .tab-row {
  flex-direction: column;
}

#commercial-card .tabs-room .tab-row .room-layout {
  position: absolute;
  right: 0;
  top: -28px;
}

#commercial-card .btn-box {
  margin-top: 60px;
}

#commercial-card .btn-box i:first-child {
  margin-right: 25px;
}

#commercial-card .btn-box i:last-child .btn {
  background-color: #c44731;
  color: #fff;
}

#commercial-card .btn-box i:last-child:hover .btn {
  color: #c44731;
  background-color: transparent;
}

#commercial-card .room-information .item {
  width: 25%;
}

.characteristics {
  margin-top: 48px;
  min-width: 250px;
  width: 33%;
}

.characteristics .btn-box i {
  margin-left: 0;
}

.characteristics .btn-box i:last-child {
  margin-top: 18px;
}

.characteristics .btn-box i:last-child .btn {
  background-color: #c44731;
  color: #fff;
}

.characteristics .btn-box i:last-child:hover .btn {
  color: #c44731;
  background-color: transparent;
}

.characteristics .room-information {
  flex-wrap: wrap;
}

.characteristics .room-information .item .title_3 {
  font-size: 18px;
}

svg#floor-scheme-1 {
  height: 80vh;
  box-shadow: 0px 1px 4px 0px #ccc;
}

#sync2 .owl-nav {
  display: none !important;
}

#room-card,
#room-card2,
#commercial-card {
  padding: 0 !important;
}

/*floor svg style*/
.flat {
  fill-opacity: 0;
  fill: transparent;
  stroke-width: 3px;
  stroke: transparent;
}

.flat.sales {
  fill: #c44731;
  fill-opacity: 0.5;
}

.flat.action {
  fill: #5eba6f;
  fill-opacity: 0.5;
}

.flat.busy {
  fill: #726da2;
  fill-opacity: 0.8;
}

g.flat-box {
  cursor: pointer;
}

g.flat-box:hover rect {
  opacity: 1;
}

g.flat-box:hover .flat {
  stroke: #c44731;
}

g.flat-box:hover.busy .flat {
  fill-opacity: 0.6;
}

g.flat-box:hover.action .flat {
  stroke: #5eba6f;
  fill-opacity: 0.6;
}

g.flat-box.busy .flat {
  fill-opacity: 0.6;
}

g.flat-box.busy .status {
  fill: #726da2;
  stroke: #726da2;
  display: inline;
}

g.flat-box.busy .status+.status-text {
  display: inline;
}

g.flat-box.sales .flat {
  fill-opacity: 0.3;
  fill: #000000;
}

g.flat-box.sales .status {
  fill: #c44731;
  stroke: #c44731;
  display: inline;
}

g.flat-box.sales .status+.status-text {
  display: inline;
}

g.flat-box.action .flat {
  fill-opacity: 0.6;
}

g.flat-box.action .status {
  fill: #5eba6f;
  stroke: #5eba6f;
  display: inline;
}

g.flat-box.action .status+.status-text {
  display: inline;
}

g.flat-box .status {
  display: none;
}

g.flat-box .status+.status-text {
  display: none;
}

g.flat-box .status.action {
  fill: #5eba6f;
  stroke: #5eba6f;
  display: inline;
}

g.flat-box .status.action+.status-text {
  display: inline;
}

g.flat-box .status.busy {
  fill: #726da2;
  stroke: #726da2;
  display: inline;
}

g.flat-box .status.busy+.status-text {
  display: inline;
}

g.flat-box .status-text {
  font-size: 13px;
  fill: #fff;
  font-weight: 700;
  text-anchor: middle;
}

g.flat-box .flat-number-span {
  fill: #343335;
  stroke: #343335;
}

g.flat-box .flat-number-text {
  text-anchor: middle;
  fill: #fff;
}

g.flat-box .flat-number-text.dobbelt {
  font-size: 12px;
}

g.flat-box .flat-line {
  fill: #343333;
  opacity: .6;
}

g.flat-box .flat-info {
  opacity: .6;
  stroke: #343335;
  fill: #fff;
  stroke-width: 1px;
}

g.flat-box .flat-info-rooms,
g.flat-box .flat-info-square {
  font-size: 12px;
  text-anchor: middle;
  fill: #343335;
}

.section-name-span {
  fill: #fff;
}

.section-name-text {
  font-size: 18px;
  fill: #343335;
  font-weight: 700;
  cursor: default;
}

.tab-row .tab-content>.active .img-box {
  padding: 15px;
}

.tab-row .characteristics .title_2 {
  font-family: sans-serif;
  font-weight: 900;
}

.commercial-building {
  cursor: pointer;
}

.commercial-building rect {
  opacity: .8;
}

.commercial-building path {
  fill: transparent;
  stroke-width: 4px;
}

.commercial-building:hover path {
  stroke: #c44731;
  cursor: pointer;
}

.commercial-building:hover rect {
  opacity: 1;
}

.commercial-building .building-info {
  fill: #504f51;
  stroke: #504f51;
}

.commercial-building .building-title {
  fill: #fff;
  font-size: 14px;
  font-weight: 900;
}

.commercial-building .building-square-span {
  fill: #fff;
  stroke: #504f51;
  stroke-width: 1px;
}

.commercial-building .building-square {
  text-anchor: middle;
}

.parking-place {
  cursor: pointer;
}

.parking-place:hover .parking-stroke {
  stroke: #c44731;
}

.parking-place.action:hover .parking-stroke {
  stroke: #5eb96f;
}

.parking-place .parking-stroke {
  fill: transparent;
  stroke-width: 2px;
  cursor: pointer;
}

.parking-place .parking-number-span {
  fill: #504f51;
}

.parking-place .parking-number-text {
  fill: #fff;
  font-weight: 900;
}

.parking-place .parking-status-span {
  fill: #c44731;
}

.parking-place .parking-status {
  fill: #fff;
  font-size: 11px;
  font-weight: 900;
  text-anchor: middle;
}

.parking-place .parking-status,
.parking-place .parking-status-span {
  display: none;
}

.parking-place.action .parking-status-span {
  fill: #5eba6f;
}

.parking-place.action .parking-status,
.parking-place.action .parking-status-span {
  display: inline;
}

.parking-place.sales .parking-status-span {
  fill: #c44731;
}

.parking-place.sales .parking-status,
.parking-place.sales .parking-status-span {
  display: inline;
}

.parking-place.busy .parking-status-span {
  fill: #726da2;
}

.parking-place.busy .parking-status,
.parking-place.busy .parking-status-span {
  display: inline !important;
}

#svg-pan-zoom-controls {
  visibility: hidden;
}

.pan-nav {
  position: absolute;
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 90px;
  height: 160px;
  right: 0;
  bottom: 72px;
  box-shadow: 1px 1px #ededed, -1px -1px #ededed, -5px 5px 0px -4px #ededed, 5px -5px 0px -4px #ededed;
}

.pan-nav .pan-nav-pluse,
.pan-nav .pan-nav-reset,
.pan-nav .pan-nav-minuse {
  width: 90px;
  height: 48px;
  margin-top: 4px;
  cursor: pointer;
  transition: .3s;
}

.pan-nav .pan-nav-pluse {
  background: url(assets/img/pan-pluse.png) center no-repeat;
}

.pan-nav .pan-nav-pluse:hover {
  background: url(assets/img/pan-pluse-hover.png) center no-repeat;
}

.pan-nav .pan-nav-reset {
  background: url(assets/img/pan-reset.png) center no-repeat;
}

.pan-nav .pan-nav-reset:hover {
  background: url(assets/img/pan-reset-hover.png) center no-repeat;
}

.pan-nav .pan-nav-minuse {
  background: url(assets/img/pan-minuse.png) center no-repeat;
}

.pan-nav .pan-nav-minuse:hover {
  background: url(assets/img/pan-minuse-hover.png) center no-repeat;
}

/**/
.commercial-building.action .building-status-span {
  fill: #5eba6f;
  stroke: #5eba6f;
  display: inline;
  opacity: 1;
}

.commercial-building .building-status {
  fill: #fff;
  font-weight: 700;
  text-anchor: middle;
}

.commercial-building.sales .building-status-span {
  fill: #c44731;
  stroke: #c44731;
  display: inline;
}

.commercial-building.busy .building-status-span {
  fill: #726da2;
  stroke: #726da2;
  display: inline;
}

/* === BEGIN MEDIA === */
/* ======================
$mobile-small 240px
$mobile-large 320px
$tablet-small 480px
$tablet-large 768px
$screen-small 1024px
$screen-large 1280px 
====================== */
@media screen and (min-width: 768px) {
  .checkbox-row {
    flex-direction: row;
  }
}

@media screen and (max-width: 1199px) {
  #plan-tab {
    position: static;
    margin-top: 12px;
    margin-bottom: 36px;
  }

  .filters-tab .nav-tabs a.nav-link {
    padding: 18px 20px;
  }
}

@media screen and (max-width: 991px) {
  .floors-container .btn-box {
    margin-top: 106px;
  }

  .pan-nav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    background: #fff;
    width: auto;
    height: 55px;
    right: 0;
    bottom: -65px !important;
    box-shadow: 1px 1px #ededed, -1px -1px #ededed, -5px 5px 0px -4px #ededed, 5px -5px 0px -4px #ededed;
  }

  .cls-7 {
    font-size: 24px;
  }

  .house {
    margin: 50px auto;
  }

  [data-name*="living-sector"],
  [data-name*="commercial-sector"],
  [data-name*="parking-sector"] {
    opacity: 1;
  }

  #living-sector,
  #commercial-sector,
  #parking-sector {
    opacity: 0;
  }

  .amount {
    max-width: 120px;
  }

  .title-line [class*="title_"] {
    font-size: 24px;
    align-items: center;
    display: flex;
  }

  .table-living,
  .table-commercial,
  .table-parking {
    font-size: 14px;
    margin: 0 -15px;
    padding: 30px 15px;
  }

  .link-box {
    display: flex;
    width: 20px;
    height: 20px;
    background: url(assets/img/icon_link_room.png) center no-repeat;
    margin: 0 auto;
  }

  .link-box span {
    display: none;
  }

  .table-content td {
    width: auto !important;
    padding: 2px;
  }

  .table-commercial .link-box {
    padding: 0 20px;
  }

  .tabs-room .tab-row {
    flex-direction: column-reverse;
    align-items: center;
  }

  .tabs-room .tab-row .room-layout {
    position: static;
    margin-right: auto;
    align-items: center;
    width: 100%;
  }

  .tabs-room .tab-row .room-layout i {
    margin-left: auto;
  }

  .tabs-room .tab-row .room-layout span {
    display: flex;
    position: relative;
    width: 88px;
  }

  .tabs-room .tab-row .compass {
    display: none;
  }

  .tabs-room .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 33.333333%;
    align-items: center;
  }

  .room-card .modal-body {
    padding: 0 1rem 1rem;
  }

  .room-card .tabs-room .nav-tabs {
    margin-bottom: 48px;
  }

  .room-card .tabs-room .nav-tabs a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    min-height: 48px;
  }

  .floors-variant {
    justify-content: center;
    margin-bottom: 15px;
    margin-top: -20px;
  }

  #sync1 {
    margin-top: 0;
    padding-left: 0;
  }

  #sync1 .owl-nav {
    left: 0;
    right: 0;
    bottom: -5%;
  }

  #section_4 .gallery_header {
    padding-top: 30px;
  }

  #sync2 {
    padding: 0 40px;
  }

  .characteristics {
    width: 100%;
  }

  .tabs-room .tab-content {
    max-width: 725px;
    width: 100%;
    margin-top: 0;
  }

  .room-information {
    border: 6px solid #f5f5f5;
    padding: 0;
    flex-wrap: wrap;
  }

  .room-information .item {
    width: 33.333%;
    text-align: center;
    color: #343335;
    border: 1px solid #f5f5f5;
    padding: 15px 5px;
  }

  .room-information .item .title_3 {
    font-weight: 900;
    margin-top: 3px;
  }

  .navbar-floors nav {
    margin-top: 12px;
  }

  .table-living,
  .table-commercial,
  .table-parking {
    background-color: #ffffff;
    padding: 64px 5px 84px;
  }

  #commercial-card .room-information {
    border: 6px solid #f5f5f5;
    padding: 0;
    flex-wrap: wrap;
  }

  #commercial-card .room-information .item {
    width: 33.333%;
    text-align: center;
    color: #343335;
    border: 1px solid #f5f5f5;
    padding: 15px 0 0;
  }

  #commercial-card .room-information .item:nth-child(4) {
    width: 100%;
  }

  #commercial-card .room-information .item .title_3 {
    font-weight: 900;
    margin-top: 3px;
  }

  #commercial-card .img-box {
    margin-top: 125px;
  }

  #commercial-card .tabs-room {
    margin-top: 24px;
  }

  #commercial-card .tabs-room .tab-row .room-layout {
    position: absolute;
    right: 0;
    top: 42px;
  }

  #parking-card .img-box {
    margin-top: 72px;
  }

  svg#floor-scheme-1 {
    height: 500px;
  }

  .navbar-floors nav a {
    width: 48px;
    height: 24px;
    min-height: 24px;
    margin-bottom: 4px;
  }

  .live-sector {
    padding-left: 72px;
  }

  .room-information .item:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {


  #parking-card .img-box img {
    max-height: 200px;
  }

  #parking-card .tabs-room .tab-row .room-layout {
    margin-top: -30px;

  }

  .cls-7 {
    font-size: 24px;
  }

  .house {
    margin: 0 auto 35px;
  }

  .title-line {
    margin-top: 120px;
    flex-direction: column;
  }

  .filters-tab .nav {
    flex-wrap: nowrap;
  }

  .filters-tab .nav-item {
    width: 100%;
    text-align: center;
  }

  .checkbox-container {
    width: 100%;
  }

  .checkbox-container [class*="title_"] {
    margin: 38px 0 16px;
  }

  .floor-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 125px;
    position: absolute;
    top: 88%;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(2, 6, 8, 0.64);
  }

  .floor-info .floor,
  .floor-info .room {
    font-size: 18px;
    line-height: 16px;
  }

  .filters-tab {
    margin-top: 32px;
  }

  .filters-tab .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 5px !important;
    line-height: 16px;
  }

  .unstyled.centered {
    padding: 0;
    margin: 0;
  }

  .slider-container {
    flex-direction: column;
    border: none;
    margin: 0;
  }

  .range-slider {
    margin-top: 36px;
    padding: 0;
  }

  #range-slider-second {
    padding-bottom: 75px;
  }

  .table-content tr {
    height: 48px;
    font-size: 11px;
    line-height: 19px;
  }

  .table-content tr.first-child {
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0em;
    color: #343335;
  }

  .pan-nav {
    flex-direction: row;
    width: 260px;
    height: 56px;
    right: 50%;
    transform: translate(50%, 0);
    bottom: -60px !important;
  }

  /*floor*/

  #commercial-card .img-box {
    margin-top: 225px;
  }

  #commercial-card .btn-box {
    margin-top: 15px;
  }

  #commercial-card .btn-box i {
    width: 100%;
    margin-bottom: 15px;
  }

  #commercial-card .btn-box i button {
    width: 100%;
  }

  #commercial-card .btn-box i a {
    width: 100%;
  }

  #floor-tab {
    flex-wrap: nowrap;
  }

  #floor-tab .nav-item {
    width: 100%;
  }

  #floor-tab .nav-link {
    padding: 11px 5px;
    line-height: 18px;
    text-align: center;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #plan-tab .nav-item {
    display: flex;
    width: 50%;
    min-height: 48px;
    justify-content: center;
    align-items: center;
    line-height: 16px;
    text-align: center;
  }

  #floor-tabContent .navbar-floors {
    right: 0;
    top: 15px;
    left: inherit;
  }

  .live-sector .in_sales {
    top: -28px;
    left: 0;
  }

  .navbar-floors {
    display: flex;
  }

  .navbar-floors nav {
    position: relative;
    height: 48px;
  }

  .navbar-floors nav:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 24px;
    right: 0;
    top: 0;
    cursor: pointer;
    background: url(assets/img/icon_arrow_bottom.png) center no-repeat;
    background-position: 34px 10px;
  }

  .navbar-floors nav.open:before {
    background: url(assets/img/icon_arrow_top.png) center no-repeat;
    background-position: 34px 10px;
  }

  .navbar-floors nav.open a {
    visibility: inherit;
  }

  .navbar-floors nav.open a.active {
    visibility: inherit;
    background-color: transparent;
    order: 0;
    color: #343335;
  }

  .navbar-floors nav a {
    color: #343335;
    order: 1;
    visibility: hidden;
  }

  .navbar-floors nav a.active {
    visibility: inherit;
    background-color: #f6f6f6;
    order: 0;
    color: #343335;
  }

  .floors-container .btn-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 12px;
    margin-top: 84px;
  }

  .floors-container .btn-box i {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .floors-container .btn-box i .btn {
    width: 100%;
  }

  .navbar-floors nav {
    margin-top: 2px;
  }

  .live-sector {
    padding-left: 0;
  }

  #sync1 .owl-nav {
    left: -10px;
    right: -10px;
    bottom: 60%;
  }

  #sync1 .owl-nav .owl-prev,
  #sync1 .owl-nav .owl-next {
    height: 30px;
    width: 30px;
    background-color: #dcdcdc;
  }

  #sync2 {
    padding: 0;
  }

  #sync2 .owl-stage {
    margin: 0 -10px;
  }

  #sync2 .owl-item:first-child .item {
    padding-left: 0 !important;
  }

  #sync2 .owl-item:last-child .item {
    padding-right: 0 !important;
  }

  svg#floor-scheme-1 {
    height: 400px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 575px) {
  .room-information .item .title_3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 450px) {
  ul.nav.align-items-center.mainMenu_tablet {
    flex-wrap: nowrap;
  }

  .tabs-room .tab-row .room-layout {
    margin-top: 30px;
    flex-flow: column;
    align-items: center;
  }

  .tabs-room .tab-row .room-layout i {
    margin: 0;
    margin-top: 20px;
  }

  .floors-variant a {
    padding: 0 10px;
  }

  .floors-variant a.active:before {
    left: 10px;
    right: 8px;
  }
}

/* === END MEDIA === */
.box_info_wr .popover {
  text-align: center;
}


span.dollar-rate {
  color: #a99bb7;
}

/*<rework table>*/
.room-information {
  padding: 0;
}

.room-information .item {
  display: flex;
  flex-direction: column;
  /* width: 100%; */
  text-align: center;
  color: #343335;
  position: relative;
  padding: 25px 0 0;
}

.room-information .item:before {
  top: 0;
  bottom: 0;
}

.room-information .item .info-box {
  padding: 0 5px 5px;
}

.dollar-rate {
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  padding: 17px 0;
  margin-top: auto;
}

.dollar-rate.special-line:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #FFF;
}

.dollar-rate.special-line-2:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #FFF;
}

/*</rework table>*/

.basic-yop-poll-container .basic-answer .progress-bar {
  border-radius: 4px;
  background-color: #ffbe5f !important;
}

.basic-answers [type="radio"],
.basic-answers [type="checkbox"] {
  display: inline;
}

.basic-yop-poll-container .basic-answer .basic-text {
  text-align: left;
}

label.basic-answer-label {
  text-align: left;
}

.info-result-box {
  font-style: initial;
}

.basic-inner {
  font-style: initial;
}

a.button.basic-vote-button {
  background-color: #c44731 !important;
  color: #fff !important;
  padding: 10px 24px !important;
}

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