﻿* {
    -webkit-locale: auto;
    white-space: normal;
}

a {
    text-decoration: underline;
}

.field-validation-error {
    color: red;
}

/* Main css file */
.reg-background {
    background-image: url(../img/login-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #F4F5FA;
}

.socialbutton {
    color: white;
    filter: drop-shadow(0px 4px 8px rgba(17, 17, 17, 0.4));
    width: 48px;
    height: 48px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    margin-right: 19px;
    cursor:pointer;
}

img.social {
    width: 48px;
    height: 48px;
}

.facebook {
    background: #3B5998;
}

.vk {
    background: #4C75A3;
}

@media (max-width: 900px) {
    .reg-background {
        background: #FFF;
    }
}

.container {
    width: 100%;
    max-width: 1440px;
    min-width: 1440px;
    margin: 0 auto;
    /*overflow: hidden;*/
    font-family: 'Montserrat';
    font-style: normal;
    line-height: 24px;
    color: #6E7191;
}
  .container--auth {
    min-height: 100vh; }
  @media (max-width: 1440px) {
    .container {
      min-width: inherit; } }
  @media (max-width: 480px) {
    .container {
      min-width: auto; } }

.wrapper {
  width: 100%;
  padding: 82px 0 30px;
  position: relative; }
  @media (max-width: 480px) {
    .wrapper {
      padding: 0px; } }
  .wrapper.wrapper--grey {
    padding: 0px;
    background-color: #F5F5F5; }
    @media (max-width: 820px) {
      .wrapper.wrapper--grey {
        padding: 32px 15px 30px; } }

.fake-anchor {
  position: absolute;
  top: -88px; }

h2.section__title {
    font-size: 32px;
    line-height: 40px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    margin-bottom: 27px;
    text-align: center;
    color: #4E4B66;
}
  h2.section__title.section__title--light {
    color: #ffffff; }
  @media (max-width: 480px) {
    h2.section__title {
      padding: 0 15px;
      font-size: 24px;
      line-height: 28px; } }

.section__desc {
    color: #4A4A4A;
    max-width: 640px;
    margin: 0 auto 58px;
    font-family: 'Montserrat';
    text-align: center;
}
  .section__desc.section__desc--light {
    color: #ffffff; }
  @media (max-width: 480px) {
    .section__desc {
      padding: 0 15px;
      font-size: 14px;
      line-height: 20px; } }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
    margin: 0;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    text-align: left;
    background-color: #F4F5FA;
    height: 100%;
    width: 100%;
}

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 27px; }

p {
  margin-top: 0;
  margin-bottom: 10px; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 300; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/*a {
  color: #4995D1;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #50a5e6;
    text-decoration: underline; }*/

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #ffffff;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 10px; }

button {
  border-radius: 0;
  border: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.b-header {
  height: 88px;
  width: 100%;
  max-width: 1440px;
  position: fixed;
  top: 0;
  padding: 0 64px;
  z-index: 2; }
  @media (max-width: 1024px) {
    .b-header {
      padding: 0 15px;
      height: 50px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } }

.b-header__nav {
  display: inline-block;
  float: left;
  padding-top: 32px;
  vertical-align: baseline; }
  @media (max-width: 1024px) {
    .b-header__nav {
      padding-top: 11px; } }

.b-header__nav-link {
  display: inline-block;
  padding: 0 32px;
  color: #9B9B9B;
  font-size: 16px;
  line-height: 19px; }
  .b-header__nav-link:visited, .b-header__nav-link:hover {
    color: #9B9B9B; }
  @media (max-width: 1440px) {
    .b-header__nav-link {
      display: none; } }

.b-header__logo-link {
  display: block;
  height:140px;
}
  
@media (max-width: 900px) {
    .b-header__logo-link {
      display: none;
    }
      .b-header__logo-link > .b-header__logo {
        /*width: 100%;
        margin-top: 7px;*/ 
      } 
}
b-header__logo-link:hover {
  text-decoration: none; 
}

.b-header__logo {
  margin-top: 50px; }

.b-header__link {
    float: right;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-top: 34px;
}
  @media (max-width: 1024px) {
    .b-header__link {
      margin-top: 16px; } }

.b-info-modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  z-index: 20; }
  .b-info-modal--active {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px) {
      .b-info-modal--active {
        display: block; } }

.b-info-modal__container {
  position: relative;
  width: 100%;
  max-width: 864px;
  min-height: 520px;
  padding: 45px 55px;
  border: 1px solid #FFE1E6;
  background: #ffffff;
  box-shadow: 0 7px 24px rgba(94, 12, 31, 0.1); }
  @media (max-width: 768px) {
    .b-info-modal__container {
      padding: 45px 20px; } }

.b-info-modal__close {
  position: absolute;
  top: 23px;
  right: 23px;
  width: 18px;
  height: 18px;
  background: url("../img/close-info.svg") left top no-repeat;
  cursor: pointer; }

.b-info-modal__content {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .b-info-modal__content {
      display: block; } }

.b-info-modal__img {
  width: 75px;
  height: 75px;
  overflow: hidden; }
  .b-info-modal__img > img {
    width: 100%; }
  @media (max-width: 768px) {
    .b-info-modal__img {
      margin-bottom: 20px; } }

.b-info-modal__info {
  width: calc(100% - 125px);
  font-size: 16px; }
  @media (max-width: 768px) {
    .b-info-modal__info {
      width: 100%; } }

.b-info-modal__title {
  margin-bottom: 15px;
  color: #4A4A4A;
  font-size: 20px;
  font-weight: 700; }

.b-info-modal__main-info {
  margin-bottom: 10px; }

.b-info-modal__sub-info {
  list-style: none;
  padding-left: 0; }

.b-info-modal__sub-info__item {
  position: relative;
  margin-bottom: 10px; }
  .b-info-modal__sub-info__item:before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #CDCDCD; }

.b-top {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image: url("../img/top-img.jpg"), -moz-linear-gradient(top, transparent 0%, #212F38 98%);
    /* FF3.6-15 */
    background-image: url("../img/top-img.jpg"), -webkit-linear-gradient(top, transparent 0%, #212F38 98%);
    /* Chrome10-25,Safari5.1-6 */
    background-image: url("../img/top-img.jpg"), linear-gradient(-180deg, transparent 0%, #212F38 98%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212F38', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    background-blend-mode: overlay;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 712px;
    padding-bottom: 68px;
    font-family: 'Montserrat';
    text-align: center;
    position: relative;
}
  .b-top--long {
    height: 672px; }
  .b-top--hr {
    background-image: url("../img/top-img-hr.jpg"), -moz-linear-gradient(top, transparent 0%, #212F38 98%);
    /* FF3.6-15 */
    background-image: url("../img/top-img-hr.jpg"), -webkit-linear-gradient(top, transparent 0%, #212F38 98%);
    /* Chrome10-25,Safari5.1-6 */
    background-image: url("../img/top-img-hr.jpg"), linear-gradient(-180deg, transparent 0%, #212F38 98%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212F38', endColorstr='#000000', GradientType=0);
    /* IE6-9 */ }
  .b-top--insurance {
    background-image: url("../img/top-img-insurance.jpg"), -moz-linear-gradient(top, transparent 0%, #212F38 98%);
    /* FF3.6-15 */
    background-image: url("../img/top-img-insurance.jpg"), -webkit-linear-gradient(top, transparent 0%, #212F38 98%);
    /* Chrome10-25,Safari5.1-6 */
    background-image: url("../img/top-img-insurance.jpg"), linear-gradient(-180deg, transparent 0%, #212F38 98%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212F38', endColorstr='#000000', GradientType=0);
    /* IE6-9 */ }
  @media (max-width: 480px) {
    .b-top {
      height: calc(100vh - 60px);
      min-height: 620px;
      padding-top: 0; } }

.b-top__title {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 48px;
    color: #ffffff;
    text-shadow: 0 0 24px rgba(0, 0, 0, 0.75);
    max-width: 700px;
    margin: 0 auto 25px;
    line-height: 56px;
}
  @media (max-width: 480px) {
    .b-top__title {
      font-size: 24px;
      line-height: 32px;
      padding: 0 10px; } }

.b-top__desc {
  color: #ffffff;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.75);
  max-width: 700px;
  margin: 0 auto 31px; }
  @media (max-width: 480px) {
    .b-top__desc {
      font-size: 14px;
      line-height: 22px;
      padding: 0 10px; } }

.b-top__button {
  max-width: 290px;
  margin: 0 auto; }
  .b-top__button--long {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 560px; }
    @media (max-width: 480px) {
      .b-top__button--long {
        display: block; } }

.b-top__link-block {
  margin: 29px auto; }
  .b-top__link-block > a img {
    margin-right: 16px; }
  .b-top__link-block > a span {
    vertical-align: middle; }

.b-top__link {
    display: inline-block;
    vertical-align: top;
    margin-right: 48px;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
  .b-top__link:last-child {
    margin-right: 0; }

.b-button {
    color: #ffffff;
    font-weight: 500;
    line-height: 21px;
    padding: 10px 10px 14px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
  .b-button:hover {
    color: #cccccc;
    text-decoration: none; }
  @media (max-width: 480px) {
    .b-button {
      margin: 0 15px; } }
  .b-top__button--long .b-button {
    min-width: 258px;
    margin-bottom: 15px; }

.b-chart {
  display: flex;
  justify-content: space-between;
  padding: 0 64px 48px; }
  @media (max-width: 1440px) {
    .b-chart {
      flex-wrap: wrap; } }
  @media (max-width: 480px) {
    .b-chart {
      padding: 0 0 48px; } }

.b-chart__col {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  .b-chart__col:first-child {
    padding-right: 75px;
    text-align: right; }
    @media (max-width: 1440px) {
      .b-chart__col:first-child {
        padding-right: 0;
        flex-direction: row;
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .b-chart__col:first-child {
        padding-right: 0;
        text-align: left; } }
  @media (max-width: 1440px) {
    .b-chart__col:nth-child(2) {
      display: block;
      margin: 0 auto 20px; } }
  .b-chart__col:last-child {
    padding-left: 75px; }
    @media (max-width: 1440px) {
      .b-chart__col:last-child {
        padding-left: 0;
        flex-direction: row; } }
    @media (max-width: 480px) {
      .b-chart__col:last-child {
        padding-left: 0; } }
  @media (max-width: 480px) {
    .b-chart__col {
      margin-bottom: 20px; }
      .b-chart__col > img {
        width: 100%; } }

.b-chart__col-top {
  align-self: flex-start; }
  @media (max-width: 1440px) {
    .b-chart__col-top {
      align-self: flex-start;
      text-align: left; }
      .b-chart__col-top .b-chart__desc {
        padding-right: 10px; } }
  @media (max-width: 480px) {
    .b-chart__col-top {
      margin-bottom: 20px;
      text-align: center; } }

.b-chart__col-bottom {
  align-self: flex-end; }
  @media (max-width: 1440px) {
    .b-chart__col-bottom {
      align-self: flex-end;
      text-align: end; }
      .b-chart__col-bottom .b-chart__desc {
        padding-left: 10px; } }
  @media (max-width: 480px) {
    .b-chart__col-bottom {
      text-align: center; } }

.b-chart__title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #4A4A4A;
}
  @media (max-width: 480px) {
    .b-chart__title {
      font-size: 16px; } }

.b-chart__desc {
    color: #4A4A4A;
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 24px;
}
  @media (max-width: 480px) {
    .b-chart__desc {
      font-size: 14px;
      line-height: 20px; } }

.b-slider__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 82px;
  padding-bottom: 30px; }
  @media (max-width: 480px) {
    .b-slider__wrapper {
      padding-top: 42px; } }

.b-slider__wrapper-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*&:after {
        content: '';
        position: absolute;

        top: 0;
        left: 0;

        width: 100%;
        height: 100%;

        background-color: rgba(255,255,255, 0.3);
    }*/
  transition: background-color .6s; }
  .b-slider__wrapper-background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/slider-bg.png"); }

#slider {
  padding-bottom: 11px; }
  #slider .owl-dots {
    display: block;
    padding: 0 15px; }

.owl-stage {
  margin-bottom: 32px; }
  @media (max-width: 1024px) {
    .owl-stage {
      display: flex; } }

.b-slider__container {
  position: relative;
  margin-bottom: 32px; }

.b-slider__item {
  max-width: 864px;
  min-height: 321px;
  background-color: #ffffff;
  position: relative;
  padding: 44px 120px 44px 54px;
  display: flex;
  justify-content: space-between;
  opacity: 0.5;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .b-slider__item:hover {
    opacity: 1; }
  .owl-item.active.center .b-slider__item {
    opacity: 1; }
  @media (max-width: 1024px) {
    .b-slider__item {
      padding-right: 40px;
      padding-left: 40px;
      display: block;
      height: 100%; } }
  @media (max-width: 480px) {
    .b-slider__item {
      max-width: calc(100vw - 40px);
      padding: 20px 15px;
      flex-direction: column;
      margin: 0 0 0 20px; }
      .b-slider__item a {
        font-size: 14px;
        line-height: 20px; } }

.b-slider__item-icon {
  text-align: center;
  width: 75px;
  margin-right: 48px;
  padding-bottom: 20px; }
  @media (max-width: 1024px) {
    .b-slider__item-icon {
      margin: 0 auto; } }
  @media (max-width: 480px) {
    .b-slider__item-icon {
      width: 100%;
      margin: 0 0 20px; }
      .b-slider__item-icon > img {
        height: 50px; } }

.b-slider__item-title {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #4A4A4A;
    margin-bottom: 18px;
}
  @media (max-width: 480px) {
    .b-slider__item-title {
      font-size: 16px;
      line-height: 20px; } }

.b-slider__item-desc {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #4A4A4A;
    line-height: 24px;
    margin-bottom: 13px;
}
  @media (max-width: 480px) {
    .b-slider__item-desc {
      font-size: 14px;
      line-height: 20px; } }

.owl-dots {
  text-align: center; }

.owl-dot {
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  opacity: 0.5;
  height: 3px;
  width: 32px;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, height 0.3s;
  -moz-transition: opacity 0.3s, height 0.3s;
  -ms-transition: opacity 0.3s, height 0.3s;
  -o-transition: opacity 0.3s, height 0.3s;
  transition: opacity 0.3s, height 0.3s; }
  .owl-dot.active, .owl-dot:hover {
    opacity: 1;
    height: 16px; }
  @media (pointer: coarse) {
    .owl-dot:hover {
      opacity: 0.5;
      height: 3px; }
    .owl-dot.active {
      opacity: 1;
      height: 16px; } }
  .owl-dot:before {
    content: '';
    display: block;
    background-color: transparent;
    height: 16px;
    width: 100%;
    top: -6px;
    position: absolute;
    cursor: pointer; }
  .owl-dot:hover:before {
    top: 0;
    height: 26px;
    cursor: pointer; }
  @media (max-width: 480px) {
    .owl-dot {
      width: 26px; } }

.b-tabs__container {
  margin: 0 auto 56px;
  max-width: 935px; }

.b-tabs__head {
  border-bottom: 1px solid #cccccc;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 480px) {
    .b-tabs__head {
      overflow-x: scroll; } }

.b-tabs__head-item {
    padding: 0 15px 24px;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #9B9B9B;
    cursor: pointer;
    position: relative;
    border-bottom: 4px solid transparent;
}
  .b-tabs__head-item.js-active {
    color: #000000;
    border-bottom-color: #4995D1; }

.b-tabs__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 36px;
  color: #4A4A4A;
  font-size: 16px; }
  @media (max-width: 820px) {
    .b-tabs__content {
      padding: 36px 10px 0; } }
  @media (max-width: 480px) {
    .b-tabs__content {
      display: block;
      padding: 36px 0 0; } }

.b-tabs__content__item {
  width: 48%;
  margin-bottom: 25px; }
  @media (max-width: 480px) {
    .b-tabs__content__item {
      width: 100%; } }

.b-tabs__content__item-title {
  font-weight: 700; }

.b-use {
  display: block;
  margin: 70px auto 62px;
  width: 100%; }

.owl-item {
  float: left; }

.owl-nav, .owl-dots {
  display: none; }

.owl-stage:after {
  content: '';
  display: block;
  clear: both; }

.b-timeline__container {
  padding: 0 64px;
  margin-bottom: 92px;
  position: relative; }
  .b-timeline__container:before, .b-timeline__container:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1; }
  .b-timeline__container:before {
    left: 0;
    width: 5%;
    background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .b-timeline__container:after {
    right: 0;
    width: 10%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  @media (max-width: 480px) {
    .b-timeline__container {
      margin: 0 -15px 50px; } }

.b-timeline__item {
  position: relative;
  padding-top: 22px; }
    .b-timeline__item a {
        font-family: 'Montserrat';
        font-weight: 500;
        font-size: 16px;
    }
  .b-timeline__item:before {
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    height: 6px;
    width: 6px;
    top: -2px;
    left: -2px;
    background-color: #BABABA; }
  .b-timeline__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #BABABA; }

.b-timeline__item-title {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 24px;
}

.b-timeline__item-desc {
    font-family: 'Montserrat';
    font-size: 16px;
    padding-right: 32px;
    line-height: 24px;
    color: #4A4A4A;
}

.b-timeline__controllers {
  width: 100%;
  top: 190px;
  padding: 0 36px;
  position: absolute;
  z-index: 1; }
  @media (max-width: 480px) {
    .b-timeline__controllers {
      display: none; } }

.b-timeline__back, .b-timeline__next {
  border: 1px solid #3175AB;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #4995D1;
  height: 56px;
  width: 56px;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.b-timeline__back {
  float: left;
  opacity: 0; }
  .b-timeline__back:after {
    top: 16px;
    left: 16px;
    position: relative;
    content: url("../img/arrow-left.png"); }

.b-timeline__next {
  float: right; }
  .b-timeline__next:after {
    top: 16px;
    left: 21px;
    position: relative;
    content: url("../img/arrow-right.png"); }

.b-advantage {
  padding: 90px 64px; }

h2.section__title.b-advantage__title {
  margin-bottom: 70px; }

.b-advantage__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%; }

.b-advantage__item {
  width: 304px;
  margin: 0 auto 30px;
  text-align: center; }

.b-advantage__num {
    padding-bottom: 30px;
    color: #4995D1;
    font-family: 'Montserrat';
    font-size: 88px;
    font-weight: 700;
    line-height: 114px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.b-advantage__text {
  padding-top: 19px;
  color: #4A494A;
  font-size: 20px;
  line-height: 24px; }

.b-footer-landing {
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-width: 1440px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 43px 67px 1px;
  background: #efefef;
  border: 1px solid #EFEFEF; }
  @media (max-width: 1440px) {
    .b-footer-landing {
      min-width: inherit; } }
  @media (max-width: 480px) {
    .b-footer-landing {
      padding: 33px 15px 50px;
      min-width: 0; } }

.b-footer-landing__icon {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .b-footer-landing__icon {
      margin: 0 auto 30px; } }

.b-footer-landing__icon-img {
  display: inline-block;
  width: 61px;
  height: 61px;
  margin-right: 49px; }
  .b-footer-landing__icon-img > img {
    width: 100%;
    height: 100%; }

.b-footer-landing__icon-info {
  display: inline-block;
  color: #9B9A9B;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  vertical-align: text-top;
  text-transform: uppercase; }

@media (max-width: 768px) {
  .b-footer-landing__social {
    margin: 0 auto; } }

.b-footer-landing__social-item {
  display: inline-block;
  vertical-align: text-top;
  padding: 11px 32px 0; }
  .b-footer-landing__social-item:last-child {
    padding-right: 0; }
    @media (max-width: 768px) {
      .b-footer-landing__social-item:last-child {
        padding-right: 32px; } }
  @media (max-width: 480px) {
    .b-footer-landing__social-item {
      display: block; } }
  @media (max-width: 375px) {
    .b-footer-landing__social-item {
      text-align: center; } }

.b-footer-landing__social-item-link {
  color: #4895D1;
  font-size: 16px;
  line-height: 19px; }

.b-main-footer-landing {
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-width: 1440px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 49px 67px 43px;
  background: #efefef; }
  @media (max-width: 1440px) {
    .b-main-footer-landing {
      min-width: inherit; } }
  @media (max-width: 480px) {
    .b-main-footer-landing {
      padding: 33px 15px 50px;
      min-width: 0; } }

.b-main-footer-landing__icon {
  width: 150px;
  margin: 0 auto; }

.b-main-footer-landing__icon-img {
  width: 80px;
  margin: 0 auto 19px; }
  .b-main-footer-landing__icon-img > img {
    width: 100%;
    height: 100%; }

.b-main-footer-landing__icon-info {
  display: inline-block;
  padding-left: 5px;
  color: #9B9A9B;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  vertical-align: text-top;
  text-transform: uppercase; }

.b-footer {
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-width: 1440px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 33px 64px 76px;
  margin: 0 auto;
  background: #4995D1; }
  @media (max-width: 1440px) {
    .b-footer {
      min-width: inherit; } }
  @media (max-width: 480px) {
    .b-footer {
      padding: 33px 15px 50px;
      min-width: auto; } }

.b-footer__icon {
  margin-bottom: 30px; }

.b-footer__icon__img {
  width: 80px;
  height: 73px;
  margin-bottom: 30px; }
  .b-footer__icon__img > img {
    width: 100%;
    height: 100%; }

.b-footer__info {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase; }

.b-footer__block {
  display: flex;
  justify-content: flex-start;
  min-width: 300px;
  margin-right: 36px; }
  @media (max-width: 820px) {
    .b-footer__block {
      flex-wrap: wrap; } }
  .b-footer__block .b-footer__block-menu-item {
    min-width: 300px;
    margin-right: 36px; }
    @media (max-width: 820px) {
      .b-footer__block .b-footer__block-menu-item {
        margin-bottom: 25px; } }

.b-footer__block-title {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase; }
  @media (max-width: 480px) {
    .b-footer__block-title {
      margin-bottom: 10px; } }
  @media (max-width: 820px) {
    .b-footer__block-title {
      margin-bottom: 10px; } }

.b-footer__block-list {
  font-size: 16px;
  line-height: 19px; }
  @media (max-width: 480px) {
    .b-footer__block-list {
      margin-bottom: 20px; } }

.b-footer__link {
  display: block;
  margin-bottom: 13px;
  color: #ffffff;
  text-decoration: none; }
  .b-footer__link:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none; }

.b-auth {
  position: relative;
  padding-top: 170px;
  }
  @media (max-width: 360px) {
    .b-auth {
      padding-top: 35px; } }

.b-auth__hidden {
    display: none !important;
}

.success-anon {
    height: 200px !important;
    padding-top: 50px;
}

.success-wait-poll {
    height: auto !important;
    padding-top: 30px;
}

.b-auth__content {
    text-align: center;
    position: absolute;
    width: 520px;
    padding-bottom: 60px;
    top: -60px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px -13px 22px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
    border-radius: 12px;
}
  /*@media (max-width: 768px) {
    .b-auth__content {
      padding: 0 40px; } }*/
  @media (max-width: 900px) {
    .b-auth__content {
        padding: 0 10px;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        top:10px;
        /*height:100%;*/
        /*background:#fff;*/
    } }
  @media (max-width: 360px) {
    .b-auth__content {
      padding: 0; } }

.b-auth__form-register {
    width: 867px;
}
@media (max-width: 900px) {
    .b-auth__form-register {
        width: 100%;
    }
}

.b-auth__title {
    margin-bottom: 36px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    /* identical to box height, or 133% */
    align-items: center;
    text-align: center;
    /* Text primary */
    color: #262628;
}
  @media (max-width: 900px) {
    .b-auth__title {
      margin-bottom: 26px; } }
  .b-auth__title--reg {
    margin-bottom: 18px; }

.b-auth__form {
  width: 100%;
  margin: 0 auto; }

.b-auth__group {
  padding-left: 98px;
  padding-right: 98px;
  margin-bottom: 6px;
}
  @media (max-width: 1024px) {
    .b-auth__group {
      padding-left: 35px;
      padding-right: 35px; } }

.b-auth__group--login .b-auth__group--password {
    width: 350px;
    margin: 0 auto;
    padding: 0;

}
/*.b-auth__group--login {
    min-height: 65px;
}*/

/*.b-auth__group--password {
    min-height: 59px;
}*/
    .b-auth__group--forgot {
    text-align:left;
    top:-30px;
}

.b-auth__forgot-link {
    font-weight: 500;
    font-size: 12px;
    color: #6E7191;
}

.b-auth__reg-link {
    font-size: 16px;
    letter-spacing: -0.02em;
    padding-bottom:8px;
}

.b-auth__group--checkbox {
  text-align: left;
  margin-bottom: 64px; }
  @media (max-width: 480px) {
    .b-auth__group--checkbox {
      margin-bottom: 32px; } }

.b-auth__group--margin {
  margin-top: 21px; }
@media (max-width: 900px) {
    .b-auth__group--margin, .b-auth__input_mobile-margin {
        margin-top: 7px;
    }
}


.b-auth__group--margin-small {
    margin-bottom: 15px;
}

.b-auth__input-wrap {
  position: relative; }
  .b-auth__input-wrap--margin {
    margin-bottom: 7px; }
    @media (max-width: 768px) {
      .b-auth__input-wrap--margin {
        margin-bottom: 0; } }

#PhoneNumber {
  width: inherit !important;
  margin-right: 0; }

.k-widget.k-maskedtextbox.b-auth__input {
    padding: 0;
}

.b-auth__input {
    background: #F4F5FA;
    /*border: 2px solid #23223F;*/
    border-radius: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    padding: 13px 24px;
    border: none;
}
    .b-auth__input::placeholder {
        color: #A0A3BD;
    }
    .b-auth__input:focus {
        background: #FFF;
    }
    .b-auth__input:-webkit-autofill, .b-auth__input:-webkit-autofill:hover, .b-auth__input:-webkit-autofill:focus, .b-auth__input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px #fff inset;
        border-color: rgba(0, 0, 0, 0.2);
        transition: background-color 5000s ease-in-out 0s;
    }
    .b-auth__input.b-auth__input--err {
        background: #FFF2F7;
        /* Error / Default */
    border: 2px solid #ED2E7E;
    box-sizing: border-box;
}
  .b-auth__input-wrap--double .b-auth__input {
    width: calc(50% - 19px);
    margin-right: 32px; }
    .b-auth__input-wrap--double .b-auth__input:last-child {
      margin-right: 0; }
    @media (max-width: 768px) {
      .b-auth__input-wrap--double .b-auth__input {
        width: 100%;
        margin-right: 0; } }

.b-auth__hover-link {
    position: absolute;
    top: 19px;
    right: 0;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
}
  .b-auth__hover-link:hover {
    text-decoration: none; }
  @media (max-width: 480px) {
    .b-auth__hover-link {
      display: block;
      top: 0;
      padding: 18px 0 14px;
      font-size: 12px;
      line-height: 24px; } }

.b-auth__input:focus ~ .b-auth__hover-link {
  display: none; }

.b-auth__button {
    background: #6876F3;
    border-radius: 10px;
    width: 325px;
    margin-bottom: 16px;
    margin-top: 8px;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #F7F7FC;
}
  @media (max-width: 360px) {
    .b-auth__button {
        width: 220px;
        padding: 10px 0;
    } 
  }

.b-auth__button--reg {
    /*padding: 14px 40px 18px;
    margin-bottom: 15px !important;
    margin-top: 5px !important;*/
}

.b-auth__button:hover {
    background: #2A00A2;
}

.b-auth__button:focus {
    background: #6876F3;
    opacity: 0.8;
    border: 8px solid #DED3FF;
    border-radius: 10px;
}

.b-auth__checkbox {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0 13px 0 0;
    border: 2px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
    vertical-align: middle;
}
  .b-auth__checkbox input {
    opacity: 0;
    width: 24px;
    height: 100%; }

.b-auth__checkbox-input:checked ~ .b-auth__checkbox-checked {
  position: absolute;
  top: 0;
  right: 5px;
  width: 9px;
  height: 16px;
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  transform: rotate(45deg); }

.b-auth__group--agreement {
    text-align: left;
    display: flex;
}

.b_auth__already-registered {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.0241176em;
    color: #464646;
}

.b-auth__checkbox-text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.0241176em;
    color: #464646;
}
  @media (max-width: 480px) {
    .b-auth__checkbox-text {
      font-size: 14px;
      line-height: 16px; } }

.b-auth__captcha {
  margin-bottom: 33px;
  padding-top: 11px; }
  @media (max-width: 360px) {
    .b-auth__captcha {
      margin: 0 -15px 33px; } }
  .b-auth__captcha > div {
    margin: 0 auto; }

@media (max-width: 480px) {
  .b-auth__buttons-block {
    max-width: 360px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px; } }

@media (max-width: 480px) {
  .b-auth__buttons-block--registration > div {
    max-width: 220px;
    margin: 0 auto; } }

.b-auth__modal, .k-popup {
  position: fixed;
  display: none;
  top: 48px;
  left: 0;
  right: 0;
  min-width: 340px;
  max-width: 640px;
  margin: 0 auto;
  padding: 21px 0 27px;
  border: 1px solid #FFE1E6;
  color: #ED344F;
  text-align: center;
  background: #fff;
  box-shadow: 0 7px 24px rgba(94, 12, 31, 0.1);
  z-index: 20; }
  .b-auth__modal--active, .k-popup--active {
    display: block; }

.b-auth__modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 14px;
  height: 14px;
  background: url("../img/auth/close.svg") left top no-repeat;
  cursor: pointer; }

.styleSelect {
    overflow: hidden;
    border-radius: 10px;
    background-image: url(~Img/arrow-up-down.svg);
    background-color: #F4F5FA;
    background-repeat: no-repeat;
    background-position: right 20px top 14px;
    color: #4E4B66;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}
    .styleSelect select {
        background: transparent;
        color: #4E4B66;
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        padding-top: 11px;
        padding-bottom: 11px;
        height:50px;
    }
  .styleSelect select::-ms-expand {
          display: none; 
  }
        .styleSelect select:active {
            background: #F7F7FC;
            /* Grayscale / Title-Active */
            border: 2px solid #23223F;
            box-sizing: border-box;
            border-radius: 10px;
        }
        .styleSelect select:focus {
            border: 2px solid #23223F;
            box-sizing: border-box;
            border-radius: 10px;
        }

.footer.footer-bar {
    padding: 30px 0;
    border-top: 1px solid #6c757d;
}

.footer {
    padding: 60px 0;
    position: relative;
}

.mb-0 {
    color: #adb5bd;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size:14px;
}

.bg-footer {
    background-color: #3b4757 !important;
}

.btn {
    border-radius: 10px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: .375rem .75rem;
    text-decoration:none;
}

.btn-outline-primary {
    color: #6876F3;
    border: 2px solid #6876F3;
    background-color: transparent;
}

    .btn-outline-primary:hover {
        color: #2A00A2;
        background-color: transparent;
        border: 2px solid #2A00A2;
    }

    .btn-outline-primary:focus {
        color: #6876F3;
        background-color: transparent;
        opacity: 0.8;
        border: 2px solid #DED3FF;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
        color: #6876F3;
        background-color: transparent;
        border: 2px solid #6876F3;
    }

    .btn-outline-primary:disabled, .btn-outline-primary.k-disabled {
        opacity: 0.7;
        color: #6876F3;
        background-color: transparent;
    }

div.error-message {
    min-width: 260px;
    padding-top: 15px;
}

.error-message img {
    float: left;
    margin: 0 15px 15px;
}

.error-message h4 {
    line-height: 40px;
}

.error-message p {
    clear: both;
    padding: 10px;
}

.k-notification-error {
    border-color: #f5c6cb;
    background-color: #f8d7da;
}

.k-popup {
    border-radius: 0.25rem;
    margin: 0;
    padding: 0.5rem 0px;
    border-width: 1px;
    border-style: solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.k-input.k-maskedtextbox.b-auth__input.b-auth__input_mobile-margin.k-input-solid.k-input-md.k-rounded-md {
    position: relative;
    display: inline-block; 
    width: 100%;   
    height: 50px
}


.b-auth__input.b-auth__input_mobile-margin.k-input-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
