@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&subset=cyrillic');
@font-face {
  src: url(../fonts/ProximaNova-Light.woff);
  font-family: 'ProximaNova';
  font-weight: 300;
}
@font-face {
  src: url(../fonts/ProximaNova-Regular.woff);
  font-family: 'ProximaNova';
  font-weight: 400;
}
@font-face {
  src: url(../fonts/ProximaNova-Semibold.woff);
  font-family: 'ProximaNova';
  font-weight: 600;
}
@font-face {
  src: url(../fonts/ProximaNova-Bold.woff);
  font-family: 'ProximaNova';
  font-weight: 700;
}
@import (less) "commons.less";
@import (css) "normalize.css";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}
a {
  text-decoration: none;
}
html {
  height: 100%;
}
body {
  max-width: 1920px;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  font-family: "Ubuntu";
  font-size: 14px;
  line-height: 1;
}
.wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.container {
  max-width: 1170px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}
.header {
  background: white;
  padding: 27px 0px 26px;
}
.header-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu__item {
  font-size: 14px;
  line-height: 16px;
  margin: 0 28px;
  list-style: none;
}
.header-menu__item a {
  color: #253447;
  position: relative;
}
.header-menu__item a:before {
  content: '';
  position: absolute;
  bottom: -2px;
  height: 1px;
  width: 0;
  background: #253447;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: width;
  transition-property: width;
  left: auto;
  right: 0px;
  max-width: 100%;
}
.header-menu__item a:hover:before {
  left: 0px;
  right: auto;
  width: 100%;
}
/**/
.b-man {
  background: transparent url('../img/1bg.jpg') center / cover no-repeat;
  padding-top: 60px;
}
.b-man__wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
.b-man__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 745px;
      -ms-flex: 0 1 745px;
          flex: 0 1 745px;
  padding-top: 60px;
}
.b-man__title {
  font-size: 72px;
  line-height: 83px;
  border-bottom: 7px solid rgba(255, 255, 255, 0.4);
  padding-left: 9999px;
  margin-left: -9999px;
  text-align: right;
  padding-right: 63px;
}
.b-man__subtitle {
  padding-right: 63px;
  font-weight: 500;
  font-size: 36px;
  line-height: 41px;
  text-align: right;
  margin-bottom: 26px;
}
.b-man__desc {
  font-size: 18px;
  line-height: 21px;
  max-width: 646px;
  margin-right: 63px;
  margin-left: auto;
  text-align: justify;
}
.b-man__desc span {
  display: block;
  text-align: right;
}
/*/*/
.b-dist {
  text-align: center;
  padding-top: 107px;
  padding-bottom: 38px;
  position: relative;
}
.b-dist__title {
  font-size: 48px;
  color: #253447;
  line-height: 55px;
  text-align: center;
}
.b-dist__desc {
  font-size: 16px;
  line-height: 18px;
  color: black;
  text-align: center;
  max-width: 1090px;
  margin-top: 13px;
  margin-bottom: 15px;
}
.b-dist__photos {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  z-index: 1;
  position: relative;
}
.b-dist__photos-wrap {
  text-align: center;
  position: relative;
}
.b-dist__photos-wrap:after {
  top: 50%;
  left: 0%;
  position: absolute;
  content: '';
  height: 3px;
  background: #253447;
  width: 100vw;
  max-width: 100%;
  z-index: 0;
}
.b-dist__photos-left {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  border: 2px solid #253447;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  padding: 36px 18px 20px 20px;
  position: relative;
  /*&:before{
				position: absolute;
				content: '';
				height: 3px;
				top:44%;
				background: @color;
				//width: ~"calc(50vw - 50%)";
				width: 100vw;
				right:100%;
			}*/
}
.b-dist__photos-right {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  border: 2px solid #253447;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 24px 0px 15px ;
  position: relative;
  /*&:before{
				top:44%;
				position: absolute;
				content: '';
				height: 3px;
				background: @color;
				width: ~"calc(50vw )";
				left:100%;
			}*/
}
.b-dist__stages {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1110px;
  margin: auto;
}
.b-dist__stages-title {
  font-size: 24px;
  line-height: 28px;
  color: black;
  text-align: center;
  margin-top: 44px;
  margin-bottom: 38px;
}
.b-dist__stages-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 323px;
      -ms-flex: 0 1 323px;
          flex: 0 1 323px;
}
.b-dist__stages-item-img {
  height: 74px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 27px;
}
.b-dist__stages-item-title {
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  color: black;
}
/**/
/**/
.b-store {
  background: #253447;
}
.b-store__top {
  padding-top: 22px;
  padding-bottom: 22px;
}
.b-store__top-title {
  text-align: center;
  font-size: 36px;
  line-height: 41px;
  color: white;
  margin-bottom: 5px;
}
.b-store__top-desc {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: white;
}
.b-price {
  background: transparent url('../img/3bg.jpg') center / cover no-repeat;
  padding-top: 24px;
  padding-bottom: 60px;
}
.b-price__title {
  text-align: center;
  color: white;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
.b-price__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tariff {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 250px;
      -ms-flex: 0 1 250px;
          flex: 0 1 250px;
  margin: 0px 18px;
  cursor: pointer;
}
.tariff.active .tariff__wrap,
.tariff:hover .tariff__wrap {
  color: white;
  background: #253447;
}
.tariff.active .tariff__prop--user .tariff__prop-img,
.tariff:hover .tariff__prop--user .tariff__prop-img {
  background-image: url('../img/users-w.png');
}
.tariff.active .tariff__prop--floppy .tariff__prop-img,
.tariff:hover .tariff__prop--floppy .tariff__prop-img {
  background-image: url('../img/floppy-w.png');
}
.tariff__title {
  background: #253447;
  text-align: center;
  color: white;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  padding-top: 16px;
  padding-bottom: 13px;
  margin-bottom: 5px;
}
.tariff__wrap {
  padding-top: 10px;
  padding-bottom: 14px;
  background: white;
  color: #253447;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.tariff__state {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tariff__state-title {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 7px;
  display: block;
}
.tariff__state-logo {
  margin: auto;
  height: 42px;
  width: 42px;
  background: transparent url('../img/error.png') center / contain no-repeat;
}
.tariff__state-logo--success {
  background: transparent url('../img/success.png') center / contain no-repeat;
}
.tariff__money,
.tariff__typeprice {
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
}
.tariff__prop {
  margin-bottom: 6px;
}
.tariff__prop--user .tariff__prop-img {
  background-image: url('../img/users-b.png');
}
.tariff__prop--floppy .tariff__prop-img {
  background-image: url('../img/floppy-b.png');
}
.tariff__prop--floppy .tariff__prop-val {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
}
.tariff__prop-title {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 7px;
}
.tariff__prop-val {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tariff__prop-img {
  margin-left: 7px;
  height: 25px;
  width: 28px;
  background: center no-repeat;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
/**/
.c-input {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 360px;
      -ms-flex: 0 1 360px;
          flex: 0 1 360px;
  background: white;
  min-width: 0px;
  max-width: 100%;
  position: relative;
  z-index: 1;
  border: none;
  border: 1px dotted white;
  height: 50px;
  padding: 0px 27px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  color: #909090;
  line-height: 16px;
}
.c-input:focus {
  border: 1px solid #253447;
}
/**/
.c-btn {
  background: #253447;
  color: white;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  height: 50px;
  border: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border: 1px solid #253447;
  padding: 0px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.c-btn:hover {
  color: #253447;
  background: white;
}
/**/
.f-request {
  margin-top: 38px;
  background: rgba(255, 255, 255, 0.3);
  padding: 20px 10px 28px;
}
.f-request__title {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #253447;
  margin-bottom: 22px;
}
.f-request__fields {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.f-request__fields .c-input {
  margin: 0px 7px 7px;
  max-width: 360px;
}
.f-request__fields .c-btn {
  max-width: 360px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 360px;
      -ms-flex: 0 1 360px;
          flex: 0 1 360px;
  margin: 0px 7px 7px;
}
/**/
.b-info {
  text-align: center;
  padding-top: 36px;
  padding-bottom: 40px;
}
.b-info--contact .b-info__text {
  font-size: 24px;
  line-height: 28px;
}
.b-info__title {
  font-size: 48px;
  line-height: 55px;
  color: #253447;
  margin-bottom: 14px;
}
.b-info__text {
  font-size: 16px;
  max-width: 1070px;
  margin: auto;
  color: black;
}
.b-info__text a {
  color: black;
  white-space: nowrap;
}
.b-info__text a:hover {
  color: #253447;
}
/**/
.f-partner {
  background: transparent url('../img/2bg.jpg') center / cover no-repeat;
  padding-top: 45px;
  padding-bottom: 58px;
}
.f-partner__title {
  text-align: center;
  color: white;
  font-size: 24px;
  margin-bottom: 8px;
}
.f-partner__desc {
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 49px;
}
.f-partner__fields {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px auto 20px;
}
.f-partner__fields .c-input {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 360px;
      -ms-flex: 0 1 360px;
          flex: 0 1 360px;
  margin: 0px 7px;
}
.f-partner__send {
  max-width: 220px;
  margin: auto;
}
/**/
.footer {
  background: #253447;
  font-size: 14px;
  line-height: 16px;
  color: white;
  padding: 17px 0px;
}
.footer__wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  font-size: 14px;
  line-height: 16px;
}
.footer__menu-item {
  margin: 0px 28px;
}
.footer__menu a {
  color: white;
  position: relative;
}
.footer__menu a:before {
  content: '';
  position: absolute;
  bottom: -2px;
  height: 1px;
  width: 0;
  background: white;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: width;
  transition-property: width;
  left: auto;
  right: 0px;
  max-width: 100%;
}
.footer__menu a:hover:before {
  left: 0px;
  right: auto;
  width: 100%;
}
.footer__copy {
  padding-right: 25px;
}
