@font-face {
  font-family: 'Akrobat-SemiBold';
  src: url('../fonts/Akrobat-SemiBold.woff') format('woff'),
       url('../fonts/Akrobat-SemiBold.ttf') format('truetype'),
       url('../fonts/Akrobat-SemiBold.eot'),
       url('../fonts/Akrobat-SemiBold.woff2') format('woff2'),
       url('../fonts/Akrobat-SemiBold.svg#Akrobat-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UbuntuRegular';
  src: url('../fonts/UbuntuRegular.woff') format('woff'),
       url('../fonts/UbuntuRegular.ttf') format('truetype'),
       url('../fonts/UbuntuRegular.eot');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UbuntuMedium';
  src: url('../fonts/UbuntuMedium.woff') format('woff'),
       url('../fonts/UbuntuMedium.ttf') format('truetype'),
       url('../fonts/UbuntuMedium.eot');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Akrobat-Bold';
  src: url('../fonts/Akrobat-Bold.woff') format('woff'),
       url('../fonts/Akrobat-Bold.ttf') format('truetype'),
       url('../fonts/Akrobat-Bold.eot'),
       url('../fonts/Akrobat-Bold.woff2') format('woff2'),
       url('../fonts/Akrobat-Bold.svg#Akrobat-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.clr {
  clear: both;
}
html, body {
  overflow-x: hidden;
  color: #000;
}
* {
  padding: 0; margin: 0;
  font-family: 'UbuntuRegular';
  color: #000;
}
a {
  cursor: pointer;
}
.row{
  margin-right: 0!important;
  margin-left: 0!important;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
select, input {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border-radius: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
     outline: none;
     cursor: pointer;
}
.hidden {
  display: none;
}
.internal .form .wpcf7 form input[type="submit"]:hover{
  background: #f26c4f;
  border-color: #f26c4f;
}

.container {
    max-width: 1488px;
    margin: 0 auto;
}
/*header*/
header {
  padding: 20px 0;
  
}
.langflags.in-mobil{
  display: none;
}
header .phone {
  text-align: left;
}
header .phone p {
  color: #6b6b6b;
  font-size: 18px;
  line-height: 60px;
  margin-bottom: 0;
}
@media (max-width: 768px){
  .langflags.in-mobil{
    display: block;
  }
}
header .logo {
  text-align: center;
  width: 290px;
}
header .logo img {
  width: 75%;
}
@media (max-width: 987px){
  header .nav-categories a{
    line-height: 5px !important;
  }
}
header .language p {
  color: #6b6b6b;
  font-size: 15px;
  line-height: 60px;
  float: left;
  width: 80%;
}
header .language a {
  color: #6b6b6b;
  font-size: 15px;
}
header .language a.hover {
  line-height: 60px;
  position:absolute;
  right: 0;
  cursor: pointer;
}
header .language a:not(.hover):hover {
  background: #5ea1d3;
  color: #fff;
}
header .language a.hover span img {
  margin-left: 5px;
}
header .language a.hover span.rotate img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .language a.hover:hover .hide {
  display: block;
}
header .language .choice-lang {
  float: right;
  width: 15%;
  position: relative;
}
/*
header .language .choice-lang .active {
  box-shadow: 0px 0px 5.52px 0.48px rgba(0, 0, 0, 0.11);
  position: absolute;
  bottom: -33px;
  top: 14px;
  left: -10px;
  right: -10px;
  z-index: 0;
  display: none;
}
*/
header.fixed-top {
  position: relative;
}
header.fixed-top .mobile-categories {
  display: none;
}
div.wpcf7-validation-errors { display: none !important; }
div.wpcf7-mail-sent-ok { 
  display: block;
  border: none;
  color: #fff;
}
.wpcf7-form.sent .wpcf7-form-control-wrap, .wpcf7-form.sent .wpcf7-form-control {display: none;}
span.wpcf7-not-valid-tip { color:#fff; font-size: 12px;text-transform: lowercase;}
.hide{
  display: none;
}
header .language .choice-lang .hide {
  display: none;
  text-align: left;
  padding-left: 2px;
  -webkit-box-shadow: 0px 0px 5.52px 0.48px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 5.52px 0.48px rgba(0, 0, 0, 0.11);
  position: absolute;
  top: 17px;
  z-index: 99;
  left: -10px;
  background: #fff;
  right: -10px;
}
header .language .choice-lang .hover:hover + .hide {
  display: block;
}
header .language .choice-lang .hide a {
  padding: 5px;
  display: block;
  width: 99%;
  text-align: center;
}
header .nav-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
header .nav-categories div {
  position: relative;
}
header .nav-categories a {
  color: #6b6b6b;
  font-size: 15px;
  line-height: 40px;
}
header .nav-categories span {
  color: #6b6b6b;
}
header div.hide-categories {
  display: none;
  position: absolute;
  z-index: 100;
  background: #fff;
  min-width: 300px;
  left: -34%;
  top: 151%;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(70, 71, 74, 0.44);
  box-shadow: 0px 0px 9px 0px rgba(70, 71, 74, 0.44);
}
header div.hide-categories  a {
  line-height: 36px;
  width: 100%;
  display: block;
  padding-left: 10px;
}
header div.hide-categories  a:hover {
  background: #5ea1d3;
  color: #fff;
  text-decoration: none;
}
header div.hide-categories:before {
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  width: 50px;
  height: 20px;
  left: 50%;
  z-index: 100000;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
header div.hide-categories:after {
  content: '';
  position: absolute;
  top: -7%;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-135deg);
  transform: translate(-50%, 0) rotate(-135deg);
  background: #fff;
  width: 19px;
  height: 19px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(70, 71, 74, 0.44);
  box-shadow: 0px 0px 9px 0px rgba(70, 71, 74, 0.44);
  z-index: 0;
}
header .nav-categories a:hover {
  color: #5ea1d3;
  text-decoration: none;
}
header .nav-categories .big-category .hide-categories.active {
  display: block;
}
/*end*/

/*main-page*/
.main-page .banner div img {
  width: 100%;
  display: block;
  position: relative;
}
.main-page .banner div h2 {
  font-size: 60px;
  font-family: 'Akrobat-Bold';
  color: #fff;
  position: absolute;
  top: 15%;
  text-transform: uppercase;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.main-page .banner {
  position: relative;
}
.main-page .banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
.main-page .banner .slick-arrow.right {
  right: 3%;
  z-index: 99;
}
.main-page .banner .slick-arrow.left {
  left: 3%;
  z-index: 99;
}
.main-page .ukraine {
  margin-top: 80px;
}
.main-page .ukraine img {
  width: 100%;
  display: block;
}
.main-page .ukraine .inform-block {
  position: absolute;
  top: 10%;
  text-align: center;
  -webkit-transform: translate(-50% , 0);
  transform: translate(-50% , 0);
  left: 50%;
}
.main-page .ukraine .inform-block h4 {
  color: #fff;
  font-family: 'Akrobat-Bold';
  text-transform: uppercase;
  font-size: 24px;
  line-height: 44px;
}
.main-page .ukraine .inform-block p {
  color: #fff;
  line-height: 24px;
  font-size: 16px;
}
.main-page .best-objects {
  margin-top: 80px;
}
.caption {
  font-size: 24px;
  line-height: 44px;
  font-family: 'Akrobat-Bold';
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media(max-width: 768px){
  .caption{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0 !important;
  }
  .internal.lives .block-carous .carousel .slick-slide{
    padding-bottom: 0 !important;
  }
}
.caption-text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.object .internal-info {
  border: 1px solid #d7d7d7;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
}
.object .internal-info .description {
  -ms-flex-item-align: center;
  align-self: center;
  width: 62%;
}
.object .internal-info .description #map {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  min-height: 200px;
  height: 100%;
}
.object .internal-info .description #map1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  min-height: 200px;
  height: 100%;
}
.object .internal-info .description h3 {
  font-size: 24px;
  line-height: 44px;
  font-family: 'Akrobat-Bold';
  margin: 0;
}
.object .internal-info .description p {
  width: 90%;
  font-size: 14px;
  margin-bottom: 20px;
}
.object .internal-info .description .location {
  margin-top: 20px;
}
.object .internal-info .description .location p {
  display: block;
  float: left;
  width: 70%;
  margin-bottom: 0;
}
.object .internal-info .description .location a {
  background: #f26c4f;
  color: #fff;
  padding: 10px;
  width: 30%;
  display: block;
  text-align: center;
  float: right;
}
.services-main .service {
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
}
.services-main .service img {
  width: 100%;
}
.services-main .service p {
  background: #f26c4f;
  color: #fff;
  font-family: 'Akrobat-Bold';
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25px;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  text-align: center;
  width: 85%;
  margin-bottom: 0;
}
.services-main .service:nth-child(2) p {
  top: 20%;
}
.services-main .service p:hover {
  background: #5ea1d3;
}
.hell-block {
  background-image: url(/wp-content/themes/ddforce//images/fon-lines.png);
  display: block;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center 64%;
}
.hell-block .circle {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hell-block .circle .text-icon {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}
.hell-block .circle .text-icon h4 {
  font-size: 48px;
  line-height: 60px;
  font-family: 'Akrobat-Bold';
  text-transform: uppercase;
  margin-bottom: 50px;
}
.hell-block .circle .text-icon p {
  width: 100%%;
  margin: 0 auto;
}
.hell-block .circle .text-icon2 div {
  text-align: center;
}
.hell-block .circle .text-icon2 div h5 {
  text-transform: uppercase;
  font-family: 'Akrobat-Bold';
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0;
} 
.hell-block .circle .text-icon2 div p {
  width: 60%;
  margin: 0 auto;
}
.hell-block .circle .text-icon2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hell-block .circle .text-icon2 div.start {
  height: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 130px;
}
.hell-block .circle .text-icon2 div.end {
  height: auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.hell-block .serv2-block .property div.img, .services-main .service div.img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.hell-block .serv2-block .property img, .services-main .service img {
  width: 100%;
  position: relative;
   -moz-transition: all 2s linear;
   -o-transition: all 2s linear;
   -webkit-transition: all 2s linear;
  overflow: hidden;
}
.hell-block .serv2-block .property:hover img, .services-main .service:hover img {
  -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}
.hell-block .serv2-block .property div.text-block p span, .services-main .service div.text-block p span  {
    color: #fff;
    display: block;
    font-size: 13px;
    text-transform: none;
    line-height: 18px;
    margin-top: 0; 
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s linear 0.5s;
    -webkit-transition: opacity 0.5s,  visibility 0.5s linear 0.5s;
    transition: opacity 0.5s,  visibility 0.5s linear 0.5s;
    height: 0;
}
@media (max-width: 1170px){
  .services-main .service:nth-child(2) div.text-block > p{
    font-size: 14px;
  }
}
.hell-block .serv2-block .property div.text-block p, .services-main .service div.text-block p {
    /*height: 77px;*/
    overflow: hidden;
    -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -webkit-transition: all 0.5s linear;
   /*white-space: nowrap;*/
}
.hell-block .serv2-block .property div.text-block p:hover {
    background: #f26c4f;
}
.hell-block .serv2-block .property.main div.text-block {
    color: #fff;
    font-family: 'Akrobat-Bold';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.25px;
    padding: 30px;
    position: absolute!important;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}
.hell-block .serv2-block .property.main div.text-block p {
    position: relative;
}
.hell-block .serv2-block .property div.text-block p:hover {
    height: 180px;
  -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -webkit-transition: all 0.5s linear;
  background: #f26c4f!important;
}
.services-main .service div.text-block p:hover {
    height: 135px;
  -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -webkit-transition: all 0.5s linear;
}
.hell-block .serv2-block .property div.text-block p:hover span, .services-main .service div.text-block p:hover span {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 1.5s 0.3s;
    transition: 1.5s 0.3s;
}
.hell-block .serv2-block .property {
  margin-top: 30px;
}
.hell-block .serv2-block .property:nth-child(1), .hell-block .serv2-block .property:nth-child(3) {
  -ms-flex-item-align: center;
  align-self: center;
}
.hell-block .serv2-block .property:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hell-block .serv2-block .property:nth-child(2) div:nth-child(2){
  width: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: 30px;
  position: relative;
}
.hell-block .serv2-block .property:nth-child(1) p, .hell-block .serv2-block .property:nth-child(3) p, .hell-block .serv2-block .property:nth-child(2) div:nth-child(2) p {
  background: #5ea1d3;
  color: #fff;
  font-family: 'Akrobat-Bold';
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25px;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  text-align: center;
  width: 50%;
  margin-bottom: 0;
}
.hell-block .serv2-block .property:nth-child(2) div:nth-child(2) p {
  width: 55%;
}
.hell-block .serv2-block .property:nth-child(1) p, .hell-block .serv2-block .property:nth-child(3) p {
  top: 20%;
}
.hell-block .serv2-block .property .form {
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 330px;
  background: #5ea1d3;
  width: 100%;
  padding: 20px;
}
.hell-block .serv2-block .property .form h2 {
  color: #fff;
  font-family: 'Akrobat-SemiBold';
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.hell-block .serv2-block .property .form form {
  text-align: center;
  margin: 30px 0 10px;
}
.hell-block .serv2-block .property .form form.wpcf7-form p {
    position: relative;
    width: 100%;
    padding: 0;
    top: auto;
    -webkit-transform: none;
    transform: none;
    left: auto;
}

.hell-block .serv2-block .property .form p {
  background: transparent;
  color: #fff;
  font-family: 'UbuntuRegular';
  font-size: 15px;
  line-height: 20px;
  position: relative;
  text-transform: none;
  text-align: center;
  margin-bottom: 0;
}
.hell-block .serv2-block .property .form form input {
  width: 60%;
  border: none;
  height: 50px;
  text-align: center;
  color: #000;
  margin-top: 10px;
}
.hell-block .serv2-block .property .form form input[type="submit"] {
  background: #f26c4f;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Akrobat-Bold';
}
.hell-block .serv2-block .property .form form input[type="submit"]:hover {
  background: transparent;
  border: 2px solid #fff;
}
.hell-block .serv2-block .property .form form input::-webkit-input-placeholder {
  text-overflow:ellipsis; color:#000; font-size:16px; font-family: 'UbuntuRegular';
}
.hell-block .serv2-block .property .form form input::-moz-placeholder {
  text-overflow:ellipsis; color:#000; font-size:16px; font-family: 'UbuntuRegular';
}
.hell-block .serv2-block .property .form p.big {
  font-family: 'Akrobat-SemiBold';
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 15px;
}
/*end*/

/*Footer*/
#footer {
  background: #5ea1d3;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer .left-info {
  text-align: left;
}
#footer .left-info p {
  color: #fff;
  font-family: 'Akrobat-Bold';
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
#footer .left-info .input {
  width: 100%;
  display: block;
}
#footer .left-info .input input[type="email"] {
  width: 90%;
  position: relative;
  border: 1px solid #fff;
  background: #66a6d5;
  color: #fff;
  padding: 10px 20px;
  height: 50px;
}
#footer .left-info .input input[type="submit"] {
  position: absolute;
  right: 12%;
  color: #fff;
  border: none;
  height: 50px;
  background: #f26c4f;
  width: 30%;
  text-transform: uppercase;
  font-family: 'Akrobat-Bold';
  letter-spacing: 0.5px;
}

#footer .left-info .input input[type="email"]::-webkit-input-placeholder {
  text-overflow:ellipsis; color:#fff; font-size:14px; font-family: 'UbuntuRegular';
}
#footer .left-info .input input[type="email"]::-moz-placeholder {
  text-overflow:ellipsis; color:#fff; font-size:14px; font-family: 'UbuntuRegular';
}
#footer .center-info {
 text-align: center;
 border-left: 1px solid #8bbbdf;
 border-right: 1px solid #8bbbdf;
}
#footer .center-info p {
  color: #fff;
  font-family: 'Akrobat-Bold';
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#footer .center-info p.dd {
    color: #fff;
    font-family: 'Akrobat-Bold';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: lowercase;
    margin-bottom: 0;
    opacity: 0.4;
    position: absolute;
    text-align: center;
    width: 92%;
}
#footer .center-info p.dd a {
    color: #fff;
    font-size: 12px;
}
#footer .center-info .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .center-info .icons a {
  width: 11%;
  margin-right: 3%;
}
#footer .center-info .icons a:nth-child(3) {
  margin-right: 0;
}
#footer .right-info {
  text-align: right;
}
#footer .right-info p {
  color: #fff;
  font-family: 'Akrobat-Bold';
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 55px;
}
#footer .right-info .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#footer .right-info .contact span.email {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
#footer .right-info .contact span.phone {
  color: #fff;
  font-size: 26px;
  font-family: 'Akrobat-Bold';
  line-height: 26px;
  letter-spacing: 0.5px;
  border-left: 1px solid #fff;
  padding-left: 30px;
  margin-left: 30px;
}
/*end*/

/*Contact*/
.internal .baner {
  display: block;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
}
/*
.internal .baner img {
    width: auto;
    min-height: 100%;
    min-width: 100%;
}
*/
.internal .baner .info {
  position: absolute;
  top: 10%;
  left: 8%;
  /* transform: translate(0, -50%); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  bottom: 10%;
}
.internal .baner .info h1 {
  color: #fff;
  font-family: 'Akrobat-Bold';
  text-transform: uppercase;
  font-size: 48px;
  line-height: 48px;
  width: 100%;
}
.internal .baner .info p {
  color: #fff;
  margin: 0;
  font-size: 19px;
  line-height: 26px;
  -ms-flex-item-align: center;
  align-self: center;
}
.internal .form {
  background: #44a2de;
  display: block;
  width: 100%;
  height: 100%;
  padding: 7%;
}
.internal .form h2 {
  color: #fff;
  font-family: 'Akrobat-Bold';
  text-transform: uppercase;
  font-size: 29px;
  margin-bottom: 20px;
}
.internal .form form {
  width: 100%;
  display: block;
}
.internal .form form input[type='text'] {
  width: 48%;
  margin-right: 4%;
  border: none;
  height: 47px;
  padding-left: 15px;
}
.internal .form form input[type='email'] {
  width: 48%;
  border: none;
  height: 47px;
  padding-left: 15px;
}
.internal .form form textarea {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 1%;
  border: none;
  height: 93px;
  padding-left: 15px;
  padding-top: 15px;
  color: #000!important;
  font-size: 14px;
}
.wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}
.wpcf7-form-control-wrap textarea::-moz-input-placeholder {
  color: #000;
  font-size: 14px;
}
.internal .form form input[type='submit'] {
  display: block;
  float: left;
  width: 48%;
  border: none;
  color: #fff;
  background: #f26c4f;
  height: 47px;
  margin-right: 4%;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Akrobat-SemiBold';
}
.internal .form form p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  display: inline;
}
div.wpcf7 .ajax-loader{
  position: absolute;
}
.contact #contacts {
  margin-top: 70px;
  margin-bottom: 70px;
}
.contact #contacts div h5 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'Akrobat-Bold';
  margin-bottom: 1.5em;
}
.contact #contacts div p {
  font-size: 16px;
  margin: 0;
}
.contact #map {
  height: 500px;
  margin-bottom: -20px;
}
.contact #contacts div.phone {
  border: 1px solid #d7d7d7;
  border-bottom: none;
  border-top: none;
}
.contact #contacts div.phone div {
  display: table;
  margin: 0 auto;
}
.contact #contacts div.schedule {
  border: 1px solid #d7d7d7;
  border-bottom: none;
  border-top: none;
  border-left: none;
}
.contact #contacts div.schedule div {
  display: table;
  margin: 0 auto;
}
.contact #contacts div.email div {
  display: block;
  float: none;
  text-align: center;
}
.contact #contacts div {
  text-align: center;
}
.page-template-contacts .wpcf7-form-control-wrap:nth-child(1), .page-template-contacts .wpcf7-form-control-wrap:nth-child(2)  {
   width: 48%;
   float: left;
   display: block;
}
.page-template-contacts .internal .form form input[type='text'], .page-template-contacts .internal .form form input[type='email'] {
    width: 100%;
}
.page-template-contacts .wpcf7-form-control-wrap:nth-child(1) {
    margin-right: 4%;
}
/*end*/

/*lives*/
.internal.lives .form form {
  width: 48%;
  display: block;
  margin-right: 4%;
  float: left;
}
.internal.lives .form form input[name="your-name"] {
  margin-top:0;
}
.internal.lives .form form input {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
.internal.lives .form form input[type='tel'] {
  display: block;
  border: none;
  height: 47px;
  padding-left: 15px;
}
.internal.lives .form form input[type='submit'] {
  margin-bottom: 0;
  background: transparent;
  border: 1px solid #fff;
}
.internal.lives .form {
  padding: 5% 7%;
}
.internal.lives .desc {
  float: left;
  width: 48%;
}
.internal.lives .desc h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Akrobat-SemiBold';
  color: #fff;
  margin-bottom: 8%;
}
.internal .form .desc h5 {
  line-height: 47px;
}
.internal.lives .desc ul li {
  color: #fff;
  margin-left: 18px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
 .internal.lives .block-carous {
  margin-top: 10px;
  margin-bottom: 10px;
}
.internal.lives .description {
  margin-bottom: 10px;
}
.internal.lives .description .caption {
  line-height: 32px;
}
.internal.lives .description .text p span {
  font-family: 'UbuntuMedium';
}
.internal.lives .description .text p {
  font-size: 15px;
  line-height: 22px;
}
.internal.lives .description .text {
  width: 90%;
}
.internal.lives .description .punkts h6 {
  font-size: 18px;
  font-family: 'UbuntuMedium';
  margin-bottom: 15px;
}
.internal.lives .description .punkts ul li {
  margin-left: 20px;
  font-size: 15px;
  line-height: 24px;
}
.internal.lives .blue-form {
  background: #44a2de;
  padding: 30px 40px;
}
.internal.lives .blue-form  h4 {
  color: #fff;
  font-family: 'Akrobat-Bold';
  text-transform: uppercase;
  font-size: 17px;
  line-height: 24px;
  display: block;
  float: left;
  width: 25%;
  margin: 0;
}
.internal.lives .blue-form form {
  display: block;
  float: right;
  width: 75%;
}
.internal.lives .blue-form form p {
  margin-bottom: 0;
}
.internal.lives .blue-form form input {
  border: none;
  height: 47px;
  width: 36%;
  margin-right: 2%;
  padding-left: 15px;
}
.internal.lives .blue-form form input[type='submit'] {
  border: none;
  height: 47px;
  width: 23%;
  color: #fff;
  background: #f26c4f;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Akrobat-SemiBold';
  padding-left: 0;
  text-align: center;
  margin-right: 0;
}
.internal.lives  .block-carous .caption {
  margin-bottom: 20px;
}
.internal.lives  .block-carous .carousel .slick-slide{
  padding: 25px;
}
.internal.lives  .block-carous .carousel .slick-slide img {
  margin: 0 auto;
  width: 100%;
}
.internal.lives  .block-carous .carousel .slick-slide p {
  text-align:  center;
  text-transform:  uppercase;
  margin-top:  20px;
  font-size:  18px;
  font-family: 'Akrobat-Bold';
  line-height: 24px;
}
.internal.lives  .block-carous .carousel .slick-arrow {
  position: absolute;
  top: 37%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
.internal.lives  .block-carous .carousel .slick-arrow.right {
  right: -15px;
  z-index: 1;
}
.internal.lives  .block-carous .carousel .slick-arrow.left {
  left: -15px;
  z-index: 1;
}
/*end*/

/*Com-property*/
.internal.com-property .description .punkts h6 {
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Akrobat-SemiBold';
}
.internal.com-property .description .punkts ul li {
  margin-left: 18px;
}
.caption-big {
  text-align: center;
  text-transform: uppercase;
  font-size:  32px;
  line-height: 36px;
  font-family: 'Akrobat-Bold';
}
.caption-text-big {
  text-align: center;
  text-transform: uppercase;
  font-size:  20px;
  line-height: 36px;
  font-family: 'Akrobat-Bold';
  margin-bottom: 60px;
}
.internal.com-property .object .description {
  margin: 0;
}
.internal.com-property .object {
  margin-bottom: 30px;
}
.internal.com-property .object .internal-info .description .maps {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  min-height: 200px;
  height: 100%;
}
.page-template-consult_uslugi .hell-block {
  background-image: none;
}
.page-template-consult_uslugi .hell-block .services-main {
  margin-bottom: 30px;
}
/*end*/


/*residents*/
.internal.residents .description .punkts h6 {
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Akrobat-SemiBold';
}
.internal.residents .description .punkts ul li {
  margin-left: 18px;
}
.internal.residents .object .description {
  margin: 0;
}
.internal.residents .object {
  margin-bottom: 30px;
}
.internal.residents .loading {
    display: block;
    width: 15vw;
    margin: 0 auto;
    color: #fff;
    border: none;
    height: 50px;
    background: #f26c4f;
    text-transform: uppercase;
    font-family: 'Akrobat-Bold';
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 50px;
}
.internal.residents .object .internal-info .description .maps {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  min-height: 200px;
  height: 100%;
}

/*end*/

/*Object*/
#object .slider-for .slick-slide img {
  width: 100%;
}
#object .slider-nav .slick-slide img {
  width: 100%;
}
#object .slider-nav {
  margin-top: 15px;
}
#object .slider-nav.slick-initialized .slick-slide {
  margin-right: 10px;
}
@media (max-width: 392px){
  .container-fluid{
    padding: 0 5px;
  }
}
@media (min-width: 576px){
  div.send-message::after{
    content: '';
    display: block;
    clear: both;
  }
}
#object .best-objects {
  margin-top: 60px;
  width: 100%;
}
#object .object-info {
  /*padding-left: 60px;*/
  padding-top: 0px;
  /*padding-bottom: 30px;*/
}
#object .object-info h1 {
  font-size: 24px;
  font-family: 'Akrobat-Bold';
  text-transform: uppercase;
  float: left;
  width: 70%;
  margin: 15px 0;
}
#object .object-info a {
  text-decoration: underline;
  color: #5ea1d3;
}
#object .object-info .breadcrumbs {
  display: block;
  margin-top: -10px;
}
#object .object-info .breadcrumbs span a {
  text-decoration: none;
  color: #d9d9d9;
}
#object .object-info .breadcrumbs span.after {
  display: inline-block;
  padding: 0 10px; 
}
@media (max-width: 368px){
  #object .object-info .breadcrumbs span.after{
    padding: 0 5px;
  }
  .object-info .breadcrumbs span.after{
    padding: 0 5px;
  }
}
#object .object-info .breadcrumbs span {
  color: #d9d9d9;
  font-size: 12px;
  line-height: 0;
}
#object .object-info .breadcrumbs span.sep, #object .object-info .breadcrumbs span.sep:after {
  display: none!important;
}
#object .object-info p {
  line-height: 20px;
}
#object .object-info .info-obj-1 {
  float: left;
  width: 50%;
  margin-bottom: 30px;
  margin-top: 20px;
}
#object .object-info .info-obj-1 div span {
  font-family: 'UbuntuMedium';
  display: block;
  float: left;
  line-height: 20px;
  width: 40%;
    margin-bottom: 5px;
}
#object .object-info .info-obj-1 div p {
  margin-bottom: 4px;
}
#object .object-info .info-obj-2 {
  float: left;
  width: 50%;
  margin-bottom: 30px;
  margin-top: 20px;
}
#object .object-info .info-obj-2 div span {
  font-family: 'UbuntuMedium';
  display: block;
  float: left;
  line-height: 20px;
  width: 40%;
  margin-bottom: 5px;
}
#object .object-info .info-obj-2 div span img, #object .object-info .info-obj-1 div span img {
  width: 25px;
  height: auto;
    margin-right: 10px;
}
#object .object-info .info-obj-2 div p {
  margin-bottom: 4px;
}
#object .send-message {
  /*margin-left: 60px;*/
  bottom: 4px;
  background: #f8f8f8;
  padding: 34px;
  width: 91%;
}
#object .send-message p {
  display: block;
  font-size: 18px;
  font-family: 'Akrobat-Bold';
  text-transform: uppercase;
  width: 52%;
  float: left;
  margin-bottom: 0;
}
#object .send-message a {
  float: right;
  background: #5ea1d3;
  color: #fff;
  width: 45%;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  font-family: 'Akrobat-Bold';
}
#object .photos .maps {
    height: 600px;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  transition: opacity .3s ease-out, -webkit-opacity .3s ease-out;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #5ea1d3;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  outline: 0;
  padding: 40px;
}
.modal-header .close {
  position: absolute;
  top: 30px;
  right: 20px;
  color: #fff!important;
  background-image: url(../images/crooss.png);
  display: block;
  background-repeat: no-repeat;
  opacity: 1;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Akrobat-SemiBold';
  letter-spacing: 1px;
}
.modal-header .close span {
  display: none;
}
.modal-header, .modal-footer {
  border: none;
}
.modal-body {
  padding: 0;
}
.modal-body div form p .wpcf7-form-control-wrap input {
  width: 80%;
  height: 47px;
  margin: 0 auto;
  display: block;
  border: none;
  padding-left: 0;
  margin-bottom: 15px;
  text-align: center;
  color: #000;
  font-size: 14px;
  padding: 0 20px;
}
.modal-body div form p .wpcf7-form-control-wrap input.hidden {
  display: none;
}
.modal-body div form p input[type='submit'] {
  width: 80%;
  height: 47px;
  border: none;
  margin: 0 auto;
  display: block;
  background: #f26c4f;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Akrobat-SemiBold';
  letter-spacing: 0.5px;
}
.modal-body div form p {
  margin-bottom: 0;
}
#map-popup .modal-content {
    background: transparent;
}
#map-popup .modal-dialog {
    width: 900px;
    max-width: 100%;
}
#map-popup #map {
    height: 500px;
}
.wpcf7-form-control-wrap input::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}
.wpcf7-form-control-wrap input:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
}
.wpcf7-form-control-wrap input::placeholder {
  color: #000;
  font-size: 14px;
}
.mobile {
  display: none;
}
.form-button input#click-form{
  display: none;  
}
.fade:not(.show) {
  display: none;
}

/*end*/
@media (min-width: 1820px) {
  .internal .baner img {
    width: auto;
    min-height: 100%;
    min-width: 100%;
  }  
}
@media (min-width: 1600px) and (max-width: 1820px) {
  .object .internal-info .description {
    width: 60%;
  }
  .internal .baner img {
    width: auto;
    min-height: 100%;
    min-width: 100%;
  }
}
@media (max-width: 1600px) {
  .object .internal-info .description {
    width: 57%;
  }
  .internal .form {
    padding: 4% 7%;
  }
  /*
  .internal .form h2 {
    margin-bottom: 2%;
  }*/
  .internal.lives .form {
    padding: 3% 7%;
  } 
  #object .send-message a {
    width: 40%;
  }
  #object .send-message p {
    width: 55%;
    font-size: 16px;
  }
  #object .slider-nav .slick-slide img {
    margin: 0 auto;
  }
    .hell-block .serv2-block .property .form h2 {
        font-size: 26px;
        line-height: normal;
    }
    .hell-block .serv2-block .property .form {
        height: 313px;
    }
    .hell-block .serv2-block .property div#wpcf7-f110-o1 {
        margin-top: 0px;
    }
    .hell-block .serv2-block .property .form form {
        margin: 15px 0 10px;
    }
}
@media (max-width: 1440px) {
 .internal .form .wpcf7{
    width:98%;
  }
    .hell-block .serv2-block .property:nth-child(2) div:nth-child(2) {
        margin-top: 30px;
    }
    .hell-block .serv2-block .property.main div.text-block {
        margin-top: 60px;
    }

}
@media (min-width: 1400px) and (max-width: 1599px) {
  .hell-block .serv2-block .property .form form input {
    width: 70%;
  }
  .hell-block .circle .text-icon2 div p {
    width: 70%;
  }
  .object .internal-info .description {
    width: 53%;
  }
  .internal.lives .form form input {
    margin-bottom: 4%;
  }
  .internal.lives .form form {
    margin-right: 3%;
  }
  .internal .form h2, .internal .form h2 {
    font-size: 25px;
  }
  #object .object-info .info-obj-1 div span, #object .object-info .info-obj-2 div span {
    width: 50%;
  }
  #object .object-info h1 {
    margin-bottom: 20px;
  }
  #object .send-message {
    padding: 24px;
  }
   #object .send-message::after{
    content: '';
    clear: both;
    display: block;
   }
  .hell-block .serv2-block .property:nth-child(1) p, .hell-block .serv2-block .property:nth-child(3) p, .hell-block .serv2-block .property:nth-child(2) div:nth-child(2) p {
    width: 62%;
  }
  .hell-block .serv2-block .property.main div.form p {
    width: 100%;
  }
  .services-main .service p {
    width: 80%;
  }
  .services-main .service:nth-child(2) p {
    top: 18%;
  }
  .hell-block .serv2-block .property:nth-child(1) p, .hell-block .serv2-block .property:nth-child(3) p {
    top: 25%;
  }
  .hell-block .serv2-block .property div.text-block p:hover {
    height: 200px;
  }
  .services-main .service div.text-block p:hover {
    height: 160px;
  }
  .internal .baner img {
    width: auto;
    min-height: 100%;
    min-width: 100%;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .hell-block .serv2-block .property .form form input {
    width: 70%;
  }
  .hell-block .serv2-block .property .form p {
    font-size: 14px;
  }
  .hell-block .circle .text-icon2 div p {
    width: 80%;
  }
  .object .internal-info .description {
    width: 49.5%;
  }
  .object .internal-info .description h3 {
    font-size: 23px;
    line-height: 26px;
    font-family: 'Akrobat-Bold';
    margin: 0;
    margin-bottom: 10px;
  }
  .object .internal-info .description p {
    width: 90%;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .object .internal-info .description h3 {
    font-size: 23px;
    line-height: 26px;
    font-family: 'Akrobat-Bold';
    margin: 0;
    margin-bottom: 10px;
  }
  .object .internal-info .description .location p {
    width: 60%;
  }
  .object .internal-info .description .location a {
    width: 40%;
  }
  .internal.lives .form form {
    width: 45%;
    display: block;
    margin-right: 3%;
    float: left;
  }
  .internal .form h2, .internal .form h2 {
    font-size: 24px;
  }
  .internal.lives .form form input {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .internal .form form textarea {
    height: 83px;
  }
  #object .object-info .info-obj-1 div p, #object .object-info .info-obj-2 div p {
    font-size: 15px;
  }
  #object .object-info .info-obj-1 div span, #object .object-info .info-obj-2 div span {
    font-size: 15px;
    width: 50%;
  }
  #object .object-info {
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #object .object-info p {
    font-size: 15px;
  }
  #object .object-info h1 {
    margin-bottom: 15px;
  }
  #object .object-info a {
    line-height: 42px;
  }
  #object .object-info .info-obj-2, #object .object-info .info-obj-1 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  #object .send-message {
    bottom: 4px;
    background: #f8f8f8;
    padding: 30px;
    width: 100%;
  }
  .hell-block .serv2-block .property:nth-child(1) p, .hell-block .serv2-block .property:nth-child(3) p {
    top: 25%;
  }
  .hell-block .serv2-block .property:nth-child(1) p, .hell-block .serv2-block .property:nth-child(3) p, .hell-block .serv2-block .property:nth-child(2) div:nth-child(2) p {
    width: 65%;
  }
  .hell-block .serv2-block .property.main div.form p {
    width: 100%;
  }
  .services-main .service p {
    width: 83%;
  }
  .services-main .service:nth-child(2) p {
    top: 25%;
  }
  .internal .baner img {
    width: auto;
    min-height: 100%;
    min-width: 100%;
  }
  #object .object-info .breadcrumbs {
    margin-top: -31px;
  }
  #object .object-info .breadcrumbs span.current {
    line-height: 41px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) { 
  .main-page .banner div h2 {
    font-size: 60px;
  }
  header .language p {
    width: 75%;
  }
  header .language .choice-lang {
    width: 20%;
  }
  .hell-block .serv2-block .property:nth-child(1) p, .hell-block .serv2-block .property:nth-child(3) p, .hell-block .serv2-block .property:nth-child(2) div:nth-child(2) p {
    width: 60%;
  }
  .hell-block .serv2-block .property .form form input {
    width: 90%;
  }
  .hell-block .serv2-block .property .form p {
    font-size: 13px;
  }
  .hell-block .circle .text-icon2 div p {
    width: 85%;
  }
  .services-main .service p {
    width: 85%;
  }
  .object .internal-info .description {
    width: 46%;
  }
  .object .internal-info .description .location a {
    width: 35%;
    font-size: 12px;
  }
  .object .internal-info .description .location p {
    width: 62%;
  }
  .object .internal-info .description p {
    width: 100%;
    font-size: 12px;
  }
  .object .internal-info .description h3 {
    font-size: 19px;
    line-height: 30px;
    font-family: 'Akrobat-Bold';
    margin: 0;
  }
  #footer .right-info .contact span.phone {
    font-size: 25px;
  }
  .internal.lives .blue-form h4 {
    font-size: 15px;
  }
  .internal .form h2 {
    font-size: 20px;
  }
  .internal .baner .info h1 {
    font-size: 42px;
  }
  .internal.lives .form form {
    width: 41%;
    display: block;
    margin-right: 3%;
    float: left;
  }
  .internal.lives .form form input {
    margin-right: 4%;
    float: left;
    border: none;
    height: 44px;
    padding-left: 15px;
    margin-bottom: 3%;
  }
  .internal .baner .info h1 {
    font-size: 42px;
    line-height: 42px;
  }
  .internal .form form input {
    height: 44px!important;
  }
  .internal .form form p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
  }
  .internal .form form textarea {
    height: 76px;
  }
  #object .object-info {
    /*padding-left: 30px;*/
    padding-top: 16px;
    padding-bottom: 0;
  }
  #object .object-info a {
    line-height: 18px;
  }
  #object .object-info h1 {
    margin-bottom: 0;
  }
  #object .object-info p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
  #object .object-info .info-obj-1 div span, #object .object-info .info-obj-2 div span {
    font-size: 14px;
    width: 50%;
    width: 50%;
  }
  #object .send-message {
    /*margin-left: 30px;*/
    bottom: 4px;
    background: #f8f8f8;
    padding: 27px;
    width: 91%
  }
  #object .send-message p {
    width: 50%;
    font-size: 15px;
  }
  #object .send-message a {
    width: 40%;
    margin-top: 8px;
  }
  #object .send-message::after{
    content: '';
    display: block;
    clear: both;
  }
  .hell-block .serv2-block .property:nth-child(1) p, .hell-block .serv2-block .property:nth-child(3) p, .hell-block .serv2-block .property:nth-child(2) div:nth-child(2) p {
    width: 70%;
  }
  .hell-block .serv2-block .property.main div.form p {
    width: 100%;
  }
  .hell-block .serv2-block .property:nth-child(1) p, .hell-block .serv2-block .property:nth-child(3) p {
    top: 25%;
  }
  #object .object-info .breadcrumbs span.current {
    /*line-height: 38px;*/
  }
  #object .object-info .breadcrumbs {
    margin-top: -32px;
  }
  .internal .baner img {
    width: auto;
    min-height: 100%;
    min-width: 100%;
  }
}
@media (max-width: 1200px) {
  .internal .form h2{
    font-size:20px;
  }
  .internal .form .desc h5{
    font-size:16px;
  }
  .internal.lives .desc{
    width: 49%;
  }
  .internal.lives .form{
    padding: 3% 5%;
  }
  .internal .baner .info h1{
    font-size: 36px;
  }
  .internal.lives .desc ul li {
    font-size: 13px;
  }
     #object .object-info .info-obj-2 {
        width: 100%;
        margin-top: 0;
    }
    #object .object-info .info-obj-1 {
        width: 100%;
        margin-bottom: 0;
    }
    #object .object-info a.modalbutton {
        font-size: 15px;
        line-height: 39px; 
    }
}
@media (max-width: 990px){
  #object .object-info{
    margin-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
   .wrap-menu {
      position: fixed;
      left: 0;
      top:0;
      right: 0;
      z-index: 3;
      background: #fff;
      padding-top: 70px;
      bottom: 70px;
      display: none;
  } 
  header .nav-categories a {
      font-size: 12px;
  }
  .hell-block .serv2-block .property:nth-child(1) p, .hell-block .serv2-block .property:nth-child(3) p {
      top: 20%;
      width: 65%;
      font-size: 16px;
      line-height: 22px;
  }
  .hell-block .serv2-block .property .form h2 {
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase;
      text-align: center;
  }
  .hell-block .serv2-block .property .form {
      padding: 20px;
  }
  .hell-block .serv2-block .property .form form input {
      width: 100%;
      margin-top: 0;
      margin-bottom: 20px;
  }
  .hell-block .serv2-block .property .form {
    height: 310px;
  }
  .hell-block .serv2-block .property:nth-child(2) div:not(.form):nth-child(2)  p {
    width: 65%;
    top: 28%;
    font-size: 16px;
    line-height: 22px;
  }
  .hell-block .serv2-block .property:nth-child(2) div.form p {
    width: 100%!important;
  }
  .main-page .banner div h2 {
    top: 10%;
    width: 80%;
  }
  .hell-block .circle .text-icon h4 {
    font-size: 43px;
    line-height: 54px;
  }
  .hell-block .circle .text-icon p {
    font-size: 14px;
  }
  .hell-block .circle .text-icon2 div p {
    width: 90%;
    font-size: 14px;
  }
  .services-main .service p {
    width: 65%;
    font-size: 16px;
    line-height: 22px;
  }
  .services-main .service:nth-child(2) p {
    top: 25%;
  }
  .main-page .ukraine .inform-block {
    width: 100%;
  }
  #footer .right-info .contact span.phone {
    font-size: 15px;
    padding-left: 17px;
  }
  #footer .center-info .icons a {
    width: 20%;
  margin-right: 7%;
  }
  #footer .center-info p {
    height: 4em;
  }
  .internal .baner img {
    width: auto;
  }
  .internal.lives .form {
    height: 327px;
  }
  .internal.lives .blue-form h4 br {
    display: none;
  }
  .internal.lives .blue-form {
    padding: 25px;
  }
  header .logo img {
    width: 60%;
  }
  .object .internal-info .description {
    width: 67%;
  }
  .object {
    margin-bottom: 30px;
  }
  #object .send-message {
    width: auto;
    position: relative;
  }
  #object .send-message p {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    text-align: center;
  }
  #object .object-info {
    padding-top: 0;
  }
  #object .send-message a {
    width: 100%;
    float: none;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
  }
  #object .send-message p {
    float: none;
    width: 100%;
    text-align: center;
  }
  .page-template-contacts .internal .baner img {
    height: 289.5px;
  }
  .page-template-contacts .internal .form .wpcf7 {
    width: 100%;
  }
  .internal .baner img {
    height: 327px;
  }
  #footer .right-info .contact span.email {
    font-size: 14px;
  }
  #footer .right-info .contact span.phone {
    font-size: 15px;
    padding-left: 20px;
  }
  .services-main .service p {
    width: 75%;
  }
  .services-main .service:nth-child(2) p {
    top: 35%;
  }
  .hell-block .serv2-block .property:nth-child(1) p, .hell-block .serv2-block .property:nth-child(3) p {
    top: 35%;
    width: 75%;
  }
  .hell-block .serv2-block .property:nth-child(2) div:not(.form):nth-child(2) p {
    width: 85%;
  }
    #object .object-info .info-obj-2 {
        width: 100%;
        margin-top: 0;
    }
    #object .object-info .info-obj-1 {
        width: 100%;
        margin-bottom: 0;
    }

}
@media (min-width: 560px) and (max-width: 768px) {
  .hell-block .circle .text-icon2 {
    margin-top: 50px;
  }
  .hell-block .circle .text-icon2 div h5 {
    margin: 20px auto;
    width: 60%;
  }
  .hell-block .serv2-block.mobile .buttons {
    top: 15%!important;
  }
  .hell-block .serv2-block.mobile .buttons a, .services-main.mobile .buttons a {
    padding: 25px 35px!important;
    width: 43%!important;
  }
  .services-main.mobile .buttons {
    top: 5%;
  }
  #footer .center-info p {
    font-size: 18px;
  }
  .object {
    margin-right: 20px;
  }
  .object:nth-child(2n) {
    margin-right: 0px;
  }
  header .logo {
/*    margin: 0 auto;
        position: absolute;
    left: calc(50% - 120px);*/
    text-align: center;
  }
  .hell-block .circle .text-icon {
    width: 100%;
    min-width: 100%;
  }
  .object .internal-info .description .location a {
    width: 48%;
    float: right;
  }
  .internal .baner .info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    bottom: auto;  
    left: 50%;
  }
  .services-main.mobile .buttons {
    top: 10%;
  }
  .internal .baner img {
    width: 100%;
  }
  #object {
    margin-top: 85px;
  }
  #object .object-info {
    padding-top: 0;
  }
  #object .object-info h1 {
    text-align: left;
  }
    #object .object-info .info-obj-1 div span, #object .object-info .info-obj-2 div span {
        width: 30%;
    }
}
@media (max-width: 768px) {
  /*.slider-nav .slick-slide{
    padding: 0 30px;
  }*/
  div.header_1{
    padding: 0 !important;
  }
  header{
    position: fixed;
    width: 100%;
    z-index: 999;
    background: white;
  }
  body > header > div > div.row.header_1 > div.language > span{
    display: none;
  }
    .internal.residents .loading {
        width: 40%;
    }
  header ~ .container-fluid{
    margin-top: 130px;
  }
  .internal.lives .block-carous{
    margin: 0;
  }
  #object .object-info a.modalbutton {
    float: none; 
  } 
  header .phone{
    display: none;
  }
  .d-sm-block {
    display: none!important;
  }
  header .logo img {
    width: 100%;
  } 
  header .nav-categories {
    display: none;
  }
  .main-page .banner {
    display: none;
  }
  .hell-block .serv2-block .property .form {
    display: none;
  }
  .hell-block .circle .text-icon h4 {
    font-size: 23px;
    line-height: 32px;
    font-family: 'Akrobat-Bold';
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .hell-block .circle .text-icon p {
    font-size: 14px;
  }
  .hell-block .circle {
    margin-bottom: 0;
  }
  .hell-block .circle .text-icon {
    margin-bottom: 40px;
    padding: 0;
  }
  .hell-block .circle .text-icon2 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    padding: 0;
  }
  .hell-block .circle .text-icon2 div.start {
    margin-bottom: 0;
  }
  .hell-block .circle .text-icon2 div p {
    display: none;
  }
  .hell-block .circle .text-icon2 div.end, .hell-block .circle .text-icon2 div.start {
    width: 50%;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  body > header > div > div.row.header_1 > div.mobile{
    width: 73px;
  }
  .hell-block .serv2-block.mobile {
    position: relative;
  }
  .hell-block .serv2-block.mobile img {
    width: 100%;
  }
  .hell-block .serv2-block.mobile .buttons {
    position: absolute;
    top: 30px;
    left: 20px;
    right: 20px;
    bottom: 30px;
  }
  .hell-block .serv2-block.mobile .buttons h2 {
    font-size: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Akrobat-Bold';
    margin-bottom: 22px;
  }
  .hell-block .serv2-block.mobile .buttons a {
    width: 100%;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.25px;
    background: #5ea1d3;
    font-family: 'Akrobat-Bold';
    font-size: 18px;
    padding: 10px 35px;
    width: 80%;
    margin: 0 auto 10px;
  }
  .hell-block {
    background-position: center 3%;
  }
  .services-main.mobile {
    position: relative;
  }
  .services-main.mobile img {
    width: 100%;
  }
  .services-main.mobile .buttons {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 30px;
  }
  .services-main.mobile .buttons h2 {
    font-size: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Akrobat-Bold';
    margin-bottom: 22px;
  }
  .services-main.mobile .buttons a {
    width: 100%;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.25px;
    background: #f26c4f;
    font-family: 'Akrobat-Bold';
    font-size: 18px;
    padding: 10px 35px;
    width: 80%;
    margin: 0 auto 10px;
  }
  .main-page .best-objects {
    margin-top: 40px;
  }
  .caption-big {
    font-size: 24px;
    line-height: 1.25em;
  }
  .caption-text-big {
    text-align: center;
    text-transform: none; 
    font-size: 16px;
    line-height: 24px;
    font-family: 'UbuntuRegular';
    margin-bottom: 40px;
  }
  .object .internal-info .description p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .object .internal-info .description .location p {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 10px;
    float: none;
  }
  .object .internal-info .description .location a {
    font-size: 12px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .object {
    margin-bottom: 20px;
    padding: 0;
  }
  .object .internal-info .description #map {
    width: 48%;
    display: block;
    min-height: 357px;
    height: 100%;
  }
  .object .internal-info .description {
    width: 100%;
  }
  .object .internal-info {
    display: block;
  }
  .object .internal-info .description h3 {
    line-height: normal;
  }
  .object .internal-info .description img.mobile {
    width: 48%;
    height: auto;
    margin-right: 4%;
    float: left;
  }
  .main-page .ukraine {
    margin-top: 40px;
    padding: 0;
  }
  .main-page .ukraine .inform-block h4 {
    color: #fff;
    font-family: 'Akrobat-Bold';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 44px;
  }
  .main-page .ukraine .inform-block {
    position: absolute;
    top: 10%;
    text-align: center;
    -webkit-transform: translate(0% , 0);
    transform: translate(0% , 0);
    background: #5ea1d3;
    width: 90%;
    left: 5%;
    padding: 10px 0;
  }
  .main-page .ukraine .inform-block p {
    color: #fff;
    line-height: 20px;
    font-size: 13px;
  }
  #footer .right-info p {
    text-align: center;
    margin-bottom: 25px;
  }
  #footer .right-info .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  #footer .right-info .contact span.email {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    width: 100%;
    text-align: center;
  }
  #footer .right-info .contact span.phone a{
    color: #fff;
     font-family: 'Akrobat-SemiBold';
  }
  #footer .right-info .contact span.phone {
    color: #fff;
    font-size: 28px;
    font-family: 'Akrobat-SemiBold';
    line-height: 40px;
    letter-spacing: 0.5px;
    border: none;
    padding-left: 0;
    margin-left: 0;
  }
  #footer .left-info {
    margin-top: 25px;
    padding: 0;
  }
  #footer .left-info p {
    text-align: center;
  }
  #footer .left-info .input input[type="submit"] {
    position: absolute;
    right: 0;
    color: #fff;
    border: none;
    height: 50px;
    background: #f26c4f;
    width: 38%;
    text-transform: uppercase;
    font-family: 'Akrobat-Bold';
    letter-spacing: 0.5px;
    top: 49.5%;
    border:none;
    outline: none;
    font-size: 15px;
  }
  #footer .center-info {
    text-align: center;
    border: none;
    margin-top: 25px;
  }
  #footer .center-info p:first-child {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
  }
  #footer .left-info .input input[type="email"] {
    width: 100%;
  }
  #footer .center-info p {
    color: #fff;
    font-family: 'UbuntuRegular';
    line-height: 22px;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 0;
    opacity: 0.2;
    width: auto;
  }
  #footer .center-info .icons a {
    width: 5%;
  }
  #footer .center-info .icons a img {
    width: auto;
  } 
  #footer .center-info p:nth-child(3) {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
  }
  #footer .center-info p:nth-child(3) a {
    color: #fff;
  }
  #footer {
    margin-bottom: 70px;
  }
  .form-bottom {
    background: #5ea1d3;
    padding: 30px;
    width: 100%;
    display: block;
      -webkit-transition: transform 1s linear 0.1s;
    -webkit-transition: -webkit-transform 1s linear 0.1s;
    transition: -webkit-transform 1s linear 0.1s;
    transition: transform 1s linear 0.1s;
    transition: transform 1s linear 0.1s, -webkit-transform 1s linear 0.1s;
    opacity: 0;
    -webkit-transform: translate(0, 120%);
    transform: translate(0, 120%);
    z-index: 2;
    position: fixed;
    bottom: 70px;
  }
  .form-back{
    position: fixed;
    top: 0;
    left:0;
    right:0;
    background: rgba(255,255,255,0.4);
    bottom: 0;
    z-index: 1;
    display: none;
    opacity: 0;
  }
  
  .form-back.active{
    display: block;
    opacity: 1;
  }
  
  .form-button .close {
    background: url(../images/x.svg) 50% 50% no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
    position: absolute;
    top:17px;
    right:17px;  
  }


  
  .form-bottom.active {
    -webkit-transition: transform 1s linear 0.1s;
    -webkit-transition: -webkit-transform 1s linear 0.1s;
    transition: -webkit-transform 1s linear 0.1s;
    transition: transform 1s linear 0.1s;
    transition: transform 1s linear 0.1s, -webkit-transform 1s linear 0.1s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .form-bottom p.main {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Akrobat-Bold';
    width: 90%;
    margin: 0 auto 20px;
  }
  .form-bottom input {
    width: 100%;
    border: none;
    margin-top: 15px;
    height: 37px;
    text-align: center;
  }
  .form-bottom input[type="submit"] {
    display: none;
  }
  .form-button {
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    z-index: 2;
    left: 0;
    right: 0;
  }
  .form-button input#click-form {
    display: block;
    width: 100%;
    border: none;
    background: #f26c4f;
    color: #fff;
    height: 70px;
    font-family: 'Akrobat-Bold';
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    z-index: 3;
    position: relative;
  }
  .d-none{
    display: none;
  }

  .form-bottom input::-webkit-input-placeholder {
  text-overflow:ellipsis; color:#000; font-size:14px; font-family: 'UbuntuRegular';
  }
  .form-bottom input::-moz-placeholder {
    text-overflow:ellipsis; color:#000; font-size:14px; font-family: 'UbuntuRegular';
  }
 

#nav-icon3{
  width: 29px;
  height: 17px;
  position: relative;
  z-index: 1010;
     margin: 10px 10px 10px 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #707070;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 7px;
}

#nav-icon3 span:nth-child(4) {
  top: 14px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
  #mobile-nav-ul{
    padding:0 10%;
    display: block;
  }
  #mobile-nav-ul div{
    text-align: center;
    padding:10px 0;
    border-bottom: 1px solid #d7d7d7;
  }
  #mobile-nav-ul div a{
    color: #707070;
    display: block;
    text-align: center;
  }
  #mobile-nav-ul div.big-category a{
    position: relative;
  }
  #mobile-nav-ul div.big-category a .caret{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 24px;
    background: url(../images/if_down.svg) 50% 50% no-repeat;
    
  }  
  #mobile-nav-ul div .hide-categories div{
    padding: 5px 0;
  }
  #mobile-nav-ul div.big-category a .caret.open{
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);

  }
  #mobile-nav-ul div .hide-categories{
    position: relative;
    left: 0;
    border-bottom: none;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header.fixed-top{
    background: #fff;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  #mobile-nav-ul div .hide-categories div{
    border-bottom: none;
  }
  #mobile-nav-ul div .hide-categories:before{
    display: none;
  }
  #mobile-nav-ul div .hide-categories:after{
    display: none;
  }
  .internal .baner{
    padding-left: 0;
  }
  .internal .baner + .col-12{
    padding-right: 0;
  }
  .internal.lives .form form{
    width: 100%;
  }
  .internal .form h2{
    font-size: 19px;
    text-align: center;
    padding: 10px 0;
  }
  .internal.lives .desc{
    width:100%;
    margin: 10px auto;
  }
  .internal .baner .info h1{
    font-size: 28px;
    line-height: 28px;
  }
  .internal .baner .info p{
    font-size: 19px;
    line-height: 20px;
  }
  .internal .form form input[type="text"]{
    float: none;
  }
  .internal .form form p.small br{
   display: none; 
  }
  .page-template-contacts-php .internal .form form input[type='submit']{
    border: none;
    width: 100%;
    margin: 0;
  }
  .contact #contacts div h5{
    text-align: center;
  }
  .contact #contacts div p{
    text-align: center;
  }
  .contact #contacts div.phone{
    margin: 20px 0;
    padding: 20px 0;
    border: 1px solid #d7d7d7;
    border-left: none;
    border-right: none;
  }
  .contact #contacts div.schedule{
    border-right: none;
  }
  .contact #contacts div.email div {
    float: right;
    border-top: 1px solid #d7d7d7;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
  }
  .internal .baner .info h1{
    text-align: center;
    font-size: 30px;
    line-height: 1.25em;
  margin-bottom: 40px;
  }
  .internal .baner .info p{
    text-align: center;
    width: 100%;
  }
  .contact #contacts{
    margin-top: 40px;
  }

  .internal .baner{
    overflow: hidden;
  }
  .contact #contacts div p a{
    color: #000;
  }
  .internal.residents .description .punkts h6{
    text-align: center;
  font-size: 23px;
  }
  .internal .best-objects .object .internal-info .description .maps{
    width: 48%;
    min-height: 357px;
  }
  .internal.lives .description .punkts h6{
    text-align: center;
  }
  .internal.lives .blue-form h4{
    width: 100%;
    text-align: center;
    float: none;
  }
  .internal.lives .blue-form form{
    width: 100%;
    float: none;
  }
  .internal.lives .blue-form{
    padding: 20px;
  }
  .internal.lives .blue-form form input{
    width: 100%;
    margin-top: 10px;
  }
  .internal.lives .blue-form form input[type='submit']{
    width: 100%;
  }
  .page-template-consult_uslugi h2.caption{
    font-size: 18px;
    line-height: 1.25em;
    margin-top: 20px;
  }
  #object .slider-nav .slick-slide img{
    max-width: 100%;
  }
  #object .object-info{
    padding-left: 0;
      padding-top: 10px;
  }
  @media (max-width: 440px){
    select[name=language] ~ div .jq-selectbox__trigger{
      display: none;
    }
    select[name=language] ~ .jq-selectbox__select{
             padding: 0 !important;
    width: 58px;
    text-align: right;
    }
    select[name=language] ~ div .jq-selectbox__select-text{
      width: 100% !important
    }
  }
  #object .object-info h1{
    width: 100%;
    line-height: 1.25em;
  }
  #object .object-info .info-obj-1{
    width: 100%;
    float: none;
  }
  #object .object-info .info-obj-2{
    width: 100%;
    float: none;
  }
  #object .send-message p {
    width: 100%;
    font-size: 13px;
    float: none;
  }
  #object .send-message a {
    width: 100%;
    float: none;
    display: block;
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
  }
  #object .send-message {
    margin-left: 0;
    position: relative;
    bottom: 4px;
    background: #f8f8f8;
    padding: 20px;
    width: 100%;
  }
}
@media (max-width: 560px) { 
  body > div.container-fluid.main-page > div.hell-block > div.circle > div > div:nth-child(1) > div.start > img{
    position: relative;
    top: 10px;
  }
  body > div.container-fluid.main-page > div.hell-block > div.circle > div > div:nth-child(1) > div.end > img{
    position: relative;
    top: 10px;
  }
    .description .col{
      flex-basis: auto !important;
    }
    p.caption-text ~ div .col{
    flex-basis: auto !important;
  }
    .internal.residents .loading {
        width: 100%;
    }
  #footer .center-info p {
    font-size: 12px;
  }
  .object .internal-info .description .location a {
    width: 60%;
    float: none;
  }
  .internal .baner .info{
    left: 0;
  }
  .services-main.mobile .buttons {
    top: 30px;
  }
  #object .object-info h1{
    text-align: center;
    margin-bottom: 0;
  }
  .internal .baner img{
    width: 150%;
  }
  .object .internal-info .description #map, .internal .best-objects .object .internal-info .description .maps {
    min-height: 230px;
  }
  #footer .center-info .icons a {
      width: 10%;
    margin-right: 2%;
  }
    #object .object-info .info-obj-1 div span, #object .object-info .info-obj-2 div span {
        width: 51%;
    }
    .internal.lives .block-carous .carousel .slick-arrow.left {
        left: -10%;
    }
    .internal.lives .block-carous .carousel .slick-arrow.right {
        right: -10%;
    }
    #object .object-info a.modalbutton {
        float: none; 
        display: block;
        text-align: center;
    } 
}
@media (max-width: 470px){
  .header_1 .logo{
    width: 200px;
  }
  header ~ .container-fluid{
    margin-top: 80px;
  }
}
@media (max-width: 390px) { 
    .object .internal-info .description #map, .internal .best-objects .object .internal-info .description .maps {
        min-height: 207px;
      }
}
@media (max-width: 370px){
  div.header_1{
    padding: 0;
  }
  .header_1 .logo{
    width: 140px;
  }
}
 .wrap-menu{
    position: fixed;
    left: 0;
    top:0;
    right: 0;
    z-index: 3;
    background: #fff;
    padding-top: 70px;
    bottom: 70px;
    display: none;
  }
.styler{
  visibility: 0;
}
select[name=language] ~ .jq-selectbox__select{
  background: none;
  padding: 0 45px 0 10px;
  border: none;
  box-shadow: none;
}
select[name=language] ~ div .jq-selectbox li, .jq-select-multiple li{
  color: #6b6b6b;
}
select[name=language] ~ div .jq-selectbox__trigger-arrow{
  border: none;
}
select[name=language] ~ div .jq-selectbox__trigger{
       background: url(/wp-content/themes/ddforce/images/arrow_bottom.png) no-repeat 8px 10px;
    border: 0;
    background-size: 12px;
}
select[name=language] ~ div li.selected{
  background: #6db7ef;
}
select[name=language] ~ div{
  color: #6b6b6b;
  padding: 10px;
}
select[name=language] ~ div .jq-selectbox__select-text{
  color: #6b6b6b;
  font-size: 16px;
  /*width: 22px !important;*/
}
select[name=language] ~ div ul .jq-selectbox li{
  text-align: left;
}
select[name=language] ~ div .jq-selectbox__trigger{
  border-left: none;
}
div.header_1{
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
div.header_1 .language{
  margin-top: 5px;
}
body > header > div > div.row.header_1 > div.language > span{
  color: #6b6b6b;
    position: relative;
    top: 1px;
}
@media (max-width: 340px){
  .hell-block .serv2-block.mobile img{
    width: auto;
    height: 444px;
  }
}
a[data-toggle="modal"]{
  float: right;
}
.object-info ul{
  padding-left: 20px;
}
footer .error{
  display: block;
  color: #ffb1b1;
}
footer .successfully{
  color: white;
}