/*
Theme Name: Synergy 2
Author: My Master
Author URI: http://my-master.net.ua
Description: Тема для wordpress "Synergy 2"
Version: 1.0
*/

@charset "utf-8";
@import "reset.css";
@font-face {
    font-family: 'PFDinTextPro-Comp';
    src: url('fonts/pfdintextcomppro-regular.eot');
    src: url('fonts/pfdintextcomppro-regular.eot?#iefix') format('embedded-opentype'), url('fonts/pfdintextcomppro-regular.woff2') format('woff2'), url('fonts/pfdintextcomppro-regular.woff') format('woff'), url('fonts/pfdintextcomppro-regular.ttf') format('truetype'), url('fonts/pfdintextcomppro-regular.svg#pf_din_text_comp_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinTextPro';
    src: url('fonts/pfdintextcondpro-regular.eot');
    src: url('fonts/pfdintextcondpro-regular.eot?#iefix') format('embedded-opentype'), url('fonts/pfdintextcondpro-regular.woff2') format('woff2'), url('fonts/pfdintextcondpro-regular.woff') format('woff'), url('fonts/pfdintextcondpro-regular.ttf') format('truetype'), url('fonts/pfdintextcondpro-regular.svg#pf_din_text_cond_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinTextProComp-Light';
    src: url('fonts/pfdintextcomppro-light.eot');
    src: url('fonts/pfdintextcomppro-light.eot?#iefix') format('embedded-opentype'), url('fonts/pfdintextcomppro-light.woff2') format('woff2'), url('fonts/pfdintextcomppro-light.woff') format('woff'), url('fonts/pfdintextcomppro-light.ttf') format('truetype'), url('fonts/pfdintextcomppro-light.svg#pf_din_text_comp_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas_Neue';
    src: url('fonts/bebas_neue_cyrillic.eot');
    src: url('fonts/bebas_neue_cyrillic.eot?#iefix') format('embedded-opentype'), url('fonts/bebas_neue_cyrillic.woff2') format('woff2'), url('fonts/bebas_neue_cyrillic.woff') format('woff'), url('fonts/bebas_neue_cyrillic.ttf') format('truetype'), url('fonts/bebas_neue_cyrillic.svg#bebas_neue_cyrillicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300&subset=latin,cyrillic-ext,cyrillic,latin-ext);
.social .fb>a:first-of-type {
    display: none;
}

html {}

body {
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    font-family: 'PFDinTextPro';
    color: #0e0e01;
    font-size: 16px;
    overflow-x: hidden;
    background: #fff;
}

* {
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.onicon_chat {
    transition: none;
}


/*My tipografia*/

h1 {
    font-size: 28px;
}

.h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h1, .h2, h3, h4 {
    color: #a1a232;
    margin-bottom: 15px;
    text-transform: uppercase;
}

img {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.aligncenter {
    margin: 20px auto;
}

.page-wrp {
    margin-bottom: 40px;
    line-height: 24px;
    font-size: 22px;
}

.page-wrp img {
    margin-bottom: 15px;
}

.page-wrp h1 {
    color: #ed891a;
}

.page-wrp p {
    line-height: 24px;
    font-size: 22px;
    margin-bottom: 20px;
}

hr {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

a {
    color: #e96417;
}

a:hover {
    text-decoration: none
}

table {
    width: 100%;
    border-collapse: collapse;
    color: #282828;
    margin-bottom: 5px;
    border-bottom: 1px solid #18888b;
}

table tr {
    border-top: 1px solid #18888b;
}

table tr:last-child {
    border-bottom: 1px solid #18888b;
}

table th, table td {
    padding: 15px;
}

table th {
    font-size: 26px;
    background: rgba(255, 170, 0, 0.1);
    text-align: center;
    text-transform: uppercase;
}

table tr.tt td:first-child {
    font-size: 20px;
    background: rgba(255, 170, 0, 0.1);
    text-align: left;
    width: 40%;
}

table tr td a {
    font-size: 18px
}

.table-doc {
    margin-bottom: 40px;
}

.table-doc .table-item {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.table-doc .mr {
    padding-right: 10px;
}

.table-doc .ml {
    padding-left: 10px;
}

.table-doc .btn-count, .documentation .btn-count {
    width: 65%;
}

strong {
    font-weight: bold;
}

.page-wrp ul {
    margin-bottom: 30px;
    padding-left: 22px;
    list-style-type: square;
}

.page-wrp ul li {
    margin-bottom: 5px;
}

.page-wrp ul li a {
    color: #18888b;
}

blockquote {
    font-size: 16px;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.25em 50px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    background: #ececec;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: 5px;
    top: -10px;
    color: #8d9837
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}


/*Placeholder*/

::-webkit-input-placeholder {
    color: #a9a9a9;
}

::-moz-placeholder {
    color: #a9a9a9;
}


/* Firefox 19+ */

:-moz-placeholder {
    color: #a9a9a9;
}


/* Firefox 18- */

:-ms-input-placeholder {
    color: #a9a9a9;
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}


/*Header*/

header {
    padding: 5px 0;
}

.logo-container {
    margin-left: 25px;
    float: left;
}

a.logo {
    display: block;
    margin-top: 15px;
}

a.logo img {
    display: inline-block;
}

.phone-container {
    float: right;
}

header .phone {
    font-family: 'Roboto', sans-serif;
    margin-left: 8px;
    /*padding-left: 74px;
	background: url(img/header-phone-ico.png) center left no-repeat;*/
    color: #18888b;
    font-size: 60px;
    overflow: hidden;
    margin-top: 5px;
}

header .phone ul.operators {
    float: left;
    margin-right: 12px
}

header .phone ul.operators li {
    font-size: 27px;
}

header .mob-phone2 {
    display: none;
}

header .mob-phone2 {
    font-family: 'Roboto', sans-serif;
    color: #18888b;
    border: 1px solid #18888b;
    margin: 0 auto 10px;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    width: 70%;
}

header .mob-phone2 a {
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.lang-container {
    margin-right: 25px;
    float: right;
}

.lang-container ul {
    padding-left: 18px;
    border-left: 1px solid #ececec;
    margin-left: 10px;
}

.lang-container ul li {}

.lang-container ul li a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #919191;
    font-size: 20px;
    padding: 10px 0;
}

.lang-container ul li a:hover, .lang-container ul li.active a {
    color: #eb7a29;
}

.home-image-banner {
    height: 850px;
    /*background: url(img/home-banner.jpg)no-repeat center;
	-moz-background-size:cover;
	-o-background-size:102% auto;
	-webkit-background-size:102% auto;
	-khtml-background-size:cover;
	background-size:cover;*/
    position: relative;
}

.home-image-banner .slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.menu-all-page {
    height: 60px;
    position: relative;
}

.home-image-banner nav, .menu-all-page nav {
    position: absolute;
    top: 0;
    width: 100%;
    background: url(img/menu-bg.png) repeat-x;
    height: 60px;
    -webkit-box-shadow: 0px 10px 15px -3px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 10px 15px -3px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 10px 15px -3px rgba(50, 50, 50, 0.4);
}


/*Menu*/

.tinynav {
    display: none;
}

select.tinynav {
    width: 100%;
    padding: 10px 10px 10px 30px;
    color: #fff;
    margin-top: -22px;
    background: #1d3848 url(img/mobile-menu.png) 10px center no-repeat;
    border: 2px solid #fff;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
}

ul.s-menu {
    display: block;
    text-align: center;
    margin-top: -20px;
    display: flex;
}

ul.s-menu li {
    /*display: inline-block;*/
    /*float: left; */
    /*max-width: 138px;*/
    /*margin: 0 6px;*/
}


/*ul.s-menu li:nth-of-type(3) {
	width: 85px;
}
ul.s-menu li:first-child {
	margin-left: 0px;
}
ul.s-menu li:last-child {
	margin-right: 0px;
}*/

ul.s-menu li a {
    font-size: 22px;
    line-height: 18px;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    padding: 0px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    -webkit-box-sizing: border-box;
    /* Safari */
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

ul.s-menu li a span.hover {
    display: none;
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    border-bottom: 9px solid #eb7a29;
    height: 13px;
    background: url(img/menu-arrow.png) center no-repeat;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

ul.s-menu li a:hover, ul.s-menu li.active a, ul.s-menu li.current-menu-item a, ul.s-menu li.current-page-ancestor a, ul.s-menu li.current-menu-parent a, ul.s-menu li.current-category-ancestor a, ul.s-menu li.current-post-ancestor a {
    color: #eb711a;
}

ul.s-menu li a:hover span.hover, ul.s-menu li.current-menu-item a span.hover, ul.s-menu li.current-page-ancestor a span.hover, ul.s-menu li.current-menu-parent a span.hover, ul.s-menu li.current-category-ancestor a span.hover, ul.s-menu li.current-post-ancestor a span.hover {
    display: block;
}


/*.dia [class^="diagram-"],
.dia [class*="diagram-"] {

}*/


/*Countdown*/

.countdown {
    position: absolute;
    top: 105px;
    right: 70px;
    width: 426px;
}


/*.btn-count:hover{
	background:#E96417;
	transition:none;
	border-top:3px solid #D36322;
}*/

.btn-count, .form-block .openFormButton, .su-button-style-flat, .sendBtn {
    border-top: 3px solid #53bec1 !important;
    display: block;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #28AFB1), color-stop(0.85, #1A8C90));
    background-image: -o-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%);
    background-image: -moz-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%);
    background-image: -webkit-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%);
    background-image: -ms-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%);
    background-image: linear-gradient(to bottom, #28AFB1 0%, #1A8C90 85%);
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-shadow: 0px 1px 2px rgba(120, 120, 120, 0.8);
    text-align: center;
    padding: 15px 0;
    line-height: 24px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 10px 15px -3px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 10px 15px -3px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 10px 15px -3px rgba(50, 50, 50, 0.4);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.su-button-style-flat span, .su-button-style-flat i {
    font-size: 30px !important;
    padding: 0 !important;
}

.btn-count:hover, .form-block .nf-modal-link:hover, .su-button-style-flat:hover {
    border-top: 3px solid #53bec1;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #1A8C90), color-stop(0.85, #28AFB1));
    background-image: -o-linear-gradient(bottom, #1A8C90 0%, #28AFB1 85%);
    background-image: -moz-linear-gradient(bottom, #1A8C90 0%, #28AFB1 85%);
    background-image: -webkit-linear-gradient(bottom, #1A8C90 0%, #28AFB1 85%);
    background-image: -ms-linear-gradient(bottom, #1A8C90 0%, #28AFB1 85%);
    background-image: linear-gradient(to bottom, #1A8C90 0%, #28AFB1 85%);
    box-shadow: 0 0 10px #f6f6f6;
}

.eTimer {
    border-top: 3px solid #53bec1 !important;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #28AFB1), color-stop(0.85, #1A8C90))!important;
    background-image: -o-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%)!important;
    background-image: -moz-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%)!important;
    background-image: -webkit-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%)!important;
    background-image: -ms-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%)!important;
    background-image: linear-gradient(to bottom, #28AFB1 0%, #1A8C90 85%)!important;
    width: 100%;
}

.etTitle {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px !important;
}

.eTimer .etUnit .etNumber {
    width: 39px !important;
}


/*Counter block*/

.counter-block {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    padding: 15px 0 35px;
    bottom: 0;
}

.counter-block .col {
    width: 33.333%;
    float: left;
}

.counter-block span {
    display: block;
    text-align: center;
    font-family: 'Bebas_Neue';
}

.counter-block span.number {
    font-size: 125px;
    color: #ffe600;
}

.counter-block span.desc {
    font-size: 42px;
    color: #fff;
}

/*form styles*/

.cForm__block {
  position: relative;
  margin-bottom: 20px; }
  .cForm__block input {
    font-family: 'Roboto', sans-serif;
    width: 100%; }

.cForm__block_input:before {
  content: "";
  top: 11px;
  left: 10px;
  z-index: 999;
  position: absolute; }

.cForm .cForm_button {
  color: #fff;
  font-family: 'PFDinTextPro-Comp'; }

@media screen and (min-width: 767px) {
  .cForm_type1 {
    display: flex;
    justify-content: center; } }

.cForm_type1 .cForm_button {
  font-family: 'PFDinTextPro-Comp';
  width: 100%;
  border-top: 3px solid #53bec1;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28AFB1), color-stop(0.85, #1A8C90));
  background-image: -o-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%);
  background-image: -moz-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%);
  background-image: -webkit-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%);
  background-image: -ms-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%);
  background-image: linear-gradient(to bottom, #28AFB1 0%, #1A8C90 85%);
  font-size: 40px;
  padding: 6px 0;
  text-shadow: 0px 1px 2px rgba(120, 120, 120, 0.8);
  text-align: center;
  box-shadow: 0px 5px 5px -3px rgba(50, 50, 50, 0.4);
  border: none;
  border-radius: 28px;
  cursor: pointer; }
  .cForm_type1 .cForm_button:hover, .cForm_type1 .cForm_button:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1A8C90), color-stop(0.85, #28AFB1));
    background-image: -o-linear-gradient(bottom, #1A8C90 0%, #28AFB1 85%);
    background-image: -moz-linear-gradient(bottom, #1A8C90 0%, #28AFB1 85%);
    background-image: -webkit-linear-gradient(bottom, #1A8C90 0%, #28AFB1 85%);
    background-image: -ms-linear-gradient(bottom, #1A8C90 0%, #28AFB1 85%);
    background-image: linear-gradient(to bottom, #1A8C90 0%, #28AFB1 85%); }

.cForm_type1 .cForm__block_input:first-child:before {
  background-image: url(img/sprite.png);
  background-position: 0px -69px;
  width: 32px;
  height: 39px; }

.cForm_type1 .cForm__block_input:nth-child(2) input {
  border-color: #EB711A;
  color: #EB711A; }
  .cForm_type1 .cForm__block_input:nth-child(2) input::-webkit-input-placeholder {
    color: #666; }

.cForm_type1 .cForm__block_input:nth-child(2):before {
  background-image: url(img/sprite.png);
  background-position: 0px -33px;
  width: 40px;
  height: 36px; }

.cForm_type1 .cForm__block {
  margin-left: 10px;
  margin-right: 10px;
  flex: 1; }
  .cForm_type1 .cForm__block input {
    border-radius: 4px;
    color: #105458;
    border: 3px solid #105458;
    font-size: 20px;
    padding: 14px 14px 14px 55px;
    height: 60px;
    line-height: 60px; }
    .cForm_type1 .cForm__block input::-webkit-input-placeholder {
      color: #105458; }

.cForm_type2 input {
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid transparent;
  font-size: 18px;
  color: #525252;
  font-weight: normal;
  padding: 13px 10px 13px 50px;
  border-radius: 10px; }
  .cForm_type2 input::-webkit-input-placeholder {
    color: #525252; }
  .cForm_type2 input::-moz-placeholder {
    color: #525252; }

.cForm_type2 .cForm_button {
  background: #fba855;
  background: -moz-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fba855), color-stop(100%, #eb7b2a));
  background: -webkit-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
  background: -o-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
  background: -ms-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
  background: linear-gradient(to bottom, #fba855 0%, #eb7b2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba855', endColorstr='#eb7b2a',GradientType=0 );
  text-transform: uppercase;
  border: 3px solid transparent;
  color: #fff;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  width: 250px;
  cursor: pointer;
  padding: 14px 20px;
  border-top: 3px solid #fba855;
  border-bottom: 3px solid #eb7b2a;
  border-radius: 10px;
  height: 52px; }
  .cForm_type2 .cForm_button:hover, .cForm_type2 .cForm_button:focus {
    background: #ffc600;
    background: -moz-linear-gradient(top, #ffc600 0%, #f88900 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc600), color-stop(100%, #f88900));
    background: -webkit-linear-gradient(top, #ffc600 0%, #f88900 100%);
    background: -o-linear-gradient(top, #ffc600 0%, #f88900 100%);
    background: -ms-linear-gradient(top, #ffc600 0%, #f88900 100%);
    background: linear-gradient(to bottom, #ffc600 0%, #f88900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc600', endColorstr='#f88900',GradientType=0 );
    border: 3px solid #ffd04e;
    box-shadow: 0 0 10px #fff; }

.cForm_type2 .cForm__block_input:before {
  top: 15px;
  left: 15px; }

.cForm_type2 .cForm__block_input:first-child:before {
  background-image: url(img/sprite.png);
  background-position: -40px -33px;
  width: 21px;
  height: 23px; }

.cForm_type2 .cForm__block_input:nth-child(2):before {
  background-image: url(img/sprite.png);
  background-position: -32px -69px;
  width: 12px;
  height: 24px;
  left: 20px; }

@media screen and (min-width: 767px) {
  .cForm_type3 {
    display: flex;
    align-items: center;
    justify-content: center; } }

@media screen and (max-width: 1099px) {
  .cForm_type3 .cForm__block {
    margin-left: 10px;
    margin-right: 10px; } }

.cForm_type3 .cForm__block_arrow {
  background-image: url(img/sprite.png);
  background-position: 0px 0px;
  width: 144px;
  height: 33px;
  display: none;
  margin-right: 15px; }
  @media screen and (min-width: 1100px) {
    .cForm_type3 .cForm__block_arrow {
      display: block; } }

.cForm_type3 .cForm__block_arrow2 {
  transform: scale(1, -1); }

@media screen and (min-width: 900px) {
  .cForm_type3 .cForm__block_input {
    min-width: 300px; } }

.cForm_type3 .cForm__block_input:before {
  left: 10px; }

.cForm_type3 .cForm__block_input:first-child:before {
  background-image: url(img/sprite.png);
  background-position: -40px -33px;
  width: 21px;
  height: 23px; }

.cForm_type3 .cForm__block_input:nth-child(3):before {
  background-image: url(img/sprite.png);
  background-position: -32px -69px;
  width: 12px;
  height: 24px;
  left: 15px; }

.cForm_type3 input {
  border: 2px solid #ffd200;
  border-radius: 10px;
  font-size: 18px;
  display: block;
  padding: 10px 0 10px 40px;
  height: 46px;
  line-height: 46px; }

.cForm_type3 .cForm_button {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  border: 3px solid transparent;
  border-top: 3px solid #ffc600;
  border-bottom: 3px solid #f88900;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 7px 0;
  height: 46px;
  min-width: 180px;
  background: #ffc600;
  background: -moz-linear-gradient(top, #ffc600 0%, #f88900 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc600), color-stop(100%, #f88900));
  background: -webkit-linear-gradient(top, #ffc600 0%, #f88900 100%);
  background: -o-linear-gradient(top, #ffc600 0%, #f88900 100%);
  background: -ms-linear-gradient(top, #ffc600 0%, #f88900 100%);
  background: linear-gradient(to bottom, #ffc600 0%, #f88900 100%); }
  .cForm_type3 .cForm_button:hover, .cForm_type3 .cForm_button:focus {
    border: 3px solid #fba855;
    box-shadow: 0 0 10px #fff;
    background: #fba855;
    background: -moz-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fba855), color-stop(100%, #eb7b2a));
    background: -webkit-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    background: -o-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    background: -ms-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    background: linear-gradient(to bottom, #fba855 0%, #eb7b2a 100%); }

/*form styles end*/

/*Contact Forms messages styles*/
div.wpcf7-response-output {
  padding: 0.7em 1em !important;
  font-size: 16px;
  color: #fff !important;
  margin: 0 auto !important;
}
div.wpcf7-mail-sent-ok {
  background: #398f14;
  max-width: 400px;
}
div.wpcf7-validation-errors {
  background: #e64e4e;
  border: 0 !important;
  max-width: 600px;
}
.wpcf7-not-valid {
  border-color: #e64e4e !important;
}
.cForm__block_input .wpcf7-not-valid-tip {
  margin-top: 4px;
}
.cForm_type2 span.wpcf7-not-valid-tip,
.cForm_type3 span.wpcf7-not-valid-tip {
  font-size: 15px;
  font-weight: normal;
}
.new_callback div.wpcf7-validation-errors {
  display: none !important;
}
.rek_btn {
	    margin-left: 150px;
    background-color: yellow;
    border-radius: 10px;
    padding: 10px;
}
@media (max-width: 767px){
	.rek_btn{margin-left: 0;}
}
.rek_btn a {
	color: red;
    font-size: 1.3em;
    padding: 40px 20px;
}
/*magnific popup code*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 50px 40px 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
#modalForm span.wpcf7-not-valid-tip {
  font-size: 14px;
}
#modalForm div.wpcf7-validation-errors {
  display: none !important;
}
#modalForm .wpcf7-form-control-wrap {
  text-align: left;
}
#modalForm {
  text-align: center;
}
#modalForm .sendBtn {
  border: 0;
  font-size: 16px;
  padding: 6px 15px;
  margin-bottom: 0;
  display: inline-block;
  cursor: pointer;
}
#modalForm .sendBtn:hover {
  border-top: 3px solid #53bec1;
  background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #1A8C90), color-stop(0.85, #28AFB1));
  background-image: -o-linear-gradient(bottom, #1A8C90 0%, #28AFB1 85%);
  background-image: -moz-linear-gradient(bottom, #1A8C90 0%, #28AFB1 85%);
  background-image: -webkit-linear-gradient(bottom, #1A8C90 0%, #28AFB1 85%);
  background-image: -ms-linear-gradient(bottom, #1A8C90 0%, #28AFB1 85%);
  background-image: linear-gradient(to bottom, #1A8C90 0%, #28AFB1 85%);
}
#modalForm input,
#modalForm textarea {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#modalForm {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#modalForm h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#modalForm h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#modalForm input,
#modalForm textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#modalForm input:hover,
#modalForm textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#modalForm textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

.copyright {
  text-align: center;
}

#modalForm input:focus,
#modalForm textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}



/*Callback*/

.callback {
    background: #eef3fa;
    padding-bottom: 20px;
}

.cb-title {
    font-family: 'Bebas_Neue';
    font-size: 33px;
    color: #105458;
    text-align: center;
    margin-bottom: 10px;
}


/*Breadcrumbs */

.breadcrumbs {
    font-family: 'Roboto', sans-serif;
    color: #a0a0a0;
    margin-top: 8px;
    margin-bottom: 8px
}

.breadcrumbs>span {
    margin: 0 7px;
    padding: 7px 0;
    display: inline-block;
}

.breadcrumbs a {
    font-family: 'Roboto', sans-serif;
    color: #a0a0a0;
    text-decoration: none;
    font-size: 18px;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs span.current, .breadcrumbs span span {
    color: #ed891a;
}

.half {
    width: 100%;
    float: left;
}

.half:first-of-type {
    margin-right: 17px;
}

.carousel-conteiner .my-carousel .item iframe {
    width: 100% ;
}


/*owl*/

.carousel-conteiner .my-carousel {
    position: relative;
}

.carousel-conteiner .owl-carousel .item {
    margin: 7px;
}

.carousel-conteiner .owl-carousel .item img {
    width: 100%;
}

.main-news img {
    width: auto !important;
}

/*
.owl-carousel .item {
    width: 435px; !important;
    
}*/

.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    margin: -49px 0 0 0;
    display: block;
    width: 48px;
    height: 98px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url(img/prev.png);
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    background: url(img/next.png);
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 7px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 7px;
}

.why-block, .photo-block, .preferences, .mission {
    padding: 5px 0 10px 0;
}

.block-title {
    font-family: 'PFDinTextPro-Comp';
    text-align: center;
    font-size: 33px;
    line-height: 33px;
    padding: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.orange {
    color: #e96417;
    background: url(img/line-bg-orange.png) bottom center no-repeat;
}

.orange2 {
    color: #e96417;
    border-bottom: 3px solid #e96417;
}

.hr-orange {
    border: none;
    border-bottom: 3px solid #e96417;
}

.blue {
    color: #18888b;
    background: url(img/line-bg-blue.png) bottom center no-repeat;
}

.white {
    color: #fff;
    background: url(img/line-bg-white.png) bottom center no-repeat;
}

.green {
    color: #a1a232;
    background: url(img/line-bg-green.png) bottom center no-repeat;
}

.why-block p, .photo-block p, .mission p {
    font-family: 'PFDinTextPro-Comp';
    text-align: center;
    font-size: 26px;
    margin-bottom: 10px;
    color: #424242;
}

.mission p {
    font-size: 26px;
    margin-bottom: 15px;
}

.mission .m-icon {
    margin-bottom: 10px;
}

.preferences {
    background: url(img/preferences-bg.jpg) no-repeat center;
    -moz-background-size: cover;
    /* растягиваю изображение по размерам окна для браузера Firefox 3.6 */
    -o-background-size: 102% auto;
    /* растягиваю изображение по размерам окна для браузера Opera 9.5 */
    -webkit-background-size: 102% auto;
    /* растягиваю изображение по размерам окна для браузера Safari 3.0 */
    -khtml-background-size: cover;
    /* растягиваю изображение по размерам окна для браузера Konqueror 3.5.4 */
    background-size: cover;
}

.pref-item {
    font-family: 'PFDinTextPro-Comp';
    margin: 0 50px 50px 50px;
    padding-left: 80px;
    background: url(img/icon-medal.png) left top no-repeat;
    color: #fff;
    font-size: 29px;
    min-height: 87px;
}

.pref-item div {
    display: inline-block;
    vertical-align: middle;
}

.pref-item:before {
    /* для IE8+ */
    content: "";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;
}

.pref-foot {
    text-align: center;
    font-family: 'PFDinTextPro-Comp';
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    margin: 0 50px 50px 50px;
}


/*Placing*/

.gmap {
    position: relative;
}

.gmap .title {
    font-size: 25px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #eb7a29;
    padding: 20px 0 30px;
}

.gmap .title span {
    display: inline-block;
    padding: 0 30px 8px 30px;
    border-bottom: 3px solid #fff;
}

.gmap .map, .map-car {
    position: relative;
    padding-bottom: 36.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.gmap .map iframe, .map-car iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gmap .map .arrow {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -64px;
    width: 129px;
    height: 64px;
    background: url(img/arrow-title-gmap.png);
    z-index: 999;
}

.map-car {
    position: relative;
    padding-bottom: 52.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.map-car iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*Gallery*/

.gallery-wrp {
    margin-bottom: 60px;
}

.g-first, .g-second, .g-third {
    padding-bottom: 20px;
}

.g-second {
    background: #18888b;
}

.g-item {}

.g-item a {
    display: block;
    text-decoration: none;
}

.g-item .g-img {
    width: 269px;
    height: 269px;
    background: url(img/g-item-bg.png);
    margin: 0 auto;
}

.g-item .g-img img {
    padding-top: 18px;
}

.g-item span {
    display: block;
    margin: 20px 0;
    font-size: 24px;
    color: #3d2517;
    text-align: center;
}


/*Documentation*/

.documentation h3 {
    color: #0e0e01;
}

.documentation .doc-block {
    margin-bottom: 30px;
    padding-left: 22px;
    list-style-type: square;
}

.documentation .doc-block li {
    margin-bottom: 5px;
}

.documentation .doc-block li a {
    color: #18888b;
}

.documentation .btn {
    display: inline-block;
    font-weight: bold;
    color: #333;
    font-size: 26px;
    margin-bottom: 10px;
}


/*Page apartment*/

.btn-apartment {
    display: inline-block;
    text-decoration: none;
    background: #f58c41;
    color: #3b2315;
    font-size: 28px;
    text-align: center;
    padding: 14px 0;
    line-height: 16px;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(238, 128, 49, .4);
    -moz-box-shadow: 0px 0px 0px 4px rgba(238, 128, 49, .4);
    box-shadow: 0px 0px 0px 4px rgba(238, 128, 49, .4);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 48%;
    margin: 0 auto 14px;
}

.btn-apartment:first-of-type {
    margin-right: 20px;
}

.blu {
    border-top: 3px solid #53bec1 !important;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #28AFB1), color-stop(0.85, #1A8C90));
    background-image: -o-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%);
    background-image: -moz-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%);
    background-image: -webkit-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%);
    background-image: -ms-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%);
    background-image: linear-gradient(to bottom, #28AFB1 0%, #1A8C90 85%);
    text-decoration: none;
    color: #fff;
    font-size: 28px;
    text-shadow: 0px 1px 2px rgba(120, 120, 120, 0.8);
    text-align: center;
    padding: 14px 0;
    line-height: 16px;
    -webkit-box-shadow: 0px 10px 15px -3px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 10px 15px -3px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 10px 15px -3px rgba(50, 50, 50, 0.4);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.blu:hover {
    border-top: 3px solid #53bec1;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #1A8C90), color-stop(0.85, #28AFB1));
    background-image: -o-linear-gradient(bottom, #1A8C90 0%, #28AFB1 85%);
    background-image: -moz-linear-gradient(bottom, #1A8C90 0%, #28AFB1 85%);
    background-image: -webkit-linear-gradient(bottom, #1A8C90 0%, #28AFB1 85%);
    background-image: -ms-linear-gradient(bottom, #1A8C90 0%, #28AFB1 85%);
    background-image: linear-gradient(to bottom, #1A8C90 0%, #28AFB1 85%);
    box-shadow: 0 0 10px #f6f6f6;
}

.or:hover {
    background: rgba(245, 140, 65, 0.8);
}

.house-plan-block {
    position: relative;
}

.house-info {
    width: 216px;
    height: 247px;
    position: absolute;
    right: 27px;
    bottom: 20px;
    z-index: 5;
}

.house-info-mob {
    width: 216px;
    height: 247px;
    margin: 0px auto 20px;
}

ul.house-plan {
    width: 1000px;
    height: 538px;
    padding: 0;
    margin: 0;
    background: url(img/s2plus01.jpg) top center no-repeat;
}

ul.house-plan li {
    position: absolute;
    display: block;
}

ul.house-plan li a {
    display: block;
    text-decoration: none;
    height: 100%;
}

ul.house-plan li a span {
    display: block;
    position: absolute;
    width: 143px;
    height: 62px;
    background: url(img/tooltip.png);
    font-size: 22px;
    color: #3b2315;
    text-align: center;
    padding-top: 14px;
}




/*sector1*/

ul.house-plan li.sector1 {
    width: 300px;
    height: 320px;
    top: 301px;
    left: 38px;
    z-index: 4;
}

ul.house-plan li.sector1 a span {
    top: 60px;
    left: 8px;
}
ul.house-plan li.sector1 a:hover { background-position: -5px -1030px; }



/*sector2*/

ul.house-plan li.sector2 {
    width: 290px;
    height: 230px;
    top: 202px;
    left: 180px;
    z-index: 3;
}

ul.house-plan li.sector2 a span {
    top: 15px;
    left: -20px;
}

ul.house-plan li.sector2 a:hover {
    background-position: -647px -757px;
}


/*sector3*/

ul.house-plan li.sector3 {
    width: 235px;
    height: 246px;
    top: 229px;
    left: 411px;
    z-index: 4;
}

ul.house-plan li.sector3 a span {
    top: 45px;
    left: 60px;
}

ul.house-plan li.sector3 a:hover {
    background-position: -320px -1025px;
}


/*sector4*/

ul.house-plan li.sector4 {
    width: 225px;
    height: 330px;
    top: 350px;
    left: 386px;
    z-index: 5;
}

ul.house-plan li.sector4 a span {
    top: 100px;
    left: 30px;
}

ul.house-plan li.sector4 a:hover {
    background-position: -645px -1025px;
}


/*sector5*/

ul.house-plan li.sector5 {
    width: 215px;
    height: 225px;
    top: 30px;
    left: 205px;
    z-index: 2;
}

ul.house-plan li.sector5 a span {
    top: 10px;
    left: -8px;
}

ul.house-plan li.sector5 a:hover {
    background-position: -0px -754px;
}


/*sector6*/

ul.house-plan li.sector6 {
    width: 170px;
    height: 234px;
    top: 26px;
    left: 465px;
    z-index: 5;
}

ul.house-plan li.sector6 a span {
    top: 10px;
    left: -8px;
}

ul.house-plan li.sector6 a:hover {
    background-position: -230px -762px;
}


/*sector7*/

ul.house-plan li.sector7 {
    width: 205px;
    height: 230px;
    top: 34px;
    left: 698px;
    z-index: 5;
}

ul.house-plan li.sector7 a span {
    top: 10px;
    left: 20px;
}

ul.house-plan li.sector7 a:hover {
    background-position: -420px -760px;
}


/*sector8-9*/

.img_bl {
    padding-top: 20px;
}
.img_bl img{
    max-width: 100%;
}

.genPl img {
  max-width: 100%;
}

ul.house-plan li.sector8 {
       width: 273px;
    height: 108px;
    top: 222px;
    left: 224px;
    z-index: 5;
    transform: rotate(-9deg);
}

ul.house-plan li.sector8 a {
    display: block;
    position: relative;
    height: 108px;
    margin-bottom: 19px;
}

ul.house-plan li.sector8 div.s2:hover{
    height: 111px;
    background: none;
    box-shadow: 0 0 16px 5px rgb(0, 0, 160);
}

ul.house-plan li.sector8 a span {
    position: relative;
}
ul.house-plan li.sector9 {
width: 285px;
    height: 108px;
    top: 181px;
    left: 498px;
    z-index: 5;
    transform: rotate(-9deg);
}

ul.house-plan li.sector9 a {
    display: block;
    position: relative;
    height: 108px;
    margin-bottom: 19px;
}

ul.house-plan li.sector9 div.s2:hover{
    height: 111px;
    background: none;
    box-shadow: 0 0 16px 5px rgb(0, 0, 160);
}

ul.house-plan li.sector9 a span {
    position: relative;
}

ul.house-plan li.sector8 .tag_1 {
    color: #fff;
    font-size: 22px;
    line-height: 16px;
    letter-spacing: -1px;
    text-align: center;
    padding: 9px 0 0 15px;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.26);
    display: block;
    width: 147px;
    height: 54px;
    background-image: url(img/tag_1.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 19px;
}

.house-plan-sector8 a {
    display: block;
    text-decoration: none;
    height: 100%;
    text-indent: -9999px;
}

ul.house-plan-sector8 {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0;
    width: 885px;
    height: 440px;
    background: url(img/s8.png) no-repeat top center;
    margin: 0 auto;
    position: relative;
}

.house-plan-sector8 li a:hover {
    background: url(img/s8.png) no-repeat;
}

.house-plan-sector8 li a {
    transition: none;
}

.house-plan-sector8 li {
    position: absolute;
}

.house-plan-sector8 .sector1 {
    width: 176px;
    height: 159px;
    top: 43px;
    left: 0;
}

.house-plan-sector8 .sector1 a:hover {
    background-position: 0 -504px;
}

.house-plan-sector8 .sector2 {
    width: 127px;
    height: 159px;
    top: 43px;
    left: 176px;
}

.house-plan-sector8 .sector2 a:hover {
    background-position: -176px -504px;
}

.house-plan-sector8 .sector3 {
    width: 128px;
    height: 159px;
    top: 43px;
    left: 301px;
}

.house-plan-sector8 .sector3 a:hover {
    background-position: -303px -504px;
}

.house-plan-sector8 .sector4 {
    width: 131px;
    height: 187px;
    top: 22px;
    left: 431px;
}

.house-plan-sector8 .sector4 a:hover {
    background-position: -431px -483px;
}

.house-plan-sector8 .sector5 {
    width: 126px;
    height: 163px;
    top: 43px;
    left: 561px;
}

.house-plan-sector8 .sector5 a:hover {
    background-position: -562px -504px;
}

.house-plan-sector8 .sector6 {
    width: 136px;
    height: 163px;
    top: 42px;
    left: 687px;
}

.house-plan-sector8 .sector6 a:hover {
    background-position: -687px -504px;
}

.house-plan-sector8 .sector7 {
    width: 166px;
    height: 195px;
    top: 201px;
    left: 0;
}

.house-plan-sector8 .sector7 a:hover {
    background-position: 0 -661px;
}

.house-plan-sector8 .sector8 {
    width: 197px;
    height: 195px;
    top: 201px;
    left: 166px;
}

.house-plan-sector8 .sector8 a:hover {
    background-position: -166px -662px;
}

.house-plan-sector8 .sector9 {
    width: 125px;
    height: 195px;
    top: 201px;
    left: 489px;
}

.house-plan-sector8 .sector9 a:hover {
    background-position: -491px -662px;
}

.house-plan-sector8 .sector10 {
    width: 195px;
    height: 195px;
    top: 201px;
    left: 614px;
}

.house-plan-sector8 .sector10 a:hover {
    background-position: -616px -662px;
}
.house-plan-sector8 .sector11 {
  width: 110px;
  height: 182px;
  top: 43px;
  left: 777px;
}

.house-plan-sector8 .sector11 a:hover {
    background-position: -758px -912px;
}
.house-plan-sector8 .sector12 {
  width: 110px;
  height: 182px;
  top: 217px;
  left: 777px;
}

.house-plan-sector8 .sector12 a:hover {
    background-position: -605px -912px;
}

.house-plan-sector9 a {
    display: block;
    text-decoration: none;
    height: 100%;
    text-indent: -9999px;
}

ul.house-plan-sector9 {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0;
    width: 885px;
    height: 440px;
    background: url(img/s9.png) no-repeat top center;
    margin: 0 auto;
    position: relative;
}

.cont p{
  font-size: 28px;
  line-height: 1.14;
}

.house-plan-sector9 li a:hover {
    background: url(img/s9.png) no-repeat;
}

.house-plan-sector9 li a {
    transition: none;
}

.house-plan-sector9 li {
    position: absolute;
}

.house-plan-sector9 .sector1 {
  width: 131px;
  height: 159px;
  top: 43px;
  left: 65px;
}

.house-plan-sector9 .sector1 a:hover {
    background-position: -68px -475px;
}

.house-plan-sector9 .sector2 {
    width: 127px;
    height: 159px;
    top: 43px;
    left: 198px;
}

.house-plan-sector9 .sector2 a:hover {
    background-position: -197px -475px;
}

.house-plan-sector9 .sector3 {
    width: 132px;
    height: 189px;
    top: 22px;
    left: 322px;
}

.house-plan-sector9 .sector3 a:hover {
    background-position: -324px -455px;
}

.house-plan-sector9 .sector4 {
    width: 128px;
    height: 187px;
    top: 21px;
    left: 455px;
}

.house-plan-sector9 .sector4 a:hover {
    background-position: -455px -452px;
}

.house-plan-sector9 .sector5 {
    width: 128px;
    height: 163px;
    top: 40px;
    left: 583px;
}

.house-plan-sector9 .sector5 a:hover {
    background-position: -583px -473px;
}

.house-plan-sector9 .sector6 {
    width: 178px;
    height: 163px;
    top: 40px;
    left: 711px;
}

.house-plan-sector9 .sector6 a:hover {
    background-position: -710px -472px;
}

.house-plan-sector9 .sector7 {
    width: 194px;
    height: 195px;
    top: 199px;
    left: 75px;
}

.house-plan-sector9 .sector7 a:hover {
    background-position: -76px -634px;
}

.house-plan-sector9 .sector8 {
    width: 132px;
    height: 195px;
    top: 226px;
    left: 271px;
}

.house-plan-sector9 .sector8 a:hover {
    background-position: -270px -662px;
}

.house-plan-sector9 .sector9 {
    width: 125px;
    height: 195px;
    top: 212px;
    left: 530px;
}

.house-plan-sector9 .sector9 a:hover {
    background-position: -529px -645px;
}

.house-plan-sector9 .sector10 {
    width: 232px;
    height: 195px;
    top: 201px;
    left: 654px;
}

.house-plan-sector9 .sector10 a:hover {
    background-position: -653px -633px;
}

.house-plan-sector9 .sector11 {
    width: 110px;
    height: 180px;
    top: 43px;
    left: 0px;
}

.house-plan-sector9 .sector11 a:hover {
    background-position: -11px -908px;
}
.house-plan-sector9 .sector12 {
    width: 110px;
    height: 180px;
    top: 215px;
    left: 0px;
}

.house-plan-sector9 .sector12 a:hover {
    background-position: -166px -898px;
}

.sq {
    display: block;
}

.sq1 {
    font-size: 14px;
}

.table-new sup {
    vertical-align: top;
    font: initial;
    font-size: 10px;
}

.table-new {
    font-family: Roboto, sans-serif;
    color: #0f1010;
    max-width: 272px;
    margin: 0 auto;
}

.new-link {
  text-align: center;
  margin: 13px 0 45px;
}


.table-new thead {
    background-color: #c8c64c;
}

.table-new table td{
  padding: 2px 10px;
}
.table-new table{
  width: 100%;
  table-layout: fixed;
}
.table-new table th:first-child{
  width: 50px;
}
.table-new table th:last-child{
  width: 77px;
}
.table-new table td:first-child{
  text-align: center;
}
.table-new table th{
  padding: 5px;
}

.flat-logo{
  text-align: center;
  margin: 24px 53px;
}

.table-new table td, .table-new table th {
    border: 1px solid #fff;
    text-transform: none;
    vertical-align: middle;
}

.table-new th {
    font-size: 18px;
    font-weight: 400;
}

.table-new tbody {
    font-size: 16px;
    background-color: #dcdb8f;
}

.place{
  text-align: center;
  width: 100%;
  font-size: 21px;
  color: #2b2b2b;
  font-family: 'Myriad Pro Regular', Roboto;
}
.place__title{
  margin: 20px 0;
}

.house-plane-mobile {
    display: none;
}

.house-plane-mobile .photo {
    margin-bottom: 30px;
}

.house-plane-mobile .photo img {
    width: 100%;
}


/*House sector 1 */

ul.house-plan-sector1 {
    width: 935px;
    height: 466px;
    background: url(img/house-plan-sector1.png) no-repeat -7px 0;
    margin: 0 auto;
}

ul.house-plan-sector1 li {
    position: absolute;
    display: block;
}

ul.house-plan-sector1 li a {
    display: block;
    text-decoration: none;
    height: 100%;
    text-indent: -9999px;
}

ul.house-plan-sector1 li a:hover {
    display: block;
    background: url(img/house-plan-sector1.png) no-repeat 0 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}


/*sector1*/

ul.house-plan-sector1 li.sector1 {
    width: 195px;
    height: 195px;
    top: 230px;
    left: 272px;
    z-index: 2;
}

ul.house-plan-sector1 li.sector1 a:hover {
    background-position: -242px -470px;
}


/*sector2*/

ul.house-plan-sector1 li.sector2 {
    width: 288px;
    height: 212px;
    top: 231px;
    left: 16px;
    z-index: 1;
}

ul.house-plan-sector1 li.sector2 a:hover {
    background-position: -671px -746px;
}


/*sector3*/

ul.house-plan-sector1 li.sector3 {
    width: 220px;
    height: 256px;
    top: 21px;
    left: 13px;
    z-index: 1;
}

ul.house-plan-sector1 li.sector3 a:hover {
    background-position: -5px -470px;
}


/*sector4*/

ul.house-plan-sector1 li.sector4 {
    width: 215px;
    height: 206px;
    top: 25px;
    left: 170px;
    z-index: 2;
}

ul.house-plan-sector1 li.sector4 a:hover {
    background-position: -5px -748px;
}


/*sector5*/

ul.house-plan-sector1 li.sector5 {
    width: 187px;
    height: 200px;
    top: 35px;
    left: 340px;
    z-index: 2;
}

ul.house-plan-sector1 li.sector5 a:hover {
    background-position: -447px -750px;
}


/*sector6*/

ul.house-plan-sector1 li.sector6 {
    width: 188px;
    height: 200px;
    top: 34px;
    left: 488px;
    z-index: 2;
}

ul.house-plan-sector1 li.sector6 a:hover {
    background-position: -450px -470px;
}


/*sector7*/

ul.house-plan-sector1 li.sector7 {
    width: 314px;
    height: 240px;
    top: 40px;
    left: 633px;
    z-index: 2;
}

ul.house-plan-sector1 li.sector7 a:hover {
    background-position: -650px -470px;
}


/*sector8*/

ul.house-plan-sector1 li.sector8 {
    width: 240px;
    height: 197px;
    top: 233px;
    left: 703px;
    z-index: 2;
}

ul.house-plan-sector1 li.sector8 a:hover {
    background-position: -720px -970px;
}


/*sector9*/

ul.house-plan-sector1 li.sector9 {
    width: 205px;
    height: 205px;
    top: 226px;
    left: 538px;
    z-index: 2;
}

ul.house-plan-sector1 li.sector9 a:hover {
    background-position: -236px -746px;
}


/*House sector 2 */

ul.house-plan-sector2 {
    width: 935px;
    height: 538px;
    background: url(img/house-plan-sector2.png) no-repeat -7px 0;
    margin: 0 auto;
}

ul.house-plan-sector2 li {
    position: absolute;
    display: block;
}

ul.house-plan-sector2 li a {
    display: block;
    text-decoration: none;
    height: 100%;
    text-indent: -9999px;
}

ul.house-plan-sector2 li a:hover {
    display: block;
    background: url(img/house-plan-sector2.png) no-repeat 0 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}


/*sector1*/

ul.house-plan-sector2 li.sector1 {
    width: 140px;
    height: 250px;
    top: 213px;
    left: 302px;
    z-index: 2;
}

ul.house-plan-sector2 li.sector1 a:hover {
    background-position: -275px -697px;
}


/*sector2*/

ul.house-plan-sector2 li.sector2 {
    width: 310px;
    height: 125px;
    top: 390px;
    left: 130px;
    z-index: 1;
}

ul.house-plan-sector2 li.sector2 a:hover {
    background-position: -451px -853px;
}


/*sector3*/

ul.house-plan-sector2 li.sector3 {
    width: 165px;
    height: 135px;
    top: 315px;
    left: 133px;
    z-index: 1;
}

ul.house-plan-sector2 li.sector3 a:hover {
    background-position: -610px -700px;
}


/*sector4*/

ul.house-plan-sector2 li.sector4 {
    width: 165px;
    height: 180px;
    top: 158px;
    left: 133px;
    z-index: 1;
}

ul.house-plan-sector2 li.sector4 a:hover {
    background-position: -0px -696px;
}


/*sector5*/

ul.house-plan-sector2 li.sector5 {
    width: 260px;
    height: 150px;
    top: 58px;
    left: 160px;
    z-index: 1;
}

ul.house-plan-sector2 li.sector5 a:hover {
    background-position: -0px -544px;
}


/*sector6*/

ul.house-plan-sector2 li.sector6 {
    width: 150px;
    height: 150px;
    top: 58px;
    left: 395px;
    z-index: 1;
}

ul.house-plan-sector2 li.sector6 a:hover {
    background-position: -425px -543px;
}


/*sector7*/

ul.house-plan-sector2 li.sector7 {
    width: 145px;
    height: 150px;
    top: 58px;
    left: 520px;
    z-index: 10
}

ul.house-plan-sector2 li.sector7 a:hover {
    background-position: -578px -543px;
}


/*sector8*/

ul.house-plan-sector2 li.sector8 {
    width: 228px;
    height: 150px;
    top: 60px;
    left: 640px;
    z-index: 10
}

ul.house-plan-sector2 li.sector8 a:hover {
    background-position: -730px -543px;
}


/*sector9*/

ul.house-plan-sector2 li.sector9 {
    width: 178px;
    height: 190px;
    top: 178px;
    left: 692px;
    z-index: 10
}

ul.house-plan-sector2 li.sector9 a:hover {
    background-position: -783px -696px;
}


/*sector10*/

ul.house-plan-sector2 li.sector10 {
    width: 150px;
    height: 150px;
    top: 216px;
    left: 567px;
    z-index: 10
}

ul.house-plan-sector2 li.sector10 a:hover {
    background-position: -270px -545px;
}


/*sector11*/

ul.house-plan-sector2 li.sector11 {
    width: 160px;
    height: 150px;
    top: 213px;
    left: 437px;
    z-index: 10
}

ul.house-plan-sector2 li.sector11 a:hover {
    background-position: -445px -698px;
}


/*House sector 3 */

ul.house-plan-sector3 {
    width: 935px;
    height: 578px;
    background: url(img/house-plan-sector3.png) no-repeat -7px 0;
    margin: 0 auto;
}

ul.house-plan-sector3 li {
    position: absolute;
    display: block;
}

ul.house-plan-sector3 li a {
    display: block;
    text-decoration: none;
    height: 100%;
    text-indent: -9999px;
}

ul.house-plan-sector3 li a:hover {
    display: block;
    background: url(img/house-plan-sector3.png) no-repeat 0 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}


/*sector1*/

ul.house-plan-sector3 li.sector1 {
    width: 180px;
    height: 168px;
    top: 209px;
    left: 336px;
    z-index: 2;
}

ul.house-plan-sector3 li.sector1 a:hover {
    background-position: -524px -768px;
}


/*sector2*/

ul.house-plan-sector3 li.sector2 {
    width: 173px;
    height: 166px;
    top: 211px;
    left: 195px;
    z-index: 2;
}

ul.house-plan-sector3 li.sector2 a:hover {
    background-position: -170px -770px;
}


/*sector3*/

ul.house-plan-sector3 li.sector3 {
    width: 164px;
    height: 340px;
    top: 40px;
    left: 124px;
    z-index: 1;
}

ul.house-plan-sector3 li.sector3 a:hover {
    background-position: -0px -585px;
}


/*sector4*/

ul.house-plan-sector3 li.sector4 {
    width: 160px;
    height: 162px;
    top: 40px;
    left: 261px;
    z-index: 1;
}

ul.house-plan-sector3 li.sector4 a:hover {
    background-position: -360px -773px;
}


/*sector5*/

ul.house-plan-sector3 li.sector5 {
    width: 166px;
    height: 168px;
    top: 36px;
    left: 395px;
    z-index: 1;
}

ul.house-plan-sector3 li.sector5 a:hover {
    background-position: -707px -582px;
}


/*sector6*/

ul.house-plan-sector3 li.sector6 {
    width: 330px;
    height: 178px;
    top: 36px;
    left: 530px;
    z-index: 1;
}

ul.house-plan-sector3 li.sector6 a:hover {
    background-position: -172px -582px;
}


/*sector7*/

ul.house-plan-sector3 li.sector7 {
    width: 190px;
    height: 206px;
    top: 147px;
    left: 670px;
    z-index: 2;
}

ul.house-plan-sector3 li.sector7 a:hover {
    background-position: -173px -945px;
}


/*sector8*/

ul.house-plan-sector3 li.sector8 {
    width: 182px;
    height: 152px;
    top: 323px;
    left: 672px;
    z-index: 2;
}

ul.house-plan-sector3 li.sector8 a:hover {
    background-position: -513px -580px;
}


/*sector9*/

ul.house-plan-sector3 li.sector9 {
    width: 352px;
    height: 134px;
    top: 421px;
    left: 508px;
    z-index: 1;
}

ul.house-plan-sector3 li.sector9 a:hover {
    background-position: -408px -954px;
}


/*sector10*/

ul.house-plan-sector3 li.sector10 {
    width: 164px;
    height: 268px;
    top: 210px;
    left: 504px;
    z-index: 1;
}

ul.house-plan-sector3 li.sector10 a:hover {
    background-position: -787px -770px;
}


/*House sector 4 */

ul.house-plan-sector4 {
    width: 950px;
    height: 478px;
    background: url(img/house-plan-sector4.png) no-repeat -7px 0;
    margin: 0 auto;
}

ul.house-plan-sector4 li {
    position: absolute;
    display: block;
}

ul.house-plan-sector4 li a {
    display: block;
    text-decoration: none;
    height: 100%;
    text-indent: -9999px;
}

ul.house-plan-sector4 li a:hover {
    display: block;
    background: url(img/house-plan-sector4.png) no-repeat 0 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}


/*sector1*/

ul.house-plan-sector4 li.sector1 {
    width: 190px;
    height: 180px;
    top: 240px;
    left: 221px;
    z-index: 2;
}

ul.house-plan-sector4 li.sector1 a:hover {
    background-position: -186px -727px;
}


/*sector2*/

ul.house-plan-sector4 li.sector2 {
    width: 220px;
    height: 180px;
    top: 240px;
    left: 27px;
    z-index: 1;
}

ul.house-plan-sector4 li.sector2 a:hover {
    background-position: -555px -727px;
}


/*sector3*/

ul.house-plan-sector4 li.sector3 {
    width: 290px;
    height: 230px;
    top: 47px;
    left: 27px;
    z-index: 1;
}

ul.house-plan-sector4 li.sector3 a:hover {
    background-position: -0px -484px;
}


/*sector4*/

ul.house-plan-sector4 li.sector4 {
    width: 168px;
    height: 178px;
    top: 48px;
    left: 297px;
    z-index: 2;
}

ul.house-plan-sector4 li.sector4 a:hover {
    background-position: -383px -727px;
}


/*sector5*/

ul.house-plan-sector4 li.sector5 {
    width: 168px;
    height: 178px;
    top: 48px;
    left: 440px;
    z-index: 2;
}

ul.house-plan-sector4 li.sector5 a:hover {
    background-position: -775px -727px;
}


/*sector6*/

ul.house-plan-sector4 li.sector6 {
    width: 190px;
    height: 190px;
    top: 35px;
    left: 581px;
    z-index: 2;
}

ul.house-plan-sector4 li.sector6 a:hover {
    background-position: -292px -484px;
}


/*sector7*/

ul.house-plan-sector4 li.sector7 {
    width: 200px;
    height: 235px;
    top: 35px;
    left: 731px;
    z-index: 2;
}

ul.house-plan-sector4 li.sector7 a:hover {
    background-position: -757px -484px;
}


/*sector8*/

ul.house-plan-sector4 li.sector8 {
    width: 278px;
    height: 194px;
    top: 240px;
    left: 655px;
    z-index: 2;
}

ul.house-plan-sector4 li.sector8 a:hover {
    background-position: -480px -484px;
}


/*sector9*/

ul.house-plan-sector4 li.sector9 {
    width: 180px;
    height: 180px;
    top: 240px;
    left: 496px;
    z-index: 2;
}

ul.house-plan-sector4 li.sector9 a:hover {
    background-position: -0px -727px;
}


/*House sector 5 */

ul.house-plan-sector5 {
    width: 935px;
    height: 590px;
    background: url(img/house-plan-sector5.png) no-repeat -7px -10px;
    margin: 0 auto;
}

ul.house-plan-sector5 li {
    position: absolute;
    display: block;
}

ul.house-plan-sector5 li a {
    display: block;
    text-decoration: none;
    height: 100%;
    text-indent: -9999px;
}

ul.house-plan-sector5 li a:hover {
    display: block;
    background: url(img/house-plan-sector5.png) no-repeat 0 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}


/*sector1*/

ul.house-plan-sector5 li.sector1 {
    width: 212px;
    height: 140px;
    top: 316px;
    left: 540px;
    z-index: 2;
}

ul.house-plan-sector5 li.sector1 a:hover {
    background-position: -219px -819px;
}


/*sector2*/

ul.house-plan-sector5 li.sector2 {
    width: 225px;
    height: 190px;
    top: 388px;
    left: 530px;
    z-index: 1;
}

ul.house-plan-sector5 li.sector2 a:hover {
    background-position: -225px -975px;
}


/*sector3*/

ul.house-plan-sector5 li.sector3 {
    width: 146px;
    height: 245px;
    top: 307px;
    left: 407px;
    z-index: 2;
}

ul.house-plan-sector5 li.sector3 a:hover {
    background-position: -810px -615px;
}


/*sector4*/

ul.house-plan-sector5 li.sector4 {
    width: 225px;
    height: 190px;
    top: 388px;
    left: 217px;
    z-index: 2;
}

ul.house-plan-sector5 li.sector4 a:hover {
    background-position: -258px -612px;
}


/*sector5*/

ul.house-plan-sector5 li.sector5 {
    width: 214px;
    height: 142px;
    top: 312px;
    left: 221px;
    z-index: 2;
}

ul.house-plan-sector5 li.sector5 a:hover {
    background-position: -440px -823px;
}


/*sector6*/

ul.house-plan-sector5 li.sector6 {
    width: 218px;
    height: 112px;
    top: 225px;
    left: 220px;
    z-index: 2;
}

ul.house-plan-sector5 li.sector6 a:hover {
    background-position: -455px -974px;
}


/*sector7*/

ul.house-plan-sector5 li.sector7 {
    width: 216px;
    height: 154px;
    top: 106px;
    left: 220px;
    z-index: 2;
}

ul.house-plan-sector5 li.sector7 a:hover {
    background-position: 1px -813px;
}


/*sector8*/

ul.house-plan-sector5 li.sector8 {
    width: 258px;
    height: 162px;
    top: 16px;
    left: 220px;
    z-index: 1;
}

ul.house-plan-sector5 li.sector8 a:hover {
    background-position: 1px -614px;
}


/*sector9*/

ul.house-plan-sector5 li.sector9 {
    width: 258px;
    height: 162px;
    top: 16px;
    left: 495px;
    z-index: 1;
}

ul.house-plan-sector5 li.sector9 a:hover {
    background-position: -488px -614px;
}


/*sector10*/

ul.house-plan-sector5 li.sector10 {
    width: 216px;
    height: 154px;
    top: 112px;
    left: 539px;
    z-index: 2;
}

ul.house-plan-sector5 li.sector10 a:hover {
    background-position: 1px -978px;
}


/*sector11*/

ul.house-plan-sector5 li.sector11 {
    width: 218px;
    height: 112px;
    top: 225px;
    left: 538px;
    z-index: 2;
}

ul.house-plan-sector5 li.sector11 a:hover {
    background-position: -455px -974px;
}

/*House sector 6-7 */

ul.house-plan-sector6-7 {
    width: 935px;
    height: 590px;
    background: url(img/house-plan-sector6-7.png) no-repeat -7px -10px;
    margin: 0 auto;
}

ul.house-plan-sector7 {
    background: url(img/s1.png) no-repeat -7px -10px;
}

ul.house-plan-sector6-7 li {
    position: absolute;
    display: block;
}

ul.house-plan-sector6-7 li a {
    display: block;
    text-decoration: none;
    height: 100%;
    text-indent: -9999px;
}

ul.house-plan-sector6-7 li a:hover {
    display: block;
    background: url(img/house-plan-sector6-7.png) no-repeat 0 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}


/*sector1*/

ul.house-plan-sector6-7 li.sector1 {
    width: 212px;
    height: 140px;
    top: 316px;
    left: 540px;
    z-index: 2;
}

ul.house-plan-sector6-7 li.sector1 a:hover {
    background-position: -219px -819px;
}


/*sector2*/

ul.house-plan-sector6-7 li.sector2 {
    width: 225px;
    height: 190px;
    top: 388px;
    left: 530px;
    z-index: 1;
}

ul.house-plan-sector6-7 li.sector2 a:hover {
    background-position: -225px -975px;
}


/*sector3*/

ul.house-plan-sector6-7 li.sector3 {
    width: 146px;
    height: 245px;
    top: 307px;
    left: 407px;
    z-index: 2;
}

ul.house-plan-sector6-7 li.sector3 a:hover {
    background-position: -810px -615px;
}


/*sector4*/

ul.house-plan-sector6-7 li.sector4 {
    width: 225px;
    height: 190px;
    top: 388px;
    left: 217px;
    z-index: 2;
}

ul.house-plan-sector6-7 li.sector4 a:hover {
    background-position: -258px -612px;
}


/*sector5*/

ul.house-plan-sector6-7 li.sector5 {
    width: 214px;
    height: 142px;
    top: 312px;
    left: 221px;
    z-index: 2;
}

ul.house-plan-sector6-7 li.sector5 a:hover {
    background-position: -440px -823px;
}


/*sector6*/

ul.house-plan-sector6-7 li.sector6 {
    width: 218px;
    height: 112px;
    top: 225px;
    left: 220px;
    z-index: 2;
}

ul.house-plan-sector6-7 li.sector6 a:hover {
    background-position: -455px -974px;
}


/*sector7*/

ul.house-plan-sector6-7 li.sector7 {
    width: 216px;
    height: 154px;
    top: 106px;
    left: 220px;
    z-index: 2;
}

ul.house-plan-sector6-7 li.sector7 a:hover {
    background-position: 1px -813px;
}


/*sector8*/

ul.house-plan-sector6-7 li.sector8 {
    width: 258px;
    height: 162px;
    top: 16px;
    left: 220px;
    z-index: 1;
}

ul.house-plan-sector6-7 li.sector8 a:hover {
    background-position: 1px -614px;
}


/*sector9*/

ul.house-plan-sector6-7 li.sector9 {
    width: 258px;
    height: 162px;
    top: 16px;
    left: 495px;
    z-index: 1;
}

ul.house-plan-sector6-7 li.sector9 a:hover {
    background-position: -488px -614px;
}


/*sector10*/

ul.house-plan-sector6-7 li.sector10 {
    width: 216px;
    height: 154px;
    top: 112px;
    left: 539px;
    z-index: 2;
}

ul.house-plan-sector6-7 li.sector10 a:hover {
    background-position: 1px -978px;
}


/*sector11*/

ul.house-plan-sector6-7 li.sector11 {
    width: 218px;
    height: 112px;
    top: 225px;
    left: 538px;
    z-index: 2;
}

ul.house-plan-sector6-7 li.sector11 a:hover {
    background-position: -455px -974px;
}

/*House comercial 6*/

ul.house-plan-comercial6 {
    width: 1000px;
    height: 1020px;
    background: url(img/plan-comercial-6.png) no-repeat;
    margin: 0 auto;
}

ul.house-plan-comercial6 li {
    position: absolute;
    display: block;
}

ul.house-plan-comercial6 li a {
    display: block;
    text-decoration: none;
    height: 100%;
    text-indent: -9999px;
}

ul.house-plan-comercial6 li a:hover {
    display: block;
    background: url(img/plan-comercial-6.png) no-repeat 0 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}



/*sector1*/

ul.house-plan-comercial6 li.sector1 {
        width: 886px;
    height: 891px;
    top: 111px;
    left: 61px;
    z-index: 1;
}

ul.house-plan-comercial6 li.sector1 a:hover {
    background-position: -61px -1033px;
}


/*House comercial 3*/

ul.house-plan-comercial3 {
    width:1000px;
    height: 700px;
    background: url(img/plan-comercial-3.png) no-repeat;
    margin: 0 auto;
}

ul.house-plan-comercial3 li {
    position: absolute;
    display: block;
}

ul.house-plan-comercial3 li span {
    display: block;
    text-decoration: none;
    height: 100%;
    color: #ff0000;
    text-align: center;
    text-transform: uppercase;
    line-height: 165px;
    font-size: 200%;
    font-family: cursive;
    text-indent: -9999px;
}

ul.house-plan-comercial3 li a {
    display: block;
    text-decoration: none;
    height: 100%;
    color: #ff0000;
    text-align: center;
    text-transform: uppercase;
    line-height: 98px;
    font-size: 200%;
    font-family: cursive;
    text-indent: -9999px;
}

ul.house-plan-comercial3 li a:hover {
    display: block;
    background: url(img/plan-comercial-3.png) no-repeat 0 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/*sector1*/

ul.house-plan-comercial3 li.sector1 {
    width: 540px;
    height: 174px;
    top: 30px;
    left: 25px;
    z-index: 2;
}
ul.house-plan-comercial3 li.sector1 a:hover {
    background: url(img/plan-comercial-3.png) no-repeat  -26px -740px;
}

/*sector2*/

ul.house-plan-comercial3 li.sector2 {
        width: 390px;
    height: 176px;
    top: 28px;
    left: 564px;
    z-index: 2;
}
ul.house-plan-comercial3 li.sector2 a:hover {
    background: url(img/plan-comercial-3.png) no-repeat  -564px -735px;
}

/*sector3*/

ul.house-plan-comercial3 li.sector3 {
    width: 256px;
    height: 411px;
    top: 174px;
    left: 698px;
    z-index: 2
}
ul.house-plan-comercial3 li.sector3 a:hover {
    background: url(img/plan-comercial-3.png) no-repeat  -700px -883px;
}



/*House comercial 4*/

ul.house-plan-comercial4 {
    width: 1000px;
    height: 510px;
    background: url(img/plan-comercial-4.png) no-repeat;
    margin: 0 auto;
}

ul.house-plan-comercial4 li {
    position: absolute;
    display: block;
}

ul.house-plan-comercial4 li span {
    display: block;
    text-decoration: none;
    height: 100%;
    color: #ff0000;
    text-align: center;
    text-transform: uppercase;
    line-height: 165px;
    font-size: 200%;
    font-family: cursive;
    text-indent: -9999px;
}

ul.house-plan-comercial4 li a {
    display: block;
    text-decoration: none;
    height: 100%;
    color: #ff0000;
    text-align: center;
    text-transform: uppercase;
    line-height: 98px;
    font-size: 200%;
    font-family: cursive;
    text-indent: -9999px;
}

ul.house-plan-comercial4 li a:hover {
    display: block;
    background: url(img/plan-comercial-4.png) no-repeat 0 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/*sector1*/

ul.house-plan-comercial4 li.sector1 {
    width: 278px;
    height: 216px;
    top: 58px;
    left: 71px;
    z-index: 2;
}
ul.house-plan-comercial4 li.sector1 a:hover {
    background: url(img/plan-comercial-4.png) no-repeat  -72px -512px;
}


/*House comercial 7*/

ul.house-plan-comercial7 {
    width: 748px;
    height: 1000px;
    background: url(img/plan-comercial-7.png) no-repeat;
    margin: 0 auto;
}

ul.house-plan-comercial7 li {
    position: absolute;
    display: block;
}

ul.house-plan-comercial7 li span {
    display: block;
    text-decoration: none;
    height: 100%;
    color: #ff0000;
    text-align: center;
    text-transform: uppercase;
    line-height: 165px;
    font-size: 200%;
    font-family: cursive;
    text-indent: -9999px;
}

ul.house-plan-comercial7 li a {
    display: block;
    text-decoration: none;
    height: 100%;
    color: #ff0000;
    text-align: center;
    text-transform: uppercase;
    line-height: 98px;
    font-size: 200%;
    font-family: cursive;
    text-indent: -9999px;
}

ul.house-plan-comercial7 li a:hover {
    display: block;
    background: url(img/plan-comercial-7.png) no-repeat 0 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/*sector1*/

ul.house-plan-comercial7 li.sector1 {
    width: 667px;
    height: 338px;
    top: 36px;
    left: 142px;
    z-index: 2;
}
ul.house-plan-comercial7 li.sector1 a:hover {
    background: url(img/plan-comercial-7-1.png) no-repeat -27px -1025px;
}

ul.house-plan-comercial7 li.sector2 {
    width: 298px;
    height: 191px;
    top: 166px;
    left: 142px;
    z-index: 2;
}
ul.house-plan-comercial7 li.sector2 a:hover {
    background-position:  -27px -1156px;
}
ul.house-plan-comercial7 li.sector3 {
    width: 667px;
    height: 611px;
    top: 357px;
    left: 142px;
    z-index: 2;
}
ul.house-plan-comercial7 li.sector3 a:hover {
    background-position: -26px -1350px;
}

/*House comercial 8*/

ul.house-plan-comercial8 {
    width: 1000px;
    height: 460px;
    background: url(img/plan-comercial-8.png) no-repeat;
    margin: 0 auto;
}

ul.house-plan-comercial8 li {
    position: absolute;
    display: block;
}

ul.house-plan-comercial8 li a {
    display: block;
    text-decoration: none;
    height: 100%;
    color: #ff0000;
    text-align: center;
    text-transform: uppercase;
    line-height: 98px;
    font-size: 200%;
    font-family: cursive;
    text-indent: -9999px;
}

ul.house-plan-comercial8 li span {
    display: block;
    text-decoration: none;
    height: 100%;
    color: #ff0000;
    text-align: center;
    text-transform: uppercase;
    line-height: 154px;
    font-size: 164%;
    font-family: cursive;
    text-indent: -9999px;
}

ul.house-plan-comercial8 li a:hover {
    display: block;
    background: url(img/plan-comercial-8.png) no-repeat 0 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}


/*sectora1*/

ul.house-plan-comercial8 li.sectora1{
    position: absolute;
    top: 37px;
    left: 2px;    
    width: 432px;
    height: 382px;
    margin: auto;
}

/*ul.house-plan-comercial8 li.sectora1 a{
    text-indent: 0;
}*/

ul.house-plan-comercial8 li.sectora1 a:hover {
    display: block;
    background: url(img/plan-comercial-8-1.png) no-repeat -2px -623px;
}

/*sectora2*/

ul.house-plan-comercial8 li.sectora2 {
    width: 207px;
    height: 173px;
    top: 246px;
    left: 150px;
    z-index: 2;
}

ul.house-plan-comercial8 li.sectora2 span{
    text-indent: 0;
}

ul.house-plan-comercial8 li.sectora2 a:hover {
    background-position: -148px -832px;
}

/*sectora3*/

ul.house-plan-comercial8 li.sectora3 {
    width: 217px;
    height: 173px;
    top: 246px;
    left: 356px;
    z-index: 2;
}
ul.house-plan-comercial8 li.sectora3 span{
    text-indent: 0;
}
ul.house-plan-comercial8 li.sectora3 a:hover {
    background-position: -357px -832px;
}

/*sectora4*/

ul.house-plan-comercial8 li.sectora4 {
    width: 226px;
    height: 382px;
    top: 37px;
    left: 572px;
    z-index: 2;
}


ul.house-plan-comercial8 li.sectora4 a:hover {
    background-position: -571px -625px;
}

/*sectora5*/

ul.house-plan-comercial8 li.sectora5 {
    width: 176px;
    height: 382px;
    top: 37px;
    left: 797px;
    z-index: 2;
}

ul.house-plan-comercial8 li.sectora5 a:hover {
    background-position: -797px -625px;
}


/*House comercial 9*/

ul.house-plan-comercial9 {
    width: 1000px;
    height: 460px;
    background: url(img/plan-comercial-9.png) no-repeat -6px 0px;
    margin: 0 auto;
}

ul.house-plan-comercial9 li {
    position: absolute;
    display: block;
}

ul.house-plan-comercial9 li span {
    display: block;
    text-decoration: none;
    height: 100%;
    color: #ff0000;
    text-align: center;
    text-transform: uppercase;
    line-height: 165px;
    font-size: 200%;
    font-family: cursive;
    text-indent: -9999px;
}

ul.house-plan-comercial9 li a {
    display: block;
    text-decoration: none;
    height: 100%;
    color: #ff0000;
    text-align: center;
    text-transform: uppercase;
    line-height: 98px;
    font-size: 200%;
    font-family: cursive;
    text-indent: -9999px;
}

ul.house-plan-comercial9 li a:hover {
    display: block;
    background: url(img/plan-comercial-9.png) no-repeat 0 0;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/*sectorb1*/

ul.house-plan-comercial9 li.sectorb1 {
    width: 398px;
    height: 219px;
    top: 45px;
    left: 9px;
    z-index: 2;
}
ul.house-plan-comercial9 li.sectorb1 a:hover {
    background-position: -15px -481px;
}

/*sectorb2*/

ul.house-plan-comercial9 li.sectorb2 {
       width: 32px;
    height: 64px;
    top: 57px;
    left: 554px;
    z-index: 2;
}
ul.house-plan-comercial9 li.sectorb2 span{
        text-indent: -21px;
    line-height: 64px;
    font-size: 53%;
    transform: rotate(-74deg);
}
ul.house-plan-comercial9 li.sectorb2 a:hover {
    background-position: -558px -495px;
}

/*sectorb3*/

ul.house-plan-comercial9 li.sectorb3 {
        width: 32px;
    height: 63px;
    top: 58px;
    left: 585px;
    z-index: 2;
}
ul.house-plan-comercial9 li.sectorb3 span{
        text-indent: -21px;
    line-height: 64px;
    font-size: 53%;
    transform: rotate(-74deg);
}
ul.house-plan-comercial9 li.sectorb3 a:hover {
    background-position: -591px -495px;
}

/*sectorb4*/

ul.house-plan-comercial9 li.sectorb4 {
    width: 35px;
    height: 64px;
    top: 58px;
    left: 616px;
    z-index: 2;
}
ul.house-plan-comercial9 li.sectorb4 span{
        text-indent: -21px;
    line-height: 64px;
    font-size: 53%;
    transform: rotate(-74deg);
}
ul.house-plan-comercial9 li.sectorb4 a:hover {
    background-position: -622px -494px;
}

/*sectorb5*/

ul.house-plan-comercial9 li.sectorb5 {
   width: 37px;
    height: 64px;
    top: 58px;
    left: 650px;
    z-index: 2;
}
ul.house-plan-comercial9 li.sectorb5 span{
        text-indent: -17px;
    line-height: 63px;
    font-size: 53%;
    transform: rotate(-73deg);
}

ul.house-plan-comercial9 li.sectorb5 a:hover {
    background-position: -656px -493px;
}

/*sectorb6*/

ul.house-plan-comercial9 li.sectorb6 {
        width: 27px;
    height: 45px;
    top: 58px;
    left: 687px;
    z-index: 2;
}
ul.house-plan-comercial9 li.sectorb6 span{
        text-indent: -6px;
    line-height: 50px;
    font-size: 30%;
    transform: rotate(-78deg);
}
ul.house-plan-comercial9 li.sectorb6 a:hover {
    background-position: -693px -494px;
}

/*sectorb7*/

ul.house-plan-comercial9 li.sectorb7 {
       width: 35px;
    height: 71px;
    top: 155px;
    left: 550px;
    z-index: 2;
}
ul.house-plan-comercial9 li.sectorb7 span{
       text-indent: -12px;
    line-height: 64px;
    font-size: 53%;
    transform: rotate(-74deg);
}
ul.house-plan-comercial9 li.sectorb7 a:hover {
    background-position: -556px -592px;
}

/*sectorb8*/

ul.house-plan-comercial9 li.sectorb8 {
       width: 33px;
    height: 72px;
    top: 155px;
    left: 584px;
    z-index: 2;
}
ul.house-plan-comercial9 li.sectorb8 span{
     text-indent: -12px;
    line-height: 64px;
    font-size: 53%;
    transform: rotate(-74deg);
}
ul.house-plan-comercial9 li.sectorb8 a:hover {
    background-position: -590px -591px;
}

/*sectorb9*/

ul.house-plan-comercial9 li.sectorb9 {
        width: 36px;
    height: 72px;
    top: 155px;
    left: 616px;
    z-index: 2;
}
ul.house-plan-comercial9 li.sectorb9 span{
     text-indent: -12px;
    line-height: 64px;
    font-size: 53%;
    transform: rotate(-74deg);
}
ul.house-plan-comercial9 li.sectorb9 a:hover {
    background-position: -623px -591px;
}

/*sectorb10*/

ul.house-plan-comercial9 li.sectorb10 {
    width: 39px;
    height: 72px;
    top: 155px;
    left: 651px;
    z-index: 2;
}ul.house-plan-comercial9 li.sectorb10 span{
   text-indent: -12px;
    line-height: 64px;
    font-size: 53%;
    transform: rotate(-74deg);
}
ul.house-plan-comercial9 li.sectorb10 a:hover {
    background-position: -656px -591px;
}

/*sectorb11*/

ul.house-plan-comercial9 li.sectorb11 {
 width: 31px;
    height: 39px;
    top: 134px;
    left: 720px;
    z-index: 2;
}ul.house-plan-comercial9 li.sectorb11 span{
      text-indent: -5px;
    line-height: 31px;
    font-size: 28%;
    transform: rotate(-74deg);
}
ul.house-plan-comercial9 li.sectorb11 a:hover {
    background-position: -727px -571px;
}

/*sectorb12*/

ul.house-plan-comercial9 li.sectorb12 {
     width: 31px;
    height: 51px;
    top: 172px;
    left: 720px;
    z-index: 2;
}ul.house-plan-comercial9 li.sectorb12 span{
text-indent: -9px;
    line-height: 42px;
    font-size: 40%;
    transform: rotate(-78deg);
}
ul.house-plan-comercial9 li.sectorb12 a:hover {
    background-position: -726px -608px;
}

/*sectorb13*/

ul.house-plan-comercial9 li.sectorb13 {
        width: 31px;
    height: 39px;
    top: 222px;
    left: 720px;
    z-index: 2;
}
ul.house-plan-comercial9 li.sectorb13 span{
    text-indent: -5px;
    line-height: 31px;
    font-size: 28%;
    transform: rotate(-74deg);
}
ul.house-plan-comercial9 li.sectorb13 a:hover {
    background-position:-727px -659px;
}

/*sectorb14*/

ul.house-plan-comercial9 li.sectorb14 {
       width: 193px;
    height: 175px;
    top: 263px;
    left: 23px;
    z-index: 2;
}
ul.house-plan-comercial9 li.sectorb14 span{
    text-indent: 0;
    line-height: 92px;
    font-size: 141%;
}

ul.house-plan-comercial9 li.sectorb14 a:hover {
    background-position: -19px -758px;
}

/*sectorb15*/

ul.house-plan-comercial9 li.sectorb15 {
     width: 343px;
    height: 175px;
    top: 263px;
    left: 215px;
    z-index: 2;
}

ul.house-plan-comercial9 li.sectorb15 span{
    text-indent: 0;
    font-size: 169%;
}

ul.house-plan-comercial9 li.sectorb15 a:hover {
    background-position: -209px -759px;
}

/*sectorb16*/

ul.house-plan-comercial9 li.sectorb16 {
        width: 138px;
    height: 175px;
    top: 263px;
    left: 625px;
    z-index: 2;
}
ul.house-plan-comercial9 li.sectorb16 span{
    text-indent: 0;
    line-height: 146px;
    font-size: 111%;
}

ul.house-plan-comercial9 li.sectorb16 a:hover {
    background-position: -566px -760px;
}

/*sectorb17*/

ul.house-plan-comercial9 li.sectorb17 {
        width: 217px;
    height: 380px;
    top: 58px;
    left: 750px;
    z-index: 2;
}
ul.house-plan-comercial9 li.sectorb17 a:hover {
    background-position: -756px -494px;
}

/*sectorb18*/

ul.house-plan-comercial9 li.sectorb18 {
        width: 69px;
    height: 175px;
    top: 263px;
    left: 557px;
    z-index: 2;
}
ul.house-plan-comercial9 li.sectorb18 span{
text-indent: -40px;
    line-height: 173px;
    font-size: 136%;
    transform: rotate(-74deg);
}

ul.house-plan-comercial9 li.sectorb18 a:hover {
    background-position: -563px -700px;
}

.compass, .inmap {
    margin-top: 20px;
    overflow: hidden;
}

.compass {
    width: 33%;
    float: left;
}

.compass img {
    width: 90%;
}

.inmap img {
    display: inline-block;
    width: 45%;
}

.inmap .title {
    font-size: 22px;
    color: #e86700;
    text-align: center;
    width: 45%;
}


/*News*/

.block-news {
    padding: 5px 0 10px 0;
}

.block-news .item {
    padding: 0 20px;
}

.block-news .item .title, .news-list-item .title {
    font-family: 'Bebas_Neue';
    font-size: 26px;
    color: #105458;
    text-align: center;
    margin-bottom: 10px;
}

.block-news .item .news-cont, .news-list-item .news-cont {
    font-family: 'PFDinTextPro-Comp';
    text-align: justify;
    font-size: 22px;
    margin-bottom: 10px;
    color: #424242;
}

.block-news .item .news-cont {
    height: 50px;
    overflow: hidden;
}

.block-news .item .news-info, .news-list-item .news-info {
    position: relative;
    padding: 10px 0;
    border-top: 5px solid #e3e3e3;
    margin: 5px 0 0 0;
}

.block-news .item .news-info a, .news-list-item .news-info a {
    display: inline-block;
    font-family: 'Bebas_Neue';
    color: #105458;
    font-size: 22px;
}

.block-news .item .news-info span, .news-list-item .news-info span {
    float: right;
    font-size: 22px;
    color: #b1b0b0;
    ;
}


/*News Page List */

.news-list-item {
    margin-bottom: 20px;
}

.news-list-item-cont {
    height: 499px;
    overflow: hidden;
}

.cont-video {
    height: 315px;
}

.cont-video a.video-ico {
    position: relative;
}

.cont-video a.video-ico i {
    display: block;
    width: 72px;
    height: 72px;
    background: url(http://icons.iconarchive.com/icons/elegantthemes/beautiful-flat-one-color/72/video-icon.png) center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -36px 0 0 -36px;
}

.news-list-item img {
    width: 100%;
    height: auto;
}

.news-list-item .img {
    display: block;
    margin-bottom: 10px;
}

.news-list-item .news-cont {}


/*wp-pagenavi*/

.pagination {
    margin-top: -20px;
    margin-bottom: 20px;
}

.wp-pagenavi span, .wp-pagenavi a {
    text-decoration: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #525252 !important;
    border-radius: inherit;
    color: #2d440a !important;
    height: 30px;
    line-height: 30px;
    padding: 4px 10px !important;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

.wp-pagenavi {
    margin: 10px 0 0 0;
}

.wp-pagenavi span.current, .wp-pagenavi a:hover {
    border-radius: inherit;
    color: #FFFFFF !important;
    font-weight: normal !important;
    background: none repeat scroll 0 0 #525252 !important;
    border: 1px solid #525252 !important;
}


/*social buttons*/

#social-buttons .social-likes {
    display: inline-block;
    float: none !important;
    margin: 0 !important;
}

#social-buttons {
    text-align: center;
    margin-bottom: 20px;
}


/*popups*/

.popmake .popmake-close {
    width: 35px;
    height: 35px;
    background-color: transparent !important;
    background-image: url(../synergy2/img/close.png);
    background-repeat: no-repeat;
    background-position: 50%;
}

.popmake {
    background-color: transparent !important;
}

#popmake-1889 {
    padding: 35px !important;
}

.feedback_body {
    padding: 30px 50px 20px;
}

.pop_feedback .ninja-forms-success-msg {
    overflow: hidden;
    font-size: 20px;
    color: green;
}

.feedback_body {
    color: #555;
    text-align: center;
    text-transform: initial;
    font-size: 18px;
    margin-bottom: 30px;
}

#vk_groups, #vk_groups iframe, .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    /*width: 100% !important;*/
    height: 250px !important;
    overflow: hidden !important;
}

.fb_iframe_widget {
    max-width: 340px;
}

.social_body {
    padding-left: 20px;
}

.pop_feedback, .pop_social {
    background: #fff;
    text-align: center;
    min-height: 375px;
}

#popmake-overlay {
    transition: ;
}

h1.pop_feedback_title, h1.pop_social_title {
    margin: 0;
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
    text-transform: uppercase;
}

h1.pop_feedback_title {
    background-color: #FD4D10;
}

h1.pop_social_title {
    background-color: #18888b;
}

.social_body p {
    margin: 20px 0;
}

.social-left, .social-right {
    float: left;
    width: 100%;
    padding-right: 20px;
}

.feedback_body .text-wrap input {
    padding: 15px 10px;
    border-radius: 4px;
    color: #555;
    border: 2px solid;
    border-color: #ccc;
    height: 49px;
}

.feedback_body .text-wrap input:hover, .feedback_body .text-wrap input:focus {
    border-color: #eb711a;
}

.feedback_body .submit-wrap {
    text-align: center;
}

.feedback_body .submit-wrap input {
    background: rgb(252, 123, 80);
    background: -moz-linear-gradient(top, rgb(252, 123, 80) 0%, rgb(253, 77, 16) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(252, 123, 80)), color-stop(100%, rgb(253, 77, 16)));
    background: -webkit-linear-gradient(top, rgb(252, 123, 80) 0%, rgb(253, 77, 16) 100%);
    background: -o-linear-gradient(top, rgb(252, 123, 80) 0%, rgb(253, 77, 16) 100%);
    background: -ms-linear-gradient(top, rgb(252, 123, 80) 0%, rgb(253, 77, 16) 100%);
    background: linear-gradient(to bottom, rgb(252, 123, 80) 0%, rgb(253, 77, 16) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fc7b50', endColorstr='#fd4d10', GradientType=0);
    border: none;
    border-bottom: 2px solid #BA3001;
    border-radius: 4px;
    padding: 10px 15px;
    color: #fff;
    width: 130px;
    text-transform: uppercase;
    cursor: pointer;
    height: 37px;
}

.feedback_body .submit-wrap input:hover {
    background: rgb(247, 130, 91);
    background: -moz-linear-gradient(top, rgb(247, 130, 91) 0%, rgb(249, 101, 52) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(247, 130, 91)), color-stop(100%, rgb(249, 101, 52)));
    background: -webkit-linear-gradient(top, rgb(247, 130, 91) 0%, rgb(249, 101, 52) 100%);
    background: -o-linear-gradient(top, rgb(247, 130, 91) 0%, rgb(249, 101, 52) 100%);
    background: -ms-linear-gradient(top, rgb(247, 130, 91) 0%, rgb(249, 101, 52) 100%);
    background: linear-gradient(to bottom, rgb(247, 130, 91) 0%, rgb(249, 101, 52) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7825b', endColorstr='#f96534', GradientType=0);
}


/*House single*/

.kv-img img {
    width: 100%;
}

.form-block a {
    width: 100%;
}


/*bxSlider*/

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

#bxslider-pager2 {
    margin-top: 10px;
}

.gallery-wrp {
    margin-bottom: 10px;
}


/*PopUp*/

.ujimodal {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

#popup {
    background: transparent !important;
}

.gray-bg {
    margin-top: 20px;
    padding: 20px 0px;
    background: #e1e1e1;
}


/*Footer*/

footer {
    background: #262626;
    padding-top: 10px;
    padding-bottom: 40px;
}

footer .address {
    font-family: 'PFDinTextProComp-Light';
}

footer .address li {
    color: #fff;
    font-size: 30px;
    margin-bottom: 5px;
}

footer .footer-menu {
    text-align: right;
    margin-bottom: 30px;
}

footer .footer-menu li {
    display: inline-block;
    margin-right: 20px;
}

footer .footer-menu li:last-child {
    margin-right: 0px;
}

footer .footer-menu li a {
    font-family: 'PFDinTextProComp-Light';
    text-decoration: none;
    color: #fff;
    font-size: 30px;
}

footer .footer-menu li a:hover, footer .footer-menu li.active a, footer .footer-menu li.current-menu-item a, footer .footer-menu li.current-page-ancestor a, footer .footer-menu li.current-menu-parent a {
    color: #18888b;
}

footer .social {
    float: right;
    margin-bottom: 40px;
}

.social-page {
    text-align: center;
    margin: -15px 0 30px;
}

.social-page span {
    display: block;
    margin-bottom: 20px;
    font-family: 'PFDinTextProComp-Light';
    font-size: 24px;
}

footer .social li, .social-page li {
    display: inline-block;
    margin-right: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    -webkit-box-sizing: border-box;
    /* Safari */
}

footer .social li:last-child, .social-page li:last-child {
    margin-right: 0px;
}

footer .social li a, .social-page li a {
    display: block;
    background: url(img/social-icon.png) no-repeat;
    width: 49px;
    height: 47px;
    text-indent: -9999px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.social-page li a {
    background: url(img/social-icon2.png) no-repeat;
}

footer .social li.fb a {
    background-position: top left;
}

footer .social li.fb a:hover, .social-page li.fb a:hover {
    background-position: bottom left;
}

.social-page li.fb a {
    background-position: top left;
}

footer .social li.vk a {
    background-position: -59px 0;
}

footer .social li.vk a:hover, .social-page li.vk a:hover {
    background-position: -59px -56px;
}

.social-page li.vk a {
    background-position: -59px 0;
}

footer .social li.od a {
    background-position: -118px 0;
}

footer .social li.od a:hover, .social-page li.od a:hover {
    background-position: -118px -56px;
}

.social-page li.od a {
    background-position: -118px 0;
}

footer .social li.tw a {
    background-position: -177px 0;
}

footer .social li.tw a:hover, .social-page li.tw a:hover {
    background-position: -177px -56px;
}

.social-page li.tw a {
    background-position: -177px 0;
}

footer .social li.go a {
    background-position: -236px 0;
}

footer .social li.go a:hover, .social-page li.go a:hover {
    background-position: -236px -56px;
}

.social-page li.go a {
    background-position: -236px 0;
}

footer .social li.yt a {
    background-position: top right;
}

footer .social li.yt a:hover, .social-page li.yt a:hover {
    background-position: bottom right;
}

.social-page li.yt a {
    background-position: top right;
}


/*Go top*/

.scrollTop {
    background: rgba(0, 0, 0, 0.5) url(img/top-metro.png) center no-repeat;
    display: none;
    width: 54px;
    height: 54px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99999999;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}


/*Ninja*/

.ninja-forms-required-items {
    display: none;
}

.ninja-forms-field-error {
    margin: 5px;
    display: block;
    color: red;
}

.ninja-forms-error-msg {
    font-weight: bold;
    margin: 5px;
    color: #105458
}


/*modal*/

.nf-modal-content textarea, .nf-modal-content {
    font-family: 'PFDinTextPro';
    font-size: 18px;
}

.nf-modal-content input {
    font-family: 'PFDinTextPro';
    font-size: 18px;
    padding: 4px 8px;
}

.nf-modal-content textarea {
    padding: 4px 8px;
    height: 80px !important;
}

#ninja_forms_field_19 {
    border: none;
    width: 25%;
    border-top: 2px solid #53bec1;
    display: block;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #28AFB1), color-stop(0.85, #1A8C90));
    background-image: -o-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%);
    background-image: -moz-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%);
    background-image: -webkit-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%);
    background-image: -ms-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%);
    background-image: linear-gradient(to bottom, #28AFB1 0%, #1A8C90 85%);
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    text-shadow: 0px 1px 2px rgba(120, 120, 120, 0.8);
    text-align: center;
    padding: 10px 0;
    line-height: 16px;
    margin-bottom: 0px;
    -webkit-box-shadow: 0px 10px 15px -3px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 10px 15px -3px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 10px 15px -3px rgba(50, 50, 50, 0.4);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}


/*Tabs Video*/

.tabs {
    border-bottom: 3px solid #1A8C90;
    text-align: center;
}

.tabs .tab {
    border-top: 3px solid #53bec1 !important;
    display: inline-block;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #1A8C90), color-stop(0.85, #28AFB1));
    background-image: -o-linear-gradient(bottom, #1A8C90 0%, #28AFB1 85%);
    background-image: -moz-linear-gradient(bottom, #1A8C90 0%, #28AFB1 85%);
    background-image: -webkit-linear-gradient(bottom, #1A8C90 0%, #28AFB1 85%);
    background-image: -ms-linear-gradient(bottom, #1A8C90 0%, #28AFB1 85%);
    background-image: linear-gradient(to bottom, #1A8C90 0%, #28AFB1 85%);
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    text-shadow: 0px 1px 2px rgba(120, 120, 120, 0.8);
    text-align: center;
    padding: 10px 20px;
    line-height: 22px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.tabs .tab small {
    display: block;
    border-top: 1px solid #fff;
    margin-top: 8px;
    padding-top: 4px;
    font-size: 20px;
    line-height: 20px;
}

.tabs .tab:hover, .tabs .tab.active {
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #28AFB1), color-stop(0.85, #1A8C90));
    background-image: -o-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%);
    background-image: -moz-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%);
    background-image: -webkit-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%);
    background-image: -ms-linear-gradient(bottom, #28AFB1 0%, #1A8C90 85%);
    background-image: linear-gradient(to bottom, #28AFB1 0%, #1A8C90 85%);
}

.tab_content .tab_item {
    padding: 20px 0;
}


/*Table selection*/

.selection {
    width: 100%;
}

.selection tr td {
    width: 16.6666667%;
    vertical-align: top;
    padding: 0;
}

.selection tr td:nth-of-type(2n) {
    background: #e6e6e6;
}

.selection tr:first-of-type td {
    padding: 15px;
    font-size: 24px;
    text-align: center;
    color: #fff;
}

.selection .tsub-title {
    padding: 15px;
}

.selection tr td.or {
    background: #e96417;
}

.selection tr td.bl {
    background: #18888b;
}

.selection .my-td {
    padding: 15px;
    border-bottom: 1px solid #18888b;
}

.selection .no-brb .my-td:last-of-type {
    border-bottom: none !important;
}

.selection a {
    display: block;
    text-decoration: none;
}

.selection .space, .selection a {
    width: 49%;
    float: left;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
}

.selection .space {}

.selection a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 19px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
    border: 2px solid transparent;
    border-top: 2px solid #ffc600;
    border-bottom: 2px solid #f88900;
    padding: 7px 6px;
    background: #ffc600;
    background: -moz-linear-gradient(top, #ffc600 0%, #f88900 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc600), color-stop(100%, #f88900));
    background: -webkit-linear-gradient(top, #ffc600 0%, #f88900 100%);
    background: -o-linear-gradient(top, #ffc600 0%, #f88900 100%);
    background: -ms-linear-gradient(top, #ffc600 0%, #f88900 100%);
    background: linear-gradient(to bottom, #ffc600 0%, #f88900 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc600', endColorstr='#f88900', GradientType=0);
    margin-right: 2%;
}

.selection a:hover {
    border: 2px solid #fba855;
    box-shadow: 0 0 10px #fff;
    background: #fba855;
    background: -moz-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fba855), color-stop(100%, #eb7b2a));
    background: -webkit-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    background: -o-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    background: -ms-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    background: linear-gradient(to bottom, #fba855 0%, #eb7b2a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fba855', endColorstr='#eb7b2a', GradientType=0);
}

@media handheld, only screen and (max-width: 767px) {
    .tg {
        width: auto !important;
    }
    .tg col {
        width: auto !important;
    }
    .tg-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .selection .space, .selection a {
        width: 100%;
        float: none;
    }
}

object {
    display: inline;
}

.mob-link-app {
    /* display: none; */
    text-align: center;
}

.mob-link-app p {
    margin: 10px 0;
}

.mob-link-app a {
    margin-left: 10px;
}

.mob-link-app small p {
    font-size: 70% !important;
}


/*Clear*/

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media handheld, only screen and (max-width: 1209px) {
    header .phone {
        font-size: 52px;
        background: none;
        padding-left: 0px;
        margin-top: 10px;
    }
    header .phone ul.operators li {
        font-size: 21px;
    }
}

@media handheld, only screen and (max-width: 1090px) {
    #popmake-1889 {
        top: 70px !important;
    }
    .popmake-content .popup_window {
        max-width: 680px;
        min-width: auto;
    }
    .popmake-content .popup_window .col-1-3, .popmake-content .popup_window .col-2-3 {
        width: 100%;
        float: none;
    }
    .popmake-content .popup_window .col-1-3 {
        margin-bottom: 20px;
    }
    .popmake-content .popup_window .col-2-3 {
        padding-right: 20px;
    }
    header .phone {
        font-size: 42px;
        background: none;
        padding-left: 0px;
        margin-top: 10px;
    }
    header .phone ul.operators li {
        font-size: 17px;
    }
    .headcall a {
        margin: 17px 0 0px 60px !important;
    }
}

@media handheld, only screen and (max-width: 1010px) {
    header .phone {
        font-size: 22px;
        background: none;
        padding-left: 0px;
        margin-top: 10px;
    }
    header .phone ul.operators li {
        font-size: 17px;
    }
    .headcall a {
        margin: 17px 0 0px 40px !important;
    }
}

@media handheld, only screen and (max-width: 1200px) {
    .fix_header .inner {
        width: 100%!important;
    }
}

@media handheld, only screen and (max-width: 1016px) {
    ul.s-menu li a {
        font-size: 20px;
        padding: 0 7px;
    }
    .fix_header {
        display: none!important;
    }
    .new_callback .form {
        display: none!important;
    }
    .new_callback .rooms_ch {
        margin: 0 auto!important;
        float: none!important;
        display: block;
    }
    .inner {
        width: auto!important;
    }
}

@media handheld, only screen and (max-width: 940px) {
    ul.s-menu li a {
        font-size: 17px;
        padding: 0 10px;
    }
    ul.s-menu li {
        max-width: 100px;
    }
    footer .footer-menu li a {
        font-size: 26px;
    }
}

@media handheld, only screen and (max-width: 840px) {
    header .phone {
        font-size: 22px;
    }
    ul.s-menu li a {
        font-size: 16px;
        padding: 0 6px;
    }
    ul.s-menu li {
        max-width: 90px;
    }
    footer .footer-menu li a {
        font-size: 22px;
    }
}

@media handheld, only screen and (max-width: 767px) {
    /*.mob-link-app {
display: block;
}*/
    header .phone {
        display: none;
    }
    header .mob-phone2 {
        display: block;
        margin: 20px auto;
    }
    .social-left, .social-right {
        width: 100%;
        float: none;
    }
    .half:first-of-type {
        margin-right: 12px;
    }
    .social_body {
        padding-bottom: 20px;
    }
    .tinynav {
        display: block;
    }
    #flashContent {
        display: none!important;
    }
    .headcall a {
        margin: 0 auto 20px!important;
        display: block!important;
        width: 193px!important;
        float: none!important;
    }
    ul.s-menu, .jquery-modal, #popup, .displayNone, #popmake-1889, #popmake-1864, #popmake-overlay {
        display: none !important;
    }
    .scrollTop {
        display: none !important;
    }
    .logo-container, .phone-container, .lang-container {
        float: none;
    }
    .logo-container {
        margin-left: 0px;
    }
    .lang-container {
        margin-right: 0px;
    }
    a.logo img {
        display: block;
    }
    a.logo {
        margin: 20px 0;
    }
    header .phone {
        font-size: 74px;
        text-align: center;
        padding-left: 0px;
        margin: 0px;
    }
    header .phone ul.operators {
        display: inline-block;
        float: none;
        margin-right: 0px
    }
    header .phone ul.operators li {
        font-size: 20px;
    }
    ul.qtranxs_language_chooser {
        padding-left: 0px;
        border-left: 0px solid #ececec;
        margin-left: 0px;
        text-align: center
    }
    ul.qtranxs_language_chooser li {
        display: inline-block;
        margin: 0 10px;
    }
    ul.qtranxs_language_chooser li a {
        display: block;
        padding: 10px;
        border: 2px solid #ececec;
    }
    .counter-block span.number {
        font-size: 100px;
    }
    .counter-block span.desc {
        font-size: 32px;
    }
    .countdown {
        position: absolute;
        top: 180px;
        left: 50%;
        margin: 0 0 0 -213px;
        width: 426px;
    }
    .callback .col-1-3 {
        padding-right: 0px;
        padding-left: 0px;
    }
    footer .footer-menu, footer .address li {
        text-align: center;
    }
    footer .footer-menu li {
        margin-bottom: 10px;
    }
    footer .footer-menu li a {
        font-size: 30px;
    }
    footer .address {
        margin-bottom: 20px;
    }
    footer .social {
        float: none;
        text-align: center;
    }
    footer .social li {
        margin: 10px;
    }
    footer .social li:last-child {
        margin-right: 10px;
    }
    ul.house-plan, ul.house-plan-sector8, ul.house-plan-sector9, .house-info, ul.house-plan-sector1, ul.house-plan-sector2, ul.house-plan-sector3, ul.house-plan-sector4, ul.house-plan-sector5, .btn-apartment {
        display: none;
    }
    .house-plane-mobile {
        display: block;
    }
    .form-block a {
        width: 100%;
    }
    .compass {
        float: none;
        width: 100%;
    }
    .compass img {
        width: 50%;
        display: block;
    }
    .inmap {
        text-align: center;
    }
    .inmap img, .inmap .title {
        width: 80%;
    }
    .inmap .title {
        margin-right: auto;
        margin-left: auto;
    }
    .table-doc .table-item {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .table-doc .mr {
        padding-right: 0px;
    }
    .table-doc .ml {
        padding-left: 0px;
    }
    .table-doc .btn-count {
        width: 100%;
    }
    .dev {
        display: block;
        width: 150px;
        text-align: center;
        margin: 0px auto 20px;
    }
    .new_modal a {
        display: block !important;
        margin: 20px auto;
        text-align: center;
    }
    .pd-file-btn {
        padding: 0 !important;
    }
    .pd-file-btn a {
        display: block !important;
        margin-bottom: 20px;
        width: 100%;
        float: none;
    }
    html {
        overflow: visible !important;
    }
    .pref-item {
        padding-top: 90px;
        padding-left: 0px;
        background: url(img/icon-medal.png) center top no-repeat;
        text-align: center;
    }
    .news-list-item-cont {
        height: auto;
        overflow: auto;
    }
    .selection tr:first-of-type td {
        font-size: 20px
    }
    .selection a {
        font-size: 17px;
    }
    .selection .space {
        font-size: 17px;
    }
    .selection .my-td {
        padding: 10px;
    }
}

@media handheld, only screen and (max-width: 603px) {
    .tabs .tab small {
        font-size: 18px;
    }
    .tabs .tab {
        font-size: 20px;
        padding: 10px;
    }
}

@media handheld, only screen and (max-width: 512px) {
    #popmake-1889 {
        padding: 0 !important;
    }
    .counter-block span.number {
        font-size: 90px;
    }
    .counter-block span.desc {
        font-size: 20px;
    }
    .countdown {
        position: absolute;
        top: 140px;
        left: 50%;
        margin: 0 0 0 -170px;
        width: 340px;
    }
    a.logo img {
        display: block;
        width: 80%;
        height: auto;
    }
    .eTimer .etUnit .etNumber {
        width: 25px !important;
    }
    .eTimer .etUnit .etNumber {
        font-size: 36px !important;
        padding: 0px !important;
    }
    .selection tr:first-of-type td {
        font-size: 18px;
        padding: 5px;
    }
    .selection a {
        font-size: 16px;
        padding: 2px;
    }
    .selection .space {
        font-size: 16px;
    }
    .selection .my-td {
        padding: 5px;
    }
}

@media handheld, only screen and (max-width: 480px) {
    .tabs .tab small {
        font-size: 20px;
    }
    .tabs .tab {
        width: 100%;
        font-size: 26px;
        padding: 10px 20px;
        margin-bottom: 10px;
        -webkit-border-radius: 0px 0px 0 0;
        border-radius: 0px 0px 0 0;
    }
}

@media handheld, only screen and (max-width: 460px) {
    .popmake-close {
        right: 45% !important;
        top: -20px !important;
    }
    .selection tr:first-of-type td {
        font-size: 16px;
        padding: 4px;
    }
    .selection a {
        font-size: 14px;
        padding: 2px;
    }
    .selection .space {
        font-size: 14px;
    }
    .selection .my-td {
        padding: 4px;
    }
    header .phone {
        font-size: 60px;
    }
    header .phone ul.operators li {
        font-size: 18px;
    }
    .countdown {
        position: absolute;
        top: 175px;
        left: 50%;
        margin: 0 0 0 -160px;
        width: 320px;
    }
    .eTimer .etUnit .etNumber {
        font-size: 28px !important;
        padding: 0px !important;
    }
}

.headcall a {
    color: #fff;
    background: url('images/call_me_new.png')no-repeat right;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    padding: 15px 10px 15px 27px;
    text-decoration: none;
    margin: 17px 0 0px 80px;
    display: inline-block;
    position: relative;
    float: left;
}

.nf-modal-content input[type="submit"]:hover {
    border: 3px solid #fba855;
    box-shadow: 0 0 10px #fff;
    background: #fba855;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fba855), color-stop(100%, #eb7b2a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fba855 0%, #eb7b2a 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fba855', endColorstr='#eb7b2a', GradientType=0);
    /* IE6-9 */
}

.nf-modal-content input[type="submit"] {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    margin: 0 auto;
    border: 3px solid transparent;
    border-top: 3px solid #ffc600;
    border-bottom: 3px solid #f88900;
    padding: 15px 20px;
    background: #ffc600;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffc600 0%, #f88900 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc600), color-stop(100%, #f88900));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffc600 0%, #f88900 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffc600 0%, #f88900 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffc600 0%, #f88900 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffc600 0%, #f88900 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc600', endColorstr='#f88900', GradientType=0);
    /* IE6-9 */
}

.headcall a:hover img {
    transform: rotate3d(0, 0, 10, 360deg);
}

.headcall a img {
    position: absolute;
    left: -28px;
    top: -5px;
}

.new_callback {
    background: url('images/new_callback_bg.jpg')no-repeat center;
    background-size: cover;
    padding: 50px 0;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    overflow: hidden;
}

.new_callback h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}

.new_callback .rooms_ch img {
    display: block;
    margin: 0 auto;
}

.new_callback .rooms_ch a {
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    margin: 0 auto;
    border: 3px solid transparent;
    border-top: 3px solid #ffc600;
    border-bottom: 3px solid #f88900;
    padding: 15px 20px;
    background: #ffc600;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffc600 0%, #f88900 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc600), color-stop(100%, #f88900));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffc600 0%, #f88900 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffc600 0%, #f88900 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffc600 0%, #f88900 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffc600 0%, #f88900 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc600', endColorstr='#f88900', GradientType=0);
    /* IE6-9 */
}

.new_callback .rooms_ch a:hover {
    border: 3px solid #fba855;
    box-shadow: 0 0 10px #fff;
    background: #fba855;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fba855), color-stop(100%, #eb7b2a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fba855 0%, #eb7b2a 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fba855', endColorstr='#eb7b2a', GradientType=0);
    /* IE6-9 */
}

.new_callback .rooms_ch {
    float: left;
    margin-right: 9%;
    text-align: center;
}

.new_callback .form {
    display: inline-block;
}

.new_callback .form input[type="submit"]:hover {
    background: #ffc600;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffc600 0%, #f88900 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc600), color-stop(100%, #f88900));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffc600 0%, #f88900 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffc600 0%, #f88900 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffc600 0%, #f88900 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffc600 0%, #f88900 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc600', endColorstr='#f88900', GradientType=0);
    /* IE6-9 */
    border: 3px solid #ffd04e;
    box-shadow: 0 0 10px #fff;
}

.new_callback .form input[type="submit"] {
    background: #fba855;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fba855), color-stop(100%, #eb7b2a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fba855 0%, #eb7b2a 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fba855', endColorstr='#eb7b2a', GradientType=0);
    /* IE6-9 */
    text-transform: uppercase;
    border: 3px solid transparent;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    width: 250px;
    cursor: pointer;
    padding: 14px 20px;
    border-top: 3px solid #fba855;
    border-bottom: 3px solid #eb7b2a;
    border-radius: 10px;
    height: 52px;
}

.new_callback .form .sub {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 15px;
}


/* Firefox 18- */

.new_callback .form input[type="text"]:-ms-input-placeholder {
    color: #525252;
}

.new_callback .form input[type="text"]#ninja_forms_field_24, .new_callback .form input[type="text"]#ninja_forms_field_21 {
    background-image: url('images/phone_input.png');
    background-repeat: no-repeat;
    background-position: 25px center;
    padding-left: 60px;
}

.new_callback .form input[type="text"]#ninja_forms_field_23, .new_callback .form input[type="text"]#ninja_forms_field_20 {
    background-image: url('images/name_input.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 60px;
}

.new_callback .form .yel {
    font-size: 30px;
    color: #ffe600;
    font-family: Arial;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 15px;
}

.new_callback .form {
    font-size: 40px;
    color: #fff;
}

.new_callback .inner {
    width: 1200px;
    margin: 0 auto;
}

@media handheld, only screen and (max-width: 340px) {
    header .phone {
        font-size: 54px;
    }
    header .phone ul.operators li {
        font-size: 16px;
    }
}

.page-wrp {
    position: relative;
}

.pd-file-btn {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 25%;
}

.pdf-print {
    width: 45%;
    display: inline-block !important;
    vertical-align: top;
    text-align: center;
}

.download-small {
    font-size: 11px !important;
    line-height: 12px;
    padding: 8px 6px!important;
}

.new_modal a:hover, .pdf-print:hover {
    background: #ffc600;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffc600 0%, #f88900 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc600), color-stop(100%, #f88900));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffc600 0%, #f88900 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffc600 0%, #f88900 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffc600 0%, #f88900 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffc600 0%, #f88900 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc600', endColorstr='#f88900', GradientType=0);
    /* IE6-9 */
    border: 3px solid #ffd04e;
    box-shadow: 0 0 10px #fff;
}

.new_modal a {
    font-size: 13px !important;
}

.new_modal a, .pdf-print {
    color: #fff;
    text-transform: uppercase;
    background: #fba855;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fba855), color-stop(100%, #eb7b2a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fba855 0%, #eb7b2a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fba855 0%, #eb7b2a 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fba855', endColorstr='#eb7b2a', GradientType=0);
    /* IE6-9 */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 7px;
    border: 3px solid transparent;
    border-top: 3px solid #fba855;
    border-bottom: 3px solid #eb7b2a;
}

.new_modal {}

.fix_header {
    position: fixed;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
    display: none;
}

.fix_header .inner .headcall a {
    float: right;
    margin: 7px 0;
}

.fix_header .inner a {
    display: inline-block;
}

.fix_header .inner {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.fixphones a {
    color: #fff;
    text-decoration: none;
}

.fixphones .bignum {
    font-size: 40px;
}

.fixphones .bignum, .fixphones ul, .fixphones .mail {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}

.fixphones ul {
    padding: 0 30px;
}

.fixphones {
    position: absolute;
    right: 0px;
    height: 60px;
    top: 0;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.mapform {
    background: url('images/mapform.jpg')no-repeat;
    background-size: cover;
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom: 100px;
}

.mapform .wh {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 80px;
    margin-bottom: 80px;
}

.mapform .field-wrap {
    display: inline-block;
}

.mapform {
    padding: 60px 0 18px;
    font-size: 40px;
    color: #ffd200;
    font-weight: bold;
    text-align: center;
}

.mapform .inner {
    width: 1200px;
    margin: 0 auto;
}

#flashContent {
    position: absolute;
    left: 25px;
    bottom: 343px;
}

.mapform .ninja-forms-response-msg {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.error {
    text-align: center;
    line-height: 160px !important;
    padding: 40px 0;
}

.error .big {
    font-size: 180px;
}

.error .middle {
    font-size: 36px;
}

.displayNone {
    display: none !important;
}

.home-image-banner #menu-home ul.sub-menu {
    background: #2b4250 none repeat scroll 0 0;
    display: none;
    position: absolute;
    top: 57px;
    width: 138px;
    z-index: 9999;
	border-radius: 0 0 5px 5px;
}

.menu-all-page #menu-home ul.sub-menu {
    background: #525252;
    display: none;
    position: absolute;
    top: 57px;
    width: 138px;
    z-index: 9999;
}

#menu-home li:hover>ul.sub-menu {
    display: block;
}

#menu-home ul.sub-menu li {
    white-space: nowrap;
    margin: 0;
}

#menu-home ul.sub-menu li:hover a {
    text-decoration: underline;
}


/*#camblock p {
    display: inline-block;
    vertical-align: top;
    width: 32.9%;
}*/

#camblock p {
    float: left;
    margin-right: 1%;
    width: 24%;
}

#camblock p a {
    font-size: 100%;
}

#camblock p:last-of-type {
    margin-right: 0;
}

object {
    width: 100% !important;
}


/*SEO Home*/

.seo-home {
    margin-top: -30px;
    margin-bottom: -10px;
    background: #262626;
    color: #fff;
    text-align: center;
}

.seo-home button {
    border: none;
    background: transparent;
    color: #e96417;
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 10px;
}

.seo-home p {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: justify;
}

.seo-home .more-seo {
    display: none;
    text-align: left;
}

.more-seo h1, .more-seo h2, .more-seo h3 {
    color: #a1a232;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.more-seo h1 {
    font-size: 20px;
}

.more-seo h2 {
    font-size: 18px;
}

.more-seo h3 {
    font-size: 16px;
}

.my-title-1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.page__slider {
    max-width: 500px;
    margin: auto;
}

.gek_content {
    margin-bottom: 25px;
}

.gek_wrp {
    display: flex;
    flex-direction: column;
}

.big__imgs img {
    width: 100%;
}

#ps_pager {
    display: flex;
    justify-content: space-between;
}

#ps_pager>a {
    width: 25%;
    padding: 0 2px;
}

#ps_pager a img {
    max-width: 100%;
    height: auto;
}

.gek_right {
    margin-bottom: 40px;
}

.gek_right span.cb-title {
    text-align: center;
}

.gek_page ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.gek_contacts>li {
    margin-bottom: 50px;
}

.gek_contacts p {
    margin-bottom: 0;
}

.gek_page .cb-title {
    margin-bottom: 25px;
    display: block;
    text-align: left;
    line-height: 30px;
}

ul.block_list {
    background: #4d6a79;
    padding: 10px;
    max-width: 470px;
    color: #dbdbdb;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
}

ul.block_list span {
    vertical-align: middle;
}

ul.block_list>li:not(:last-child) {
    margin-bottom: 15px;
}

ul.block_list>li:nth-child(1):before {
    background-image: url(img/i1.png);
}

ul.block_list>li:nth-child(2):before {
    background-image: url(img/i2.png);
}

ul.block_list>li:nth-child(3):before {
    background-image: url(img/i3.png);
}

ul.block_list>li:nth-child(4):before {
    background-image: url(img/i4.png);
}

ul.block_list>li:before {
    content: "";
    width: 39px;
    height: 39px;
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0 0;
}

.geklink {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 115px;
    height: 120px;
    z-index: 99;
    background-size: contain;
    background-repeat: no-repeat;
}

.geklink.uk {
    background-image: url(img/gek-uk.png);
}

.geklink.ru_RU {
    background-image: url(img/gek-ru_RU.png);
}

.n_link {
    position: absolute;
    top: 60px;
    left: 10%;
    width: 115px;
    height: 120px;
    z-index: 99;
    background-size: contain;
    background-repeat: no-repeat;
}

.n_link.uk {
    background-image: url(img/n_link_UA.png);
}

.n_link.ru_RU {
    background-image: url(img/n_link_ru_RU.png);
}

@media (min-width: 850px) {
    .n_link {
        top: 10%;
        width: 252px;
        height: 235px;
    }
    .geklink {
        width: 252px;
        height: 235px;
        top: 39%;
        left: 10%;
        background-size: auto;
    }
    ul.block_list>li:not(:last-child) {
        margin-bottom: 25px;
    }
    ul.block_list {
        padding: 20px 30px;
        font-size: 24px;
        line-height: 26px;
    }
    .gek_content {
        margin-bottom: 50px;
    }
    .gek_left {
        padding-right: 25px;
    }
    .gek_wrp>div {
        width: 50%;
    }
    .gek_wrp .gek_right {
        order: 1;
    }
    .gek_wrp {
        flex-direction: row;
    }
}

@-moz-document url-prefix() {
    .mapform .ninja-forms-all-fields-wrap {
        background: transparent url("images/mapform_arr.png") no-repeat scroll 348px 6px;
    }
}

.arr-dl {
    margin: -140px 0 50px;
}

@media handheld, only screen and (max-width: 767px) {
    .arr-dl {
        margin: 20px 0 0 0;
    }
}


/*
==============================================
floating
==============================================
*/

.floating {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(8%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(8%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}

