@charset "UTF-8";

/* Fonts */
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNovaT-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Black.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: 'PT Serif';
  src: url("../fonts/ptserif.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*  */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  min-width: 100%;
  min-height: 100%;
}

html.popup--active {
  overflow: hidden;
  margin-right: 17px;
  background: red;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

p,
input {
  font-family: 'ProximaNova';
  padding: 0;
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: 'ProximaNova';
  padding: 0;
}

.button {
  font-size: 20px;
  color: #fff;
  width: 416px;
  height: 55px;
  border-radius: 3px;
  background-color: #9D905B;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  min-width: 1250px;
  font-family: 'ProximaNova';
  font-weight: normal;
  background-color: #F2F2F2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e9e7e6;
  background-color: #ffffff;
}

.section__header .header__logo {
  margin-left: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__header .header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.section__header .header__content .content__link {
  margin-left: 33px;
}

.section__header .header__content .content__link:last-child {
  margin-left: 0;
}

.section__header .header__content .content__link .link {
  font-size: 13px;
  color: #a29e9c;
}

.section__header .header__content .header__signin {
  margin-left: 24px;
}

.section__header .header__content .header__signin .signin__link {
  background-color: #6e7992;
  padding: 8px 12px 8px 40px;
  font-size: 13px;
  color: #d6d6d6;
  border-radius: 2px;
  position: relative;
}

.section__header .header__content .header__signin .signin__link:before {
  content: url("../../img/icon/action-icon.svg");
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section__hero {
  padding-top: 46px;
  padding-bottom: 200px;
  background: url("../../img/hero-bg.png") no-repeat center center;
  background-size: cover;
  color: #fff;
}

.section__hero .container {
  max-width: 1200px;
}

.section__hero .container .hero__header .header__logo {
  margin-left: 38px;
  position: relative;
}

.section__hero .container .hero__header .header__logo::after {
  content: 'Бухгалтерская справочная система';
  font-size: 13px;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -26px;
}

.section__hero .container .hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__hero .container .hero__content .hero__pic {
  margin-top: 65px;
  font-size: 0;
  position: relative;
  right: 25px;
}

.section__hero .container .hero__content .hero__text .hero__title {
  font-size: 51px;
  font-weight: 300;
  line-height: 60px;
}

.section__hero .container .hero__content .hero__text .hero__title span {
  color: #9D905B;
  display: block;
}

.section__hero .container .hero__content .hero__text .hero__title span span {
  font-weight: bold;
  display: inline;
}

.section__hero .container .hero__content .hero__text .hero__desc {
  margin-top: 30px;
  font-size: 22px;
  line-height: 35px;
}

.section__hero .container .hero__content .hero__text .hero__desc span {
  display: block;
}

.section__hero .container .hero__content .hero__text .hero__button {
  margin-top: 25px;
}

.section__study .container {
  max-width: 1200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__study .container .study {
  position: relative;
  padding: 34px 95px 34px 43px;
  top: -142px;
  margin-bottom: -142px;
  background-color: #282828;
  border: 1px solid #292A2B;
  -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

.section__study .container .study .study__title {
  font-size: 21px;
  color: #ffffff;
  text-transform: uppercase;
}

.section__study .container .study .study__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section__study .container .study .study__content .content__item {
  width: 50%;
  margin-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__study .container .study .study__content .content__item:last-child {
  margin-right: 0;
}

.section__study .container .study .study__content .content__item .item__text {
  margin: 30px 0 0 12px;
}

.section__study .container .study .study__content .content__item .item__text .text__title {
  color: #9D905B;
  font-size: 25px;
  line-height: 32px;
}

.section__study .container .study .study__content .content__item .item__text .text__desc {
  color: white;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 15px;
}

.section__study .container .study__desc {
  margin-top: 69px;
  font-size: 35px;
  line-height: 37px;
  font-weight: 500;
  color: #9D905B;
  text-align: center;
}

.section__study .container .study__desc span {
  display: block;
}

.section__study .container .study__button {
  margin-top: 29px;
}

.section__study .container .study__button .button {
  height: 66px;
  font-size: 26px;
}

.section__about {
  margin-top: 66px;
}

.section__about .about__title {
  font-size: 50px;
  font-weight: 300;
  line-height: 61px;
  color: #9D905B;
}

.section__about .about__title span {
  display: block;
}

.section__about .about__title span>span {
  display: inline;
  font-weight: bold;
}

.section__about .about__content {
  margin-top: 53px;
}

.section__about .about__content .content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 110px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section__about .about__content .content__list:first-child {
  margin-top: 0;
}

.section__about .about__content .content__list .list__item .item__elem {
  min-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px;
}

.section__about .about__content .content__list .list__item .item__elem:first-child {
  margin-top: 0;
}

.section__about .about__content .content__list .list__item .item__elem .item__pic {
  min-width: 45px;
  text-align: right;
}

.section__about .about__content .content__list .list__item .item__elem .item__text {
  margin-left: 14px;
  font-size: 18px;
  line-height: 26px;
}

.section__about .about__content .content__list .list__item .item__elem .item__text .text__caption {
  color: #9D905B;
}

.section__about .about__content .content__list .list__item .item__elem .item__text .text__desc span {
  display: block;
}

.section__about .about__content .content__list .list__desc {
  width: 555px;
  font-size: 30px;
  line-height: 37px;
  font-weight: 300;
  margin-top: 70px;
  color: #9D905B;
}

.section__about .about__content .content__list .list__desc .about__button {
  margin-top: 35px;
}

.section__about .about__content .content__list .list__desc .about__button button {
  font-size: 18px;
  height: 50px;
}

.section__about .about__content .content__list--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section__about .about__content .content__list--reverse .list__item {
  margin-left: 45px;
}

.section__about .about__content .content__list--reverse .list__title {
  font-size: 51px;
  font-weight: 300;
  color: #9D905B;
}

.section__about .about__content .content__list--reverse .list__title .list__desc {
  margin-top: 41px;
}

.section__about .about__content .content__list--reverse .list__title .list__desc span {
  font-weight: 500;
}

.section__about .about__content .content__list--reverse .list__item {
  margin-top: 105px;
}

.section__stage {
  margin-top: 120px;
}

.section__stage .stage .stage__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__stage .stage .stage__top .stage__title {
  font-size: 50px;
  font-weight: 300;
  margin-top: 90px;
  color: #9D905B;
}

.section__stage .stage .stage__top .stage__title .stage__desc {
  margin-top: 65px;
  font-size: 30px;
  line-height: 37px;
}

.section__stage .stage .stage__top .stage__pic {
  margin-left: 43px;
  font-size: 0;
}

.section__stage .stage .stage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 185px;
}

.section__stage .stage .stage__list .stage__elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section__stage .stage .stage__list .stage__elem .elem__numb {
  font-size: 89px;
  color: #9D905B;
  padding-bottom: 60px;
  min-width: 260px;
  font-weight: 300;
}

.section__stage .stage .stage__list .stage__elem .elem__numb span {
  display: block;
  font-size: 20px;
  position: relative;
  font-weight: bold;
}

.section__stage .stage .stage__list .stage__elem .elem__numb span:after {
  content: url("../../img/stage-arrow.png");
  position: absolute;
  top: 0;
  right: -150px;
}

.section__stage .stage .stage__list .stage__elem .elem__desc {
  font-size: 20px;
  margin-left: 165px;
  line-height: 1.5;
}

.section__stage .stage .stage__list .stage__elem .elem__desc span {
  display: block;
}

.section__stage .stage .stage__list .stage__elem:first-child .elem__numb {
  padding-bottom: 30px;
}

.section__stage .stage .stage__bottom {
  margin-top: 78px;
}

.section__stage .stage .stage__bottom .bottom__desc {
  color: #9D905B;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
}

.section__stage .stage .stage__bottom .bottom__desc span {
  display: block;
}

.section__stage .stage .stage__bottom .bottom__desc span>span {
  display: inline;
  font-weight: bold;
}

.section__stage .stage .stage__bottom .stage__button {
  margin-top: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section__stage .stage .stage__bottom .stage__button .button {
  width: 543px;
  height: 66px;
  font-size: 26px;
}

.section__purchase {
  margin-top: 95px;
  padding-bottom: 59px;
}

.section__purchase .purchase__title {
  font-size: 50px;
  line-height: 61px;
  color: #9D905B;
  font-weight: 300;
}

.section__purchase .purchase__title span {
  font-weight: 500;
}

.section__purchase .purchase__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 82px;
}

.section__purchase .purchase__address .address__box {
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 46px;
  width: 33%;
  padding-bottom: 15px;
}

.section__purchase .purchase__address .address__box .address__title {
  font-weight: bold;
  color: #444b5f;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__purchase .purchase__address .address__box .address__title .addres__logo {
  padding-left: 15px;
}

.section__purchase .purchase__address .address__box .address__email .email__link {
  color: #0178ff;
  display: block;
}

.section__purchase .partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section__purchase .partners .partners__elem {
  width: calc(20% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.13;
  color: #444b5f;
}

.section__purchase .partners .partners__elem:first-child .partners__title {
  line-height: 1.56;
  font-size: 18px;
  margin-left: 0;
  font-weight: bold;
}

.section__purchase .partners .partners__elem .partners__title {
  margin-left: 12px;
}

.section__purchase .partners .partners__elem .partners__title span {
  display: block;
}

.section__purchase .partners .partners__elem .partners__title .partners__title__link {
  color: #0178ff;
}

.section__footer {
  font-family: 'ProximaNova';
  background: #424040;
  margin-top: 106px;
}

.section__footer .footer {
  padding-top: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 117px;
}

.section__footer .footer .footer__content {
  font-size: 13px;
  color: #fff;
}

.footer__copyright {
  margin-top: 20px;
}

.section__footer .footer .footer__content .footer__rules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.section__footer .footer .footer__content .footer__rules .rules__link {
  color: #fff;
  text-decoration: underline;
}

.section__footer .footer .footer__content .footer__rules .private__policy {
  margin-left: 5px;
}

.section__footer .footer .footer__content .footer__rules .private__policy .private__link {
  color: #fff;
  text-decoration: underline;
}

.section__footer .footer .footer__phone .phone__text {
  font-size: 13px;
  color: #fff;
}

.section__footer .footer .footer__phone .phone__number {
  font-size: 18px;
  letter-spacing: .28px;
  color: #fff;
  font-weight: bold;
}

.section__footer .footer .footer__logo {
  font-size: 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.section__popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  display: none;
  background: rgba(242, 242, 242, 0.5);
}

.section__popup .popup__container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__popup .popup__container .popup__content {
  font-family: 'ProximaNova';
  max-width: 750px;
  padding: 25px 35px 18px 30px;
  background: linear-gradient(238.22deg, #282828 11.72%, #37323C 62.97%);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
}

.section__popup .popup__container .popup__content .popup__close {
  text-align: right;
  font-size: 0;
}

.section__popup .popup__container .popup__content .popup__close .button__close {
  margin: 0;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section__popup .popup__container .popup__content .popup__close .button__close:hover {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.section__popup .popup__container .popup__content .popup {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__popup .popup__container .popup__content .popup .popup__title {
  font-size: 45px;
  line-height: 45px;
  font-weight: 500;
  padding-bottom: 42px;
  color: #9D905B;
}

.section__popup .popup__container .popup__content .popup .popup__title .popup__desc {
  margin-top: 80px;
  font-size: 18px;
  line-height: 23px;
  font-weight: normal;
  color: #ffffff;
}

.section__popup .popup__container .popup__content .popup .popup__title .popup__desc span {
  display: block;
}

.section__popup .popup__container .popup__content .popup .order__form {
  min-width: 330px;
  margin: 50px 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section__popup .popup__container .popup__content .popup .order__form .form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 12px;
}

.section__popup .popup__container .popup__content .popup .order__form .form__label .form__input {
  height: 44px;
  border: none;
  padding: 0 15px;
  border-radius: 3px;
  font-size: 18px;
}

.section__popup .popup__container .popup__content .popup .order__form .form__button {
  margin-top: 4px;
  height: 44px;
  font-size: 18px;
  color: #ffffff;
  background-color: #9D905B;
  padding: 10px 40px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section__popup .popup__container .popup__content .popup .order__form .form__button:hover {
  background-color: red;
}

.section__popup .popup__container .popup__content .popup .order__form .button__desc {
  margin-top: 7px;
  font-size: 10px;
  line-height: 17px;
}

/*# sourceMappingURL=main.css.map */


.informer-wrapper .id2-rx-user-informer-block {
  display: flex;
}

.informer-wrapper .id2-rx-user-informer-block .id2-rx-user-informer-button {
  background-color: #6e7992;
  padding: 8px 12px 8px 40px;
  font-size: 13px !important;
  color: #d6d6d6;
  border-width: inherit;
  border-radius: 2px;
  background-image: none;
  border-color: transparent;
  height: auto;
}

.informer-wrapper .id2-rx-user-informer-block .id2-rx-noauth-informer-button .id2-rx-user-informer-icon {
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: url('../../img/icon/action-icon.svg') no-repeat center !important;
}



.informer-wrapper .id2-rx-user-informer-block a.support-icon {
  align-self: flex-end;
}


.id2-rx-user-informer-icon {
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: url('../../img/icon/action-icon.svg') no-repeat center !important;
}