@font-face {
  font-family: 'Ed';
  src: url("../fonts/edmondsans-medium-webfont.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'EdB';
  src: url("../fonts/edmondsans-bold-webfont.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ML';
  src: url("../fonts/memphisLight.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MM';
  src: url("../fonts/memphisMed.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MT';
  src: url("../fonts/mensch-thin.ttf");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
}
img {
  max-width: 100%;
}
.wrapper {
  min-width: 250px;
  max-width: 960px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  padding: 0 10px;
  font: 12px/1 'Ed', Helvetica, Arial, sens-serif;
  word-break: break-word;
  margin: 0 auto;
  color: #004378;
  border-left: 1px solid #004378;
  border-right: 1px solid #004378;
}
.col-7 {
  width: 66.66%;
  float: left;
  padding: 20px 20px 0;
}
.col-3 {
  width: 33.33%;
  float: left;
  padding: 20px 10px 0;
}
.header-inset {
  position: relative;
  margin: 0 auto;
  padding: 36px 0 0;
  min-height: 120px;
  margin-bottom: 20px;
}
.header-inset:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  background: url("../img/el1.png") 0 0 repeat-x;
}
.nav {
  padding: 10px 100px 0 0;
  font-weight: bold;
}
.nav-item {
  display: inline-block;
  margin: 0 1.4%;
  color: #004378;
  font: 17px 'Ed', Helvetica, Arial, sens-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-item:hover,
.nav-item.active {
  text-decoration: none;
  border-bottom: 1px solid #004378;
  color: #004378;
}
.nav-item:focus {
	text-decoration: none;
}
.logo {
  position: absolute;
  right: 0;
  top: 20px;
}
.logo img {
    width: 250px;
}
.content {
  position: relative;
}
.content-inset {
  padding: 0 0 60px;
  margin: 0 auto;
}
.bg-line-1 {
  background: url("../img/bg1.png") 0 0 repeat;
}
.bg-line-2 {
  background: url('../img/bg4.png') 0 0 repeat
}
.color-blue {
  color: #004378 !important;
}
.title-1 {
  display: inline-block;
  width: 50%;
  padding: 0 0 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  font: 20px 'Ed', Helvetica, Arial, sens-serif;
  text-transform: uppercase;
  color: #fff;
}
.title-2 {
  display: inline-block;
  width: 80%;
  padding: 0 0 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #004378;
  font: 20px 'EdB', Helvetica, Arial, sens-serif;
  text-transform: uppercase;
  color: #004378;
}
.text-1 {
  padding: 20px 0;
  margin: 0;
  color: #fff;
  font: 16px/24px 'ML', Arial
}
.text-2 {
  color: #004378;
  font: 16px/24px "MM"
}
.text-2 br {
  line-height: 2.2
}
.dot-line,
.dot-line-2,
.dot-line-3 {
  position: relative;
  display: inline-block;
  width: 50%;
  overflow: hidden;
  font: 10px/1 Arial;
  color: #fff;
}
.dot-line:before,
.dot-line-2:before,
.dot-line-3:before {
  content: '';
  position: absolute;
  left: -50%;
  top: 5px;
  width: 100%;
  border-bottom: 1px solid #fff;
  margin-left: -11px;
}
.dot-line:after,
.dot-line-2:after,
.dot-line-3:after {
  content: '';
  position: absolute;
  right: -50%;
  top: 5px;
  width: 100%;
  border-bottom: 1px solid #fff;
  margin-right: -11px;
}
.dot-line-2 {
  color: #004378;
}
.dot-line-2:before,
.dot-line-2:after {
  border-color: #004378;
}
.dot-line-3 {
  width: 100%;
  text-align: center;
  color: #004378;
}
.dot-line-3:before,
.dot-line-3:after {
  border-width: 1px;
  border-color: #3885ac;
}
.about-text {
  padding: 10px 0 0;
  min-height: 350px;
}
.client-text {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.client-text .title-1 {
  padding-bottom: 20px;
}
.client-text .text-1 {
  padding: 25px 10%;
}
.main-slide {
  height: 400px;
  padding: 0 10%;
  margin-bottom: 20px;
  background: url("../img/bg1.png") 0 0 repeat;
  color: #fff;
  text-align: center;
}
.main-slide-title-1 {
  font: 21px/1.3 'Ed', Helvetica, Arial, sens-serif;
  padding: 0 0 28px;
  text-transform: uppercase;
}
.main-slide-title-2 {
  padding: 10px 0 5px;
  font: 70px/1.3 'EdB', Helvetica, Arial, sens-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
.styled-border {
  border-style: solid;
  border-width: 19px 17px 18px 18px;
  -moz-border-image: url("../img/border1.png") 19 17 18 18;
  -webkit-border-image: url("../img/border1.png") 19 17 18 18;
  -o-border-image: url("../img/border1.png") 19 17 18 18;
  border-image: url("../img/border1.png") 19 17 18 18;
}
.styled-border2 {
  border-style: solid;
  border-width: 18px;
  -moz-border-image: url("../img/border2.png") 18 round;
  -webkit-border-image: url("../img/border2.png") 18 round;
  -o-border-image: url("../img/border2.png") 18 round;
  border-image: url("../img/border2.png") 18 round;
}
.styled-border2-img {
  z-index: -1;
  position: relative;
  margin-left: -7px;
  margin-top: -7px;
  margin-bottom: -7px;
  width: 106%;
  max-width: inherit;
  width: calc(100% + 14px);
}
.styled-border-3 {
  border-style: solid;
  border-width: 18px 19px;
  -moz-border-image: url("../img/border3.png") 20 17 repeat;
  -webkit-border-image: url("../img/border3.png") 20 17 repeat;
  -o-border-image: url("../img/border3.png") 20 17 repeat;
  border-image: url("../img/border3.png") 20 17 fill repeat;
}
.styled-border-4 {
  border-style: solid;
  border-width: 13px;
  -moz-border-image: url("../img/border4.png") 13 repeat;
  -webkit-border-image: url("../img/border4.png") 13 repeat;
  -o-border-image: url("../img/border4.png") 13 repeat;
  border-image: url("../img/border4.png") 13 fill repeat;
}
.styled-border-5 {
  border-style: solid;
  border-width: 17px;
  -moz-border-image: url("../img/border5.png") 20 17 repeat;
  -webkit-border-image: url("../img/border5.png") 20 17 repeat;
  -o-border-image: url("../img/border5.png") 20 17 repeat;
  border-image: url("../img/border5.png") 20 17 fill repeat;
}
.styled-border-bg {
  position: relative;
  z-index: -1;
  height: 106%;
  margin: -7px;
}
.feather-line {
  position: relative;
  overflow: hidden;
  height: 35px;
  margin-bottom: 10px;
  background: url("../img/feather.png") center center no-repeat;
}
.feather-line:after {
  content: '';
  position: absolute;
  top: 21px;
  right: 0;
  margin-right: -40px;
  width: 50%;
  border-bottom: 1px solid #fff;
}
.feather-line:before {
  content: '';
  position: absolute;
  top: 21px;
  left: 0;
  margin-left: -40px;
  width: 50%;
  border-bottom: 1px solid #fff;
}
.super-border,
.super-border-2 {
  position: relative;
}
.super-border:after,
.super-border-2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  background: url("../img/el2.png") 0 0 repeat-x;
}
.super-border-2 {
  padding-bottom: 29px;
}
.super-border-2:after {
  background: url("../img/el1.png") 0 0 repeat-x;
}
.advantages {
  margin: 20px 0;
}
.advantages [class*="col-"] {
  border-left: 1px solid #0b4b80;
}
.advantages [class*="col-"]:nth-of-type(1) {
  border-left: 0;
}
.advantages-item {
  padding: 20px 3%;
  text-align: center;
  font: 12px/1.8em 'Ed', Helvetica, Arial, sens-serif;
  color: #004378;
}
.advantages-title {
  margin: 10px 0 20px;
  font: 35px 'MT', Helvetica, Arial, sens-serif;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.advantages-title:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  width:32px;
  padding: 0;
  margin-right: 11px;
  margin-top: -5px;
  background: url("../news/wp-content/themes/polak/img/filigree_right.svg") 0 top no-repeat;
  font-size: 10px;
}
.advantages-title:after {
  content: '';
  width:32px;
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  padding: 0;
  margin-left: 10px;
  margin-top: -5px;
  background: url("../news/wp-content/themes/polak/img/filigree_left.svg") right top no-repeat;
  font-size: 10px;
}
.about-2 {
  padding: 30px 20px 20px;
  margin-bottom: 20px;
  font: 16px/24px 'MM';
  text-align: center;
  background: url("../img/bg3.png") 0 0 repeat;
}
.special-title {
  font: 35px 'MT', Helvetica, Arial, sens-serif;
  letter-spacing: -1px;
  margin: 0 0 20px;
}
.special-title.has-el {
  border-bottom: 1px solid #618bad;
  padding: 10px 55px
}
.title-3 {
  font: 20px 'Ed', Helvetica, Arial, sens-serif;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #0b4b80;
  text-transform: uppercase;
  text-align: center;
}
.title-3:before {
  content: '●';
  margin-right: 10px;
  font-size: 10px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}
.title-3:after {
  content: '●';
  margin-left: 10px;
  font-size: 10px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}
.special-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font: 12px/17px 'Ed', Arial
}
#list {
  margin-bottom: 20px
}
.special-list-item {
  font-size: 13px;
  line-height: 17px;
}
.special-list-item:after {
  content: '•';
  font-size: 17px;
  line-height: 1.4;
  font-weight: bold;
  display: block;
  color: #00457c;
}
.special-list-item:last-child:after {
  display: none;
}
.special-year {
  display: block;
  font: 16px 'MM', Arial;
  margin-bottom: 5px;
}
.special-sep {
  position: absolute;
  left: 8px;
  top: 0;
  height: 100%;
  overflow: hidden;
  color: #004378;
  font: 22px/1.5 Arial
}
.special-sep:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  border-right: 1px solid #004378;
  height: 50%;
  margin-top: -17px;
  font-size: 15px;
}
.special-sep:after {
  content: '';
  position: absolute;
  left: 5px;
  bottom: 0;
  border-right: 1px solid #004378;
  height: 50%;
  margin-bottom: -17px;
}
.hide-list {
  width: 100%;
  border: 0;
  background: 0;
  border-bottom: 1px solid #618bad;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'MM', Helvetica, Arial, sens-serif;
  padding: 5px 0 15px;
  margin: 0 0 20px;
  outline: none;
  text-decoration: underline;
}
.hide-list:hover {
  text-decoration: none; 
}
.sample-bl {
  height: 150px;
  text-align: center;
  background: url("../img/bg3.png");
}
.beauty {
  position: relative;
  font: italic 18px/1.3 'MM', Helvetica, Arial, sens-serif;
}
.beauty:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -15px;
  width: 33px;
  height: 6px;
  margin-left: -17px;
  background: url("../img/el5.png");
}
.beauty:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 33px;
  height: 6px;
  margin-left: -17px;
  background: url("../img/el5.png");
}
.beauty-2 {
  position: relative;
  padding: 40px 0;
  font: italic 18px/1.3 'MM', Helvetica, Arial, sens-serif;
  color: white
}
.beauty-2:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 33px;
  height: 6px;
  margin-left: -17px;
  background: url("../img/el6.png");
}
.beauty-2:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 33px;
  height: 6px;
  margin-left: -17px;
  background: url("../img/el6.png");
}
.replic-author {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: 37px;
  margin-bottom: -23px;
}
.text-uppercase {
  text-transform: uppercase;
}
.bottom-bl {
  position: relative;
  height: 140px;
  text-align: center;
  color: #004378;
  font: 15px 'ML', Arial;
  text-transform: uppercase;
}
.bottom-bl a:hover {
  text-decoration: none;
  color: #000;
}
.bottom-bl:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 9px;
  background: url("../img/el1.png") 0 0 repeat-x;
}
.bottom-bl:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  background: url("../img/el1.png") 0 0 repeat-x;
}
.page-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.page-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  background: url("../img/el1.png") 0 0 repeat-x;
}
.page-title-tag {
  font: 30px/1.4 'MM', Helvetica, Arial, sens-serif;
  text-transform: uppercase;
  text-align: center;
  color: #00447c;
  margin: 0;
}
.page-title-tag:after,
.page-title-tag:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 10px;
  background: url("../img/el3.png") 0 0 no-repeat;
  margin: -8px 0 0 30px;
}
.page-title-tag:before {
  margin: -8px 30px 0 0;
  background-position: 0 bottom;
}
.areas-list-wrap {
  overflow: hidden;
  margin-bottom: 3px
}
.areas-list {
  list-style: none;
  padding: 0;
  margin: -8px -9px -8px -8px;
  font-size: 0;
}
.areas-list-dot {
  position: relative;
}
.areas-list-dot:after {
  content: '●';
  display: inline-block;
  width: 21px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -1px;
  background: #fff;
  height: 8px;
  z-index: 2;
  line-height: 15px;
  vertical-align: top;
  font-size: 10px;
}
.areas-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  margin-right: -1px;
  font-size: 14px;
  text-align: center;
}
.areas-item:after {
  content: '●';
  display: inline-block;
  width: 21px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -1px;
  background: #fff;
  height: 8px;
  z-index: 2;
  line-height: 15px;
  vertical-align: top;
  font-size: 10px;
}
.areas-item-bg {
  background: url("../img/bg1.png") 0 0 repeat;
  position: absolute;
  top: 1%;
  left: 1%;
  width: 98%;
  height: 98%;
  z-index: -1;
}
.areas-item-bl {
  display: table;
  width: 100%;
  height: 150px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.areas-item-bl:hover {
  background: #fff;
}
.areas-item-bl:hover .areas-item-text-1 {
  opacity: 0;
}
.areas-item-bl:hover .areas-item-text-2 {
  opacity: 1;
  -webkit-transform: scale(1) rotateX(0deg);
  -moz-transform: scale(1) rotateX(0deg);
  -ms-transform: scale(1) rotateX(0deg);
  -o-transform: scale(1) rotateX(0deg);
  -webkit-transition: scale(1);
  -moz-transition: scale(1);
  -ms-transition: scale(1);
  -o-transition: scale(1);
  -webkit-transition: scale(1);
  -moz-transition: scale(1);
  -ms-transition: scale(1);
  -o-transition: scale(1);
  transition: scale(1);
}
.areas-item-text-1 {
  text-transform: uppercase;
  color: #fff;
  font: 16px/25px 'MM', Helvetica, Arial, sens-serif;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.areas-item-text-2 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 72px;
  margin-top: -36px;
  padding: 0 8%;
  font-size: 12px;
  line-height: 18px;
  color: #004378;
  opacity: 0;
  -webkit-transform: scale(0.5) rotateX(360deg);
  -moz-transform: scale(0.5) rotateX(360deg);
  -ms-transform: scale(0.5) rotateX(360deg);
  -o-transform: scale(0.5) rotateX(360deg);
  -webkit-transition: scale(0.5);
  -moz-transition: scale(0.5);
  -ms-transition: scale(0.5);
  -o-transition: scale(0.5);
  -webkit-transition: scale(0.5);
  -moz-transition: scale(0.5);
  -ms-transition: scale(0.5);
  -o-transition: scale(0.5);
  transition: scale(0.5);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.areas-item-text-2 b {
  font: 16px/1.3 'MM', Helvetica, Arial, sens-serif;
}
.areas-item-text-2 p {
  margin: 10px 0;
}
.areas-item-text-2 a {
  color: #004378;
}
.areas-item-text-wrap {
  display: table-cell;
  vertical-align: middle;
}
.areas-group {
  font: 12px 'Ed';
  text-transform: none;
  margin-bottom: 10px;
}
.areas-group:before {
  content: '●';
  margin-right: 10px;
  font: 10px Arial
}
.areas-group:after {
  content: '●';
  margin-left: 10px;
  font: 10px Arial 
}
.blue-theme .title-1 {
  border-color: #004378 !important;
  color: #004378;
}
.blue-theme .text-1 {
  color: #004378;
}
.blue-theme .dot-line {
  color: #004378;
}
.blue-theme .dot-line:before,
.blue-theme .dot-line:after {
  border-color: #004378;
}
.footer {
  position: relative; 
  height: 60px;
  margin: -60px auto 0;
  padding: 30px 0;
  font: 11px/1 'Ed', Helvetica, Arial, sens-serif;
  word-break: break-word;
  color: #00457c;
  text-align: center;
}
.footer-inset {
  max-width: 960px;
  min-width: 250px;
  margin: 0 auto;
}
.logo2 {
  margin: 0 15%;
}
.bottom-adress {
  padding: 30px 0;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #00457c;
  color: #00457c;
}
.bottom-adress a {
  color: #00457c
}
.mb-20 {
  margin-bottom: 20px;
}
.pl_35 {
  padding-left: 35px;
}
.no-pr {
  padding-right: 0 !important
}
.no-pl {
  padding-left: 0 !important
}
.pr-half {
  padding-right: 7.5px !important
}
.pl-half {
  padding-left: 7.5px !important
}
.ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.full_width {
  width: 100%;
}
.alignV {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.alignV_inset {
  display: table-cell;
  vertical-align: middle;
}

.has-el:before {
  content: '●';
  display: inline-block;
  vertical-align: middle;
  height: 8px;
  padding-left: 40px;
  margin-right: 7px;
  margin-top: -5px;
  background: url("../img/el7.png") 0 top no-repeat;
  font-size: 9px;
}
.has-el:after {
  content: '●';
  display: inline-block;
  vertical-align: middle;
  height: 8px;
  padding-right: 40px;
  margin-left: 7px;
  margin-top: -5px;
  background: url("../img/el7.png") right top no-repeat;
  font-size: 9px;
}

.mobile-nav-toogle {
  display: none;
  position: absolute;
  left: 0;
  top: 23px;
  width: 55px;
  height: 55px;
  background: url('../img/mobile_nav.png') 0 0 no-repeat;
  background-size: cover;
  cursor: pointer;
}
.mobile-nav-toogle.active {
  background-position: 0 100%
}

.beauty-h {
  height: 270px
}


/************ RESPONSIVE RULES *************/


@media screen and (max-width: 900px){
  .main-slide {
    padding-left: 5%;
    padding-right: 5%;
    height: 270px;
  }
}

@media screen and (max-width: 800px){
  .main-slide {
    padding-left: 11%;
    padding-right: 11%;
  }
  /*.main-slide-title-1 {

  }*/
  .main-slide-title-2 {
    font-size: 50px
  }
  .nav {
    padding-right: 260px
  }
  .nav-item {
    margin-left: 1%;
    margin-right: 1%;
    font-size: 15px
  }
}
@media screen and (max-width: 700px){

  .content-inset {
    padding-bottom: 122px
  }
  .footer {
    height: 122px;
    margin-top: -122px
  }
  .page-title-tag {
    padding: 0 35px
  }
  .areas-group {
    font-size: 20px
  }
  .areas-group:before,
  .areas-group:after {
    position: relative;
    top: -3px;
  }
  .client-text .text-1 {
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;
    line-height: 37px;

  }
  .client-text .title-1 {
    font-weight: bold;
    margin-top: 15px;
    font-size: 25px
  }
  .hide-list {
    font-size: 18px
  }
  .sample-bl {
    height: 250px;
  }
  .beauty,
  .beauty-2 {
    font-size: 25px;
    line-height: 1.5
  }
  .replic-author {
    font-size: 21px
  }
  .mobile-type ~ .special-list-item {
    font-size: 16px;
    line-height: 1.3;
    padding: 0  5%
  }
  .mobile-type ~ .special-list .special-list-item {
    padding: 10px 0;
    font-size: 16px;
    line-height: 27px;
  }
  .mobile-type ~ .special-list .special-list-item:after {
    margin-top: 22px;
  }
  .special-title.mobile-type {
    font-size: 36px;
    line-height: 1.2
  }
  .mobile-type {
    position: relative;
    display: inline-block;
    padding-left: 55px;
    padding-right: 55px;
  }
  .mobile-type.has-el:before,
  .page-title-tag:before {
    position: absolute;
    left: 0;
    top: 50%;
  }
  .page-title-tag:before,
  .page-title-tag:after {
    margin-top: -18px
  }
  .mobile-type.has-el:after,
  .page-title-tag:after {
    position: absolute;
    right: 0;
    top: 50%;
  }
  .areas-item {
    width: 100% 
  }
  .areas-item-bl {
    width: 99.5%;
    height: 210px
  }
  .areas-item-text-1 {
    font-size: 22px;
    line-height: 35px
  }
  .areas-item-text-2 {
    margin-top: -45px;
    font-size: 15px;
    line-height: 30px;
  }

  .super-border-2 {
    padding-bottom: 10px
  }
  .about-text {
    /*padding: 0 2%*/
  }
  .title-1 {
    width: 100%;
    font-size: 26px;
    margin-top: 5px
  }
  .title-2 {
    font-size: 26px;
    line-height: 1.3
  }
  .text-1 {
    font-size: 19px;
    line-height: 30px
  }
  .text-2 {
    font-size: 19px;
    line-height: 30px
  }
  .mobile-width [class*="col-"] {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 20px
  }
  .mobile-width .row {
    margin: 0
  }
  .footer {
    padding: 20px 10%;
    font-size: 14px;
    line-height: 1.5;
  }
  .footer span {
    display: block;
    
  }
  .bottom-adress {
    padding: 20px 0;
  }
  .bottom-adress span {
    display: block;
    line-height: 2;
    font-weight: bold;
    font-size: 18px;
  }
  .main-slide {
    padding-left: 5%;
    padding-right: 5%;
  }
  .main-slide-title-2 {
    font-size: 40px
  }
  .mobile-nav-toogle {
    display: block;
  }
  .header-inset {
    min-height: 110px;
    padding-top: 10px;
    text-align: center;
  }
  .logo {
    position: static;
    left: 0;
    top: 0;
  }
  .logo2 {
    margin: 0 5%
  }
  .nav {
    display: none;
    padding: 20px 0 20px;
    margin-top: 20px;
    background: url("../img/el1.png") 0 0 repeat-x;
  }
  .nav-item {
    position: relative;
    margin-left: 0;
    margin-right: -4px;
    padding: 0 3%;
    font-size: 22px;
    line-height: 2;
  }
  .nav-item:after {
    content: '•';
    position: absolute;
    right: 0;
    height: 100%;
    margin-right: -4px;
    line-height: 1.4;
    font-size: 30px;
  }
  .nav-item:last-child:after {
    display: none;
  }
  .advantages {
    margin: 0 0 20px
  }
  .advantages [class*="col-"] {
    border-bottom: 1px solid #004378;
    border-left: 0;
  }
  .advantages-item {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.5
  }
  .advantages-title {
    font-size: 47px
  }
  .about-2 {
    padding: 10px;
    font-size: 19px;
    line-height: 30px
  }
  .special-sep {
    display: none;
  }
  .special-title {
    font-size: 42px
  }
  .special-year {
    font-size: 22px
  }
  .special-list-item {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 500px){
  .logo {
    width: 100%;
    display: block;
    padding-left: 65px;
  }
  .main-slide {
    padding-left: 2%;
    padding-right: 2%;
    height: 230px;
  }
  .main-slide-title-1 {
    font-size: 16px
  }
  .main-slide-title-2 {
    font-size: 30px
  }
  /*.logo2 {
    display: none;
  }*/
  .bottom-bl {
    min-height: 140px;
    height: auto
  }
  .bottom-bl span {
    margin-right: 5%;
    display: block;
    padding: 25px 0;
  }
}
@media screen and (max-width: 450px){
  .header-inset {
    text-align: right;
  }
  .nav {
    text-align: center;
    
  }
}
@media screen and (max-width: 360px){
  .main-slide-title-1 {
    font-size: 18px
  }
  .main-slide-title-2 {
    font-size: 23px
  }
  .areas-item-text-1 {
    font-size: 18px;
    line-height: 28px;
  }
  .areas-item-text-2 {
    font-size: 13px;
    line-height: 20px
  }
  .client-text .title-1 {
    font-size: 18px
  }
  .client-text .text-1 {
    font-size: 17px;
    line-height: 25px
  }
}

.advantages-item-img {
  display: block;
  width: 184px;
  margin: 0 auto;
}

.advantages-item-img img {
  width: 50%;
}

.advantages-item img {
  /*max-width: 50%;*/
}

.vcard_link {
  text-transform: uppercase;
  color: white;
  font: 13px 'EdB';
}
.vcard_link:hover,
.vcard_link:active,
.vcard_link:focus {
  color: white;
}

#promo-bar{height:0; overflow:hidden; transition: height 0.5s; background:#004378;}
#promo-bar.active{height:50px;}
#promo-bar .promo-bar-inner{ color:#fff; position:relative; font-size:1.2em; line-height:28px; text-align:center; padding-top:10px; }
#promo-bar .promo-bar-inner .close{position:absolute; top:50%; right:10px; width:27px; height:27px; border-radius:50%; border:1px solid #fff; transform:rotate(45deg); text-indent:-100px; overflow:hidden; opacity:1; margin-top:-9px;}
#promo-bar .promo-bar-inner .close::before{width:20px; height:1px; background:#fff; content:''; position:absolute; left:3px; top:12px;}
#promo-bar .promo-bar-inner .close::after{height:20px; width:1px; background:#fff; content:''; position:absolute; top:3px; left:12px;}
#promo-bar .promo-bar-inner img{margin:0 3px;}

@media(max-width:767px){
	#promo-bar .promo-bar-inner{font-size:1em;}
}

@media(max-width:400px){
	#promo-bar .promo-bar-inner{font-size:0.9em;}
}

@media(max-width:370px){
	#promo-bar .promo-bar-inner{font-size:0.8em;}
	#promo-bar .promo-bar-inner .close{right:5px;}
}