body {
  font-family: "Onest";
  background-image: url(../images/home.png);
  background-repeat: no-repeat;
  background-position: top left;
}
body a.active.focus, body a.active:focus, body a.focus, body a:active.focus, body a:active:focus, body a:focus, body a:hover, body button.active.focus, body button.active:focus, body button.focus, body button:active.focus, body button:active:focus, body button:focus, body .btn.active.focus, body .btn.active:focus, body .btn.focus, body .btn:active.focus, body .btn:active:focus, body .btn:focus, body input.active.focus, body input.active:focus, body input.focus, body input:active.focus, body input:active:focus, body input:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
  text-decoration: none;
}
body a {
  text-decoration: none;
}
body .container {
  max-width: 1217px;
  padding: 0 10px;
}
body header {
  padding: 19px 0 0;
}
body header .main-menu {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  justify-content: center;
}
body header .main-menu li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 56px;
  color: #727272;
  padding: 0;
  transition: all 0.3s;
}
body header .main-menu li a:hover {
  color: #014074;
}
body header .login {
  height: 56px;
  border: 1px solid #014074;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #014074;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s;
}
body header .login:hover {
  color: #fff;
  background: #014074;
}
body header .login-responsive {
  display: block;
}
body #hero-section .row {
  background-image: url(../images/hero-section.png);
  background-repeat: no-repeat;
  background-position: top 93px right -39px;
  padding: 128px 0 100px;
}
body #hero-section h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  color: #018FD0;
  margin-bottom: 26px;
}
body #hero-section h1 span {
  text-transform: lowercase;
  display: block;
  font-size: 26px;
}
body #hero-section p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #727272;
  margin-bottom: 49px;
}
body #hero-section .consultation {
  height: 56px;
  border: 1px solid #014074;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  background: #014074;
  width: max-content;
  padding: 0 24px;
}
body #hero-section .consultation:hover {
  color: #014074;
  background: #fff;
}
body .blue-text-section {
  background: #014074;
  padding: 28px 0;
}
body .blue-text-section.blue-text-section-2 {
  padding: 48px 0;
}
body .blue-text-section p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #F8F8F8;
  text-align: center;
  margin: 0;
  padding: 0;
}
body .blue-text-section p span {
  font-weight: bold;
}
body #functions-section {
  padding: 100px 0 50px;
}
body #functions-section h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  color: #222222;
  text-align: center;
  margin-bottom: 13px;
}
body #functions-section h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #727272;
  margin-bottom: 38px;
}
body #functions-section .functions-section-cube-block {
  display: flex;
  gap: 20px;
  align-content: center;
  align-items: center;
}
body #functions-section .functions-section-cube-block .functions-section-cube-block-cube {
  width: 81px;
  height: 102px;
  background: #018FD0;
}
body #functions-section .functions-section-cube-block .functions-section-cube-block-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #222222;
  width: calc(100% - 101px);
}
body #functions-section .functions-section-items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
body #functions-section .functions-section-items .functions-section-items-item {
  display: flex;
  gap: 8px;
  width: calc(50% - 10px);
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
body #functions-section .functions-section-items .functions-section-items-item h4 {
  width: calc(100% - 46px);
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #222222;
  margin: 0 0 0 8px;
}
body #functions-section .functions-section-items .functions-section-items-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #727272;
  margin-bottom: 0;
}
body #benefits-section {
  padding: 50px 0 100px;
}
body #benefits-section h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  color: #222222;
  text-align: center;
  margin-bottom: 40px;
}
body #benefits-section .benefits-section-items {
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
}
body #benefits-section .benefits-section-items .benefits-section-items-item {
  display: flex;
  gap: 8px;
  width: calc(50% - 12px);
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
body #benefits-section .benefits-section-items .benefits-section-items-item h4 {
  width: calc(100% - 46px);
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #222222;
  margin: 0 0 0 8px;
}
body #benefits-section .benefits-section-items .benefits-section-items-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #727272;
  margin-bottom: 0;
}
body #security-guarantee-section {
  padding: 90px 0 44px;
}
body #security-guarantee-section h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #222222;
  margin-top: 5px;
}
body #security-guarantee-section .consultation {
  height: 56px;
  border: 1px solid #014074;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  background: #014074;
  width: max-content;
  padding: 0 24px;
  margin-top: 37px;
}
body #security-guarantee-section .consultation:hover {
  color: #014074;
  background: #fff;
}
body #security-guarantee-section .security-guarantee-section-img-2 {
  position: absolute;
  right: 7px;
  bottom: -37px;
}
body #security-guarantee-section .security-guarantee-section-img-3 {
  margin-top: 30px;
}
body #security-guarantee-section .security-guarantee-section-img-4 {
  margin-top: 58px;
}
body #security-guarantee-section .security-guarantee-section-img-responsive-2, body #security-guarantee-section .consultation-responsive {
  display: none;
}
body #faq-section {
  padding: 50px 0 90px;
}
body #faq-section h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  color: #222222;
  text-align: center;
  margin-bottom: 40px;
}
body #faq-section .accordion {
  max-width: 1060px;
  margin: auto;
}
body #faq-section .accordion .accordion-item {
  margin-bottom: 10px;
  border: 0;
}
body #faq-section .accordion .accordion-item button {
  background: #014074;
  backdrop-filter: blur(22.5px);
  border-radius: 10px;
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  color: #F8F8F8;
  padding: 23px 50px;
}
body #faq-section .accordion .accordion-item button:after {
  display: none;
}
body #faq-section .accordion .accordion-item button .accordion-button-icon {
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  background: #F8F8F8;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin: auto;
}
body #faq-section .accordion .accordion-item button .accordion-button-icon:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: #014074;
  inset: 0;
  margin: auto;
}
body #faq-section .accordion .accordion-item button .accordion-button-icon:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 18px;
  background: #014074;
  inset: 0;
  margin: auto;
  display: none;
}
body #faq-section .accordion .accordion-item button.collapsed .accordion-button-icon:before {
  display: block;
}
body #faq-section .accordion .accordion-item .accordion-body {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #222222;
  padding: 30px 50px;
}
body #consultation-section {
  background: #014074;
  padding: 115px 0;
}
body #consultation-section svg {
  margin-bottom: 38px;
}
body #consultation-section h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  color: #F8F8F8;
}
body #consultation-section p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #F8F8F8;
}
body #consultation-section form {
  padding: 26px 25px;
  background: #fff;
  border-radius: 10px;
}
body #consultation-section form label {
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  color: #222222;
  display: block;
  margin-bottom: 5px;
}
body #consultation-section form input {
  background: #FFFFFF;
  border-radius: 8px;
  height: 50px;
  border: 1px solid #E7E9ED;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #222222;
  padding-left: 18px;
  margin-bottom: 5px;
  margin-bottom: 17px;
}
body #consultation-section form textarea {
  background: #FFFFFF;
  border-radius: 8px;
  height: 148px;
  border: 1px solid #E7E9ED;
  width: 100%;
  padding: 11px 18px 0 18px;
  margin-bottom: 20px;
}
body #consultation-section form input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #222222;
  opacity: 0.7;
}
body #consultation-section form input:-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #222222;
  opacity: 0.7;
}
body #consultation-section form input::-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #222222;
  opacity: 0.7;
}
body #consultation-section form input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #222222;
  opacity: 0.7;
}
body #consultation-section form textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #222222;
  opacity: 0.7;
}
body #consultation-section form textarea:-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #222222;
  opacity: 0.7;
}
body #consultation-section form textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #222222;
  opacity: 0.7;
}
body #consultation-section form textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #222222;
  opacity: 0.7;
}
body #consultation-section form button {
  height: 56px;
  border: 1px solid #014074;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  background: #014074;
  width: 100%;
  padding: 0 24px;
}
body #consultation-section form button:hover {
  color: #014074;
  background: #fff;
}
body footer {
  padding: 71px 0 65px;
}
body footer .logo-footer img {
  margin-bottom: 28px;
}
body footer .logo-footer span {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #222222;
  opacity: 0.7;
  display: block;
}
body footer h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #222222;
  opacity: 0.7;
  margin-bottom: 20px;
}
body footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body footer ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  text-decoration: none;
}
body footer .technical-support {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #018FD0;
  opacity: 0.7;
  display: block;
  margin-top: 16px;
}
body .modal {
  align-content: center;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
}
body .modal.open {
  display: flex;
}
body .modal .modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
body .modal .modal-body {
  max-width: 800px;
  width: 100%;
  height: 500px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 50px;
}
body .modal .modal-body img {
  width: 324px;
}
body .modal .modal-body > div:not(.modal-close) {
  width: 50%;
}
body .modal .modal-body > div:not(.modal-close) .modal-body-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  color: #018FD0;
}
body .modal .back-home {
  height: 56px;
  border: 1px solid #014074;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  background: #014074;
  width: max-content;
  padding: 0 24px;
  margin-top: 36px;
}
body .modal .back-home:hover {
  color: #014074;
  background: #fff;
}

@media (max-width: 1200px) {
  body #hero-section .row {
    background-position: top 133px right -35px;
    background-size: 50%;
  }
  body #functions-section .functions-section-cube-block {
    margin-bottom: 20px;
  }
  body #functions-section .functions-section-cube-block br {
    display: none;
  }
  body #security-guarantee-section img:not(.security-guarantee-section-img-2) {
    width: 100%;
  }
  body #security-guarantee-section .security-guarantee-section-img-2 {
    bottom: -49px;
    width: 404px;
  }
  body #security-guarantee-section h2 {
    font-size: 22px;
  }
  body #security-guarantee-section h2 br {
    display: none;
  }
  body header .main-menu {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  body header .col-xl-8 {
    display: none;
  }
  body header .col-login {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
  }
  body header .login {
    display: none;
  }
  body header .login-responsive {
    display: block;
  }
  body #hero-section .row {
    background-image: none;
    padding: 62px 0 60px;
  }
  body #hero-section h1 {
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 35px;
  }
  body #hero-section h1 span {
    font-size: 24px;
    line-height: 140%;
    text-align: center;
  }
  body #hero-section p {
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 37px;
  }
  body #hero-section p br {
    display: none;
  }
  body #hero-section a {
    margin: auto;
  }
  body .blue-text-section {
    padding: 18px 0;
  }
  body .blue-text-section p {
    font-size: 14px;
    line-height: 140%;
  }
  body .blue-text-section p br {
    display: none;
  }
  body #functions-section {
    padding: 61px 0 50px;
  }
  body #functions-section h2 {
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 7px;
  }
  body #functions-section h3 {
    margin-bottom: 18px;
  }
  body #functions-section .functions-section-cube-block {
    margin-bottom: 30px;
    gap: 10px;
  }
  body #functions-section .functions-section-cube-block .functions-section-cube-block-cube {
    width: 21px;
    height: 100px;
    background: #018FD0;
  }
  body #functions-section .functions-section-cube-block .functions-section-cube-block-text {
    font-size: 18px;
    line-height: 140%;
    color: #222222;
    width: calc(100% - 31px);
  }
  body #functions-section .functions-section-cube-block .functions-section-cube-block-text br {
    display: none;
  }
  body #functions-section .functions-section-items .functions-section-items-item {
    width: 100%;
    gap: 5px;
  }
  body #benefits-section {
    padding: 31px 0 62px;
  }
  body #benefits-section h2 {
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 28px;
  }
  body #benefits-section h2 br {
    display: none;
  }
  body #benefits-section .benefits-section-items .benefits-section-items-item {
    width: 100%;
    gap: 3px;
  }
  body #benefits-section .benefits-section-items .benefits-section-items-item h4 {
    font-size: 20px;
    line-height: 140%;
  }
  body .blue-text-section.blue-text-section-2 {
    padding: 19px 0;
  }
  body #security-guarantee-section {
    padding: 54px 0 44px;
  }
  body #security-guarantee-section h2 {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 30px;
  }
  body #security-guarantee-section .col-xl-3 {
    order: 2;
  }
  body #security-guarantee-section .col-xl-9 {
    order: 1;
  }
  body #security-guarantee-section .col-xl-7 {
    order: 3;
  }
  body #security-guarantee-section .col-xl-5 {
    order: 4;
  }
  body #security-guarantee-section .security-guarantee-section-img-2, body #security-guarantee-section .consultation {
    display: none;
  }
  body #security-guarantee-section .security-guarantee-section-img-responsive-2 {
    display: block;
  }
  body #security-guarantee-section .security-guarantee-section-img-3, body #security-guarantee-section .security-guarantee-section-img-4 {
    margin-top: 20px;
  }
  body #security-guarantee-section .consultation-responsive {
    display: flex;
    margin: 20px auto 0;
  }
  body #faq-section {
    padding: 29px 0 50px;
  }
  body #faq-section h2 {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 33px;
  }
  body #faq-section .accordion .accordion-item button {
    font-size: 18px;
    line-height: 120%;
    padding: 10px 15px;
  }
  body #faq-section .accordion .accordion-item button .accordion-button-icon {
    right: 15px;
  }
  body #faq-section .accordion .accordion-item .accordion-body {
    padding: 10px 0;
  }
  body #consultation-section {
    padding: 20px 0;
  }
  body #consultation-section svg {
    width: 50px;
    height: 50px;
  }
  body #consultation-section h2 {
    font-size: 26px;
    line-height: 140%;
  }
  body #consultation-section p {
    font-size: 16px;
    line-height: 140%;
  }
  body #consultation-section form {
    padding: 25px 20px;
  }
  body footer {
    padding: 60px 0 30px;
  }
  body footer .col-xl-4 {
    order: 2;
  }
  body footer .col-xl-8 {
    order: 1;
  }
  body footer h3 {
    text-align: center;
  }
  body footer ul li {
    text-align: center;
  }
  body footer .technical-support {
    text-align: center;
  }
  body footer .logo-footer {
    margin-top: 30px;
    text-align: center;
  }
  body footer .logo-footer span br {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */
