@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,700i&display=swap&subset=cyrillic');
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
}
html {
  font-size: 16px;
  /*font-size: 14px;*/
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  html {
    /*font-size: 14px;*/
  }
}
body {
  color: #181818;
  font-size: 1rem;
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1380px;
  }
}
@media screen and (max-width: 1439px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
.navbar {
  padding: 10px 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .navbar-left {
    width: 100%;
    justify-content: space-between;
  }
  .navbar-left .navbar-brand {
    margin-left: 1rem;
  }
}
.navbar-dark .nav-navbar > .nav-item > .nav-link,
.navbar-dark .nav-navbar > .nav-link,
.navbar-stick-dark.stick .nav-navbar > .nav-item > .nav-link,
.navbar-stick-dark.stick .nav-navbar > .nav-link {
  color: #181818;
  font-size: 1rem;
  text-transform: none;
}
.subnav {
  min-width: 330px !important;
}
.nav-navbar > .nav-item.active:before {
  content: '';
  width: 80%;
  margin: 0 auto;
  display: block;
  position: absolute;
  height: 4px;
  background: #0b438c;
  bottom: 0;
  left: 10%;
}
@media screen and (max-width: 991px) {
  .nav-navbar > .nav-item {
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
  .nav-navbar > .nav-item.active:before {
    left: 1.125rem;
    width: calc(100% - 2.25rem);
  }
  .nav-navbar > .nav-item.ml-3 {
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
  }
  .nav-navbar > .nav-item.ml-3 .btn {
    width: 100%;
  }
  .nav-navbar > .nav-item .subnav {
    width: 100%;
    margin-left: 0;
    min-width: auto !important;
    border: 0 !important;
  }
  .nav-navbar > .nav-item .subnav .nav-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.footer {
  font-size: 0.875rem;
}
.header {
  margin-top: 76px;
}
.header.h-fullscreen {
  min-height: calc(100vh - 76px) !important;
  height: calc(100vh - 76px) !important;
  background-position: center top;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .header.h-fullscreen {
    height: auto !important;
  }
}
/* Other elements */
.success {
  color: #43cf75;
}
.error {
  color: red;
}
#map {
  height: 400px;
  width: 100%;
}
#map img {
  width: inherit;
}
/* Headings */
.h1 {
  font-size: 2.75rem;
  /*font-size: 2.375rem;*/
  font-weight: bold;
  color: #181818;
}
.h2 {
  color: #181818;
  font-size: 1.75rem;
  /*font-size: 1.375rem;*/
  font-weight: bold;
}
.h3 {
  color: #181818;
  font-size: 1.375rem;
  /*font-size: 1.15rem;*/
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .h1 {
    font-size: 2.625rem;
  }
  .h2 {
    font-size: 1.625rem;
  }
  .h3 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1199px) {
  .h1 {
    font-size: 2.375rem;
  }
  .h2 {
    font-size: 1.5rem;
  }
  .h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .h1 {
    font-size: 2.125rem;
  }
  .h2 {
    font-size: 1.375rem;
  }
  .h3 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: 2rem;
  }
  .h2 {
    font-size: 1.25rem;
  }
  .h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .h1 {
    font-size: 1.75rem;
  }
  .h2 {
    font-size: 1.125rem;
  }
  .h3 {
    font-size: 1rem;
  }
}
/* More elements */
.scroll-lock {
  overflow: hidden;
}
.btn {
  border-radius: 5px;
  text-transform: unset;
  letter-spacing: 1.2px;
}
.card.rounded-lg .card-header {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.half-vertical-bg {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: 33%;
  height: 210px;
  position: absolute;
  left: 0;
  border-radius: inherit;
}
.mouse-scroll {
  width: 100px;
  position: absolute;
  text-align: center;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
}
.mouse-scroll .mouse-bg-holder {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.mouse-scroll .mouse-bg-holder .mouse-bg {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  background: #fff;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}
.mouse-scroll .scroll-down-5 span {
  border: 3px solid #000;
  opacity: 1;
  width: 25px;
  height: 40px;
}
.input-line .form-control {
  background-size: 0 3px, 100% 3px;
}
.input-line .form-control:focus,
.input-line .form-control.focus {
  background-size: 100% 3px, 100% 3px;
}
.text-white {
  color: #fff !important;
}
select.form-control {
  color: #181818;
}
.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #181818;
  opacity: 1;
  /* Firefox */
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #181818;
}
.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #181818;
}
.h-50vh {
  min-height: 50vh;
}
.rounded-xl {
  border-radius: 20px !important;
}
@media screen and (min-width: 768px) {
  .flex-md-nowrap-left .col-md-12,
  .flex-md-nowrap-left .col-md-11 {
    margin-left: -50%;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .flex-md-nowrap-left .col-md-12,
  .flex-md-nowrap-left .col-md-11 {
    order: 2;
  }
}
.alert {
  font-size: 14px;
  padding: 10px 30px 10px 10px;
}
.blog-link {
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  align-items: center;
}
.blog-link i {
  margin-left: .75rem;
}
.blog-link:hover i {
  margin-left: .85rem;
}
.section-1 .half-vertical-bg {
  width: 60%;
}
.section-1 .quotes {
  top: -60px;
}
@media screen and (max-width: 1199px) {
  .section-1 {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: left top !important;
  }
}
@media screen and (max-width: 991px) {
  .section-1 {
    padding-bottom: 0px !important;
    background-size: 200% !important;
  }
  .section-1 .quotes {
    top: -25px;
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section-1 {
    padding-bottom: 0px !important;
    background-size: 200% !important;
  }
}
@media screen and (max-width: 575px) {
  .section-1 {
    background-size: 250% !important;
  }
}
.section-2 .checkmark {
  font-weight: 900;
  border: 2px solid #43cf75;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
}
.section-2 .card {
  border-radius: 20px;
}
.section-2 .card .card-body {
  transition: all 1s;
  position: relative;
  height: 100px;
}
.section-2 .card .card-body button {
  position: absolute;
  opacity: 0;
  transition: opacity 1.5s;
  bottom: 20px;
}
.section-2 .card:hover .card-body {
  margin-top: -130px;
  height: 230px !important;
  background-image: linear-gradient(0deg, #0b438c 70%, transparent 100%);
}
.section-2 .card:hover .card-body button {
  opacity: 1;
}
.section-3 .benefits .benefit {
  font-weight: 800;
  display: flex;
  align-items: flex-start;
}
.section-3 .benefits .benefit .checkmark {
  font-weight: 900;
  color: #43cf75;
  font-size: 22px;
  margin-right: 7px;
  margin-top: 3px;
}
.section-3 .cta {
  margin-top: 80px;
}
.section-3 .cta .card-body {
  padding-right: 140px !important;
}
@media screen and (max-width: 380px) {
  .section-3 .cta .card-body {
    padding-right: 40px !important;
  }
}
.section-3 .cta .card-body .finance-woman {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 166%;
}
@media screen and (max-width: 380px) {
  .section-3 .cta .card-body .finance-woman {
    height: 45%;
  }
}
.section-4 {
  padding: 0;
}
.section-4 .map {
  position: absolute;
  width: 100%;
  height: 50vh;
  border: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .section-4 .map {
    position: relative;
  }
}
.section-4 .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section-4 .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .section-4 .left-col {
    margin-left: -50%;
  }
  .section-4 .left-col .card {
    padding-left: 50%;
  }
}
.section-4 .border-r:before {
  content: '';
  display: block;
  position: absolute;
  height: 90%;
  width: 6px;
  background: #093772;
  left: 50%;
  transform: translateX(-150%);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .section-4 .border-r:before {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .section-4 .border-r:before {
    display: none;
  }
}
.section-5 .benefits .benefit {
  font-weight: 800;
  display: flex;
  align-items: flex-start;
  color: #fff;
}
.section-5 .benefits .benefit .checkmark {
  font-weight: 900;
  color: #43cf75;
  font-size: 22px;
  margin-right: 7px;
  margin-top: 3px;
}
.section-5 .cta .card-body {
  padding-right: 25% !important;
}
@media screen and (max-width: 380px) {
  .section-5 .cta .card-body {
    /*padding-right: 40px !important;*/
  }
}
.section-5 .cta .card-body .finance-woman {
  position: absolute;
  right: -30px;
  bottom: 0;
  height: 140%;
}
@media screen and (max-width: 380px) {
  .section-5 .cta .card-body .finance-woman {
    /*height: 45%;*/
  }
}
.section-6 .percent {
  margin-top: -100px;
  left: 0;
  top: 0;
}
.section-6 .example .col:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 6px;
  background: #e4e5e5;
  right: -3px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .section-6 .example .col:after {
    display: none;
  }
}
.section-6 .example .col:last-of-type:after {
  display: none;
}
.section-6 .example .text-uppercase {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .section-6 .example .text-uppercase {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .section-6 .example .text-uppercase {
    font-size: 12px;
  }
}
.section-6 .example .h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .section-6 .example .h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .section-6 .example .h1 {
    font-size: 24px;
  }
}
