@charset "UTF-8";
@import url("/assets/malina/fonts/Rubik/stylesheet.css");
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizaRExUiTo99u79D0KEwA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizfRExUiTo99u79B_mh0O6tKA.ttf) format('truetype');
}
/*
 * Основные
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background-color: #ffffff;
  color: #1c1c1c;
  font-family: "Rubik", "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  /*font             : @font;*/
  min-width: 320px;
  width: 100%;
  /*	font-weight      : normal;*/
  font-style: normal;
}
@media (max-width: 1024px) {
  body {
    overflow-x: hidden !important;
  }
}
::selection {
  background-color: #2e3754;
  color: #ffffff;
}
::-moz-selection {
  background-color: #2e3754;
  color: #ffffff;
}
* {
  outline: none !important;
}
img {
  border: medium none;
  max-width: 100%;
}
a {
  color: #454545;
  text-decoration: none;
}
a:hover {
  color: #2e3754;
}
a:focus,
a:hover {
  text-decoration: none !important;
}
ol,
ul {
  list-style: outside none none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  font-size: 30px;
  font-weight: 300;
}
h1 {
  font: bold 36px/43px "Rubik", sans-serif;
  margin-bottom: 34px;
}
h2 {
  font: bold 36px/43px "Rubik", sans-serif;
  margin-bottom: 34px;
}
@media (max-width: 480px) {
  h1 {
    font: bold 24px/29px "Rubik", sans-serif;
    margin-bottom: 25px;
  }
  h2 {
    font: bold 24px/29px "Rubik", sans-serif;
    margin-bottom: 25px;
  }
}
.btn {
  border-radius: 25px;
  padding: 17px 40px;
  border: none;
}
.btn i {
  padding-right: 15px;
}
.btn.btn-primary {
  background: #2e3754;
}
.btn.btn-primary i {
  color: #ffffff;
}
.btn.btn-default {
  background: #ffffff;
}
.btn.btn-default i {
  color: #2e3754;
}
.description {
  font: 300 16px/26px "Rubik", sans-serif;
}
.description p + p {
  margin-top: 32px;
}
.description a {
  color: #2e3754;
}
.description a:hover {
  text-decoration: underline !important;
}
.menuPosition.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 1000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.menuPosition.fixed .menu {
  padding: 10px 0;
}
.menuPosition.fixed .menu ul li {
  margin: 0 10px;
}
@media (max-width: 1024px) {
  .menuPosition.fixed .menu ul li {
    margin: 0 5px;
    font-family: "Rubik", "PT Sans", sans-serif;
    font-size: 14px;
  }
  .menuPosition.fixed .menu ul li a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .menuPosition.fixed .menu ul li {
    margin: 0px;
    font-family: "Rubik", "PT Sans", sans-serif;
    font-size: 14px;
  }
  .menuPosition.fixed .menu ul li a {
    font-size: 14px;
  }
}
.menuPosition.fixed .menu ul li a {
  color: #000000;
}
.menuPosition.fixed .menu ul li:hover,
.menuPosition.fixed .menu ul li.active {
  border-bottom: 1px solid #2e3754;
}
.menuPosition.fixed + .container {
  padding-top: 41px;
}
header {
  background: url("/assets/malina/img/bgHeader.jpg") top left no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 1200px) {
  header {
    /*height:100vh;*/
    padding-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  header {
    /*height:100vh;*/
    padding-bottom: 70px;
  }
  header .features {
    bottom: -210px;
  }
}
header:before {
  background: rgba(43, 63, 86, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
}
header .top {
  padding: 40px 0;
  /*line-height: 30px !important;*/
}
header .label {
  color: #ffffff;
  text-align: center;
  font: 300 16px/19px "Rubik", sans-serif;
}
header .callto {
  color: #ffffff;
  /*text-align : center;*/
  text-align: right;
  font: 300 20px/24px "Rubik", sans-serif;
  padding-right: 36px;
}
@media (min-width: 1200px) {
  header .callto.visible-lg {
    display: inline-block !important;
  }
}
header .phone {
  color: #ffffff;
  /*text-align : center;*/
  text-align: right;
  font: bold 24px/24px "Rubik", sans-serif;
  padding-right: 36px;
  cursor: pointer;
  transition: 0.2s;
  display: inline-block;
}
header .phone:hover {
  opacity: 0.8;
}
header .btn.callback {
  font-weight: bold;
}
header .callback.fixed {
  position: fixed;
  z-index: 1001;
  top: 19px;
  background: #2e3754;
  color: #ffffff;
  padding: 13px 25px;
}
header .callback.fixed i {
  color: #ffffff;
}
@media (max-width: 1024px) {
  header .callback.fixed {
    padding: 13px 20px;
  }
}
header .btn {
  margin-top: -13px;
  font: 500 14px/17px "Rubik", sans-serif;
}
header .btn i {
  font-size: 20px;
  display: block;
  float: left;
  margin-top: -2px;
}
header .btn.burger {
  background: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  header .btn {
    float: left;
    padding: 17px 20px;
  }
  header .btn.burger {
    padding: 17px 0px 17px 30px;
  }
  header .btn.burger i {
    color: #ffffff;
  }
}
@media (max-width: 1024px) {
  header .objectName .st1 {
    font: bold 19px/29px "Rubik", sans-serif;
  }
}
@media (max-width: 768px) {
  header .navbar-collapse.collapse {
    display: none !important;
  }
  header .navbar-collapse.collapse.in {
    display: block !important;
  }
}
@media (max-width: 480px) {
  header {
    background-size: 350%;
    background-position: 30% 0;
  }
  header .objectName {
    display: none;
  }
  header .top {
    padding: 20px 0;
  }
  header .buttons {
    text-align: right;
  }
  header .phone {
    font: bold 11px/13px 'Rubik', sans-serif;
    background: #ffffff;
    color: #000000;
    padding: 11px 12px 7.9px;
    text-align: center;
    border-radius: 25px;
    display: inline-block;
    float: left;
    margin: -2px 0 0 -10px;
  }
  header .phone:before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    margin-right: 10px;
    float: left;
    background-size: contain;
    background: url('/assets/malina/icons/ic_phone.svg') top left no-repeat;
  }
  header .btn.btn-default {
    background: none;
    border: none;
    margin-top: -7px;
    display: inline-block;
    margin-right: -7px 5px 0;
    padding: 15px 10px;
  }
  header .btn.btn-default i {
    font-size: 19px;
    color: #ffffff;
  }
  header .btn.burger {
    margin-left: -15px;
    /*display: block;
				width:24px;
				height:24px;*/
    padding: 10px 0px;
    display: block;
    background: url("/assets/malina/icons/burger.svg") top center no-repeat;
    background-size: 100%;
    height: 37px;
    width: 30px;
    border-radius: 0;
    margin-top: 2px;
    /*i{
				content:'';
				&:before{
					display: none;
				}
				display: block;
				width:24px;
				height:24px;
				background          : url("/assets/malina/img/burger.svg") top center no-repeat;
			}*/
  }
  header .btn.burger i {
    display: none;
  }
}
.logo {
  margin-top: -10px;
}
.logo img {
  width: 150px;
  height: 30px;
  margin: 0 30px 30px 0;
  float: left;
}
@media (max-width: 767px) {
  .logo img {
    margin: 5px 30px 0px 0;
  }
}
@media (max-width: 480px) {
  .logo img {
    margin: 10px 30px 0px 0;
  }
}
.objectName {
  color: #ffffff;
}
.objectName .st1 {
  font: bold 24px/29px "Rubik", sans-serif;
}
.objectName .st2 {
  font: 300 24px/29px "Rubik", sans-serif;
}
@media (max-width: 480px) {
  .objectName .st1,
  .objectName .st2 {
    display: block;
    font: 300 20px/24px "Rubik", sans-serif;
  }
  .objectName .st1 {
    font-weight: bold;
  }
}
.collapse {
  padding: 0;
}
@media (max-width: 640px) {
  .collapse {
    padding: 0 15px;
  }
}
.menu nav ul {
  padding: 10px 0;
  width: 100%;
  display: block;
}
.menu nav ul li {
  display: inline-block;
  margin: 0 11px;
  border-bottom: 1px solid transparent;
}
.menu nav ul li:first-child {
  margin-left: 0px;
}
.menu nav ul li:last-child {
  margin-right: 0px;
}
.menu nav ul li:hover,
.menu nav ul li.active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.menu nav ul li a {
  color: #ffffff;
  font: lighter 16px/19px "Rubik", sans-serif;
  padding: 5px 2px;
}
@media (max-width: 1024px) {
  .menu nav ul li {
    margin: 0 11px;
  }
}
@media (max-width: 768px) {
  .menu nav ul li {
    margin: 0 2px;
    font-family: "Rubik", "PT Sans", sans-serif;
    font-size: 14px;
  }
  .menu nav ul li a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .menu nav ul li {
    display: block;
    padding: 5px 0px !important;
    margin: 0 5px !important;
    border-bottom: 1px solid transparent;
  }
  .menu nav ul li a {
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
  .menu nav ul li:hover,
  .menu nav ul li.active {
    border-bottom: none;
  }
  .menu nav ul li:hover a,
  .menu nav ul li.active a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
}
.mainTitle {
  text-align: center;
  color: #ffffff;
  margin-top: 60px;
  padding-bottom: 1px;
}
@media (max-width: 768px) {
    .mainTitle {
        padding-bottom: 0;
    }
}
.mainTitle .type {
  font: 300 20px/24px "Rubik", sans-serif;
}
.mainTitle .name {
  font: bold 72px/86px "Rubik", sans-serif;
}
.mainTitle .description {
  font: 300 18px/30px "Rubik", sans-serif;
  width: 100%;
  margin: 20px auto 186px;
}
@media (max-width: 480px) {
  .mainTitle {
    text-align: left;
    margin-top: 63px;
  }
  .mainTitle .type {
    font: 300 16px/19px "Rubik", sans-serif;
  }
  .mainTitle .name {
    font: bold 48px/58px "Rubik", sans-serif;
  }
  .mainTitle .description {
    font: 300 16px/22px "Rubik", sans-serif;
    width: 100%;
    margin: 20px auto 61px;
  }
}
header .container {
  position: relative;
}
.features {
  background: #ffffff;
  border-radius: 150px;
  padding: 40px 140px;
  /*height        : 300px;*/
  /*margin-top : 126px;*/
  bottom: -190px;
  position: absolute;
  z-index: 10;
  width: 100%;
}
.features .feature {
  text-align: center;
  padding: 0 40px;
}
.features .feature .name {
  font: bold 16px/16px "Rubik", sans-serif;
  margin-bottom: 10px;
}
.features .feature .description {
  font: 300 16px/26px "Rubik", sans-serif;
}
.features [class*="col-"]:nth-child(2) {
  border-left: 1px solid #d9d9d9;
}
@media (max-width: 1024px) {
  .features .feature .description {
    font: 300 14px/26px "Rubik", sans-serif;
  }
}
/*@media (max-width: 768px) {
  .features {
    padding: 69px 0;
    border-radius: 10px;
    left: 0;
  }
}*/
@media (max-width: 768px) {
  .features {
    position: relative;
    top: auto;
    bottom: auto;
    height: auto;
    border-radius: 0;
    margin: 0 -15px;
    padding: 0;
    width: calc(100% + 30px);
  }
  .features [class*="col-"]:nth-child(2) {
    border: none;
  }
  .features .feature {
    padding: 30px 40px;
  }
  .features .feature .description {
    font: 300 16px/26px "Rubik", sans-serif;
  }
}
.icon {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto 33px;
  background-size: contain !important;
  content: '';
  fill: #2e3754;
  color: #2e3754;
}
.icon .cls-1 {
  fill: #2e3754 !important;
}
.icon.icon-location {
  background: url("/assets/malina/icons/location.svg");
}
.icon.icon-car {
  background: url("/assets/malina/icons/car.svg");
}
.icon.icon-building {
  background: url("/assets/malina/icons/building.svg");
}
.mainSlider {
  background: #4a6787;
  background: -moz-radial-gradient(center, ellipse cover, #4a6787 0%, #253444 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #4a6787 0%, #253444 100%);
  background: radial-gradient(ellipse at center, #4a6787 0%, #253444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a6787', endColorstr='#253444', GradientType=1);
  padding-top: 234px;
  padding-bottom: 0px;
  overflow: hidden;
  position: relative;
}
.mainSlider.sber {
  background: #299d30;
  background-size: cover;
}
.mainSlider.default {
  background: #4a6787;
  background: -moz-radial-gradient(center, ellipse cover, #4a6787 0%, #253444 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #4a6787 0%, #253444 100%);
  background: radial-gradient(ellipse at center, #4a6787 0%, #253444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a6787', endColorstr='#253444', GradientType=1);
}
.mainSlider .container {
  position: relative;
}
.mainSlider .owl-controls {
  position: absolute;
  /*right:10%;*/
  width: 100%;
  top: 100%;
  height: 1px;
}
.mainSlider .owl-controls .owl-dots {
  top: 100%;
  display: block !important;
}
.mainSlider .owl-nav {
  position: absolute;
  width: 100%;
  top: -120px;
  color: #ffffff;
  text-align: right;
  padding-right: 10%;
}
.mainSlider .owl-nav div {
  background: transparent;
  width: 64px;
  height: 64px;
  line-height: 64px;
  /*float       : left;*/
  display: inline-block;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 0 !important;
  text-align: center;
  position: absolute;
  top: 0;
  /*top           : 50%;
			margin-top    : -32px;*/
}
.mainSlider .owl-nav div .icon-right,
.mainSlider .owl-nav div .icon-left {
  width: 24px;
  height: 24px;
  display: block;
  content: '';
  background-size: contain;
  margin: 20px;
}
.mainSlider .owl-nav div .icon-right {
  background-image: url('/assets/malina/icons/ic_arrow_next.svg');
}
.mainSlider .owl-nav div .icon-left {
  background-image: url('/assets/malina/icons/ic_arrow_back.svg');
}
.mainSlider .owl-nav div.owl-next {
  right: 0;
}
.mainSlider .owl-nav div.owl-prev {
  left: 0;
}
.mainSlider .slide {
  color: #ffffff;
  text-align: center;
  width: calc(100% - 100px);
  margin: 0 auto;
  padding-bottom: 100px;
  /*&:before {
			display         : block;
			content         : '';
			width           : 307px;
			height          : 408px;
			float           : left;
			background      : url("/assets/malina/img/slideImg.png") bottom right no-repeat;
			background-size : contain;
		}*/
}
.mainSlider .slide .objectName {
  display: none;
}
.mainSlider .slide .type {
  margin-top: 32px;
  font: 300 20px/24px "Rubik", sans-serif;
}
.mainSlider .slide .name {
  font: bold 60px/72px "Rubik", sans-serif;
  margin: 15px 0 33px;
}
.mainSlider .slide .actions {
  margin-bottom: 45px;
}
.mainSlider .slide .actions .btn {
  border-radius: 30px;
  font: 600 14px/17px "Rubik", sans-serif;
  color: #293f56;
  padding: 25px 65px 21px;
}
@media (max-width: 768px) {
  .mainSlider {
    padding-top: 0px;
    margin: 0 -15px;
  }
  .mainSlider .slide {
    /*padding-left : 230px;*/
    /*&:before {
				position        : absolute;
				bottom          : 0px;
				left            : -80px;
				z-index         : 10;
				background-size : 210px;
			}*/
  }
  .mainSlider .slide .name {
    font: bold 45px/56px "Rubik", sans-serif;
    margin: 20px 0 38px;
  }
  .mainSlider .owl-carousel .owl-nav {
    display: none !important;
  }
  .mainSlider .owl-carousel .owl-dots {
    display: block !important;
  }
  .mainSlider .owl-carousel .owl-next {
    right: 50px !important;
  }
}
@media (max-width: 480px) {
  .mainSlider {
    padding-top: 0px;
    /*width       : ~"calc(100% + 15px)";*/
    /*width       : 100%;*/
    margin: 0 -15px;
  }
  .mainSlider .slide {
    position: relative;
    /*padding-left   : 90px;*/
    padding-bottom: 30px;
    /*&:before {
				position        : absolute;
				width           : 175px;
				height          : 295px;
				bottom          : 0px;
				left            : -0px;
				z-index         : 10;
				background-size : contain;
			}*/
  }
  .mainSlider .slide * {
    z-index: 20;
    position: relative;
  }
  .mainSlider .slide .objectName {
    display: none;
  }
  .mainSlider .slide .type {
    margin-top: 43px;
    font: 300 16px/19px "Rubik", sans-serif;
  }
  .mainSlider .slide .name {
    font: bold 30px/36px "Rubik", sans-serif;
    margin: 20px 0 38px;
  }
  .mainSlider .slide .actions {
    margin-bottom: 40px;
  }
  .mainSlider .slide .actions .btn {
    border-radius: 30px;
    font: 600 12px/14px "Rubik", sans-serif;
    color: #293f56;
    padding: 27px 45px 21px;
  }
}
/*
СЕКЦИИ
*/
.section {
  padding: 66px 0;
}
.section.small {
  padding: 32px 0;
}
.block {
  background: #ffffff;
}
.block .st1 {
  font: bold 44px/53px "Rubik", sans-serif;
  margin-bottom: 14px;
}
.block .st1 small {
  font: bold 21px/21px "Rubik", sans-serif;
}
.block .st2 {
  font: 300 16px/22px "Rubik", sans-serif;
  color: #7b7b7b;
}
.block hr {
  background: none;
  border-top: 1px solid #2e3754;
  margin: 30px 0;
}
@media (max-width: 480px) {
  .block .st1 {
    font: bold 36px/43px "Rubik", sans-serif;
    margin-bottom: 17px;
  }
  .block .st2 {
    font: 300 14px/20px "Rubik", sans-serif;
    color: #7b7b7b;
  }
  .block hr {
    margin: 40px 0;
  }
}
.about {
  background: #f6f6f6;
}
.about.section {
    padding-bottom: 0;
}
@media (max-width: 768px) {
  .about {
    padding-bottom: 0;
  }
}
.about .block {
  text-align: center;
  padding: 65px;
}
.about .bigInfo {
  margin-top: 50px;
}
.about .bigInfo .title {
  font: bold 16px/20px "Rubik", sans-serif;
  margin-bottom: 20px;
}
.about .bigInfo .title img {
  margin-right: 8px;
  width: 20px;
}
.about .bigInfo ul li {
  display: block;
  margin-bottom: 10px;
  font: 300 15px/21px "Rubik", sans-serif;
  padding-left: 32px;
}
.about .bigInfo ul li:before {
  content: '\2022';
  color: #2e3754;
  padding-right: 15px;
  display: block;
  float: left;
  margin-left: -18px;
  width: 20px;
  text-align: center;
}
.about .bigInfo ul li:after {
  clear: both;
  display: block;
  content: '';
}
@media (max-width: 1024px) {
  .about .block .st1 {
    font: bold 36px/43px "Rubik", sans-serif;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .about .block {
    margin: 30px 0 10px;
    padding: 46px 20px;
  }
  .about .st1 {
    font: bold 32px/38px "Rubik", sans-serif;
    margin-bottom: 17px;
  }
}
@media (max-width: 480px) {
  .about {
    /*&:after {
			background    : transparent url("/assets/malina/img/bgNewsletterBefore.png") center center repeat;
			height        : 280px;
			width         : 100%;
			display       : block;
			content       : '';
			margin-bottom : -66px;
			margin-top    : -66px;
		}*/
  }
  .about .block {
    margin: 30px 0;
    padding: 46px 56px;
  }
}
.newsletter {
  background: #2e3754 url("/assets/malina/img/bgSubscribe.png") center center repeat;
}
.newsletter .headline {
  font: bold 24px/60px "Rubik", sans-serif;
  color: #ffffff;
}
.newsletter .headline:before {
  display: block;
  content: '';
  float: left;
  width: 64px;
  height: 48px;
  padding-left: 100px;
  margin-top: 5px;
  background: url("/assets/malina/icons/mail.svg") center center no-repeat;
}
.newsletter form {
  text-align: right;
}
.newsletter form .form-control {
  background: none;
  color: #ffffff;
  border-radius: 30px;
  border-color: #ffffff;
  height: 60px;
  padding: 22px 40px 20px;
  font: normal 16px/24px "Rubik", sans-serif;
}
.newsletter form .form-control::placeholder {
  color: #ffffff;
}
.newsletter form .btn {
  margin-left: 20px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .newsletter .headline {
    font: bold 24px/29px "Rubik", sans-serif;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .newsletter .headline {
    font: bold 14px/17px "Rubik", sans-serif;
    text-align: left;
    padding-top: 15px;
  }
  .newsletter .headline:before {
    margin-top: -10px;
  }
  .newsletter form .btn {
    margin-left: 10px;
    padding: 17px 20px;
  }
}
@media (max-width: 480px) {
  .newsletter {
    background: #2e3754 url("/assets/malina/img/bgNewsletterSmall.png") center center repeat;
    background-size: cover;
  }
  .newsletter .headline {
    font: bold 24px/29px "Rubik", sans-serif;
    text-align: center;
    margin: 0px 0 19px;
  }
  .newsletter .headline:before {
    float: none;
    margin: 0px auto 24px;
  }
  .newsletter form .form-control,
  .newsletter form .btn {
    display: block;
    width: 100%;
    margin: 0 auto 19px;
  }
}
.bg {
  background-color: #cccccc;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.flats {
  background: #f6f6f6;
}
@media (max-width: 640px) {
  .flats {
    padding-bottom: 20px;
  }
}
.flats .flat {
  background: #ffffff;
  margin-bottom: 30px;
}
.flats .flat .image {
  position: relative;
}
.flats .flat .image a,
.flats .flat .image > div:first-child {
  display: block;
  height: 325px;
  background-color: #cccccc;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.flats .flat .image .category {
  position: absolute;
  bottom: 0;
  padding: 30px 64px;
  margin-bottom: 0;
}
.flats .flat .image .category .name,
.flats .flat .image .category .count {
  color: #ffffff;
}
.flats .flat .image .category .cont {
  text-align: right;
}
.flats .flat .category {
  padding: 0px 0px 30px;
  width: 100%;
  margin-bottom: 30px;
}
.flats .flat .category .name,
.flats .flat .category .count {
  float: left;
  width: 50%;
  color: #000000;
}
.flats .flat .category .name {
  font: bold 24px/29px "Rubik", sans-serif;
}
.flats .flat .category .count {
  padding-left: 15px;
  text-align: left;
  font: bold 16px/29px "Rubik", sans-serif;
}
.flats .flat .info {
  padding: 43px 64px 50px;
}
.flats .flat .info .headline {
  font: 300 16px/19px "Rubik", sans-serif;
  margin-bottom: 15px;
}
.flats .flat .info .content {
  font: bold 16px/19px "Rubik", sans-serif;
}
.flats .flat .info .actions {
  margin-top: 32px;
}
.flats .flat .info .actions .btn {
  font: bold 14px/17px "Rubik", sans-serif;
  border: 1px solid #2e3754;
}
.flats .flat .info .actions .btn.nobg {
  color: #000000;
  background: #ffffff;
}
@media (min-width: 1200px) {
  .flats .visible-lg {
    display: inline !important;
  }
}
@media (min-width: 1024px) {
  .flats .flat .info {
    padding: 43px 24px 50px;
  }
  .flats .flat .visible-lg {
    display: inline;
  }
}
@media (max-width: 1024px) {
  .flats .flat .category .name {
    font: bold 19px/25px "Rubik", sans-serif;
  }
  .flats .flat .category .count {
    font: bold 16px/25px "Rubik", sans-serif;
  }
  .flats .flat .info {
    padding: 43px 24px 50px;
  }
}
@media (max-width: 320px) {
  .flats .flat .category .name {
    font: bold 18px/25px "Rubik", sans-serif;
  }
  .flats .flat .category .count {
    font: bold 16px/25px "Rubik", sans-serif;
  }
  .flats .flat .info {
    padding: 43px 24px 50px;
  }
}
.location {
  background: #f6f6f6;
  padding-bottom: 0;
}
@media (max-width: 640px) {
  .location {
    padding-top: 0;
  }
}
.location #map {
  /*height     : 600px;*/
  background: #cccccc;
}
.clearfix {
  clear: both;
  display: block;
  content: '';
}
@media (max-width: 640px) {
  .mortgage {
    background: #f6f6f6;
  }
}
.mortgage .results {
  margin: 20px 0 10px;
  /*[class*="col"].sberbank {
			.item {
				background : #299d30;
				* {
					color : #ffffff;
				}
				.param {
					.value {
						color : #ffffff;
					}
				}
			}
		}*/
}
.mortgage .results .item {
  padding: 36px 30px;
  margin-bottom: 30px;
  background: #ffffff;
}
.mortgage .results .item .logo {
  height: 50px;
  margin-bottom: 20px;
  background-color: #cccccc;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
@media (max-width: 640px) {
  .mortgage .results .item .logo {
    background-position: left;
  }
}
.mortgage .results .item .info {
  margin-bottom: 0;
}
.mortgage .results .item .info:after {
  clear: both;
  display: block;
  content: '';
}
.mortgage .results .item .param {
  float: left;
  margin-right: 21px;
  /*&:last-child {
					.value {
						color : #e53935;
					}
				}*/
}
.mortgage .results .item .param .name {
  margin-bottom: 9px;
  font: normal 14px/17px "Rubik", sans-serif;
}
.mortgage .results .item .param .value {
  font: bold 14px/17px "Rubik", sans-serif;
}
@media (max-width: 1024px) {
  .mortgage .results .item .param {
    margin-bottom: 15px;
  }
}
.mortgage .info {
  margin-bottom: 30px;
}
.mortgage .actions .btn {
  font: bold 14px/17px "Rubik", sans-serif;
  border: 1px solid #2e3754;
}
.mortgage .actions .btn.nobg {
  color: #000000;
  background: #ffffff;
}
@media (max-width: 480px) {
  .mortgage label {
    margin-bottom: 10px;
  }
  .mortgage .results {
    margin-bottom: 10px;
  }
  .mortgage .actions {
    margin: 0px 0 0;
  }
  .mortgage .actions .btn {
    border-radius: 30px;
    white-space: normal;
    width: 100%;
    text-align: center;
    font: bold 12px/16px "Rubik", sans-serif;
    padding: 17px 60px 15px;
  }
}
.gallery.section {
  background: #f6f6f6;
  padding-bottom: 0;
}
.gallery.section .owlCarousel {
    height: 604px;
}
.gallery.section .item {
  position: relative;
}
.gallery.section .item .container {
  width: calc(100% + 30px) !important;
  margin: 0 -15px;
}
.gallery.section .item:after {
  clear: both;
  display: block;
  content: '';
}
.gallery.section .item .slideBg {
  height: 604px;
  width: 100%;
  background-color: #cccccc;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gallery.section .item .slideBg:after {
  clear: both;
  display: block;
  content: '';
}
.gallery.section .item .slideBg.w80,
.gallery.section .item .slideBg.w20 {
  float: left;
}
.gallery.section .item .slideBg.w80 {
  width: 80%;
}
.gallery.section .item .slideBg.w20 {
  background: #1c1c1c;
  width: 20%;
}
.gallery.section .item .container {
  /*position : absolute;
			bottom   : 0;*/
}
.gallery.section .item .content {
  position: absolute;
  bottom: 0%;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 30px 23px;
  width: 425px;
}
@media (max-width: 480px) {
  .gallery.section .item .content {
    width: 100%;
  }
}
.gallery.section .item .content .name {
  font: bold 20px/26px "Rubik", sans-serif;
  margin-bottom: 10px;
}
.gallery.section .item .content .description {
  font: 300 14px/20px "Rubik", sans-serif;
}
@media (max-width: 480px) {
  .gallery.section {
    padding-top: 0;
  }
  .gallery.section .owlCarousel {
    height: 504px;
  }
  .gallery.section .item .slideBg {
    height: 504px;
  }
  .gallery.section .item .slideBg:after {
    position: absolute;
    height: 30px;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, #000000 100%);
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#000000', GradientType=0);
  }
  .gallery.section .item .slideBg.w80 {
    width: 100%;
    float: none;
  }
  .gallery.section .item .slideBg.w20 {
    display: none;
  }
  .gallery.section .item .content {
    display: none;
  }
}
.progress.section {
  background: #f6f6f6;
  height: auto;
  margin-bottom: 0;
  box-shadow: none;
}
@media (max-width: 640px) {
  .progress.section {
    padding-top: 0;
  }
}
.progress.section .buildingBtns {
  margin-bottom: 40px;
}
.progress.section .buildingBtns .btn {
  border-radius: 30px;
  margin-right: 20px;
  border: 1px solid #7b7b7b;
  background: none;
  color: #7b7b7b;
  font: 300 16px/19px "Rubik", sans-serif;
}
.progress.section .buildingBtns .btn:hover,
.progress.section .buildingBtns .btn.active {
  border: 1px solid #2e3754;
  background: #2e3754;
  color: #ffffff;
}
.progress.section .gallery .item {
  position: relative;
  background-color: #cccccc;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.progress.section .gallery .item a {
  background-color: #cccccc;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  /*position: absolute;
				top:0;left:0;
				width:100%;
				height :100%;*/
  min-height: 624px;
}
.progress.section .gallery .owl-controls .owl-nav {
  margin-top: -60px;
  text-align: left;
}
.progress.section .gallery .owl-controls .owl-nav > div {
  border-radius: 0 !important;
}
.progress.section .block {
  padding: 37px 64px;
}
.progress.section .block .year {
  font: normal 24px/29px "Rubik", sans-serif;
  margin-bottom: 36px;
}
.progress.section .block .month {
  color: #7b7b7b;
  font: 300 16px/19px "Rubik", sans-serif;
  cursor: pointer;
  margin-bottom: 23px;
}
.progress.section .block .month.active,
.progress.section .block .month:hover {
  color: #2e3754;
  font: normal 16px/19px "Rubik", sans-serif;
}
@media (max-width: 640px) {
  .progress.section .block {
    padding: 0;
    background: none;
  }
}
@media (max-width: 480px) {
  .progress.section {
    padding-bottom: 0;
  }
  .progress.section .gallery {
    margin: 0 -15px 0px;
    width: calc(100% + 30px);
  }
  .progress.section .buildingBtns,
  .progress.section .block {
    margin-bottom: 20px;
  }
}
.callToAction {
  background: #2e3754;
  color: #ffffff;
  padding: 20px 0 !important;
}
.callToAction .container > div {
  width: 33.3%;
  float: left;
  line-height: 60px !important;
}
.callToAction .container > div:last-child {
  text-align: right;
}
.callToAction .container > div:last-child i {
  font-size: 20px;
  display: block;
  float: left;
  margin-top: 1px;
}
.callToAction .container > div.worktime {
  font: 300 16px/22px "Rubik", sans-serif;
  text-align: center;
}
.callToAction .container > div.worktime i {
  margin-right: 15px;
}
.callToAction .container > div.phone {
  font: bold 20px/24px "Rubik", sans-serif;
  text-align: center;
  cursor: pointer;
}
.callToAction .container > div.phone:hover {
  opacity: 0.8;
}
.callToAction .container > div .callback.btn {
  font-weight: bold;
}
@media (max-width: 1024px) {
  .callToAction .container > div.objectName .st1 {
    font-size: 20px;
  }
  .callToAction .container > div.objectName .st2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .callToAction .container > div.objectName .st1 {
    font-size: 15px;
  }
  .callToAction .container > div.objectName .st2 {
    font-size: 15px;
  }
  .callToAction .container > div .btn {
    padding: 17px 15px;
  }
}
@media (max-width: 480px) {
  .callToAction {
    padding: 44px 0 !important;
  }
  .callToAction .container > div {
    width: 100%;
    float: none;
    line-height: 24px !important;
    text-align: center;
  }
  .callToAction .container > div:last-child {
    text-align: center;
  }
  .callToAction .container > div.worktime {
    font: 300 18px/22px "Rubik", sans-serif;
    text-align: center;
    margin-top: 12px;
  }
  .callToAction .container > div.worktime i {
    margin-right: 15px;
  }
  .callToAction .container > div.phone {
    font: bold 20px/24px "Rubik", sans-serif;
    text-align: center;
    margin-top: 34px;
  }
  .callToAction .container > div .btn {
    margin-top: 20px;
    padding: 17px 40px;
  }
}
.plan {
  background: #ffffff;
}
.plan img {
  /*height    : 420px;*/
  width: 100%;
  background: #cccccc;
}
.plan .image {
  position: relative;
}
.plan svg {
  opacity: 0.4;
}
.plan .btn {
  font-weight: bold;
}
@media (max-width: 480px) {
  .plan {
    /*padding-bottom: 0;*/
  }
  .plan .image {
    width: calc(100% + 30px);
    max-width: auto;
    min-width: auto;
    display: block;
    margin: 0 -15px;
  }
  .plan .aeroVideo {
    padding: 17px 15px;
    margin-top: -13px;
    margin-left: -15px;
  }
}
.documents {
  background: #f6f6f6;
}
.documents h2 {
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .documents h2 {
    margin-bottom: 0;
  }
}
.documents .items {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .documents .items.opened {
    margin-top: 50px;
  }
}
.documents .file {
  /*padding       : 30px;*/
  margin-bottom: 30px;
  /*background    : #ffffff;*/
  position: relative;
  cursor: pointer;
  /*a {
			display  : block;
			position : relative;
			color    : @primary-color;
			font     : 300 16px/24px "Rubik", sans-serif;
			&:hover {
			}
			
		}*/
}
.documents .file > div {
  padding-left: 50px;
  position: relative;
}
.documents .file > div:before {
  width: 30px;
  height: 36px;
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  content: '';
  background: transparent url('/assets/malina/icons/fileicon.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.documents .file > div:after {
  position: absolute;
  top: 17.5px;
  left: 2px;
  width: 30px;
  height: 12px;
  font-size: 8px;
  text-transform: uppercase;
  content: attr(data-type);
  color: #ffffff;
}
.documents .file.active a b {
  color: #2e3754;
}
.documents .file b {
  display: block;
  font: normal 16px/20px "Rubik", sans-serif;
  margin-bottom: 12px;
  height: 40px;
}
.documents .file b:first-letter {
  text-transform: uppercase;
}
.documents .file b + div {
  font: 300 16px/24px "Rubik", sans-serif;
  margin: 13px 0;
  color: #7b7b7b;
}
@media (max-width: 768px) {
  .documents .file b {
    font: bold 14px/16px "Rubik", sans-serif;
  }
}
.documents .file span,
.documents .file div {
  display: block;
  color: #000000;
  font: 300 14px/17px HelveticaNeueCyr, sans-serif;
}
.documents .actions .btn {
  border: 1px solid #2e3754;
  background: none;
  font: bold 14px/17px "Rubik", sans-serif;
  color: #000000;
}
.photos {
  background: #ffffff;
}
.photos .gallery .item {
  height: 256px;
  background-color: #cccccc;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: #293f56;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .photos {
    padding-bottom: 0;
  }
}
.questions {
  background: #f6f6f6 url("/assets/malina/img/bgHeader.jpg") top center;
  position: relative;
}
.questions h1,
.questions h2 {
  color: #ffffff;
}
.questions:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: rgba(41, 63, 86, 0.7);
}
.questions * {
  position: relative;
  color: #ffffff;
}
.questions form label {
  font: normal 16px/24px "Rubik", sans-serif;
  margin-bottom: 15px;
}
.questions form .form-control {
  height: 50px;
  font: 300 14px/17px "Rubik", sans-serif;
  border-radius: 0;
  border: none;
  color: #000000;
}
.questions form .btn {
  margin-top: 5px;
  border-radius: 30px;
  font: bold 16px/24px "Rubik", sans-serif;
}
.questions form .actions {
  margin-top: 30px;
}
.questions form .actions label {
  padding-top: 17px;
  font: normal 14px/24px "Rubik", sans-serif;
}
.questions form .actions label a {
  text-decoration: underline !important;
}
.questions form .actions label a:hover {
  text-decoration: none !important;
}
@media (max-width: 480px) {
  .questions form .actions {
    margin-top: 30px;
  }
  .questions form .actions label {
    padding-top: 17px;
    font: normal 14px/24px "Rubik", sans-serif;
  }
  .questions form .actions label:before,
  .questions form .actions label:after {
    top: 20px;
  }
  .questions form .actions label:after {
    top: 21px !important;
  }
  .questions form .actions label a {
    text-decoration: underline !important;
  }
  .questions form .actions label a:hover {
    text-decoration: none !important;
  }
}
.other {
  background: #ffffff;
  position: relative;
  padding-bottom: 0;
}
.other .onMap {
  position: absolute;
  top: 170px;
  padding: 47px 64px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.other #otherMap {
  z-index: 10;
}
.other .city {
  padding-left: 0px;
  font: bold 24px/29px "Rubik", sans-serif;
  margin-bottom: 23px;
}
.other .objects {
  margin: 0;
  padding: 0;
}
.other .objects li {
  margin-bottom: 22px;
  font: normal 14px/17px "Rubik", sans-serif;
  cursor: pointer;
}
.other .objects li:hover,
.other .objects li.active {
  color: #2e3754;
  font: bold 14px/17px "Rubik", sans-serif;
}
.other .objects li span {
  width: 12px;
  height: 12px;
  display: block;
  float: left;
  margin-right: 12px;
  border-radius: 100%;
  background-color: #cccccc;
}
.other .map {
  background: #cccccc;
  /*height     : 400px;*/
}
footer {
  padding: 17px 0;
  background: #ffffff;
  font: normal 14px/24px "Rubik", sans-serif;
  color: #7b7b7b;
}
footer .col-sm-6:last-child {
  text-align: right;
}
footer .col-sm-6:last-child a {
  color: #7b7b7b;
  text-decoration: underline !important;
}
footer .col-sm-6:last-child a:hover {
  text-decoration: none !important;
}
@media (max-width: 480px) {
  footer {
    text-align: center;
  }
  footer .col-sm-4 {
    text-align: center !important;
  }
}
input[type="checkbox"] {
  /*display : none;*/
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
}
input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Roboto', Arial, sans-serif;
  color: #ffffff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 768px) {
  .questions form .actions label {
    padding-top: 5px !important;
  }
  .questions input[type="checkbox"] + label:before {
    top: 10px;
    bottom: auto;
  }
  .questions input[type="checkbox"]:checked + label:after {
    top: 10px;
    bottom: auto;
  }
}
input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}
input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #2e3754;
  border: 1px solid #2e3754;
  position: absolute;
  border-radius: 4px;
  left: 0;
  bottom: 0px;
  opacity: 1;
  /*-webkit-transition : all .12s, border-color .08s;
	transition         : all .12s, border-color .08s;*/
}
input[type="checkbox"]:checked + label:before {
  background: #2e3754;
}
input[type="checkbox"]:checked + label:after {
  width: 16px;
  height: 14px;
  border: 2px solid #ffffff;
  content: '';
  position: absolute;
  left: 0;
  top: auto;
  background: none;
  width: 10px;
  bottom: 6px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type="radio"] {
  /*display : none;*/
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
}
input[type="radio"] + label,
input[type="radio"] + .content {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Roboto', Arial, sans-serif;
  color: #000000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
input[type="radio"] + label:last-child,
input[type="radio"] + .content:last-child {
  margin-bottom: 0;
}
input[type="radio"] + label:before,
input[type="radio"] + .content:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #2e3754;
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 2px;
  opacity: 1;
  /*-webkit-transition : all .12s, border-color .08s;
	transition         : all .12s, border-color .08s;*/
}
input[type="radio"]:checked + label:before,
input[type="radio"]:checked + .content:before {
  background: #2e3754;
}
input[type="radio"]:checked + label:after,
input[type="radio"]:checked + .content:after {
  width: 14px;
  height: 14px;
  border: 3px solid #ffffff;
  content: '';
  position: absolute;
  background: none;
  top: 5px;
  left: 3px;
  border-radius: 100%;
  opacity: 1;
  /*border-top-color  : transparent;
	border-left-color : transparent;
	-webkit-transform : rotate(45deg);
	transform         : rotate(45deg);*/
}
.modal {
  z-index: 99999999;
}
.modal .modal-title {
  font-size: 24px;
}
.modal .close {
  margin-top: 7px;
}
.modal .modal-dialog {
  width: 340px;
}
@media (max-width: 480px) {
  .modal .modal-dialog {
    width: calc(100% - 20px);
  }
}
.modal .modal-dialog .btn {
  padding: 15px 30px 13px;
  margin: 0 0 0 7px;
  /*float:right;*/
}
.modal .modal-dialog label {
  color: #000000;
}
.modal .modal-dialog [type="checkbox"] + label:before,
.modal .modal-dialog [type="checkbox"] + label:after {
  top: 2px;
}
.modal .form-group {
  margin-bottom: 26px;
}
.modal .form-group label {
  font: normal 14px/17px HelveticaNeueCyr, sans-serif;
  margin-bottom: 9px;
}
.modal .form-group .form-control {
  margin-top: 9px;
  border-radius: 0;
  padding: 17px 20px 14px;
  height: auto;
  font: 300 14px/17px HelveticaNeueCyr, sans-serif;
}
.modal .modal-footer {
  text-align: left;
}
#error {
  border-radius: 25px;
  padding: 25px;
  border: 1px solid #2e3754;
  width: 50%;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #error {
    width: 100%;
  }
}
#error p + p {
  margin: 0;
}
#formStatus {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  padding: 30px;
  font: normal 16px/22px 'Futura PT Book';
  color: #ffffff;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 99999;
}
#formStatus.success {
  background: green;
}
#formStatus.error {
  background: red;
}
.top_button:before {
  background-color: #2e3754;
  border-radius: 100%;
  content: "";
  font-family: "FontAwesome";
  font-size: 20px;
  padding: 9px 16px;
  position: absolute;
}
.top_button {
  bottom: 25px;
  color: #ffffff;
  font-size: 0;
  height: 45px;
  position: fixed;
  right: 20px;
  width: 40px;
  z-index: 95;
  cursor: pointer;
}
.top_button:hover,
.top_button:focus {
  color: #ffffff;
}
.owl-controls {
  position: relative;
  /*right:10%;*/
  width: 100%;
  /*top:~"calc(100% - 90px)";*/
}
.owl-controls .owl-dots {
  display: none !important;
}
.owl-controls .owl-nav {
  display: block !important;
}
@media (max-width: 1024px) {
  .owl-controls {
    right: 0;
  }
  .owl-controls .owl-nav {
    display: none !important;
  }
  .owl-controls .owl-dots {
    display: block !important;
  }
}
.owl-dots {
  text-align: center;
  margin-top: -30px;
}
.owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  /*display: block;*/
  content: '';
  display: inline-block;
  border-radius: 100%;
  margin-right: 20px;
  background: #ffffff;
}
.owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-dots .owl-dot.active {
  background: #2e3754;
}
.owl-nav {
  margin-top: -90px;
  color: #ffffff;
  text-align: right;
  padding-right: 10%;
}
.owl-nav div {
  background: #2e3754;
  width: 80px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  /*float       : left;*/
  display: inline-block;
  position: relative;
}
.owl-nav div.owl-next {
  border-radius: 0 30px 30px 0;
}
.owl-nav div.owl-prev {
  border-radius: 30px 0 0 30px;
}
.owl-nav div.owl-prev:after {
  position: absolute;
  right: 0;
  top: 15px;
  height: 30px;
  width: 1px;
  display: block;
  content: '';
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 1024px) {
  .section .owl-nav {
    display: block !important;
    text-align: center !important;
    margin-top: -70px;
  }
  .section .owl-nav div {
    display: inline-block !important;
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: relative !important;
    border-radius: 0;
    border: none;
  }
  .section .owl-nav div i {
    display: block;
    content: '';
    width: 100%;
    height: 32px;
  }
  .section .owl-nav div i:before {
    content: '';
  }
  .section .owl-nav div.owl-prev:after {
    border: none;
  }
  .section .owl-nav div.owl-prev i {
    background: transparent url("/assets/malina/img/ic_arrow_prev.png") center center no-repeat;
  }
  .section .owl-nav div.owl-next i {
    background: transparent url("/assets/malina/img/ic_arrow_next.png") center center no-repeat;
  }
  .section .owl-dots {
    display: none !important;
  }
}
#ComplexMap,
#otherMap {
  /*-webkit-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: 1s;*/
  height: 500px;
  position: relative;
}
#ComplexMap.enable:before,
#otherMap.enable:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: block;
  z-index: 1020;
}
#ComplexMap.enable:after,
#otherMap.enable:after {
  z-index: 1021;
  position: absolute;
  width: 100%;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 0 20px;
  font-weight: bold;
  font-size: 21px;
  content: 'Чтобы переместить карту, проведите по ней двумя пальцами';
}
#ComplexMap .mapMarker {
  width: 40px;
  height: 40px;
  color: #000000;
  background: #e53935;
  border-radius: 10px;
  color: #ffffff;
  padding: 10px;
  text-align: left;
  font-weight: bold;
  transition: 0.2s;
  text-align: center;
}
#ComplexMap .mapMarker img {
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -5px;
}
#ComplexMap .mapMarker > span {
  display: none !important;
}
#ComplexMap .mapMarker:hover {
  width: 120px !important;
}
#ComplexMap .mapMarker:hover span {
  display: block !important;
}
.select2-container--default {
  width: 100% !important;
}
.select2-container--default .select2-search--dropdown {
  display: none;
}
.select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  padding: 5px 20px;
  border-radius: 25px;
  border: 1px solid #2e3754;
  height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 37px;
}


.comp-d-features__icons-img {filter: brightness(0.2) !important;}
@media (max-width: 768px) {
  .comp-d-features__list {grid-template-columns: 1fr 1fr !important;}
}