body,
form,
input,
textarea {
  font-family: 'HelveticaNeueCyrRoman', 'helvetica neue', 'Open Sans', sans-serif;
}
html.no-scroll {
  overflow: hidden;
  padding-right: 18px;
}
.content-wrapper {
  margin-top: 38px;
  padding: 0 2em;
}
.main-container {
  font-family: 'HelveticaNeueCyrLight', 'helvetica neue', 'Open Sans', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
}
label {
  font-weight: normal;
}
.visible {
  opacity: 1.0;
}
.pull-center {
  text-align: center;
}
#curtains-orientier {
  overflow: hidden;
  height: 0;
}
#content-wrapper {
  height: inherit;
  width: inherit;
}
.general-container {
  box-sizing: border-box;
  min-height: 100%;
}
.central {
  max-width: 1200px;
  margin: 0 auto;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
body {
  background: #303030;
  color: white;
  overflow-x: hidden;
}
.general-header h1 {
  color: white;
  text-transform: uppercase;
  font-family: 'electra', 'helvetica neue', 'Open Sans', sans-serif;
  font-weight: bolder;
  margin: 0 0 0 0;
}
.general-header {
  background: #515151;
  padding: 2em 0 2em 0;
}
.main-container {
  max-width: 1200px;
  margin: 0 auto;
}
.content-wrapper {
  font-family: 'HelveticaNeueCyrLight', 'helvetica neue', 'Open Sans', sans-serif;
  font-size: 16px;
}
.big-quote {
  font-family: 'electra', 'helvetica neue', 'Open Sans', sans-serif;
  font-size: 26px;
  line-height: 1.1em;
  padding: 15px 0;
  border-left: none;
}
.big-quote.left {
  text-align: left;
}
.big-quote.right {
  text-align: right;
}
.info {
  font-size: 16px;
  font-weight: lighter;
  line-height: 1.7em;
}
.info p {
  padding: 0.3em 0;
}
h2.larger {
  font-family: 'electra', 'helvetica neue', 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 33px;
  line-height: 1.8em;
  margin: 50px 0 50px 0;
  border: 8px #AAABAB solid;
}
/*==== В главных ролях =====*/
.starring-wrapper {
  text-align: center;
}
.starring-wrapper .item {
  display: inline-block;
  vertical-align: top;
  height: 350px;
  margin: 10px 22px 30px;
}
.starring-wrapper .item img {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 10px;
}
.starring-wrapper .item.first {
  margin-left: 0;
}
.starring-wrapper .item.firth {
  margin-right: 0;
}
.starring-wrapper .item .name {
  width: 238px;
  display: block;
  font-size: 22px;
  font-weight: bolder;
}
.starring-wrapper .item .about {
  width: 238px;
  display: block;
  font-size: 18px;
}
.info-text p {
  text-align: justify;
}
.info-text:first-letter {
  padding-left: 2em;
}
p.quote {
  font-style: italic;
}
p.quote:first-letter {
  padding-left: 2em;
}
.pchel2 {
  display: inline-block;
  vertical-align: top;
  background: url(../../images/pchel2.png);
  width: 49px;
  height: 55px;
  padding: 0;
  margin: 0 -49px -55px 0;
  border: none;
  position: relative;
  top: 12px;
}
/* ====== Clients block ====== */
.grey-fill-block.darker .grey-fill-block-wrapper {
  background: #515151;
}
.grey-fill-block-wrapper {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 40;
  background: #AAABAB;
}
.grey-fill-block-wrapper .grey-fill-block-center {
  text-align: center;
  max-width: 1170px;
  margin: 40px auto;
}
.grey-fill-block-wrapper .partners-wrapper {
  margin-bottom: 0;
}
.grey-fill-block-wrapper .diplomas {
  margin-bottom: 22px;
}
.client-icon-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}
.partner-icon-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px 40px 30px;
}
.diploma-icon-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0 7px;
  margin-bottom: 18px;
}
/* ===== Reviews ==============*/
.reviews {
  position: relative;
}
.reviews .review {
  display: none;
}
.reviews .review.current {
  display: block;
}
.reviews .review p {
  margin: 0;
  text-align: justify;
}
.reviews .review p strong {
  font-family: 'Myriad Pro', 'Verdana', 'Arial', sans-serif;
}
.reviews .review p:first-letter {
  margin-left: 25px;
}
.reviews .quote-arrow {
  position: absolute;
  display: block;
  width: 112px;
  height: 113px;
  z-index: 80;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0.3;
}
.reviews .quote-arrow.left {
  background: url(../../images/quote-big-arrow-left.png);
  left: -140px;
  top: 84px;
}
.reviews .quote-arrow.right {
  background: url(../../images/quote-big-arrow-right.png);
  right: -138px;
  bottom: 0;
}
.reviews .quote-arrow:hover,
.reviews .quote-arrow.hover {
  opacity: 1;
}
.reviews .quote-arrow.active-link {
  z-index: 150;
  background: none;
}
.reviews .review-header {
  font-family: 'Myriad Pro', 'Verdana', 'Arial', sans-serif;
  text-align: center;
  font-weight: bolder;
  font-size: 26px;
  line-height: 1.5em;
  margin: 0 0 40px 0;
}
.reviews .review-text {
  font-size: 16px;
  line-height: 1.5em;
}
/*===== Diploma gallery ======*/
.gallery-popup-background {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: #0b0b0b;
  opacity: 0.0;
  filter: alpha(opacity=0);
}
.gallery-popup-background.visible {
  opacity: 0.8 !important;
  filter: alpha(opacity=80);
}
.gallery-popup-item-wrapper {
  position: fixed;
  z-index: 201;
  width: 100%;
  height: 100%;
  text-align: center;
}
.gallery-popup-item-wrapper img {
  vertical-align: middle;
  height: 90%;
}
.news-about-us-wrapper h3 {
  font-family: 'Myriad Pro', 'Verdana', 'Arial', sans-serif;
  font-weight: bolder;
  font-size: 20px;
  text-align: center;
  line-height: 1.5em;
}
.news-about-us-wrapper h3 a {
  text-decoration: none;
}
.news-about-us-wrapper h3 a:hover {
  color: white;
  text-decoration: none;
}
.news-about-us-wrapper img {
  width: 100%;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/*# sourceMappingURL=company.css.map */