.phone {
	font-size: 12px;
	display: inline-block;
	padding: 5px 0px;
	width: 150px;
  line-height: 17px;
}
.phone span {
	float: right;
}
nav#navigation {
/* 	margin-top: 12px; */
	float: left;
}
.factoids-wrap {
	padding-top: 0px;
}
.factoid { 
	margin: auto;
	max-width: 775px;
    display: flex;
    text-align: left
}

.factoid:not(:last-child) {
	margin-bottom: 25px;
}

.factoid > p > strong {
	font-weight: bold;
	font-size: 24px;
	margin-right: 5px;
}

.factoid__number {
	width: 50%;
	text-align: left;
}
.factoid p {
	width: 100%;
/* 	text-align: center; */
}
.form-control--currency:before {
    content: "\20BD";
}
.calculator__result div:before {
	content: "\20BD / в год";
}
.calculator_butt {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.header__cabine {
	max-width: none;
  margin: 40px 0 0 -10px;
}
.features__img {
	max-width: 250px;
}
.offset-sm-custom-1 {
    margin-top: 121px;
    margin-bottom: -87px;
}
#needs .offset-sm-3 {
    margin-top: 121px;
    margin-bottom: -87px;
}

.form-two {
  
}
.footer_form {
  margin-top: 140px!important;
}
#footer {
  margin-top: 30px;
      padding-top: 25px;
    padding-bottom: 10px!important;
}
#news {
  margin-top: 50px;
}

#footer:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 180px;
    background: #ffffff;
}
.footer-txt {
  color: #eab67a;
  padding: 0 10px;
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 12px;
}
.calculator {
  background: transparent!important;
}
.form-control input {
   background: transparent!important;
}
@media screen and (min-width: 980px){

  .features__img{
    margin-top: 30px;
    max-width: 250px;
    margin-left: 0;
  }
}
.gallery img {
    width: auto;
    max-height: 500px;
    margin: auto;
}
.btn { 
	background-color: #eab67a;
}
.btn:hover {
    background-color: #d26508;
}
.gallery__dots li.slick-active button {
    background-color: #eab67a;
}
.form-control label {
	color: #eab67a;
}
.form-control label {
    color: #eab67a;

}
.calculator__result span {
    color: #eab67a;

}
.calculator__saved {
    color: #eab67a;
}
@media only screen and (max-width: 1280px) {
	.features__img {
    	max-width: 720px;
	}
}

@media only screen and (max-width: 800px) {
    #needs .offset-sm-3 {
    margin-top: 0;
    margin-bottom: 0;
  }
	.calculator {
    	padding: 54px 30px;
	}
}
@media only screen and (max-width: 480px) {
	.header__cabine {
    	width: auto;
	}
}


/* OLEH OSOKIN */
.header .panel {
	display: block;
  position: relative;
}
.header .panel:after {
	content: "";
	background-image: url("/assets/main-bg.jpg");
	background-size: cover;
	background-position: center center;
  background-repeat: no-repeat;
	opacity: 1;
	top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}


#map {
/* 	margin-bottom: -8px; */
/*
	height: 400px;
	width: 100%;
*/
-webkit-box-shadow: 0px -5px 20px 0px rgba(73,162,218,0.2);
-moz-box-shadow: 0px -5px 20px 0px rgba(73,162,218,0.2);
box-shadow: 0px -5px 20px 0px rgba(73,162,218,0.2);
}

.panel--calculator .factoids-wrap {
	width: 100%;
}

.panel--calculator .calculator {
	max-width: 775px;
	margin: 0 auto;
	margin-top: 50px;
  margin-bottom: 0;
}

.screen {
  position: relative; }
  .screen-layer {
    position: absolute; }

.footer_form {
  padding: 50px 165px;
  background: #ffffff;
  font-size: 16px;
  border-radius: 13px;
  
  visibility: hidden;
  transition: .5s;
  opacity: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1383px;
}


 
.footer_form-field input, .footer_form-field textarea{
	color: #eab67a;
  font-size: 16px;
  width: 100%;
  box-shadow: 0px 10px 25px 0 rgb(232 226 212);
  border: solid 1px #eab67a;
  padding: 14px;
  outline: none;
  border-radius: 0;
  height: 50px;
  background: #fff;
}

.footer_form-field textarea{
  height: auto;
  padding: 5px 10px;
  max-width: 100%;
  min-width: 100%;
  max-height: 400px;
  min-height: 100px;
}

.btn {
  font-size: 18px;
  padding: 14px 38px;
  border: 0;
  background: #eab67a;
  border: 1px solid #eab67a;
  color: #ffffff;
  outline: none;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap; }
  .btn:hover {
    background: #ffffff;
    color: #eab67a; }
  .btn-reverse {
    background: #ffffff;
    border-color: #ffffff;
    color: #eab67a;
    box-shadow: 0 10px 25px 0 rgba(72, 162, 217, .15); }
    .btn-reverse:hover {
      background: #eab67a;
      color: #ffffff; }
  @media (max-width: 567px) {
    #block3d .btn {
      padding: 14px 5px;
      display: block; } }


  .footer_form.isVisible {
    -webkit-transform: translateY(-95px);
            transform: translateY(-95px);
    visibility: visible;
    opacity: 1; }
  .footer_form h2 {
    margin-bottom: 20px; }
  .footer_form-fieldset {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 35px; }
  .footer_form-field {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 15px; }
    .footer_form-field.full-width{
      max-width: 100%;
      flex: 0 0 100%;
    }
    .footer_form-field button {
      width: 100%;
      height: 50px; }
  @media (max-width: 1024px) {
    .footer_form {
      padding: 45px;
      border-radius: 0;
      width: 100%; }
    .header .panel:after{
      background-position: top center;
    }
    .panel{
      padding: 50px 0;
    }
  }
  @media (max-width: 767px) {
    .footer_form-fieldset {
      flex-direction: column; }
    .footer_form-field {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0;
      margin-top: 24px; } 
      .container {
        padding-left: 15px;
        padding-right: 15px;
      }
      .cabina-title .h2-title {
        margin-left: 0!important;
      }
    }

#footer {
  background: #cccccc;
/*   background-image: linear-gradient(128deg, #9600c9 0%, #71069c 42%, #510c76 100%); */
  padding-bottom: 30px;
/*   margin-top: 80px; */
text-align: center;
  position: relative; }
  #footer:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 80px;
    /*background: url(0d3970edd98f7dde0c98042ebb38b9a8.png) 50% 100%;*/ }
  @media (max-width: 1100px) {
    #footer {
      margin-top: 180px; } }
  @media (max-width: 767px) {
    #footer {
      margin-top: 0;
      padding-top: 71px;

      } }

.footer-circle_left {
  left: 0;
  top: 150px; }

.footer-circle_right {
  bottom: 0;
  right: 0; }

.footer-top_block-social {
  list-style: none;
  padding: 0; }
  @media (max-width: 767px) {
    .footer-top_block-social {
      
      padding: 0;} }
  .footer-top_block-social li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px; }
  .footer-top_block-social_item {
    width: 53px;
    height: 53px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer-top_block-social_item g {
      fill: #eab67a;
    }
    .footer-top_block-social_item path {
      fill: #eab67a;
    }
    .footer-top_block-mail a {
      color: #eab67a!important;
    }
    .footer-top_block-social_item:hover {
      background: #ffffff;
      opacity: 1; }
      .footer-top_block-social_item:hover g, .footer-top_block-social_item:hover path {
        fill: #eab67a; }

.footer-top_block-mail {
  margin: 30px 0; }
  .footer-top_block-mail a {
    color: #ffffff;
    font-size: 36px; }
.news-item a {
  font-weight: 400;
}
#video .h2-title {
  margin-left: 46px; 
}
.footer-bottom_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 16px; }
  .footer-bottom_block-p {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
    .footer-bottom_block-p .desc-hidden {
      display: none; }
    .footer-bottom_block-p a, .footer-bottom_block-p span {
      color: #eab67a;
      border-bottom: 1px dashed #eab67a; }
  .footer-bottom_block-flex {
    display: flex;
    justify-content: space-around; }
  @media (max-width: 767px) {
    .footer-bottom_block-p {
      flex: 0 0 100%;
      max-width: 100%;
      margin: 0 0 30px;
      text-align: left; }
      .footer-bottom_block-p:first-child {
        order: 3;
        margin: 20px 0 0;
        text-align: center; }
      .footer-bottom_block-p .desc-hidden {
        display: block; }
      .footer-bottom_block-p .mobile-hidden {
        display: none; }
    .footer-bottom_block-flex {
      justify-content: space-between; } }
      
      
.need h4 {
	color: #eab67a;
	font-weight: 400;
	font-size: 20px;
}
.need p {
  font-size: 16px;
}

.jarallax-img {
	opacity: .5;
}

.panel--calculator {
	background-color: #e8e2d4;
}

.panel--calculator .panel__head h2, .panel--calculator h1, .panel--calculator h2, .panel__head .panel--calculator h2 {
	font-weight: bold;
}


.panel__head h1 {
	font-size: 58px;
	color: #eab67a;
	text-shadow: 1px 1px 5px #fff;
	font-weight: bold;
}

.panel__head h2 {
	font-size: 38px;
}

.panel--calculator .panel__inner {
	padding-top: 35px;
}

.calculator__result,
.calculator__controls {
	max-width: 325px;
	margin: 0 auto;
	margin-bottom: 38px;
}

.calculator__saved,
.form-control label,
.calculator__result span {
	font-size: 16px;
	font-weight: bold;

  line-height: 1.1;
}

.form-control input {
	font-size: 48px;
}

/*
.form-control--currency:before {
	top: 30px;
}
*/

.calculator__saved,
.calculator__title,
.panel--calculator .calculator,
.form-control input {
	text-align: center;
}

.features__cabine {
	margin-bottom: 0px;
}

#tech-specs > .container > .panel__inner {
	padding-top: 0;
  min-height: 620px;
}

#models_list {
	/*background: #eab67a;*/
	padding: 50px 0 30px 0;
}

.models .models__items {
  border: 1px solid #eab67a;
	background: #fff;
	padding: 25px;
	text-align: center;
	margin-bottom: 20px;
}

.models .models__items:hover {
	background: #fff;
	-webkit-box-shadow: 5px 5px 20px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 5px 5px 20px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 5px 5px 20px 10px rgba(0, 0, 0, 0.25);
}

.models .models__items h3 {
	font-size: 24px;
	line-height: 27px;
	color: #eab67a;
	text-transform: uppercase;
}

.models .models__items h3 > span {
	display: block;
	text-transform: none;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
}

.models .models__items p > span {
	font-size: 48px;
	line-height: 57px;
}

.models .models__items .models__items_images {
	height: 300px;
	position: relative;
	margin-bottom: 15px;
}
.models__items_images img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	max-height: 100%;
}

.socials-mobile-header.wb a.btn_buy.apuo {
  padding: 0px;
  line-height: 21px;
  display: inline-block;
  width: 85px;
}

.socials-mobile-header.wb a.btn_buy.apuo:last-child {
  margin-left: 4px;
}

.socials-mobile-header.wb a.btn_buy.apuo span.text {
  margin-left: 5px;
}


.header-right{
  float: right;
  width: auto;
  display: flex;
  align-items: center;
}

.header-right > *{
  margin: 0 10px;
}

.social{}
.social img{border-radius: 6px; width: 36px; background: #eab67a;}

.social-buttons{
  width: 100px;
}
.social-buttons a{
  display: block;
  width: 100%;
  margin: 0 0 5px;
}
.social-buttons a:last-child{
  margin-bottom: 0;
}

/***BUTTONS_STYLES***/
.btn_buy{
  font-family:"Open Sans", sans-serif;
  font-size:11px;
  font-weight:400;
  color:#402a1d;
  text-align:center;
  text-transform:uppercase;
  border:none;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -khtml-border-radius:4px;
  border-radius:4px;
  background:#fde037;
  -webkit-transition:all 0.15s ease 0s;
  -moz-transition:all 0.15s ease 0s;
  -o-transition:all 0.15s ease 0s;
  transition:all 0.15s ease 0s;
}

.btn_buy {
  color: #fff;
  background: #eab67a;
}

.btn_buy i {
  color: #fff;
  margin-right: 5px;
}

.btn_buy.apuo{
  background: #eab67a !important;
  border: 1px solid #eab67a !important;
  color: #fff;
}
.btn_buy.apuo:hover{
  background: #aa7d48 !important;
  border: 1px solid #eab67a !important;
}

.hide{
  display: none;
}

.bg-modal{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  z-index: 99;
}

#thanky_modal{
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: -100px auto 0;
  width: 350px;
  height: 130px;
  padding: 50px 20px;
  color: #4a4a4a;
  background: #fff;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  z-index: 100;
  font-size: 17px;
}

.visible-mobile{
  display: none;
}

#navlang{
  display: none;
}

.footer-top_block-mail {
      margin: 10px 0;
    margin-top: -11px;
}

.footer-top_block-mail a {
    font-size: 27px;
}

@media screen and (max-width: 1300px){
  .hide-table{
    display: none!important;
  }
}
@media screen and (max-width: 960px){
  .navigation li:not(:last-child){
    margin-right: 15px;
  }
  .social img{
    width: 25px;
  }
  .header-right > *{
    margin: 0 5px;
  }
  .phone{
    width: 110px;
  }

}

@media screen and (max-width: 768px){
  .social{
    display: none;
  }

  .visible-mobile{
    display: block;
  }
  .hidden-mobile{
    display: none;
  }

  #map{
    margin: 0 25px;
  }
  .panel--gallery{
    margin: 0 15px;
  }

  .features .need:not(:last-child), .features__description:not(:last-child){
    margin-bottom: 0;
  }
  #navlang{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin: 7px 30px 0 0;
  }
  #navlang ul{
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #navlang .dropdown-lang{
    display: block;
  }
  .hide-table{
    display: block!important;
  }

  .models .row .col-lg-3:nth-child(1){
    order: 2;
  }



  .models .row .col-lg-3:nth-child(2){
    order: 3;
  }

  .hidden-mobile{
    display: none;
  }

  .cabina-description .row-flex .div2{
    width: 100%;
  }
  .row-flex .div3{
    width: 100%;
  }
  .cabina-description .row-flex .div2:nth-child(2){
    display: none;
  }
  .izocolor{
    margin-bottom: -5px!important;
  }
  .header .panel:after{
    display: none;
  }
  .features__description:last-child .need:last-child{
    margin-bottom: 0!important;
  }
  #tech-specs .panel__head h2{
    font-size: 26px!important;
    margin-bottom: 0!important;
  }
  #wpMeetQubiusDown{
    padding-bottom: 40px;
  }
  .cabina-description h3 + p{
    text-align: justify;
  }
  .cabina-image-container{
    overflow: hidden;
  }

  .calculator_controls{
    margin-bottom: 20px;
  }
  .calculator_controls:last-child{
    margin-bottom: 0;
  }
  .calculator__result div:before{
    margin-top: 5px!important;
  }
  .panel--calculator .calculator{
    margin-top: 10px;
    padding-bottom: 0;
  }
  .solo-cabine{
    margin: 0 auto!important;
    max-width: 90%;
    display: block;
  }
}

@media screen and (max-width: 480px){
  .header .need, .header .need:last-child, .header .need:not(:last-child){
    margin-bottom: 20px;
  }
  .header__order{
    padding-top: 15px;
  }
  .header .panel{
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .panel{
    padding: 35px 0;
  }
  .panel__head h1, .panel h1{
    font-size: 32px;
    line-height: 1.1;
  }
  .panel .panel__head h2, .panel__head .panel h2, .panel__head h2{
    font-size: 28px!important;
    line-height: 1.1;
    margin-bottom: 15px!important;
  }
  .header .panel__head{
    margin-bottom: 30px;
  }
  .header__cabine {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto 30px;
    position: static;
    transform: none;
  }
  .panel--calculator{
    padding: 35px 0;
  }
  .calculator__result div:before{
    top: 100%;
    right: -10px;
    left: auto;
    margin-top: -5px;
  }
  .form-control input{
    font-size: 30px;
  }
  .calculator__result div{
    font-size: 30px;
    line-height: 40px;
    height: 40px;
  }
  .form-control--currency:before{
    bottom: 10px;
  }
  .calculator{
    padding: 30px 20px;
    margin-bottom: 0;
  }
  .factoids-wrap{
    margin-bottom: 0;
  }

  .feature-icons{
    margin: 0;
  }
  .feature-icon{
    margin-top: 20px;
  }
  .features .need, .features .need:last-child, .features .need:not(:last-child){
    margin-bottom: 20px!important;
  }
  .features__cabine{
    margin-bottom: 0;
  }
  #models_list{
    padding-top: 0;
  }
  .models .models__items p > span{
    font-size: 32px;
    line-height: 35px;
  }
  .gallery{
    padding-top: 0;
  }
  .gallery img{
    max-height: 250px;
    margin: 0 auto;
  }
  .footer-top_block-social li{
    margin: 0 5px;
  }
  .footer-top_block-mail{
    margin: 10px 0;
  }
  .footer-top_block-mail a{
    font-size: 26px;
  }
  .footer.content.centered{
    position: relative;
    top: -35px;
  }
  #footer{
    padding-bottom: 0;
  }

  .footer_form{
    padding: 45px 15px;
  }
  .footer_form h2{
    font-size: 26px;
    line-height: 1.1;
  }
  .footer_form-fieldset{
    margin-top: 0;
  }

  .feature-icon{
    max-width: 50%;
    flex: 0 0 50%;
  }

  .features__img {
    display: block;
    position: static;
    max-width: 100%;
    margin: 0 auto 0;
    transform: none;
  }
  #tech-specs > .container > .panel__inner{
    padding-top: 10px;
  }

  .order-form{
    padding: 15px 0;
  }
  #order{
    max-width: 86%;
    width: 86%;
  }

}


@media screen and (max-width: 480px){
  .panel {
    padding: 43px 0!important;
  }
  .panel__head h1, .panel h1{
      font-size: 26px;
  }
  .panel .panel__head h2, .panel__head .panel h2, .panel__head h2{
      font-size: 17px!important;
  }
  .need h4{
      font-size: 19px;
  }
  .need p{
      font-size: 13px;
      line-height: 14px;
  }
  .features__description{
      text-align: left;
  }
  .header .need{
    text-align: left;
  }
  #tech-specs > .container > .panel__inner{
    padding-bottom: 0;
  }
  #models_list{
    padding-top: 20px;
    padding-bottom: 0;
  }
  .models{
    padding: 0;
  }
  .panel__head.bit_title{
    margin-bottom: 30px;
  }
  .panel__head.bit_title h2{
    font-size: 32px!important;
    text-align: center!important;
  }
  .header__cabine{
    max-width: 100%;
  }
  #wpMeetQubiusUp.panel__head h1{
    font-size: 26px;
  }
  .features__img{
    max-width: 50%;
    margin: 10px auto 20px;
  }
}

#gallery {
  background: #fff;
}
.panel {
  padding: 68px 0;
}
body {
  background: #fff;
}

#models_list {
  background: #e8e2d4;

}
.new-row {
  max-width: 1250px;
}
.order1 .img{
  margin: 0 auto;
  max-width: 430px;
  position: relative;
}
.cabina-title .h2-title {
  margin-left: 40px;
}

.new-row__top {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
.order1 {
  margin-right: 80px;
}
.order2 {
  width: 285px;
}
.order3 {
  max-width: 485px;
}
.new-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.revers {
  background: #fff!important;
}
.decor {
background: url(/images/clients-bg-top.png) left top, url(/images/clients-bg-bottom.png) right bottom !important;
 /* background: url('/assets/about-bg-top.png') no-repeat!important;       */
  background-size: cover!important;
  background-position: center!important;
background-color: #f8f8f8 !important;
 /* background-color: #e8e2d4!important;  */
}

@media(max-width: 1100px) {
  .new-row {
    flex-direction: column;
  }
}
.hidden23 {
  display: none;
}

@media(max-width: 600px) {
  .footer-txt {
      margin-top: -15px;
      margin-bottom: 40px;
  }
  .color-box li {
    margin-bottom: 10px!important;
  }
  .form-two {
    margin-bottom: -103px;
  }
  #video .h2-title {
    margin-left: 0px; 
  }
  .izocolor.nd3 .outside-color {
    margin-right: 19px!important;
  }
  .color-box li {
    width: 26px!important;
    height: 26px!important;
  }
  .izocolor.nd3 ul {
    max-width: 48px!important;
  }
  .izocolor.nd3 .inside-color {
    width: 0px!important;
  }
  .new-row__top {

    min-height: 282px;
    margin-top: -40px;
    margin-bottom: -53px;
  }
  .order1 {
    margin-left: 10px;
    margin-right: 20px;
  }
  .cabina-price {
    font-size: 24px;
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .order3 {
    padding: 0 15px;
    margin-top: 25px;
  }
  .order2 {
    margin-right: 50px;
  }
  .hidden23 {
    display: block;
  }
  .hidden24 {
    display: none;
  }
  .izoroomprice-bottom {
    display: none!important;
  }
  .hidden22 div {
    display: block!important;
  }
  .order3 {
    padding-bottom: 10px;
  }
  .order3 h3 {
    margin-top: 25px;
    border-top: 1px dashed #3c3c3c;
    padding-top: 20px;
  }
  .new-row__top {
    align-items: center;
  }
  .color-select-title {
    display: none;
  }
  .izocolor.nd3 ul {
    flex-direction: column;
        column-count: 1!important;
  }
  .order1 .img {
    max-width: 2000px;
  }
  .order2 {
    margin-bottom: 57px;
  }
}