@charset "UTF-8";
/* 
-----------------------------------------------------
  Stylesheet Guide
-----------------------------------------------------
  
  1. Default stylesheets

  2. Basic Elements
    2.1. Typography
    2.2. Lists
    2.3. Buttons
    2.4. Forms

  3. General classes
    3.1. Flex
    3.2. Animated

  4. Main options
    4.1 Breadcrumps
    4.2 Offsets

  5. Header
    5.1. Main navigation

  6. Plugins
    6.1. Preloader
    6.2. Back to top
    6.3. Carousels
    6.4. Fancybox
    6.5. Tooltip
    6.7. RangeSlider
    
  7. Footer
    7.1. Footer Bottom
    7.2. Copyright

  8. Main Sections

  


*/
@import url(reset.css);
@import url(../fonts/Gilroy/stylesheet.css);
/* ------------------------------------------------

    1. Default stylesheets

------------------------------------------------ */
html, body {
  height: 100%; }

body {
  font-family: 'Gilroy', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #525252;
  background: #F9F9F9;
  -webkit-text-size-adjust: none; }

.blackout {
  color: #fff; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

::selection {
  color: #fff;
  background: #FF490B; }

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

/* ------------------------------------------------

    2. Basic Elements

------------------------------------------------ */
/* --------------------------------------------
      2.1. Typography
-------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Gilroy', sans-serif;
  font-weight: bold;
  line-height: 1.23em;
  color: #303030;
  margin: 0;
  margin-bottom: 17px; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #303030;
    text-decoration: none; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      opacity: 0.7; }
.main_box_pos .box_info h3 span,
.main_box_pos .bi_blue h3 div{
    font-size: 17px;
    line-height: 1.3;
}

.main_box_pos .box_info span ul:not([class]) li,
.main_box_pos .bi_blue h3 div ul:not([class]) li{
	color: #fff;
}
.blackout {
  color: #fff; }
  .blackout h1, .blackout h2, .blackout h3, .blackout h4, .blackout h5, .blackout h6 {
    color: #fff; }
    .blackout h1 a, .blackout h2 a, .blackout h3 a, .blackout h4 a, .blackout h5 a, .blackout h6 a {
      color: #fff; }

h1 {
    font-size: 70px;
    line-height: 75px;
    margin-bottom: 60px;}

.un_title {
  margin-top: -30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #868686;
  opacity: 0.5; }
  .un_title span {
    display: inline-block; }
  .un_title span:not(:last-child) {
    padding-right: 30px; }

h2 {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 70px; }

h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px; }

h4 {
  font-size: 20px;
  line-height: 30px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

.main_title {
  font-weight: bold;
  font-size: 140px;
  line-height: 120px;
  margin-bottom: 40px; }

.title_sm {
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #B2B2B2;
  margin-bottom: 30px; }

.blackout .title_sm {
  color: rgba(255, 255, 255, 0.7); }

.title_box {
  margin-bottom: 110px; }
  .title_box h1:last-child, .title_box h2:last-child, .title_box h3:last-child {
    margin-bottom: 0; }

.title_box p {
  line-height: 24px; }

p:not(:last-child) {
  margin-bottom: 40px; }

mark {
  background-color: #20cfef;
  padding: 0 2px;
  color: #fff; }

mark.red {
  background-color: #ee352f; }

blockquote {
  font-weight: 600;
  padding-left: 40px;
  border-left: 2px solid #303030; }

blockquote:not(:last-child) {
  margin-bottom: 40px; }

sup {
  display: inline-block;
  -moz-transform: scale(0.6) translate(-10%, -30%);
  -o-transform: scale(0.6) translate(-10%, -30%);
  -webkit-transform: scale(0.6) translate(-10%, -30%);
  transform: scale(0.6) translate(-10%, -30%); }

a {
  color: #FF490B;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

a:hover {
  color: #FF490B;
  text-decoration: none; }

a:focus,
a:visited {
  text-decoration: none; }

.fz20 {
  font-size: 20px; }

.fz18 {
  font-size: 18px; }

.fz16 {
  font-size: 16px; }

.fz12 {
  font-size: 12px; }

.fw300 {
  font-weight: 300; }

.fw400 {
  font-weight: 400; }

.fw500 {
  font-weight: 500; }

.fw600 {
  font-weight: 600; }

.fw700 {
  font-weight: 700; }

.fw_bold {
  font-weight: bold; }

.fw800 {
  font-weight: 800; }

.fw900 {
  font-weight: 900; }

.book {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2; }

/* --------------------------------------------
      2.2. Lists
-------------------------------------------- */
ul:not([class]):not(:last-child) {
  margin-bottom: 30px; }

ul:not([class]) li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #525252; }

ul:not([class]) li:not(:last-child) {
  margin-bottom: 16px; }

ul:not([class]) li:before {
  content: " ";
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #FF490B; }

ol:not([class]) {
  counter-reset: myCounter; }

ol:not([class]):not(:last-child) {
  margin-bottom: 30px; }

ol:not([class]) li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #525252; }

ol:not([class]) li:not(:last-child) {
  margin-bottom: 16px; }

ol:not([class]) li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  color: #FF490B;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold; }

/* --------------------------------------------
      2.3. Buttons
-------------------------------------------- */
.btn_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px; }

.btn_box > *:not(:last-child) {
  margin-right: 30px; }

.btn_box > * {
  margin-bottom: 10px; }

.btn_box_sm > *:not(:last-child) {
  margin-right: 6px; }

.btn {
  display: inline-block;
  outline: none;
  cursor: pointer;
  border: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 17px 24px;
  background: #FF490B;
  border-radius: 1px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn:hover {
  text-decoration: none;
  background-color: #0B3A63;
  color: #FFFFFF; }

.btn_lg {
  padding: 22px 40px; }

.btn_xl {
  padding: 40px; }

.btn_gray {
  background: #F3F3F3;
  color: #303030; }
  .btn_gray.active, .btn_gray:hover {
    color: #fff;
    background-color: #FF490B; }
    .btn_gray.active *, .btn_gray:hover * {
      fill: #fff; }

.btn_point_lg {
  width: 60px;
  height: 60px;
  position: relative; }
  .btn_point_lg svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.btn_point {
  width: 50px;
  height: 50px;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  background-color: #174670;
  fill: #FFFFFF; }
  .btn_point svg {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.btn_group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .btn_group > *:not(:last-child) {
    margin-right: 4px; }

.filter_txt {
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #B2B2B2;
  margin-bottom: 14px; }

.btn_arrow {
  text-align: left;
  padding-right: 35px;
  position: relative; }
  .btn_arrow:before {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -2px;
    width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #FF490B; }

.btn_nav {
  position: fixed;
  top: 50px;
  right: 60px;
  display: block;
  border: none;
  outline: none;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 15; }
  .btn_nav i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FF490B;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .btn_nav:hover i {
    background-color: #0B3A63 !important; }

.btn_nav:before, .btn_nav:after, .btn_nav span {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  top: 26px;
  left: 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn_nav span {
  top: 34px; }

.btn_nav:after {
  top: auto;
  bottom: 26px; }

.btn_nav.active {
  border: 1px solid rgba(34, 57, 89, 0.2); }

.btn_nav.active span {
  display: none; }

.btn_nav.active:before {
  left: 24px;
  top: 33px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

.btn_nav.active:after {
  left: 24px;
  bottom: 33px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg); }

.btn_filter {
  display: block;
  background: #EAEAEA;
  border-radius: 1px;
  padding: 14px 22px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #303030;
  text-decoration: none; }

/* --------------------------------------------
        2.4. Forms
-------------------------------------------- */
::-webkit-input-placeholder {
  color: #505050;
  -webkit-transition: text-indent .5s ease, color .5s ease;
  transition: text-indent .5s ease, color .5s ease; }

input::-moz-placeholder {
  color: #505050;
  opacity: 1; }

textarea::-moz-placeholder {
  color: #505050;
  opacity: 1; }

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

[placeholder]:focus::-webkit-input-placeholder {
  text-indent: 10em;
  color: transparent; }

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:not([type=checkbox]):not([type=radio]),
textarea {
  border: none;
  width: 100%;
  padding: 17px 20px;
  background: #EAEAEA;
  border-radius: 1px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #303030;
  height: 50px; }

.phone_form {
  width: 100%;
  position: relative; }
  .phone_form input:not([type=checkbox]):not([type=radio]) {
    padding-left: 62px; }

.icon_flag {
  position: absolute;
  top: 50%;
  left: 15px;
  height: 20px;
  width: 27px;
  margin-top: -10px; }
  .icon_flag img, .icon_flag svg {
    max-height: 100%; }

.radio_filter,
.checkbox_filter {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px; }

.radio_filter + label,
.checkbox_filter + label {
  white-space: nowrap;
  display: block;
  text-transform: uppercase;
  height: 50px;
  background: #EAEAEA;
  border-radius: 1px;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  padding: 17px 23px;
  text-align: center;
  color: #303030;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.radio_filter:checked + label,
.checkbox_filter:checked + label {
  color: #fff !important;
  background-color: #FF490B; }

.fotm_btn_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .fotm_btn_box > *:not(:last-child) {
    margin-right: 20px; }
  .fotm_btn_box .btn {
    white-space: nowrap; }

/* ------------------------------------------------

    3. General Classes

------------------------------------------------ */
.al_left {
  text-align: left; }

.al_right {
  text-align: right; }

.al_center {
  text-align: center; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.wrapper {
  overflow: hidden; }

.hide {
  display: none; }

.show {
  display: block; }

.d_ib {
  display: inline-block; }

.transparent {
  opacity: 0; }

.invisible {
  opacity: 0;
  visibility: hidden; }

.visible {
  opacity: 1;
  visibility: visible; }

.p_abs {
  position: absolute; }

.p_rel {
  position: relative; }

.p_fix {
  position: fixed; }

.p_sta {
  position: static; }

.reg {
  text-transform: uppercase; }

.clear {
  clear: both;
  width: 100%;
  line-height: 0;
  font-size: 0; }

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.pointer_none {
  pointer-events: none; }

/* --------------------------------------------
      3.1. Flex
-------------------------------------------- */
.flex_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.flex_middle {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.flex_between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }

.flex_start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start; }

.flex_column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column; }

.flex_align_end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  -o-align-self: flex-end;
  align-self: flex-end; }

.flex_bottom {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end; }

.box_first {
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  -o-order: -1;
  order: -1; }

.box_fix {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0; }

/* --------------------------------------------
      3.2. Animated
-------------------------------------------- */
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/* ------------------------------------------------

    4. Main
    
------------------------------------------------ */
.zi {
  position: relative;
  z-index: 3; }

section {
  padding: 0px 0px 0px 0px; }

.page_wrap {
  position: relative;
  min-height: 100%;
  overflow: hidden; }

img {
  max-width: 100%; }

.row_0 {
  margin-left: 0px;
  margin-right: 0px; }
  .row_0 > * {
    padding-left: 0px;
    padding-right: 0px; }

.row_2 {
  margin-left: -1px;
  margin-right: -1px; }
  .row_2 > * {
    padding-left: 1px;
    padding-right: 1px; }
  .row_2.row_offset > * {
    margin-bottom: 2px; }

.row_sm {
  margin-left: -10px;
  margin-right: -10px; }
  .row_sm > * {
    padding-left: 10px;
    padding-right: 10px; }
  .row_sm.row_offset > * {
    margin-bottom: 20px; }

.row_lg {
  margin-left: -30px;
  margin-right: -30px; }
  .row_lg > * {
    padding-left: 30px;
    padding-right: 30px; }

.box_be {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px; }
  .box_be > *:not(:last-child) {
    margin-right: 20px; }
  .box_be > * {
    margin-bottom: 10px; }

.section_vert {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.section_bottom {
  width: 100%;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  -o-align-self: flex-end;
  align-self: flex-end; }

.section_top {
  width: 100%; }

/* --------------------------------------------
      4.1. Page tilte end breadcrumps
-------------------------------------------- */
.breadcrumps {
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #B2B2B2;
  margin-bottom: 8px;
  white-space: nowrap; }

.breadcrumps a {
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #B2B2B2;
  text-decoration: none; }

.breadcrumps a:hover {
  color: #FF490B;
  text-decoration: none; }

.breadcrumps li {
  display: inline-block;
  position: relative; }

.breadcrumps li:not(:last-child) {
  padding-right: 6px; }

.breadcrumps li:not(:last-child):after {
  content: " | ";
  padding-left: 6px;
  display: inline-block; }

/* --------------------------------------------
      4.2. Offsets
-------------------------------------------- */
.section_offset {
  margin: 110px 0; }

.section_offset_mod {
  padding-bottom: 100px !important; }

.section_offset:first-child {
  margin: 0;
  padding-top: 220px;
  padding-bottom: 0; }

.section_gall {
  margin-top: 100px;
  margin-bottom: 100px; }
.single-post .section_gall_sm{max-width: 400px;}
.section_gall_sm {
  margin-top: 60px;
  margin-bottom: 60px; }

.cont_pad {
  margin-bottom: 50px; }

.mb0 {
  margin-bottom: 0px !important; }

.mb2 {
  margin-bottom: 2px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mb45 {
  margin-bottom: 45px; }

.mb50 {
  margin-bottom: 50px; }

.mb55 {
  margin-bottom: 55px; }

.mb60 {
  margin-bottom: 60px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt40 {
  margin-top: 40px; }

.pt60 {
  padding-top: 60px; }

.pb60 {
  padding-bottom: 60px; }

.pl20 {
  padding-left: 20px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pr20 {
  padding-right: 10px; }

/* ------------------------------------------------

    5. Header

------------------------------------------------ */
.header_nav_top,
header {
  padding: 50px 60px;
  padding-bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }

header {
  position: absolute;
  z-index: 21;
  top: 0;
  left: 0;
  right: 0; }

.header_nav_top {
  padding-bottom: 8vh; }

.header_right,
.header_left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.logo {
  padding-right: 30px;
  position: relative; }
  .logo:before {
    content: '';
    position: absolute;
    top: 13px;
    bottom: 1px;
    right: 0px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    max-height: 34px; }
  .logo a {
        width: 150px;
    display: block;
    height: 70px;
    margin-top: -10px;}
  .logo img, .logo svg {
    display: block;
    width: 100%; }

.header_contact {
  padding-left: 30px;
  font-size: 14px;
  line-height: 16px;
  color: #fff; }
  .header_contact p:not(:last-child) {
    margin-bottom: 8px; }
  .header_contact p {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #969696; }
    .header_contact p a {
      font-weight: bold;
      font-size: 18px;
      line-height: 18px;
      letter-spacing: 1.125px;
      color: #303030;
      text-decoration: none; }

.header_contact_resp {
  position: relative;
  padding-top: 20px;
  margin-bottom: 25px; }
  .header_contact_resp:before {
    content: '';
    position: absolute;
    background-color: #e2e6eb;
    top: 0;
    left: 0;
    height: 1px;
    width: 50px; }
  .header_contact_resp p {
    color: #636a73;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px !important; }

.language_list {
  margin-right: 110px;
  line-height: 16px; }
  .language_list li:not(:last-child) {
    margin-right: 30px; }
  .language_list li {
    display: inline-block; }

.btn_language {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #303030;
  text-decoration: none;
  position: relative; }
  .btn_language:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #FF490B;
    display: none; }
  .btn_language:hover, .btn_language.active {
    color: #FF490B; }
  .btn_language.active:before {
    display: block; }

.nav_open .header_contact {
  color: #636a73; }
.nav_open .header_phon a {
  color: #636a73; }
  .nav_open .header_phon a:hover {
    color: #fff; }

.header_likes {
  display: none; }

.header2 .header_likes {
  display: block; }
  .header2 .header_likes .btn_circle {
    border: 1px solid rgba(28, 52, 84, 0.2);
    color: #636a73; }
    .header2 .header_likes .btn_circle:hover {
      border-color: #1CAEC1; }

.blackout .logo:before {
  background-color: #1c3454;
  opacity: 0.2; }
.blackout .header_contact p {
  color: #636a73; }
.blackout .header_phon a {
  color: #636a73; }

.header2.header_line {
  border-bottom: 1px solid #e8eaee; }

.header_btn_play {
  position: fixed;
  left: 50%;
  margin-left: -26px;
  bottom: 50px;
  -webkit-transform: translate(0, 150px);
  -ms-transform: translate(0, 150px);
  -o-transform: translate(0, 150px);
  transform: translate(0, 150px);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.fp-viewing-0 .header_btn_play {
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px); }

.header_resp_fix {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.header_w > div > .logo:before {
  background-color: rgba(216, 216, 216, 0.3); }

.header_w > div > .logo path {
  fill: #fff; }

.header_w > div > .header_contact p a {
  color: #fff;
  text-decoration: none; }
.header_w > div > .header_contact p {
  color: rgba(255, 255, 255, 0.8); }

.header_w > div > *:not(nav) .btn_language {
  color: #fff; }
  .header_w > div > *:not(nav) .btn_language:hover {
    color: #FF490B; }

/* --------------------------------------------
      5.1. Main navigation
-------------------------------------------- */
.body_fix {
  overflow: hidden;
  padding-right: 10px; }
  .body_fix .btn_nav {
    margin-right: 10px; }

.header_nav {
  padding-right: 10px;
  position: fixed;
  z-index: 10;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f9fafc;
  height: 100vh;
  overflow-x: hidden; }

.navigation_title {
  font-weight: bold;
  font-size: 120px;
  line-height: 100px;
  color: #FF490B;
  margin-bottom: 5vh; }

.navigation_list_title {
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #B2B2B2;
  opacity: 0.7;
  margin-bottom: 5vh; }

.navigation_list li:not(:last-child) {
  margin-bottom: 2vh; }
.navigation_list a {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #303030;
  text-decoration: none; }
  .navigation_list a.active, .navigation_list a:hover {
    color: #FF490B; }

.nav_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .nav_bg span {
    display: block;
    width: 25%;
    height: 100%;
    background-color: #F9F9F9; }
  .nav_bg span:nth-child(2n) {
    background: #F3F3F3; }

.navigation_item {
  display: inline-block;
  text-align: left; }

.navigation_item_wr {
  text-align: center; }

.header_nav_in {
  position: relative;
  padding-bottom: 150px;
  min-height: 100%; }

.nav_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .nav_footer p {
    margin-right: 20px;
    margin-bottom: 0 !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #A2A2A2; }

.savo_logo {
  margin-right: 40px; }

.your_future {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #A2A2A2; }
  .your_future i {
    height: 16px;
    display: inline-block;
    margin-right: 5px; }
    .your_future i svg {
      width: 16px;
      height: 16px; }
      .your_future i svg * {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .your_future:hover {
    color: #FF490B; }
    .your_future:hover svg rect {
      fill: #FF490B !important; }

/* ------------------------------------------------

    6. Plugins

------------------------------------------------ */
/* --------------------------------------------
      6.1. Preloader
-------------------------------------------- */
#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #0B3A63;
  z-index: 100500; }

#page-preloader .preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  margin-top: -18px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: rgba(255, 73, 11, 0.65);
  border-bottom-color: rgba(255, 73, 11, 0.15);
  border-left-color: rgba(255, 73, 11, 0.65);
  border-right-color: rgba(255, 73, 11, 0.15);
  -webkit-animation: preloader 0.8s linear infinite;
  animation: preloader 0.8s linear infinite; }

@keyframes preloader {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
/* --------------------------------------------
      6.2. Back to top
-------------------------------------------- */
.back_to_top {
  border: none;
  outline: none;
  position: absolute;
  text-decoration: none;
  bottom: 60px;
  left: 60px;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #BCBCBC;
  z-index: 10;
  cursor: pointer;
  padding-left: 70px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }
  .back_to_top:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #FF490B; }

.back_to_top:active, .back_to_top:focus {
  color: #BCBCBC; }

.back_to_top:hover {
  color: #FF490B; }

.btn_down {
  border: none;
  outline: none;
  position: absolute;
  text-decoration: none;
  bottom: 60px;
  left: 60px;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #BCBCBC;
  z-index: 10;
  cursor: pointer;
  padding: 0 !important;
  padding-left: 70px !important;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }
  .btn_down:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #FF490B; }

.btn_down_w {
  color: #fff; }

.btn_down_right {
  left: auto;
  right: -80px; }

/* --------------------------------------------
      6.3. Carousels
-------------------------------------------- */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  position: relative; }

.swiper-button-next,
.swiper-button-prev {
  right: 0;
  margin: 0;
  top: auto; }
  .swiper-button-next svg,
  .swiper-button-prev svg {
    width: 9px;
    height: 14px; }

.swiper-button-prev {
  left: 0;
  right: auto; }

.swiper_button1 {
  height: 60px;
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }

.swiper-gal .swiper-slide img {
  width: 100%; }

/* --------------------------------------------
      6.4. Fancybox
-------------------------------------------- */
.modal_box {
  display: none; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: none; }

.fancybox-overlay {
  background-image: none;
  background: rgba(0, 0, 0, 0.5); }

.fancybox-opened .fancybox-skin {
  border-radius: 0;
  box-shadow: none; }

.fancybox-skin {
  background-color: transparent; }

.fancybox-close {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 50px;
  right: 60px;
  background-color: #FF490B;
  background-image: url(../images/icons/close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px; }
  .fancybox-close:hover {
    background-color: #0B3A63; }

.fancybox_style {
  width: 800px;
  max-width: 100%;
  padding: 80px;
  position: relative;
  background-color: #fff; }
  .fancybox_style h2 {
    margin-bottom: 20px; }

.fancybox-nav {
  width: 60px;
  height: 60px;
  position: fixed;
  top: auto;
  bottom: 60px;
  background: rgba(58, 58, 58, 0.7);
  background-position: center center;
  background-repeat: no-repeat; }
  .fancybox-nav:hover {
    background-color: #FF490B; }

.fancybox-next {
  right: 60px;
  background-image: url(../images/icons/arrow_next.svg); }

.fancybox-prev {
  left: 60px;
  background-image: url(../images/icons/arrow_prev.svg); }

/* --------------------------------------------
        6.5. Tooltip
  -------------------------------------------- */
.tooltipster-sidetip .tooltipster-box {
  border: 2px solid transparent;
  /*background: #4c4c4c;*/
  color: #fff;
  background: #303030;
  border-radius: 0px;
  max-width: 320px;
  width: 100%; }

.tooltipster-sidetip .tooltipster-content {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 22px 30px; }

.tooltipster-arrow {
  display: none; }

.tooltipster-svg .tooltipster-box {
  position: relative;
  background-color: #fff;
  border: 0;
  -webkit-transform: translate(50%, -5px);
  -ms-transform: translate(50%, -5px);
  -o-transform: translate(50%, -5px);
  transform: translate(50%, -5px); }
  .tooltipster-svg .tooltipster-box:before {
    content: "";
    background: none;
    position: absolute;
    left: -10px;
    bottom: -7px;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg); }
.tooltipster-svg .tooltipster-content {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
  padding: 18px 20px;
  text-align: center; }

.tooltipster-svg.tooltipster-bottom .tooltipster-box {
  -webkit-transform: translate(50%, 5px);
  -ms-transform: translate(50%, 5px);
  -o-transform: translate(50%, 5px);
  transform: translate(50%, 5px); }
  .tooltipster-svg.tooltipster-bottom .tooltipster-box:before {
    bottom: auto;
    top: -7px;
    left: -8px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg); }

.tooltip_svg {
  cursor: pointer; }
  .tooltip_svg:hover circle {
    fill: #FF490B; }

/* --------------------------------------------
      6.7. RangeSlider
-------------------------------------------- */
.irs {
  height: 20px; }

.irs-with-grid {
  height: 20px; }

.irs-grid {
  display: none !important; }

.irs-line {
  top: 9px;
  height: 2px;
  background-color: #eaeff3; }
  .irs-line > .irs-line {
    display: none; }

.irs-bar {
  top: 9px;
  height: 2px;
  background-color: #1c3454; }

.irs-bar-edge {
  display: none; }

.irs-shadow {
  display: none; }

.irs-slider {
  width: 16px;
  height: 18px;
  top: 22px;
  background-position: 0 -120px; }

.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px; }

.irs-min, .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  text-indent: -99999px;
  padding: 0;
  width: 20px;
  height: 20px;
  z-index: 2;
  background-color: #ff490b;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer; }

.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ff490b;
  top: 2px;
  left: 2px;
  border: 4px solid #fff;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.irs-grid-pol {
  background: #e1e4e9; }

.irs-grid-text {
  color: #999; }

.range_item {
  display: block;
  text-transform: uppercase;
  height: 50px;
  background: #EAEAEA;
  border-radius: 1px;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  padding: 17px 20px;
  text-align: center;
  color: #303030;
  min-width: 80px; }

.range_group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%; }
  .range_group > *:not(:last-child) {
    margin-right: 4px; }

.range_box {
  width: 100%; }

/* ------------------------------------------------

    7. Footer

------------------------------------------------ */
footer p:not(:last-child) {
  margin-bottom: 7px; }

#footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #0B3A63; }

.footer_in {
  padding-top: 120px;
  padding-bottom: 60px; }

.footer_list li {
  margin-bottom: 30px; }
.footer_list a {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none; }
  .footer_list a:hover {
    text-decoration: none;
    color: #FF490B; }

.footer_title {
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #B2B2B2;
  opacity: 0.7;
  margin-bottom: 20px; }

.footer_txt {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  opacity: 0.8;
  text-decoration: none; }

a.footer_txt:hover {
  opacity: 1;
  color: #fff; }

.footer_box {
  margin-bottom: 30px; }

/* --------------------------------------------
      7.1. Footer Bottom
-------------------------------------------- */
.footer_bottom {
  padding-top: 90px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5); }

.your_future {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5); }
  .your_future i {
    height: 16px;
    display: inline-block;
    margin-right: 5px; }
    .your_future i svg {
      width: 16px;
      height: 16px; }
      .your_future i svg * {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .your_future:hover {
    color: #FF490B; }
    .your_future:hover svg rect {
      opacity: 1;
      fill: #FF490B !important; }

nav .your_future {
  color: #A2A2A2;
  text-decoration: none; }

/* --------------------------------------------
      7.2. Copyright
-------------------------------------------- */
/* ------------------------------------------------

    8. Main Section

------------------------------------------------ */
.container_in_lg {
  padding-left: 140px;
  padding-right: 140px; }

.bg_blue {
  background-color: #0B3A63; }

/* --------------------------------------------
      8.1. Index
-------------------------------------------- */
.filter_box {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }

.pages_item,
.filter_item {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px; }

.filter_item_lg {
  width: 100%; }

.filter_box.filter_open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  background-color: #fff;
  z-index: 141;
  margin-bottom: 0;
  visibility: visible;
  opacity: 1; }

.filter_section {
  background: #F3F3F3;
  padding-top: 40px;
  padding-bottom: 40px; }

.item_scheme {
  position: relative;
  display: block;
  background-color: #fff;
  padding-bottom: 60px; }
  .item_scheme:hover .item_scheme_img_in img {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.item_scheme_row > div:nth-child(2n) .item_scheme {
  background-color: #F9F9F9; }

.item_scheme_row > div:nth-child(5) .item_scheme,
.item_scheme_row > div:nth-child(13) .item_scheme,
.item_scheme_row > div:nth-child(21) .item_scheme {
  background-color: #F9F9F9; }

.item_scheme_row > div:nth-child(22) .item_scheme,
.item_scheme_row > div:nth-child(14) .item_scheme,
.item_scheme_row > div:nth-child(6) .item_scheme {
  background-color: #fff !important; }

.item_scheme_row > div:nth-child(23) .item_scheme,
.item_scheme_row > div:nth-child(15) .item_scheme,
.item_scheme_row > div:nth-child(7) .item_scheme {
  background-color: #F9F9F9; }

.item_scheme_row > div:nth-child(24) .item_scheme,
.item_scheme_row > div:nth-child(16) .item_scheme,
.item_scheme_row > div:nth-child(8) .item_scheme {
  background-color: #fff !important; }

.item_scheme_row > div:nth-child(2n) .item_scheme {
  background-color: #F9F9F9; }

.item_scheme_link {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #FF490B;
  text-align: center; }
  .item_scheme_link:hover span {
    border-color: transparent; }
  .item_scheme_link span {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #FF490B;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.item_scheme_img {
  padding-top: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative; }

.item_scheme_img_in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 80px; }
  .item_scheme_img_in img {
    height: 100%;
    width: 100%;
    -webkit-fit-object: contain;
    -moz-fit-object: contain;
    -o-fit-object: contain;
    object-fit: contain;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.item_scheme_cont {
  padding: 0 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 34px; }

.item_scheme_cont_box {
  width: 33.33%;
  padding: 0 20px; }

.item_scheme_cont_in {
  text-align: center; }
  .item_scheme_cont_in p {
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #B2B2B2;
    margin-bottom: 10px; }
  .item_scheme_cont_in span {
    font-size: 20px;
    line-height: 20px;
    color: #5D5D5D;
    font-weight: bold; }

.title_modal {
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  color: #303030;
  margin-bottom: 36px; }

.section_img img {
  width: 100%; }

.pages_section {
  background: #F3F3F3;
  padding-top: 40px;
  padding-bottom: 40px; }

.pages_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px; }

.pages_btn {
  margin-bottom: 20px; }

.pages li {
  display: inline-block;
  padding-left: 0px;
  margin-right: 0;
  margin-bottom: 10px; }
  .pages li :not(:last-child) {
    margin-right: 2px; }

.pages {
  overflow: hidden;
  list-style: none; }

.pages span,
.pages a {
  height: 50px;
  width: 50px;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  padding: 17px 10px;
  font-weight: bold;
  color: #303030;
  text-decoration: none;
  text-align: center; }

.pages a:hover {
  background-color: #FF490B;
  color: #fff; }

.pages .selected a {
  color: #303030;
  background-color: #fff; }

.set_item {
  padding: 60px;
  height: 100%;
  background-color: #fff; }

.set_item_icon {
  margin-bottom: 40px; }

.set_item_title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #303030;
  margin-bottom: 20px; }

.set_item_cont {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #525252; }

.set_row > div:nth-child(2n) .set_item {
  background-color: #F9F9F9; }

.ui_sm {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #A2A2A2; }
  .ui_sm p:not(:last-child) {
    margin-bottom: 30px; }
  .ui_sm ul:not([class]) li {
    font-weight: 500;
    color: #A2A2A2; }
  .ui_sm h2 {
    font-size: 20px;
    line-height: 30px;
    color: #A2A2A2;
    margin-bottom: 24px; }

.apartament_detals {
  padding: 60px;
  background: #F3F3F3;
  height: 100%; }

.apartament_detals_items {
  margin-bottom: 60px; }
  .apartament_detals_items li {
    display: inline-block; }
    .apartament_detals_items li img {
      height: 100px;
      width: auto; }
  .apartament_detals_items li:not(:last-child) {
    margin-right: 60px;
    margin-bottom: 20px; }
  .apartament_detals_items span {
    display: block;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #B2B2B2;
    margin-bottom: 20px; }

.apartament_detals_info {
  margin-bottom: 60px; }

.apartament_detals_info_item {
  height: 100%;
  background: #EAEAEA;
  padding: 60px 30px 55px 30px;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #303030; }
  .apartament_detals_info_item span {
    display: block;
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #B2B2B2; }

.apartament_list {
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  margin-bottom: 60px; }
  .apartament_list li:not(:last-child) {
    margin-bottom: 16px; }
  .apartament_list li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    position: relative; }
    .apartament_list li:before {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background: #E5E5E5;
      position: absolute;
      top: 50%;
      margin-top: -1px;
      left: 0;
      right: 0; }

.apartament_list div {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  position: relative;
  background: #F3F3F3;
  z-index: 1; }

.apartament_list_info {
  text-align: right;
  padding-left: 15px; }

.apartament_list_title {
  padding-right: 15px; }

.apartament_detals_carousels {
  padding-top: 100%;
  background-color: #fff; }
  .apartament_detals_carousels:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff; }

.apartament_detals_carousels_in {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px; }

.apartament_carousels_item_in {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 100px;
  display: block; }

.apartament_carousels_item {
  padding-top: 100%; }
  .apartament_carousels_item img {
    width: 100%;
    height: 100%;
    -webkit-fit-object: contain;
    -moz-fit-object: contain;
    -o-fit-object: contain;
    object-fit: contain; }

.btn_zoom_pos {
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 2; }

.apartament_detals_nav_wr {
  position: absolute;
  z-index: 3;
  left: 60px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.apartament_detals_nav {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: translate(0, 0%) rotate(-90deg);
  -ms-transform: translate(0, 0%) rotate(-90deg);
  -o-transform: translate(0, 0%) rotate(-90deg);
  transform: translate(0, 0%) rotate(-90deg); }
  .apartament_detals_nav li {
    display: inline-block; }
    .apartament_detals_nav li a {
      font-weight: bold;
      font-size: 16px;
      line-height: 16px;
      color: #303030;
      text-decoration: none; }
      .apartament_detals_nav li a:hover {
        color: #FF490B; }
  .apartament_detals_nav li:not(:last-child) {
    margin-right: 30px; }

.main_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed; }
  .main_bg img {
    width: 100%;
    height: 100%;
    -webkit-fit-object: cover;
    -moz-fit-object: cover;
    -o-fit-object: cover;
    object-fit: cover; }
  .main_bg > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.main_bg_mask {
  background: #000000;
  opacity: 0.15; }

.main_bg_mask_left {
  right: 50%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.598269) 98.56%);
  opacity: 0.3; }

.main_bg_mask_right {
  left: 75%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.598269) 98.56%);
  opacity: 0.3;
  transform: matrix(-1, 0, 0, 1, 0, 0); }

.main_box_pos {
  position: relative;
  height: calc(100vh - 220px); }
  .main_box_pos .box_info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

.main_box_pos2 {
  position: relative;
  min-height: calc(100vh - 220px);
  padding-bottom: 100px; }

.main_box {
  padding-top: 60px;
  padding-bottom: 10px; }
  .main_box .col-lg-6 {
    position: relative;
    z-index: 1; }

.box_info {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-top: 20px; }
  .box_info > div {
    padding: 60px; }
  .box_info h4 {
    margin-bottom: 0; }

.bi_right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end; }

.bi_blue {
  background: #00AEC3; }

.bi_yellow {
  background: #FF490B; }

.bi_title {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px; }

.bi_size1 {
  width: 25%; }

.bi_size2 {
  width: 320px;
  max-width: 100%; }

.link_arrow {
  display: inline-block;
  padding-right: 5px;
  padding-left: 0; }
  .link_arrow:hover {
    padding-right: 0;
    padding-left: 5px; }

.link_arrow2 i {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.link_arrow2:hover i {
  padding-left: 10px;
  padding-right: 0; }

.main_info_box {
  min-height: 680px;
  padding: 60px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  height: 100%;
  background: rgba(11, 30, 48, 0.7); }
.swiper-2 .main_info_box {
    min-height: 580px;
    }
.main_info_box_wr > div:nth-child(2n) .main_info_box {
  background: transparent; }

.main_info_box_wr_mod2 .main_info_box {
  background-color: #0B3A63; }

.main_info_box_sum {
  padding-bottom: 25px; }
  .main_info_box_sum svg {
    max-width: 100%;
    height: auto; }

.main_info_box_title {
  height: 160px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end; }
  .main_info_box_title h3 {
    margin-bottom: 40px; }

.main_info_box_title_top {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.7;
  margin-bottom: 20px; }

.main_info_box_title_sm {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #FFFFFF;
  opacity: 0.5;
  margin-bottom: 20px; }

.main_info_box_cont_bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end; }

.main_info_box_link {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.main_info_box_wr_mod3 {
  background-color: #174670; }
  .main_info_box_wr_mod3 .swiper-slide {
    height: auto; }
  .main_info_box_wr_mod3 .main_info_box:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 4px;
    background: #FF4900;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .main_info_box_wr_mod3 .main_info_box:hover:before {
    right: 0; }
  .main_info_box_wr_mod3 .main_info_box:hover .main_info_box_link {
    height: 30px; }

.cont_box {
  height: 100%; }
  .cont_box h3 {
    margin-bottom: 50px; }
  .cont_box p:not(:last-child) {
    margin-bottom: 30px; }

.links_list li:not(:last-child) {
  margin-bottom: 20px; }

.link {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #FF490B;
  position: relative;
  padding-bottom: 12px;
  text-decoration: none; }
  .link:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #FF490B;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .link:hover:before {
    right: 100%; }

.row > div:first-child .cont_box_offset {
  padding: 120px 120px 0 170px; }

.row > div:last-child .cont_box_offset {
  padding: 120px 170px 0 120px; }

.cont_box_offset_bottom {
  padding-bottom: 150px !important; }

.cont_box_offset_mod {
  padding: 120px; }

.cont_box_in {
  width: 470px;
  max-width: 100%; }

.cont_box_in_mod {
  width: auto;
  padding-right: 440px;
  margin-bottom: -150px; }

.img_box {
  height: 100%;
  min-height: calc(50vw); }
  .img_box img {
    width: 100%;
    height: 100%;
    -webkit-fit-object: cover;
    -moz-fit-object: cover;
    -o-fit-object: cover;
    object-fit: cover; }
  .img_box .box_info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

.img_box_mod {
  height: calc(50vw);
  min-height: 100%; }
  .img_box_mod img {
    height: calc(100% + 680px); }

.img_box_mod2 {
  height: calc(50vw); }
  .img_box_mod2 img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100% + 680px); }

.img_box_mod3 {
  position: absolute;
  width: 66.66%;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  min-height: 0; }

.img_box_auto {
  min-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.img_box_mod4 {
  height: calc(33.333vw);
  min-height: 100%; }

.info_box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2; }

.info_box_item {
  height: 16.666vw;
  text-align: center;
  padding: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .info_box_item > div {
    position: relative;
    z-index: 2; }

.info_box_item_title {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  opacity: 0.7;
  text-align: center;
  width: 100%; }

.info_box_item_txt {
  font-weight: bold;
  font-size: 64px;
  line-height: 64px;
  color: #00AEC7;
  text-align: center;
  width: 100%; }

.info_box_item_bg1:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  right: 0;
  background: rgba(11, 30, 48, 0.7); }

.info_box_item_bg2:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #174670; }

.info_box_item_bg3:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #0B3A63; }

.section_bg_map {
  height: 50vw;
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #0B3A63; }
  .section_bg_map .map_location {
    position: absolute;
    top: -100px;
    left: -100px;
    right: -100px;
    bottom: -100px;
    background-color: #0B3A63; }

.map-zoom {
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .map-zoom div {
    font-size: 30px;
    display: block;
    position: relative; }
    .map-zoom div img {
      width: 16px;
      height: 16px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.popup_content_off .gm-style .gm-style-iw-c,
.popup_content_off .gm-style .gm-style-iw-t::after {
  display: none !important; }

.map_title {
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 100%;
  padding: 0 30px;
  z-index: 1; }

.map .content {
  color: #9eaab7;
  font-size: 13px;
  line-height: 17px; }

.map-info {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #303030;
  text-align: center; }

.map-info-title {
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #B2B2B2;
  margin-bottom: 2px; }

.gm-style .gm-style-iw-c {
  -webkit-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  -o-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
  border-radius: 0;
  margin-left: 0px;
  box-shadow: 0;
  background-color: #fff;
  padding: 20px !important; }

.gm-style-iw-d {
  overflow: inherit !important; }

.gm-style .gm-style-iw-t::after {
  background: none;
  left: 5px;
  top: -5px;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  box-shadow: none !important; }

.gm-style .gm-style-iw-c button {
  color: #ff490b;
  font-size: 20px;
  -webkit-transform: translate(-3px, 3px);
  -ms-transform: translate(-3px, 3px);
  -o-transform: translate(-3px, 3px);
  transform: translate(-3px, 3px); }
  .gm-style .gm-style-iw-c button:before {
    content: "×"; }
  .gm-style .gm-style-iw-c button img {
    display: none !important; }

.main_social_list {
  position: absolute;
  z-index: 3;
  left: 60px;
  top: 480px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }
  .main_social_list li {
    display: inline-block; }
  .main_social_list li:not(:last-child) {
    margin-right: 30px; }
  .main_social_list a {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none; }
    .main_social_list a:hover {
      color: #FF490B; }

.floor_plan_title {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #9B9B9B;
  margin-bottom: 84px; }

.floor_plan_btn {
  position: relative;
  text-align: right; }

.floor_plan_sm {
  text-align: right;
  margin-bottom: 50px; }
  .floor_plan_sm svg {
    display: inline-block; }

.house-top-section {
  cursor: pointer; }
  .house-top-section:hover polygon {
    fill: #EAEAEA; }
  .house-top-section polygon {
    fill: #F9F9F9; }
  .house-top-section.active .house-top-section-txt {
    fill: #FF490B; }
  .house-top-section.active polygon {
    fill: #EAEAEA; }
  .house-top-section polygon {
    fill: #F9F9F9; }

.house-main-plan {
  position: relative; }

.house-main-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

.main-plan-img {
  position: relative;
  z-index: 1;
  pointer-events: none; }

.house-main-svg-active path {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.house-main-svg-active rect {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.house-main-svg-active:hover path {
  fill: #FF490B; }
.house-main-svg-active:hover [fill="#FF490B"] {
  fill: #303030; }
.house-main-svg-active:hover [fill="#EAEAEA"] {
  fill: #fff; }

.house-main-svg-off {
  cursor: inherit; }
  .house-main-svg-off [fill="#FF490B"] {
    fill: #CBCBCB; }
  .house-main-svg-off [fill="#EAEAEA"] {
    fill: #fff; }

.house-main-plan {
  display: none; }

.cont_box_in_pos {
  margin-bottom: -80px; }

.house-main-svg-txt1 {
  font-weight: bold;
  font-size: 16.1424px;
  line-height: 16px;
  color: #FFFFFF;
  fill: #FFFFFF; }

.house-main-svg-txt2 {
  font-weight: bold;
  font-size: 16.1424px;
  line-height: 16px;
  color: #303030;
  fill: #303030; }

/* --------------------------------------------
      main map
-------------------------------------------- */
.section_map_resp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2111; }

.fullpage_about #section0 .fp-tableCell {
  vertical-align: top; }
.fullpage_about.fp-viewing-1 .logo_color {
  display: block; }
.fullpage_about.fp-viewing-1 .logo_color + * {
  display: none; }
.fullpage_about.fp-viewing-1 .header_contact p {
  color: #636a73; }
.fullpage_about.fp-viewing-1 .header_phon a {
  color: #636a73 !important; }
.fullpage_about.fp-viewing-1 .btn_nav {
  background-color: #ff490b; }
.fullpage_about.fp-viewing-1 .btn_nav:before, .fullpage_about.fp-viewing-1 .btn_nav:after, .fullpage_about.fp-viewing-1 .btn_nav span {
  background-color: #fff; }
.fullpage_about.fp-viewing-1 .header_right .btn_circle {
  border-color: #ced3db;
  color: #636a73; }
.fullpage_about.fp-viewing-1 .logo_switch {
  display: none; }
.fullpage_about.fp-viewing-1 .logo_switch + * {
  display: block; }
.fullpage_about #section2 .fp-tableCell {
  vertical-align: top; }
.fullpage_about.fp-viewing-3 .logo_color {
  display: block; }
.fullpage_about.fp-viewing-3 .logo_color + * {
  display: none; }
.fullpage_about.fp-viewing-3 .header_contact p {
  color: #636a73; }
.fullpage_about.fp-viewing-3 .header_phon a {
  color: #636a73 !important; }
.fullpage_about.fp-viewing-3 .logo:before {
  background-color: #1c3454;
  opacity: 0.2; }
.fullpage_about.fp-viewing-3 .btn_nav {
  background-color: #ff490b; }
.fullpage_about.fp-viewing-3 .btn_nav:before, .fullpage_about.fp-viewing-3 .btn_nav:after, .fullpage_about.fp-viewing-3 .btn_nav span {
  background-color: #fff; }
.fullpage_about.fp-viewing-3 .header_right .btn_circle {
  border-color: #ced3db;
  color: #636a73; }
.fullpage_about.fp-viewing-3 .logo_switch {
  display: none; }
.fullpage_about.fp-viewing-3 .logo_switch + * {
  display: block; }
.fullpage_about.fp-viewing-4 .move_section_down {
  display: none; }
.fullpage_about #section4 .fp-tableCell {
  vertical-align: top; }

.main_map_wr {
  position: relative;
  margin-top: -11vw;
  margin-bottom: -11vw; }

.main_map img {
  width: 100%;
  height: auto; }

.main_map_svg_img {
  width: 100%;
  height: auto; }

.main_map_off_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  background-position: center center; }
  .main_map_off_bg img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

.main_map_svg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1; }

.house__number {
  pointer-events: none; }

.house__number--rect {
  fill: #27bcc5; }

.house__number--rect[data-rect-color="blue"] {
  fill: #27bcc5; }

.house__number--rect[data-rect-color="green"] {
  fill: #b2bb29; }

.house__number--rect[data-rect-color="yellow"] {
  fill: #e1b414; }

.house__number--rect[data-rect-color="brown"] {
  fill: #9c8b89; }

.house__number--rect[data-rect-color="brown2"] {
  fill: #817670; }

.house[data-status-color="green"] .house__area--section,
.house[data-status-color="green"] .house__area {
  fill: rgba(255, 73, 11, 0.582513);
  fill-opacity: 0; }

.house__number--text {
  fill: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-anchor: middle; }

.block-3d__house {
  cursor: pointer; }

.house[data-status-color="grey"] .house__area {
  fill: #273a4b; }

.block-3d__house:hover .house__area {
  fill-opacity: .5; }

.main_map_svg .house__area--section:hover {
  fill-opacity: .8; }

.house[data-status-color="orange"] .house__area {
  fill: #f60; }

.house__number-hide .house__number--circle {
  stroke-width: 0; }

.main-second-build {
  overflow-x: auto;
  overflow-y: hidden; }

.main_map_svg .detsad {
  -webkit-transform: scale(0.7) translate(-105%, -71%);
  -ms-transform: scale(0.7) translate(-105%, -71%);
  transform: scale(0.7) translate(-105%, -71%); }

.cart {
  width: 270px;
  max-width: 100%;
  position: absolute;
  background: #ffffff;
  -webkit-transform: translate(40%, -40%);
  -ms-transform: translate(40%, -40%);
  transform: translate(40%, -40%);
  z-index: 5;
  pointer-events: none; }

.cart.active {
  opacity: 1; }

.cart-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.cart-top-right {
  padding: 22px; }

.cart-top-left {
  font-weight: bold;
  font-size: 48px;
  line-height: 80px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 80px;
  height: 80px;
  background-color: #00AEC3; }

.cart-info {
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #B2B2B2 !important;
  margin-bottom: 2px; }

.cart-street {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #303030; }

.cart-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 18px;
  background: #F3F3F3;
  text-align: center; }

.cart-bottom-left {
  padding-right: 10px;
  width: 50%; }

.cart-bottom-right {
  padding-left: 10px;
  width: 50%; }

.cart-bottom-text {
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #B2B2B2;
  margin-bottom: 10px !important; }

.cart-bottom-text_grey {
  color: #b0b4b9; }

.cart-bottom-number {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #FF490B; }

.cart-bottom-number_sale {
  color: #5d5d5d; }

.cart-special {
  color: #ff490b; }

.house_rect_pos {
  position: absolute;
  bottom: 18vw;
  left: 38vh; }

.house_rect {
  display: inline-block;
  background-color: #90b0da;
  border-radius: 8px;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  padding: 5px 15px;
  font-weight: bold;
  text-transform: uppercase; }

.clud_wr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.clud {
  position: absolute;
  top: 0; }
  .clud img {
    width: 100%;
    height: auto; }

.clud1 {
  left: 0;
  right: 30%; }

.clud2 {
  right: 0%;
  left: 53%; }

/* --------------------------------------------
      main map end
-------------------------------------------- */
.savo_pro {
  position: relative;
  padding: 120px 0;
  text-align: center; }
  .savo_pro h1 {
    margin-bottom: 0; }

.savo_pro_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .savo_pro_img img {
    width: 100%;
    height: 100%;
    -webkit-fit-object: cover;
    -moz-fit-object: cover;
    -o-fit-object: cover;
    object-fit: cover; }

.img_box_logo {
  position: absolute;
  width: 320px;
  height: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(11, 30, 48, 0.7); }
  .img_box_logo img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.main_box_logo {
  text-align: right; }
  .main_box_logo img {
    display: inline-block; }

.btn_back_box {
  height: 0; }

.main_box_pos_location {
  height: 0; }

.section_bg_map_main_bg .section_bg_map {
  position: static; }

.section_bg_map_main_bg .main_bg_mask_left {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.section_bg_map_main_bg {
  position: static; }

.main_box_pos_location_wr {
  position: absolute;
  top: 220px;
  left: 0;
  right: 0; }

.section_bg_map_main_bg .map-zoom {
  left: auto;
  right: 60px; }

.popup_content_off {
  width: 100%;
  height: 100%; }

.section_bg_map2 {
  position: absolute;
  top: -220px;
  bottom: 0;
  left: 50%;
  right: 0px;
  z-index: 0;
  overflow: hidden; }
  .section_bg_map2 .map_location {
    position: absolute;
    top: -100px;
    left: -100px;
    right: -100px;
    bottom: -100px; }
  .section_bg_map2:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 35vw;
    background: linear-gradient(270deg, rgba(249, 249, 249, 0.0001) 0%, #F9F9F9 100%);
    z-index: 1;
    pointer-events: none; }

.map-zoom-mod {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .map-zoom-mod svg {
    width: 16px;
    height: 16px; }
    .map-zoom-mod svg * {
      fill: #303030; }

.contact_box {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #303030;
  margin-bottom: 30px; }
  .contact_box .title_sm {
    margin-bottom: 20px; }
  .contact_box p:not(:last-child) {
    margin-bottom: 10px; }

.txt_sm {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #525252; }

.contact_box_wr {
  padding-bottom: 30px; }

.contact_info_wr {
  position: absolute;
  bottom: 60px;
  right: 60px;
  width: 420px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.contact_info_item {
  padding: 25px;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #FF490B;
  background: #EAEAEA;
  margin: 1px;
  width: 208px;
  height: 166px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .contact_info_item .title_sm {
    margin-bottom: 8px; }
  .contact_info_item span {
    display: block; }

.contact_info_item.contact_info_item_link {
  background: #4285F4;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF !important;
  text-decoration: none; }
  .contact_info_item.contact_info_item_link img {
    margin-bottom: 22px;
    display: inline-block; }
  .contact_info_item.contact_info_item_link:hover {
    background: #FF490B; }

.tabs__content_in,
.tabs__content {
  height: 0;
  overflow: hidden; }

.tabs__content_in.active,
.tabs__content.active {
  height: auto;
  overflow: inherit; }

.tab_nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  white-space: nowrap;
  overflow-y: hidden;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 80px; }
  .tab_nav li {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2F2F2F;
    padding-bottom: 30px;
    padding-top: 10px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .tab_nav li:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 2px;
      background-color: transparent;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .tab_nav li.active {
      color: #FFB541; }
      .tab_nav li.active:before {
        background-color: #FFB541; }
    .tab_nav li:hover {
      color: #FFB541; }
  .tab_nav li:not(:last-child) {
    margin-right: 50px; }

.tabs__content_in:not(.active) .schedule_item,
.tabs__content:not(.active) .schedule_item {
  width: 0% !important; }

.news_box {
  background: #F3F3F3;
  border-radius: 1px; }

.cont_tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.item_news_row > div:nth-child(2n) .item_news {
  background-color: #F9F9F9; }

.item_news_row > div:nth-child(5) .item_news,
.item_news_row > div:nth-child(13) .item_news,
.item_news_row > div:nth-child(21) .item_news {
  background-color: #F9F9F9; }

.item_news_row > div:nth-child(22) .item_news,
.item_news_row > div:nth-child(14) .item_news,
.item_news_row > div:nth-child(6) .item_news {
  background-color: #fff !important; }

.item_news_row > div:nth-child(23) .item_news,
.item_news_row > div:nth-child(15) .item_news,
.item_news_row > div:nth-child(7) .item_news {
  background-color: #F9F9F9; }

.item_news_row > div:nth-child(24) .item_news,
.item_news_row > div:nth-child(16) .item_news,
.item_news_row > div:nth-child(8) .item_news {
  background-color: #fff !important; }

.item_news_row > div:nth-child(2n) .item_news {
  background-color: #F9F9F9; }

.item_news {
  height: 100%;
  padding: 60px; }
  .item_news .link_arrow {
    display: block;
    height: 16px;
    line-height: 16px; }
  .item_news:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 4px;
    background: #FF4900;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .item_news:hover .item_news_cont_title a {
    color: #FF4900; }
  .item_news:hover:before {
    right: 0; }
  .item_news:hover .main_info_box_link {
    height: 46px;
    padding-top: 30px; }
  .item_news:hover .item_news_img {
    padding-right: 10%; }

.item_news_img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.item_news_img_in {
  margin-bottom: 36px;
  padding-top: 75%;
  position: relative; }
  .item_news_img_in img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-fit-object: cover;
    -moz-fit-object: cover;
    -o-fit-object: cover;
    object-fit: cover; }

.item_news_cont {
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end; }

.item_news_cont_data {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #868686;
  opacity: 0.5;
  margin-bottom: 10px; }

.item_news_cont_title {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #303030;
  max-height: 160px;
  overflow: hidden; }
  .item_news_cont_title a {
    color: #303030;
    text-decoration: none !important; }
    .item_news_cont_title a:hover {
      color: #FF4900; }

.item_gallery {
  position: relative;
  padding-top: 75%; }
  .item_gallery:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 4px;
    background: #FF4900;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .item_gallery:before {
    content: "";
    background: #000000;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .item_gallery:hover:before {
    opacity: 0.4; }
  .item_gallery:hover:after {
    right: 0; }
  .item_gallery img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-fit-object: cover;
    -moz-fit-object: cover;
    -o-fit-object: cover;
    object-fit: cover; }

.btn_play {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.apartaments_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .apartaments_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-fit-object: cover;
    -moz-fit-object: cover;
    -o-fit-object: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .apartaments_img:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }

.main_info_box_mod {
  min-height: 35vw; }
  .main_info_box_mod .section_vert {
    position: relative;
    z-index: 2; }

.main_info_txt {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7); }
  .main_info_txt span {
    display: inline-block; }
  .main_info_txt span:not(:last-child) {
    margin-right: 15px; }

.main_info_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3; }
  .main_info_link:hover ~ .apartaments_img img {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.main_bg_color {
  background-color: #1C3454; }

.infrastructure_box {
  position: relative; }

.main_map2 {
  margin-top: -25vw;
  margin-bottom: -11vw; }
  .main_map2 img {
    width: 100%;
    height: auto; }

.main_map_svg2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto; }

.section_bg {
  background: #F9F9F9; }

.main_bg_mod {
  z-index: 2; }
  .main_bg_mod .main_bg_mask {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.0001) 100%);
    opacity: 0.2; }
  .main_bg_mod .main_bg_mask_left {
    right: 50%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.598269) 98.56%);
    opacity: 0.6; }
  .main_bg_mod .main_bg_mask_right {
    left: 75%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.598269) 98.56%);
    opacity: 0.6;
    transform: matrix(-1, 0, 0, 1, 0, 0); }

.cloud_box > div {
  position: absolute;
  z-index: 1; }
  .cloud_box > div img {
    width: 100%; }

.cloud1 {
  top: 326px;
  left: -25px;
  right: 25%; }

.cloud2 {
  top: 93px;
  left: 50%;
  right: 0; }

.poin_list span {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.poin_list li {
  position: relative;
  padding-left: 36px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 20px; }

.tabs__caption_resp_select li.active .btn_gray {
  color: #fff;
  background-color: #FF490B; }
  .tabs__caption_resp_select li.active .btn_gray * {
    fill: #fff; }

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