* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    }

html {
    height: 100%;
    overflow: auto;
    }

html.overflow {
  overflow: hidden;
}

body {
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    position: relative;
    /*background: #000;*/
    background: #fff;
    min-width: 480px;
    min-height: 100%;
    }

.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}

a {
    color: #f15f21;
    text-decoration: underline
    }

a:hover {
    text-decoration: none
    }

/*.content {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;
}*/


.content-inner { position: relative; overflow: hidden; }

.fl {
    float: left
    }

.fr {
    float: right
    }

.clear {
    clear: both
    }

.wrapper {
    position: relative;
    z-index: 2;
    max-width: 1107px;
    padding: 0 30px;
    margin: 0 auto
    }

.sup {
    font-size: 50%;
    position: relative;
    bottom: 12px
    }

.button {
    height: 32px;
    background: transparent url(../img/button.png) repeat-x;
    color: #FFF;
    font: 300 14px/32px Roboto;
    display: inline-block; *display: inline;
    zoom: 1;
    vertical-align: top;
	position: relative;
    border-left: 1px solid rgba(244, 152, 74, 0.75);
    border-right: 1px solid rgba(152, 76, 15, 0.75);
    text-decoration: none;
    margin: 6px 4px;
    padding: 0 14px;
    cursor: pointer;
    }

.button:hover {
	background: transparent url(../img/button_hover.png) repeat-x;
	}

.fixed-notify {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 40px;
    background-color: #f15f21;
    z-index: 998;
    transition: background-color 0.2s;
}

.fixed-notify:hover {
    background-color: #e15f21;
}

.fixed-notify .fixed-notify-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    color: #ffffff;
    font-family: 'Circe', 'Roboto', sans-serif;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
}

.header {
    background: #fff;
    border-bottom: 1px #fff solid;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    height: 70px;
    /*transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s; */
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    }

.header.fix-for-notify {
    top: 40px;
}

.header .logo {
    position: absolute;
    left: 2px;
    top: 7px;
    border: none !important;
    text-decoration: none !important;
    z-index: 1;
    }
.header .logo:after {
content: '▼';
display: inline-block;
  transform: scaleX(3.8);
  -webkit-transform: scaleX(3.8);
  -moz-transform: scaleX(3.8);
  -o-transform: scaleX(3.8);
  -ms-transform: scaleX(3.8);
  color: #fff;
  text-shadow: 0 7px 3px rgba(0,0,0,0.2);
  font-size: 25px;
  position: absolute;
  bottom:-13px;
  left:36px;
  border: none !important;
  text-decoration: none !important;

}

.header .logo img {
  width: 158px;
  transition-duration: 0.5s;
  position: relative; z-index:2;
  border: none !important;
  text-decoration: none !important;
}

.header .menu {
    position: absolute;
    top: 0;
    left: 190px;
    list-style: none;
    transition-duration: 0.5s;
    height: 71px;
    }

.header .menu li {
    position: relative;
    padding:0 13px;
    float: left;
    text-align: center;
    font: 15px/71px "Roboto";
    height: 71px;
    }

.header .menu li .wrap {
  height: 71px;
}

.header .menu li.has_active .wrap,
.header .menu li.hover .wrap,
.header .menu li:hover .wrap {
  height: 69px;
  border-bottom: 2px solid #F15F21;
}

.header .menu li:after {
content: '';
display: block;
position: absolute;
width: 1px;
height: 20px;
background: #cececf;
border-left: 1px solid #fff;
top:25px;
right:0;
}
.header .menu li:last-child:after	{
display: none;
}
.header .menu li a {
    /*display: block;*/
    /*position: realtive; top: 20px;*/
    color: #747474;
    text-decoration: none;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
  text-transform: uppercase;
    }
.header .menu li.active a {
  color: #F15F21;
}
.header .menu li a:hover {
  color: #F15F21;
  /*text-decoration: underline;*/
}
.mobile .header .menu li a:hover {
  color: #747474;
  text-decoration: none;
}

.header .menu li:after a {
content: '';
display: block;
height: 25px;
width: 100%;
position: relative;
}

.header .menu li.hover {z-index: 4; position: relative;}
.header .menu li.hover:before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: '';
  /*content: '▼';	*/
  width: 18px;
  height: 6px;
  background: transparent url(../img/menu-down.png) 0 -6px no-repeat;
  margin-left: -9px;
  /*
  margin-left: -6px;
  display: inline-block;
  transform: scaleX(3.5);
  -webkit-transform: scaleX(3.5);
  -moz-transform: scaleX(3.5);
  -o-transform: scaleX(3.5);
  -ms-transform: scaleX(3.5);
  color: #fff;
  text-shadow: 0 3px 3px rgba(0,0,0,0.2);
  font-size: 14px;
  line-height: 14px;*/
}
.header .menu li.has_active:before {
  /*color: #f15f21;*/
  background-position: 0 -6px;
}

/*.header .menu li.hover a:after {
content: '';
display: block;
height: 25px;
width: 400%;
left:-140%;
position: relative;
}*/

.header .menu li a:hover {
	/*text-decoration: underline;*/
}

.header .submenu {
    position: absolute;
    right: 15px;
    top: 75px;
    list-style: none;
    transition-duration: 0.5s;
    }

.header .submenu li {
    display: block;
    height: 15px;
    font: 13px/15px "Roboto";
    letter-spacing: -1px;
    /*padding-left: 12px;
    margin-left: 12px;*/
    }

.header .submenu li:first-child {
    /*border-left: 0;
    margin-left: 0;
    padding-left: 0*/
    }

.header .submenu li a {
    color: #f15f21
    }
.header .submenu li a:hover {
  text-decoration: underline;
}
.header .submenu li.active a {
  color: #F15F21;
}
.header .lang {
    height: 35px;
    border-left: 1px solid #F15F21;
    font: 300 18px/35px "Roboto";
    position: absolute;
    top: 18px;
    right: 3px;
    padding-left: 10px;
    /*padding-right: 4px;*/
    transition-duration: 0.5s;
    }

.header .lang .toggle {
    color: #747474;
    text-decoration: none;
    width: 25px;
    float: left;
    }

/*.header .lang:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-top: 6px solid #F16634;
    border-left: transparent solid 4px;
    border-right: transparent solid 4px
    }*/

.header .lang ul {
    display: none !important
    }

.header .callback {
    transition-duration: 0.5s;
    text-align: right;
    position: absolute;
    top: 13px;
    right: 63px
    }

.header .callback a {
    display: block
    }

.header .callback .request {
    font: 100 13px "Roboto";
    color: #747474
    }

.header .callback .phone {
    font: 18px "Roboto";
    text-decoration: none;
    }

.header .callback .phone img {
    vertical-align: middle;
    margin-right: 5px;
    text-decoration: none;
    color: #000
    }

.subheader {
    background: rgba(252, 252, 252, 0.9);
    border-bottom: 1px #fff solid;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 997;
    /*height: 50px;*/
    padding: 75px 0 17px;
    bottom: 100%;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    }

.secondary_menu {position: relative; list-style: none; margin-top: 12px; text-align: left; white-space: nowrap; }
.secondary_menu li {display: inline-block; padding: 5px 13px; position: relative; display: none;}
.secondary_menu li a {font: 100 13px "Roboto"; color: #747474; text-decoration: none; text-transform: uppercase;}
.secondary_menu li a:hover {color: #f15f21; text-decoration: underline; }

.header li.active a {color: #f15f21}
.secondary_menu li.active a {color: #f15f21}

@media (max-width: 1200px) {

    .header .menu li {
        font: 14px/71px "Roboto";
    }

}

@media (max-width: 1150px) {

    .header .menu li {
        font: 12px/71px "Roboto";
    }

}

@media (max-width: 1100px) {
.header .menu {left: 18%;}
.header .menu li {padding: 0 11px;}



}


@media (max-width: 1050px) {

    .header .menu li {
        font: 12px/71px "Roboto";
        padding: 0 5px;
    }

}


.subheader_mobile {display: none;}

.mobile .header { height: 55px !important; /*background: rgba(0, 0, 0, 0.7) !important;*/  border-bottom: none;}
.mobile .header.opened { height: 100% !important; }
.mobile .header .logo { top: 7px !important; left: 20px !important;  position: fixed; z-index: 5; }
.mobile .header.fix-for-notify .logo { top: 47px !important; }
.mobile .header .logo:after {transform: scaleX(3.2);
.mobile -webkit-transform: scaleX(3.2);
.mobile -moz-transform: scaleX(3.2);
.mobile -o-transform: scaleX(3.2);
.mobile -ms-transform: scaleX(3.2); bottom: -16px; left:20px; font-size: 33px; transition: 0.4s; -webkit-transition: 0.4s; -moz-transition: 0.4s;}
.mobile .header .logo.opened:after {opacity:0;}
.mobile .header .menu { height: auto;  padding-bottom: 50px; }
.mobile .header .menu li:after {display: none;}
.mobile .header .menu li a:after, .header .menu li.hover a:after { display: none; }
.mobile .header .menu li.hover:before { display: none; }
.mobile .subheader {display: none;}
.mobile .header .logo img { height: 53px !important; width: auto !important; }
.mobile .header .toggle-menu { position: absolute; top: 10px; right: 20px; width: 41px; height: 37px; }
.mobile .header .toggle-menu i {position: relative; margin-top: 6px; width: 31px; height: 4px; display: block; background: #f15f21; margin-left: 5px;}
.mobile .header.opened .toggle-menu { background: url(../img/menu_close.png) center no-repeat; }
.mobile .header.opened .toggle-menu i { display: none; }
.mobile .header .menu-wrapper { position: fixed; top: 55px; right: -100%; bottom: 0; overflow: hidden; width: 100%; transition-duration: 0.5s; background: #FFF;  }
.mobile .header.fix-for-notify .menu-wrapper { position: fixed; top: 95px; right: -100%; bottom: 0; overflow: hidden; width: 100%; transition-duration: 0.5s; background: #FFF;  }
.mobile .header.opened .menu-wrapper { right: 0; }
.mobile .header .menu-inner { position: absolute; top: 30px; bottom: 0; left: 0; width: 100%;  overflow: auto; z-index: 4; background: #fff; }
/*.mobile .header .menu-outer { position: fixed; top: 0; right: 0; z-index: 3; }*/
.mobile .header .menu-inner a { display: block !important; float: none !important; position: relative !important; top: 0; left: 0; font: 21px/26px "Roboto" !important; padding: 2px 16px 10px!important; margin: 0 !important; border-bottom: none !important; color: #F15F21 !important; text-decoration: none !important; text-transform: uppercase;  white-space: nowrap !important; text-align: center !important; width: auto !important; height: auto !important; background: transparent !important; }
.mobile .header .menu-inner a:hover {color: #f15f21 !important;}
.mobile .header .menu-inner ul{ display: block; position: relative !important; top: 0px !important; left: 0 !important; }
.mobile .header .menu-inner .lang,
.mobile .header .menu-inner .callback {display: none !important;}
.mobile .header .menu-inner ul li { line-height: normal !important; display: block !important; position: static!important; padding: 0 !important; margin: 0 !important; float: none !important; border: 0 !important; width: auto !important; height: auto !important; background: transparent !important; }
.mobile .header .menu-inner ul.menu > li { margin: 0 0 15px !important; }
.mobile .header .menu-inner ul li .wrap { height: auto !important; border: 0 !important; }
.mobile .header .menu-inner .lang { padding: 0; border: 0; }
.mobile .header .menu-inner .lang:after { top: 50%; right: 15px; margin-top: -3px; }
.mobile .header .menu-inner .lang ul { display: none !important }
.mobile .header .menu-inner ul.subheader_mobile { /*display: block !important;*/top: 0 !important; width: 95% !important; margin: 0 auto; padding-bottom: 5px; }
/*.mobile .header .menu-inner ul.subheader_mobile.visible {display: block !important;}*/
.mobile .header .menu-inner ul.subheader_mobile li {color: #f15f21; font-size: 14px !important; margin: 0 !important; }
.mobile .header .menu-inner ul.subheader_mobile li a {color: #f15f21 !important; font-size: 14px !important; margin: 0 !important; padding: 4px 0 !important; letter-spacing: 1px !important; word-spacing: -1px; transition:0; -webkit-transition:0;-moz-transition:0;}
.mobile .header .menu-inner ul li.active > a{color: #f15f21 !important; margin-bottom: 0 !important;}

/*MENU FIX*/
.mobile .header .menu-inner > ul  {padding: 20px 20px 0 20px;}
.mobile .header .menu-inner a {text-align: left !important;padding:0 !important; position: relative; z-index:2;}
.mobile .header .menu li:after a {display: none;}
.mobile .header .menu-inner ul li .wrap > a {position: relative; border-bottom: 1px solid #d4d4d4 !important; padding-bottom: 20px !important; font-size: 23px;}
.mobile /*.header.mobile .menu-inner ul li .wrap > a.insided:after, .header .menu-inner ul li .wrap > a.insided:after {content: '▼'; display: block; right: 0px; border-bottom: none; position: absolute; margin-left: 5px; font-size: 18px; top: 1px; transform: scaleX(1.2); -webkit-transform: scaleX(1.2); -moz-transform: scaleX(1.2); }*/
.mobile .header .menu-inner ul.subheader_mobile {margin: 0; width: 100% !important; padding-top: 10px; /*display: none;*/}
.mobile .header .menu-inner ul.subheader_mobile li a {color: #747474 !important; font-size: 18px !important;}
.mobile .header .menu-inner ul > li .wrap > a  {color: #F15F21 !important; transition:0; -webkit-transition:0;-moz-transition:0;}
/*MENU FIX END*/

@media (max-width: 950px) {
  .header { height: 55px !important; /*background: rgba(0, 0, 0, 0.7) !important;*/  border-bottom: none;}
  .header.opened { height: 100% !important; }
  .header .logo { top: 7px !important; left: 20px !important;  position: fixed; z-index: 5; }
  .header .logo:after {transform: scaleX(3.2);
  -webkit-transform: scaleX(3.2);
  -moz-transform: scaleX(3.2);
  -o-transform: scaleX(3.2);
  -ms-transform: scaleX(3.2); bottom: -16px; left:20px; font-size: 33px; transition: 0.4s; -webkit-transition: 0.4s; -moz-transition: 0.4s;}
  .header .logo.opened:after {opacity:0;}
  .header .menu { height: auto;  padding-bottom: 50px; }
  .header .menu li:after {display: none;}
  .header .menu li a:after, .header .menu li.hover a:after { display: none; }
  .header .menu li.hover:before { display: none; }
  .subheader {display: none;}
  .header .logo img { height: 53px !important; width: auto !important; }
  .header .toggle-menu { position: absolute; top: 10px; right: 20px; width: 41px; height: 37px; }
  .header .toggle-menu i {position: relative; margin-top: 6px; width: 31px; height: 4px; display: block; background: #f15f21; margin-left: 5px;}
  .header.opened .toggle-menu { background: url(../img/menu_close.png) center no-repeat; }
  .header.opened .toggle-menu i { display: none; }
  .header .menu-wrapper { position: fixed; top: 55px; right: -100%; bottom: 0; overflow: hidden; width: 100%; transition-duration: 0.5s; background: #FFF;  }
  .header.opened .menu-wrapper { right: 0; }
  .header .menu-inner { position: absolute; top: 30px; bottom: 0; left: 0; width: 100%;  overflow: auto; z-index: 4; background: #fff; }
  /*.header .menu-outer { position: fixed; top: 0; right: 0; z-index: 3; }*/

  .header .menu-inner a { display: block !important; float: none !important; position: relative !important; top: 0; left: 0; font: 21px/26px "Roboto" !important; padding: 2px 16px 10px!important; margin: 0 !important; border-bottom: none !important; color: #F15F21 !important; text-decoration: none !important; text-transform: uppercase;  white-space: nowrap !important; text-align: center !important; width: auto !important; height: auto !important; background: transparent !important; }
  .header .menu-inner a:hover {color: #f15f21 !important;}
  .header .menu-inner ul{ display: block; position: relative !important; top: 0px !important; left: 0 !important; }
  .header .menu-inner .lang,
  .header .menu-inner .callback {display: none !important;}
  .header .menu-inner ul li { line-height: normal !important; display: block !important; position: static!important; padding: 0 !important; margin: 0 !important; float: none !important; border: 0 !important; width: auto !important; height: auto !important; background: transparent !important; }
  .header .menu-inner ul.menu > li { margin: 0 0 15px !important; }
  .header .menu-inner ul li .wrap { height: auto !important; border: 0 !important; }
  .header .menu-inner .lang { padding: 0; border: 0; }
  .header .menu-inner .lang:after { top: 50%; right: 15px; margin-top: -3px; }
  .header .menu-inner .lang ul { display: none !important }
  .header .menu-inner ul.subheader_mobile { /*display: block !important;*/top: 0 !important; width: 95% !important; margin: 0 auto; padding-bottom: 5px; }
  /*.header .menu-inner ul.subheader_mobile.visible {display: block !important;}*/
  .header .menu-inner ul.subheader_mobile li {color: #f15f21; font-size: 14px !important; margin: 0 !important; }
  .header .menu-inner ul.subheader_mobile li a {color: #f15f21 !important; font-size: 14px !important; margin: 0 !important; padding: 4px 0 !important; letter-spacing: 1px !important; word-spacing: -1px; transition:0; -webkit-transition:0;-moz-transition:0;}
  .header .menu-inner ul li.active > a{color: #f15f21 !important; margin-bottom: 0 !important;}



  /*MENU FIX*/


  .header .menu-inner > ul  {padding: 20px 20px 0 20px;}
  .header .menu-inner a {text-align: left !important;padding:0 !important; position: relative; z-index:2;}
  .header .menu li:after a {display: none;}
  .header .menu-inner ul li .wrap > a {position: relative; border-bottom: 1px solid #d4d4d4 !important; padding-bottom: 20px !important; font-size: 23px;}
  /*.header.mobile .menu-inner ul li .wrap > a.insided:after, .header .menu-inner ul li .wrap > a.insided:after {content: '▼'; display: block; right: 0px; border-bottom: none; position: absolute; margin-left: 5px; font-size: 18px; top: 1px; transform: scaleX(1.2); -webkit-transform: scaleX(1.2); -moz-transform: scaleX(1.2); }*/
  .header .menu-inner ul.subheader_mobile {margin: 0; width: 100% !important; padding-top: 10px; /*display: none;*/}
  .header .menu-inner ul.subheader_mobile li a {color: #747474 !important; font-size: 18px !important;}

  .header .menu-inner ul > li .wrap > a  {color: #F15F21 !important; transition:0; -webkit-transition:0;-moz-transition:0;}

  /*MENU FIX END*/

}
@media (max-width: 768px) {
	.header .menu-inner ul.subheader_mobile {width: 94% !important;}
}
@media (max-width: 480px) {
	.header .menu-inner ul.subheader_mobile {width: 90% !important;}
}

#banner {    /*background: transparent url(../img/preloader.gif)  no-repeat center;*/
    /*overflow: hidden;*/
    /*position: fixed; z-index: 1;*/
    position: relative;
    top: 0; left: 0;
    width: 100%;
    height: 1000px;
    /*min-height: 500px;*/
    z-index: 1;
    }

#banner .inner {
  position: fixed; width: 100% ;height: 100%; top: 0; left: 0;
}

.mobile #banner .inner { position: absolute; top: 0 !important }
@media (max-width: 950px) {
  #banner .inner { position: absolute; top: 0 !important }
}
@media (max-width: 768px) {
  #banner  { z-index: auto; }
}

#banner .nav {
  width: 100%;
  display: none;
  position: absolute; top: 50%; left: 0; z-index: 2;
}
#banner.active .nav { display: block; }
#banner .nav a { position: absolute; top: -57px; width: 45px; height: 114px; background: transparent url(../img/banner-arrows.png) no-repeat left top; background-size: cover; }
#banner .nav a.prev { left: 6%; }
#banner .nav a.next { right: 6%; background-position: right top; }
#banner .nav a i { position: absolute; width: 34px; height: 89px; top: 12px; background: transparent url(../img/banner-arrows-inner.png) no-repeat left top; background-size: cover; transition-duration: 0.5s; }
#banner .nav a.prev i { right: 0; }
#banner .nav a.prev:hover i { right: 18px; }
#banner .nav a.next i { background-position: right top; left: 0; }
#banner .nav a.next:hover i { left: 18px; }

@media (max-width: 950px) {
  #banner .nav a { width: 30px; height: 77px; }
  #banner .nav a i { width: 20px; height: 54px; }
  #banner .nav a.prev:hover i { right: 18px; }
  #banner .nav a.next:hover i { left: 18px; }
}

#banner .switcher { position: absolute; bottom: 20%; width: 100%; text-align: center; z-index: 2; line-height: 12px; height: 12px; display: none; }
#banner.active .switcher { display: block; }
#banner .switcher a { width: 12px; height: 12px; display: inline-block; *display: inline; zoom: 1; margin: 0 7px; vertical-align: middle; }
#banner .switcher a i { display: block; display: inline-block; *display: inline; zoom: 1; width: 10px; height: 10px; border-radius: 50%; background: #FFF;  vertical-align: middle; }
#banner .switcher a.active i { width: 12px; height: 12px; background: #F15F21; }

.mobile #banner .switcher { display: none !important; }
@media (max-width: 950px) {
  #banner .switcher { display: none !important; }
}

#banner .slide { position: absolute; bottom: 49px; left: 50%; margin-left: -168px; height: 36px; width: 336px; background: transparent url(../img/b40.png); border-radius: 20px; text-align: center; font: 300 13px/38px "Circe"; z-index: 2; text-decoration: none; color: #FFF; text-transform: uppercase; }
#banner .slide i { position: absolute; left: 50%; top: 53px; margin-left: -12px; background: transparent url(../img/slide-arrow.png); width: 24px; height: 9px; }


@media (max-width: 1200px) {
  #banner .slide { display: none; }
}
/*.development  .owl-nav div { position: absolute; top: 40%; width: 66px; height: 176px; background: transparent url(../img/banner-arrows.png) no-repeat; opacity: 0.2; transition: 0.3s;}
.development  .owl-nav .owl-prev { left: 5%; }
.development  .owl-nav .owl-next { right: 5%; background-position: -66px 0; }
.development  .owl-nav div:hover {opacity: 1;}*/

#banner .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
  text-align: center;
}

#banner .item a.go { display: block; position: absolute; bottom: 27%; left: 50%; width: 149px; margin-left: -76px; text-align: center; height: 26px; color: #FFF; font: 600 14px/28px Roboto; border: 2px solid #FFF; box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.6); background: transparent url(../img/b30.png); z-index: 3; text-decoration: none; text-transform: uppercase; }
@media (max-width: 540px) {
  #banner .item a.go { height: 20px;  font-size: 12px; line-height: 22px; border: 1px solid #FFF; bottom: 33%; width: 120px; margin-left: -61px; }
}
#banner .item .text {   display: none;
  position: relative;
  vertical-align: middle;
  line-height: normal;
  white-space: nowrap;
  color: #FFF;
  font: 300 22px/25px "Circe";
  z-index: 3;
  text-align: center;
  width: 100%;
}
#banner .item.loaded .text {
  display: inline-block; *display: inline; zoom: 1;
}
#banner .item .text .left,
#banner .item .text .right {
  display: inline-block; *display: inline; zoom: 1;
  vertical-align: middle;
  white-space: normal;
  text-align: left;
}

#banner .item .text .left { width: 30%; padding-right: 51px; padding-top: 4px; padding-bottom: 4px; border-right: 1px solid rgba(255, 255, 255, 0.5); min-width: 50px; max-width: 224px; }
#banner .item .text .left img { display: block; width: 100%; height: auto }
#banner .item .text .right { padding-left: 49px; width: 30%; min-width: 150px; max-width: 500px; }
#banner .item .text .right p { padding-top: 26px; }
#banner .item .text .right p:first-child { padding-top: 0 !important; }

#banner .item .text b {
  font-weight: 400;
}

@media (max-width: 1500px) {
  #banner .item .text { font-size: 19px; line-height: 21px; }
  #banner .item .text .left { padding-right: 30px; }
  #banner .item .text .right { padding-left: 30px; }
  #banner .item .text .right p { padding-top: 22px; }
}

@media (max-width: 950px) {
  #banner .item .text { font-size: 15px; line-height: 17px; }
  #banner .item .text .left { padding-right: 20px; }
  #banner .item .text .right { padding-left: 20px; }
  #banner .item .text .right p { padding-top: 16px; }
}

@media (max-width: 750px) {
  #banner .item .text .right { padding: 0; width: 60%; }
  #banner .item .text .right p { text-align: center; }
  #banner .item .text .left { display: none; }
}

/*@media (max-width: 720px) {
  #banner .item .text { font-size: 13px; line-height: 15px; }
  #banner .item .text .left { padding-right: 20px; }
  #banner .item .text .right { padding-left: 20px; }
  #banner .item .text .right p { padding-top: 12px; }
  #search .text a {padding: 10px 0 20px 0;}
  #banner .nav a {height: 80px; width: 31px; background-size: cover;}
  #banner .nav a.next {background-position: -31px 0;}
  #banner .nav a i {height: 70px; width: 25px; background-size: cover; top:5px;}
  #banner .nav a.next i {background-position: -28px 0;}
  #banner .nav a.next:hover i {left: 12px;}
  #banner .nav a.prev:hover i {right: 12px;}
}

@media (max-width: 570px) {
  #banner .item .text { font-size: 12px; line-height: 12px; }
  #banner .item .text .left { padding-right: 10px; width:20% }
  #banner .item .text .right { padding-left: 10px; width: 40% }
  #banner .item .text .right p { padding-top: 10px; }
}

@media (max-width: 450px) {
  #banner .item .text { font-size: 13px; line-height: 15px; top: -15px; }
  #banner .item .text .left { display: block; width: 50%; margin: 0 auto; padding: 0; border: 0; }
  #banner .item .text .right { display: block; width: 50%; margin: 25px auto 0; padding: 0; border: 0; }
}*/

#banner .item.active {
  z-index: 1;
}

#banner .bg {    background-position: center 30%;
    top: 0;
    position: absolute; z-index: 0;
    display: block;
    transform: translateZ(0);
    }

#banner .bg.loading {
  background-position: center 30% !important;
}

#banner .bg.second {
  display: none;
  z-index: 1;
}

/*.mobile #banner { height: 600px !important }
.mobile #banner img { width: 150%; min-height: 0; margin-left: -25%; }

@media (max-width: 950px) {
  #banner { height: 600px !important }
  #banner img { width: 150%; min-height: 0; margin-left: -25%; }
}*/

.grey {
    background: transparent url(../img/noise.jpg)
    }

h3 {
    font: 600 58px/58px "Circe"
    }

#search { z-index: 2; position: relative; margin-top: 275px; }

@media (max-width: 1200px) {
  #search { margin-top: 400px; }
}

#search .top {
    position: relative;
    width: 200%;
    height: 0;
    top: -270px;
    z-index: 1;
    transition-duration: 0.8s;
    }

#search .top div hr {
  display: block;
  margin-left: -50%;
  position: relative;
  z-index: 1;
  height: 4px;
  background: #F15F21;
}

#search .top div span {
  display: block;
  margin-left: -50%;
  height: 850px;
  background: transparent url(../img/noise.jpg);
  position: relative;
  /*box-shadow: 0 0 8px 3px rgba(40, 16, 5, 1);*/
}

#search .top div span i {
  /*height: 40px;*/ width: 100%;
  position: absolute; top: -39px;
  /*background: transparent url(../img/shadow.jpg);*/
}

#search .top div {
    position: relative;
    z-index: 1;
    -moz-transform: rotate(-0.015turn);
    -ms-transform: rotate(-0.015turn);
    -o-transform: rotate(-0.015turn);
    -webkit-transform: rotate(-0.015turn);
    transform: rotate(-0.015turn);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    }

/*@media (max-width: 450px) {
  #search .top { top: -220px; }
}*/


#search .outer {
  background: transparent url(../img/noise.jpg);
  /*position: relative;*/
  /*margin-bottom: -100px;*/
}

/*.mobile #search .outer { margin-bottom: -200px; }*/

#search .inner {
  text-align: center;
  /*position: relative; z-index: 2;*/
  margin-top: -100px;
  /*padding-bottom: 30px;*/
}

.mobile #search .inner { margin-top: -200px }

@media (max-width: 1200px) {
  #search .inner {  margin-top: -200px }
}

/*@media (max-width: 950px) {
  #search .outer { margin-bottom: -150px; }
}*/

#search .search { position: relative; margin-top: 50px; }

#search h2, #search div.h2 h1 {
    color: #FFF;
    font: 300 23px "Circe";
    letter-spacing: 1px;
    margin-bottom: 20px
    }
.clear_text { vertical-align: top; }
#search .search_text { position: relative; overflow: hidden; width: 55%; min-width: 300px; margin: 0 auto 20px; }
#search .search_text label { display: block; width: auto !important; padding-left: 35px; border: 1px solid #F15F21; height: 30px; background: #FFF url(../img/ico2.png) no-repeat 9px 6px; margin: 0; cursor: default; }
#search .search_text input{ display: block; margin: 0; width: 80%; border: 0; padding: 8px 0 0; line-height: 15px; }
@media (max-width: 1200px) {
  #search .search_text input { width: 75%; }
}
@media (max-width: 950px) {
  #search .search_text input { width: 70%; }
}
@media (max-width: 750px) {
  #search .search_text input { width: 65%; }
}
@media (max-width: 650px) {
  #search .search_text input { width: 60%; }
}
#search .search_text .buttons { position: absolute; top: 0; right: 0; z-index: 1;  }
#search .search_text .buttons .clear_text { position: relative; top: 7px; display: none; }
#search .search_text .buttons button {  background: #f85300 !important; margin: 0; cursor: pointer; }
#search .search_text .buttons.disabled button { opacity: 0.5; cursor: default; }
@media (max-width: 950px) {
  #search .search_text .buttons { margin-right: -1px !important; }
}

#search .filters .checkbox { display: none }

#search .button-wrapper {
    text-align: center
    }

#search .apply { display: none; width: 110px; height: 30px; border: 1px solid #FC5B33; text-align: center; text-transform: uppercase; margin: 27px auto 0; font: 13px/29px Roboto; background: transparent; color: #FC5B33; cursor: pointer; }

#search button.passive span { opacity: 0.6; filter: alpha(opacity=60);  }
#search button.active { box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.6); }

#search .text {
    text-align: left;
    padding: 80px 0 50px;
    display: inline-block; *display: inline;
    zoom: 1;
    perspective: 1px;
    }

#search .text .fl {
    padding-top: 44px;
    position: relative;
    text-transform: uppercase;
    }

#search .text h3, #search .text .h3 {
    color: #FFF;
    margin-bottom: 0;
    position: relative;
    left: -3px;
    z-index: 0;
    font: 400 58px/58px "Circe";
    }

#search .text a {
    font: 14px "Roboto Condensed";
    letter-spacing: 1px;
    position: relative;
    z-index: 1
    }

#search .text p {
    margin-left: 340px;
    color: #fff;
    font: 100 18px/26px "Roboto";
    height: 142px;
    width: 590px;
    border-left: 1px solid #F15F21;
    padding-left: 47px;
    padding-top: 17px;
    }

#search .search .search_filter .checkbox label {  background: transparent url(../img/radio.png) left 5px no-repeat;
  background-size: 25px;}
#search .search .search_filter .checkbox input[type=checkbox]:checked + label {background: transparent url(../img/radio_active.png) left 5px no-repeat; background-size: 25px;}

@media (max-width: 1030px) {
  #search .text { text-align: center; display: block; padding: 50px 0; }
  #search .text .fl { float: none; display: block; width: 300px; margin: 0 auto; padding-top: 0; }
  #search .text .fl a {padding: 10px 0 20px 0; display: inline-block;}
  #search .text p { display: inline-block; *display: inline; zoom: 1; margin: 0; text-align: left; border: 0; padding: 30px 0 0; width: auto; font-size: 16px; height: auto; }
}

#projects {
  position: relative;
  z-index: 3;
  background: transparent url(../img/noise.jpg);
}

#projects .inner {
  padding: 0 0 34px;
  border-bottom: 1px solid #F15F21;
  /*border-top: 1px solid #F15F21;*/
}

#projects .outer {
  padding: 8px 0;
}

#projects ul {
    list-style: none;
    padding: 0 80px;
    }
#projects .project-list{
    padding: 0 80px;
	position: relative;
	text-align: center;
    }

#projects ul li, #projects .project-list .item_car {
    position: relative;
    overflow: hidden;
	/*display: inline-block;*/


    }

#projects ul li img, #projects .project-list .item_car img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    /*transition-duration: 1s;*/
    }

#projects ul li .overlay, #projects .project-list .item_car .overlay {
    text-decoration: none;
    background: transparent url(../img/w70.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #000;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    transition-duration: 1s;

    }

#projects ul li .rewards { position: absolute; right: 5%; top: 5%; z-index: 3; padding: 0;  }
#projects ul li .rewards li { position: relative; overflow: visible; height: 100%; display: inline-block; vertical-align: middle; margin-right: 7px; }
#projects ul li .rewards li img { width: auto; height: auto; max-height: 100%; }

.mobile #projects ul li .overlay {
  opacity: 1; filter: alpha(opacity=1);
}
.mobile #projects ul li .overlay .text {
  #projects ul li .overlay .text { opacity: 1 !important; filter: alpha(opacity=1) !important; top: 0 !important; left: 0 !important }
}

@media (max-width: 950px) {
  #projects ul li .overlay { opacity: 1; filter: alpha(opacity=1); }
  #projects ul li .overlay .text { opacity: 1 !important; filter: alpha(opacity=1) !important; top: 0 !important; left: 0 !important }
}

#projects ul li .overlay .helper, #projects .project-list .item_car .overlay .helper {
display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0px;
}

#projects ul li .overlay span, #projects ul li .overlay i , #projects .project-list .item_car .overlay span, #projects .project-list .item_car .overlay i {
    display: block
    }

#projects ul li .overlay i, #projects .project-list .item_car .overlay i {
    height: 1px;
    margin: 12px auto;
    background: #f15f21;
    width: 60%;
    }

#projects ul li .overlay .text, #projects .project-list .item_car .overlay .text{
  margin-top: 5%;
  position: relative;
  display: inline-block;
  *display: inline; zoom: 1;
  vertical-align: middle;
  width: 100%;

}

#projects ul li .overlay .title, #projects .project-list .item_car .overlay .title {
    font: 32px/38px "Circe";
    margin: 0 12%;
    }

#projects ul li .overlay .subtitle, #projects .project-list .item_car .overlay .subtitle {
    font: 17px/22px "Roboto";
    margin: 0 10%;
    }

@media (max-width: 500px) {
  #projects ul li .overlay .title { font-size: 26px; line-height: 30px}
  #projects ul li .overlay .subtitle { font-size: 14px; line-height: 17px}
}

#projects ul li:hover .overlay , #projects .project-list .item_car:hover .overlay {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    }

#projects ul li:hover img, #projects .project-list .item_car:hover img {
    /*-webkit-filter: blur(2px);
    filter: blur(2px)*/
    }

#projects .owl-nav {
    top: 50%;
    left: 0;
    position: absolute;
    width: 100%
    }

#projects .owl-nav div {
    width: 56px;
    height: 154px;
    position: absolute;
    top: -77px;
    background: transparent url(../img/project-arrows.png) no-repeat;
    cursor: pointer;
    margin: 0;
    padding: 0;
    }

#projects .owl-nav div.disabled {
  opacity: 0.3; filter: alpha(opacity=30); cursor: default;
}

#projects .owl-nav div i {
  position: absolute; width: 41px; height: 114px; top: 20px;
  background: transparent url(../img/project-arrows-inner.png) no-repeat;
  transition-duration: 0.3s;
}

#projects .owl-nav div.owl-next {
    background-position: -56px 0;
}

#projects .owl-nav div.owl-next i {
  background-position: -41px 0 !important;
  left: -15px;
}

#projects .owl-nav div.owl-next:hover i {
  left: 0;
}

#projects .owl-nav div.owl-next.disabled:hover i {
  left: -15px;
}

#projects .owl-nav div.owl-next {
    right: 0;
}

#projects .owl-nav div.owl-prev {
  left: 0;
}

#projects .owl-nav div.owl-prev i {
  right: -15px;
  background-position: 0 0 !important;
}

#projects .owl-nav div.owl-prev.disabled:hover i {
  right: -15px;
}

#projects .owl-nav div.owl-prev:hover i {
  right: 0;
}
.counter-wrapper {
  background: #FFF;
  /*padding-top: 131px;*/
  position: relative;
  z-index: 1;
}
.counter {
    height: 820px;
    position: relative;
    overflow: hidden;
    }

.counter .background {
    position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; min-width: 100%; height: auto; min-height: 200%;
}

.mobile .counter .background {
  bottom: 0; margin: auto;
}

@media (max-width: 950px) {
  .counter .background {
    bottom: 0; margin: auto;
    min-height: 100%;
    width: 160%;
  }
}
.counter ul {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -160px;
    z-index: 2;
    /*transition-duration: 0.3s;*/
    }

.counter ul li {    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 50% 50%;
    transform-origin:50% 50%;

    display: inline-block; *display: inline;
    zoom: 1;
    vertical-align: top;
    padding: 0 78px;
    color: #f15f21;
    height: 149px;
    border-left: 1px solid #686868;
    margin: 30px 0 0;
    }
.counter ul li.first { padding-left: 0; }
.counter ul li.last { padding-right: 0; }

@media (max-width: 950px) {
  .counter ul { top: 20% !important }
  .counter ul li { display: block; width: 100% !important; padding: 0 !important; border: 0; margin-bottom: 120px; }
  .counter ul li h5, .counter ul li .h5 {margin-bottom: 10px;}
  .counter ul li p {margin: 20px 0;}
  .counter  {height: 980px;}
  #projects .owl-nav div {width: 45px; height: 128px; background-size: cover;}
  #projects .owl-nav div.owl-prev {background-position: -47px 0;}
  #projects .owl-nav div i {width: 34px; height: 100px; background-size: cover; top: 14px;}
  #projects .owl-nav div.owl-next i {right: -5px;}
  #projects .owl-nav div.owl-prev i {left: -5px; background-position: -38px 0;}



}
.counter ul li:first-child {
    border-left: 0
    }

.counter ul li h5, .counter ul li .h5 {
    font: 300 100px/90px "Circe";
    margin-top: -8px;
    color:#F15F21;
    }

.counter ul li h6, .counter ul li .h6 {
    font: 300 30px/30px "Circe";
    margin-bottom: 13px
    }

.counter ul li p {
    white-space: nowrap
    }

.counter ul li p img, .counter ul li p span {
    display: inline-block; *display: inline;
    zoom: 1;
    vertical-align: top
    }

.counter ul li p img {
    margin-right: 10px;
    position: relative;
    top: -2px
    }

.counter ul li p span {
    font: 300 14px/20px "Roboto Condensed";
    color: #FFF;
    text-align: left
    }

.news-wrapper {
    /*transition-duration: 0.5s;*/
    margin-top: -100px;
    position: relative;
    z-index: 2;
    width: 100%;
    }

.news-wrapper.fixed {
  position: fixed; top: -315px; left: 0; margin-top: 0;
}

.news-wrapper .news-top {
    width: 200%;
    height: 50px
    }

.news-wrapper .news-top span {
    display: block;
    margin-left: -50%;
    height: 1px;
    position: relative;
    z-index: 1;
    background: #F15F21;
    -moz-transform: rotate(0.007turn);
    -ms-transform: rotate(0.007turn);
    -o-transform: rotate(0.007turn);
    -webkit-transform: rotate(0.007turn);
    transform: rotate(0.007turn);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 5px;
    /*transition-duration: 0.5s;*/
    }

.news-wrapper .news-top i {
    background: #EDEDEE;
    display: block;
    margin-left: -50%;
    height: 200px;
    position: relative;
    z-index: 1;
    -moz-transform: rotate(0.007turn);
    -ms-transform: rotate(0.007turn);
    -o-transform: rotate(0.007turn);
    -webkit-transform: rotate(0.007turn);
    transform: rotate(0.007turn);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
    }

.news-wrapper .news {
    background: #EDEDEE;
    position: relative;
    z-index: 2
    }

.news-wrapper .news h2 {
    width: 100%;
    position: absolute;
    text-align: center;
    font: 400 63px "Circe";
    color: #EDEDEE;
    top: -100px
    }

.mobile .news-wrapper .news-top span { top: 0 !important; }
.mobile .news-wrapper .news h2 { margin-top: 0 !important; }

@media (max-width: 950px) {
  .news-wrapper .news-top span { top: 0 !important; }
  .news-wrapper .news h2 { margin-top: 0 !important; }
}

.news-wrapper .news-bottom {
    width: 200%;
    height: 0;
    z-index: 1;
    position: absolute;
    bottom: 100px
    }

.news-wrapper .news-bottom i {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    background: #EDEDEE;
    display: block;
    margin-left: -50%;
    height: 200px;
    -moz-transform: rotate(-0.007turn);
    -ms-transform: rotate(-0.007turn);
    -o-transform: rotate(-0.007turn);
    -webkit-transform: rotate(-0.007turn);
    transform: rotate(-0.007turn);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
    }

.news-wrapper .news-bottom span {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 185px;
    left: 0;
    background: #F15F21;
    display: block;
    margin-left: -50%;
    height: 30px;
    -moz-transform: rotate(-0.008turn);
    -ms-transform: rotate(-0.008turn);
    -o-transform: rotate(-0.008turn);
    -webkit-transform: rotate(-0.008turn);
    transform: rotate(-0.008turn);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*transition-duration: 0.5s;*/
    }

.news-wrapper .button-wrapper {
    text-align: center
    }

.news-outer {
  max-width: 1600px;
  margin: 0 auto;

}

.news-list {
    padding: 50px 70px 33px;
    margin: 0 50px;
    max-width: auto;
    }

.mobile .news-list { margin: 0 }

@media (max-width: 950px) {
  .news-list { margin: 0; padding: 40px 8% 30px;}
}

.news-list .item {
    position: relative;
    overflow: hidden;
    height: 205px;
    -webkit-background-size: cover;
    background-size: cover;
	background: #ededee
    }

.news-list .item .color {
    position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0;
    filter: alpha(opacity=0);
    /*transition-duration: 0.7s;*/
}

.news-list .item img {
    position: relative;
    z-index: 1;
    min-height: 100%
    }
.news-list .item .text {
  padding: 10px 18px;
  position: relative; z-index: 2;
}

.news-list .item.with-image:hover .text {
  display: none;
}
.news-list .item.with-image:hover .color {
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 15px;
  margin: -15px 0 0 -15px;
}
.news-list .item .date {
    display: block;
    color: #000;
    font: 14px "Roboto";
    margin-bottom: 14px
    }

.news-list .item.with-image .date {
    color: #FFF
    }

.news-list .item .title {
    font: /*600*/ 400 18px/22px "Roboto";
    text-decoration: none;
    text-transform: uppercase
    }

.news-list .item .title:hover {
  text-decoration: underline;
}

.news-list .item p {
    padding-top: 5px;
    font: 100 16px/22px "Roboto";
    color: #000
    }

.news-list .item.with-image p {
    color: #FFF
    }

.news-list .owl-nav {
    top: 100px;
    left: 0;
    position: absolute !important;
    width: 100%
    }

.news-list .owl-nav div {
    width: 20px;
    height: 102px;
    position: absolute;
    top: 0;
    background: transparent url(../img/arrows.png) no-repeat !important;
	padding: 0 !important;
	margin: 0 !important;
	transition: 0.2s;
    -webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	}
.news-list .owl-nav div:hover { background: transparent url(../img/arrows_hover.png) no-repeat !important;}

.news-list .owl-nav div.owl-prev {
    left: 10px
    }

.news-list .owl-nav div.owl-next {
    right: 10px;
    background-position: -20px 0 !important;
    }
@media (max-width: 560px) {
 /* .news-list .item .date { font-size: 12px; margin-bottom: 8px; }*/
  .news-list .item .title { font-size: 16px; line-height: 18px; }
  /*.news-list .item p { font-size: 14px; line-height: 16px; }*/
}
@media (max-width: 415px) {
  .news-list .item .date { font-size: 10px; margin-bottom: 8px; }
  .news-list .item .title { font-size: 13px; line-height: 15px; }
  .news-list .item p { font-size: 12px; line-height: 14px; }
}
.development {
    background: #000;
    width: 100%;
    position: fixed; top: 100%;
    /*position: absolute; top: 0;*/ left: 0;
    z-index: 0; display: block;
    /*position: relative;*/
    }

.development .item {
  display: block;
  z-index: 0; height: 100%; width: 100%; height: 580px; position: absolute;
}
.development hr {
  height: 2px;
  background: #F15F21;
}

@media (max-width: 700px) {
  .development .item { position: relative; height: 580px; }
}

.development .item:first-child {
  opacity: 1; filter: alpha(opacity=100); border: 0
}

.development .item .background {
  width: 100%; height: 100%;
  overflow: hidden;
  position: absolute; top: 0; left: -100%;
}

.development .item .background.moving { border-right: 3px solid #FFF; }

.development .item .background img {
  position: absolute; top: 0; min-width: 100%;  min-height: 100%;
}

.development .item.left .background img { }


.mobild .development { position: static; }
.mobile .development .item .background.clear { display: none; }
.mobile .development .item .background {
    width: auto;
    min-height: 100%;
    min-width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
  }
.mobile .development .item .background img { min-width: 100%; width: auto; height: 100%; }
@media (max-width: 950px) {
  .development { position: static; }
  .development .item .background.clear { display: none; }

  .development .item .background {
    width: auto;
    min-height: 100%;
    min-width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
  }
  .development .item .background img { min-width: 100%; width: auto; height: 100%; }
}

.development .text {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    color: #242424;
    }
.development .left .text {
  right: auto;
  left: 0;
}

.development .text .inner {
    max-width: 500px;
    position: relative;
    top: 50px;
    display: inline-block; *display: inline; zoom: 1; vertical-align: middle;
    /*padding-left: 12%;*/
    padding-left: 12%;
    text-align: left;
    padding-right: 15px;
    line-height:normal;
    }
.development .left .text {
  text-align: right;
}
.development .left .text .inner {
  padding-right: 12%; padding-left: 15px;
}
.development .text .inner h2 {
    font: 600 54px/58px "Circe";
    letter-spacing: 1px;
    white-space: nowrap;
    perspective: 300px;
    }

.development .text .inner h2 span {
  display: inline-block; *display: inline; zoom: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.development .text .inner p {
    font: 100 20px/28px "Roboto";
    padding-bottom: 22px
    }

.development .text .inner .button {
  position: relative;
}

.mobile .development-wrapper { height: auto !important; }
.mobile .development { position: static !important; }
.mobile .development .item { opacity: 1 !important; height: 580px !important; position: relative !important;  }
.mobile .development .item.left { background-position: 0 center; }
.mobile .development .text { left: 0; width: 100%; opacity: 1 !important; }
.mobile .development .text .inner { display: block; margin: 0 auto; padding: 0 15px !important; transform: none !important; float: none !important; top: 30%;  }
.mobile .development .item:first-child .text .inner { top: 35%; }

@media (max-width: 950px) {
  .development-wrapper { height: auto !important; }
  .development { position: static !important; }
  .development .item { position: relative; height: 400px !important;  opacity: 1 !important; }
  .development .item:first-child { height: 450px !important; }
  .development .text { left: 0; width: 100%; opacity: 1 !important; text-align: center;}
  .development .text .inner { display: block; margin: 0 auto; padding: 0 15px !important; transform: none !important; float: none !important; top: 22%; text-align: center;}
  .development .item:first-child .text .inner { top: 37%; }
  .development .item .text .inner p { font-size: 16px; line-height: 24px; padding-bottom: 18px; }
  .development .item .text .inner h2 { font-size: 30px; line-height: 36px; padding-bottom: 10px;}
}

@media (max-width: 800px) {
  .development .item { height: 450px; }


}

@media (max-width: 600px) {

}


.contacts {
    height: 1150px;
    position: relative;
    z-index: 2;
    margin-top: -40px;
    overflow: hidden;

    }
.contacts.fixed {
  position: fixed; top: 100%; width: 100%; margin-top: 0;
  left: 0;
}
.contacts .contacts-top {
    position: absolute;
    left: 0;
    width: 100%;
    height: 355px;
    background: transparent url(../img/b90.png);
    z-index: 2;
    padding-top: 65px;
    padding-bottom: 65px;
    }

.contacts .contacts-top .border {
    height: 1px;
    background: url(../img/b90.jpg);
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    }

.contacts .contacts-top .border hr {
    position: absolute;
    width: 50%;
    height: 3px;
    background: transparent url(../img/contacts-border.png)
    }

.contacts .contacts-top .border .left {
    left: 50%;
    margin-left: 41px
    }

.contacts .contacts-top .border .right {
    right: 50%;
    margin-right: 41px
    }

.contacts .contacts-top .border i {
    position: absolute;
    width: 82px;
    height: 30px;
    top: 0;
    left: 50%;
    margin-left: -41px;
    background: transparent url(../img/triangle.png) no-repeat
    }

.contacts .contacts-top .inner-wrapper {
    margin: 0 auto
    }

.contacts .contacts-top .fl {
    max-width: 570px;
    margin-left: 5%;
    padding-top: 54px;
    color: #FFF
    }

.contacts .contacts-top .fl h2 {
    white-space: nowrap;
    max-width: 525px;
    border-bottom: 1px solid #F15F21;
    font: 600 54px/58px "Circe";
    letter-spacing: 1px;
    padding-bottom: 6px;
    margin-bottom: 15px;
    perspective: 300px;
    }
.contacts .contacts-top .fl h2 span {
  display: inline-block; *display: inline; zoom: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.contacts .contacts-top .fl p {
    font: 100 20px/28px "Roboto";
    padding-bottom: 22px;
    }
.contacts .contacts-top .fl .button {
    position: relative;
    }
.contacts .contacts-top .stats {    perspective: 200px;
    width: 350px;
    height: 350px;
    line-height: 370px;
    position: relative;
    text-align: center;
    margin-right: 5%
    }
.contacts .contacts-top .stats .text {
    display: inline-block; *display: inline;
    zoom: 1;
    vertical-align: middle;
    font: 300 48px/41px "Circe";
    color: #FFF
    }

.contacts .contacts-top .stats .stat {
    width: 90%;
    height: 90%;
    border: 3px solid #4F4F4F;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    margin-top: 5%;
    margin-left: 5%;
    top: -3px;
    left: -3px
    }

.contacts .contacts-top .stats .stat .wrap-outer {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  padding: 3px;
}

.contacts .contacts-top .stats .stat .wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 0;
    }
.contacts .contacts-top .stats .stat .wrap.active {

}


.contacts .contacts-top .stats .stat .wrap i {
    border: 3px solid #F15F21;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;

    }

@media (max-width: 950px) {
  .contacts .contacts-top { padding-top: 30px; padding-bottom: 30px; }
}
@media (max-width: 1120px) {
  .contacts .contacts-top .fl { float: none; display: block; padding: 0; margin: 0 auto; padding-top: 30px; }
  .contacts .contacts-top .stats { display: none; }
}

@media (max-width: 1120px) {
	.contacts .contacts-top .fl {text-align: center;}
	.contacts .contacts-top .fl h2 {margin: 0 auto; padding-bottom: 13px;}
	.contacts .contacts-top .fl p {padding-top: 20px;}

}
@media (max-width: 560px) {
  .contacts .contacts-top .fl { padding-top: 0px; }
  .contacts .contacts-top .fl h2 { font-size: 36px; }
  .contacts .contacts-top .fl h2.active { line-height: 42px; }
  .contacts .contacts-top .fl p { font-size: 18px; }
  .contacts .contacts-top .fl p.active { line-height: 22px; }
}
@media (max-width: 970px) {
  .contacts { margin-bottom: 0 !important; }
}
.contacts .inner {
    height: 1150px;
    overflow: hidden
    }

.contacts .map {
  height: 100%; width: 100%;
    z-index: 1;
    position: relative
    }

.footer {
  position: relative;
    background: url(../img/noise.jpg);
    z-index: 2;
    text-align: center;
    margin-top: 100px;
	padding-bottom:70px;
    }
.footer .top {
  height: 0;
  position: relative;
}
.footer .top div {
  position: relative; top: -200px;
  background: url(../img/noise.jpg);
  padding-top: 8px;
  height: 400px;
  width: 200%;
  left: -50%;
    -moz-transform: rotate(0.01turn);
    -ms-transform: rotate(0.01turn);
    -o-transform: rotate(0.01turn);
    -webkit-transform: rotate(0.01turn);
    transform: rotate(0.01turn);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.footer .top div hr {
  display: block; height: 3px; background: #F15F21;
}

.footer .wrapper {
    margin-top: -100px;
    /*padding-bottom: 70px;*/
	width: 1160px; clear: both; max-width: 1160px;
	text-align: justify;
	position: relative;
    }
	.footer .wrapper > * {display: inline-block;}
.footer .wrapper:after {content:''; width: 100%; height:0; font-size:0; line-height:0; display: inline-block; overflow: hidden;}


.footer .left, .footer .center, .footer .right {
    display: inline-block; *display: inline;
    zoom: 1;
    text-align: left;
    vertical-align: top;
	z-index:2;
    }

.footer .left form {
	position: relative;
  overflow: hidden;
}
.footer  form label { display: block; width: 200px; height: 25px; background: #fff url(../img/icons/ico35.png) 4px center no-repeat; padding: 0 0 0 23px; border: 1px solid #F15F21; }
.footer  form input { display: block; width: 80%; padding: 5px 0 0 0; border: 0; margin: 0; line-height: 15px; }
.footer  form .buttons { position: absolute; right: 0; top: 0; margin: 0; }
.footer  form .buttons .clear_text { position: relative; top: 5px; margin-right: 3px; display: none; }
.footer  form .buttons button { height: 27px; line-height: 27px; font-size: 14px; background: #F85300 !important; display: none; margin: 0; cursor: pointer; }
.footer  form .buttons.disabled button { opacity: 0.5; cursor: default; }

.footer .left p {
    font: 100 14px/18px "Roboto";
    color: #FFF;
    padding-bottom: 30px;
	line-height: 1.5em;
    }

.footer .confidential {    display: block;
    color: #fff;
    font: 100 14px/18px "Roboto";
    margin-top: -65px;
    padding-right: 72px;
}
.footer .confidential, .footer .confidential a {color: #fff; font: 100 14px/18px "Roboto";}
.footer .confidential a {margin-right: 29px;}
.secondary .content .footer .confidential {bottom: -1px; /*left: 280px;*/}

.footer .center {
    display: inline-block; /*display: inline;*/
    zoom: 1
    }

.footer .center ul {
    padding-left: 20px;
    list-style: none;
    margin-top: -4px;
    margin-bottom: 15px
    }

.footer .center ul li {
    font: 100 12px/14px "Roboto";
    width: auto;
    /*white-space: nowrap;*/
    padding-bottom: 6px;
  	max-width: 160px;
    }

.footer .center ul .title {
    font: 400 12px "Roboto";
    /*text-transform: uppercase;*/
    width: auto;
    }

.footer .center ul li a {
    color: #ACACAC;
    /*text-decoration: none*/
    text-decoration: underline
  }

.footer .center ul li a:hover {
  text-decoration: none;
}
.footer .center ul li span.like-link {
    color: #ACACAC;
    /*text-decoration: none*/
    text-decoration: underline
  }

.footer .center ul li span.like-link:hover {
  text-decoration: none;
}

.footer .center ul .title a {
    color: #FFF;
    text-decoration: underline
    }

.footer .center ul .title a:hover {
    text-decoration: none
    }

.footer .right {
    text-align: right;
    width: 180px;
    margin-left: 20px;
	position: relative;
    }

.footer .right .social {
    display: inline-block; *display: inline;
    zoom: 1;
    border-right: 1px solid #EE5E21;
    border-top: 1px solid #EE5E21;
    border-bottom: 1px solid #EE5E21;
    height: 26px;
    margin-bottom: 28px
    }

.footer .right .social li {
    display: block;
    position: relative;
    width: 30px;
    height: 26px;
    /*background: transparent no-repeat center;*/
    float: left;
    border-left: 1px solid #EE5E21
    }

.social li.tw {
    background-image: url(../img/tw.png);
	background-position: center;
	background-repeat: no-repeat;
    }
.social li.tw:hover {
	background-color: #f15f21;
    background-image: url(../img/tw_w.png)  !important;
    }

.social li.lin {
    background-image: url(../img/lin.png);
	background-position: center;
	background-repeat: no-repeat;
    }
.social li.lin:hover {
	background-color: #f15f21;
    background-image: url(../img/lin_w.png)  !important;
    }

.social li.fb {
    background-image: url(../img/fb.png);
	background-position: center;
	background-repeat: no-repeat;
    }
.social li.fb:hover {
	background-color: #f15f21;
    background-image: url(../img/fb_w.png)  !important;
    }

.social li.gp {
    background-image: url(../img/gp.png);
	background-position: center;
	background-repeat: no-repeat;
    }
.social li.gp:hover {
	background-color: #f15f21;
    background-image: url(../img/gp_w.png)  !important;
    }

.social li.yt {
    background-image: url(../img/yt.png);
	background-position: center;
	background-repeat: no-repeat;
    }
.social li.yt:hover {
	background-color: #f15f21;
    background-image: url(../img/yt_w.png)  !important;
    }

.social li.ig {
    background-image: url(../img/ig.png);
	background-position: center;
	background-repeat: no-repeat;
    }
.social li.ig:hover {
	background-color: #f15f21;
    background-image: url(../img/ig_w.png)  !important;
    }
.social li.vk {
    background-image: url(../img/vk.png);
    background-position: center;
    background-repeat: no-repeat;
}
.social li.vk:hover {
    background-color: #f15f21;
    background-image: url(../img/vk_w.png)  !important;
}

.footer .right .social li a, .footer .right .social li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
    }
.footer .right .social li:hover {
background-color: #f15f21;
}

.footer .right .partner {
    display: inline-block; *display: inline;
    zoom: 1;
    font: 100 12px/17px "Roboto";
    color: #FFF;
    text-align: left;
	text-decoration: none;
    padding-right: 100px;
    height: 48px;
    background: transparent url(../img/partner.png) no-repeat top right;
    padding-top: 18px;
    margin-bottom: 55px;
    white-space: nowrap;
    text-decoration: none
    }


.footer  .creator {
    text-align: left; width: 172px;
    display: inline-block; *display: inline; font-size: 12px;
    zoom: 1;

    }


.footer_to_top {display: none;}

@media (max-width: 1200px) {
  .footer .wrapper {width: 950px; padding:0;}

  .footer .right { /*display: block;*/ width: 100%; text-align: center; margin: 0; border-bottom: 1px solid #000;}
  .footer .right .social,
  .footer .right .partner,
  .footer .right .partners,
  .footer .right .creator { margin: 30px 30px 30px 0; vertical-align: middle;}
  .footer .right .creator  {margin: 30px auto; text-align: center; float: right;}

  .footer .right .social {width: 172px;display: block;margin: 30px auto 0; float:left;}
  /*.footer form {position: absolute; top: -176px;}*/


  .footer .right .partners { width: auto; margin-right: 0; }
   .footer .confidential, .secondary .content .footer .confidential {position: static; /*top: -126px;*/ padding-left: 0;}
   .footer .confidential a {display: block;}
}
@media (max-width: 950px) {

	.contacts {height: 1050px;}
	.contacts .inner {height: 1050px;}
	.footer .top div {position: absolute; top: -50px;}
	.footer .wrapper {margin-top: -100px; width: 88%;}
	.footer .center ul {padding-left:0; padding-right: 8%;}
	.footer .center ul:last-child {padding-left:0; padding-right: 0;}
	.footer .left, .footer .center, .footer .right {width: 100%; border-bottom: 1px solid #000; margin-bottom: 20px;}
	.footer .confidential {bottom: auto !important; top: 145px; left: auto !important; text-align: left; right: 1px;}
	.footer .left {text-align: justify;}
	.footer .left:after {content:'';height:0; width: 100%; display: inline-block; overflow: hidden;}
  .footer  form { position: absolute; top:0; left:0; width: 100%; }
  .footer  form label { width: auto; }
  .footer  form .buttons button { display: inline-block; *display: inline; zoom: 1; vertical-align: top; }
	.footer .left p {display: inline-block; width: 40%; padding-top: 45px;}
	.footer .left p:nth-child(2) {width: auto;}
	.footer .left p:nth-child(3) {width: 100%;  padding-top: 20px;}
	.footer .right {padding-top:0; margin-bottom:0; text-align: center;}
	.footer .right .social, .footer .right .partner, .footer .right .creator {margin: 0 auto; display: block; position: static; top: auto; left: auto; right: auto; float:none;}
	.footer .right .partner {width: 20%; text-align: left;}
	.footer .right:after {content:'';height:0; width: 100%; display: inline-block; overflow: hidden;}
	.footer .right .creator {width: 100%; border-top: 1px solid #000; margin-top: 20px; position: static; padding-top: 30px; padding-bottom: 20px;}
	.footer_to_top {display: block; position: absolute; bottom:25px; right:0; color: #fff; cursor: pointer; padding: 10px 55px 10px 0; background: transparent url(../img/footer_to_top.png) no-repeat center right; text-decoration: underline;}
	.footer_to_top:hover {text-decoration: none;}
	.footer form, .footer .confidential, .footer .creator {position: static;}
	.footer .creator {width: auto;}
}
@media (max-width: 768px) {
	.footer .top div {position: absolute; top: -50px;}
	.footer .center {text-align: justify;}
	.footer .center ul {padding-left:0; padding-right: 0; display: inline-block; width: 25%; float: none; vertical-align: top; text-align: left; padding-bottom: 20px; max-width: none !important;}
	.footer .center ul:nth-child(n+4) {margin-bottom:0; padding-bottom:0;}
	.footer .center:after {content:'';height:0; width: 100%; display: inline-block; overflow: hidden;}
	.footer .left form input {width: 75%;}
	.footer .left p {width: 60%;}
	.footer .left, .footer .center, .footer .right {padding: 10px 0;}
	.footer .confidential {top: 155px;}
	.secondary .content .content-inner .footer .wrapper {margin-top: 45px;}
  .footer .center .menu_column ul {width: auto; display: block;padding: 5px;float:left;width: 160px;}
}
@media (max-width: 660px) {
  .footer .left form input {width: 70%;}
}

@media (max-width: 500px) {
  .footer .center ul { max-width: 68px }
}
/*@media (max-width: 480px) {
  @-ms-viewport {
  width: 480px;
}
@-o-viewport {
  width: 480px;
}
@viewport {
  width: 480px;
}
}*/

/*.gmnoprint { margin-top: 500px }*/

.search-wrapper { margin-bottom: 60px; }
.search-wrapper form { position: relative; overflow: hidden; width: 55%; min-width: 400px; margin: 40px auto 30px; }
.search-wrapper form input {
  width: 95%;
  border: 1px solid #F15F21;
  padding: 8px 10px 7px;
  /*display: block;*/
  margin: 0;
}
.search-wrapper form button { position: absolute; top: 0; right: 0; z-index: 1; margin: 0; background: #f85300 !important; }
.search-list { list-style: none; padding-top: 50px; }
.search-list li { display: block; font: 200 16px "Roboto"; margin-top: 45px; }
.search-list li a { text-transform: uppercase; }
.search-list li p { font-size: 15px; line-height: 24px; padding: 6px 0; }

.cookie_message { z-index: 999; position: fixed; bottom: 0; width: 100%; /*padding: 10px 0 17px; */ background: rgba(245, 245, 245, 0.9); background: #F5F5F5\9; /*color: #FFF;*/ border-top: 1px solid #ff6c2e; box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5); text-align: center; }
.cookie_message .wrap { /*max-width: 430px;*/ padding: 0 100px; margin: 0 auto; }
/*.cookie_message .wrap .show span { cursor: pointer; border-bottom: 1px dotted #FFF; font: 200 18px/24px Roboto; }*/
.cookie_message .wrap .text { font: 200 14px/23px Roboto; /*display: none;*/ padding: 10px 0; }
/*.cookie_message .wrap .text p { margin-top: 10px; }
.cookie_message .wrap .text p:first-child { margin-top: 0; }*/
.cookie_message .wrap .text a { color: #F15F21; text-decoration: underline; }
.cookie_message .wrap .text a:hover { text-decoration: none; }
.cookie_message .close { position: absolute; top: 50%; right: 5%; margin-top: -12px; width: 24px; height: 24px; background: transparent url(../img/cookie_close.png) no-repeat; cursor: pointer; }


.cookie_message a:hover { text-decoration: none; }

.smart_menu { width: 25px; background-color: rgba(0, 0, 0, 0.4); background-color: #000\9; border-radius: 13px; padding: 6px 0; position: fixed; right: 15px; top: 50%; margin-top: -80px; z-index: 9; }
@media (max-width: 750px) {
  .smart_menu { display: none; }
}
.smart_menu .line { width: 1px; left: 12px; background: #FFF; top: 11px; bottom: 11px; position: absolute; z-index: 2; }
.smart_menu .circle { position: absolute; top: 6px; left: 4px; z-index: 1; width: 15px; height: 15px; border-radius: 8px; border: 1px solid #f15f21; transition-duration: 0.3s; }
.smart_menu .item:first-child { margin-top: 0; }
.smart_menu .item { width: 15px; height: 15px; border: 1px solid rgba(0,0,0,0); border: 1px solid transparent\9; position: relative; z-index: 3; margin: 16px auto 0; cursor: pointer; transition-duration: 0.3s; border-radius: 9px; }
.smart_menu .item i { display: block; margin: 4px auto; width: 7px; height: 7px; line-height: 7px; border-radius: 4px; background: #FFF; }
.smart_menu .item:hover { border-color: rgba(255, 255, 255, 0.44); border-color: #FFF\9; }
.smart_menu .item.active { border: 1px solid rgba(0,0,0,0) !important; border: 1px solid transparent\9 !important; cursor: default !important; }
.smart_menu .item .circle { border-color: #f15f21; }
.smart_menu .item p { position: absolute; right: 100%; top: 50%; margin: -14px 20px 0 0; height: 28px; overflow: hidden; width: 0; line-height: 26px; transition-duration: 0.3s; transition-property: opacity; opacity: 0; filter: alpha(opacity=0); }
.smart_menu .item:hover p { opacity: 1; filter: alpha(opacity=100); width: auto; }
.smart_menu .item span { display: inline-block; *display: inline; zoom: 1;  text-align: right; vertical-align: middle; font: 300 10px/15px Roboto; width: 100px; color: #f15f21; /* text-shadow: 0 0 3px rgba(0, 0, 0, 0.5) */ text-transform: uppercase; }
.smart_menu .item span b { font-weight: normal; background-color: rgba(255, 255, 255, 0.8); background-color: #FFF\9; display: inline-block; *display: inline; zoom: 1; padding: 0 3px; }

.popup_message { position: relative; top: 50%; width: 729px; height: 254px; margin: -178px auto 0; border: 1px #000 solid;  background: #FFF; box-shadow: 0 0 15px 1px rgba(0,0,0, 0.8); line-height: 250px; text-align: center; }
.popup_message .close { position: absolute; right: 15px; top: 15px; background: #F15F21 url(../img/close.png) no-repeat; width: 34px; height: 34px; cursor: pointer; }
.popup_message .text { display: inline-block; *display: inline; zoom: 1; vertical-align: middle; max-width: 80%; }
.popup_message .text p { margin: 10px 0; }
.popup_message .text, .popup_message .text p { font: 200 23px/36px Roboto; color: #555555; }

.loader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 4; background: rgba(255, 255, 255, 0.9) url(../img/preloader.gif) no-repeat center; display: none; }
.loading { background: #FFF url(../img/preloader.gif) no-repeat center !important; }


/* Calculator */
.calc { padding: 43px 0 95px; border-top: 1px solid #5b5b5b; background: url(../img/noise_bright.jpg) repeat; box-shadow: inset 0 0 9px 0 rgba(0,0,0,0.8); position: relative; font-size: 14px; }
.calc .calc-inner { max-width: 1200px; margin: 0 30px; margin: 0 auto; }
.calc .calc-inner:after { content: ''; display: block; clear: both; }
.calc .half { width: 49.99%; float: left; }

.calc h2 { font: normal 23px Circe; text-transform: uppercase; text-align: center; color: #f85300; padding-bottom: 48px; }

.calc .left { }
.calc .left-inner { width: 396px; padding: 0 0 0 21% }
.calc .left label { display: block; border-top: 1px #969696 solid; border-bottom: 1px solid #313131; padding: 21px 0 19px; }
.calc .left label > span { display: block; font: normal 12px Roboto; color: #FFF; padding-bottom: 21px; text-transform: uppercase; }
.calc .left label .field { position: relative; display: inline-block; *display: inline; zoom: 1; vertical-align: top; }
.calc .left label .field input { box-sizing: border-box; height: 28px; font: normal 16px Roboto; margin: 0; text-align: center; color: #a0a0a0; padding: 0 22px 1px 5px; width: 115px; border: 1px solid #F16839; }
.calc .left label .field.readonly input { background-color: transparent; color: #FFF; }
.calc .left label .field input::-webkit-input-placeholder { font: normal 16px Roboto; color: #a0a0a0; }
.calc .left label .field input::-moz-placeholder          { font: normal 16px Roboto; color: #a0a0a0; }
.calc .left label .field input:-moz-placeholder           { font: normal 16px Roboto; color: #a0a0a0; }
.calc .left label .field input:-ms-input-placeholder      { font: normal 16px Roboto; color: #a0a0a0; }
.calc .left label .field i { color: #a0a0a0; position: absolute; right: 8px; top: 0; height: 28px; font: normal 16px/28px Roboto; }
.calc .left label .field.readonly i { color: #FFF; }

.calc .left label.percent { border-top: 0; padding-top: 0;}
.calc .left label.percent .field input { width: 90px; }
.calc .left label.period { padding-bottom: 32px; }
.calc .left label.period .field input { width: 83px; padding-right: 5px; }
.calc .left label.pay { border-bottom: 0; padding-bottom: 0; }

.calc .left label .slider { float: right; position: relative; top: 10px; width: 255px; height: 5px; background: #D9D9D9; border-radius: 4px; border-top: 1px solid #000000; border-bottom: 1px solid #E68E69; border-right: 1px solid #C38267; border-left: 1px solid #484848; }
.calc .left label .slider .start,
.calc .left label .slider .finish { position: absolute; top: 100%; z-index: 1; color: #FFF; font: normal 10px Roboto; text-align: center; width: 200px; margin: 13px 0 0 -100px; text-transform: uppercase; }
.calc .left label .slider .start:after,
.calc .left label .slider .finish:after { content: ''; position: absolute; left: 50%; bottom: 100%; margin-bottom: 3px; width: 1px; height: 4px; background: #FFF; }
.calc .left label .slider .start { left: 0;  }
.calc .left label .slider .finish { left: 100%; }
.calc .left label .slider .progress { height: 5px; width: 50%; background: #F15F21; border-radius: 4px;  }
.calc .left label .slider .mover { position: absolute; top: 50%; left: 50%; width: 18px; height: 32px; z-index: 2; margin: -22px 0 0 -9px; background: transparent url(../img/calc/mover.png) no-repeat; cursor: pointer; }
.calc .left label .slider .mover .value { position: absolute; top: 100%; margin-top: 6px; width: 200px; left: 50%; margin-left: -100px; text-align: center; cursor: default; }
.calc .left label .slider .mover .value-inner { display: inline-block; *display: inline; zoom: 1; vertical-align: top; height: 24px; border: 1px solid #A1A1A1; background: #393939; font: normal 16px/24px Roboto; color: #f15f21; padding: 0 7px; position: relative; }
.calc .left label .slider .mover .value-inner:after { content: ''; position: absolute; width: 1px; height: 8px; background: #888888; bottom: 100%; left: 50%; }

.calc .right { font: normal 12px Roboto; color: #FFF; padding-bottom: 21px; }
.calc .right-inner { padding: 0 0 0 8%; width: 414px; }
.calc .right h3 { font-size: 12px; font-weight: normal; line-height: normal; padding-bottom: 19px; text-transform: uppercase; }
.calc .right .result { color: #FFF; border: 1px solid #ADADAD; padding: 15px 32px 14px 32px; text-transform: uppercase; }
.calc .right .result p { font-size: 14px; border-top: 1px solid #777777; text-transform: uppercase; padding: 14px 0 12px; }
.calc .right .result p:first-child { border: 0; }
.calc .right .result p span { float: right; width: 90px; font-weight: 700; }
.calc .right .info { padding-top: 34px; }
.calc .right .info .button { margin: 13px 0 10px 0; }
.calc .right .info .phone { display: block; font: 100 18px Roboto; }
.calc .right .info a.disabled { cursor: default; opacity: 0.7; filter: alpha(opacity=70); }
.calc .right .info .button.disabled { background: transparent url(../img/button.png) repeat-x; }
.calc .right .info .fr { }
.calc .right .info .fr a { display: inline-block; *display: inline; zoom: 1; vertical-align: top; background-repeat: no-repeat; background-position: left center; padding-left: 32px; height: 32px; font: 100 14px/33px Roboto; }
.calc .right .info .fr a.send { background-image: url(../img/calc/send.png); margin-bottom: 5px; }
.calc .right .info .fr a.print { background-image: url(../img/calc/print.png) }
.calc .right .info .fr a span { text-decoration: underline; }
.calc .right .info .fr a:hover { text-decoration: none; }
.calc .right .info .fr a.disabled:hover { text-decoration: underline; }

@media all and (max-width: 1100px) {
  .calc .left-inner { padding-left: 8%; }
  .calc .right-inner { padding-left: 5%; }
}

@media all and (max-width: 900px) {
  .calc { padding-top: 40px; padding-bottom: 50px; }
  .calc .half { width: 100%; float: none; }
  .calc .left-inner,
  .calc .right-inner { padding: 0; margin: 0 auto; }
  .calc .right-inner { padding-top: 60px; padding-left: 20px; }
}

.panorama-wrapper {  }
.panorama-wrapper h1 { padding-top: 10px; }
.panorama-wrapper iframe { display: block; height: 480px; width: 100%; margin-top: 18px; }

.checkboxes { margin: 10px auto 30px; max-width: 430px; }
.checkboxes label { display: block; font: 200 18px/32px Roboto; color: #555555; text-align: left; }
.checkboxes label + label { margin-top: 15px; }
.checkboxes label a { color: #f15f21; text-decoration: underline; }
.checkboxes label a:hover { text-decoration: none; }
.checkboxes label i { position: relative; width: 32px; height: 32px; margin-right: 10px; box-sizing: border-box; overflow: hidden; border: 1px solid #F15F21; display: inline-block; *display: inline; zoom: 1; vertical-align: top; }
.checkboxes label.error { color: #d20500; font-weight: 400; }
.checkboxes label.error a { color: #d20500; }
.checkboxes label.error i { background: #ffe8e8; }
.checkboxes label i.checked:after { content: ''; position: absolute; top: 7px; left: 7px; width: 16px; height: 16px; background: #F15F21; }
.checkboxes label i input { position: absolute; top: 0; left: 0; opacity: 0; filter: alpha(opacity=0); width: 100%; height: 100%; }

@media (max-width: 600px) {
  .checkboxes label { font-size: 16px; }
}

.docs_list {margin: 20px auto; font-size:0; line-height:0; text-align: center;}
.docs_list .docs_item {display: inline-block; width: 300px; border:none; outline:0; margin: 0 15px 20px 15px;}
.docs_list .docs_item img {border:none; outline:0; width: 100%;}

@media (max-width: 950px) {
.docs_list .docs_item {width: 260px; margin: 0 5px 20px 5px;}

}

.menu_column {
  float:left;
}

.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

/* TODO: Детальная страница прощадей */

.zagl_text {
    background: #ededef;
    text-align: center;
    font-size: 38px;
    padding: 162px 0px;
    text-transform: uppercase;
    color: #ffffff;
    background-position: center !important;
    text-shadow: 0px 0px 20px #000;
}

.ploshad_block {
    position: relative;
    display: block;
}

.text_center_pos {
    width: 100%;
    margin: 0px auto;
}

.top_ploshad_blocks.wrapper {
    margin: 0px auto !important;
    min-height: inherit !important;
}

.top_ploshad_blocks a.request {
    display: inline-block !important;
    float: none !important;
}

.top_ploshad_blocks > .block_svyaz {
    display: inline-block;
    margin-left: 20px;
}

.top_ploshad_blocks {
    display: inline-block;
    float: right;
}

.wrapper.ploshad_svuaz_block {
    height: 17px !important;
    min-height: 24px !important;
}

.ploshad_right_text_opis {
    position: relative;
    overflow: visible;
    display: inline-block;
    width: 524px;
}

.text_opis .left_text_opis {
    width: 30%;
    display: inline-block !important;
    vertical-align: top;
    color: #333;
    font-size: 15px;
    font-weight: 300;
}

.text_opis .right_text_opis {
    display: inline-block !important;
    width: 55%;
    vertical-align: top;
    font-weight: 200;
}

.text_opis {
    padding-bottom: 14px;
}

.contacts_ploshad_block > .block_svyaz > a {
    display: block !important;
    float: none !important;
}

.contacts_ploshad_block {
    width: 180px;
    float: right;
}

.ploshad_project_map .tables_styles_ploshad td{
    display: table-cell !important;
}

.width_content_ploshad {
    width: 909px;
    min-width: 909px !important;
    max-width: 909px !important;
}

.text_center_pos h1 {
    text-align: center;
    display: inline-block;
    font: 800 58px/65px "Circe";
}

.text_center_pos > div {
    font-size: 45px;
}

.text_center_pos div {
    display: initial;
}

@media (max-width: 500px) {
	.cookie_message .close
	{
		top:30px;
	}
}

.contacts_ploshad_block .r_float.s_ocials{
    padding-bottom: 40px;
}

.inline-block.width_content_ploshad {
    color: #777;
}

.project_info.ploshad_info {
    position: inherit;
    height: auto;
}

@media (max-width: 1600px){
    .ploshad_project_map .item.coords{
        width: 50% !important
    }
}

@media (max-width: 1200px){
    .width_content_ploshad {
        width: 720px;
        min-width: 720px !important;
        max-width: 720px !important;
    }

    /*.ploshad_project_map .item.coords{
        width: 66% !important
    }*/
}

@media (max-width: 950px){
    .width_content_ploshad {
        width: 410px !important;
        min-width: 410px !important;
        max-width: 410px !important;
    }
}

@media (max-width: 768px){
    .width_content_ploshad {
        width: 350px !important;
        min-width: 350px !important;
        max-width: 350px !important;
    }
	.menu_column {float: none; width: 50%;}
	.footer .center {display: flex; flex-wrap: wrap;}
}

.ploshad_project_map .map_wrapper .map_content .wrapper{
    overflow-x: hidden !important;
}
.flat_popup__area{
    display: flex;
    flex-wrap: wrap;
    width: 58.54166666666667%;
    background: #fff;
    margin: 0 auto;
    top: 20%;
    position: relative;
    z-index: 2;
    max-width: 1107px;
    height: auto;
}
#flat_popup{
    font-family: Roboto, Arial, serif;
}
.flat_popup__left{
    width: 63.16725978647687%;
    padding: 15px 25px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.flat_popup__right{
    width: 36.83274021352313%;
    padding: 15px 25px;
    box-sizing: border-box;
    background: #e8e9ea;
}
.flat_popup__plan_image{
    width: 90%;
}
.flat_popup__star_area{
    display: flex;
    align-items: center;
    color: #939598;
    margin-bottom: 10px;
}
.flat_popup__star_area img{
    margin-right: 20px;
}
.flat_popup__plan_area{
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
}
.zoom-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background: url(/img/zoom.svg) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    z-index: 5;
}
.big-plan .fancybox-inner {
    overflow: auto !important;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.big-plan .fancybox-inner.dragscroll {
    cursor: grab;
    display: block;
    min-height: auto;
}
.big-plan .fancybox-inner.right {
    right: 8px;
}

.big-plan .fancybox-inner img {
    max-width: none;
    max-height: none;
}
.big-plan {
    display: flex;
    justify-content: center;
    /*width: auto !important;*/
    width: 100% !important;
    background: #fff
}

html.compensate-for-scrollbar,
html.compensate-for-scrollbar body
{
    overflow: hidden !important;
}
.compensate-for-scrollbar body {
    margin-right: 17px !important;
}

.big-plan .fancybox-skin {
    width: 100% !important;
    background: #fff;
}
.big-plan .fancybox-inner {
    /*width: auto !important;*/
    width: 100% !important;
    text-align: center;
}
.big-plan .fancybox-close {
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
    z-index: 8040;
    width: 20px;
    height: 20px;
    text-align: right;
    background: url(/img/psn_window_close_cross.png) no-repeat right center;
    background-size: contain;
    left: auto;
}
.big-plan.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.flat_popup__discount_image{
    width: 100%;
}
.flat_popup__props_line{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: bold;
    padding: 15px 7px;
    font-size: 18px;
    align-items: center;
}
.flat_popup__props_line:not(:last-child){
    border-bottom: 1px solid white;
}
.flat_popup__props_line .flat_popup__props_property:nth-child(2){
    text-align: center;
}
.small_bold_text{
    font-size: 10px;
    font-weight: normal;
}
.flat_popup__props_table{
    margin-top: 30px;
}
.flat_popup__info_text{
    width: 85%;
    font-size: 10px;
    padding-left: 7px;
    margin-top: -30px;
}
.flat_popup__price{
    margin-bottom: 10px;
}
.flat_popup__price_amount{
    font-weight: bold;
    font-size: 22px;
    line-height: 17px;
}
.flat_popup__right .close{
    width: 100%;
    height: 20px;
    text-align: right;
    background: url(/img/psn_window_close_cross.png) no-repeat right center;
    background-size: contain;
    cursor: pointer;
    margin-bottom: 3px;
}

.flat_popup__buy_area {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0;
}

.flat_popup__buy_button {
  color: #dd5626;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 15px;
  border: 2px solid;
  font-size: 18px;
  cursor: pointer;
}
.flat_popup__buy_button:hover{
    color: white;
    background-color: #dd5626;
    border: 2px solid #dd5626;
}
.flat_popup__favorite_button {
  width: 45px;
  height: 45px;
  margin-left: 15px;
  background: none;
  cursor: pointer;
}

.flat_popup__favorite_button svg {
  width: 45px;
  height: 45px;
  fill: #dd5626;
}

.flat_popup__discount_image.without_discount{
    vertical-align: top;
    margin-bottom: 45px;
}

.flat_popup__plan_booked {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 1720px) and (max-width:1920px){
    .flat_popup__info_text{
        margin-top: -45px;
    }
    .flat_popup__discount_image.without_discount{
        margin-bottom: 55px;
    }
}
@media all and (max-width: 1500px){
    .flat_popup__area{
        width: 80%;
    }
}
@media all and (max-width: 680px){
    .flat_popup__area{
        width: 100%;
    }
}
@media all and (max-width: 480px){
    .flat_popup__area{
        flex-direction: column;
        top: 0;
    }
    div.popup_wrapper{
        z-index: 999;
    }
    .flat_popup__right,
    .flat_popup__left{
        width: 100%;
    }
    .flat_popup__props_table{
        display: inline-flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .flat_popup__buy_area{
        text-align: center;
    }
    .flat_popup__props_line{
        width:50%;
        box-sizing: border-box;
    }
    .flat_popup__props_property{
        line-height: 17px;
    }
    .flat_popup__props_line:nth-child(2n+1){
        border-right: 1px solid white;
    }
    .flat_popup__props_line:nth-child(2n+2){
        border-bottom: 1px solid white;
    }
    .flat_popup__plan_image{
        width: 60%;
    }
    .flat_popup__right .close{
        position: absolute;
        top: 5px;
        left: -5px;
    }
    .flat_popup__star_area{
        margin-bottom: 35px;
    }
    .flat_popup__info_text{
        margin-top: -50px;
    }
    .flat_popup__discount_image.without_discount{
        margin-bottom: 65px;
    }
}

#form_14 .popup_wrapper{
    z-index: 10000;
}
#plash .bx-wrapper{
/*display:none!important;*/
}

/* PSN HOME [18/02/2019] */

.psn-home {
	background: url(../images/psn-home/home_psn.jpg) no-repeat center;
    background-size: cover;
	padding: 100px 0;
}
.psn-home-wrapper {
	max-width: 1160px;
    margin: 0 auto;
	text-align: center;
}
.psn-home .title {
	font-family: 'Circe','Roboto',sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #262627;
    font-size: 40px;
    line-height: 1.1em;
    margin-bottom: 51px;
    text-transform: uppercase;
    text-align: center;
}
.psn-home .btn {
	display: inline-block;
    height: 45px;
    line-height: 46px;
    padding: 0 35px;
    border: #df5311 solid 2px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Circe','Roboto',sans-serif;
    font-style: normal;
    font-weight: 900;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ymaps-layers-pane{
  filter: grayscale(100%);
}
[class*="ymaps-2"][class*="-ground-pane"] {
  filter: grayscale(100%);
}

.apartments-info {
  display: flex;
  flex-flow: column;
}

.filter-apartments summary + .apartments-info {
  margin-top: 25px;
}

@media (min-width: 680px) {
  .apartments-info {
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .apartments-info__col {
    flex: 0 0 49%;
  }
}

.apartments-info__item {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 30px;
}

.apartments-info__item-icon-wrapper {
  flex: 0 0 30px;
}

.apartments-info__item-icon {
  position: relative;
  top: 4px;
  max-width: 100%;
}

.apartments-info__item-content {
  margin-left: 15px;
}

.apartments-info__item-title {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.apartments-info__item-text {

}

.apartments-info__item-text ul {
  margin-left: 20px;
  margin-bottom: 10px;
}

.apartments-info__item-text p {
  display: block;
  margin-bottom: 10px;
}

.online-sale-icon svg path {
  fill: #CCCCCC;
}

.online-sale-icon--active svg path {
  fill: #F15F21
}

.tippy-box[data-theme="psn"] {
  border-radius: 0;
  background-color: #303539;
  box-shadow: 0 0 5px rgba(50, 50, 50, 0.5);
}

.tippy-box[data-theme="psn"] .tippy-content {
  padding: 8px 15px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}

.tippy-box[data-theme="psn"][data-placement="top-end"] {
  right: -10px;
}

.tippy-box[data-theme="psn"][data-placement="top-end"]> .tippy-arrow:before {
  bottom: -9px;
  left: -22px;
  border-width: 15px 20px 0;
}
