@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400&subset=latin,cyrillic);
p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.sl {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nowrap {
  white-space: nowrap;
}

a {
  color: inherit;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

em {
  font-style: normal;
}

figure {
  margin: 0;
}

doesnotexists:-o-prefocus, .ben-list, .price-items, .how, .compar-container, .partners-list, .floating-header {
  font-size: 1px !important;
}

/* SASS variables are information about icon's compiled state, stored under its original file name
 *
 * .icon-home
 *   width: $icon-home-width
 *
 * The large array-like variables contain all information about a single icon
 * $icon-home: x y offset_x offset_y width height total_width total_height image_path
 */
/* The provided mixins are intended to be used with the array-like variables
 *
 * .icon-home
 *   @include sprite-width($icon-home)
 *
 * .icon-email
 *   @include sprite($icon-email)
 */
/************************************************************
/** общие стили
/************************************************************/
body {
  position: relative;
  z-index: 1;
  font-family: Arial;
  font-weight: 300;
  font-size: 14px;
  background: url(../img/bg-wood.png);
}

/************************************************************
/** шапка
/************************************************************/
.page-header {
  width: 951px;
  margin-left: auto;
  margin-right: auto;
}
.page-header:after {
  content: "";
  height: 0;
  display: table;
  clear: both;
}

.page-header {
  position: relative;
  padding: 22px 0 25px;
}

.header-logo {
  position: absolute;
  left: 28px;
  top: 20px;
}

.header-right {
  padding-left: 151px;
  text-align: right;
}

.header-menu, .floating-header-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 7px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #518e00;
}
.header-menu:after, .floating-header-menu:after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 2px;
  /*background: url(../img/bg-header-line.png) center top no-repeat;*/
  background-size: 100% auto;
}
.header-menu > li, .floating-header-menu > li {
  display: inline-block;
  margin-left: 13px;
}
.header-menu a, .floating-header-menu a {
  text-decoration: none;
  -webkit-transition: color .2s linear;
          transition: color .2s linear;
}
.header-menu a:hover, .floating-header-menu a:hover {
  color: #ed2025;
}

.header-bottom-item {
  display: inline-block;
  vertical-align: middle;
}

.header-email, .footer-email {
  margin-right: 18px;
  font-size: 16px;
  -webkit-transition: color .2s linear;
          transition: color .2s linear;
}
.header-email:hover, .footer-email:hover {
  color: #ec1e2b;
}

.header-phone, .footer-phone, .floating-header-phone {
  margin-right: 13px;
  font-weight: bold;
  font-size: 24px;
}

.header-callback, .footer-callback, .floating-header-callback {
  border: 0;
  padding: 0;
  position: relative;
  padding: 9px 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  background: #d61b27;
  background-image: -webkit-linear-gradient(top, #eb1e2b, #bd1823);
  background-image: linear-gradient(to bottom, #eb1e2b, #bd1823);
  border-radius: 7px;
}
.header-callback::-moz-focus-inner, .footer-callback::-moz-focus-inner, .floating-header-callback::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.header-callback:hover, .footer-callback:hover, .floating-header-callback:hover {
  background: #c2111d;
  background-image: -webkit-linear-gradient(top, #d61320, #ad0f1a);
  background-image: linear-gradient(to bottom, #d61320, #ad0f1a);
}
.header-callback:hover:after, .footer-callback:hover:after, .floating-header-callback:hover:after {
  box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.5);
}
.header-callback:focus, .footer-callback:focus, .floating-header-callback:focus {
  outline: none;
}
.header-callback:before, .footer-callback:before, .floating-header-callback:before {
  content: "";
  display: inline-block;
  background-image: url(../img/sprites/sprite.png);
  background-position: -62px -129px;
  width: 14px;
  height: 21px;
  margin-right: 5px;
  vertical-align: middle;
}
.header-callback:after, .footer-callback:after, .floating-header-callback:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 5px;
  background: transparent;
  border-radius: 100%;
  box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: box-shadow .1s linear;
          transition: box-shadow .1s linear;
}

/************************************************************
/** promo
/************************************************************/
.promo {
  width: 951px;
  margin-left: auto;
  margin-right: auto;
}
.promo:after {
  content: "";
  height: 0;
  display: table;
  clear: both;
}

.promo-wrapper {
  padding: 36px 0;
  background: url(../img/content/bg-promo.jpg) center top no-repeat;
  background-size: cover;
  color: white;
}
@media (min-width: 1600px) {
  .promo-wrapper {
    background-size: auto;
  }
}
.promo-wrapper .form-order {
  float: right;
  margin-top: 65px;
  margin-right: 6px;
}

.promo {
  position: relative;
  padding: 0 10px;
}
.promo:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 10px;
  right: 10px;
  bottom: -26px;
  height: 35px;
  background: transparent;
  border-radius: 100%;
  box-shadow: 0 15px 28px 16px rgba(0, 0, 0, 0.6);
}

.promo-left {
  float: left;
  width: 50%;
}

.promo-title {
  margin-bottom: 95px;
  font-size: 55px;
  line-height: 56px;
  font-weight: 300;
  text-shadow: 1px 1px #000;
}

.promo-title-1 {
  font-size: 64px;
  line-height: 60px;
  font-weight: bold;
}

.promo-em {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  padding: 3px 5px;
  margin-left: -5px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.promo-timer {
  margin-top: 10px;
}
.promo-timer .countdown-period {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  color: white;
  text-align: center;
  text-transform: lowercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.promo-timer .countdown-amount {
  display: inline-block;
  color: #333333;
  font: 36px Impact;
  line-height: 59px;
}
.promo-timer .countdown-section {
  position: relative;
  display: inline-block;
  display: inline-block;
  background-image: url(../img/sprites/sprite.png);
  background-position: 0px -129px;
  width: 58px;
  height: 59px;
  margin-right: 5px;
  text-align: center;
  box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.29);
}

/************************************************************
/** form
/************************************************************/
.form-input {
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #cccccc;
  -webkit-transition: border-color .1s linear;
          transition: border-color .1s linear;
}
.form-input:focus {
  outline: none;
  border-color: #3572bb;
}
.form-input:focus ~ .form-input-placeholder {
  top: -40px;
}
.form-input.nonempty ~ .form-input-placeholder {
  top: -40px;
}

.form-input-label {
  position: relative;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}

.form-input-placeholder {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  bottom: 0;
  font-size: 18px;
  text-align: center;
  pointer-events: none;
  -webkit-transition: top .1s linear;
          transition: top .1s linear;
}

.form-order {
  position: relative;
  z-index: 1;
  padding: 27px 40px;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  color: black;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.36);
}
.form-order .form-btn {
  position: relative;
  border: 0;
  padding: 0;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  background: #7db037;
  background: -webkit-linear-gradient(top, #8cc63e, #719f32);
  background: linear-gradient(to bottom, #8cc63e, #719f32);
  color: white;
  border-radius: 8px;
  -webkit-transition: background .2s linear;
          transition: background .2s linear;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
}
.form-order .form-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.form-order .form-btn:hover {
  background: #62a20d;
  background: -webkit-linear-gradient(top, #6cb10e, #578f0b);
  background: linear-gradient(to bottom, #6cb10e, #578f0b);
}
.form-order .form-btn:hover:after {
  box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.5);
}
.form-order .form-btn:focus {
  outline: none;
}
.form-order .form-btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 5px;
  background: transparent;
  border-radius: 100%;
  box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: box-shadow .1s linear;
          transition: box-shadow .1s linear;
}

.form-order-arrow {
  position: absolute;
  left: -37px;
  top: 50%;
  margin-top: -23px;
  width: 37px;
  height: 55px;
  overflow: hidden;
}
.form-order-arrow:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.36);
}

.form-input-required-mark {
  color: #ec1e2b;
}

.form-header {
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  line-height: 50px;
}

.form-header-1 {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

.form-header-3 {
  color: #ec1e2b;
  font-weight: bold;
}

/************************************************************
/** benefits
/************************************************************/
.ben {
  width: 951px;
  margin-left: auto;
  margin-right: auto;
}
.ben:after {
  content: "";
  height: 0;
  display: table;
  clear: both;
}

.ben {
  position: relative;
  padding: 30px 0 17px;
  margin-bottom: 10px;
}
.ben:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  /*background: url(../img/bg-header-line.png) center top no-repeat;*/
  background-size: cover;
}

.ben-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: justify;
  text-justify: newspaper;
  font-size: 0;
}
.ben-list:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  visibility: hidden;
}
.ben-list > li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.ben-image-cont {
  min-height: 60px;
}

.ben-text {
  margin-top: -8px;
}

/************************************************************
/** цены
/************************************************************/
.prices {
  width: 951px;
  margin-left: auto;
  margin-right: auto;
}
.prices:after {
  content: "";
  height: 0;
  display: table;
  clear: both;
}

.prices {
  padding: 17px 0 10px;
}

.prices-title {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

.price-items {
  padding: 31px 0 0;
  text-align: justify;
  text-justify: newspaper;
  font-size: 0;
}
.price-items:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  visibility: hidden;
}

.price-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.36);
  margin-bottom: 20px;
  width: 227px;
  height: 227px;
  overflow: hidden;
  font-size: 18px;
}
.price-item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(4, 85, 185, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}
.price-item:hover:before {
  opacity: 1;
}
.price-item:hover .price-item-desc {
  bottom: -200px;
}
.price-item:hover .price-item-desc-content {
  margin-top: -360px;
  color: white;
}
.price-item:hover .price-item-more {
  opacity: 1;
}

.price-item-desc {
  background: white;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 13px 0 15px 0;
  text-align: center;
  -webkit-transition: bottom 0.2s linear;
          transition: bottom 0.2s linear;
}
.price-item-desc:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: -30px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid white;
  border-left: 15px solid transparent;
}

.price-item-desc-content {
  -webkit-transition: margin-top 0.2s linear, color 0.2s linear;
          transition: margin-top 0.2s linear, color 0.2s linear;
}

.price-item-price {
  font-weight: bold;
}

.price-item-more {
  border: 0;
  padding: 0;
  opacity: 0;
  padding: 20px;
  text-align: left;
    width: 300px;
  position: absolute;
  bottom: -25px;
  left: 51%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  /*background: #7db037;*/
  /*background: -webkit-linear-gradient(top, #8cc63e, #719f32);
  background: linear-gradient(to bottom, #8cc63e, #719f32);*/
  color: white;
  border-radius: 8px;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.price-item-more::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.price-item-more:focus {
  outline: none;
}

.price-item:hover .price-item-more {
  -webkit-transition: none;
          transition: none;
  -webkit-transition-delay: 0 !important;
          transition-delay: 0 !important;
}

/************************************************************
/** how we work
/************************************************************/
.how {
  width: 951px;
  margin-left: auto;
  margin-right: auto;
}
.how:after {
  content: "";
  height: 0;
  display: table;
  clear: both;
}

.how-wrapper {
  padding: 30px 0;
  background: url(../img/content/bg-how.jpg) center top no-repeat;
  background-size: cover;
  color: white;
}
@media (min-width: 1600px) {
  .how-wrapper {
    background-size: auto;
  }
}

.how {
  padding: 0 25px;
  text-align: justify;
  text-justify: newspaper;
  font-size: 0;
}
.how:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  visibility: hidden;
}

.how-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 30px 30px 40px 40px;
  font-size: 72px;
  line-height: 80px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
  background: white;
  color: #6ba719;
}
.how-title:after {
  content: '';
  position: absolute;
  right: -58px;
  top: 50%;
  margin-top: -41px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid white;
}

.how-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  vertical-align: top;
  counter-reset: how-list-counter;
}
.how-list > li {
  vertical-align: top;
  display: inline-block;
  width: 20%;
  font-size: 16px;
  text-align: left;
  margin-top: 25px;
}

.how-item-title {
  font-size: 27px;
  line-height: 46px;
  border-bottom: 2px solid white;
  margin-bottom: 13px;
}
.how-item-title:before {
  content: counter(how-list-counter);
  counter-increment: how-list-counter;
  margin-right: 5px;
  font-size: 96px;
  font-weight: 300;
}

.how-item-list {
  padding: 0;
  margin: 0;
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 15px;
}

/************************************************************
/** cta block
/************************************************************/
.cta {
  width: 951px;
  margin-left: auto;
  margin-right: auto;
}
.cta:after {
  content: "";
  height: 0;
  display: table;
  clear: both;
}

.cta-wrapper {
  padding: 33px;
}

.cta {
  position: relative;
  padding: 20px 18px 20px 35px;
  width: 950px;
}
.cta .form-order {
  padding: 20px 40px;
  float: right;
}
.cta:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 10px;
  right: 10px;
  bottom: 19px;
  height: 35px;
  background: transparent;
  border-radius: 100%;
  box-shadow: 0 15px 28px 16px rgba(0, 0, 0, 0.45);
}

.cta-1 {
  background: url(../img/bg-cta-1.jpg);
  background-size: cover;
}
.cta-1 .form-btn {
  position: relative;
  border: 0;
  padding: 0;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  background: #597cc2;
  background: -webkit-linear-gradient(top, #6187d3, #4e6daa);
  background: linear-gradient(to bottom, #6187d3, #4e6daa);
  color: white;
  border-radius: 8px;
  -webkit-transition: background .2s linear;
          transition: background .2s linear;
}
.cta-1 .form-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.cta-1 .form-btn:hover {
  background: #3068aa;
  background: -webkit-linear-gradient(top, #3572bb, #2b5c96);
  background: linear-gradient(to bottom, #3572bb, #2b5c96);
}
.cta-1 .form-btn:hover:after {
  box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.5);
}
.cta-1 .form-btn:focus {
  outline: none;
}
.cta-1 .form-btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 5px;
  background: transparent;
  border-radius: 100%;
  box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: box-shadow .1s linear;
          transition: box-shadow .1s linear;
}

.cta-2 {
  background: url(../img/bg-cta-2.jpg);
  background-size: cover;
}

.cta-content {
  float: left;
  width: 50%;
  margin-top: 10px;
  font-size: 24px;
  color: white;
}

/************************************************************
/** наши приемущества
/************************************************************/
.benefits {
  width: 951px;
  margin-left: auto;
  margin-right: auto;
}
.benefits:after {
  content: "";
  height: 0;
  display: table;
  clear: both;
}

.benefits {
  padding: 27px 0 45px;
}

.benefits-title {
  position: relative;
  font-size: 60px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.benefits-title:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0;
  height: 2px;
  /*background: url(../img/bg-header-line.png) center top no-repeat;*/
  background-size: 100% auto;
}

.benefits-subtitle {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

.compar-container {
  text-align: justify;
  text-justify: newspaper;
  font-size: 0;
  margin-top: 30px;
}
.compar-container:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  visibility: hidden;
}

.compar-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 457px;
  padding: 36px;
  min-height: 430px;
  font-size: 18px;
  background: white;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}

.compar-block-other:after {
  /*content: url(../img/compar-bad.png);*/
  position: absolute;
  right: -14px;
  bottom: 14px;
}
.compar-block-other .compar-title {
  color: #ed2025;
}

.compar-block-our:after {
  /*content: url(../img/compar-good.png);*/
  position: absolute;
  right: -14px;
  bottom: 14px;
}
.compar-block-our .compar-title {
  color: #8cc63e;
}

.compar-title {
  font-size: 30px;
  text-align: center;
}

.compar-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 13px;
}
.compar-list > li {
  clear: both;
  margin-bottom: 10px;
}

.compar-image-cont {
  float: left;
  text-align: center;
  width: 50px;
  padding-top: 5px;
}

.compar-content {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
  text-align: left;
}

/************************************************************
/** documents
/************************************************************/
.docs {
  width: 1071px;
  margin-left: auto;
  margin-right: auto;
}
.docs:after {
  content: "";
  height: 0;
  display: table;
  clear: both;
}

.docs {
  padding: 15px 0 70px;
}

.docs-item {
  display: inline-block;
  vertical-align: top;
}

.partners-title {
  padding-left: 40px;
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
}

.partners-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.partners-list:after {
  content: "";
  height: 0;
  display: table;
  clear: both;
}
.partners-list > li {
  background: white;
  width: 144px;
  height: 144px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}
.partners-list > li:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.partner-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.partners-slider {
  position: relative;
  padding: 0 50px 0 35px;
  margin-top: 5px;
}
.partners-slider .bx-viewport {
  padding: 10px;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
.partners-slider .bx-prev, .partners-slider .bx-next {
  direction: ltr;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -62.5px;
}
.partners-slider .bx-prev {
  left: 0;
  display: inline-block;
  background-image: url(../img/sprites/sprite.png);
  background-position: -32px 0px;
  width: 28px;
  height: 125px;
}
.partners-slider .bx-prev:hover {
  background-position: 0px 0px;
}
.partners-slider .bx-next {
  right: 0;
  display: inline-block;
  background-image: url(../img/sprites/sprite.png);
  background-position: -96px 0px;
  width: 28px;
  height: 125px;
}
.partners-slider .bx-next:hover {
  background-position: -64px 0px;
}

.docs-certs, .docs-ogrn {
  margin-left: 25px;
  text-align: center;
}

.certs-title, .ogrn-title {
  font-size: 22px;
  font-weight: 300;
  line-height: 75px;
  text-transform: uppercase;
  text-align: center;
}

.cert-preview {
  display: inline-block;
  margin-top: 10px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}

.cert-preview-image {
  display: block;
  max-width: 189px;
}

.docs-ogrn {
  margin-left: 30px;
}

.ogrn-preview {
  display: inline-block;
  margin-top: -10px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}

.ogrn-preview-image {
  display: block;
  max-width: 130px;
}

.none {display:none}

/************************************************************
/** image popup
/************************************************************/
.image-popup {
  display: none;
  background: white;
  padding: 30px;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

/************************************************************
/** подвал
/************************************************************/
.footer {
  width: 951px;
  margin-left: auto;
  margin-right: auto;
}
.footer:after {
  content: "";
  height: 0;
  display: table;
  clear: both;
}

.footer-wrapper {
  background: #75b123 url(../img/bg-footer.jpg) center top no-repeat;
  background-size: cover;
  color: white;
}
@media (min-width: 1600px) {
  .footer-wrapper {
    background-size: auto;
  }
}

.footer {
  padding: 19px 0 40px;
  font-size: 14px;
}

.footer-left {
  float: left;
}

.footer-right {
  float: right;
  text-align: right;
  margin-top: 20px;
}

.footer-logo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  direction: ltr;
  text-indent: -9999px;
  background: url(../img/footer-logo.png);
  width: 93px;
  height: 80px;
}
.footer-logo:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /*background: url(../img/footer-logo-hover.png);*/
  opacity: 0;
  -webkit-transition: opacity .1s linear;
          transition: opacity .1s linear;
}
.footer-logo:hover:after {
  opacity: 1;
}

.footer-copyright {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 30px;
}

.footer-callback {
  vertical-align: top;
}

.footer-contacts {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-left: 11px;
}

.footer-phone {
  margin-right: 0;
}

/************************************************************
/** проекты
/************************************************************/
.projects {
  width: 951px;
  margin-left: auto;
  margin-right: auto;
}
.projects:after {
  content: "";
  height: 0;
  display: table;
  clear: both;
}

.projects-wrapper {
  background: #456fc1 url(../img/bg-projects.jpg) center top no-repeat;
  background-size: cover;
  color: white;
}
@media (min-width: 1600px) {
  .projects-wrapper {
    background-size: auto;
  }
}

.projects {
  padding: 54px 0 80px;
}

.projects-title {
  position: relative;
  margin-bottom: 50px;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.projects-title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 2px;
  /*background: url(../img/bg-header-line.png) center top no-repeat;*/
  background-size: 100% auto;
}

.projects-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.projects-slider {
  position: relative;
  padding: 0 40px 0 56px;
}
.projects-slider .bx-prev, .projects-slider .bx-next {
  direction: ltr;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -62.5px;
}
.projects-slider .bx-prev {
  left: 0;
  display: inline-block;
  background-image: url(../img/sprites/sprite.png);
  background-position: -160px 0px;
  width: 28px;
  height: 125px;
}
.projects-slider .bx-prev:hover {
  background-position: 0px 0px;
}
.projects-slider .bx-next {
  right: 0;
  display: inline-block;
  background-image: url(../img/sprites/sprite.png);
  background-position: -128px 0px;
  width: 28px;
  height: 125px;
}
.projects-slider .bx-next:hover {
  background-position: -64px 0px;
}

.project-item:after {
  content: "";
  height: 0;
  display: table;
  clear: both;
}
.project-item .project-left {
  position: relative;
  left: -500px;
  -webkit-transition: left 0.4s cubic-bezier(0.25, 0.25, 0.13, 1.35);
          transition: left 0.4s cubic-bezier(0.25, 0.25, 0.13, 1.35);
}
.project-item .project-right {
  position: relative;
  right: -600px;
  -webkit-transition: right 0.4s cubic-bezier(0.25, 0.25, 0.13, 1.35);
          transition: right 0.4s cubic-bezier(0.25, 0.25, 0.13, 1.35);
}
.project-item.active-slide .project-left {
  left: 0;
}
.project-item.active-slide .project-right {
  right: 0;
}

.project-left {
  float: left;
  width: 315px;
}

.project-right {
  float: right;
  width: 527px;
}

.project-photos-wrapper {
  position: relative;
  text-align: center;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.36);
}
.project-photos-wrapper img {
  display: block;
  max-width: 100%;
}
.project-photos-wrapper:hover .project-photo-before {
  opacity: 1;
}

.project-photo-before {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
          transition: opacity .3s linear;
}

.project-title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}

.project-content {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
}

.project-review {
  position: relative;
  z-index: 1;
  padding: 20px;
  background: white;
  color: black;
  font-size: 14px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.36);
}

.project-review-arrow {
  position: absolute;
  right: -37px;
  top: 50%;
  margin-top: -23px;
  width: 37px;
  height: 55px;
  overflow: hidden;
}
.project-review-arrow:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: white;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.36);
}

.project-review-photo {
  float: right;
  border-radius: 50%;
  overflow: hidden;
  shape-outside: circle(50%);
}
.project-review-photo img {
  display: block;
}

.project-review-title {
  font-size: 18px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.project-review-author {
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 18px;
}

.project-review-content {
  line-height: 17px;
}

/************************************************************
/** floating header
/************************************************************/
.floating-header {
  width: 951px;
  margin-left: auto;
  margin-right: auto;
}
.floating-header:after {
  content: "";
  height: 0;
  display: table;
  clear: both;
}

.floating-header-wrapper {
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
  top: -100px;
  padding: 10px 0;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: top .2s linear;
          transition: top .2s linear;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
}
.floating-header-wrapper.visible {
  top: 0;
}

.floating-header {
  text-align: justify;
  text-justify: newspaper;
  font-size: 0;
}
.floating-header:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  visibility: hidden;
}

.floating-header-left {
  display: inline-block;
  text-align: left;
}

.floating-header-right {
  display: inline-block;
  text-align: right;
}

.floating-logo {
  display: inline-block;
  vertical-align: middle;
}

.floating-header-menu {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: normal;
}
.floating-header-menu:after {
  content: none;
}
.floating-header-menu > li {
  margin-left: 8px;
}

.floating-header-phone {
  font-size: 16px;
  vertical-align: middle;
}

.floating-header-callback {
  font-size: 10px;
  vertical-align: middle;
  padding: 6px 11px;
  border-radius: 5px;
}
.floating-header-callback:before {
  content: none;
}

/************************************************************
/** callback popup
/************************************************************/
.callback-popup {
  display: none;
  background: white;
  padding: 30px 55px;
  width: 346px;
}

.callback-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

.callback-form .form-input-label {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.callback-form .form-input {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
}
.callback-form .form-input:focus {
  outline: none;
}
.callback-form .form-input-placeholder {
  position: absolute;
  font-size: 16px;
  left: 0;
  right: 0;
  top: 10px;
  text-align: center;
}
.callback-form .form-btn {
  width: 100%;
  position: relative;
  border: 0;
  padding: 0;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  background: #7db037;
  background: -webkit-linear-gradient(top, #8cc63e, #719f32);
  background: linear-gradient(to bottom, #8cc63e, #719f32);
  color: white;
  border-radius: 8px;
  -webkit-transition: background .2s linear;
          transition: background .2s linear;
}
.callback-form .form-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.callback-form .form-btn:hover {
  background: #62a20d;
  background: -webkit-linear-gradient(top, #6cb10e, #578f0b);
  background: linear-gradient(to bottom, #6cb10e, #578f0b);
}
.callback-form .form-btn:hover:after {
  box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.5);
}
.callback-form .form-btn:focus {
  outline: none;
}
.callback-form .form-btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 5px;
  background: transparent;
  border-radius: 100%;
  box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: box-shadow .1s linear;
          transition: box-shadow .1s linear;
}

/************************************************************
/** price more popup
/************************************************************/
.price-more-popup {
  display: none;
  width: 850px !important;
  background: white;
  padding: 43px 40px 40px 50px;
}
.price-more-popup .form-order {
  float: right;
  position: relative;
  z-index: auto;
  width: 296px;
  padding: 19px 30px;
  box-shadow: none;
  background: #eaeaea;
}
.price-more-popup .form-order:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 40px;
  bottom: 40px;
  left: 28px;
  width: 3px;
  background: transparent;
  border-radius: 100%;
  box-shadow: -15px 0 28px 14px rgba(0, 0, 0, 0.4);
}
.price-more-popup .form-order .form-header-1 {
  font-size: 26px;
}
.price-more-popup .form-order .form-header-2 {
  font-size: 16px;
  color: #ec1e2b;
  font-weight: bold;
}
.price-more-popup .form-order .form-header-3 {
  font-size: 16px;
  color: black;
  font-weight: 300;
}
.price-more-popup .form-order .form-order-arrow:after {
  background: #eaeaea;
}

.price-more-top {
  background: #eaeaea;
  position: relative;
  z-index: 1;
}
.price-more-top:after {
  content: "";
  height: 0;
  display: table;
  clear: both;
}

.price-more-images-slider {
  position: relative;
  z-index: -10;
  float: left;
  width: 463px;
}
.price-more-images-slider .bx-prev, .price-more-images-slider .bx-next {
  direction: ltr;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -62.5px;
}
.price-more-images-slider .bx-prev {
  left: 20px;
  display: inline-block;
  background-image: url(../img/sprites/sprite.png);
  background-position: -160px 0px;
  width: 28px;
  height: 125px;
}
.price-more-images-slider .bx-prev:hover {
  background-position: 0px 0px;
}
.price-more-images-slider .bx-next {
  right: 37px;
  display: inline-block;
  background-image: url(../img/sprites/sprite.png);
  background-position: -128px 0px;
  width: 28px;
  height: 125px;
}
.price-more-images-slider .bx-next:hover {
  background-position: -64px 0px;
}
.price-more-images-slider .bx-viewport li {
  display: block;
}

.price-more-images-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-more-images-list:after {
  content: "";
  height: 0;
  display: table;
  clear: both;
}
.price-more-images-list > li {
  display: none;
  width: 463px !important;
  height: 333px;
  text-align: center;
  overflow: hidden;
}
.price-more-images-list > li:first-child {
  display: block;
}

.price-more-text {
  clear: both;
  padding-top: 15px;
}
.price-more-text h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.price-more-image {
  display: inline-block;
  width: 100%;
  height: auto;
}

.neew {
  border: 0;
  padding: 0;
  text-align: center;
  padding: 5px 10px;
  font-size: 16px;
  color: white;
  background: #d61b27;
  background-image: -webkit-linear-gradient(top, #eb1e2b, #bd1823);
  background-image: linear-gradient(to bottom, #eb1e2b, #bd1823);
  border-radius: 7px;
  margin-bottom: -16px;
}

.left_swap {
width: 46px;
height: 38px;
display: none;
background-image: url(../img/min.png);
background-position: center;
float:right;
margin-top: 17px;
border: 1px solid #646061;
border-radius: 6px;
text-shadow: 0 -1px 2px rgba(0,0,0,.2);
transition: .2s ease-in-out;
}

.left_swap2 {
width: 46px;
height: 38px;
display: none;
background-image: url(../img/min.png);
background-position: center;
float:right;
border: 1px solid #646061;
border-radius: 6px;
text-shadow: 0 -1px 2px rgba(0,0,0,.2);
transition: .2s ease-in-out;
}

.vmenu {
list-style: none;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #518e00;
margin-bottom: 0;
margin-top: 0;
font-size: 14px;
}

.vmenu li a {
text-decoration: none;
padding-bottom: 6px;
display: block;
}
	
.vmenu li a:hover {color: #ed2025;}

.left_side {display:none}
.left_side2 {display:none}

.price-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.36);
    margin-bottom: 20px;
    width: 227px;
    height: 227px;
    overflow: hidden;
    font-size: 18px;
}

@media only screen and (max-width : 1200px) {
.docs {
width: 559px;
text-align: center;
}

.docs-certs {
margin-left: 0px;
text-align: center;
}
}

@media only screen and (max-width : 1024px) {

.page-header {
width: 99%;
}

.floating-header {
width: 96%;
}

.cta {
width: 99%;
}

.benefits {
width: 96%;
}

.compar-block {
width: 48%;
padding-bottom: 90px;
}

.projects {
width: 99%;
}

.footer {
width: 99%;
}

}

@media only screen and (max-width : 980px) {

.promo {
width: 100%;
}

.prices {
width: 98%;
}

.ben {
width: 94%;
}


.price-items {
text-align: center;
}

.price-item {
margin: 0 10px;
margin-bottom: 20px;
}

.price-more-popup {
width: 90% !important;
left: 50% !important;
margin-left: -50%;
padding-left: 8px;
padding-right: 8px;
}

.price-more-images-slider {
float: none;
width: 463px;
margin: 0 auto;
}

.price-more-popup .form-order {
float: none;
width: 60%;
margin: 0 auto;
}

.form-order-arrow {
display: none;
}

.price-more-popup .form-order:after {
box-shadow: none;
}

.how {
width: 99%;
}

.how-title {
padding: 30px 30px 34px 40px;
font-size: 52px;
line-height: 68px;
}

.footer-copyright {
display: block;
margin-left: 0;
padding-top: 20px;
}

.image-popup {width:100% !important}

.image-popup-content {width:100% !important}

.image-popup-content img {width:100% !important}
}

@media only screen and (max-width : 970px) {
.project-left {display:none}

.project-right {
float: none;
max-width: 527px;
margin: 0 auto;
}

.project-right img {width:100%}
}

@media only screen and (max-width : 967px) {

.project-item {width:98%}

}

@media only screen and (max-width : 768px) {

.promo-left {
width: 100%;
}

.promo-title {
margin-bottom: 38px;
text-align: center;
}

.promo-wrapper .form-order {
float: right;
margin: 0 auto;
margin-top: 65px;
margin-right: 18%;
}

.how-title {
padding: 30px 30px 34px 40px;
font-size: 41px;
line-height: 53px;
}

.how-list > li {
width: 35%;
margin-bottom: 15px;
}

}

@media only screen and (max-width : 702px) {
.left_swap {display:block;
display: inline-block;
margin-left: 20px;}
.left_swap2 {display:block}
.header-menu {display:none}
.left_side {display:none}
.left_side2 {display:none}
.header-bottom {
float: left;
margin-left: 30px;
}
.floating-header-menu {display:none}
.floating-header-center {
margin-left: 20px;
float: left;
}

.floating-header-center span {
margin-right: 13px;
font-weight: bold;
font-size: 18px;
margin-top: 9px;
}
.floating-header-callback {display:none}
.floating-header-left {display:none}

.visible {
padding: 5px 0;
}
}

@media only screen and (max-width : 700px) {

.none {display:block}

.cta .form-order {
padding: 20px 7px;
width: 350px;
margin: 0 auto;
float: none;
}

.promo-wrapper .form-order {
float: none;
margin-right: 0;
margin: 0 auto;
margin-top: 65px;
width: 350px;
}

.cta-content {
float: none;
width: 100%;
text-align: center;
margin-top: 10px;
font-size: 24px;
color: white;
}

}

@media only screen and (max-width : 640px) {

.left_swap2 {
margin-top: 13px;}

.floating-header-wrapper {
top: -155px;}

.left_swap {
display: block;
display: inline-block;
margin-right: 14px;
}

.price-more-images-slider {
float: none;
width: 100%;
margin: 0 auto;
}

.how-title {
padding: 30px 30px 34px 40px;
font-size: 28px;
line-height: 41px;
}

.how-list > li {
vertical-align: top;
display: inline-block;
width: 35%;
font-size: 14px;
text-align: left;
margin-top: 25px;
}

.how-item-title:before {
content: counter(how-list-counter);
counter-increment: how-list-counter;
margin-right: 5px;
font-size: 70px;
font-weight: 300;
}

.cta-content {
float: left;
width: 99%;
margin-top: 10px;
margin-bottom: 10px;
font-size: 24px;
text-align: center;
color: white;
}

.compar-block {
width: 99%;
padding-bottom: 90px;
margin-bottom: 30px;
}

.docs {
width: 98%;
text-align: center;
}

.ben-list > li {
width: 22%;}
}




@media only screen and (max-width : 540px) {

.promo-wrapper .form-order {
width: 350px;
}

.cta .form-order {
width: 350px;
}


}

@media only screen and (max-width : 480px) {
.header-phone, .footer-phone, .floating-header-phone {
margin-right: 13px;
font-weight: bold;
font-size: 15px;
}

.floating-header-center {
margin-left: 75px;
float: left;
width: 158px;
}

.docs-ogrn {
margin-left: 0;
width: 99%;
}

.docs-ogrn img {
width: 300px;
}

.cert-preview-image {
display: block;
max-width: 300px;
width: 300px;
}

.ogrn-preview-image {
display: block;
max-width: 100%;
}

.header-callback, .footer-callback, .floating-header-callback {
border: 0;
padding: 0;
position: relative;
padding: 9px 15px;
font-size: 14px;
text-transform: uppercase;
color: white;
background: #d61b27;
background-image: -webkit-linear-gradient(top, #eb1e2b, #bd1823);
background-image: linear-gradient(to bottom, #eb1e2b, #bd1823);
border-radius: 7px;
margin-top: 10px;
}

.promo-title-1 {
font-size: 40px;
line-height: 52px;
font-weight: bold;
}

.promo-em {
display: inline-block;
margin-bottom: 2px;
font-size: 18px;
line-height: 1;
font-weight: bold;
margin-left: -5px;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.ben-list > li {
display: inline-block;
vertical-align: top;
width: 15%;
font-size: 9px;
font-weight: 300;
text-align: center;
}

.prices-title {
font-size: 28px;
font-weight: 300;
text-transform: uppercase;
text-align: center;
}

.price-item {
position: relative;
display: inline-block;
vertical-align: top;
box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.36);
margin-bottom: 20px;
width: 100%;
height: 320px;
overflow: hidden;
font-size: 18px;
}

.price-item img {
width: 100%;
}

.promo-title {
margin-bottom: 30px;
font-size: 35px;
line-height: 49px;
font-weight: 300;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.promo-wrapper .form-order {
float: none;
margin: 0 auto;
margin-top: 27px;
margin-right: 0%;
}

.price-more-popup .form-order .form-header-1 {
font-size: 18px;
}

.price-more-popup .form-order {
float: none;
width: 100%;
margin: 0 auto;
padding: 19px 5px;
}

.how-title {
padding: 19px 12px 17px 14px;
font-size: 18px;
line-height: 33px;
width: 90%;
text-align: center;
}

.cta {
position: relative;
padding: 20px 13px 20px 14px;
width: 99%;
}

.cta-content {
float: left;
width: 99%;
margin-top: 10px;
margin-bottom: 10px;
font-size: 20px;
text-align: center;
color: white;
}

.partners-list > li {
background: none;
width: 196px !important;
height: 168px;
display: inline-block;
vertical-align: top;
text-align: center;
box-shadow: none;
}

.how-title:after {
content: '';
position: absolute;
right: -58px;
top: 50%;
margin-top: -19px;
width: 0;
height: 0;
border-top: 15px solid transparent;
border-right: 43px solid transparent;
border-bottom: 15px solid transparent;
border-left: 17px solid white;
}

.cta .form-order {
padding: 20px 7px;
float: right;
}

.cta-wrapper {
padding: 33px 5px;
}

.partners-title {
padding-left: 40px;
font-size: 43px;
font-weight: 300;
text-transform: uppercase;
}

.partners-slider {
width: 281px;
position: relative;
padding: 0 50px 0 35px;
margin-top: 5px;
}

.benefits-title {
position: relative;
font-size: 33px;
line-height: 1;
font-weight: 300;
text-transform: uppercase;
text-align: center;
margin-bottom: 20px;
}

.how-item-title {
font-size: 17px;
line-height: 46px;
border-bottom: 2px solid white;
margin-bottom: 13px;
}

.how-item-title:before {
content: counter(how-list-counter);
counter-increment: how-list-counter;
margin-right: 5px;
font-size: 39px;
font-weight: 300;
}

.compar-block {
width: 94%;
margin: 0 auto;
padding-bottom: 90px;
margin-bottom: 30px;
display: block;
}

.projects-title {
position: relative;
margin-bottom: 50px;
font-size: 39px;
font-weight: 300;
line-height: 1;
text-transform: uppercase;
text-align: center;
}

.how-wrapper {
padding: 30px 0;
background: url(../img/content/bg-how.jpg) center top no-repeat;
background-size: cover;
color: white;
overflow: hidden;
}

.price-item {
margin: 0;
}

.partner-image {
display: inline-block;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
width: 196px;
}

.bx-viewport {height:147px}

.left_swap2 {
margin-top: 0px;
}

.price-more-images-list > li {
width: 272px !important;
height: 333px;
text-align: center;
overflow: hidden;
}

.price-more-images-slider {
float: none;
width: 100%;
margin: 0 auto;
height: 197px;
}

.bx-next, .bx-prev {z-index:100}

.project-right img {
width: 301px;
}

.projects-slider {
position: relative;
padding: 0 8px 0 8px;
height: 263px;
width: 316px;
margin: 0 auto;
}


.promo-wrapper .form-order {
width: 296px;
}

.cta .form-order {
padding: 20px 7px;
width: 275px;
margin: 0 auto;
float: none;
}


}


@media only screen and (max-width : 320px) {

}

.video-responsive {
    position: relative;
    padding-bottom: 28.25%;
    height: 0;
    overflow: hidden;
    max-width: 953px;
    
    margin-bottom: 40px;
    margin-top: 30px;
}
.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
  max-height: 450px;
}
/*----------------------------------------------------------*/

input,
textarea {
    padding: 5px 8px;
    border: 1px solid #84898b;
    display: block;
    margin-top: 6px;
    color: #b1b7ba;
    font: 12px/18px Verdana, Arial, sans-serif;
}
input[type="submit"] {
    color: #fff;
    border: 1px solid #d6942d;
    font-size: 14px;
    margin-top: 6px;
    background: #ee7156;
    text-decoration: none;
    display: block;
    cursor: pointer;
    padding: 4px;
    height: 30px;
}
input[type="submit"]:disabled{
    opacity: .3;
}

.open_modal p {
    background: #ee7156;
    border-radius: 5px;
    padding: 2px 44px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 0 0 -50%;
    display: block;
    width: 225px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.popup, .popup2{
    display: inline-block;
    left: 50%;
    opacity: 0;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.popup form {
    padding: 0 27px 20px;
    right: 0;
    width: 315px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    border: 1px solid #72bffc;
    border-top: 40px solid #72bffc;
}
.popup2 .window {
    padding: 0 27px 27px;
    right: 0;
    width: 373px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    border: 1px solid #72bffc;
    border-top: 40px solid #72bffc;
}
.popup form input {
    background: #f0f5f7;
    margin-top: 8px;
    width: 100%;
}
.popup form input[name="txtname"]{
    margin-top: 20px;
}
.popup form textarea {
    background: #f0f5f7;
    margin-top: 8px;
    width: 100%;
    height: 100px;
    resize: none;
}
.popup form label{
    width: 100%;
    height: 20px;
    display: block;
    margin: 8px -2px;
    padding: 0;
}
.popup form input[type="submit"] {
    background: #ee7156;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.popup form input[type="checkbox"] {
    width: auto;
    margin: 2px;
    padding: 2px;
    float: left;
}
.popup form h5 {
    position: absolute;
    top: 10px;
    left: 29px;
    font-size: 18px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}
.popup .close_modal,
.popup2 .close_modal  {
    position: absolute;
    padding: 1px 9px 4px 9px;
    top: -15px;
    right: -15px;
    cursor: pointer;
    color: #fff;
    font-family: 'tahoma', sans-serif;
    background: #ee7156;
    text-align: center;
}
.popup2 h5 {
	position: absolute;
	top: 10px;
	left: 25%;
	font-size: 18px;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
    margin: 0;
}
.popup2 p {
	font-family: verdana;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
.popup2 p strong{
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	display: block;
}
.popup2 hr {
	background: #63baff;
	height: 1px;
	border: none;
}