/* ==========================================================================
CUSTOM FONTS
========================================================================== */
@import "sprite.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,cyrillic-ext);

/** Generated by FG **/
@font-face {
  font-family: 'futura';
  src: url('../fonts/6551.eot');
  src: local('☺'), url('../fonts/6551.woff') format('woff'), url('../fonts/6551.ttf') format('truetype'), url('../fonts/6551.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
    font-family: 'arvo';
    src: url('../fonts/ArvoRegular.eot');
    src: url('../fonts/ArvoRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ArvoRegular.woff') format('woff'),
         url('../fonts/ArvoRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'arvo';
    src: url('../fonts/ArvoBold.eot');
    src: url('../fonts/ArvoBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ArvoBold.woff') format('woff'),
         url('../fonts/ArvoBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}


/* ==========================================================================
SPRITE
========================================================================== */

/* ==========================================================================
Template styles
========================================================================== */

html, body {color:#000;height:100%;min-height:100%;min-width:950px;font-family:'open sans', tahoma, sans-serif;line-height:1.66;}
html{background:#fff;}

/* ==========================================================================
TYPOGRAPHY
========================================================================== */
*,
*:before,
*:after{-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
address{font-style: normal; }
h1{font-family: arvo;font-size: 36px;font-weight: bold;line-height: 1.3;}
h2{font-family: arvo;font-size: 18px;color: #1d3689;font-weight: normal;}
h3{text-transform: uppercase;
font-weight: bold;
margin: 0;
font-size: 14px;}
h4{}
h5{}
h6{}
p{}
p:first-child{margin-top: 0;}
p:last-child{margin-bottom: 0;}
a, input, textarea, button{outline: none}
a:hover{}
.icn{display: inline-block;position: relative;}

/** PAGE WRAP **/
.page_container {margin-top:-0px;min-height:100%;width:100%;_height:100%;}
.page_container_in {margin:0 auto;padding:0px 0 0px 0;position:relative;width:100%;}

/** HEADER **/

html, body{
  height: 100%;
}
.page{
  min-height: 100%;
  background: url(../images/bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.page:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255,255,255,0.7);
}
.in-fix{
  position: relative; z-index: 2; 
}
.width{
  max-width: 1160px;
  margin: 0 auto;
}
.header{
  margin-bottom: 56px;
  padding-top: 27px;  
}
.header a{
  color: #000;
}
.header-l{
  float: left;
}
.logo{
  float: left;
}
.header-r{
  float: right;
  width: 380px; 
}
.header nav{
  float: left;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-family:futura;
  line-height: 21px;
  margin-left: 10px;
  padding-top: 5px;
}
.header nav ul{
  list-style:none;margin:0;padding:0
}
.header nav ul li{
  display: inline-block;vertical-align: top;
  margin-left: 70px;  
}
.address-street{
  float: left;
  font-size: 12px;
  line-height: 1.4;

}
.address-phone{
  float: right;
  font-size: 14px;
  font-family:futura;
  font-weight: bold;
  line-height: 14px;
  padding-top: 5px;
}
.address-phone a{
    display: block; 
    text-decoration: none;  
}
main{
  padding-left: 120px;  
}
.content-1{
  margin-bottom: 50px;  
}
.content-1-l{float: left;
width: 420px; 
}
.btn{display: inline-block;
border: 0;text-decoration: none;white-space: nowrap;  }
.btn-green{
  color: #fff;  
  font-size: 16px;  
  font-weight: normal;  
  background: #17b8be; 
  height: 44px; 
  line-height: 44px;  
  padding: 0 30px;
  border-radius: 10px;
  font-family: arvo;
}
.content-1-r{float: right;
  max-width: 479px; 
}
.photo-slider-place{
  position: relative;
  width: 479px;
  height: 330px;
}
.photo-slider{
  list-style:none;margin:0;padding:0;
  position: absolute;
  left: 0;
  top: 0;
}
.photo-slider li{
  position: absolute;
  left: 0;top: 0;
  z-index: 1;
}
.photo-slider li.h{
  z-index: 2;
}

.content-2{
  padding-top: 16px;
  position: relative; 
}
.content-2:before{
  content: ' ';
  width: 240px;
  height: 2px;
  background: #ffc80a;
  top: 0; 
  left: 0;   
  position: absolute; 
}
.benefits{
  list-style:none;margin:0;padding:0;
  counter-reset: benefits;
  color: #393939;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;  
  justify-content: space-between; 
  padding-right: 60px;  
  padding-top: 5px;
}
.benefits li{
  position: relative; 
  padding-top: 10px;  
  width: 220px; 
}
.benefits li:before{
  counter-increment: benefits;
  content: counter(benefits);
  position: absolute;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  border-radius: 40px; 
  border: 2px solid; 
  color: #1d3689; 
  left: -60px;  
  top: -5px; 
  font-weight: bold;
}
.benefits{}
.benefits{}
.benefits p{
  font-size: 12px;
  line-height: 20px;
  margin-top: 0;  
}
.benefit-h{min-height: 30px;margin-top: 0;line-height: 14px;}


.pop-glow{position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background:rgba(0,0,0,0.5);z-index: 101;display: none;}
.pop-up{display: none;
    background: #fff; 
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; 
    top: 50px;
    z-index: 102;
    width: 480px;
    text-align: center;  
}
.pop-up[data-pop="info"]{
    width: 960px; 
    font-size: 12px; 
    text-align: left;
}
.pop-up[data-pop="map"]{
    width: 800px; 

}

.pop-up[data-pop="info"] .pop-up-in{
    padding: 65px 85px; 
}
.pop-up[data-pop="info"] .pop-up-in>p{
  text-indent: 36px;
}

.pop-up[data-pop="info"] address{
  margin-bottom: 20px;
}

.pop-up[data-pop="info"] .pop-up-in h3+p{
    margin-top: 0;
}

.pop-up-in{}
.text-col{float: left;width: 53%;margin-top: 20px;  }
.text-col+.text-col{float: right;width: 44%; }
.ol{list-style:none;margin:0;padding:0 }
.pop-close{position: absolute;right: 40px;top: 36px;}
.icn-close{background:url(../images/close-pop.png);width: 12px;height: 12px;}
.pop-h{font-size: 30px;font-family: arvo;margin-bottom: 30px;}
.form-row{margin-bottom: 9px;}
.form-row input[type="text"]{width: 360px;height: 46px;border: 1px solid  #ccc;border-radius: 2px;font-size: 13px;padding: 0 14px;}
.form-row input[type="submit"]{border-radius: 3px;}
.last-row{margin-top: 50px;padding-top: 40px;border-top: 1px solid  #e5e5e5;}
.pop-up[data-pop="order"]{padding-top: 30px;padding-bottom: 30px;}
.pop-up[data-pop="success"]{padding-top: 60px;padding-bottom: 60px;}
.pop-up[data-pop="success"] .pop-h{margin-bottom: 25px;}
.pop-up[data-pop="success"] .btn{border-radius: 3px;margin-top: 20px;}

.pop-up[data-pop="order"] .pop-close,
.pop-up[data-pop="success"] .pop-close{right: 14px;
top: 14px;}


/** OVER CONTAINER **/
.over_jpg{padding: auto;width: 100%;height: 2000px;left: 0;top: 0;z-index: 1000;opacity: 0.7;background: url(../images/over.jpg) no-repeat center top;position: absolute;display: none;;-webkit-filter: hue-rotate(130deg)}
.over_jpg.h{opacity: 0;}


/* ==========================================================================
   PLACEHOLDER
   ========================================================================== */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {}
input:-moz-placeholder, textarea:-moz-placeholder {}


/* ==========================================================================
   BX SLIDER CONTROLS
   ========================================================================== */
.bx-wrapper{position: relative;}
.bx-controls{}
.bx-has-pager{}
.slider-navi{position: absolute;bottom: 6px;left: 0;width: 100%;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;z-index: 10;}
.slider-navi a{-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
-o-flex: 1;
flex: 1;margin: 0 6px;display: block;box-shadow:inset 0 -3px #fff;height: 300px;width: 100%;text-indent: -9999px;background-color: transparent;}
.slider-navi a.active{box-shadow:inset 0 -3px #17b8be;}



/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {background-color: transparent;border: 0;overflow: hidden;*text-indent: -9999px;}
.ir:before {content: "";display: block;width: 0;height: 100%;}
.hidden {display: none !important;visibility: hidden;}
.visuallyhidden {border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {clip: auto;height: auto;margin: 0;overflow: visible;position: static;width: auto;}
.invisible {visibility: hidden;}
.clearfix:before,
.clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}
.ul_justify {text-align: justify;width:100%;}
.ul_justify li{display: inline-block;}
.ul_justify:after{width: 100%; display: inline-block; content: "."; visibility: hidden}
.tar{text-align: right;}
.tac{text-align: center;}
.taj{text-align: justify;}
.fll{float: left;}
.flr{float: right;}
.ol{list-style:none;padding:0;margin:0;counter-reset:list 0;}
.ol li{text-indent: 36px;}
.ol li:before{counter-increment: list;content: counter(list) ". ";display: inline-block;width: 36px;text-indent: 0;}
.ils_text{display: table;width: 100%;}
.ils_i{display: table-cell;vertical-align: top;}
.ils_t{display: table-cell;vertical-align: top;}
.ils_i.vm{vertical-align:middle;}
.ils_t.vm{vertical-align:middle;}
.img_rnd{border-radius: 1000px;}
.wide{width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.rub{position: relative;}
.rub:after{content: '-';position: absolute;left: 0;bottom: 0%;line-height: 1;}


/* ==========================================================================
    Media Queries for Responsive Design.
========================================================================== */
@media only screen and (min-width: 35em) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
}

/* ==========================================================================
    Print styles.
========================================================================== */
@media print {
*{background: transparent !important;color: #000 !important; box-shadow: none !important;text-shadow: none !important;}
a, a:visited {text-decoration: underline;}
a[href]:after {content: " (" attr(href) ")";}
abbr[title]:after {content: " (" attr(title) ")";}
.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {content: "";}
pre, blockquote {border: 1px solid #999;page-break-inside: avoid;}
thead {display: table-header-group; }
tr,img {page-break-inside: avoid;}
img {max-width: 100% !important;}
@page {margin: 0.5cm;}
p,h2,h3 {orphans: 3;widows: 3;}
h2,h3 {page-break-after: avoid;}
}