@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap");
html,
body {
  margin: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #001936;
  background-color: #fff; }

a,
button,
.form-control {
  outline: none !important;
  -webkit-transition: all 0.35s ease-in !important;
  -o-transition: all 0.35s ease-in !important;
  transition: all 0.35s ease-in !important; }

a {
  color: #3E95FB;
  text-decoration: none !important; }

.navbar {
  padding: 16px 10px; }

.navbar-brand {
  margin-right: 42px; }

.navbar-toggler {
  font-size: unset;
  outline: none; }

.navbar-nav .nav-link {
  text-align: center;
  color: #001936; }
  .navbar-nav .nav-link.active {
    color: #3E95FB; }
  .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
    color: #3E95FB; }

.navbar-nav .active > .nav-link,
.navbar-nav .show > .nav-link {
  color: #3E95FB; }

.btn-group-lg > .btn,
.btn-lg {
  padding: 11px 25px;
  font-size: 16px;
  border-radius: 100px; }

.btn-primary {
  color: #fff;
  background-color: #3E95FB;
  border-color: #3E95FB; }

.btn-outline-primary {
  color: #3E95FB;
  border-color: #3E95FB; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #3E95FB;
    border-color: #3E95FB; }

.btn-outline-white {
  color: #fff;
  border-color: #fff; }
  .btn-outline-white:hover {
    color: #fff;
    border-color: #fff;
    opacity: .5; }

::-webkit-input-placeholder {
  font-weight: 300 !important;
  color: #98A9BC !important; }

::-moz-placeholder {
  font-weight: 300 !important;
  color: #98A9BC !important; }

:-ms-input-placeholder {
  font-weight: 300 !important;
  color: #98A9BC !important; }

::-ms-input-placeholder {
  font-weight: 300 !important;
  color: #98A9BC !important; }

::placeholder {
  font-weight: 300 !important;
  color: #98A9BC !important; }

.form-control {
  padding: 12px 15px;
  height: auto;
  font-size: 14px;
  border-color: #E8ECEF; }
  .form-control:focus {
    border-color: #3E95FB;
    -webkit-box-shadow: none;
            box-shadow: none; }

.form-text {
  margin-top: 7px;
  color: #8B90A0; }

.input-group .input-group-text {
  background-color: #fff;
  border-color: #E8ECEF;
  border-left: none;
  border-radius: 0 0.25rem 0.25rem 0 !important; }

.custom-control-input {
  width: 24px;
  height: 24px; }
  .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #3E95FB;
    background-color: #3E95FB; }

.custom-control-label {
  padding-left: 10px;
  font-weight: 300 !important;
  line-height: 24px; }
  .custom-control-label::before {
    top: -1px;
    width: 24px;
    height: 24px;
    border-color: #E8ECEF;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .custom-control-label::after {
    top: -1px;
    width: 24px;
    height: 24px; }

.form-group.has-error .form-control,
.form-group.has-error .input-group .input-group-text {
  border-color: red; }

.custom-checkbox.has-error .custom-control-label::before {
  border-color: red; }

.help-block-error {
  font-size: 12px;
  color: red; }

.font-blue {
  color: #3E95FB;
  font-weight: 500; }

[class^="flaticon-"] {
  position: relative;
  line-height: 1; }

section {
  padding: 32px 0 40px; }
  section .content-header {
    margin-bottom: 36px; }
    section .content-header h1,
    section .content-header h2 {
      position: relative;
      display: inline-block;
      color: #3E95FB; }
      section .content-header h1:before,
      section .content-header h2:before {
        position: absolute;
        content: '';
        top: -2px;
        left: -webkit-calc(50% - 27px);
        left: calc(50% - 27px);
        width: 54px;
        height: 1px;
        background-color: #3E95FB; }
    section .content-header h1 {
      font-size: 36px; }
    section .content-header h2 {
      font-size: 24px;
      line-height: 1.4; }
  section article {
    padding: 0 10px; }
    section article .block {
      margin-bottom: 42px; }
    section article h4 {
      position: relative;
      padding: 0 48px;
      color: #3E95FB;
      line-height: 1.4; }
      section article h4:before {
        position: absolute;
        content: '';
        top: 16px;
        left: 0;
        width: 32px;
        height: 1px;
        background-color: #3E95FB; }
    section article p,
    section article ul {
      margin: 20px 0 26px;
      line-height: 26px;
      font-weight: normal;
      font-size: 15px; }
  section .news {
    padding: 0 10px 15px; }
    section .news .card {
      margin-bottom: 35px;
      background-color: transparent;
      border: none;
      border-radius: 5px;
      -webkit-transition: all 0.35s ease-in;
      -o-transition: all 0.35s ease-in;
      transition: all 0.35s ease-in; }
      section .news .card:hover {
        -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
                box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); }
    section .news .card-body {
      padding: 30px 32px 22px; }
    section .news .card-title {
      margin-bottom: 16px;
      font-size: 18px;
      line-height: 1.2; }
    section .news .card-text {
      margin-bottom: 16px;
      font-size: 15px;
      line-height: 1.2; }
    section .news .card-date {
      font-size: 12px;
      line-height: 1;
      color: rgba(39, 56, 68, 0.6); }
    section .news .card-link {
      font-size: 14px; }
      section .news .card-link i {
        top: -1px;
        margin-left: 10px; }
        section .news .card-link i:before {
          font-size: 10px; }
  section .faq {
    margin-top: 8px;
    margin-bottom: 42px;
    padding: 0 10px; }
    section .faq .card {
      background-color: transparent;
      border: none;
      border-radius: 0; }
    section .faq .card-header {
      padding: 2px 0 5px;
      line-height: 24px;
      background-color: transparent;
      border-top: 1px solid #DBE2EB;
      border-bottom: none; }
      section .faq .card-header:first-child {
        border-radius: 0; }
      section .faq .card-header h2 {
        margin: 10px 0;
        line-height: 24px; }
      section .faq .card-header .btn {
        padding: 0;
        width: 100%;
        text-align: left; }
      section .faq .card-header .btn-link {
        font-size: 18px;
        line-height: 24px;
        color: #3E95FB;
        padding-right: 40px;
        text-decoration: none; }
        section .faq .card-header .btn-link i {
          position: absolute;
          top: 19px;
          right: 0;
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          -webkit-transition: all 0.35s ease-in;
          -o-transition: all 0.35s ease-in;
          transition: all 0.35s ease-in; }
          section .faq .card-header .btn-link i:before {
            font-size: 16px; }
        section .faq .card-header .btn-link.collapsed {
          color: #001936; }
          section .faq .card-header .btn-link.collapsed i {
            -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                    transform: rotate(90deg); }
    section .faq .card-body {
      padding: 2px 0 20px;
      font-size: 15px;
      line-height: 1.5; }
  section .contacts {
    padding: 25px 10px; }
    section .contacts .content-header {
      margin-bottom: 17px; }
    section .contacts .nav-link {
      padding: 12px 0;
      color: #001936; }
      section .contacts .nav-link:hover {
        color: #3E95FB; }
      section .contacts .nav-link:hover svg {
        fill: #3E95FB; }
      section .contacts .nav-link i {
        top: 3px;
        margin: 0 10px 0 5px;
        font-size: 24px; }
      section .contacts .nav-link img {
        margin: -1px 10px 0 5px; }
      section .contacts .nav-link svg {
        margin: 0 10px 0 5px;
        transition: all 0.35s ease-in; }
    section .contacts form {
      padding: 46px 65px 75px;
      -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
              box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
      border-radius: 20px; }
      section .contacts form .header {
        margin-bottom: 30px;
        text-align: center; }
        section .contacts form .header h4 {
          font-weight: normal;
          font-size: 24px;
          letter-spacing: .2px; }
      section .contacts form label {
        margin-bottom: 13px; }
      section .contacts form .form-control {
        padding: 14px 15px; }
      section .contacts form .btn {
        margin-top: 10px;
        width: 270px; }
  section .form {
    margin-top: 5px;
    padding: 35px 30px 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 15px; }
    section .form h1 {
      margin: 0 0 11px;
      text-align: center;
      font-size: 32px;
      font-weight: 500;
      line-height: 48px; }
    section .form p {
      line-height: 24px; }
    section .form .form-group {
      margin-bottom: 20px; }
    section .form label {
      font-weight: 500; }
    section .form a {
      margin-top: 2px; }
    section .form .btn {
      margin-top: 29px;
      padding: 13px 25px;
      font-size: 14px; }
  section .integration {
    margin: 0 10px 42px;
    padding: 50px 0; }
    section .integration .title {
      font-size: 24px;
      font-weight: 500; }
    section .integration .items {
      margin-top: 77px;
      margin-bottom: 77px; }
    section .integration .item {
      margin-top: 38px;
      margin-bottom: 38px;
      font-size: 18px; }
      section .integration .item .item-title {
        padding-left: 35px;
        line-height: 1.4; }
        section .integration .item .item-title:before {
          position: absolute;
          content: '';
          top: 12px;
          left: 15px;
          width: 20px;
          height: 1px;
          background-color: #001936; }
      section .integration .item i {
        top: -1px;
        margin-left: 10px; }
        section .integration .item i:before {
          font-size: 16px; }
  section .error {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    width: 100%;
    height: 550px;
    background: url("../../img/merchant/error.svg") no-repeat center; }
    section .error .error-title {
      padding-top: 75px;
      font-size: 34px;
      font-weight: 500; }
    section .error .error-message {
      padding-top: 5px;
      font-size: 18px;
      line-height: 21px; }
    section .error .btn {
      margin-bottom: -30px; }

footer {
  padding: 175px 0 30px;
  color: #fff;
  background: url("../../img/merchant/footer.svg") no-repeat center top;
  background-size: cover;
}
  footer .info {
    margin-top: 40px;
    line-height: 24px; }
  footer .title {
    margin-top: 5px;
    font-weight: 900;
    letter-spacing: 0.75px;
    text-transform: uppercase; }
  footer .nav {
    margin-top: 10px; }
    footer .nav .nav-item:first-child .nav-link {
      padding-left: 0; }
    footer .nav .nav-item:last-child .nav-link {
      padding-right: 0; }
    footer .nav .nav-item.active .nav-link {
      opacity: 1; }
    footer .nav .nav-link {
      padding: 10px 0;
      color: #fff;
      opacity: .5; }
      footer .nav .nav-link:hover {
        opacity: 1; }
      footer .nav .nav-link i,
      footer .nav .nav-link svg {
        top: 2px;
        margin-right: 10px; }
        footer .nav .nav-link i::before {
          font-size: 18px; }
      footer .nav.socials [class^="flaticon-instagram"]::before {
        font-size: 17px; }
  footer .nav.socials {
    margin-top: 17px; }
    footer .nav.socials .nav-link {
      padding-left: 3px;
      padding-right: 3px; }
    footer .nav.socials [class^="flaticon-google-plus"],
    footer .nav.socials [class^="flaticon-vk"] {
      top: 1px; }
      footer .nav.socials [class^="flaticon-google-plus"]:before,
      footer .nav.socials [class^="flaticon-vk"]:before {
        font-size: 26px; }
    footer .nav.socials [class^="flaticon-google"] {
      margin-right: 5px; }
    footer .nav.socials [class^="flaticon-facebook"] {
      top: 4px; }
    footer .nav.socials [class^="flaticon-telegram"] {
      top: 5px; }
    footer .nav.socials [class^="flaticon-instagram"] {
      top: 6px; }
    footer .nav.socials [class^="flaticon-facebook"]:before {
      font-size: 18px; }
    footer .nav.socials [class^="flaticon-twitter"] {
      top: 4px; }
      footer .nav.socials [class^="flaticon-twitter"]:before {
        font-size: 21px; }
    footer .nav.socials [class^="flaticon-youtube"]:before {
      font-size: 24px; }
  footer .btn-lg {
    margin-top: 17px;
    padding: 12px 25px;
    font-size: 14px;
    opacity: .5; }
    footer .btn-lg:hover {
      opacity: 1; }

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px; } }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 24px;
    padding-left: 24px; } }

@media (max-width: 576px) {
  section .contacts form {
    padding: 20px 15px;
  }
}


.lds-roller {
  margin: 30px 0;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  zoom: 1.7;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3E95FB;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
section .check-payment {
  text-align: center;
}
section .check-payment .message {
  padding-top: 75px;
  font-size: 34px;
  font-weight: 500;
}
