* {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
}

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

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

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

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

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

body {
  margin: 0;
  padding: 0;
  color: #020202;
  font: 16px/30px 'opensans-regular', Helvetica, sans-serif;
}

h1 {
  font-size: 52px;
  font-family: 'opensans-extrabold';
}

h2 {
  font-size: 60px;
  font-family: 'opensans-extrabold';
}

h3 {
  font-size: 40px;
  font-family: 'opensans-extrabold';
}

h4 {
  font-size: 30px;
  font-family: 'opensans-bold';
}

h5 {
  font-size: 26px;
  font-family: 'opensans-extrabold';
}

h6 {
  font-size: 18px;
  font-family: 'opensans-semibold';
}

.title {
  margin: 0;
}

.title__caption {
  font-family: 'opensans-bold';
}

.title_invert {
  color: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 3px;
  padding: 0 10px;
  box-sizing: border-box;
  justify-content: center;
  font-family: 'opensans-semibold';
  transition: background .2s ease-in-out;
  outline: none;
}

.btn_close {
  width: 40px;
  height: 40px;
  top: 15px;
  right: 15px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: transparent;
  transition: transform .2s ease-in-out;
}

.btn_close:hover {
  transform: rotate(-90deg);
}

.btn_close:before, .btn_close:after {
  content: '';
  height: 3px;
  width: 25px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}

.btn_close:before {
  left: 8px;
  transform: rotate(-45deg);
}

.btn_close:after {
  right: 7px;
  margin-top: -2px;
  transform: rotate(45deg);
}

.btn:hover {
  cursor: pointer;
}

a.btn {
  text-decoration: none;
}

a.btn:visited {
  color: #fff;
}

.btn_s {
  font-size: 14px;
  min-height: 46px;
}

.btn_l {
  font-size: 16px;
  min-height: 56px;
  letter-spacing: .5px;
}

.btn_aqua {
  color: #fff;
  background-color: #1643c3;
}

.btn_aqua:hover {
  background-color: #0a33a9;
}

.btn:disabled:hover {
  cursor: not-allowed;
}

.btn_outline {
  background-color: transparent;
  border: 2px solid rgba(51, 55, 65, .2);
}

.btn_uppercase {
  text-transform: uppercase;
}

.form_container {
  width: 100%;
  max-width: 263px;
  position: relative;
  margin-bottom: 10px;
}

.form_container_select:before {
  content: '';
  top: 50%;
  right: 10px;
  margin-top: -3px;
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}

.form_container_checkbox {
  width: auto;
  max-width: none;
  margin-bottom: 0;
}

.form_field:not(.form_field_checkbox) {
  width: 100%;
  height: 44px;
  border-radius: 3px;
  background-color: #2d2d3c;
  border: 2px solid transparent;
  padding: 0 15px;
  box-sizing: border-box;
  font: 16px/20px 'opensans-regular', sans-serif;
  color: #b6b6c5;
}

.form_field_error:not(.form_field_checkbox) {
  border-bottom-color: rgba(255, 0, 0, .5);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form_field::-webkit-input-placeholder {
  color: #b6b6c5;
  font: 14px/20px 'opensans-regular', sans-serif;
}
.form_field::-moz-placeholder          {
  color: #b6b6c5;
  font: 14px/20px 'opensans-regular', sans-serif;
  }/* Firefox 19+ */
.form_field:-moz-placeholder           {
  color: #b6b6c5;
  font: 14px/20px 'opensans-regular', sans-serif;
  }/* Firefox 18- */
.form_field:-ms-input-placeholder      {
  color: #b6b6c5;
  font: 14px/20px 'opensans-regular', sans-serif;
}

select.form_field {
  color: #b6b6c5 !important;
  font: 14px/20px 'opensans-regular', sans-serif !important;
}

select.form_field:hover {
  cursor: pointer;
}

.form_field:focus {
  outline: none;
}

.form_field_checkbox {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}

.form_field:checked + .form_pointer_checkbox:after {
  opacity: 1;
}

.form_field_checkbox.form_field_error + .form_pointer_checkbox:before {
  border-color: rgba(255, 0, 0, .5);
}

.form_field_checkbox.form_field_error:checked + .form_pointer_checkbox:before {
  border-color: #000;
}

.form_pointer_checkbox {
  color: #b6b6c5;
  position: relative;
  display: inline-flex;
  align-items: center;
  font: 14px/20px 'opensans-regular', sans-serif;
}

.form_pointer_checkbox:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #2d2d3c;
  margin-right: 20px;
  border: 1px solid #323242;
  box-sizing: border-box;
  transition: border-color .2s ease-in-out;
}

.form_pointer_checkbox:after {
  top: 4px;
  left: 1px;
  opacity: 0;
  position: absolute;
}

.form_pointer__link {
  color: #426ad8;
  text-decoration: none;
  font: 14px/20px 'opensans-regular', sans-serif;
}

.form_pointer__link:hover {
  text-decoration: underline;
}

.form_pointer:hover {
  cursor: pointer;
}

.form_tip {
  padding-left: 3px;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal.in {
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  pointer-events: none;
}

.modal_backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal_backdrop.fade {
  opacity: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.modal_backdrop.in {
  opacity: .5;
}

.modal.fade .modal_dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
}

.modal.in .modal_dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}

.modal_dialog {
  width: 100%;
  max-width: 480px;
  margin: 15% auto 5%;
}

.modal_dialog_cost {
  margin-top: 5%;
  max-width: 768px;
}

.modal_dialog_agreement {
  margin-top: 2%;
  max-width: 800px;
}

.modal_main {
  max-width: 420px;
  position: relative;
}

.modal_main:before {
  content: '';
  top: -30px;
  left: 50%;
  z-index: 1;
  width: calc(100% - 100px);
  height: calc(100% + 60px);
  position: absolute;
  border-radius: 2px;
  border: 20px solid #153fba;
  box-sizing: border-box;
  transform: translate3d(-50%,0,0);
  box-shadow: 4px 6.928px 38px 0px rgba(14, 56, 177, 0.3);
}

.modal_area {
  z-index: 2;
  border-radius: 3px;
  position: relative;
  box-shadow: 0px 13px 46px 0px rgba(7, 7, 10, 0.23);
  background: #1f1f2d;
  color: #fff;
}

.modal_area_simple {
  background: #133bad;
}

.modal_area__content {
  padding: 65px 60px;
  box-sizing: border-box;
}

.modal_area__content ul {
  list-style-type: disc;
}

.modal_area__content ul ul {
  padding-left: 0;
  list-style-type: none;
}

.modal_area__content ul b {
  font-family: 'opensans-bold', sans-serif;
}

.modal_area_simple__content {
  padding-top: 35px;
  padding-bottom: 28px;
}

.modal_area__content_cost {
  padding: 40px;
}

.modal_area__content_agreement {
  padding: 30px;
  line-height: 20px;
}

.modal_area__title {
  text-align: center;
  margin: 5px 0 40px;
  line-height: 34px;
  text-transform: uppercase;
}

.modal_area__title_bottom {
  margin-bottom: 0;
}

.modal_area_simple__title {
  margin-bottom: 0;
}

.modal_area__btn {
  width: 100%;
  margin-top: 12px;
}

.modal_area__form_container {
  margin-right: 0;
  max-width: none;
  margin-bottom: 16px;
}

.modal_area__form_field.form_field {
  height: 54px;
}

.modal_area__caption {
  color: #fff;
  text-align: center;
  font-family: 'opensans-regular', sans-serif;
}

.wrapper {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  padding: 32px 0;
  position: absolute;
}

.header__container {
  display: flex;
  position: relative;
}

.header__caption {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  color: #d1d1e2;
  font: 18px/24px 'opensans-light';
  text-align: center;
}

.header__btn {
  flex-shrink: 0;
  margin: auto;
  margin-right: 0;
  align-self: baseline;
  flex-direction: row-reverse;
  min-width: 165px;
  font: 16px/20px 'opensans-light', sans-serif;
}

.header__btn:after {
  margin-right: 20px;
}

.section_main {
  display: flex;
  min-height: 710px;
  align-items: center;
  background: url('../img/main_bg.jpg') no-repeat center top/cover;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .section_main {
    background: url('../img/main_bg@2x.jpg') no-repeat center top/cover;
  }
}

.section_main__title {
  line-height: 70px;
  text-transform: uppercase;
}

.section_form {
  position: relative;
  padding-bottom: 82px;
  background-color: #f1f1f7;
}

.section_form__container {
  max-width: 1340px;
  left: 50%;
  top: -188px;
  position: absolute;
  transform: translateX(-50%);
}

.form_join__title {
  margin-bottom: 35px;
  text-transform: uppercase;
}

.form_join {
  position: relative;
}

.form_join:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  background: rgba(31, 31, 45, .6);
  transition: opacity .6s ease-in-out;
}

.form_join_processing:after {
  opacity: 1;
}

.form_join:before {
  content: '';
  top: -30px;
  left: 50%;
  z-index: 1;
  width: calc(100% - 100px);
  height: calc(100% + 60px);
  position: absolute;
  border-radius: 2px;
  border: 20px solid #153fba;
  box-sizing: border-box;
  transform: translate3d(-50%,0,0);
  box-shadow: 4px 6.928px 38px 0px rgba(14, 56, 177, 0.3);
}

.form_join__content {
  position: relative;
  z-index: 2;
  padding: 62px 85px 55px;
  border-radius: 3px;
  background-color: #1f1f2d;
  box-shadow: 0px 13px 46px 0px rgba(7, 7, 10, 0.23);
  box-sizing: border-box;
}

.form_join__form_group {
  display: flex;
  justify-content: space-between;
}

.form_join__form_container {
  margin-right: 28px;
  margin-bottom: 18px;
}

.form_join__form_container:last-child {
  margin-right: 0;
}

.form_join__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.form_join__error_box {
  color: red;
  text-align: center;
  padding: 30px 10px 0;
  margin-bottom: -20px;
  box-sizing: border-box;
}

.form_join__form_container_checkbox {
  text-align: right;
  margin-bottom: 0;
  margin-right: 42px;
}

.form_join__btn {
  min-width: 262px;
}

.form_join__btn:disabled {
  color: rgba(255,255,255,.2);
  background: rgba(22, 67, 195, .2);
}

.section_start {
  position: relative;
  padding: 80px 0 80px;
  background: #0f0f19 url('../img/connect_bg.png') no-repeat top center/1264px 767px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .section_start {
    background: #0f0f19 url('../img/connect_bg@2x.png') no-repeat top center/1264px 767px;
  }
}

.section_start:before, .section_start:after {
  content: '';
  width: 444px;
  height: 444px;
  position: absolute;
  pointer-events: none;
  background: url('../img/texture_shape.png') no-repeat top center/100% auto;
  transition: width .2s ease-in-out, height .2s ease-in-out;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .section_start:before, .section_start:after {
    background: url('../img/texture_shape@2x.png') no-repeat top center/100% auto;
  }
}

.section_start:before {
  left: 0;
  bottom: 0;
}

.section_start:after {
  top: 0;
  right: 0;
  transform: rotate(-180deg);
}

.section_start__title {
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}

.section_start__caption {
  color: #88889f;
  display: block;
  font-size: 26px;
  text-align: center;
}

.list_steps {
  margin: 85px 0 0;
  padding: 0 68px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  counter-reset: item;
  box-sizing: border-box;
}

.list_steps__item {
  display: flex;
  flex-direction: column;
  max-width: 285px;
  text-align: center;
  position: relative;
}

.list_steps__item:before {
  content: counter(item);
  counter-increment: item;
  color: #a7a7cb;
  font: 100px/22px 'opensans-bold', sans-serif;
  opacity: .05;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  text-shadow: 0px 8px 8px rgba(0, 0, 0, 0.73);
}

.list_steps__item:nth-child(1) > .list_steps__icon {
  width: 72px;
  height: 110px;
  margin: 0 auto 30px;
  background: url('../img/registration.png') no-repeat center/80px 55px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list_steps__item:nth-child(1) > .list_steps__icon {
    background: url('../img/registration@2x.png') no-repeat center/80px 55px;
  }
}

.list_steps__item:nth-child(2) > .list_steps__icon {
  width: 72px;
  height: 110px;
  margin: 0 auto 30px;
  background: url('../img/form.png') no-repeat center/63px 80px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list_steps__item:nth-child(2) > .list_steps__icon {
    background: url('../img/form@2x.png') no-repeat center/63px 80px;
  }
}

.list_steps__item:nth-child(3) > .list_steps__icon {
  width: 72px;
  height: 110px;
  margin: 0 auto 30px;
  background: url('../img/support.png') no-repeat center/73px 80px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list_steps__item:nth-child(3) > .list_steps__icon {
    background: url('../img/support@2x.png') no-repeat center/73px 80px;
  }
}

.list_steps__item:hover > .list_steps__btn {
  opacity: 1;
}

.list_steps__title {
  text-transform: uppercase;
}

.list_steps__caption {
  flex-grow: 1;
  color: #88889f;
  font-size: 16px;
  line-height: 26px;
  margin: 28px 0 14px;
}

.list_steps__btn {
  opacity: 0;
  width: 100%;
  max-width: 206px;
  align-self: center;
  transition: opacity .2s ease-in-out;
}

.section_benefits {
  padding-top: 140px;
  background-color: #f1f1f7;
}

.section_benefits__title {
  line-height: 1;
  text-align: center;
  margin-bottom: 36px;
  text-transform: uppercase;
}

.section_benefits__title_light {
  color: #626262;
  font-family: 'opensans-semibold', sans-serif;
}

.benefits__container {
  max-width: 1340px;
}

.benefitsCard:not(.benefitsCard_simple) {
  max-width: 1172px;
  background-color: #fff;
  box-shadow: 7px 12.124px 51px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  padding: 48px 14.505119453924914% 0;
  box-sizing: border-box;
  margin: 62px 0 142px;
  transition: padding .2s ease-in-out;
}

.benefitsCard:not(.benefitsCard_simple):before {
  content: '';
  right: -254px;
  bottom: -110px;
  width: 797px;
  height: 467px;
  z-index: 1;
  position: absolute;
  background: url('../img/benefits_asset.png') center/100% 100% no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .benefitsCard:not(.benefitsCard_simple):before {
    background: url('../img/benefits_asset@2x.png') center/100% 100% no-repeat;
  }
}

.benefitsCard_simple {
  max-width: 1240px;
  position: relative;
  display: flex;
  align-items: center;
}

.benefitsCard_simple:before {
  content: '';
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 48.30645161290323%;
  height: 450px;
  flex-shrink: 0;
  background: url('../img/benefits_online_asset.png') center/100% auto no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .benefitsCard_simple:before {
    background: url('../img/benefits_online_asset@2x.png') center/100% auto no-repeat;
  }
}

.benefitsCard_accsess {
  margin: 100px 0 55px;
  padding-left: 9.726962457337883% !important;
}

.benefitsCard.benefitsCard_accsess:before {
  width: 475px;
  top: 36px;
  height: 405px;
  right: -170px;
  background: url('../img/benefits_tablet.png') right center/100% auto no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .benefitsCard.benefitsCard_accsess:before {
    background: url('../img/benefits_tablet@2x.png') right center/100% auto no-repeat;
  }
}

.benefitsCard__content {
  max-width: 510px;
  position: relative;
  padding-bottom: 70px;
}

.benefitsCard__content_accsess {
  max-width: 710px;
  text-align: center;
}

.benefitsCard__title {
  display: block;
  color: #1643c3;
  line-height: 36px;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-family: 'opensans-extrabold';
}

.benefitsCard_simple__title {
  margin-bottom: 30px;
}

.benefitsCard__title_accsess {
  display: inline;
}

.benefitsCard__title_dark {
  color: #020202;
  font-family: 'opensans-bold';
}

.benefitsCard__caption {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.benefitsCard_accsess__caption {
  margin-top: 55px;
}

.benefitsCard__link {
  color: #1643c3;
  text-decoration: none;
  font: 16px/20px 'opensans-regular';
}

.benefitsCard__link:hover {
  text-decoration: underline;
}

.benefitsCard__btn {
  left: 50%;
  bottom: -26px;
  min-width: 286px;
  position: absolute;
  transform: translateX(-50%);
}

.section_partners {
  padding: 88px 0 90px;
  background-color: #f1f1f7;
}

.section_partners__content {
  position: relative;
}

.section_partners__title {
  color: #1643c3;
  padding-left: 115px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-family: 'opensans-extrabold', sans-serif;
}

.section_partners__caption {
  color: #020202;
}

.section_partners__description {
  margin: 0;
  color: #020202;
  padding-left: 115px;
  max-width: 520px;
  text-align: center;
}

.section_partners__description_marked {
  padding: 0 62px;
  display: flex;
  align-items: center;
  max-width: none;
  text-align: left;
  min-height: 64px;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #153fb9;
  color: #d7d7e6;
  box-shadow: 0px 3px 35px 0px rgba(21, 63, 185, 0.35);
  margin: 10px 0;
}

.section_partners__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 48px 40px;
  max-width: 360px;
  background-color: #fff;
  box-shadow: 7px 12.124px 51px 0px rgba(0, 0, 0, 0.09);
  box-sizing: border-box;
  list-style-type: none;
  position: absolute;
  top: 0;
  right: 15px;
}

.section_partners__item {
  flex: 1 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.section_partners__item:last-child,
.section_partners__item:nth-last-child(2) {
  margin-bottom: 0;
}

.section_connect {
  padding: 80px 0 90px;
  background: #0f0f19 url('../img/connect_bg.png') no-repeat top center/1264px 767px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .section_connect {
    background: #0f0f19 url('../img/connect_bg@2x.png') no-repeat top center/1264px 767px;
  }
}

.connect__title {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.connect__title:not(.connect__title_main) {
  margin-bottom: 0;
  padding-bottom: 28px;
  border-bottom: 1px solid #333741;
}

.connect__title_main {
  margin-bottom: 45px;
}

.connect__caption {
  color: #88889f;
  display: block;
  font-size: 26px;
  text-align: center;
}

.connect__list {
  margin: 0;
  padding: 70px 0 65px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  list-style-type: none;
}

.connect__item {
  max-width: 360px;
  border: 3px solid transparent;
  transition: border-color .2s ease-in-out;
  box-sizing: border-box;
  padding: 44px 44px;
}

.connect__item:hover {
  border-color: #1643c3;
  box-shadow: 5.878px 8.09px 9px 0px rgba(0, 0, 0, 0.2);
}

.connect__card {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.connect__card__list {
  padding: 0;
}

.connect__card__list__item {
  color: white;
  list-style: disc;
  list-style-position: outside;
  margin: 0 0 15px 0;
}

.connect__card__price {
  color: white;
  background: #1643c3;
  text-align: center;
}

.connect__card__price--top {
  margin-top: 32px;
}

.connect__description {
  color: #88889f;
  font-size: 16px;
  line-height: 26px;
  flex-grow: 1;
  margin-top: 30px;
}

.connectContainer {
  min-height: 120px;
  display: flex;
  align-items: center;
  background-color: #1f1f2d;
  padding: 0 35px;
  box-shadow: 5.878px 8.09px 9px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  position: relative;
}

.connectContainer:before {
  content: '';
  width: 322px;
  height: 193px;
  top: -37px;
  left: 0;
  position: absolute;
  background: url('../img/speedometer.png') center/100% 100% no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .connectContainer:before {
    background: url('../img/speedometer@2x.png') center/100% 100% no-repeat;
  }
}

.connectContainer__section {
  margin-left: 365px;
}

.connectContainer__title {
  color: #fff;
  font-size: 26px;
  line-height: 22px;
}

.connectContainer__caption {
  color: #88889f;
  font-size: 16px;
  line-height: 22px;
}

.connectContainer__btn {
  min-width: 226px;
  margin-left: auto;
}

.section_callback {
  position: relative;
  background-color: #f1f1f7;
}

.section_callback:before {
  content: '';
  top: 37.5%;
  right: 0;
  z-index: 1;
  width: 45%;
  height: 148px;
  position: absolute;
  background-color: #1540bc;
}

.callback__container {
  padding-top: 80px;
  padding-bottom: 90px;
}

.callback__section {
  width: 100%;
  max-width: 1073px;
  min-height: 270px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 65px 490px 0 168px;
  box-shadow: 7px 12.124px 51px 0px rgba(0, 0, 0, 0.09);
  position: relative;
}

.callback__section:before {
  content: '';
  right: 110px;
  bottom: -90px;
  z-index: 2;
  width: 283px;
  height: 416px;
  position: absolute;
  background: url('../img/callback_asset.png') center/100% 100% no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .callback__section:before {
    background: url('../img/callback_asset@2x.png') center/100% 100% no-repeat;
  }
}

.callback__title {
  max-width: 415px;
  text-align: center;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.title__caption_callback {
  color: #1643c3;
}

.callback__caption {
  margin: 0;
  max-width: 405px;
  text-align: center;
}

.callback__caption_marked {
  font-family: 'opensans-semibold';
}

.callback__btn {
  left: 228px;
  bottom: -27px;
  min-width: 286px;
  position: absolute;
}

.footer {
  padding-bottom: 20px;
  background-color: #dedee3;
}

.footer__container {
  display: flex;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 25px;
}

.footer__caption {
  color: #020202;
  display: block;
  margin-right: 65px;
  text-transform: uppercase;
  font: 24px/36px 'opensans-bold';
}

.footer__caption_aqua {
  color: #1643c3;
}

.phones {
  margin: 0;
  padding: 0;
  max-width: 440px;
  list-style-type: none;
}

.phones__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 45px;
}

.phones__link {
  color: #020202;
  position: relative;
  text-decoration: none;
  font: 18px/36px 'opensans-regular';
}

.phones__link:hover {
  text-decoration: underline;
}

.phones__link.icon_sprite:after {
  top: 50%;
  left: -30px;
  width: 26px;
  height: 19px;
  position: absolute;
  margin-top: -9px;
}

.mail {
  margin-left: auto;
  color: #69696b;
  font: 16px/36px 'opensans-regular';
}

.mail:hover {
  text-decoration: none;
}

.copyright {
  margin: 0;
  text-align: center;
  color: #969699;
  font: 14px/20px 'opensans-regular';
}

@media screen and (max-width: 1130px) {
  .section_partners__description_marked {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1100px) {
  .section_partners__title {
    padding-left: 65px;
  }

  .section_partners__description {
    padding-left: 55px;
  }

  .section_partners__description_marked {
    font-size: 14px;
    padding: 0 20px;
  }

  .callback__section {
    padding-left: 50px;
  }

  .callback__btn {
    left: 98px;
  }

  .connect__item {
    padding: 14px 34px;
  }
}

@media screen and (max-width: 1300px) {
  .section_start:before, .section_start:after {
    width: 334px;
    height: 334px;
  }
}

@media screen and (max-width: 1170px) {
  .benefitsCard:not(.benefitsCard_simple) {
    padding-left: 4.266211604095563%;
  }

  .benefitsCard__content_accsess {
    max-width: 600px;
  }
}

.icon_sprite {
  position: relative;
}

.icon_sprite:after {
  content: '';
  background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
}

.icon_arrow:after {
  width: 10px;
  height: 5px;
  background-position: -5px -5px;
}

.icon_kievstar:after {
  width: 18px;
  height: 18px;
  background-position: -21px -5px;
}

.icon_life:after {
  width: 25px;
  height: 15px;
  background-position: -53px -3px;
}

.icon_login:after {
  width: 19px;
  height: 20px;
  background-position: -88px -5px;
}

.icon_mail:after {
  width: 16px;
  height: 13px;
  position: relative;
  background-position: -117px -5px;
}

.icon_mail:after {
  content: '';
  top: 13px;
  left: -28px;
  width: 16px;
  height: 13px;
  position: absolute;
}

.icon_mark:after {
  width: 12px;
  height: 12px;
  background-position: -141px -3px;
}

.icon_mts:after {
  width: 14px;
  height: 14px;
  background-position: -157px -2px;
}

.icon_phone:after {
  width: 16px;
  height: 16px;
  background-position: -181px -4px;
}

.sk-circle {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  z-index: 4;
  transform: translate3d(-50%,-50%, 0);
  opacity: 0;
  transition: opacity .3s ease-in-out;
  pointer-events: none;
}

.sk-circle_visible {
  opacity: 1;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
