/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-2-2 {
  background-image: url(sprite.png);
  background-position: -308px 0px;
  width: 54px;
  height: 53px;
}
.icon-copy-4 {
  background-image: url(sprite.png);
  background-position: -417px 0px;
  width: 178px;
  height: 107px;
}
.icon-copy-6 {
  background-image: url(sprite.png);
  background-position: -595px 0px;
  width: 178px;
  height: 107px;
}
.icon-layer-18 {
  background-image: url(sprite.png);
  background-position: -97px 0px;
  width: 52px;
  height: 53px;
}
.icon-layer-20 {
  background-image: url(sprite.png);
  background-position: -149px 0px;
  width: 53px;
  height: 53px;
}
.icon-layer-22 {
  background-image: url(sprite.png);
  background-position: -202px 0px;
  width: 53px;
  height: 50px;
}
.icon-layer-24 {
  background-image: url(sprite.png);
  background-position: -255px 0px;
  width: 53px;
  height: 52px;
}
.icon-layer-26 {
  background-image: url(sprite.png);
  background-position: -362px 0px;
  width: 55px;
  height: 40px;
}
.icon-layer-28 {
  background-image: url(sprite.png);
  background-position: -59px 0px;
  width: 38px;
  height: 54px;
}
.icon-shape-23 {
  background-image: url(sprite.png);
  background-position: -26px 0px;
  width: 33px;
  height: 24px;
}
.icon-shape-32 {
  background-image: url(sprite.png);
  background-position: 0px 0px;
  width: 26px;
  height: 26px;
}

@font-face {
  font-family: 'Circe-Bold';
  src: url("../fonts/Circe/Circe-Bold.eot");
  src: url("../fonts/Circe/Circe-Bold.woff2") format("woff2"), url("../fonts/Circe/Circe-Bold.woff") format("woff"), url("../fonts/Circe/Circe-Bold.ttf") format("truetype"), url("../fonts/Circe/Circe-Bold.svg#Circe-Bold") format("svg"), url("../fonts/Circe/Circe-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Circe-ExtraBold';
  src: url("../fonts/Circe/Circe-ExtraBold.eot");
  src: url("../fonts/Circe/Circe-ExtraBold.woff2") format("woff2"), url("../fonts/Circe/Circe-ExtraBold.woff") format("woff"), url("../fonts/Circe/Circe-ExtraBold.ttf") format("truetype"), url("../fonts/Circe/Circe-ExtraBold.svg#Circe-ExtraBold") format("svg"), url("../fonts/Circe/Circe-ExtraBold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Circe-Light';
  src: url("../fonts/Circe/Circe-Light.eot");
  src: url("../fonts/Circe/Circe-Light.woff2") format("woff2"), url("../fonts/Circe/Circe-Light.woff") format("woff"), url("../fonts/Circe/Circe-Light.ttf") format("truetype"), url("../fonts/Circe/Circe-Light.svg#Circe-Light") format("svg"), url("../fonts/Circe/Circe-Light.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Circe-ExtraLight';
  src: url("../fonts/Circe/Circe-ExtraLight.eot");
  src: url("../fonts/Circe/Circe-ExtraLight.woff2") format("woff2"), url("../fonts/Circe/Circe-ExtraLight.woff") format("woff"), url("../fonts/Circe/Circe-ExtraLight.ttf") format("truetype"), url("../fonts/Circe/Circe-ExtraLight.svg#Circe-ExtraLight") format("svg"), url("../fonts/Circe/Circe-ExtraLight.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Circe-Regular';
  src: url("../fonts/Circe/Circe-Regular.eot");
  src: url("../fonts/Circe/Circe-Regular.woff2") format("woff2"), url("../fonts/Circe/Circe-Regular.woff") format("woff"), url("../fonts/Circe/Circe-Regular.ttf") format("truetype"), url("../fonts/Circe/Circe-Regular.svg#Circe-Regular") format("svg"), url("../fonts/Circe/Circe-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-size: 16px;
  font-family: 'Circe-Regular'; }

.b-container {
  width: 1200px;
  margin: 0 auto; }

header {
  border-bottom: 1px solid #c6c6c6;
  background-color: #f7f7f7;
  overflow: hidden; }

.header__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative; }

.header__logo {
  font-size: 1.369em;
  line-height: 19.9px;
  letter-spacing: 0.4px; }

.header__logo-link {
  color: #5197e9;
  text-decoration: none; }

.header__menu {
  display: inline-block;
  vertical-align: middle;
  margin-right: 80px; }

.header__contacts {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px; }

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

.b-button-item {
  box-sizing: border-box;
  padding: 13px 58px 11px 58px;
  color: #fff;
  font-size: 1.119em;
  background-color: #307cd6;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 5px;
  box-shadow: 0px 5px 10px 0 rgba(81, 151, 233, 0.4);
  line-height: 22px; }
  .b-button-item:hover {
    opacity: 0.8; }
  .b-button-item:active {
    opacity: 0.5; }

.header__contacts-item {
  text-align: left; }

.header__contacts-item-link {
  font-size: 1.244em;
  letter-spacing: 0.4px;
  text-decoration: none; }

.header__contacts-item-name {
  font-size: 0.875em;
  margin-top: 7px;
  letter-spacing: 0.3px; }

.header__menu-link {
  font-size: 1.244em;
  color: #000;
  text-decoration: none;
  text-transform: lowercase;
  letter-spacing: 0.4px; }

#main {
  padding-top: 85px;
  padding-bottom: 135px;
  background-color: #f7f7f7;
  overflow: hidden; }

.main__info {
  min-width: 825px;
  position: relative;
  z-index: 2; }

.main__wrapper {
  position: relative; }

.main__info-title {
  font-family: 'Circe-Light';
  line-height: 69.7px;
  letter-spacing: 1.4px;
  font-size: 4.356em; }

.main__info-subtitle {
  margin-top: 37px;
  font-family: 'Circe-ExtraBold';
  font-size: 3.112em;
  letter-spacing: 1px;
  line-height: 69.7px; }

.main__info-button {
  margin-top: 80px; }

.main__info-button-item {
  padding: 23px 50px 21px 50px; }

.main__image {
  position: absolute;
  top: 22px;
  right: -335px; }

#schema {
  margin-top: 60px; }

.b-title {
  font-family: 'Circe-ExtraBold';
  text-align: center;
  letter-spacing: 1.2px;
  line-height: 69.7px;
  font-size: 3.737em;
  text-transform: uppercase; }

.schema__content {
  margin-top: 40px; }

.schema__content-item-icon {
  width: 96px;
  height: 96px;
  background-color: #72d945;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top; }

.i-doc {
  position: absolute;
  width: 52px;
  height: 53px;
  background: url(../images/sprite.png) no-repeat -97px 0px;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -25px; }

.i-key {
  position: absolute;
  width: 53px;
  height: 53px;
  background: url(../images/sprite.png) no-repeat -149px 0px;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -26px; }

.i-tpl {
  position: absolute;
  width: 53px;
  height: 50px;
  background: url(../images/sprite.png) no-repeat -202px 0px;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -26px; }

.i-link {
  position: absolute;
  width: 53px;
  height: 52px;
  background: url(../images/sprite.png) no-repeat -255px 0px;
  top: 50%;
  left: 50%;
  margin-top: -26px;
  margin-left: -26px; }

.i-tag {
  position: absolute;
  width: 55px;
  height: 40px;
  background: url(../images/sprite.png) no-repeat -362px 0px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -24px; }

.i-sms {
  position: absolute;
  width: 38px;
  height: 54px;
  background: url(../images/sprite.png) no-repeat -59px 0px;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -18px; }

.schema__content-item-details {
  display: inline-block;
  vertical-align: top;
  margin-top: 27px;
  margin-left: 35px;
  max-width: 595px; }

.schema__content-item-details-title {
  font-size: 1.869em;
  font-family: 'Circe-Bold';
  line-height: 29.9px;
  letter-spacing: 0.6px; }

.schema__content-item-details-description {
  margin-top: 20px;
  font-size: 1.369em;
  letter-spacing: 0.4px;
  line-height: 26px;
  font-family: 'Circe-Light'; }

.schema__content-item {
  position: relative;
  margin-top: 70px; }
  .schema__content-item:first-child {
    margin-top: 0; }
  .schema__content-item.left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
    .schema__content-item.left:after {
      content: "";
      position: absolute;
      width: 178px;
      height: 107px;
      right: 299px;
      background: url(../images/sprite.png) no-repeat -418px 0px;
      bottom: -72px; }
  .schema__content-item.right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    .schema__content-item.right .schema__content-item-details {
      margin-right: 85px; }
    .schema__content-item.right:before {
      content: "";
      position: absolute;
      width: 178px;
      height: 107px;
      left: 189px;
      background: url(../images/sprite.png) no-repeat -596px 0px;
      bottom: -8px; }
  .schema__content-item.step-1 .schema__content-item-details {
    margin-top: 35px; }
  .schema__content-item.step-2 {
    margin-top: 33px; }
  .schema__content-item.step-4 {
    margin-top: 80px; }
  .schema__content-item.step-5:before {
    content: "";
    position: absolute;
    width: 178px;
    height: 107px;
    left: 212px;
    background: url(../images/sprite.png) no-repeat -596px 0px;
    bottom: -50px; }

#advantages {
  background-color: #f0f0f1;
  position: relative;
  margin-top: 102px;
  padding-bottom: 95px; }
  #advantages:before {
    content: "";
    position: absolute;
    top: -165px;
    left: 0;
    width: 100%;
    height: 165px;
    background: url(../images/advantages__bg.png) no-repeat top center; }

.advantages__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 30px; }

.advantages__item {
  width: 450px;
  text-align: center;
  margin-left: 75px; }
  .advantages__item:first-child {
    margin-left: -120px; }
  .advantages__item:last-child {
    margin-right: -120px; }

.advantages__item-icon {
  width: 96px;
  height: 96px;
  background-color: #307cd6;
  border-radius: 50%;
  margin: 0 auto;
  position: relative; }

.advantages__item-title {
  font-family: 'Circe-Bold';
  font-size: 1.869em;
  letter-spacing: 0.6px;
  margin-top: 28px;
  line-height: 38px; }

.i-like {
  position: absolute;
  width: 54px;
  height: 54px;
  background: url(../images/sprite.png) no-repeat -307px 0px;
  top: 50%;
  left: 50%;
  margin-top: -29px;
  margin-left: -27px; }

.advantages__item-description {
  margin-top: 15px;
  font-size: 1.369em;
  text-align: left;
  letter-spacing: 0.4px;
  line-height: 26px;
  font-family: 'Circe-Light'; }

#plus {
  padding: 80px 0 140px 0;
  background-color: #2b2f3d;
  color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden; }

.plus__content {
  margin-top: 125px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.plus__content-info {
  max-width: 730px; }

.c-title {
  font-size: 2.244em;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-family: 'Circe-ExtraBold';
  line-height: 40px; }

.c-description {
  font-size: 1.370em;
  line-height: 26px;
  letter-spacing: 0.4px;
  font-family: 'Circe-Light'; }
  .c-description p {
    margin-top: 26px; }
    .c-description p:first-child {
      margin-top: 0; }

.plus__content-info-description {
  margin-top: 45px; }

.plus__content-image {
  margin-right: -37px;
  margin-top: -25px; }

#proc {
  background-color: #555964;
  display: inline-block;
  width: 100%;
  padding-bottom: 192px; }

.proc__wrapper {
  position: relative; }

.proc__block {
  margin-top: 215px;
  max-width: 840px;
  float: right;
  color: #fff; }

.proc__description {
  margin-top: 56px; }

.proc__image {
  position: absolute;
  left: -359px;
  top: -228px; }

#templates {
  padding: 130px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 3; }

.templates__content {
  max-width: 735px; }

.templates__description {
  margin-top: 60px; }

.templates__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.templates__image {
  margin-right: 78px; }

#jur {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  padding-bottom: 200px;
  background-color: #2b2f3d;
  color: #fff;
  overflow: hidden; }

.jur__content {
  max-width: 735px;
  padding-top: 190px; }

.jur__description {
  margin-top: 50px; }

.jur__wrapper {
  position: relative; }

.jur__image {
  position: absolute;
  top: -38px;
  right: -381px; }

#easy {
  background-color: #555964;
  padding: 200px 0 300px 0;
  display: inline-block;
  color: #fff;
  width: 100%;
  margin-top: -5px; }

.easy__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.easy__content {
  max-width: 691px; }

.easy__description {
  margin-top: 45px; }

#blocked {
  background-color: #696d7a;
  color: #fff;
  position: relative; }
  #blocked:before {
    content: "";
    position: absolute;
    top: -110px;
    left: 0;
    width: 100%;
    height: 112px;
    background: url(../images/block__bg.png) no-repeat top center; }

.blocked__content {
  max-width: 775px; }

.blocked__description {
  margin-top: 40px; }

.blocked__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 150px;
  padding-bottom: 235px; }

.blocked__image {
  margin-top: 15px;
  margin-right: -13px; }

#regions {
  background-color: #2b2f3d;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding-bottom: 205px;
  overflow: hidden; }

.regions__info {
  margin-top: 205px;
  position: relative;
  z-index: 3;
  max-width: 675px; }

.regions__description {
  margin-top: 50px; }

.regions__wrapper {
  position: relative; }

.regions__image {
  position: absolute;
  top: -207px;
  right: -771px; }

#sync {
  margin-top: 110px;
  overflow: hidden; }

.sync__about {
  margin: 20px auto 0 auto;
  width: 675px;
  font-size: 1.369em;
  font-family: 'Circe-Light';
  letter-spacing: 0.4px;
  line-height: 28px;
  text-align: center; }

.b-imagesrc {
  max-width: 100%; }

.sync__logo {
  text-align: center;
  margin-top: 60px; }

.sync__box {
  margin-top: 90px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.sync__box-info {
  max-width: 670px;
  margin-right: 72px;
  margin-top: 10px; }

.sync__box-image {
  margin-left: 70px;
  margin-top: 30px; }

.sync__box-description {
  margin-top: 43px; }

#tax {
  margin-top: 122px;
  padding: 65px 0 80px 0;
  display: inline-block;
  width: 100%;
  color: #fff;
  overflow: hidden;
  background-color: #2b2f3d; }

.tax__content {
  margin-top: 50px;
  box-sizing: border-box;
  padding: 66px 85px;
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.tax__content-info-title {
  font-size: 1.869em;
  text-transform: uppercase;
  font-family: 'Circe-ExtraBold'; }

.tax__content-info-description {
  margin-top: 44px;
  line-height: 20px;
  font-size: 1.05em;
  font-family: 'Circe-Light'; }

.tax__content-block {
  width: 350px; }

.tax__content-info-price {
  text-align: center;
  margin-top: 60px;
  color: #72d945; }
  .tax__content-info-price .value {
    font-size: 3.737em;
    letter-spacing: 1.2px;
    font-family: 'Circe-ExtraBold'; }
  .tax__content-info-price .name {
    font-size: 2.244em;
    font-family: 'Circe-ExtraBold';
    letter-spacing: 0.7px; }

.tax__content-info-button {
  text-align: center;
  margin-top: 32px;
  margin-left: -10px; }

.tax__content-info-button-item {
  padding: 23px 97px 19px 97px;
  text-transform: uppercase; }

.tax__content-list-item {
  font-size: 1.244em;
  line-height: 40.9px;
  letter-spacing: 0.4px;
  font-family: 'Circe-Light';
  position: relative; }
  .tax__content-list-item:before {
    position: absolute;
    content: "";
    left: -49px;
    top: 5px;
    width: 33px;
    height: 24px;
    background: url(../images/sprite.png) no-repeat -27px 0px; }

.tax__content-list {
  margin-top: 57px; }

#adding {
  background-color: #555964;
  color: #fff;
  padding: 90px 0 178px 0;
  overflow: hidden;
  margin-top: -5px; }

.adding__content {
  margin-top: 110px; }

.adding__content-item-info {
  max-width: 700px; }

.adding__content-item-list {
  margin-top: 65px; }

.adding__content-item-list-item {
  padding-left: 45px;
  position: relative;
  font-size: 1.370em;
  line-height: 26px;
  letter-spacing: 0.4px;
  font-family: 'Circe-Light';
  margin-bottom: 28px; }
  .adding__content-item-list-item:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 2px;
    left: 6px;
    background: url(../images/sprite.png) no-repeat 0px -29px; }

.adding__content-item {
  margin-top: 165px; }
  .adding__content-item:first-child {
    margin-top: 0; }
  .adding__content-item.left {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .adding__content-item.left .adding__content-item-image {
      margin-top: 75px;
      margin-right: -5px; }
  .adding__content-item.right {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .adding__content-item.right .adding__content-item-image {
      margin-top: 75px;
      margin-right: -5px; }
    .adding__content-item.right .adding__content-item-info {
      max-width: 795px; }

.adding__content-item-remark {
  margin-top: 61px;
  font-size: 0.996em;
  font-family: 'Circe-Light';
  line-height: 19px; }
  .adding__content-item-remark p {
    margin-top: 20px; }
    .adding__content-item-remark p:first-child {
      margin-top: 0; }

#join {
  padding: 62px 0;
  color: #fff;
  background-color: #2b2f3d;
  overflow: hidden; }

.join__title {
  text-align: center;
  position: relative;
  z-index: 2; }

.join__message {
  margin-top: 5px;
  text-align: center;
  font-size: 0.869em;
  font-family: 'Circe-Light';
  letter-spacing: 0.3px;
  position: relative;
  z-index: 2; }

.join__wrapper {
  position: relative; }

.join__image.left {
  position: absolute;
  left: -355px;
  top: -62px; }

.join__image.right {
  position: absolute;
  right: -366px;
  top: -61px; }

.join__form {
  position: relative;
  z-index: 2;
  margin-top: 35px; }

.join__form-row {
  text-align: center;
  margin-top: 30px; }
  .join__form-row:first-child {
    margin-top: 0; }

.join__form-field {
  display: inline-block;
  margin-left: 30px; 
    vertical-align: top;
width: 370px;}
  .join__form-field:first-child {
    margin-left: 0; }

.f-input {
  padding: 12px 20px;
  border: 5px solid #d8d8d8;
  border-radius: 2px;
  width: 370px;
  box-sizing: border-box;
  display: block; }
  .f-input[placeholder] {
    font-family: 'Circe-Light';
    font-size: 1.369em; }
  .f-input:focus {
    outline: none; }

.join__form-button {
  padding: 21px 190px;
  border: none; }
  .join__form-button:hover {
    cursor: pointer; }

footer {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.869em;
  padding: 45px 0;
  overflow: hidden; }

.footer__logo-link {
  font-size: 1.65em; }

.footer__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.footer__wrapper {
  position: relative; }

.footer__separator {
  width: 1000%;
  position: relative;
  left: -50%;
  height: 1px;
  background-color: #323333;
  margin-top: 40px; }

.footer__bottom {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.footer__about {
  max-width: 585px;
  letter-spacing: 0.3px;
  line-height: 17px; }

.footer__contacts-item-link {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4em; }

.footer__contacts {
  margin-right: 0; }

.footer__contacts-item-name {
  text-align: right;
  font-size: 1em; }

.footer__contacts-item {
  margin-top: 5px; }

/*Inner Page*/
#inner {
  padding: 70px 0; }

.inner__tabs {
  margin: 45px auto 0 auto;
  width: 960px; }

.inner__tabs-item {
  margin-top: 20px; }
  .inner__tabs-item:first-child {
    margin-top: 0; }

.inner__tabs-item-panel {
  box-sizing: border-box;
  padding: 12px 35px;
  font-size: 1.370em;
  letter-spacing: 0.4px;
  color: #fff;
  background-color: #307cd6;
  box-shadow: 0px 5px 10px 0 rgba(81, 151, 233, 0.4);
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .inner__tabs-item-panel:hover {
    cursor: pointer; }

.inner__tabs-item-name {
  max-width: 850px;
  overflow: hidden;
  height: 20px; }

.inner__tabs-item-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: -18px;
  position: relative; }

.inner__tabs-item-content {
  box-sizing: border-box;
  padding: 0 31px;
  margin-top: 30px;
  margin-bottom: 20px;
  display: none; }
  .inner__tabs-item-content.active {
    display: block; }

.inner__tabs-item-content-part {
  margin-top: 27px; }
  .inner__tabs-item-content-part:first-child {
    margin-top: 0; }
  .inner__tabs-item-content-part h2, .inner__tabs-item-content-part h3, .inner__tabs-item-content-part h4, .inner__tabs-item-content-part h5, .inner__tabs-item-content-part h6 {
    font-family: 'Circe-Bold';
    font-size: 1.369em;
    letter-spacing: 0.4px; }
  .inner__tabs-item-content-part p {
    margin: 5px 0;
    font-size: 1.119em;
    line-height: 24px;
    letter-spacing: 0.4px; }
  .inner__tabs-item-content-part .float-image {
    margin: 20px 0; }
  .inner__tabs-item-content-part ol {
    margin: 23px 0px 23px 30px;
    list-style: decimal; }
    .inner__tabs-item-content-part ol li {
      padding-left: 10px;
      font-size: 1.119em;
      letter-spacing: 0.4px;
      line-height: 20px;
      margin-top: 22px; }
      .inner__tabs-item-content-part ol li:first-child {
        margin-top: 0; }
  .inner__tabs-item-content-part ul {
    margin: 23px 0px 23px 30px; }
    .inner__tabs-item-content-part ul li {
      padding-left: 10px;
      font-size: 1.119em;
      letter-spacing: 0.4px;
      line-height: 20px;
      margin-top: 22px;
      position: relative; }
      .inner__tabs-item-content-part ul li:before {
        position: absolute;
        top: 0px;
        left: -19px;
        width: 23px;
        height: 18px;
        content: "";
        background: url(../images/sprite.png) no-repeat 0px -52px; }
      .inner__tabs-item-content-part ul li:first-child {
        margin-top: 0; }

.inner__tabs-item-content-image {
  overflow: hidden;
  margin: 15px 30px 5px 0; }
  .inner__tabs-item-content-image.left {
    float: left; }
  .inner__tabs-item-content-image.right {
    float: right; }
  .inner__tabs-item-content-image.tiny .inner__tabs-item-content-image-block {
    width: 400px;
    height: 223px;
    background-color: #f3f3f3; }
  .inner__tabs-item-content-image.big {
    margin: 25px 0 15px 0; }
    .inner__tabs-item-content-image.big .inner__tabs-item-content-image-block {
      width: 100%;
      height: 503px;
      background-color: #f3f3f3; }

.inner__tabs-item-content-image-name {
  margin-top: 11px;
  text-align: center;
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 0.3px; }

.i-minus {
  width: 16px;
  height: 1px;
  background: url(../images/sprite.png) no-repeat -32px -65px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -8px; }

.i-plus {
  width: 16px;
  height: 16px;
  background: url(../images/sprite.png) no-repeat -32px -29px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

/*Form*/
.l-container {
  width: 1400px;
  margin: 0 auto; }

#form-header {
  background-color: #423f4a;
  color: #fff; }

.form-header__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 22px 0; }

.form-header__title {
  margin-left: 190px;
  display: inline-block;
  vertical-align: middle; }

.form-header__logo {
  display: inline-block;
  vertical-align: middle; }

.form-header__number {
  font-family: 'Circe-Light';
  font-size: 1.494em;
  letter-spacing: 0.5px;
  color: #fff;
  text-decoration: none; }

.form-header__title {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Circe-Light';
  letter-spacing: 0.3px;
  font-size: 0.994em;
  margin-left: 28px; }
  .form-header__title .bold {
    font-family: 'Circe-Bold'; }

.form-content__top {
  background-color: #5881ca;
  color: #fff;
  font-size: 1.869em;
  font-family: 'Circe-Light';
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  letter-spacing: 0.6px;
  padding: 26px 120px; }

.form-content__top-left {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.form-content__progress {
  height: 57px;
  border-bottom: 1px solid #e4e4e5;
  position: relative;
  width: 100%; }

.form-content__progress-bar {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 100%; }
  .form-content__progress-bar[data-stepid="1"] .form-content__progress-bar-fill {
    width: 8.4%; }
  .form-content__progress-bar[data-stepid="1"] .form-content__progress-bar-stroke {
    width: 25%; }
  .form-content__progress-bar[data-stepid="2"] .form-content__progress-bar-fill {
    width: 44%; }
  .form-content__progress-bar[data-stepid="2"] .form-content__progress-bar-stroke {
    width: 21%; }
  .form-content__progress-bar[data-stepid="3"] .form-content__progress-bar-fill {
    width: 83%; }
  .form-content__progress-bar[data-stepid="3"] .form-content__progress-bar-stroke {
    width: 17%; }
  .form-content__progress-bar[data-stepid="4"] .form-content__progress-bar-fill {
    width: 85%; }
  .form-content__progress-bar[data-stepid="4"] .form-content__progress-bar-stroke {
    width: 17%; }

.form-content__progress-bar-fill {
  background-color: #abcbff;
  height: 100%;
  transition: 1s;
  transition-timing-function: cubic-bezier(0.1, 0.25, 0.45, 0.6, 1); }

.form-content__progress-bar-stroke {
  transition: 1s;
  transition-timing-function: cubic-bezier(0.1, 0.25, 0.45, 0.6, 1);
  background: url("../images/form-stroke__bg.png") repeat-x; }

.form-content__progress-steps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 3; }

.form-content__progress-steps-item {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  transition: 0.3s;
  margin-top: 40px; }
  .form-content__progress-steps-item:first-child {
    margin-left: 180px; }
  .form-content__progress-steps-item:last-child {
    margin-right: 180px; }
  .form-content__progress-steps-item.inactive {
    background-color: #e9e9ea; }
  .form-content__progress-steps-item.active {
    background-color: #5881ca; }
  .form-content__progress-steps-item.checked {
    background-color: #ff9c00; }

.form-content__progress-steps-item-value {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  color: #fff;
  text-align: center;
  font-size: 1.244em;
  font-family: 'Circe-ExtraBold'; }

.form-content__top-title {
  margin-left: 25px; }

.form-content__steps {
  margin: 65px auto 0 auto;
  width: 920px;
  position: relative;
  z-index: 2; }

.form-content__step-row {
  margin-top: 15px; }
  .form-content__step-row:first-child {
    margin-top: 0; }

.form-select__block {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  letter-spacing: 0.4px;
  font-size: 1.369em;
  transition: 0.3s;
  font-family: 'Circe-ExtraLight'; }
  .form-select__block:hover {
    cursor: pointer; }

.form-select__current {
  box-sizing: border-box;
  padding: 22px; }

.form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 22px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  letter-spacing: 0.4px;
  font-size: 1.369em;
  transition: 0.3s;
  font-family: 'Circe-ExtraLight'; }
  .form-input[placeholder] {
    font-family: 'Circe-ExtraLight'; }
  .form-input:focus {
    box-shadow: inset 0 0 60px 0 rgba(0, 0, 0, 0.08);
    border-color: #dadada;
    outline: none; }
    .form-input:focus[placeholder] {
      color: #000000; }
  .form-input.error {
    border-color: #ff0000; }

.form-select__block {
  position: relative; }

.form-select__options {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-top: none;
  position: absolute;
  top: 66px;
  left: -1px;
  width: 100%;
  background-color: #fff;
  display: none; }

.form-select__option {
  box-sizing: border-box;
  padding: 22px;
  transition: 0.4s; }
  .form-select__option:hover {
    cursor: pointer;
    box-shadow: inset 0 0 60px 0 rgba(0, 0, 0, 0.08); }

.form-select__arrow {
  width: 25px;
  position: absolute;
  height: 14px;
  top: 50%;
  margin-top: -8px;
  right: 21px;
  background: url(../images/sprite.png) no-repeat 0px -74px; }

.form-input--half {
  width: 50%; }

.form-content__buttons {
  width: 920px;
  margin: 30px auto 0 auto;
  position: relative;
  z-index: 2; }

.form-content-link {
  font-size: 0.994em;
  color: #ff9c00;
  text-transform: uppercase;
  font-family: 'Circe-Bold';
  text-decoration: none;
  box-sizing: border-box;
  border-bottom: 1px solid #ff9c00;
  line-height: 4.38;
  transition: 0.3s; }
  .form-content-link:hover {
    opacity: 0.8; }
  .form-content-link:active {
    opacity: 0.5; }

.form-content__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.form-content__buttons-next-item {
  border-radius: 2px;
  background-color: #ff9c00;
  letter-spacing: 0.3px;
  font-family: 'Circe-Bold';
  font-size: 0.994em;
  text-transform: uppercase;
  padding: 22px 70px;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s; }
  .form-content__buttons-next-item:hover {
    cursor: pointer;
    box-shadow: 0px 5px 10px 0 rgba(255, 156, 0, 0.4); }
  .form-content__buttons-next-item:active {
    opacity: 0.6; }

.form-content__block {
  background-color: #fff;
  position: relative;
  overflow: hidden; }

#form-content {
  background-color: #efefef; }

.form-content__separator {
  height: 1px;
  width: 100%;
  background-color: #ccc;
  margin-top: 45px; }

.form-content__guarantee {
  width: 920px;
  color: #000000;
  margin: 50px auto;
  position: relative;
  z-index: 2; }

.form-content__guarantee-title {
  font-size: 1.119em; }

.form-content__guarantee-message {
  margin-top: 11px;
  font-size: 0.869em;
  line-height: 14px; }

#form-footer {
  background-color: #423f4a;
  color: #fff;
  box-sizing: border-box;
  padding: 20px 0; }

.form-footer__logo {
  max-width: 62px; }

.form-footer__links {
  margin-top: 10px; }

.form-footer__info {
  color: #fff;
  font-family: 'Circe-Light';
  display: block;
  letter-spacing: 0.3px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.form-footer__links-item {
  color: #fff;
  display: block;
  margin-top: 5px;
  font-size: 0.994em; }
  .form-footer__links-item:first-child {
    margin-top: 0; }

.form-footer__links-item-link {
  color: #fff;
  transition: 0.3s; }
  .form-footer__links-item-link:hover {
    opacity: 0.8; }
  .form-footer__links-item-link:active {
    opacity: 0.5; }

.form-footer__number {
  display: block;
  margin-top: 20px; }
  .form-footer__number a {
    text-decoration: none; }

.form-footer__email {
  display: block;
  margin-top: 5px;
  color: #fff;
  text-align: right; }

.form-link {
  color: #ff9c00;
  text-decoration: none;
  border-bottom: 1px dashed #ff9c00;
  margin-top: 5px;
  display: inline;
  line-height: 25px;
  transition: 0.3s; }
  .form-link:hover {
    opacity: 0.8; }
  .form-link:active {
    opacity: 0.5; }

.form-content__step {
  display: none;
  min-height: 480px; }
  .form-content__step.active {
    display: block; }

.form-content__bank {
  width: 105px;
  transition: 0.3s;
  opacity: 0;
  position: relative;
  display: none;
}

.form-content__bank.active {
  opacity: 1;
  display: block;
}

  .form-content__bank.alpha {
    background-color: #f12e16; }
    .form-content__bank.alpha .form-content__bank-logo {
      background: url("../images/bank__alpha.png") no-repeat top center; }
  .form-content__bank.sberbank {
    background-color: #2a9e31; }
    .form-content__bank.sberbank .form-content__bank-logo {
      background: url("../images/bank__sberbank.png") no-repeat top center; }

.form-content__bank-logo {
  text-align: center;
  position: absolute;
  top: 70px;
  width: 100%;
  height: 115px;
  left: 0;
  background-size: 85%!important;
}

.form-checkbox {
  margin-top: 10px;
  margin-bottom: 5px;
  display: block; }
  .form-checkbox:hover {
    cursor: pointer; }

.form-checkbox__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px; }

.form-checkbox__icon {
  width: 20px;
  height: 20px;
  border-radius: 1px;
  border: 1px solid #5881ca;
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.i-checkbox {
  width: 14px;
  height: 10px;
  background: url(../images/sprite.png) no-repeat -33px -74px;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  position: absolute;
  margin-left: -7px;
  display: none; }

.form-checkbox--true {
  display: block; }

.form-error {
  margin-top: 10px;
  margin-bottom: 5px; }

.form-error__icon {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #ff0000;
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.form-error__message {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  color: #ff0000;
  font-family: 'Circe-Light';
  font-size: 1.119em; }

.i-error {
  font-family: 'Circe-ExtraBold';
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 14px;
  width: 6px;
  text-align: center;
  margin-top: -8px;
  margin-left: -3px; }

.form-content__step-card {
  width: 597px;
  height: 376px;
  background-color: #fff;
  box-shadow: 0px 10px 40px 0 rgba(13, 17, 26, 0.14);
  border-radius: 20px;
  margin-top: 30px;
  box-sizing: border-box;
  padding-top: 164px; }

.form-content__step-card-text {
  margin-left: 49px;
  font-family: 'Circe-ExtraLight';
  font-size: 0.994em;
  letter-spacing: 0.3px; }

.form-content__step-card-number {
  box-sizing: border-box;
  padding: 25px 50px;
  background-color: #f2f2f2;
  font-family: 'Circe-ExtraLight';
  font-size: 1.369em;
  margin-top: 4px;
  border: none;
  width: 100%; }
  .form-content__step-card-number:focus {
    outline: none; }

.header__mobile-button {
  display: inline-block;
  vertical-align: middle; }

.header__mobile-burger {
  width: 32px;
  height: 32px;
  fill: #307cd6;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px; }
  .header__mobile-burger:hover {
    cursor: pointer; }

.header__mobile {
  display: none; }

.header__mobile-slide {
  display: none;
  position: absolute;
  top: 82px;
  left: 0;
  width: 100%;
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 30px 0;
  z-index: 5;
  border-bottom: 1px solid #c6c6c6; }

.header__mobile-menu {
  display: block;
  margin-right: 0; }

.header__mobile-contacts {
  display: block;
  margin-right: 0;
  margin-top: 45px; }

.header__mobile-wrapper {
  text-align: right; }

.header__mobile-content {
  display: inline-block; }

#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.modal__layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 11; }

.modal-content {
  position: absolute;
  left: 50%;
  top: 30px;
  width: 400px;
  z-index: 12;
  background-color: #fff;
  box-sizing: border-box;
  padding: 45px 80px;
  margin-left: -200px;
  box-shadow: 0px 10px 40px 0 rgba(13, 17, 26, 0.45); }
  .modal-content.success {
    padding: 25px 25px 50px 25px; }
  .modal-content.callback {
    width: 700px;
    margin-left: -350px;
    padding: 50px;
    top: 30px; }

.modal__form-title {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Circe-Light';
  font-size: 1.121em; }

.modal__form-row {
  margin-top: 20px; }
  .modal__form-row:first-child {
    margin-top: 0; }
  .modal__form-row.field {
    margin-top: 25px; }
  .modal__form-row.fields {
    width: 395px;
    margin: 40px auto 0 auto; }

.modal__form-input {
  width: 100%;
  padding: 18px 20px;
  box-sizing: border-box;
  font-family: 'Circe-Light';
  font-size: 1.3em;
  border: 1px solid rgba(0, 0, 0, 0.4); }

.modal__form-button {
  border-radius: 2px;
  background-color: #ff9c00;
  letter-spacing: 0.3px;
  font-family: 'Circe-Bold';
  font-size: 0.994em;
  text-transform: uppercase;
  padding: 22px 70px;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  border: none;
  transition: 0.3s; }
  .modal__form-button:hover {
    cursor: pointer;
    box-shadow: 0px 5px 10px 0 rgba(255, 156, 0, 0.4); }
  .modal__form-button:active {
    opacity: 0.6; }

.modal__form-success {
  text-align: center; }

.modal__form-message {
  font-size: 1.121em;
  font-family: 'Circe-Light';
  text-align: center; }

.header__mobile-contacts {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 0; }

.header__mobile-menu {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0; }

.header__mobile-content {
  width: 100%;
  text-align: center; }

.modal__close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  transition: 0.3s;
  background-color: #ff0000;
  border-radius: 50%; }
  .modal__close:hover {
    cursor: pointer;
    opacity: 0.8; }
.my_modal_content {
  width: 85%;
}
.modal__form-title-big {
  font-size: 2.242em;
  text-align: center;
  font-family: 'Circe-ExtraBold';
  text-transform: uppercase;
  letter-spacing: 0.4px; }

.modal__form-subtitle-big {
  margin-top: 20px;
  text-align: center;
  line-height: 20px; }

.modal__form-row-input {
  margin-top: 15px;
  text-align: center; }
  .modal__form-row-input:first-child {
    margin-top: 0; }

.modal__form-input-big {
  padding: 10px 19px;
  width: 100%; }

.modal__form-button-big {
  width: 100%;
  display: block;
  border: none;
  padding: 25px 58px; }
  .modal__form-button-big:hover {
    cursor: pointer; }

.i-close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7.5px;
  margin-top: -7.5px;
  background: url("../images/sprite.png") no-repeat -57px -70px; }

.d-flex {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.d-flex > div:not(.form-content__bank) {
  width: 100%;
}
.modal-window {
    z-index: 11;
}
.register_agree_block .field-registrationform-agree.has-error{
    margin: 0;
    width: 100%;
}
.register_agree_block .field-registrationform-agree.has-error .help-block{
    text-align: center;
}

/* @-moz-document url-prefix()
{
	.d-flex {
    justify-content: center;
  }
} */

/*Media Queries*/
@media screen and (max-width: 1400px) {
  .l-container {
    width: 1200px; }
  .advantages__item {
    width: 340px; }
  .advantages__item:first-child {
    margin-left: 0; }
  .advantages__item:last-child {
    margin-right: 0; } }

@media screen and (max-width: 1220px) {
  .b-container {
    width: 970px; }
  .l-container {
    width: 970px; }
  #main {
    padding-top: 45px;
    padding-bottom: 65px; }
  .main__info-title {
    font-size: 3.5em;
    line-height: 56.7px; }
  .main__info-subtitle {
    font-size: 2.5em; }
  .main__image {
    right: -245px;
    width: 830px; }
  .schema__content-item.left:after {
    right: 105px; }
  .schema__content-item.right .schema__content-item-details {
    margin-right: 0; }
  .schema__content-item.right:before {
    left: 75px;
    top: 35px; }
  .schema__content-item-details {
    max-width: 555px; }
  .proc__block {
    max-width: 765px; }
  .templates__content {
    max-width: 645px; }
  .proc__image {
    left: -245px;
    width: 460px; }
  .proc__block {
    margin-top: 110px; }
  #proc {
    padding-bottom: 110px; }
  #templates {
    padding: 110px 0; }
  .templates__image {
    width: 150px; }
  .jur__image {
    width: 600px;
    right: -285px; }
  .jur__content {
    padding-top: 110px; }
  #jur {
    padding-bottom: 110px; }
  #easy {
    padding: 110px 0 145px; }
  .blocked__wrapper {
    padding: 75px 0 110px 0; }
  .blocked__content {
    max-width: 675px; }
  .easy__content {
    max-width: 675px; }
  .easy__info {
    width: 225px; }
  .blocked__image {
    width: 210px;
    margin-right: 0; }
  .plus__content-image {
    margin: 0; }
  .regions__image {
    right: -995px; }
  #regions {
    padding-bottom: 110px; }
  .regions__info {
    margin-top: 110px; }
  .b-title {
    font-size: 3em;
    line-height: 60px; }
  .schema__content-item-details-title {
    font-size: 1.5em;
    line-height: 23px; }
  .schema__content-item-details-description {
    margin-top: 10px;
    font-size: 1.2em;
    line-height: 20px; }
  .schema__content-item.step-4 {
    margin-top: 70px; }
  .advantages__item-title {
    margin-top: 16px;
    line-height: 28px;
    font-size: 1.5em; }
  .advantages__item-description {
    margin-top: 10px;
    font-size: 1.1em;
    line-height: 24px; }
  .sync__logo {
    width: 330px;
    margin: 30px auto 0 auto; }
  .sync__box-info {
    max-width: 575px; }
  .sync__box-image {
    width: 180px; }
  .tax__content-list {
    max-width: 400px; }
  .tax__content-list-item {
    font-size: 1.1em;
    line-height: 28px; }
  .tax__content-block {
    margin-right: 30px; }
  #adding {
    padding: 90px 0; }
  .adding__content {
    margin-top: 90px; }
  .adding__content-item-image {
    margin-right: 0;
    width: 320px; }
  .adding__content-item-info {
    max-width: 635px; }
  .adding__content-item.right .adding__content-item-info {
    max-width: 635px; }
  .adding__content-item-list {
    margin-top: 30px; }
  .adding__content-item-list-item {
    font-size: 1.1em; }
  .adding__content-item-remark {
    font-size: 0.9em;
    margin-top: 30px; }
  .adding__content-item {
    margin-top: 90px; }
  .adding__content-item.right .adding__content-item-image {
    margin-right: 0;
    width: 220px; }
  .f-input {
    width: 290px;
    border: 3px solid #d8d8d8;
    padding: 6px 20px; }
    .f-input[placeholder] {
      font-size: 1.1em; }
  .join__form-button {
    padding: 15px 135px; }
  .footer__about {
    font-size: 0.8em;
    max-width: 480px; }
  .modal-content.callback {
    top: 20px; }
  .modal__form-input-big {
    width: 100%; }
/* .form-content__block .d-flex {
  padding-left: 100px;
} */
.form-content__steps {
  width: 100%;
}

.form-content__buttons,
.form-content__guarantee {
  width: auto;
}

.d-flex > div:not(.form-content__bank) {
  padding: 0 15px;
}
    .join__form-field {
    width: 290px; }
  }

@media screen and (max-width: 990px) {
  .b-container {
    width: 750px; }
  .l-container {
    width: 750px; }
  .header__menu {
    margin-right: 30px; }
  .header__contacts {
    margin-right: 15px; }
  .main__info-title {
    font-size: 2.8em;
    line-height: 44px; }
  .main__info-subtitle {
    font-size: 2em; }
  .main__info-button-item {
    padding: 20px 30px; }
  .main__image {
    right: -175px;
    width: 600px; }
  .main__info-button {
    margin-top: 30px; }
  #main {
    padding: 30px 0; }
  #schema {
    margin-top: 30px; }
  .schema__content-item-details {
    margin-top: 10px; }
  .schema__content-item.left:after {
    right: -45px;
    transform: rotate(45deg);
    top: 60px; }
  .schema__content-item.right:before {
    left: -45px;
    top: 55px;
    transform: rotate(-45deg); }
  .schema__content-item {
    margin-top: 90px; }
  .schema__content-item.step-2 {
    margin-top: 90px; }
  .schema__content-item.step-4 {
    margin-top: 90px; }
  #advantages {
    margin-top: 160px;
    padding-bottom: 30px; }
  .advantages__item-title {
    font-size: 1.3em;
    line-height: 22px; }
  .advantages__item-description {
    font-size: 1em;
    line-height: 22px;
    margin-top: 15px; }
  #plus {
    padding: 30px 0; }
  .plus__content {
    margin-top: 60px; }
  #proc {
    padding-bottom: 30px; }
  .proc__block {
    max-width: 525px;
    margin-top: 30px; }
  .proc__image {
    left: -160px;
    width: 320px;
    top: -185px; }
  .b-title {
    font-size: 2.6em;
    line-height: 46px; }
  .c-title {
    font-size: 1.5em;
    line-height: 32px; }
  .c-description {
    font-size: 1.1em;
    line-height: 22px; }
  #templates {
    padding: 30px 0; }
  .templates__content {
    max-width: 485px; }
  .templates__image {
    margin-right: 40px;
    width: 130px; }
  .jur__image {
    width: 400px;
    right: -145px;
    top: -60px; }
  .jur__content {
    max-width: 520px;
    padding-top: 30px; }
  #jur {
    padding-bottom: 30px; }
  #easy {
    padding: 30px 0 135px 0; }
  .blocked__wrapper {
    padding: 30px 0; }
  .easy__content {
    max-width: 520px; }
  .easy__info {
    width: 175px; }
  .blocked__content {
    max-width: 520px; }
  .blocked__image {
    width: 180px; }
  .regions__info {
    max-width: 520px; }
  #regions {
    padding-bottom: 30px; }
  .regions__info {
    margin-top: 30px; }
  #sync {
    margin-top: 30px; }
  .sync__about {
    font-size: 1.1em;
    line-height: 24px; }
  .sync__logo {
    width: 250px; }
  .sync__box-info {
    max-width: 520px;
    margin-right: 0; }
  .sync__box-image {
    margin-left: 0;
    width: 160px; }
  .tax__content {
    padding: 35px 30px; }
  .tax__content-list {
    max-width: 315px;
    margin-top: 35px; }
  .tax__content-block {
    width: 300px;
    margin-right: 15px; }
  #tax {
    margin-top: 30px;
    padding: 30px 0; }
  .tax__content-info-title {
    font-size: 1.5em; }
  .tax__content-info-description {
    margin-top: 20px; }
  #adding {
    padding: 30px 0; }
  .adding__content {
    margin-top: 45px; }
  .adding__content-item {
    margin-top: 60px; }
  .join__form-field {
    margin-left: 10px;
    width: 230px; }
  .f-input {
    width: 230px; }
  .main__info {
    min-width: auto;
    width: 100%; }
  .inner__tabs {
    width: 100%; }
  .inner__tabs-item-content-image.big .inner__tabs-item-content-image-block {
    height: 445px; }
  .inner__tabs-item-name {
    max-width: 90%;
    font-size: 0.9em; }
  .form-content__top {
    padding: 20px 15px; }
  .form-content__top-title {
    margin-left: 10px; }
  .form-content__top {
    font-size: 1.5em; }
  .form-content__steps {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px; }
  .form-content__buttons {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box; }
  .form-content__guarantee {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box; }

  .header__mobile-contacts {
    margin-right: 0; }
  .header__mobile-menu {
    margin-right: 15px; }
  .c-title {
    font-size: 1.8em;
    line-height: 34px; }
  .c-description {
    font-size: 1.2em;
    line-height: 24px;
    margin-top: 20px; }
    .c-description p {
      margin-top: 10px; }
  .modal__form-input-big {
    width: 100%; }
  .modal__form-row.fields {
    width: 100%; }
  .schema__content .schema__content-item:after {
    display: none; }
  .schema__content .schema__content-item:before {
    display: none; } }

@media screen and (max-width: 768px) {
  .b-container {
    width: 90%; }
  .header__wrapper {
    flex-wrap: wrap; }
  .main__info-button-item {
    text-align: center; }
  .header__info {
    width: 100%;
    text-align: center;
    margin-top: 20px; }
  .main__info {
    max-width: 365px; }
  .main__info-title {
    font-size: 1.8em;
    line-height: 32px; }
  .main__info-subtitle {
    font-size: 1.4em;
    margin-top: 10px;
    line-height: 46px; }
  .main__info-button {
    margin-top: 15px; }
  .main__image {
    right: -215px;
    width: 560px;
    top: -20px; }
  .main__info-button-item {
    padding: 20px 20px;
    font-size: 0.9em; }
  .header__mobile {
    display: block; }
  .header__info {
    display: none; }
  .b-title {
    font-size: 2em;
    line-height: 36px; }
  #schema {
    overflow: hidden; }
  .schema__content-item-details {
    max-width: 385px;
    margin-left: 25px; }
  .schema__content {
    margin-top: 30px; }
  .schema__content .schema__content-item {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 30px; }
  .advantages__wrapper {
    flex-wrap: wrap; }
  .advantages__item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
    margin-left: 0; }
    .advantages__item:first-child {
      margin-top: 0; }
  .advantages__item-icon {
    min-width: 96px;
    min-height: 96px; }
  .advantages__item-wrap {
    text-align: left;
    margin-left: 15px; }
  .proc__image {
    left: -136px;
    width: 255px;
    top: -135px; }
  .proc__block {
    margin-left: 115px; }
  .jur__image {
    width: 300px;
    right: -120px;
    top: -25px; }
  .jur__content {
    margin-right: 160px; }
  .easy__content {
    margin-left: 35px; }
  .sync__about {
    width: 100%; }
  .sync__box-info {
    margin-left: 35px; }
  .tax__content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 20px; }
  .tax__content-block {
    width: 100%;
    max-width: 100%; }
  .tax__content-list {
    width: 100%;
    max-width: 100%;
    margin-left: 40px;
    margin-right: 55px; }
  .tax__content-list-item:before {
    left: -40px; }
  .tax__content-info {
    margin-top: 30px; }
  .tax__content-info-price {
    margin-top: 30px; }
  .join__form-field {
    width: 100%;
    margin-left: 0;
    margin-top: 15px; }
    .join__form-field:first-child {
      margin-top: 0; }
  .f-input {
    width: 100%; }
  .footer__bottom {
    flex-wrap: wrap; }
  .footer__about {
    width: 100%;
    max-width: 100%; }
  .footer__contacts {
    margin-right: 0;
    width: 100%;
    text-align: right;
    margin-top: 15px; }
  .footer__contacts-item {
    text-align: right; }
  .inner__tabs-item-content-image.big .inner__tabs-item-content-image-block {
    height: 325px; }
  .inner__tabs-item-content-image.left {
    float: none;
    margin-right: 0; }
  .inner__tabs-item-content-image.tiny .inner__tabs-item-content-image-block {
    width: 100%;
    height: 325px; }
  #inner {
    padding: 30px 0; }
  .form-content__top {
    font-size: 1.2em; }
  .form-content-link {
    font-size: 0.8em; }
  .form-content__buttons-next-item {
    padding: 21px 35px; }
  .l-container {
    width: 90%; }
  .form-footer__info {
    flex-wrap: wrap;
    text-align: left; }
  .form-footer__email {
    text-align: left; }

  .form-content__step-card {
    width: 400px;
    height: 255px;
    padding-top: 90px; }
  .form-content__step-card-number {
    padding: 10px 50px; }
  .form-content__step {
    min-height: auto; }
  .modal-content.callback {
    width: 85%;
    margin-left: -42.5%;
    padding: 25px; } }

@media screen and (max-width: 580px) {
  .header__logo {
    width: 100%;
    text-align: center; }
  .header__mobile {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .header__mobile-slide {
    top: 136px; }
  .main__image {
    right: -275px;
    width: 520px;
    top: 5px; }
  .main__info-title {
    font-size: 1.6em; }
  .main__info-button-item {
    padding: 20px 10px; }
  .schema__content-item-icon {
    min-width: 96px;
    min-height: 96px; }
  .schema__content-item-details {
    margin-left: 10px; }
  .schema__content-item-details-title {
    font-size: 1.1em;
    line-height: 18px; }
  .schema__content-item-details-description {
    font-size: 0.95em;
    line-height: 18px; }
  .advantages__item-title {
    font-size: 1.1em;
    line-height: 18px; }
  .advantages__item-description {
    font-size: 0.95em;
    line-height: 18px;
    margin-top: 10px; }
  .plus__content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 15px; }
  .plus__content-image {
    width: 60%;
    margin: 0 auto; }
  .c-title {
    font-size: 1.1em;
    line-height: 24px;
    text-align: center; }
  .c-description {
    font-size: 0.95em;
    line-height: 20px;
    text-align: center;
  }
  .proc__block {
    position: relative;
    z-index: 2;
    margin-left: 0; }
  .proc__image {
    display: none; }
  .templates__wrapper {
    flex-wrap: wrap; }
  .templates__image {
    width: 30%;
    margin: 20px auto 0 auto; }
  .jur__image {
    display: none; }
  .jur__content {
    margin-right: 0;
    width: 100%; }
  .easy__wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse; }
  .easy__content {
    margin-left: 0; }
  .easy__info {
    width: 30%;
    margin: 20px auto 0 auto; }
  #easy {
    padding: 30px 0 75px 0; }
  .blocked__wrapper {
    padding-top: 10px;
    flex-wrap: wrap; }
  .blocked__image {
    width: 40%;
    margin: 20px auto 0 auto; }
  .regions__image {
    display: none; }
  .sync__title br {
    display: none; }
  .b-title {
    font-size: 1.7em;
    line-height: 32px; }
  .sync__about {
    font-size: 0.95em;
    line-height: 22px; }
  .sync__logo {
    width: 170px;
    margin-top: 15px; }
  .sync__box {
    margin-top: 30px;
    flex-wrap: wrap;
    flex-direction: column-reverse; }
  .sync__box-info {
    margin-left: 0; }
  .sync__box-image {
    margin: 20px auto 0 auto;
    width: 30%; }
  .tax__content {
    padding: 25px;
    margin-top: 20px; }
  .tax__content-list {
    margin: 0;
    box-sizing: border-box;
    padding: 10px 10px 10px 40px; }
  #adding {
    margin-top: -5px; }
  .adding__content .adding__content-item {
    flex-wrap: wrap;
    margin-top: 50px; }
    .adding__content .adding__content-item.right {
      flex-direction: column-reverse; }
  .adding__content-item-list-item:before {
    width: 16px;
    height: 16px;
    background-position: 0px -53px; }
  .adding__content-item-list-item {
    font-size: 0.95em;
    line-height: 20px;
    margin-bottom: 15px; }
  .adding__content .adding__content-item .adding__content-item-image {
    width: 50%;
    margin: 20px auto 0 auto; }
  .join__image {
    display: none; }
  .join__form-button {
    padding: 12px 60px; }
  .footer__top {
    flex-wrap: wrap; }
  .footer__copyright {
    margin-top: 20px; }
  .inner__tabs-item-content {
    padding: 0; }
  .inner__tabs-item-name {
    font-size: 0.7em; }
  .inner__tabs-item-panel {
    padding: 10px 25px; }
  .inner__tabs {
    margin-top: 20px; }
  .inner__tabs-item-content-image.tiny .inner__tabs-item-content-image-block {
    height: 220px; }
  .inner__tabs-item-content-image.big .inner__tabs-item-content-image-block {
    height: 220px; }
  .form-header__wrapper {
    flex-wrap: wrap;
    text-align: center; }
  .form-header__logo {
    width: 100%;
    text-align: center; }
  .form-header__title {
    margin-left: 0;
    margin-top: 15px;
    text-align: center;
    width: 100%; }
  .form-header__number {
    margin-top: 15px;
    display: inline-block; }
  .form-header__contacts {
    width: 100%;
    text-align: center; }
  .form-content__top {
    flex-wrap: wrap; }
  .form-content__top-steps {
    margin-top: 15px;
    width: 100%;
    text-align: center; }
  .form-content__progress-steps-item:first-child {
    margin-left: 50px; }
  .form-content__progress-steps-item:last-child {
    margin-right: 50px; }
  .form-content__progress {
    height: 40px; }
  .form-content__progress-steps-item {
    margin-top: 20px; }
  .form-select__current {
    padding: 15px 10px; }
  .form-select__option {
    padding: 10px; }
  .form-input {
    padding: 10px; }
    .form-input[placeholder] {
      font-size: 1.1em; }
  .form-input--half {
    width: 100%; }
  .form-select__options {
    top: 48px; }
  .form-content__buttons {
    flex-wrap: wrap;
    text-align: center; }
  .form-content__buttons-back {
    width: 100%; }
  .form-content__buttons-next {
    width: 100%; }
  .form-checkbox__text {
    max-width: 85%;
    font-size: 0.75em; }
  .register_agree_block .form-checkbox__text {
    max-width: 85%;
    vertical-align: middle;
    font-size: 0.85em; }
  .form-error__message {
    max-width: 85%;
    vertical-align: top;
    font-size: 0.85em; }
  .form-content__step-card {
    width: 270px;
    height: 175px;
    padding-top: 60px; }
  .form-content__step-card-number {
    padding: 5px 25px;
    font-size: 1.1em; }
  .form-content__steps {
    padding: 0; }
  .form-select__block {
    font-size: 1.1em; }
  .modal-content {
    width: 100%;
    margin-left: 0;
    left: 0;
    padding: 25px 25px 50px 25px; }
  #advantages {
    margin-top: 75px; }
  .modal-content.callback {
    left: 50%; }
  .modal__form-title-big {
    font-size: 1.7em;
    text-align:center;
  }
  div .main__info-title p {
    text-align: left!important;
  }
  div > p {
    text-align:center;
    margin: 0px;
  }

.form-content__bank {
  width: 60px;
  min-width: 40px;
  padding: 0 10px;
}

.form-content__bank .form-content__bank-logo {
  background-size: 85% auto!important;
}
  }
  #register-modal .form-checkbox__text{
      white-space: normal !important;
  }
  #register-modal .form-checkbox__text > p{
      white-space: normal !important;
      text-align: left;
  }
@media screen and (max-width: 380px) {

  .form-input[placeholder],
  .form-select__block {
    font-size: .9em;
  }
  .main__info-title {
    font-size: 1.4em;
    line-height: 28px; }
  .main__image {
    right: -295px; }
  .main__info-button-item {
    font-size: 0.75em;
    padding: 20px 15px; }
  .schema__content .schema__content-item {
    flex-wrap: wrap; }
  .schema__content-item-icon {
    margin: 0 auto; }
  .schema__content-item-details-title {
    text-align: center; }
  .advantages__item {
    flex-wrap: wrap; }
  .tax__content-info-button-item {
    font-size: 0.9em;
    padding: 16px 60px; }
  .form-content__step-card {
    width: 210px;
    height: 145px;
    padding-top: 50px; }
  .form-content__step-card-text {
    margin-left: 25px; }
  .form-content__step-card-number {
    padding: 5px 12px;
    font-size: 1.1em; }
  .modal__form-title-big {
    font-size: 1.4em; }

.form-content__buttons {
  padding: 0 15px;
}
.form-content__buttons-next-item {
  padding: 21px 10px;
}

    .form-content__bank {
      width: 20px;
      min-width: 20px;
    }
.d-flex > div:not(.form-content__bank) {
  padding: 0 10px;
}

    .form-content__step-row .form-checkbox,
    .form-error {
      display: flex;
    }
    
    .modal__form-button-big{
        padding: 25px 30px;
        font-size: 0.9em;
    }
  }
@media screen and (max-width: 290px) {
    .g-recaptcha{
        margin-left: -10px;
    }
}
