.my-btn {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  line-height: 50px;
  height: 52px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
  transition: all 0.2s ease-in-out;
  display: block;
  padding: 0; }
  @media (max-width: 767px) {
    .my-btn {
      border-radius: 6px; } }
  .my-btn:hover {
    color: #fff;
    text-decoration: none; }
  .my-btn:focus, .my-btn:active {
    color: #fff;
    text-decoration: none; }
  @media (max-width: 767px) {
    .my-btn {
      height: 47px;
      line-height: 47px;
      font-size: 12px;
      border-radius: 10px; } }
  .my-btn--middle {
    max-width: 218px;
    min-width: 218px;
    letter-spacing: 2.2px; }
    @media (max-width: 767px) {
      .my-btn--middle {
        min-width: 250px;
        max-width: 250px; } }
  .my-btn--full {
    min-width: 100%;
    letter-spacing: 2.2px; }
  .my-btn--little {
    max-width: 101px;
    min-width: 101px;
    line-height: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: 700; }
  .my-btn--green {
    background-color: #20bf55;
    border: solid 1px #20bf55; }
    .my-btn--green:active, .my-btn--green:focus {
      background-color: #20bf55;
      border: solid 1px #20bf55; }
    .my-btn--green:hover {
      background-color: #199342;
      border: solid 1px #199342; }
  .my-btn--blue {
    background-color: #004677;
    border: solid 1px #004677; }
    .my-btn--blue:hover {
      background-color: #002844;
      border: solid 1px #002844; }
    .my-btn--blue:active, .my-btn--blue:focus {
      background-color: #004677;
      border: solid 1px #004677; }

.footer-button {
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1.5px;
  font-weight: 700; }
  .footer-button:hover {
    color: #fff;
    text-decoration: none; }
  .footer-button:active, .footer-button:focus {
    color: #fff;
    text-decoration: none; }
  .footer-button--green {
    background-color: #20bf55; }
    .footer-button--green:hover {
      background-color: #199342; }
    .footer-button--green:focus, .footer-button--green:active {
      background-color: #199342; }
  .footer-button--blue {
    background-color: #004677; }
    .footer-button--blue:hover {
      background-color: #002844; }
    .footer-button--blue:focus, .footer-button--blue:active {
      background-color: #004677; }

.input-block {
  width: 50%;
  padding: 0 8px;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  margin: 0 0 9px; }
  @media (max-width: 575px) {
    .input-block {
      width: 100%;
      font-size: 24px;
      margin: 0 0 15px; } }
  .input-block--full {
    width: 100%; }
  .input-block--w-select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (max-width: 575px) {
      .input-block--w-select {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start; } }
  .input-block__name {
    line-height: 24px;
    color: #40434e;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 3px; }
    @media (max-width: 575px) {
      .input-block__name {
        font-size: 22px;
        margin: 0 0 5px; } }
  .input-block__star {
    color: #b9042c; }
  .input-block__input {
    width: 100%;
    height: 44px;
    border: 1px solid #dde4ec;
    background-color: #ffffff;
    line-height: 42px;
    padding: 0 15px;
    color: #868a97; }
    @media (max-width: 575px) {
      .input-block__input {
        height: 54px;
        line-height: 52px; } }
    .input-block__input.error {
      border: 2px solid #b9042c;
      line-height: 42px; }
  .input-block__textarea {
    width: 100%;
    height: 133px;
    border: 1px solid #dde4ec;
    background-color: #ffffff;
    padding: 5px 15px;
    resize: none; }
    @media (max-width: 575px) {
      .input-block__textarea {
        height: 207px; } }
  .input-block label.error {
    color: #b9042c;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin: 0 0 -4px;
    padding: 0;
    display: block; }
  .input-block__select-w-input {
    min-width: 79px;
    margin-left: 5px;
    width: 79px; }
    @media (max-width: 575px) {
      .input-block__select-w-input {
        width: 100%;
        margin-right: 0;
        margin-left: 0; } }
  .input-block__select-block {
    margin-right: 5px;
    max-height: 44px; }
    @media (max-width: 575px) {
      .input-block__select-block {
        max-height: 54px;
        width: 100%;
        margin: 0 0 15px; } }
    .input-block__select-block .jq-selectbox {
      max-width: 185px; }
      @media (max-width: 991px) {
        .input-block__select-block .jq-selectbox {
          max-width: 120px; } }
      @media (max-width: 767px) {
        .input-block__select-block .jq-selectbox {
          max-width: 135px; } }
      @media (max-width: 575px) {
        .input-block__select-block .jq-selectbox {
          max-width: inherit; } }
    .input-block__select-block .jq-selectbox__select-text {
      font-size: 15px; }
      @media (max-width: 575px) {
        .input-block__select-block .jq-selectbox__select-text {
          font-size: 24px; } }
    .input-block__select-block .jq-selectbox__select {
      padding-left: 11px;
      padding-right: 24px;
      background-color: #fff; }
      @media (max-width: 767px) {
        .input-block__select-block .jq-selectbox__select {
          height: 44px;
          line-height: 40px; } }
      @media (max-width: 575px) {
        .input-block__select-block .jq-selectbox__select {
          height: 54px;
          line-height: 50px; } }
    .input-block__select-block .jq-selectbox__trigger {
      right: 6px; }
      @media (max-width: 575px) {
        .input-block__select-block .jq-selectbox__trigger {
          right: 10px; } }
  .input-block__only-text {
    color: #868a97;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 28px; }
    @media (max-width: 575px) {
      .input-block__only-text {
        font-size: 18px;
        line-height: 22px;
        margin-top: -9px;
        text-align: center; } }

.jq-selectbox {
  width: 100%; }
  .jq-selectbox__select {
    height: 44px;
    border: 1px solid #dde4ec;
    background-color: #f3f6fa;
    line-height: 44px;
    padding: 0 37px 0 16px;
    position: relative;
    cursor: pointer; }
    @media (max-width: 767px) {
      .jq-selectbox__select {
        height: 54px;
        line-height: 50px; } }
  .jq-selectbox__select-text {
    color: #868a97;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 24px;
    font-weight: 400; }
  .jq-selectbox__trigger {
    width: 14px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    background: center url("/library/images/select-icon.png") no-repeat;
    margin: auto; }
  .jq-selectbox__dropdown {
    background-color: #fff;
    border: solid 1px #dde4ec;
    width: 100%; }
    .jq-selectbox__dropdown ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .jq-selectbox__dropdown li {
      min-height: 42px;
      line-height: 42px;
      position: relative;
      border-bottom: solid 1px #dde4ec;
      padding: 0 35px;
      text-align: center;
      cursor: pointer;
      color: #abaeb6; }
      @media (max-width: 767px) {
        .jq-selectbox__dropdown li {
          min-height: 54px;
          line-height: 54px; } }
      .jq-selectbox__dropdown li.sel {
        background-color: #20bf55;
        color: #fff; }
        .jq-selectbox__dropdown li.sel:after {
          width: 20px;
          height: 17px;
          background: center url(/library/images/svg/select-check-icon.svg) no-repeat;
          border: 0; }
      .jq-selectbox__dropdown li:hover {
        background-color: #20bf55;
        color: #fff; }
      .jq-selectbox__dropdown li:after {
        position: absolute;
        content: '';
        width: 15px;
        height: 15px;
        border: solid 1px #dde4ec;
        background-color: #f3f6fa;
        left: 13px;
        top: 0;
        bottom: 0;
        margin: auto; }

input::-webkit-input-placeholder {
  color: #868a97; }

input::-moz-placeholder {
  color: #868a97; }

/* Firefox 19+ */
input:-moz-placeholder {
  color: #868a97; }

/* Firefox 18- */
input-ms-input-placeholder {
  color: #868a97; }

input,
textarea {
  -webkit-appearance: none; }

.jqselect .error {
  position: absolute;
  bottom: -10px; }

.jqselect .error + .jq-selectbox__select {
  border: 2px solid #b9042c; }

.jq-selectbox select, .jq-select-multiple select {
  opacity: 0; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f3f6fa;
  font-family: 'Roboto', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 767px) {
  body {
    font-size: 20px;
    line-height: 26px; } }

.all-wrap {
  min-height: 100%;
  margin-bottom: -440px; }

.clear-footer {
  height: 440px; }

* html .all-wrap {
  height: 100%; }

* {
  outline: 0; }

button,
a {
  outline: 0; }
  button:hover, button:active, button:focus,
  a:hover,
  a:active,
  a:focus {
    outline: 0;
    text-decoration: none; }

.ov-hid {
  overflow: hidden; }

.main-title {
  color: #004677;
  font-size: 35px;
  font-weight: 700;
  line-height: 30px; }

h2.second-title {
  color: #40434e;
  font-size: 36px;
  font-weight: 400;
  line-height: 56px; }
  @media (max-width: 767px) {
    h2.second-title {
      font-size: 33px;
      line-height: 40px; } }

.third-title,
h1.third-title,
h2.third-title,
h3.third-title {
  color: #40434e;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px; }
  @media (max-width: 767px) {
    .third-title,
    h1.third-title,
    h2.third-title,
    h3.third-title {
      line-height: 32px;
      font-size: 26px; } }

.main-text-first,
h1.main-text-first,
h2.main-text-first,
h3.main-text-first {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 30px;
  color: #40434e;
  font-size: 24px;
  font-weight: 700; }
  @media (max-width: 767px) {
    .main-text-first,
    h1.main-text-first,
    h2.main-text-first,
    h3.main-text-first {
      line-height: 31px;
      font-size: 27px;
      margin-bottom: 13px; } }

.main-text {
  color: #868a97;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -.3px;
  max-width: 700px;
  margin: 0 auto; }
  .main-text a {
    font-weight: 700;
    text-decoration: underline;
    color: #868a97; }
    .main-text a:hover {
      text-decoration: none;
      color: #868a97; }
    .main-text a:focus, .main-text a:active {
      color: #868a97; }
  @media (max-width: 767px) {
    .main-text {
      font-size: 22px;
      line-height: 28px; } }

i.dot {
  margin-right: 10px;
  font-style: normal !important; }

@media (max-width: 767px) {
  .desktop-image {
    display: none; }
  .mobile-image {
    display: block; }
  .text-center-sm {
    text-align: center; } }

.image {
  max-width: 100%; }

.slide-icon {
  position: absolute;
  background: url("/library/images/slide-icon-mobile.png") no-repeat;
  background-size: 25px 23px;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 23px; }
  @media (min-width: 992px) {
    .slide-icon {
      display: none; } }

.navbar {
  padding-bottom: 0;
  padding-top: 0;
  width: 100%; }
  @media (max-width: 991px) {
    .navbar {
      padding: 0 8px;
      padding-top: 4px;
      padding-bottom: 0; } }

.header-wr {
  max-width: 1200px;
  margin: 0 auto; }
  .header-wr .collapsing {
    max-width: 233px;
    width: 233px;
    position: absolute;
    top: 54px;
    right: 0;
    padding-top: 7px;
    background-color: #003255;
    transition: right 0.35s ease;
    transition: height 0s ease;
    padding-top: 0; }
  .header-wr .collapse {
    right: -233px;
    transition: right 0.2s ease-in-out; }
    @media (max-width: 991px) {
      .header-wr .collapse {
        max-width: 233px;
        width: 233px;
        position: absolute;
        top: 52px;
        text-align: left;
        padding: 7px 0 0;
        background-color: #003255;
        text-align: left;
        overflow: auto;
        max-height: calc(100vh - 52px);
        display: block;
        min-height: calc(100vh - 52px);
        height: 367px; } }
    .header-wr .collapse.open {
      right: 0; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 991px) {
    .navbar-nav {
      -ms-flex-align: start;
          align-items: flex-start;
      overflow: hidden; } }

.navbar-collapse {
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-top: 0px;
  transition: all 0.2s ease-in-out; }

.navbar-inverse .navbar-nav .nav-link {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer; }
  @media (max-width: 991px) {
    .navbar-inverse .navbar-nav .nav-link {
      color: #fff;
      font-size: 15px; } }

.nav-link--pricing {
  min-width: 101px;
  height: 32px;
  border-radius: 8px;
  border: 2px solid #20bf55;
  background-color: #20bf55;
  text-align: center;
  padding: 0;
  line-height: 30px;
  margin-right: 8px;
  margin-left: 8px;
  margin-top: -2px; }
  @media (max-width: 1100px) {
    .nav-link--pricing {
      margin-right: 3px;
      margin-left: 3px; } }

.navbar .nav-item.primary-nav-item .nav-link {
  /*transition: all .25s ease-in-out; */}

@media (min-width: 576px) {
  .navbar .nav-item .nav-link {
    padding: 18px .5rem; }
    .navbar .nav-item .nav-link.nav-link--pricing {
      padding-top: 0;
      padding-bottom: 0; }
  .navbar .nav-item.primary-nav-item:hover .nav-link {
    /*
						background: #002239;
						color: white !important;
*/ } }

.nav-item {
  letter-spacing: 1px;
  margin: 0 7px;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 1050px) {
    .nav-item {
      margin: 0 5px; } }
  @media (max-width: 1000px) {
    .nav-item {
      margin: 0 4px; } }
  @media (max-width: 991px) {
    .nav-item {
      width: 100%;
      margin: 0; } }
  .nav-item.dropdown.active .nav-link:hover {
    opacity: 1 !important; }
  .nav-item.dropdown.active .mobile-dop-menu {
    display: block; }
  @media (max-width: 991px) {
    .nav-item.dropdown.active:after {
      content: '';
      left: -7px;
      right: -7px;
      top: -40px;
      bottom: -40px;
      z-index: -1;
      position: absolute; } }

.block-w-tel {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
  padding-left: 18px;
  margin: 0 0 0 -3px; }
  .block-w-tel a {
    color: #ffffff; }
    .block-w-tel a:hover {
      color: #ffffff; }
  .block-w-tel:after {
    content: '';
    width: 2px;
    height: 25px;
    background-color: #ffffff;
    opacity: 0.2;
    position: absolute;
    top: -3px;
    left: 0; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  width: 32px;
  height: 3px;
  background-color: #004677; }

.navbar-brand {
  min-width: 257px;
  max-width: 257px;
  padding-bottom: 0;
  padding-top: 4px; }
  .navbar-brand svg {
    width: 172px;
    max-height: 42px;
    transition: all 0.2s ease-in-out;
    height: 62px; }
  @media (max-width: 1100px) {
    .navbar-brand {
      min-width: 220px; } }
  @media (max-width: 991px) {
    .navbar-brand {
      max-width: 164px;
      min-width: 164px;
      padding-bottom: 0;
      padding-top: 0; }
      .navbar-brand svg {
        width: 172px;
        max-height: 42px; } }
  .navbar-brand .logo-red {
    fill: #fff; }
  .navbar-brand .logo-blue {
    fill: #fff; }

.navbar-inverse .navbar-toggler {
  border: 0;
  margin-top: 11px;
  padding: 0;
  right: 1rem; }

.fixed-top {
  transition: all 0.2s ease-in-out; }
  @media (max-width: 991px) {
    .fixed-top {
      background-color: #fff; }
      .fixed-top .navbar-inverse .navbar-nav .nav-link {
        color: #fff;
        font-size: 15px;
        padding: 10.5px 19px 10.5px 28px; }
        .fixed-top .navbar-inverse .navbar-nav .nav-link:focus, .fixed-top .navbar-inverse .navbar-nav .nav-link:active {
          background-color: inherit; }
      .fixed-top .navbar-inverse .navbar-nav .dropdown.active .nav-link:hover {
        background-color: inherit; }
      .fixed-top .navbar-inverse .navbar-nav .nav-link--pricing {
        color: #fff;
        padding-left: 0;
        padding-right: 0; }
        .fixed-top .navbar-inverse .navbar-nav .nav-link--pricing:hover {
          color: #fff;
          background-color: #004677;
          border: solid 2px #004677; }
        .fixed-top .navbar-inverse .navbar-nav .nav-link--pricing:focus, .fixed-top .navbar-inverse .navbar-nav .nav-link--pricing:active {
          border: 2px solid #20bf55;
          background-color: #20bf55; }
      .fixed-top .navbar-inverse .navbar-nav .block-w-tel a {
        color: #fff;
        font-size: 15px;
        min-height: 49px;
        display: block;
        padding-left: 71px;
        padding-top: 15px;
        padding-bottom: 15px; }
        .fixed-top .navbar-inverse .navbar-nav .block-w-tel a:hover {
          color: #fff;
          background-color: #004677; }
      .fixed-top .navbar-inverse .navbar-nav .block-w-tel {
        position: relative;
        padding-left: 0px;
        padding-top: 5px;
        margin: 0;
        padding-bottom: 4px; }
        .fixed-top .navbar-inverse .navbar-nav .block-w-tel:before {
          content: '';
          background: url("/library/images/phone-icon.png") no-repeat;
          background-size: 20px;
          width: 20px;
          height: 20px;
          position: absolute;
          top: 21px;
          left: 40px; }
        .fixed-top .navbar-inverse .navbar-nav .block-w-tel:after {
          width: 0;
          height: 0; }
      .fixed-top .navbar-brand .logo-red {
        fill: #BA042C; }
      .fixed-top .navbar-brand .logo-blue {
        fill: #004777; } }

.fixed-top.loginned, .fixed-top.fixed-header {
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2); }
  @media (min-width: 992px) {
    .fixed-top.loginned .navbar-collapse, .fixed-top.fixed-header .navbar-collapse {
      padding-top: 0; }
    .fixed-top.loginned .navbar-inverse .navbar-nav .nav-link, .fixed-top.fixed-header .navbar-inverse .navbar-nav .nav-link {
      color: #40434e;
      font-size: 12px; }
      .fixed-top.loginned .navbar-inverse .navbar-nav .nav-link:hover, .fixed-top.fixed-header .navbar-inverse .navbar-nav .primary-nav-item .nav-link:hover {
        opacity: .75; }
    .fixed-top.loginned .navbar-inverse .navbar-nav .nav-link--pricing, .fixed-top.fixed-header .navbar-inverse .navbar-nav .nav-link--pricing {
      color: #fff; }
    .fixed-top.loginned .navbar-inverse .navbar-nav .block-w-tel a, .fixed-top.fixed-header .navbar-inverse .navbar-nav .block-w-tel a {
      color: #40434e; }
      .fixed-top.loginned .navbar-inverse .navbar-nav .block-w-tel a:hover, .fixed-top.fixed-header .navbar-inverse .navbar-nav .block-w-tel a:hover {
        color: #40434e; }
    .fixed-top.loginned .nav-item, .fixed-top.fixed-header .nav-item {
      margin: 0 7px; } }
  @media (min-width: 992px) and (max-width: 1050px) {
    .fixed-top.loginned .nav-item, .fixed-top.fixed-header .nav-item {
      margin: 0 5px; } }
  @media (min-width: 992px) and (max-width: 1000px) {
    .fixed-top.loginned .nav-item, .fixed-top.fixed-header .nav-item {
      margin: 0 4px; } }
  @media (min-width: 992px) {
    .fixed-top.loginned .block-w-tel, .fixed-top.fixed-header .block-w-tel {
      padding-left: 18px;
      font-size: 12px;
      margin: 0 0 0 -3px; }
      .fixed-top.loginned .block-w-tel:after, .fixed-top.fixed-header .block-w-tel:after {
        background-color: #40434e; }
    .fixed-top.loginned .navbar, .fixed-top.fixed-header .navbar {
      padding-top: 4px;
      padding-top: 0;
      padding-bottom: 0; }
    .fixed-top.loginned .navbar-brand svg, .fixed-top.fixed-header .navbar-brand svg {
      width: 172px;
      max-height: 42px; }
    .fixed-top.loginned .navbar-brand, .fixed-top.fixed-header .navbar-brand {
      padding-top: 4px;
      padding-bottom: 0; }
    .fixed-top.loginned .navbar-brand .logo-red, .fixed-top.fixed-header .navbar-brand .logo-red {
      fill: #BA042C; }
    .fixed-top.loginned .navbar-brand .logo-blue, .fixed-top.fixed-header .navbar-brand .logo-blue {
      fill: #004777; } }

.navbar-toggler-right {
  right: 4px; }

.dop-menu {
  background-color: #003255;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  display: none; }
  .dop-menu.active {
    opacity: 1;
    visibility: visible;
    display: block; }
    @media (max-width: 991px) {
      .dop-menu.active {
        display: none; } }

.dop-menu-cont-bl {
  list-style: none;
  margin: 0 42px 0 0;
  padding: 0; }
  .dop-menu-cont-bl__link {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .9px;
    transition: all 0.2s ease-in-out; }
    .dop-menu-cont-bl__link:hover {
      opacity: .75;
      color: #ffffff; }
    .dop-menu-cont-bl__link:focus, .dop-menu-cont-bl__link:active {
      opacity: 1;
      color: #ffffff; }
  .dop-menu-cont-bl:last-child {
    margin: 0; }
  .dop-menu-cont-bl li {
    margin: 0 0 32px; }

.dop-menu-cont {
  max-width: 590px;
  margin: 0 auto;
  padding: 37px 15px 13px;
  display: -ms-flexbox;
  display: flex; }

.mobile-dop-menu-wr {
  margin: 0;
  list-style: none;
  background-color: #002239;
  padding: 19px 20px 10px 20px; }

.mobile-dop-menu {
  margin: 5px 0 15px;
  display: none; }
  @media (min-width: 992px) {
    .mobile-dop-menu {
      position: absolute;
      width: 200px;
      top: 49px; } }

.nav-item.dropdown.active .mobile-dop-menu {
  display: block; }

.nav-item.dropdown.active .dropdown-toggle:after {
  border-top: 0px;
  border-bottom: .3em solid; }

.mobile-dop-menu-link {
  margin: 0 0 6px; }
  .mobile-dop-menu-link__link {
    color: #fff;
    font-size: 12px;
    font-weight: 700; }
    .mobile-dop-menu-link__link:hover {
      color: #fff;
      opacity: .75; }

.item-w-pricing {
  margin-top: 33px;
  padding-left: 13px;
  padding-right: 13px; }
  .item-w-pricing .nav-link--pricing {
    min-height: 53px; }

.ban-block {
  background-image: linear-gradient(-15deg, #0270bd 0%, #004677 100%);
  padding: 100px 0 13px; }
  .ban-block__big {
    min-height: 736px; }
  .ban-block--middle {
    padding: 236px 0 142px; }
    @media (max-width: 767px) {
      .ban-block--middle {
        padding: 122px 0 80px; } }
  .ban-block--small {
    padding: 140px 0 82px; 
    position: relative;}
  @media (max-width: 767px) {
      .ban-block--small {
        padding: 101px 0 52px; }
        .ban-block--small .ban-block-middle__title {
          margin: 0 0 17px; } }
  .ban-block--single-title {
    padding: 0;
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .ban-block--single-title .ban-block-middle__title {
      margin: 65px 0 0; }
    @media (max-width: 767px) {
      .ban-block--single-title {
        min-height: 207px;
        height: 207px; }
        .ban-block--single-title .for-desk {
          display: none; }
        .ban-block--single-title .ban-block-middle__title {
          margin: 54px 0 0;
          line-height: 43px; } }
    .ban-block--single-title .for-mob {
      display: none; }
    @media (max-width: 767px) {
      .ban-block--single-title .for-mob {
        display: block; } }
  .ban-block--loginned-user {
    padding: 116px 0 21px; }
    @media (max-width: 767px) {
      .ban-block--loginned-user {
        padding: 77px 0 11px; } }

.ban-block-image {
  position: absolute;
  width: 1300px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 300px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  opacity: .3; }
  @media (max-width: 1200px) {
    .ban-block-image {
      width: 1200px; } }
  @media (max-width: 1000px) {
    .ban-block-image {
      width: 1000px; } }
  @media (max-width: 900px) {
    .ban-block-image {
      width: 900px; } }
  @media (max-width: 850px) {
    .ban-block-image {
      width: 100%; } }
  @media (max-width: 767px) {
    .ban-block-image {
      height: 154px; } }

h1 {
  font-size: 45px;
  line-height: 60px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 35px;
      line-height: 40px; } }

.main-ban-text {
  color: #ffffff;
  font-size: 45px;
  line-height: 60px;
  font-weight: 300;
  padding: 76px 15px 0; }
  .main-ban-text__first-title {
    font-size: 45px;
    line-height: 60px;
    font-weight: 300; }
  .main-ban-text__sec-title {
    font-weight: 700;
    font-size: 45px;
    line-height: 60px; }
    @media (max-width: 767px) {
      .main-ban-text__sec-title {
        margin: 16px 0 0; } }
  @media (max-width: 767px) {
    .main-ban-text {
      padding: 46px 15px 0; }
      .main-ban-text h1 {
        font-size: 35px;
        line-height: 40px; } }

.main-ban-text-btn {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 450px;
  margin: 34px 0 45px; }
  @media (max-width: 767px) {
    .main-ban-text-btn {
      min-width: 220px;
      -ms-flex-direction: column;
          flex-direction: column;
      margin: 35px 0 36px; } }
  .main-ban-text-btn .my-btn {
    margin: 0 5px; }
    @media (max-width: 767px) {
      .main-ban-text-btn .my-btn {
        margin: 0 0 15px; } }

.main-ban-bl-wrap {
  max-width: 914px;
  margin: 0 auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 15px; }
  @media (max-width: 820px) {
    .main-ban-bl-wrap {
      -ms-flex-direction: column;
          flex-direction: column; } }

.main-ban-bl {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  position: relative;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .main-ban-bl__image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    min-height: 231px; }
    @media (max-width: 820px) {
      .main-ban-bl__image {
        min-height: inherit; } }
  .main-ban-bl__text {
    color: #ffffff;
    font-family: "Source Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 18px 0; }
    @media (max-width: 767px) {
      .main-ban-bl__text {
        font-size: 20px;
        margin: 11px 0 27px; } }
  .main-ban-bl:nth-child(1):before, .main-ban-bl:nth-child(2):before {
    position: absolute;
    width: 35px;
    height: 50px;
    content: '';
    background: url(/library/images/svg/arrow-right-white.svg) no-repeat;
    top: 97px;
    right: -36%;
    opacity: .8; }
    @media (max-width: 991px) {
      .main-ban-bl:nth-child(1):before, .main-ban-bl:nth-child(2):before {
        right: -27%; } }
    @media (max-width: 850px) {
      .main-ban-bl:nth-child(1):before, .main-ban-bl:nth-child(2):before {
        right: -20%; } }
    @media (max-width: 820px) {
      .main-ban-bl:nth-child(1):before, .main-ban-bl:nth-child(2):before {
        display: none; } }
  .main-ban-bl:nth-child(2):before {
    right: -29%; }
    @media (max-width: 991px) {
      .main-ban-bl:nth-child(2):before {
        right: -27%; } }
    @media (max-width: 850px) {
      .main-ban-bl:nth-child(2):before {
        right: -20%; } }
    @media (max-width: 820px) {
      .main-ban-bl:nth-child(2):before {
        display: none; } }
  @media (max-width: 767px) {
    .main-ban-bl img {
      max-width: 190px; } }

.trusted-companies-wrap {
  min-height: 183px;
  background-color: #f3f6fa;
  padding: 38px 0 0;
  position: relative;
  text-align: center; }
  @media (max-width: 767px) {
    .trusted-companies-wrap {
      padding: 21px 0 28px;
      min-height: 123px; } }

.trusted-companies-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #40434e;
  text-decoration: none; }
  .trusted-companies-title:hover {
    color: #40434e;
    text-decoration: underline; }
  @media (max-width: 767px) {
    .trusted-companies-title {
      font-size: 10px;
      letter-spacing: 2px; } }

.trusted-companies-slider {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 14px 35px 0;
  z-index: 1; }
  @media (max-width: 767px) {
    .trusted-companies-slider {
      padding: 7px 35px 0; } }
  .trusted-companies-slider .slick-list:before, .trusted-companies-slider .slick-list:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
    z-index: 10; }
  .trusted-companies-slider .slick-list:before {
    left: 0;
    background: linear-gradient(to right, #f3f6fa 0%, #f3f6fa 10%, rgba(243, 246, 250, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f6fa', endColorstr='#00f3f6fa',GradientType=1 ); }
  .trusted-companies-slider .slick-list:after {
    right: 0;
    background: linear-gradient(to right, rgba(243, 246, 250, 0) 0%, #f3f6fa 90%, #f3f6fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3f6fa', endColorstr='#f3f6fa',GradientType=1 ); }
  @media (max-width: 767px) {
    .trusted-companies-slider .slick-list:before, .trusted-companies-slider .slick-list:after {
      width: 20px; } }

.trusted-companies-bl {
  text-align: center;
  padding: 0 15px; }
  .trusted-companies-bl img {
    margin: 0 auto;
    max-width: 100%; }
    @media (max-width: 767px) {
      .trusted-companies-bl img {
        height: 52px; } }
  @media (max-width: 767px) {
    .trusted-companies-bl {
      padding: 0 8px; } }

.slick-arrow {
  position: absolute;
  top: 37px;
  font-size: 0;
  border: 0;
  background: none;
  height: 29px;
  width: 18px;
  padding: 0;
  z-index: 1; }
  @media (max-width: 767px) {
    .slick-arrow {
      top: 16px; } }
  .slick-arrow:hover {
    opacity: 0.8; }

.slick-disabled {
  opacity: 0.5;
  cursor: default; }
  .slick-disabled:hover {
    opacity: 0.5; }

.slick-prev {
  background: center url(/library/images/arrow-left.png) no-repeat;
  left: 0; }
  @media (max-width: 1200px) {
    .slick-prev {
      left: 10px; } }
  @media (max-width: 767px) {
    .slick-prev {
      background: center url(/library/images/arrow-slide-left-mob.png) no-repeat;
      background-size: 9px; } }

.slick-next {
  background: center url(/library/images/arrow-right.png) no-repeat;
  right: 0; }
  @media (max-width: 1200px) {
    .slick-next {
      right: 10px; } }
  @media (max-width: 767px) {
    .slick-next {
      background: center url(/library/images/arrow-slide-right-mob.png) no-repeat;
      background-size: 9px; } }

.trial-block-wrap {
  border-top: 1px solid #363636;
  border-bottom: 1px solid #363636;
  background-color: #ffffff; }

.trial-block-con {
  margin: 0 auto;
  background-color: #ffffff; }

.trial-block-cont {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end; }
  @media (min-width: 901px) {
    .trial-block-cont .trial-block-cont {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      width: 100%;
      min-height: auto !important;
      padding-top: 15px !important; } }
  @media (max-width: 900px) {
    .trial-block-cont {
      -ms-flex-align: center;
          align-items: center;
      min-height: inherit;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-direction: column;
          flex-direction: column;
      width: 100%;
      max-width: none; } }

.rotate-text {
  height: 40px;
  position: relative;
  display: inline-block;
  width: 242px; }
  @media (max-width: 767px) {
    .rotate-text {
      width: 220px; } }
  .rotate-text span {
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease-in-out;
    opacity: 0;
    overflow: hidden;
    display: block; }
    .rotate-text span.active {
      opacity: 1; }

@media (min-width: 901px) {
  .trial-block-cont-image {
    width: 50%; }
    .trial-block-cont-image img {
      position: relative;
      left: -40px; } }

@media (max-width: 900px) {
  .trial-block-cont-image {
    margin-top: 15px;
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
    max-width: none; }
    .trial-block-cont-image img {
      width: 100%;
      max-width: none; } }

@media (min-width: 901px) {
  .trial-block-cont {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    min-height: auto !important;
    padding-top: 15px !important; } }

.trial-block-cont-bl {
  margin: 0 !important;
  padding: 0 15px 15px 0; }
  @media (min-width: 901px) {
    .trial-block-cont-bl {
      width: 50%; }
      .trial-block-cont-bl h2.second-title,
      .trial-block-cont-bl .main-text {
        max-width: 540px;
        margin: 0; } }
  @media (max-width: 900px) {
    .trial-block-cont-bl {
      width: 100%;
      padding: 50px 30px 20px;
      max-width: 600px;
      -ms-flex-order: 1;
          order: 1; }
      .trial-block-cont-bl .main-text {
        max-width: none; } }
  @media (max-width: 767px) {
    .trial-block-cont-bl {
      margin: 50px auto 0; }
      .trial-block-cont-bl h2.second-title {
        max-width: 290px;
        margin: 0 0 10px; } }

.trial-block-btn {
  margin: 32px 0 0; }
  .trial-block-btn .my-btn {
    min-width: 260px; }
  @media (max-width: 767px) {
    .trial-block-btn {
      margin: 20px 0 0; }
      .trial-block-btn .my-btn {
        min-width: 222px;
        max-width: 222px; } }

.features-block-grid-wrap {
  padding: 79px 0 35px; }
  @media (max-width: 767px) {
    .features-block-grid-wrap {
      padding: 98px 0 35px; }
      .features-block-grid-wrap h2.second-title {
        margin: 0 0 17px; }
      .features-block-grid-wrap .main-ban-text-btn {
        margin-top: 44px;
        margin-bottom: 34px; } }

.features-block-grid-cont {
  max-width: 990px;
  margin: 60px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 990px; }

.features-block-grid-bl {
  background-color: #fff;
  box-shadow: 0 2px 7px 1px rgba(110, 110, 111, 0.14);
  border-radius: 2px;
  border: 1px solid #dde4ec;
  background-color: #ffffff;
  padding: 0 8% 49px;
  margin: 0 0 30px;
  position: relative;
  min-height: 358px;
  height: 358px;
  overflow: hidden;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  transition: all 0.2s ease-in-out; }
  .features-block-grid-bl:hover {
    box-shadow: 0 10px 25px 10px rgba(110, 110, 111, 0.48);
    background-color: #004677;
    border: 1px solid #004677; }
    .features-block-grid-bl:hover .features-block-grid-bl__title {
      color: #fff; }
    .features-block-grid-bl:hover .features-block-grid-bl__text {
      color: #f3f6fa; }
    .features-block-grid-bl:hover .features-block-btn {
      background-color: #fff;
      color: #004677; }
  .features-block-grid-bl__title {
    color: #004677;
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    margin: 0 0 2px;
    letter-spacing: 1.5px; }
  .features-block-grid-bl__text {
    color: #868a97;
    font-family: "Source Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    padding: 0 10px; }

.features-block-image {
  position: absolute;
  top: 0;
  left: 0; }
  .features-block-image--1 {
    top: -23px;
    left: -54px; }
  .features-block-image--2 {
    top: -44px;
    left: -47px; }
  .features-block-image--3 {
    top: -29px;
    left: -38px; }
  .features-block-image--4 {
    top: -42px;
    left: -70px; }
  .features-block-image--5 {
    top: -23px;
    left: -54px; }
  .features-block-image--6 {
    top: -26px;
    left: -45px; }

.features-block-grid-bl-btn {
  margin: 30px 0 0;
  position: relative;
  z-index: 1; }

.features-block-btn {
  background-color: #004677;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
  min-width: 166px;
  max-width: 166px; }

.service-block-wr {
  min-height: 438px;
  background-image: linear-gradient(-15deg, #0270bd 0%, #004677 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 438px; }
  @media (max-width: 767px) {
    .service-block-wr {
      padding: 63px 20px 23px;
      height: inherit; }
      .service-block-wr--mod {
        padding: 63px 20px 23px; } }
  .service-block-wr .container {
    overflow: hidden; }

.service-block-wr-bl {
  max-width: 491px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: 100%;
  -ms-flex-pack: inherit;
      justify-content: inherit; }
  @media (max-width: 767px) {
    .service-block-wr-bl--with-btn {
      text-align: center;
      margin: 0 auto; }
      .service-block-wr-bl--with-btn .service-block-btn {
        max-width: 250px;
        margin: 0 auto; } }
  .service-block-wr-bl--with-btn .service-block-title {
    margin: -1px 0 17px; }
  .service-block-wr-bl--with-btn .service-block-text {
    margin: 0 0 20px; }
  @media (max-width: 767px) {
    .service-block-wr-bl {
      -ms-flex-pack: inherit;
          justify-content: inherit;
      margin: 0 auto 52px; } }

.service-block-title {
  font-size: 35px;
  font-weight: 900;
  line-height: 30px;
  color: #fff;
  margin: 2px 0 18px; }
  @media (max-width: 767px) {
    .service-block-title {
      font-size: 33px;
      line-height: 40px;
      margin: 2px 0 8px; } }

.service-block-title span {
  color: #20bf55; }

.service-block-text {
  color: #b7c9d7;
  font-family: "Source Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; }
  @media (max-width: 767px) {
    .service-block-text {
      font-size: 21px;
      line-height: 28px; } }

.features-block-wrap {
  border-top: 1px solid #dde4ec;
  border-bottom: 1px solid #dde4ec;
  background-color: #f3f6fa; }

.features-block-cont {
  max-width: 1095px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 84px 15px; }
  @media (max-width: 767px) {
    .features-block-cont {
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 0 15px 67px; } }

.features-block-cont-left {
  max-width: 550px;
  padding: 67px 0 0; }
  .features-block-cont-left__ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    max-width: 480px; }
    @media (max-width: 767px) {
      .features-block-cont-left__ul {
        margin: 37px 0 0; } }
  @media (max-width: 767px) {
    .features-block-cont-left {
      -ms-flex-order: 2;
          order: 2;
      padding: 52px 18px 0;
      margin: 0 auto; }
      .features-block-cont-left h2.second-title {
        margin-bottom: 7px; } }

.features-block-cont-bl {
  position: relative;
  padding: 3px 0 0 46px;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 24px; }
  @media (max-width: 767px) {
    .features-block-cont-bl {
      padding: 4px 0 0 46px;
      margin: 0 0 24px;
      font-size: 20px;
      line-height: 26px; } }
  .features-block-cont-bl:before {
    content: '';
    width: 33px;
    height: 33px;
    position: absolute;
    top: 2px;
    left: 3px;
    background: url("/library/images/svg/check-icon.svg") no-repeat; }
  .features-block-cont-bl__title {
    color: #40434e;
    font-weight: 900;
    margin: 0 0 -3px; }
    @media (max-width: 767px) {
      .features-block-cont-bl__title {
        margin: 0 0 10px; } }
  .features-block-cont-bl__text {
    color: #868a97;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400; }

.features-block-cont-left-btn {
  margin: 53px 0 0; }
  @media (max-width: 767px) {
    .features-block-cont-left-btn {
      margin: 33px 0 0; }
      .features-block-cont-left-btn .my-btn {
        margin: 0 auto; } }

.features-block-cont-right {
  max-width: 475px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end; }
  @media (max-width: 767px) {
    .features-block-cont-right {
      display: none;
      -ms-flex-order: 1;
          order: 1;
      position: relative;
      margin: -109px auto 0;
      text-align: center; }
      .features-block-cont-right .image {
        max-width: 88%;
        margin: 0 auto; } }

.slider-wrap {
  background: center url(/library/images/plider-back.jpg) no-repeat;
  min-height: 613px;
  height: 613px;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 767px) {
    .slider-wrap {
      min-height: 605px;
      height: 605px; } }
  .slider-wrap .container {
    overflow: inherit; }

.slider-container {
  max-width: 850px;
  max-height: 318px;
  min-height: 318px;
  width: 100%;
  height: 318px;
  box-shadow: 0 5px 19px 2px rgba(1, 1, 1, 0.23);
  background-color: #ffffff;
  opacity: 0.9;
  margin: 0 auto;
  color: #40434e;
  line-height: 30px;
  text-align: center;
  padding: 16px 7% 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative; }
  .slider-container__text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px; }
  .slider-container__auth {
    color: #40434e;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 10px 0 0; }
  @media (max-width: 575px) {
    .slider-container {
      max-height: 540px;
      min-height: 474px;
      margin-top: 23px;
      padding: 16px 50px 16px;
      width: calc(100vw - 30px); } }
  @media (max-width: 360px) {
    .slider-container {
      padding: 16px 30px 16px;
      max-height: 460px; } }

.testimonial-slider .slick-arrow {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #004677;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  background-image: url(/library/images/slide-arrow.png); }
  .testimonial-slider .slick-arrow:hover {
    opacity: .8; }
  .testimonial-slider .slick-arrow.slick-prev {
    left: -28px; }
    @media (max-width: 767px) {
      .testimonial-slider .slick-arrow.slick-prev {
        left: -12px; } }
    @media (max-width: 360px) {
      .testimonial-slider .slick-arrow.slick-prev {
        left: -15px; } }
  .testimonial-slider .slick-arrow.slick-next {
    right: -28px;
    transform: rotate(180deg); }
    @media (max-width: 767px) {
      .testimonial-slider .slick-arrow.slick-next {
        right: -12px; } }
    @media (max-width: 360px) {
      .testimonial-slider .slick-arrow.slick-next {
        right: -15px; } }
  @media (max-width: 767px) {
    .testimonial-slider .slick-arrow {
      width: 40px;
      height: 40px; }
      .testimonial-slider .slick-arrow img {
        max-width: 8px; } }

.upload-list-wrap {
  min-height: 207px;
  border-top: 1px solid #dde4ec;
  border-bottom: 1px solid #dde4ec;
  background-color: #f3f6fa; }
  .upload-list-wrap .container {
    overflow: hidden; }

.upload-list-cont {
  max-width: 1000px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 61px 0 57px; }
  @media (max-width: 991px) {
    .upload-list-cont {
      -ms-flex-direction: column;
          flex-direction: column;
      text-align: center; } }
  @media (max-width: 767px) {
    .upload-list-cont {
      padding: 55px 0 68px; } }

.upload-list-text {
  color: #40434e;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px; }
  .upload-list-text__title {
    font-weight: 900;
    margin: 0 0 10px; }
  @media (max-width: 767px) {
    .upload-list-text {
      font-size: 33px; }
      .upload-list-text__title {
        margin: 0 auto;
        max-width: 280px; }
      .upload-list-text__text {
        max-width: 310px;
        margin: 0 auto; } }

.upload-list-btn {
  min-width: 218px; }
  @media (max-width: 991px) {
    .upload-list-btn {
      margin: 50px 0 0; } }
  @media (max-width: 767px) {
    .upload-list-btn {
      margin: 30px 0 0; } }

.footer-wrap {
  background-color: #013357;
  min-height: 440px;
  color: #b7c9d7;
  font-size: 14px;
  font-weight: 400;
  padding: 70px 0 0; }
  @media (max-width: 767px) {
    .footer-wrap {
      padding: 0 0 40px; } }

.footer-text {
  line-height: 24px;
  padding: 17px 0 0 14px; }
  .footer-text__first-line {
    margin: 0 0 24px; }
    @media (max-width: 767px) {
      .footer-text__first-line {
        margin: 0 0 23px; } }
  @media (max-width: 767px) {
    .footer-text {
      padding: 30px 0 0;
      font-size: 18px; } }
  .footer-text a {
    color: #b7c9d7; }

.footer-link-block__title {
  color: #f3f6fa;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 13px;
  letter-spacing: 3px; }

.footer-link-block__ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-link-block__li {
  margin: 0 0 14px; }
  @media (max-width: 767px) {
    .footer-link-block__li {
      margin: 0 0 21px; } }

.footer-link-block__link {
  color: #b7c9d7;
  text-decoration: none; }
  .footer-link-block__link:hover {
    text-decoration: underline;
    color: #b7c9d7; }
  .footer-link-block__link:focus, .footer-link-block__link:active {
    color: #b7c9d7; }
  @media (max-width: 767px) {
    .footer-link-block__link {
      font-size: 16px; } }

.footer-wrap .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 370px; }
  @media (max-width: 767px) {
    .footer-wrap .container {
      min-height: 275px; } }

.footer-links {
  padding: 40px 0 0 35px; }

.footer-copyright {
  border-top: solid 1px rgba(183, 201, 215, 0.09);
  padding: 17px 0; }
  @media (max-width: 767px) {
    .footer-copyright {
      font-size: 13px; } }

.carousel-item {
  -ms-flex-direction: column;
      flex-direction: column; }

@media (max-width: 991px) {
  .footer-logotype {
    max-width: 220px; } }

.footer-mobile-menu {
  background-color: #012d4d;
  margin: 0 0 41px; }
  .footer-mobile-menu .card {
    background: inherit;
    border: 0; }
  .footer-mobile-menu .card-header {
    background-color: #013357;
    color: #fff;
    border-radius: 0;
    border: 0;
    border-bottom: solid 1px #011e34;
    padding: 0; }
    .footer-mobile-menu .card-header a {
      text-decoration: none;
      color: #fff;
      text-transform: uppercase;
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      font-size: 17px;
      padding: 31px 35px 27px;
      font-weight: 700;
      letter-spacing: 3.5px; }
      .footer-mobile-menu .card-header a.collapsed:after {
        background: center url("/library/images/plus.png") no-repeat;
        background-size: 16px; }
      .footer-mobile-menu .card-header a:after {
        content: '';
        width: 17px;
        height: 17px;
        background: center url("/library/images/minus.png") no-repeat;
        background-size: 16px;
        position: absolute;
        right: 28px;
        top: 31px; }
  .footer-mobile-menu .card-block {
    padding: 29px 35px 17px; }

.footer-buttons-wrap {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  width: 100%;
  z-index: 100; }
  .footer-buttons-wrap .footer-button {
    min-width: 50%; }
  @media (min-width: 768px) {
    .footer-buttons-wrap {
      display: none; } }

.how-it-works-steps-wrap {
  background-color: #fff;
  padding: 0 0 62px; }
  @media (max-width: 767px) {
    .how-it-works-steps-wrap {
      padding: 0 0 52px; } }
  .how-it-works-steps-wrap .container {
    overflow: initial; }

.how-it-work-sec-step {
  background-color: #f3f6fa; }

.how-it-work-fir-step {
  padding: 42px 0 41px; }
  @media (max-width: 767px) {
    .how-it-work-fir-step {
      padding: 0 0 85px; } }

.how-it-work-sec-step {
  padding: 44px 0 50px; }
  @media (max-width: 767px) {
    .how-it-work-sec-step {
      padding: 8px 0 77px; }
      .how-it-work-sec-step .how-it-work-bl-text__title {
        max-width: inherit;
        margin-top: 18px; } }

.how-it-work-th-step {
  padding: 39px 0 27px; }
  @media (max-width: 767px) {
    .how-it-work-th-step {
      padding: 18px 0 44px; }
      .how-it-work-th-step .how-it-work-bl-text__title {
        max-width: inherit;
        margin: 18px auto 8px; } }

.how-it-work-fir-step .how-it-work-bl__image,
.how-it-work-th-step .how-it-work-bl__image {
  padding: 0 82px 0 0; }
  @media (max-width: 767px) {
    .how-it-work-fir-step .how-it-work-bl__image,
    .how-it-work-th-step .how-it-work-bl__image {
      padding: 0; } }

.how-it-work-sec-step .how-it-work-bl__image {
  padding: 0 0 0 47px; }
  @media (max-width: 767px) {
    .how-it-work-sec-step .how-it-work-bl__image {
      padding: 0;
      margin: -54px 0 0; } }

.how-it-work-bl {
  max-width: 940px;
  padding: 0 15px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 767px) {
    .how-it-work-bl {
      -ms-flex-direction: column;
          flex-direction: column; }
      .how-it-work-bl__image {
        -ms-flex-order: 1;
            order: 1;
        margin: -55px 0 0; }
        .how-it-work-bl__image img {
          max-width: 190px; } }

@media (max-width: 767px) {
  .how-it-work-bl-text {
    -ms-flex-order: 2;
        order: 2; } }

.single-btn-wrap {
  max-width: 218px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .single-btn-wrap {
      max-width: 250px; } }

.grey-back .feature-grid-only-text-wrap {
  border-top: 1px solid #dde4ec;
  border-bottom: 1px solid #dde4ec;
  background-color: #f3f6fa; }

.feature-grid-only-text-wrap {
  background-color: #fff;
  padding: 92px 0 59px; }
  .feature-grid-only-text-wrap .single-btn-wrap {
    margin-top: -10px; }
  .feature-grid-only-text-wrap--custom {
    border-top: 1px solid #dde4ec;
    background-color: #f3f6fa;
    border-bottom: 1px solid #dde4ec;
    padding: 55px 0 25px; }
    .feature-grid-only-text-wrap--custom h2.second-title {
      margin-bottom: 52px;
      padding: 0 15px; }
  @media (max-width: 767px) {
    .feature-grid-only-text-wrap {
      padding: 62px 0 52px; }
      .feature-grid-only-text-wrap--custom {
        padding: 37px 0 6px; }
        .feature-grid-only-text-wrap--custom h2.second-title {
          margin-bottom: 28px; }
      .feature-grid-only-text-wrap .single-btn-wrap {
        margin-top: -3px; } }

.how-it-work-bl-text__title {
  color: #40434e;
  font-size: 36px;
  line-height: 30px;
  margin: 16px 0 11px; }
  @media (max-width: 991px) {
    .how-it-work-bl-text__title {
      line-height: 40px; } }
  @media (max-width: 767px) {
    .how-it-work-bl-text__title {
      font-size: 35px;
      line-height: 43px;
      margin: 14px auto 4px;
      max-width: 260px;
      text-align: center; }
      .how-it-work-bl-text__title strong {
        display: block; } }
  .how-it-work-bl-text__title strong {
    font-weight: 700; }

.how-it-work-bl-text__text {
  color: #868a97;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 559px; }
  @media (max-width: 767px) {
    .how-it-work-bl-text__text {
      font-size: 22px;
      line-height: 28px;
      text-align: center; } }

.feature-grid-only-text-bl-title {
  color: #40434e;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px; }
  @media (max-width: 767px) {
    .feature-grid-only-text-bl-title {
      font-size: 33px;
      line-height: 30px; } }

.feature-grid-only-text-bl {
  margin: 0 0 65px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (max-width: 767px) {
    .feature-grid-only-text-bl {
      text-align: center;
      margin: 0 0 44px; } }
  .feature-grid-only-text-bl--with-link .feature-grid-only-text-bl-title {
    color: #004677;
    font-weight: 700; }
  .feature-grid-only-text-bl__text {
    color: #868a97;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0 0; }
    @media (max-width: 767px) {
      .feature-grid-only-text-bl__text {
        font-size: 23px;
        line-height: 28px;
        margin: 10px 0 0;
        padding: 0 15px; } }
  .feature-grid-only-text-bl__link {
    color: #868a97;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin: 1px 0 0;
    display: inline-block; }
    @media (max-width: 767px) {
      .feature-grid-only-text-bl__link {
        font-size: 23px;
        margin: 4px 0 0; } }
    .feature-grid-only-text-bl__link:hover {
      text-decoration: underline; }

@media (max-width: 767px) {
  .how-it-work-ban-text {
    margin: 30px auto 10px; }
    .how-it-work-ban-text strong {
      display: block; } }

.how-it-work-ban-text strong {
  font-weight: 700; }

.ban-block-middle__title {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  margin: 0 0 4px;
  padding: 0 15px; }
  @media (max-width: 767px) {
    .ban-block-middle__title {
      font-size: 34px;
      line-height: 46px;
      margin: 0 0 8px; } }

.ban-block-middle__text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  padding: 0 15px;
  line-height: 34px;
  color: #fff;
  max-width: 1170px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .ban-block-middle__text {
      font-size: 24px;
      line-height: 28px; } }
  .ban-block-middle__text a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline; }
    .ban-block-middle__text a:active, .ban-block-middle__text a:focus {
      color: #fff;
      text-decoration: underline; }

.industies-feature-grid {
  padding: 46px 0 45px;
  background-color: #fff; }
  .industies-feature-grid .container {
    overflow: inherit; }
  @media (max-width: 767px) {
    .industies-feature-grid {
      padding: 38px 0 57px; } }
  @media (max-width: 575px) {
    .industies-feature-grid {
      padding-left: 21px;
      padding-right: 21px; } }
  @media (min-width: 1230px) {
    .industies-feature-grid .container {
      width: 1200px; } }

.features-block-big-bl-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .3; }
  @media (max-width: 575px) {
    .features-block-big-bl-image .for-des {
      display: none; } }
  @media (min-width: 576px) {
    .features-block-big-bl-image .for-mob {
      display: none; } }

@media (max-width: 575px) {
  .features-block-image-i-s--1 {
    left: -3px;
    top: -2px; } }

.features-block-image-i-s--2 {
  left: -6px;
  top: 37px; }
  @media (max-width: 575px) {
    .features-block-image-i-s--2 {
      top: 10px;
      left: -1px; } }

@media (max-width: 575px) {
  .features-block-image-i-s--4 {
    top: 12px;
    left: -2px; } }

@media (max-width: 575px) {
  .features-block-image-i-s--5 {
    top: 6px;
    left: 5px; } }

@media (max-width: 575px) {
  .features-block-image-i-s--6 {
    top: -1px;
    left: 6px; } }

.features-block-image-i-s--7 {
  opacity: .4; }
  @media (max-width: 575px) {
    .features-block-image-i-s--7 {
      top: 10px; } }

.features-block-image-i-s--8 {
  opacity: .4; }
  @media (max-width: 575px) {
    .features-block-image-i-s--8 {
      top: 10px; } }

.features-block-image-i-s--9 {
  opacity: .4; }
  @media (max-width: 575px) {
    .features-block-image-i-s--9 {
      top: 10px; } }

.features-block-image-i-s--10 {
  opacity: .4; }
  @media (max-width: 575px) {
    .features-block-image-i-s--10 {
      top: 24px; } }

.features-block-big-bl {
  min-height: 370px;
  height: 370px;
  box-shadow: 0 2px 7px 1px rgba(110, 110, 111, 0.14);
  border: 1px solid #b7c9d7;
  background-color: #f3f6fa;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
  position: relative;
  margin: 0 0 30px;
  padding: 0 15px 49px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  transition: all 0.2s ease-in-out;
  cursor: pointer; }
  @media (max-width: 575px) {
    .features-block-big-bl {
      min-height: 243px;
      height: 243px;
      box-shadow: 0 2px 7px 1px rgba(110, 110, 111, 0.14), 0 2px 7px 1px rgba(110, 110, 111, 0.14);
      padding: 0 15px 34px; } }
  .features-block-big-bl:hover {
    box-shadow: 0 10px 25px 10px rgba(110, 110, 111, 0.48);
    background-color: #004677;
    border: 1px solid #004677; }
    .features-block-big-bl:hover .features-block-big-bl__title {
      color: #fff; }
    .features-block-big-bl:hover .features-block-big-bl__text {
      color: #f3f6fa; }
    .features-block-big-bl:hover .features-block-btn {
      background-color: #fff;
      color: #004677; }
  .features-block-big-bl--big {
    min-height: 307px;
    height: 307px; }
    @media (max-width: 575px) {
      .features-block-big-bl--big {
        min-height: 243px;
        height: 243px; } }
    .features-block-big-bl--big .features-block-big-bl__title {
      margin: 8px auto 28px;
      line-height: 25px;
      font-size: 30px; }
      @media (max-width: 575px) {
        .features-block-big-bl--big .features-block-big-bl__title {
          margin: 0px auto 27px;
          line-height: 32px;
          font-size: 28px;
          max-width: 200px; } }
      @media (max-width: 380px) {
        .features-block-big-bl--big .features-block-big-bl__title {
          font-size: 26px; } }
    .features-block-big-bl--big .features-block-big-bl__text {
      margin: 8px auto 28px;
      line-height: 25px; }
  .features-block-big-bl__title {
    color: #004677;
    font-size: 25px;
    font-weight: 900;
    line-height: 35px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    letter-spacing: 2.5px;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 575px) {
      .features-block-big-bl__title {
        margin: 0px auto 27px;
        line-height: 32px;
        font-size: 28px;
        max-width: 250px; } }
  .features-block-big-bl__text {
    color: #40434e;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    position: relative;
    z-index: 1;
    max-width: 380px;
    margin: 10px auto 17px;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 575px) {
      .features-block-big-bl__text {
        display: none; } }

.features-block-big-bl__title {
  margin-bottom: 14px; }

.features-block-big-bl-btn {
  position: relative;
  z-index: 1; }
  @media (max-width: 575px) {
    .features-block-big-bl-btn .features-block-btn {
      min-width: 250px;
      max-width: 250px; } }
  @media (max-width: 360px) {
    .features-block-big-bl-btn .features-block-btn {
      min-width: 200px;
      max-width: 200px; } }

.how-it-work-stripe {
  min-height: 195px;
  background-image: linear-gradient(-15deg, #0270bd 0%, #004677 100%); }

.how-it-work-stripe-cont {
  max-width: 890px;
  padding: 0 15px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 195px;
  height: 195px; }
  .how-it-work-stripe-cont__text {
    color: #fff !important; }
  .how-it-work-stripe-conth2 {
    color: #fff; }
  .how-it-work-stripe-cont span {
    font-weight: 700; }
  @media (max-width: 767px) {
    .how-it-work-stripe-cont {
      -ms-flex-direction: column;
          flex-direction: column;
      min-height: initial;
      text-align: center;
      padding: 64px 15px 68px;
      height: inherit; }
      .how-it-work-stripe-cont span {
        display: block; }
      .how-it-work-stripe-cont__text {
        margin-bottom: 28px; } }

.industry-individual-content {
  background-color: #fff;
  padding: 51px 0 50px; }
  @media (max-width: 767px) {
    .industry-individual-content {
      padding: 31px 22px 28px; } }
  .industry-individual-content .third-title {
    margin-bottom: 19px; }
  .industry-individual-content__text {
    color: #868a97;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 49px; }
    @media (max-width: 767px) {
      .industry-individual-content__text {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 38px; } }

.block-w-tick {
  color: #868a97;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 25px;
  padding: 0 0 0 44px;
  min-height: 34px;
  position: relative; }
  @media (max-width: 575px) {
    .block-w-tick {
      line-height: 24px;
      margin: 0px 0 9px;
      padding: 4px 0 0 50px; } }
  .block-w-tick:before {
    content: '';
    background: url("/library/images/svg/check-icon.svg") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px; }

.slider-only-text-wrap {
  border-top: 1px solid #dde4ec;
  border-bottom: 1px solid #dde4ec;
  background-color: #f3f6fa;
  padding-top: 57px;
  padding-bottom: 27px; }
  .slider-only-text-wrap .container {
    overflow: inherit; }
  .slider-only-text-wrap .slick-prev {
    background: center url(/library/images/arrow-left.png) no-repeat;
    left: 0; }
  .slider-only-text-wrap .slick-next {
    background: center url(/library/images/arrow-right.png) no-repeat;
    right: 0; }
  .slider-only-text-wrap .slick-arrow {
    top: 27px; }
  @media (max-width: 767px) {
    .slider-only-text-wrap {
      padding-top: 60px;
      padding-bottom: 48px; }
      .slider-only-text-wrap .slick-arrow {
        top: 90px; }
      .slider-only-text-wrap .slick-prev {
        left: 0; }
      .slider-only-text-wrap .slick-next {
        right: 0; } }
  .slider-only-text-wrap .slick-dots {
    list-style: none;
    padding: 0;
    margin: 26px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .slider-only-text-wrap .slick-dots li {
      margin: 0 9px;
      font-size: 0; }
      .slider-only-text-wrap .slick-dots li.slick-active button {
        background-color: #004677; }
      .slider-only-text-wrap .slick-dots li button {
        background-color: #b7c9d7;
        width: 11px;
        height: 11px;
        border: 0;
        border-radius: 50%;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        padding: 0; }
        .slider-only-text-wrap .slick-dots li button:hover {
          background-color: #004677; }
    @media (max-width: 767px) {
      .slider-only-text-wrap .slick-dots {
        margin: 36px 0 0; }
        .slider-only-text-wrap .slick-dots li {
          margin: 0 10px; } }

.slider-only-text-slide {
  color: #40434e;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
  text-align: center; }
  .slider-only-text-slide__text {
    max-width: 910px;
    padding: 0 15px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .slider-only-text-slide__text {
        padding: 0 35px; } }
  .slider-only-text-slide__aut {
    font-weight: 700; }
  @media (max-width: 767px) {
    .slider-only-text-slide {
      font-size: 23px;
      line-height: 28px; } }

.industry-individual-content-btn {
  margin-top: 22px; }
  .industry-individual-content-btn .my-btn--middle {
    max-width: 273px;
    min-width: 273px; }
  @media (max-width: 767px) {
    .industry-individual-content-btn {
      margin-top: 28px; }
      .industry-individual-content-btn .my-btn--middle {
        max-width: 250px;
        min-width: 250px;
        margin: 0 auto; } }
  @media (max-width: 360px) {
    .industry-individual-content-btn .my-btn--middle {
      max-width: 240px;
      min-width: 240px; } }

.glossary-head {
  color: #868a97;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 60px 15px 47px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 767px) {
    .glossary-head__text {
      text-align: center;
      margin-bottom: 30px; } }
  .glossary-head__select {
    min-width: 476px;
    margin: -2px 0 0;
    max-height: 44px; }
    @media (max-width: 1200px) {
      .glossary-head__select {
        min-width: 336px; } }
    @media (max-width: 767px) {
      .glossary-head__select {
        min-width: 100%;
        max-height: 54px; } }
  @media (max-width: 991px) {
    .glossary-head {
      line-height: 25px; } }
  @media (max-width: 767px) {
    .glossary-head {
      -ms-flex-direction: column;
          flex-direction: column;
      font-size: 22px;
      line-height: 28px;
      padding: 27px 0 45px;
      margin-left: -15px;
      margin-right: -15px; } }

.glossary-content-wrap {
  background-color: #fff;
  padding: 0 0 59px; }
  @media (max-width: 767px) {
    .glossary-content-wrap {
      padding: 0 15px 30px; } }

.glossary-block-container {
  background-color: #f3f6fa;
  padding: 70px 66px 35px;
  width: 100%;
  border-radius: 12px; }
  .glossary-block-container .main-title {
    margin: 0 0 19px; }
    @media (max-width: 767px) {
      .glossary-block-container .main-title {
        line-height: 42px;
        margin: 0 0 18px; } }
  @media (max-width: 767px) {
    .glossary-block-container {
      padding: 48px 35px 35px; } }
  .glossary-block-container .main-text {
    max-width: inherit;
    padding: 0 0 1px; }
    .glossary-block-container .main-text p {
      margin: 0 0 30px; }

.glossary-text-wrap {
  padding: 30px 0 0;
  border-top: solid 1px #c4c4c4; }
  @media (max-width: 767px) {
    .glossary-text-wrap {
      margin-top: 5px; } }

.glossary-block-text {
  margin-bottom: 32px; }
  @media (max-width: 767px) {
    .glossary-block-text {
      margin-bottom: 27px; } }

.contact-form-first-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.contact-form-second-block {
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  margin-bottom: 4px; }
  .contact-form-second-block__text {
    width: 50%;
    color: #40434e;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 8px; }
  .contact-form-second-block__input-wrap {
    width: 50%;
    padding: 0 8px;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 575px) {
    .contact-form-second-block {
      -ms-flex-direction: column;
          flex-direction: column;
      margin-bottom: 8px;
      margin-top: 0; }
      .contact-form-second-block__text {
        width: 100%;
        font-size: 22px;
        margin: 0 0 7px; }
      .contact-form-second-block__input-wrap {
        width: 100%; } }

.contact-form {
  max-width: 544px;
  margin: 49px auto 0px;
  padding-bottom: 48px; }
  @media (max-width: 575px) {
    .contact-form {
      border: 1px solid #dde4ec;
      background-color: #f3f6fa;
      padding: 18px 11px 25px; } }

.contact-form-button-wrap {
  padding: 13px 8px 0;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 575px) {
    .contact-form-button-wrap {
      padding: 4px 8px 0;
      max-width: 260px;
      margin: 0 auto; } }

.select-wrap-style {
  height: 54px;
  line-height: 52px;
  width: 100%;
  border: 1px solid #dde4ec;
  background-color: #ffffff;
  position: relative; }
  .select-wrap-style select {
    width: 100%;
    height: 52px;
    padding: 0 8px;
    color: #868a97;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 0;
    border-radius: 0;
    background: transparent; }
  .select-wrap-style:after {
    content: '';
    position: absolute;
    right: 13px;
    background: center url("/library/images/svg/down-arrow.svg") no-repeat;
    background-size: 100% 100%;
    height: 8px;
    width: 10px;
    top: 22px;
    background-size: 100%;
    pointer-events: none; }
  .select-wrap-style.slim {
    height: 37px;
    line-height: 36px; }
    .select-wrap-style.slim select {
      height: 35px; }
    .select-wrap-style.slim:after {
      top: 14px; }
  .select-wrap-style.semi-slim {
    width: 185px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .select-wrap-style.semi-slim {
    width: 185px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .select-wrap-style.semi-slim {
    width: 124px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .select-wrap-style.semi-slim {
    width: 136px; } }
    @media (max-width: 575px) {
      .select-wrap-style.semi-slim {
        width: 100%; } }
    @media (min-width: 576px) {
      .select-wrap-style.semi-slim {
        height: 44px;
        line-height: 44px; }
        .select-wrap-style.semi-slim select {
          height: 42px; }
        .select-wrap-style.semi-slim:after {
          top: 18px;
          right: 6px; } }
  .select-wrap-style.darken {
    border-color: #868a97; }

.checkbox-block input {
  display: none; }

.checkbox-block input:checked + label:after {
  content: '';
  opacity: 1;
  visibility: visible;
  width: 21px;
  height: 19px;
  background: center url(/library/images/select-check-icon-green.png) no-repeat;
  position: absolute;
  left: 3px;
  top: 3px; }
  @media (max-width: 575px) {
    .checkbox-block input:checked + label:after {
      background: center url(/library/images/select-check-icon-green-mob.png) no-repeat;
      background-size: 31px;
      width: 31px;
      height: 28px;
      left: 7px;
      top: 5px; } }

.checkbox-block label {
  position: relative;
  padding-left: 30px;
  color: #40434e;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer; }
  @media (max-width: 575px) {
    .checkbox-block label {
      padding-left: 45px;
      font-size: 22px;
      line-height: 46px; } }
  .checkbox-block label:before {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    border: 1px solid #dde4ec;
    background-color: #ffffff;
    left: 0;
    top: 5px; }
    @media (max-width: 575px) {
      .checkbox-block label:before {
        width: 35px;
        height: 35px; } }

.contact-form-block-wrap {
  background-color: #fff;
  padding-top: 37px;
  padding-bottom: 12px; }
  @media (max-width: 767px) {
    .contact-form-block-wrap {
      padding-top: 29px;
      padding-bottom: 31px;
      overflow: hidden; } }

.contact-form-block-first {
  max-width: 860px;
  margin: 0 auto 30px; }
  @media (max-width: 767px) {
    .contact-form-block-first {
      margin: 0 auto 28px; } }

.checkbox-block {
  margin-right: 26px; }
  @media (max-width: 575px) {
    .checkbox-block {
      margin-right: 48px; } }

.contact-title-mobile {
  color: #40434e;
  font-size: 27px;
  font-weight: 400;
  margin: 0 0 22px;
  padding: 0 8px; }

.pricing-panel-block {
  border: 1px solid #dde4ec;
  background-color: #f3f6fa;
  padding: 36px 27px 34px;
  margin: 0 0 30px; }
  .pricing-panel-block__title {
    color: #40434e;
    font-size: 36px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin: 0 0 20px; }
  @media (max-width: 575px) {
    .pricing-panel-block {
      padding: 19px 7px 34px;
      margin: 0 0 31px; }
      .pricing-panel-block__title {
        margin: 0 0 4px;
        font-size: 28px; } }

.pricing-panel-block-text {
  text-align: center;
  color: #868a97;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 21px; }
  .pricing-panel-block-text ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .pricing-panel-block-text span {
    display: inline-block;
    margin-left: 1px;
    vertical-align: 6px; }
  .pricing-panel-block-text .mob-im {
    display: none; }
  @media (max-width: 575px) {
    .pricing-panel-block-text {
      line-height: 28px;
      font-size: 22px;
      margin-bottom: 20px; }
      .pricing-panel-block-text .desk-im {
        display: none; }
      .pricing-panel-block-text .mob-im {
        display: inline-block;
        vertical-align: -8px; } }

.pricing-panel-block-table {
  padding: 0;
  margin: 0 0 27px;
  width: 100%;
  border: 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dde4ec; }
  .pricing-panel-block-table__head {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .pricing-panel-block-table__head-td {
    background-color: #004677;
    min-height: 51px;
    font-size: 18px;
    font-weight: 700;
    line-height: 51px;
    text-transform: uppercase;
    color: #fff;
    border-right: solid 1px #b7c9d7; }
    .pricing-panel-block-table__head-td:last-child {
      border-right: 0; }
  .pricing-panel-block-table__body-tr {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: solid 1px #dde4ec; }
  .pricing-panel-block-table__body-td {
    color: #868a97;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    border-right: solid 1px #dde4ec;
    min-height: 43px;
    line-height: 43px; }
    @media (max-width: 575px) {
      .pricing-panel-block-table__body-td {
        min-height: 32px;
        line-height: 32px; } }
    @media (max-width: 360px) {
      .pricing-panel-block-table__body-td {
        font-size: 14px; } }
    .pricing-panel-block-table__body-td:last-child {
      border-right: 0; }
  @media (max-width: 575px) {
    .pricing-panel-block-table {
      margin: 0 0 20px; } }

.pricing-panel-block-table-footer {
  color: #40434e;
  font-size: 18px;
  font-weight: 700;
  min-height: 41px;
  line-height: 41px; }
  .pricing-panel-block-table-footer a {
    color: #40434e;
    text-decoration: none; }
    .pricing-panel-block-table-footer a:hover {
      text-decoration: underline; }
    .pricing-panel-block-table-footer a:focus, .pricing-panel-block-table-footer a:active {
      color: #40434e; }

.pricing-wrap {
  background-color: #fff;
  padding: 64px 0 30px; }
  @media (max-width: 575px) {
    .pricing-wrap {
      padding: 44px 0 0; } }
  .pricing-wrap .left-block {
    padding-left: 0; }
    @media (max-width: 991px) {
      .pricing-wrap .left-block {
        padding-left: 15px; } }
  .pricing-wrap .right-block {
    padding-right: 0; }
    @media (max-width: 991px) {
      .pricing-wrap .right-block {
        padding-right: 15px; } }

.pricing-panel-block-footer {
  text-align: center;
  color: #868a97;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; }
  @media (max-width: 991px) {
    .pricing-panel-block-footer {
      font-size: 22px; } }

@media (max-width: 575px) {
  .pricing-second-section .left-block {
    padding: 0; } }

.pricing-second-section .pricing-panel-block {
  padding-top: 44px;
  padding-bottom: 25px; }
  @media (max-width: 575px) {
    .pricing-second-section .pricing-panel-block {
      padding: 29px 15px 34px;
      border-left: 0;
      border-right: 0;
      margin: 0; }
      .pricing-second-section .pricing-panel-block__title {
        margin-bottom: 7px;
        padding-left: 15px;
        padding-right: 15px; } }

@media (max-width: 575px) {
  .pricing-second-section .pricing-panel-block-text {
    margin-bottom: 26px;
    padding-left: 15px;
    padding-right: 15px; } }

.pricing-second-section .pricing-panel-block-text img {
  cursor: pointer; }
  .pricing-second-section .pricing-panel-block-text img:hover {
    opacity: .8; }
  .pricing-second-section .pricing-panel-block-text img:focus, .pricing-second-section .pricing-panel-block-text img:active {
    opacity: 1; }

.pricing-tab {
  max-width: 511px;
  margin: -2px auto 0; }
  .pricing-tab .jq-selectbox__select-text {
    text-align: center;
    font-size: 18px; }
  .pricing-tab__price-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 36px;
    padding: 0 0 0 30px; }
    @media (max-width: 575px) {
      .pricing-tab__price-block {
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 0 8px 0;
        margin-top: 26px; } }
  .pricing-tab__price-block-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #20bf55; }
    @media (max-width: 575px) {
      .pricing-tab__price-block-price {
        margin: 0 0 29px; } }
  .pricing-tab__span {
    color: #40434e; }
  .pricing-tab .jq-selectbox__select {
    border: 1px solid #dde4ec;
    background-color: #ffffff; }
  .pricing-tab .nav-tabs {
    border: 0;
    margin: 0 0 23px;
    border-radius: 12px;
    overflow: hidden; }
    @media (max-width: 575px) {
      .pricing-tab .nav-tabs {
        border-radius: 6px;
        margin: 0 0 30px; } }
  .pricing-tab .nav-item {
    margin: 0;
    width: 50%;
    text-align: center;
    border-radius: 0; }
  .pricing-tab .nav-link {
    height: 52px;
    color: #fff;
    border: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: inset 0 1px 8px rgba(31, 30, 30, 0.08);
    background-color: #b7c9d7;
    letter-spacing: 2.5px; }
    @media (max-width: 575px) {
      .pricing-tab .nav-link {
        height: 45px;
        line-height: 32px;
        font-size: 12px;
        letter-spacing: 1px; } }
    .pricing-tab .nav-link.active {
      background-color: #20bf55;
      box-shadow: none;
      color: #fff; }

.price-page-select-wrap {
  margin-bottom: 45px; }
  @media (max-width: 575px) {
    .price-page-select-wrap {
      margin-bottom: 36px; } }

.price-select-block {
  margin-bottom: 13px; }
  @media (max-width: 575px) {
    .price-select-block {
      margin-bottom: 16px; } }

.pricing-panel-block-link-wrap {
  text-align: center; }
  .pricing-panel-block-link-wrap a {
    color: #868a97;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px; }
    .pricing-panel-block-link-wrap a:hover {
      text-decoration: underline; }

.container {
  overflow: hidden; }

.contact-information-form {
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 9px 30px 5px rgba(110, 110, 111, 0.2);
  border-radius: 12px;
  background-color: #f3f6fa;
  max-width: 960px;
  margin: 35px auto;
  overflow: hidden; }
  @media (max-width: 767px) {
    .contact-information-form {
      box-shadow: none;
      border-radius: 0;
      -ms-flex-direction: column;
          flex-direction: column;
      margin: 2px auto 10px; } }

.contact-information-form-r {
  background-color: #ffffff;
  min-width: 291px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  padding: 72px 0 88px; }
  @media (max-width: 1199px) {
    .contact-information-form-r {
      min-width: 261px; } }
  @media (max-width: 991px) {
    .contact-information-form-r {
      min-width: 210px; } }
  @media (max-width: 767px) {
    .contact-information-form-r {
      -ms-flex-order: 1;
          order: 1;
      padding: 0 0 22px;
      font-size: 22px; }
      .contact-information-form-r span {
        padding-right: 6px; } }

.contact-information-form-wrap {
  background: #fff;
  padding: 36px 0 25px;
  font-weight: 400; }
  @media (max-width: 767px) {
    .contact-information-form-wrap {
      padding: 0 0 13px; } }
  .contact-information-form-wrap .container {
    overflow: initial; }

.contact-right-block__image {
  text-align: center; }

.contact-right-block__title {
  color: #004677;
  font-weight: 700;
  line-height: 30px;
  margin-top: 26px;
  margin-bottom: 6px; }
  @media (max-width: 767px) {
    .contact-right-block__title {
      margin-bottom: 4px; } }

.contact-right-block__text {
  text-align: center;
  color: #868a97;
  line-height: 31px;
  margin: 0 0 30px; }
  @media (max-width: 767px) {
    .contact-right-block__text {
      font-size: 17px;
      line-height: 25px;
      margin: 0 0 6px; } }

.contact-right-block__price {
  text-align: center;
  color: #20bf55;
  font-weight: 700; }
  @media (max-width: 767px) {
    .contact-right-block__price {
      font-size: 18px; } }

.contact-right-block-bottom__text {
  color: #868a97;
  line-height: 30px; }

.contact-right-block-bottom strong {
  font-weight: 700; }

.contact-information-form-l-btn {
  padding: 0 34px 44px 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  @media (max-width: 767px) {
    .contact-information-form-l-btn {
      -ms-flex-pack: center;
          justify-content: center;
      padding-right: 0;
      margin: 14px 0 0;
      padding: 0 0 27px 0; } }

.contact-information-form-l {
  padding: 42px 50px; }
  .contact-information-form-l .input-block {
    font-size: 15px; }
  .contact-information-form-l .input-block__input {
    padding: 0 13px;
    color: #868a97; }
  .contact-information-form-l__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 569px; }
    @media (max-width: 991px) {
      .contact-information-form-l__form {
        width: 440px; } }
    @media (max-width: 767px) {
      .contact-information-form-l__form {
        width: 100%; } }
  .contact-information-form-l .checkbox-block label {
    color: #868a97; }
  .contact-information-form-l .input-block__name {
    color: #868a97; }
  @media (max-width: 991px) {
    .contact-information-form-l {
      padding: 42px 20px; } }
  @media (max-width: 767px) {
    .contact-information-form-l {
      -ms-flex-order: 2;
          order: 2;
      padding: 23px 20px 33px; } }
  @media (max-width: 575px) {
    .contact-information-form-l .checkbox-block {
      margin: 0; }
      .contact-information-form-l .checkbox-block label {
        padding-left: 49px;
        font-size: 17px;
        line-height: 23px; } }
  @media (max-width: 575px) {
    .contact-information-form-l .input-block__select-block {
      max-height: 83px; } }

.contact-information-form .input-block {
  padding: 0 5px; }

.contact-form-title {
  color: #40434e;
  font-size: 36px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 19px; }
  @media (max-width: 767px) {
    .contact-form-title {
      font-size: 27px;
      margin: 0 0 27px; } }

@media (max-width: 767px) {
  .contact-right-block-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 auto; }
    .contact-right-block-bottom .contact-right-block-bottom__text {
      line-height: 24px; } }

.faq-content-wrap {
  background-color: #fff;
  padding: 59px 0 17px; }
  @media (max-width: 575px) {
    .faq-content-wrap {
      padding: 27px 0 17px; } }

.faq-content-block__title {
  color: #40434e;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 13px; }
  @media (max-width: 575px) {
    .faq-content-block__title {
      font-size: 28px;
      margin: 0 0 25px; } }

.faq-content-block .card {
  border: 0;
  color: #868a97;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 30px;
  padding-left: 27px;
  margin: 0 0 33px; }
  @media (max-width: 575px) {
    .faq-content-block .card {
      font-size: 21px;
      line-height: 28px;
      padding-left: 32px;
      margin: 0 0 25px; } }
  .faq-content-block .card:last-child {
    margin: 0 0 61px; }
    @media (max-width: 575px) {
      .faq-content-block .card:last-child {
        margin: 0 0 50px; } }

@media (max-width: 575px) {
  .faq-content-block:last-child .card:last-child {
    margin: 0 0 10px; } }

.faq-content-block .card-block {
  padding: 0;
  padding-top: 5px;
  padding-left: 4px; }
  @media (min-width: 768px) {
    .faq-content-block .card-block {
      padding-top: 22px; } }

.faq-content-block .card-header {
  border: 0;
  background: inherit;
  padding: 0;
  position: relative;
  letter-spacing: 0; }
  @media (max-width: 575px) {
    .faq-content-block .card-header {
      margin-bottom: 25px; } }
  .faq-content-block .card-header a {
    font-weight: 700;
    color: #868a97;
    font-size: 18px; }
    @media (max-width: 575px) {
      .faq-content-block .card-header a {
        font-size: 24px;
        line-height: 28px; } }
    .faq-content-block .card-header a:hover {
      color: #868a97;
      opacity: .7; }
    .faq-content-block .card-header a:focus, .faq-content-block .card-header a:active {
      color: #868a97; }
    .faq-content-block .card-header a.collapsed:after {
      background: center url("/library/images/faq-icon-plus.png") no-repeat;
      background-size: 17px; }
      @media (max-width: 575px) {
        .faq-content-block .card-header a.collapsed:after {
          background-size: 23px; } }
    .faq-content-block .card-header a:after {
      content: '';
      width: 17px;
      height: 17px;
      background: center url("/library/images/faq-icon-minus.png") no-repeat;
      background-size: 17px;
      position: absolute;
      left: -26px;
      top: 4px; }
      @media (max-width: 575px) {
        .faq-content-block .card-header a:after {
          background-size: 23px;
          width: 23px;
          height: 23px;
          left: -31px; } }

.simple-block-w-text {
  background-color: #fff;
  padding: 87px 0 55px; }
  @media (max-width: 575px) {
    .simple-block-w-text {
      padding: 30px 36px 54px; } }
  .simple-block-w-text .third-title {
    font-weight: 700;
    margin: 0 0 10px; }
    @media (max-width: 575px) {
      .simple-block-w-text .third-title {
        margin: 0 0 22px; } }
    .simple-block-w-text .third-title--non-bold {
      font-weight: 400; }
  .simple-block-w-text .main-text {
    max-width: inherit;
    color: #868a97; }
  .simple-block-w-text .simple-block-w-text__title-second {
    font-weight: 700;
    color: #40434e; }
  .simple-block-w-text__title-second {
    margin: 0 0 5px; }
    @media (max-width: 575px) {
      .simple-block-w-text__title-second {
        margin: 0 0 30px; } }
  .simple-block-w-text__text {
    margin: 0 0 30px; }
    @media (max-width: 575px) {
      .simple-block-w-text__text {
        margin: 0 0 51px; } }

.simple-block-w-text-btn {
  margin: 47px 0 0; }
  @media (max-width: 575px) {
    .simple-block-w-text-btn {
      margin: 37px 0 0; } }
  .simple-block-w-text-btn .my-btn--big {
    min-width: 258px;
    max-width: 258px; }
    @media (max-width: 575px) {
      .simple-block-w-text-btn .my-btn--big {
        margin: 0 auto;
        min-width: 250px;
        max-width: 250px; } }

.login-link-wrap {
  width: 100%;
  margin: 33px 0 32px;
  padding: 0 0 0 12px; }
  @media (max-width: 767px) {
    .login-link-wrap {
      margin-top: 0;
      padding-left: 0; }
      .login-link-wrap .login-link-block {
        margin: 0; } }

.login-link-block {
  margin-bottom: 6px; }
  .login-link-block__link {
    color: #004677;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px; }
    .login-link-block__link:hover {
      text-decoration: underline; }

.login-form-cont .contact-information-form-l {
  padding: 42px 55px 0; }
  @media (max-width: 767px) {
    .login-form-cont .contact-information-form-l {
      padding: 24px 20px 30px;
      border: 1px solid #dde4ec; }
      .login-form-cont .contact-information-form-l .contact-information-form-l__form {
        -ms-flex-direction: column;
            flex-direction: column; } }

.login-form-cont .contact-information-form-r {
  padding: 72px 0 38px; }
  @media (max-width: 767px) {
    .login-form-cont .contact-information-form-r {
      padding: 0px 0 31px; } }

.login-l-btn {
  margin-top: 31px;
  width: 100%; }
  @media (max-width: 767px) {
    .login-l-btn {
      margin: 29px auto 45px; }
      .login-l-btn .my-btn {
        margin: 0 auto; } }

.login-input-block .input-block {
  min-width: 346px;
  margin-top: 41px;
  padding: 0; }
  @media (max-width: 767px) {
    .login-input-block .input-block {
      min-width: 100%;
      margin-top: -1px; } }

.login-input-block:nth-child(2) .input-block {
  margin-top: 18px; }
  @media (max-width: 767px) {
    .login-input-block:nth-child(2) .input-block {
      margin-top: 0; } }

.login-interface-wrap {
  padding: 0 0 28px;
  background-color: #fff; }
  .login-interface-wrap .container {
    overflow: inherit; }
  .login-interface-wrap .my-btn--middle {
    height: 35px;
    border-radius: 6px;
    line-height: 33px; }
    @media (max-width: 991px) {
      .login-interface-wrap .my-btn--middle {
        height: 45px;
        line-height: 43px; } }
  .login-interface-wrap .jq-selectbox__select {
    border: 1px solid #dde4ec;
    background-color: #ffffff; }

.login-interface-head-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 20px 0; }
  .login-interface-head-btn .my-btn--middle {
    min-width: 190px;
    max-width: 190px;
    margin: 0 0 0 22px; }
  @media (max-width: 991px) {
    .login-interface-head-btn {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 20px 0 8px; }
      .login-interface-head-btn .my-btn--middle {
        min-width: 250px;
        max-width: 250px;
        margin: 0 0 15px; } }

.login-interface-panel {
  border-radius: 12px;
  border: 1px solid #dde4ec;
  background-color: #f3f6fa; }
  .login-interface-panel .jq-selectbox__select-text {
    color: #40434e;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px; }
    @media (max-width: 991px) {
      .login-interface-panel .jq-selectbox__select-text {
        font-size: 18px;
        border-radius: 6px;
        color: #868a97; } }
  .login-interface-panel .jq-selectbox__select {
    line-height: 31px;
    height: 35px; }
    @media (max-width: 991px) {
      .login-interface-panel .jq-selectbox__select {
        line-height: 37px;
        height: 40px;
        border: 1px solid #dde4ec; } }
  .login-interface-panel .jq-selectbox__trigger {
    right: 8px; }
    @media (max-width: 991px) {
      .login-interface-panel .jq-selectbox__trigger {
        right: 12px;
        top: 1px; } }

.login-interface-panel-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #dde4ec;
  -ms-flex-align: center;
      align-items: center;
  min-height: 63px;
  border-radius: 12px 12px 0 0;
  padding: 0 19px 0 37px; }
  .login-interface-panel-head__title {
    color: #40434e;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px; }
    @media (max-width: 991px) {
      .login-interface-panel-head__title {
        font-size: 28px;
        margin-top: 0px;
        margin-bottom: 23px;
        border-radius: 6px 6px 0 0; } }

.login-interface-panel-body-head {
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  padding: 30px 0 27px; }
  .login-interface-panel-body-head__title {
    color: #40434e;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: -6px 0 0; }
    @media (max-width: 991px) {
      .login-interface-panel-body-head__title {
        font-size: 23px;
        color: #868a97; } }
  @media (max-width: 991px) {
    .login-interface-panel-body-head {
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 21px 0 23px;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 0 auto; } }

.login-interface-panel-body-head-select {
  min-width: 207px;
  max-height: 35px;
  margin: 0 20px 0 22px; }
  @media (max-width: 991px) {
    .login-interface-panel-body-head-select {
      min-width: 470px;
      max-height: 40px;
      margin: 4px auto 15px; } }
  @media (max-width: 767px) {
    .login-interface-panel-body-head-select {
      min-width: 250px; } }

.login-interface-panel-body-head-btn .my-btn--middle {
  min-width: 170px;
  max-width: 170px; }
  @media (max-width: 991px) {
    .login-interface-panel-body-head-btn .my-btn--middle {
      min-width: 250px;
      max-width: 250px; } }

.login-interface-panel-head-f-sel {
  max-height: 35px;
  min-width: 169px;
  margin: 0 51px 0 0; }

.login-interface-panel-head-sel {
  min-width: 130px;
  max-height: 35px;
  margin: 0 0 0 13px; }
  @media (max-width: 991px) {
    .login-interface-panel-head-sel {
      min-width: 470px;
      margin: 0;
      max-height: 40px; } }
  @media (max-width: 767px) {
    .login-interface-panel-head-sel {
      min-width: 250px; } }
  @media (max-width: 575px) {
    .login-interface-panel-head-sel {
      min-width: 145px; } }
  @media (max-width: 340px) {
    .login-interface-panel-head-sel {
      min-width: 115px; } }

.login-interface-panel-head-select {
  display: -ms-flexbox;
  display: flex;
  max-width: 497px; }

.login-interface-panel-head-s-sel {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .login-interface-panel-head-s-sel {
      padding: 0 20px;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  @media (max-width: 340px) {
    .login-interface-panel-head-s-sel {
      padding: 0 10px; } }

.login-interface-panel-head-link {
  color: #40434e;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  letter-spacing: 2.5px;
  cursor: pointer; }
  .login-interface-panel-head-link:hover {
    opacity: .75; }
  @media (max-width: 991px) {
    .login-interface-panel-head-link {
      font-size: 17px;
      line-height: 40px;
      letter-spacing: 0; } }
  .login-interface-panel-head-link span {
    margin-top: -3px; }
  .login-interface-panel-head-link--right {
    margin-left: 16px; }
    .login-interface-panel-head-link--right span {
      padding: 0 0 0 5px; }
      @media (max-width: 991px) {
        .login-interface-panel-head-link--right span {
          padding: 0 0 0 9px; } }
    @media (max-width: 991px) {
      .login-interface-panel-head-link--right {
        margin-left: 0; } }
  .login-interface-panel-head-link--left span {
    padding: 0 10px 0 0; }
    @media (max-width: 991px) {
      .login-interface-panel-head-link--left span {
        padding: 0 7px 0 0; } }

.login-interface-table {
  padding: 0 37px 34px; }
  .login-interface-table label {
    padding-left: 15px;
    margin: 0; }
  .login-interface-table .checkbox-block {
    margin: 0;
    line-height: 0;
    font-size: 0; }
    .login-interface-table .checkbox-block label {
      line-height: 0;
      height: 18px; }
      .login-interface-table .checkbox-block label:before {
        width: 18px;
        height: 18px;
        top: 0; }
    .login-interface-table .checkbox-block input:checked + label:after {
      width: 18px;
      height: 17px;
      background-size: 18px;
      top: 0; }

.login-interface-table-head {
  background-color: #868a97;
  border: 1px solid #b7c9d7;
  display: -ms-flexbox;
  display: flex; }

.login-interface-table-head-block {
  padding: 6px 17px 5px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-right: solid 1px #b7c9d7;
  width: 21%;
  text-align: center; }
  .login-interface-table-head-block:last-child {
    border: 0;
    width: 11%; }
  .login-interface-table-head-block:first-child {
    padding: 10px 17px 0;
    width: 54px; }

.login-interface-table-line {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dde4ec;
  border-bottom: 0;
  background-color: #ffffff; }
  .login-interface-table-line:last-child {
    border-bottom: 1px solid #dde4ec; }

.login-interface-table-line-block {
  padding: 4px 7px 7px;
  color: #40434e;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  border-right: solid 1px #dde4ec;
  width: 21%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  .login-interface-table-line-block:last-child {
    border: 0;
    width: 11%; }
  .login-interface-table-line-block:first-child {
    width: 54px;
    padding: 7px 7px 0; }
  .login-interface-table-line-block__link {
    color: #004677;
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline; }
    .login-interface-table-line-block__link:hover {
      text-decoration: none; }

.dop-header {
  max-width: 1200px;
  margin: 0 auto 4px;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px; }

.dop-header-bl {
  margin: 0 37px 0 0; }
  .dop-header-bl__link {
    color: #004677;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px; }
    .dop-header-bl__link:hover {
      opacity: .75; }

.login-interface-table-mobile {
  margin: 0 0 25px; }

.login-interface-table-mobile-text {
  display: -ms-flexbox;
  display: flex;
  font-family: "Source Sans Pro", sans-serif;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 2px; }
  .login-interface-table-mobile-text__label {
    color: #868a97;
    font-size: 12px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .login-interface-table-mobile-text__label {
        font-size: 13px;
        line-height: 0;
        min-width: 108px; } }

.panel-mobile-bottom .login-interface-panel-head-s-sel {
  margin: 0 0 5px; }

.login-interface-table-mobile-text-t {
  color: #868a97;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px; }
  .login-interface-table-mobile-text-t__link {
    color: #004677;
    font-weight: 700;
    text-decoration: underline; }

.login-interface-table-mobile-line {
  padding: 8px 18px 5px; }
  .login-interface-table-mobile-line--grey {
    background-color: #dde4ec; }

.login-interface-table-mobile-checkbox .checkbox-block {
  margin-right: 0; }

.login-interface-table-mobile-checkbox label {
  color: #004677;
  font-weight: 700;
  text-decoration: underline;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif; }
  @media (max-width: 991px) {
    .login-interface-table-mobile-checkbox label {
      font-size: 23px;
      padding-left: 41px;
      margin: 0 0 4px; } }

.select-all-mobile {
  margin-top: 27px;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 4px; }
  .select-all-mobile .checkbox-block label {
    padding-left: 40px;
    font-size: 24px;
    margin: 0 0 4px;
    color: #868a97; }
