.m-t-20 {
  margin-top: 20px;
}
html,
body,
div[canvas="container"] {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-size: 36px;
  color: #2b2b2b;
  margin-bottom: 50px;
  line-height: 46px;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
  color: #fff;
}
header,
section,
footer {
  overflow: hidden;
}
section {
  padding: 100px 0;
}
.button {
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}
.button.blue-bg:hover {
  background: #48c2c5;
}
.partner-btn {
  padding: 11px 95px 13px 76px;
}

.grey-bg {
  background-color: #f5f5f5;
}
.white-bg {
  background-color: #fff;
}
.turquoise-bg {
  background-color: #48c2c5;
}
.blue-bg {
  background-color: #0f83c9;
}
.light-turquoise-bg {
  background-color: #daf3f3;
}
label {
  position: relative;
  padding-left: 30px;
  font-size: 12px;
  color: #2b2b2b;
}
.m-checkbox {
    color: #575962
}

.m-checkbox.m-checkbox--disabled {
    opacity: .8;
    filter: alpha(opacity=80)
}

.m-checkbox>span {
}

.m-checkbox>span:after {
    border: solid #7281a4
}

.m-checkbox>input:disabled ~ span:after {
    border-color: #bdc3d4
}

.m-checkbox>input:checked ~ span {
}

.m-checkbox.m-checkbox--check-bold>input:checked ~ span {
    border: 2px solid #bdc3d4
}

.m-checkbox>input:disabled ~ span {
    opacity: .6;
    filter: alpha(opacity=60)
}

.m-checkbox.m-checkbox--solid>span {
    background: #e2e5ec;
    border: 1px solid transparent !important
}

.m-checkbox.m-checkbox--solid>span:after {
    border: solid #7281a4
}

.m-checkbox.m-checkbox--solid>input:focus ~ span {
    border: 1px solid transparent !important
}

.m-checkbox.m-checkbox--solid>input:checked ~ span {
    background: #dfe2ea
}

.m-checkbox.m-checkbox--brand.m-checkbox--disabled {
    opacity: .8;
    filter: alpha(opacity=80)
}

.m-checkbox.m-checkbox--brand>span {
    border: 1px solid #bdc3d4
}

.m-checkbox.m-checkbox--brand>span:after {
    border: solid #49c1c4
}

.m-checkbox.m-checkbox--brand>input:disabled ~ span:after {
    border-color: #49c1c4
}

.m-checkbox.m-checkbox--brand>input:checked ~ span {
    border: 1px solid #49c1c4
}

.m-checkbox.m-checkbox--brand.m-checkbox--check-bold>input:checked ~ span {
    border: 2px solid #49c1c4
}

.m-checkbox.m-checkbox--brand>input:disabled ~ span {
    opacity: .6;
    filter: alpha(opacity=60)
}

.m-checkbox.m-checkbox--brand.m-checkbox--solid>span {
    border: 1px solid transparent !important
}

.m-checkbox.m-checkbox--brand.m-checkbox--solid>span:after {
    border: solid #fff
}

.m-checkbox.m-checkbox--brand.m-checkbox--solid>input:focus ~ span {
    border: 1px solid transparent !important
}

.m-checkbox.m-checkbox--brand.m-checkbox--solid>input:checked ~ span {
    background: #49c1c4
}

.m-checkbox.m-checkbox--metal.m-checkbox--disabled {
    opacity: .8;
    filter: alpha(opacity=80)
}

.m-checkbox.m-checkbox--metal>span {
    border: 1px solid #bdc3d4
}

.m-checkbox.m-checkbox--metal>span:after {
    border: solid #c4c5d6
}

.m-checkbox.m-checkbox--metal>input:disabled ~ span:after {
    border-color: #c4c5d6
}

.m-checkbox.m-checkbox--metal>input:checked ~ span {
    border: 1px solid #c4c5d6
}

.m-checkbox.m-checkbox--metal.m-checkbox--check-bold>input:checked ~ span {
    border: 2px solid #c4c5d6
}

.m-checkbox.m-checkbox--metal>input:disabled ~ span {
    opacity: .6;
    filter: alpha(opacity=60)
}

.m-checkbox.m-checkbox--metal.m-checkbox--solid>span {
    border: 1px solid transparent !important
}

.m-checkbox.m-checkbox--metal.m-checkbox--solid>span:after {
    border: solid #fff
}

.m-checkbox.m-checkbox--metal.m-checkbox--solid>input:focus ~ span {
    border: 1px solid transparent !important
}

.m-checkbox.m-checkbox--metal.m-checkbox--solid>input:checked ~ span {
    background: #c4c5d6
}


.m-checkbox.m-checkbox--accent.m-checkbox--disabled {
    opacity: .8;
    filter: alpha(opacity=80)
}

.m-checkbox.m-checkbox--accent>span {
}

.m-checkbox.m-checkbox--accent>span:after {
    border: solid #49c1c4
}

.m-checkbox.m-checkbox--accent>input:disabled ~ span:after {
    border-color: #49c1c4
}

.m-checkbox.m-checkbox--accent>input:checked ~ span {
}

.m-checkbox.m-checkbox--accent.m-checkbox--check-bold>input:checked ~ span {
    border: 2px solid #49c1c4
}

.m-checkbox.m-checkbox--accent>input:disabled ~ span {
    opacity: .6;
    filter: alpha(opacity=60)
}

.m-checkbox.m-checkbox--accent.m-checkbox--solid>span {
    border: 1px solid transparent !important
}

.m-checkbox.m-checkbox--accent.m-checkbox--solid>span:after {
    border: solid #fff
}

.m-checkbox.m-checkbox--accent.m-checkbox--solid>input:focus ~ span {
    border: 1px solid transparent !important
}

.m-checkbox.m-checkbox--accent.m-checkbox--solid>input:checked ~ span {
    background: #49c1c4
}

label input[type="checkbox"] + span a {
  display: inline;
  color: #48c2c5;
}
label input[type="checkbox"]:checked + span:before {
  background: url('../img/checkmark-grey.png') center center no-repeat;
  background-size: 80%;
}
header {
  padding: 10px 0;
}

header .menu {
  text-align: right;
}
@media (min-width: 0) {
  header .menu {
    margin: 20px auto;
  }
}
@media (min-width: 992px) {
  header .menu {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .only_mobile {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .only_mobile {
    display: block !important;
  }
}

@media (max-width: 992px) {
  .mobile_text {
    font-size: 20px !important;
  }
}

@media (min-width: 992px) {
  .only_desktop {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .only_desktop {
    display: none !important;
  }
}
header .menu ul {
  padding: 0;
  margin: 0;
}
header .menu ul li {
  margin-left: 16px;
  display: inline-block;
}
@media (min-width: 0) {
  header .menu ul li {
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  header .menu ul li {
    margin-left: 16px;
  }
}
header .menu ul li:first-of-type {
  margin-left: 0;
}
header .menu ul li a {
  text-decoration: none;
  font-weight: 600;
  color: #2b2b2b;
}
header .menu ul li a:hover {
  color: #48c2c5;
}
header .button-container .button {
  width: 100%;
  display: block;
  text-align: center;
  padding: 7px 0;
}
header .login-mobile {
  display: inline-block;
  background: url('../img/login-mobile.png');
  width: 40px;
  height: 40px;
}
header .hamburger {
  width: 27px;
  height: 21px;
  background: url('../img/hamburger.png');
  border: none;
  margin-left: 38px;
  outline: none;
}
.banner {
  background: url('../img/banner-bg.jpg') center center no-repeat;
  height: 541px;
}
@media (min-width: 0) {
  .banner {
    height: 350px;
    padding-top: 30px;
    background-position: left center;
  }
}
@media (min-width: 992px) {
  .banner {
    padding-top: 100px;
    background-position: center center;
    height: 541px;
  }
}
@media (min-width: 0) {
  .banner.banner-partner {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .banner.banner-partner {
    height: 541px;
  }
}
.banner h1 {
  margin: 0;
  line-height: 40px;
}
@media (min-width: 0) {
  .banner h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 480px) {
  .banner h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .banner h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
.banner .features {
  margin: 40px 0 45px;
  padding: 0;
}
@media (min-width: 0) {
  .banner .features {
    margin: 20px 0 25px;
  }
}
@media (min-width: 992px) {
  .banner .features {
    margin: 40px 0 45px;
  }
}
.banner .features li {
  list-style: none;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  padding-left: 32px;
  position: relative;
}
@media (min-width: 0) {
  .banner .features li {
    font-size: 14px;
    line-height: 32px;
  }
}
@media (min-width: 480px) {
  .banner .features li {
    font-size: 16px;
    line-height: 34px;
  }
}
@media (min-width: 992px) {
  .banner .features li {
    font-size: 22px;
    line-height: 40px;
  }
}
.banner .features li:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background: url('../img/banner-checkmark.png') center center no-repeat;
}
.banner .button {
  padding: 20px 66px;
}
@media (min-width: 0) {
  .banner .button {
    background: #fff;
    color: #48c2c5;
    height: 50px;
    padding: 0px 20px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    margin-top: 15px;
  }
  .banner .button:after {
    background: url('../img/arrow-t.png');
  }
}
@media (min-width: 992px) {
  .banner .button {
    background: #48c2c5;
    color: #fff;
    height: auto;
    line-height: normal;
    padding: 20px 66px;
    width: auto;
    margin-top: 0;
  }
}
.banner.frontpage p {
  color: #fff;
  margin-bottom: 35px;
}
.banner.frontpage a {
  margin: 0;
}
.banner.frontpage .button {
  width: 350px;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
}
.banner.frontpage .button:after {
  background: url('../img/btn-arrow.png');
  width: 13px;
  height: 9px;
}
.banner.frontpage .button.white-bg {
  background: #fff;
  color: #0f83c9;
}
.banner.frontpage .button.white-bg:after {
  background: url('../img/arrow-blue.png');
  width: 13px;
  height: 9px;
}
.banner.frontpage .button.turquoise-bg {
  color: #fff;
  background: #48c2c5;
}
footer {
  background: #181818;
  padding: 120px 0 40px;
  color: #fff;
}
@media (min-width: 0) {
  footer {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  footer {
    padding-top: 120px;
  }
}
footer nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer nav ul li {
  margin-bottom: 15px;
}
footer nav ul li:last-of-type {
  margin-bottom: 0;
}
footer nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
footer nav ul li a:hover {
  font-weight: 600;
  color: #48c2c5;
}
footer .footer-company-info p {
  padding-left: 65px;
  margin: 0;
}
@media (min-width: 0) {
  footer .footer-company-info p {
    padding-left: 0;
    margin: 50px 0;
  }
}
@media (min-width: 992px) {
  footer .footer-company-info p {
    padding-left: 65px;
    margin: 0;
  }
}
footer .footer-phones .footer-phone {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 0) {
  footer .footer-phones .footer-phone {
    font-size: 16px;
  }
  footer .footer-phones .footer-phone a {
    font-size: 14px;
  }
}
@media (min-width: 480px) {
  footer .footer-phones .footer-phone {
    font-size: 22px;
  }
  footer .footer-phones .footer-phone a {
    font-size: 16px;
  }
}
@media (min-width: 0) {
  footer .footer-phones a {
    font-size: 14px;
  }
}
@media (min-width: 480px) {
  footer .footer-phones a {
    font-size: 16px;
  }
}
footer .footer-phones .footer-recall {
  display: inline-block;
  color: #0f83c9;
}
footer .footer-phones .footer-recall:hover {
  color: #48c2c5;
}
footer .social-networks ul {
  height: 42px;
}
footer .social-networks ul li {
  height: 42px;
}
@media (min-width: 0) {
  footer .social-networks ul li {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  footer .social-networks ul li {
    margin-bottom: 15px;
  }
}
footer .social-networks ul li a {
  background: #2c2c2c;
}
footer .social-networks ul li a.fb:hover:before {
  background-position: center -36px;
}
footer .social-networks ul li a.vk:hover:before {
  background-position: center -22px;
}
footer .social-networks ul li a.tw:hover:before {
  background-position: center -38px;
}
footer .footer-bottom {
  color: #888;
  font-size: 14px;
  margin-top: 80px;
  margin-bottom: 20px
}
@media (min-width: 0) {
  footer .footer-bottom {
    margin-top: 65px;
  }
}
@media (min-width: 992px) {
  footer .footer-bottom {
    margin-top: 80px;
  }
}
footer .footer-bottom .copyright p {
  margin: 0;
}
footer .footer-documents {
  text-align: right;
}
@media (min-width: 0) {
  footer .footer-documents {
    text-align: left;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  footer .footer-documents {
    text-align: right;
    line-height: normal;
  }
}
footer .footer-documents a {
  color: #888;
}
.reviews {
  position: relative;
}
.reviews .owl-nav {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 0) {
  .reviews .owl-nav {
    display: none;
  }
}
@media (min-width: 992px) {
  .reviews .owl-nav {
    display: flex;
  }
}
.reviews .owl-nav button.owl-prev,
.reviews .owl-nav button.owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: #e7e7e7;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  position: absolute;
}
.reviews .owl-nav button.owl-prev span,
.reviews .owl-nav button.owl-next span {
  font-size: 0;
  background-position: center 0;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  display: block;
}
.reviews .owl-nav button.owl-prev:hover,
.reviews .owl-nav button.owl-next:hover {
  background: #48c2c5;
}
.reviews .owl-nav button.owl-prev:hover span,
.reviews .owl-nav button.owl-next:hover span {
  background-position: center -10px;
}
.reviews .owl-nav .owl-prev {
  left: -64px;
}
.reviews .owl-nav .owl-prev span {
  background-image: url('../img/arrow-left.png');
}
.reviews .owl-nav .owl-next {
  right: -64px;
}
.reviews .owl-nav .owl-next span {
  background-image: url('../img/arrow-right.png');
}
.reviews .owl-carousel .owl-stage-outer {
  z-index: 5;
}
.reviews h5 {
  margin-top: 0;
}
.reviews hr {
  background: url('../img/review-hr.png');
  height: 5px;
  width: 100%;
  border: none;
  margin: 25px 0;
}
.reviews .social-networks {
  margin-top: -5px;
}
@media (min-width: 0) {
  .reviews .reviews-list {
    width: 350px;
  }
  .reviews .reviews-list .owl-stage-outer {
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .reviews .reviews-list {
    width: auto;
  }
  .reviews .reviews-list .owl-stage-outer {
    overflow: hidden;
  }
}
.reviews .reviews-list .owl-item {
  border: 1px solid #d7d7d7;
  padding: 36px;
  border-radius: 5px;
}
.reviews .reviews-list .review-author-block {
  padding-left: 66px;
  position: relative;
}
.reviews .reviews-list .review-author-block:before {
  content: '';
  position: absolute;
  background: url('../img/quote.png');
  width: 44px;
  height: 41px;
  left: 0;
  top: 0;
}
.reviews .reviews-list .review-author-block-info .name {
  font-size: 22px;
  line-height: 30px;
  display: block;
  margin-top: -8px;
  font-weight: 600;
}
.reviews .reviews-list .review-author-block-info-who {
  color: #888;
  font-size: 14px;
}
@media (min-width: 0) {
  .reviews .reviews-list .review-author-block-footer {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .reviews .reviews-list .review-author-block-footer {
    width: 100%;
  }
}
.reviews .reviews-list .review-author-block-footer .review-date {
  padding-left: 23px;
  position: relative;
  min-width: 150px;
}
.reviews .reviews-list .review-author-block-footer .review-date:before {
  content: '';
  position: absolute;
  background: url('../img/calendar.png');
  width: 15px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.reviews .reviews-list .review-author-block-footer .review-date p {
  color: #888888;
  font-size: 14px;
}
.reviews .reviews-list .review-author-block-footer .amount {
  text-align: right;
  font-size: 22px;
  padding-right: 16px;
  font-weight: 800;
  position: relative;
}
@media (min-width: 0) {
  .reviews .reviews-list .review-author-block-footer .amount {
    text-align: left;
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 992px) {
  .reviews .reviews-list .review-author-block-footer .amount {
    text-align: right;
    display: block;
    width: 100%;
  }
}
.reviews .reviews-list .review-author-block-footer .amount .rub {
  font-size: 0;
}
.reviews .reviews-list .review-author-block-footer .amount .rub:before {
  content: '';
  background: url('../img/rub.png');
  position: absolute;
  width: 13px;
  height: 16px;
  top: 7px;
  right: 0;
}
.reviews blockquote {
  color: #2b2b2b;
  margin: 20px 0 0;
  height: 104px;
}
@media (min-width: 0) {
  .reviews blockquote {
    height: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 992px) {
  .reviews blockquote {
    height: 250px;
  }
}
.reviews blockquote a {
  color: #48c2c5;
  text-decoration: none;
}
.reviews blockquote a:hover {
  text-decoration: underline;
}
.faq h6 {
  margin-top: 0;
}
.faq .faq-list {
  padding: 0;
  margin: 0;
}
.faq .faq-list li {
  background: #fff;
  display: inline-block;
  width: 100%;
  padding: 20px 20px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 13px 4px rgba(0, 0, 0, 0.09);
  margin-bottom: 24px;
}
.faq .faq-list li:last-of-type {
  margin-bottom: 0;
}
.faq .faq-list li:before {
  content: '';
  background: url('../img/balloon.png');
  width: 29px;
  height: 28px;
  position: absolute;
  left: 19px;
  top: 20px;
}
.faq .faq-list li .faq-toggle {
  width: 34px;
  height: 34px;
  padding: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 17px;
  top: 17px;
  background: #e7e7e7;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.faq .faq-list li .faq-toggle-arrow {
  background: url('../img/faq-arrows.png') center bottom no-repeat;
  width: 10px;
  height: 6px;
  position: relative;
  padding: 0;
}
.faq .faq-list li .faq-toggle.active {
  background: #48c2c5;
}
.faq .faq-list li .faq-toggle.active .faq-toggle-arrow {
  background-position: center top;
}
.faq .faq-list li hr {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-left: none;
  border-right: none;
  margin: 27px 0 32px;
}
.faq .faq-list li span {
  padding-left: 44px;
  color: #2b2b2b;
  display: block;
}
@media (min-width: 0) {
  .faq .faq-list li span {
    font-size: 14px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .faq .faq-list li span {
    font-size: 16px;
  }
}
.faq .faq-list li .faq-list-hided {
  display: none;
}
.faq .faq-list li p {
  margin: 0 12px 35px;
  color: #2b2b2b;
}
@media (min-width: 0) {
  .faq .faq-list li p {
    font-size: 14px;
    margin-left: 0;
    margin-right: 0;
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .faq .faq-list li p {
    font-size: 16px;
    margin-left: 12px;
    margin-right: 12px;
    text-align: left;
  }
}
.faq .faq-list li.opened .faq-list-hided {
  display: block;
}
.faq .faq-list li.opened span {
  font-weight: 600;
}
.how h3 {
  margin-top: 0;
}
@media (min-width: 0) {
  .how.index .how-block {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .how.index .how-block {
    margin-bottom: 0;
  }
}
.how.index .how-block .icon {
  margin-bottom: 30px;
}
@media (min-width: 0) {
  .how.index .how-block .icon {
    margin-bottom: 30px;
    width: 65px;
  }
}
@media (min-width: 992px) {
  .how.index .how-block .icon {
    margin-bottom: 30px;
    width: 41px;
  }
}
.how.index .how-block p {
  padding-left: 0;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .how.index .how-block p {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .how.index .how-block p {
    padding-right: 0;
  }
}
.how .how-block {
  padding: 0 30px;
  position: relative;
}
.how .how-block-title {
  margin-bottom: 25px;
  color: #2b2b2b;
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 0) {
  .how .how-block {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .how .how-block {
    display: block;
    margin-bottom: 0;
  }
}
.how .how-block:before {
  content: '';
  position: absolute;
  left: 0;
  background: url('../img/how-list/list-divider.png') center center no-repeat;
  width: 5px;
  height: 157px;
}
@media (min-width: 0) {
  .how .how-block:before {
    background: url('../img/small-divider.png') center center no-repeat;
    width: 5px;
    height: 41px;
  }
}
@media (min-width: 992px) {
  .how .how-block:before {
    background: url('../img/how-list/list-divider.png') center center no-repeat;
    width: 5px;
    height: 157px;
  }
}
.how .how-block .icon {
  width: 68px;
  height: 60px;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 0) {
  .how .how-block .icon {
    width: 41px;
    height: 41px;
    flex: none;
    position: relative;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .how .how-block .icon {
    width: 68px;
    height: 60px;
    margin-bottom: 30px;
    position: static;
  }
}
.how .how-block .icon img {
  position: absolute;
  top: 0;
  max-width: 100%;
}
@media (min-width: 0) {
  .how .how-block .icon img {
    bottom: 0;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .how .how-block .icon img {
    bottom: auto;
    margin: auto;
  }
}
.how .how-block p {
  margin: 0;
  color: #2b2b2b;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 0) {
  .how .how-block p {
    padding-left: 15px;
  }
  .how .how-block p br {
    display: none;
  }
}
@media (min-width: 992px) {
  .how .how-block p {
    padding-left: 0;
  }
  .how .how-block p br {
    display: block;
  }
}
.how .row .col-lg-4:last-of-type .how-block {
  margin-bottom: 0;
}
.how.index .how-block:before {
  background: url('../img/divider-index-left.png');
  height: 207px;
}
.who h3 {
  margin-top: 0;
}
.who .who-block {
  background: #fff;
  padding: 25px;
  border-radius: 5px;
}
@media (min-width: 0) {
  .who .who-block {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .who .who-block {
    margin-bottom: 0;
  }
}
.who .who-block:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url('../img/checkmark.png') center center no-repeat #48c2c5;
}
.who .who-block p {
  padding-left: 65px;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
@media (min-width: 0) {
  .who .who-block p {
    padding-top: 0px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .who .who-block p {
    padding-top: 0;
    font-size: 16px;
    line-height: 26px;
  }
}
.who .row .col-lg-4:last-of-type .who-block {
  margin-bottom: 0;
}
.conditions {
  padding-bottom: 100px;
}
@media (min-width: 0) {
  .conditions {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .conditions {
    padding-bottom: 100px;
  }
}
.conditions h4 {
  margin-top: 0;
}
.conditions .conditions-block {
  padding: 40px;
  border-radius: 5px;
}
.conditions .conditions-block-left-big-text {
  color: #2b2b2b;
  font-size: 22px;
  margin: 0 0 20px;
  font-weight: 600;
}
.conditions .conditions-block-left-big-text span {
  color: #48c2c5;
  font-weight: 700;
}
.conditions .conditions-block-left-small-text {
  font-size: 16px;
  margin: 0;
  color: #2b2b2b;
}
.conditions .conditions-block-contract {
  position: relative;
}
@media (min-width: 0) {
  .conditions .conditions-block-contract {
    padding-left: 55px;
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .conditions .conditions-block-contract {
    padding-left: 04;
    margin-top: 0;
  }
}
.conditions .conditions-block-contract:before {
  content: '';
  position: absolute;
  background: url('../img/contract-block.png');
  width: 35px;
  height: 45px;
  left: -50px;
  top: -5px;
}
@media (min-width: 0) {
  .conditions .conditions-block-contract:before {
    left: 0;
  }
}
@media (min-width: 992px) {
  .conditions .conditions-block-contract:before {
    left: -0px;
  }
}
.conditions .conditions-block-contract a {
  color: #48c2c5;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  padding-bottom: 2px;
  border-bottom: 1px solid #48c2c5;
}
.conditions .partner-btn-container {
  margin-top: 50px;
}
.video {
  padding-bottom: 0;
}
.video h2 {
  margin-top: 0;
}
.video .video-bg {
  max-width: 100%;
}
.video-block {
  background: url('../img/video-bg.png') center center no-repeat;
  height: 623px;
  margin-bottom: 50px;
  position: relative;
}
@media (min-width: 0) {
  .video-block {
    height: auto;
    background: none;
  }
}
@media (min-width: 992px) {
  .video-block {
    height: 623px;
    background: url('../img/video-bg.png') center center no-repeat;
  }
}
.play-button {
  width: 66px;
  height: 66px;
  background: url('../img/play.png') 55% center no-repeat #48c2c5;
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 0) {
  .play-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .play-button {
    position: static;
  }
}
.social-networks ul {
  padding: 0;
  margin: 0;
}
@media (min-width: 0) {
    .frame_youtube {
      width: 100%;
      margin-left: 10px;
      margin-right: 10px;
  }
}
@media (min-width: 992px) {
    .frame_youtube {
      width: 417px;
      margin-left: 0px;
      margin-right: 0px;
  }
}

.social-networks ul li {
  display: inline-block;
  margin-left: 0px;
}
.social-networks ul li:first-of-type {
  margin-left: 0;
}
.social-networks ul li a {
  width: 42px;
  height: 42px;
  list-style: none;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: #e7e7e7;
}
.social-networks ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.social-networks ul li a.fb:before {
  width: 9px;
  height: 18px;
  background-position: center -18px;
  background-image: url('../img/socials/fb.png');
}
.social-networks ul li a.fb:hover:before {
  background-position: center -36px;
}
.social-networks ul li a.vk:before {
  width: 18px;
  height: 11px;
  background-position: center -11px;
  background-image: url('../img/socials/vk.png');
}
.social-networks ul li a.vk:hover:before {
  background-position: center -22px;
}
.social-networks ul li a.tw:before {
  width: 19px;
  height: 19px;
  background-position: center -19px;
  background-image: url('../img/socials/insta2.png');
}
.social-networks ul li a.tw:hover:before {
  background-position: center -38px;
}
.social-networks ul li a:hover {
  background: #48c2c5;
}
.documents {
  padding-bottom: 70px;
}
.documents h1 {
  margin-top: 0;
}
.documents-list {
  padding: 0;
  margin: 0;
}
.documents-list li {
  list-style: none;
}
.documents-list-item {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  padding: 30px 30px 30px 102px;
  position: relative;
  background: transparent;
  margin-bottom: 30px;
}
@media (min-width: 0) {
  .documents-list-item {
    padding: 30px 30px 30px 30px;
  }
}
@media (min-width: 992px) {
  .documents-list-item {
    padding: 30px 30px 30px 102px;
  }
}
.documents-list-item:nth-of-type(7),
.documents-list-item:nth-of-type(8) {
  margin-bottom: 0;
}
.documents-list-item:hover {
  background: #fff;
  box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.075);
}
.documents-list-item:before {
  content: '';
  position: absolute;
  background: url('../img/document-image.png');
  width: 41px;
  height: 49px;
  left: 30px;
  top: 38px;
}
.documents-list-item-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}
@media (min-width: 0) {
  .documents-list-item-title {
    height: 65px;
    display: flex;
    align-items: center;
    padding-left: 72px;
  }
}
@media (min-width: 992px) {
  .documents-list-item-title {
    height: auto;
    display: block;
    padding-left: 0;
  }
}
@media (min-width: 0) {
  .documents-list-item-info {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .documents-list-item-info {
    margin-top: 15px;
  }
}
.documents-list-item-info-read,
.documents-list-item-info-download {
  color: #888;
  font-size: 14px;
  text-decoration: none;
  padding-left: 28px;
  margin-right: 30px;
  position: relative;
}
@media (min-width: 0) {
  .documents-list-item-info-read,
  .documents-list-item-info-download {
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .documents-list-item-info-read,
  .documents-list-item-info-download {
    font-weight: 600;
  }
}
.documents-list-item-info-read:hover,
.documents-list-item-info-download:hover {
  color: #48c2c5;
}
.documents-list-item-info-read:before,
.documents-list-item-info-download:before {
  content: '';
  position: absolute;
  background: url('../img/eye.png');
  width: 21px;
  height: 12px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.documents-list-item-info-download {
  color: #888;
}
.documents-list-item-info-download:hover {
  font-weight: 600;
}
@media (min-width: 0) {
  .documents-list-item-info-download:hover {
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .documents-list-item-info-download:hover {
    font-weight: 600;
  }
}
.documents-list-item-info-download:before {
  content: '';
  position: absolute;
  background: url('../img/documents-arrow.png') center center no-repeat;
  width: 10px;
  height: 12px;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.need-consult h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.need-consult .under-title {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 600;
}
.need-consult form {
  margin-top: 20px;
}
.need-consult form input[type="text"],
.need-consult form input[type="tel"] {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 2px solid #2b2b2b;
  padding: 19px 0;
  color: #2b2b2b;
  font-family: 'Open Sans', sans-serif;
  outline: none;
  font-size: 16px;
  font-weight: 600;
}
.need-consult form input[type="text"]::placeholder,
.need-consult form input[type="tel"]::placeholder {
  color: #2b2b2b;
  font-weight: 400;
}
.need-consult form input[type="text"]:focus,
.need-consult form input[type="tel"]:focus {
  border-color: #48c2c5;
}
.need-consult form .terms-container {
  margin-top: 30px;
}
.need-consult form .terms-container label {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #2b2b2b;
  cursor: pointer;
  display: block;
}
.need-consult form .terms-container label input[type="checkbox"] {
  display: none;
}
.need-consult form .terms-container label input[type="checkbox"] + span {
  display: block;
  line-height: 18px;
}
.need-consult form .terms-container label input[type="checkbox"] + span:before {
  content: '';
  width: 18px;
  position: absolute;
  height: 18px;
  border: 2px solid #2b2b2b;
  left: 0;
  top: 0px;
  margin: auto;
}
.need-consult form .terms-container label input[type="checkbox"]:checked + span:before {
  background: url('../img/checkmark-grey.png') center center no-repeat;
  background-size: 80%;
}
.need-consult form button[type="submit"] {
  margin-top: 40px;
  padding: 17px 55px 17px 55px;
  border: none;
  display: block;
  position: relative;
  cursor: pointer;
}
@media (min-width: 0) {
  .need-consult form button[type="submit"] {
    width: 100%;
    padding: 17px 30px;
  }
}
@media (min-width: 992px) {
  .need-consult form button[type="submit"] {
    width: auto;
    padding: 17px 55px 17px 55px;
  }
}
.need-consult form button[type="submit"]:after {
  content: '';
  background: url('../img/btn-arrow.png');
  width: 13px;
  height: 9px;
  display: inline-block;
  margin-left: 5px;
}
.fullscreen {
  min-height: calc(100% - 70px);
  background-image: url('../img/login-bg.jpg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 50% 100%;
}
@media (min-width: 0) {
  .fullscreen {
    background-image: none;
    max-height: none;
  }
}
@media (min-width: 768px) {
  .fullscreen {
    background-size: 30% 100%;
  }
}
@media (min-width: 992px) {
  .fullscreen {
    max-height: calc(100% - 70px);
    background-image: url('../img/login-bg.jpg');
    background-size: 50% 100%;
  }
}
.fullscreen h1 {
  line-height: 46px;
  margin: 0 0 40px;
}
.fullscreen form label {
  color: #2b2b2b;
  font-size: 14px;
  line-height: 40px;
  display: block;
  padding-left: 0;
}
.fullscreen form input[type="text"],
.fullscreen form input[type="password"],
.fullscreen form input[type="tel"],
.fullscreen form input[type="email"] {
  background: #fff;
  height: 50px;
  display: block;
  padding: 0 15px;
  color: #2b2b2b;
  width: 100%;
  border: none;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  outline: none;
}
.fullscreen form input[type="text"]::placeholder,
.fullscreen form input[type="password"]::placeholder,
.fullscreen form input[type="tel"]::placeholder,
.fullscreen form input[type="email"]::placeholder {
  color: #2b2b2b;
}
.fullscreen form .form-footer {
  margin-top: 25px;
}
.fullscreen form .form-footer label {
  color: #2b2b2b;
  padding-left: 30px;
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 15px;
}
.fullscreen form .form-footer label:last-of-type {
  margin-bottom: 0;
}


.fullscreen form .forget-password {
  color: #48c2c5;
  font-size: 14px;
  text-decoration: none;
}
.fullscreen form .forget-password:hover {
  text-decoration: underline;
}
.fullscreen form button.blue-bg {
  border: none;
  width: 100%;
  height: 50px;
  cursor: pointer;
  margin-top: 30px;
  outline: none;
  padding: 0 30px;
}
.fullscreen form button.blue-bg:hover {
  background-color: #0f83c9;
}
.fullscreen form a.button {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  text-align: center;
  line-height: 50px;
}
.fullscreen form a.button.register {
  margin-top: 20px;
}
.big-logo-container {
  text-align: center;
}
.big-logo-container img {
  margin: 15px 0;
}
.big-logo-container h2,
.big-logo-container h3,
.big-logo-container h4 {
  color: #fff;
  text-align: center;
}
.big-logo-container h2 {
  margin: 0 0 40px;
}
.big-logo-container h3 {
  margin: 25px 0 0;
  font-size: 34px;
}
.big-logo-container h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 30px 0 0;
}
.menu-mobile-sidebar {
  background: #f2f2f2;
  height: 100%;
}
.menu-mobile-sidebar .close-mobile-menu {
  width: 21px;
  height: 21px;
  background: url('../img/close.png');
  cursor: pointer;
  outline: none;
  border: none;
}
.menu-mobile-sidebar-header {
  height: 70px;
  background: #fff;
  font-size: 26px;
  color: #2b2b2b;
  font-weight: 600;
}
.menu-mobile-sidebar ul {
  padding: 0;
  margin: 0;
}
.menu-mobile-sidebar ul li {
  display: flex;
  height: 72px;
  border-bottom: 1px solid #d7d7d7;
  align-items: center;
  position: relative;
}
.menu-mobile-sidebar ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 600;
  line-height: 72px;
  text-decoration: none;
}
.menu-mobile-sidebar ul li:after {
  content: '';
  background: url('../img/mobile-menu-arrow.png') center center no-repeat;
  width: 6px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.expert {
  background: url('../img/desktop-bg.jpg') center center no-repeat #48c2c5;
  height: 891px;
}
@media (min-width: 0) {
  .expert {
    background-color: #48c2c5;
    background-image: none;
    height: auto;
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .expert {
    height: 891px;
    background: url('../img/desktop-bg.jpg') center center no-repeat #48c2c5;
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
.expert .photo {
  height: 440px;
  display: block;
  margin: 60px auto 0;
}
@media (min-width: 0) {
  .expert .expert-text {
    text-align: left;
  }
}
.expert .expert-text .expert-name {
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
}
.expert .expert-text .expert-profession {
  color: #fff;
  font-size: 16px;
}
@media (min-width: 0) {
  .expert .expert-text-container {
    background: url('../img/investors-bg-mobile.jpg') center top no-repeat;
    height: 1006px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .expert .expert-text-container {
    height: auto;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.expert .expert-text-list {
  padding: 0;
  margin: 40px 0;
}
.expert .expert-text-list-item {
  list-style: none;
  margin-bottom: 40px;
}
.expert .expert-text-list-item:last-of-type {
  margin-bottom: 0;
}
.expert .expert-text-list-item-title {
  padding-left: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
}
.expert .expert-text-list-item-title:before {
  content: '';
  position: absolute;
  background: url('../img/checkmark-turquoise.png') center center no-repeat #fff;
  background-size: 40%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.expert .expert-text-list-item p {
  margin: 20px 0 0;
  font-size: 15px;
  color: #fff;
}
@media (min-width: 0) {
  .expert .button {
    background: #fff;
    color: #48c2c5;
    width: 100%;
    text-align: center;
  }
  .expert .button:after {
    background: url('../img/arrow-t.png');
  }
}
@media (min-width: 992px) {
  .expert .button {
    background: #48c2c5;
    width: auto;
    color: #fff;
    text-align: center;
  }
}
.features-block {
  padding-top: 0;
}
.features-block h3 {
  margin-top: 0;
}
.features-block .features-list {
  padding: 0;
  margin: 0;
}
.features-block .features-list .feature {
  list-style: none;
  position: relative;
  margin-bottom: 35px;
}
.features-block .features-list .feature:last-of-type {
  margin-bottom: 0;
}
.features-block .features-list .feature-header {
  position: relative;
}
.features-block .features-list .feature-header .toggler {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  background-image: url('../img/plus-minus.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: auto;
  outline: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
  z-index: 1;
}
.features-block .features-list .feature-header .toggler.active {
  background-position: center top;
}
.features-block .features-list .feature-header-icon {
  position: absolute;
  height: 58px;
  left: 0;
}
.features-block .features-list .feature-header-icon img {
  display: block;
}
.features-block .features-list .feature-header span {
  font-size: 22px;
  color: #2b2b2b;
  font-weight: 600;
  line-height: 30px;
  display: flex;
  align-items: center;
  height: 58px;
}
@media (min-width: 0) {
  .features-block .features-list .feature-header span {
    padding-left: 90px;
  }
}
@media (min-width: 992px) {
  .features-block .features-list .feature-header span {
    padding-left: 0;
  }
}
.features-block .features-list .feature hr {
  border: none;
  background: url('../img/features/divider.png') center center no-repeat;
  height: 5px;
  margin: 15px 0;
}
.features-block .features-list .feature p {
  color: #2b2b2b;
  margin: 0;
  display: none;
}
.features-block .features-list .feature.opened p {
  display: block;
}
.features-block .full-width-btn {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-top: 45px;
}
.how-get h4,
.how-get h3 {
  margin-top: 0;
}
.how-get .card {
  background: #fff;
  padding: 20px 28px;
  border-radius: 5px;
}
@media (min-width: 0) {
  .how-get .card {
    margin-bottom: 30px;
    height: auto;
  }
}
@media (min-width: 480px) {
  .how-get .card {
    height: 225px;
  }
}
@media (min-width: 992px) {
  .how-get .card {
    margin-bottom: 0;
    height: 335px;
  }
}
.how-get .card-header {
  border-bottom: 1px solid #48c2c5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.how-get .card-header .number {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  background-color: #48c2c5;
}
.how-get .card-header .card-title {
  margin-left: 15px;
}
.how-get .card-title {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 600;
}
.how-get .card p {
  color: #2b2b2b;
  font-size: 16px;
  line-height: 26px;
  margin: 25px 0 0;
}
.how-get .col-lg-3:last-of-type .card {
  margin-bottom: 0;
}
.income-block h2 {
  margin-top: 0;
}
@media (min-width: 0) {
  .income-block {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .income-block {
    padding-bottom: 100px;
  }
}
.income-block label {
  position: relative;
  font-size: 14px;
  color: #2b2b2b;
  cursor: pointer;
  display: block;
  padding-left: 0;
}
.income-block label.radio {
  margin-bottom: 30px;
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
}
.income-block label input[type="radio"] {
  display: none;
}
.income-block label input[type="radio"] + span {
  display: block;
  line-height: 24px;
  color: #2b2b2b;
  font-weight: 600;
}
.income-block label input[type="radio"] + span:before {
  content: '';
  width: 23px;
  position: absolute;
  height: 23px;
  border: 2px solid #48c2c5;
  border-radius: 50%;
  left: 0;
  top: 0px;
  margin: auto;
}
.income-block label input[type="radio"]:checked + span:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #48c2c5;
  left: 5px;
  top: 5px;
}
.income-block .input-block {
  position: relative;
}
.income-block .input-block input {
  width: 100%;
  height: 48px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  padding: 0 20px;
  color: #2b2b2b;
  font-weight: bold;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.income-block .input-block input:disabled {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
}
.income-block .input-block .noUi-connect {
  background: #48c2c5;
  border-radius: 0;
}
.income-block .input-block .noUi-target {
  background: none;
  border-radius: 0;
}
.income-block .input-block .noUi-horizontal {
  position: absolute;
  height: 2px;
  box-shadow: none;
  border: none;
  bottom: 0px;
  width: 100%;
}
.income-block .input-block .noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  background: url('../img/bar.png') transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  border-radius: 0;
  right: -7px;
  top: -7px;
}
.income-block .input-block .noUi-horizontal .noUi-handle:before,
.income-block .input-block .noUi-horizontal .noUi-handle:after {
  display: none;
}
.income-block .input-block-container {
  margin-bottom: 30px;
}
.income-block .input-block-container:last-of-type {
  margin-bottom: 0;
}
.income-block .min,
.income-block .max {
  position: absolute;
  left: 0;
  color: #8f8f8f;
  font-size: 12px;
  bottom: -30px;
}
.income-block .max {
  left: auto;
  right: 0;
}
.income-block .partner-btn {
  width: 100%;
  text-align: center;
}
@media (min-width: 0) {
  .income-block .partner-btn {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .income-block .partner-btn {
    margin-bottom: 30px;
  }
}
.income-block.frontpage .info {
  position: absolute;
  height: 30px;
  width: 30px;
  background: url('../img/info.png') center center no-repeat #fff;
  border-radius: 50%;
  right: 10px;
  top: 8px;
  cursor: pointer;
}
.income-block.frontpage .info:hover .tip {
  display: block;
}
.income-block.frontpage .partner-btn {
  margin-top: 50px;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
}
.income-block.frontpage .partner-btn:hover {
  background: #0067a5;
}
.income-block.frontpage #amount {
  font-size: 22px;
}
.income-block #amount.color-tq {
  color: #48c2c5;
}
.income-block #amount.bold {
  font-weight: bold;
}
.examples {
  padding-bottom: 0;
  padding-top: 0;
}
.examples h5 {
  margin-top: 0;
}
.requests {
  padding-top: 0;
}
.requests.frontpage .requests-block {
  padding: 0;
  background: none;
}
@media (min-width: 0) {
  .requests.frontpage .requests-block .table-requests-list {
    width: 360px;
  }
  .requests.frontpage .requests-block .table-requests-list .owl-stage-outer {
    overflow: visible;
  }
  .requests.frontpage .requests-block .table-requests-list .owl-nav {
    display: none;
  }
}
@media (min-width: 992px) {
  .requests.frontpage .requests-block .table-requests-list {
    width: 100%;
  }
  .requests.frontpage .requests-block .table-requests-list .owl-stage-outer {
    overflow: hidden;
  }
  .requests.frontpage .requests-block .table-requests-list .owl-nav {
    display: block;
  }
}
.requests.frontpage .requests-block li.table-requests-list-item {
  border: 1px solid #d7d7d7;
  width: 100%;
  margin: 0;
}
@media (min-width: 0) {
  .requests.frontpage .requests-block li.table-requests-list-item {
    width: 360px;
  }
}
@media (min-width: 992px) {
  .requests.frontpage .requests-block li.table-requests-list-item {
    width: 100%;
  }
}
.requests.frontpage .owl-nav {
  position: absolute;
  top: 0;
  height: 33px;
  bottom: 0;
  margin: auto;
  width: 100%;
}
.requests.frontpage .owl-nav button {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #f5f5f5;
  position: absolute;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.requests.frontpage .owl-nav button:hover {
  background: #48c2c5;
}
.requests.frontpage .owl-nav button span {
  width: 6px;
  height: 10px;
  display: inline-block;
}
.requests.frontpage .owl-nav .owl-prev {
  left: -63px;
}
.requests.frontpage .owl-nav .owl-prev span {
  background: url('../img/arrow-left.png') center top no-repeat;
  font-size: 0;
}
.requests.frontpage .owl-nav .owl-prev:hover span {
  background-position: center bottom;
}
.requests.frontpage .owl-nav .owl-next {
  right: -63px;
}
.requests.frontpage .owl-nav .owl-next span {
  background: url('../img/arrow-right.png') center top no-repeat;
  font-size: 0;
}
.requests.frontpage .owl-nav .owl-next:hover span {
  background-position: center bottom;
}
.requests-block {
  background: #f2f2f2;
  padding: 30px 35px 35px;
  border-radius: 5px;
}
@media (min-width: 0) {
  .requests-block {
    background: url('../img/up.png') center bottom no-repeat #f2f2f2;
    padding-left: 0;
    padding-right: 0;
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 345px;
  }
}
@media (min-width: 992px) {
  .requests-block {
    background: #f2f2f2;
    padding: 30px 35px 35px;
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (min-width: 0) {
  .requests-block .table-requests {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .requests-block .table-requests {
    padding-left: 0;
    padding-right: 0;
  }
}
.requests-block .table-requests-title {
  font-size: 22px;
  color: #2b2b2b;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 30px;
}
.requests-block .table-requests-list {
  padding: 0;
  margin: 0;
}
.requests-block .table-requests-list-item {
  background: #fff;
  list-style: none;
  padding: 35px;
  box-sizing: border-box;
  width: 324px;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media (min-width: 0) {
  .requests-block .table-requests-list-item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .requests-block .table-requests-list-item {
    width: 324px;
  }
}
.requests-block .table-requests-list-item:last-of-type {
  margin-bottom: 0;
}
.requests-block .table-requests-list-item-title {
  font-size: 22px;
  color: #2b2b2b;
  padding-right: 60px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 0) {
  .requests-block .table-requests-list-item-title {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .requests-block .table-requests-list-item-title {
    padding-right: 60px;
  }
}
.requests-block .table-requests-list-item .request-info-list {
  padding: 0;
  margin: 0;
}
.requests-block .table-requests-list-item .request-info-list-item {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.requests-block .table-requests-list-item .request-info-list-item-icon {
  margin-right: 17px;
  width: 42px;
  height: 39px;
  position: relative;
}
.requests-block .table-requests-list-item .request-info-list-item-icon img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.requests-block .table-requests-list-item .request-info-list-item-name {
  font-size: 14px;
  color: #888888;
  line-height: 14px;
  margin-bottom: 10px;
}
.requests-block .table-requests-list-item .request-info-list-item-value {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #2b2b2b;
}
.requests .partner-btn {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 50px;
  text-align: center;
}
.requirements h3 {
  margin-top: 0;
}
.requirements .requirement {
  padding-left: 40px;
  position: relative;
  font-size: 18px;
}
@media (min-width: 0) {
  .requirements .requirement {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .requirements .requirement {
    margin-bottom: 0;
  }
}
.requirements .requirement:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url('../img/checkmark-turquoise.png') center center no-repeat #fff;
  background-size: 40%;
  border-radius: 50%;
  left: 0;
  top: 0;
}
@media (min-width: 0) {
  .requirements .row .col-lg-3:last-of-type .requirement {
    margin-bottom: 0;
  }
}
.zaem-form {
  background: url('../img/zaem-form-bg.png') center center no-repeat;
  height: 488px;
}
@media (min-width: 0) {
  .zaem-form {
    background: url('../img/zaem-bg.jpg') center center no-repeat;
    height: 1034px;
  }
}
@media (min-width: 992px) {
  .zaem-form {
    background: url('../img/zaem-form-bg.png') center center no-repeat;
    height: 488px;
  }
}
.zaem-form h5 {
  margin-top: 0;
  color: #fff;
}
.zaem-form label {
  color: #fff;
  display: block;
  font-size: 14px;
  padding-left: 0;
}
.zaem-form input[type="text"],
.zaem-form input[type="tel"],
.zaem-form input[type="email"] {
  border: 1px solid #fff;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: none;
  border-radius: 5px;
  margin-top: 7px;
  outline: none;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
@media (min-width: 0) {
  .zaem-form input[type="text"],
  .zaem-form input[type="tel"],
  .zaem-form input[type="email"] {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .zaem-form input[type="text"],
  .zaem-form input[type="tel"],
  .zaem-form input[type="email"] {
    margin-bottom: 0;
  }
}
.zaem-form .terms-container {
  margin-top: 25px;
  margin-bottom: 50px;
}
@media (min-width: 0) {
  .zaem-form .terms-container {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .zaem-form .terms-container {
    margin-top: 25px;
  }
}
.zaem-form .terms-container span {
  padding-left: 30px;
  font-size: 14px;
}
.zaem-form .terms-container span:before {
  border-color: #fff;
  top: 2px;
}
.zaem-form .button {
  border: none;
  outline: none;
  height: 50px;
  cursor: pointer;
}
@media (min-width: 0) {
  .zaem-form .button {
    background: #fff;
    color: #48c2c5;
    width: 100%;
  }
  .zaem-form .button:after {
    background: url('../img/arrow-t.png');
  }
}
@media (min-width: 992px) {
  .zaem-form .button {
    background: #48c2c5;
    color: #fff;
  }
  .zaem-form .button:after {
    background: url('../img/btn-arrow.png');
  }
}
.zaem-features {
  padding-top: 50px;
}
.zaem-features .zaem-feature {
  margin-bottom: 40px;
}
.zaem-features .zaem-feature-icon {
  width: 70px;
  height: 59px;
  position: relative;
}
.zaem-features .zaem-feature-icon img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.zaem-features .zaem-feature-title {
  padding-left: 20px;
  font-size: 22px;
  font-weight: 600;
  color: #2b2b2b;
}
.zaem-features .zaem-feature .zaem-feature-header {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.zaem-features .zaem-feature .zaem-feature-header:after {
  content: '';
  position: absolute;
  background: url('../img/divider-zaem.png') center center no-repeat;
  height: 6px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-size: cover;
}
.zaem-features .zaem-features-list {
  padding: 0;
  margin: 0;
}
.zaem-features .zaem-features-list li {
  list-style: none;
  padding-left: 22px;
  position: relative;
  margin-bottom: 15px;
}
.zaem-features .zaem-features-list li a {
  color: #48c2c5;
}
.zaem-features .zaem-features-list li:last-of-type {
  margin-bottom: 0;
}
.zaem-features .zaem-features-list li:before {
  content: '';
  position: absolute;
  background: url('../img/checkmark-turquoise.png') center center no-repeat;
  background-size: 70%;
  width: 17px;
  height: 15px;
  left: 0;
  top: 6px;
}
.zaem-features .button {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
}
.news h6 {
  margin-top: 0;
}
.news .owl-stage-outer {
  overflow: visible;
}
.news .news-article {
  background: #fff;
  height: 485px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 0) {
  .news .news-article {
    height: 350px;
  }
}
@media (min-width: 1101px) {
  .news .news-article {
    height: 485px;
  }
}
@media (min-width: 0) {
  .news .news-article img {
    display: none;
  }
}
@media (min-width: 1101px) {
  .news .news-article img {
    display: block;
  }
}
.news .news-article p {
  color: #2b2b2b;
}
@media (min-width: 0) {
  .news .news-article p {
    display: block;
  }
}
@media (min-width: 1101px) {
  .news .news-article p {
    display: none;
  }
}
.news .news-article-inner {
  padding: 35px;
  height: calc(100% - 220px);
  position: relative;
}
@media (min-width: 0) {
  .news .news-article-inner {
    height: 100%;
  }
}
@media (min-width: 1101px) {
  .news .news-article-inner {
    height: calc(100% - 220px);
  }
}
.news .news-article-inner .read-more {
  font-size: 14px;
  color: #48c2c5;
  text-decoration: none;
  position: absolute;
  bottom: 35px;
  left: 35px;
}
.news .news-article-inner .read-more:after {
  content: '';
  display: inline-block;
  background: url('../img/arrow-t.png');
  width: 13px;
  height: 9px;
  margin-left: 5px;
}

.news .news-article-inner .read-more1 {
  font-size: 14px;
  color: #48c2c5;
  text-decoration: none;

}
.news .news-article-inner .read-more1:after {
  content: '';
  display: inline-block;
  background: url('../img/arrow-t.png');
  width: 13px;
  height: 9px;
  margin-left: 5px;
}
.news .news-article-inner .read-more1:hover {
  text-decoration: underline;
}



.news .news-article-inner-date {
  color: #888;
  font-size: 14px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 16px;
  display: inline-block;
}
.news .news-article-inner-date:before {
  content: '';
  position: absolute;
  background: url('../img/calendar-grey.png');
  width: 15px;
  height: 12px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news .news-article-inner-title {
  font-weight: 600;
  font-size: 18px;
  color: #2b2b2b;
}
.news .button {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 50px;
  text-align: center;
  margin-top: 50px;
}
@media (min-width: 0) {
  .news .button {
    background: none;
    text-align: left;
    color: #0f83c9;
  }
}
@media (min-width: 1101px) {
  .news .button {
    background: #0f83c9;
    color: #fff;
    text-align: center;
  }
}
@media (min-width: 0) {
  .what-is {
    padding-bottom: 355px;
    background: url('../img/rocket.png') center bottom no-repeat;
  }
}
@media (min-width: 992px) {
  .what-is {
    padding-bottom: 100px;
    background: none;
  }
}
.what-is-title {
  font-size: 36px;
  margin-bottom: 50px;
  font-weight: 600;
  display: inline-block;
}
.what-is-text {
  display: block;
  color: #2b2b2b;
  font-size: 22px;
  line-height: 30px;
}
.what-is-p {
  margin: 0 15px;
  color: #2b2b2b;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}
@media (min-width: 0) {
  .what-is-p {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .what-is-p {
    margin-top: 0;
  }
}
.what-is-p:before {
  content: '';
  position: absolute;
  background: url('../img/what-is-divider.png');
  width: 5px;
  height: 169px;
  left: -30px;
  top: 9px;
}
.partners h5 {
  margin-top: 0;
}
.partners .partner {
  height: 200px;
  border: 1px solid #d7d7d7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
@media (min-width: 0) {
  .partners .partner {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .partners .partner {
    margin-bottom: 0;
  }
}
.invest-zaem .invest,
.invest-zaem .zaem {
  padding: 35px;
  border: 1px solid #48c2c5;
  border-radius: 5px;
  position: relative;
}
@media (min-width: 0) {
  .invest-zaem .invest,
  .invest-zaem .zaem {
    margin-bottom: 50px;
    padding-top: 160px;
  }
}
@media (min-width: 992px) {
  .invest-zaem .invest,
  .invest-zaem .zaem {
    margin-bottom: 0;
    padding-top: 35px;
  }
}
.invest-zaem .invest .block-title,
.invest-zaem .zaem .block-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 30px;
}
.invest-zaem .invest ul,
.invest-zaem .zaem ul {
  padding: 0;
}
.invest-zaem .invest ul li,
.invest-zaem .zaem ul li {
  list-style: none;
  padding-left: 25px;
  color: #2b2b2b;
  margin-bottom: 10px;
  position: relative;
}
.invest-zaem .invest ul li:before,
.invest-zaem .zaem ul li:before {
  content: '';
  position: absolute;
  background: url('../img/checkmark-grey.png');
  width: 17px;
  height: 15px;
  left: 0;
  top: 5px;
}
.invest-zaem .invest .button,
.invest-zaem .zaem .button {
  height: 50px;
  background: #48c2c5;
  margin-top: 20px;
}
@media (min-width: 0) {
  .invest-zaem .invest .button,
  .invest-zaem .zaem .button {
    padding: 0 30px;
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  .invest-zaem .invest .button,
  .invest-zaem .zaem .button {
    padding: 11px 95px 13px 76px;
    line-height: normal;
  }
}
.invest-zaem .invest .icon-block,
.invest-zaem .zaem .icon-block {
  width: 88px;
  height: 88px;
  background: #f5f5f5;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 35px;
  top: 35px;
}
@media (min-width: 0) {
  .invest-zaem .invest .icon-block,
  .invest-zaem .zaem .icon-block {
    left: 35px;
    right: auto;
  }
}
@media (min-width: 992px) {
  .invest-zaem .invest .icon-block,
  .invest-zaem .zaem .icon-block {
    right: 35px;
    left: auto;
  }
}
.invest-zaem .invest:hover,
.invest-zaem .zaem:hover {
  border: 1px solid rgba(255, 225, 255, 0);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.15);
}
.invest-zaem .zaem {
  border: 1px solid #0f83c9;
}
.invest-zaem .zaem .button {
  background: #0f83c9;
}
.clearify h4,
.clearify h5,
.clearify h6 {
  margin-top: 0;
}
.clearify ul.clearify-list {
  padding: 0;
  margin: 0;
}
.clearify ul.clearify-list li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 25px;
}
.clearify ul.clearify-list li:before {
  content: '';
  position: absolute;
  height: 41px;
  width: 5px;
  background: url('../img/small-divider.png');
  left: 0;
  top: 0;
}
.clearify ul.clearify-list li p {
  font-size: 16px;
  color: #2b2b2b;
  margin: 0;
  position: relative;
  top: -8px;
}
.clearify ul.clearify-list li span {
  color: #48c2c5;
  font-size: 26px;
  line-height: 40px;
  font-weight: 600;
  display: inline-block;
  margin-top: -15px;
}
.clearify ul.clearify-list li span .small {
  font-size: 16px;
}
.clearify .grey-text {
  font-size: 14px;
  color: #888;
}
.clearify .clearify-block {
  height: 320px;
  background: #fff;
  border-radius: 5px;
  padding: 35px;
}
@media (min-width: 0) {
  .clearify .clearify-block {
    height: auto;
  }
}
@media (min-width: 992px) {
  .clearify .clearify-block {
    height: 320px;
  }
}
.clearify .clearify-block img {
  float: left;
  margin-right: 35px;
}
.clearify .clearify-block .clearify-block-text {
  margin: 40px 0 0 ;
}
@media (min-width: 0) {
  .clearify .clearify-block .clearify-block-text {
    clear: both;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .clearify .clearify-block .clearify-block-text {
    clear: none;
    display: block;
  }
}
.clearify .clearify-block .clearify-block-text-title {
  font-size: 22px;
  color: #2b2b2b;
  font-weight: 600;
  margin-bottom: 30px;
}
.clearify .clearify-block .clearify-block-text .clearify-block-list {
  padding: 0;
  margin: 0;
}
.clearify .clearify-block .clearify-block-text .clearify-block-list li {
  list-style: none;
  position: relative;
  color: #2b2b2b;
  padding-left: 30px;
  margin-bottom: 10px;
}
@media (min-width: 0) {
  .clearify .clearify-block .clearify-block-text .clearify-block-list li {
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .clearify .clearify-block .clearify-block-text .clearify-block-list li {
    padding-left: 30px;
  }
}
.clearify .clearify-block .clearify-block-text .clearify-block-list li span {
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}
.clearify .clearify-block .clearify-block-text .clearify-block-list li span:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.clearify .clearify-block .clearify-block-text .clearify-block-list li:nth-of-type(1) span {
  color: #54c6c9;
}
.clearify .clearify-block .clearify-block-text .clearify-block-list li:nth-of-type(1) span:before {
  background: #54c6c9;
}
.clearify .clearify-block .clearify-block-text .clearify-block-list li:nth-of-type(2) span {
  color: #1f90de;
}
.clearify .clearify-block .clearify-block-text .clearify-block-list li:nth-of-type(2) span:before {
  background: #1f90de;
}
.clearify .clearify-block .clearify-block-text .clearify-block-list li:nth-of-type(3) span {
  color: #065394;
}
.clearify .clearify-block .clearify-block-text .clearify-block-list li:nth-of-type(3) span:before {
  background: #065394;
}
.clearify .clearify-block .clearify-block-text .clearify-block-list li:nth-of-type(4) span {
  color: #289497;
}
.clearify .clearify-block .clearify-block-text .clearify-block-list li:nth-of-type(4) span:before {
  background: #289497;
}
.index-expert {
  background: url('../img/expert-frontpage.jpg') center center no-repeat;
  height: 764px;
}
@media (min-width: 0) {
  .index-expert {
    height: auto;
    background: none;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .index-expert {
    background: url('../img/expert-frontpage.jpg') center center no-repeat;
    height: 764px;
    padding-bottom: 100px;
  }
}
@media (min-width: 0) {
  .index-expert .first-expert {
    background: url('../img/expert-mobile.png');
    width: 100%;
    height: 691px;
    padding-top: 100px;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .index-expert .first-expert {
    padding-top: 0;
    height: auto;
    background: none;
  }
}
@media (min-width: 0) {
  .index-expert .second-expert {
    background: url('../img/expert-second-bg.jpg');
    width: 100%;
    height: 761px;
    padding-top: 100px;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .index-expert .second-expert {
    padding-top: 0;
    height: auto;
    background: none;
  }
}
.index-expert-info-title {
  font-weight: 600;
  color: #fff;
  font-size: 36px;
  line-height: 46px;
}
.index-expert-info-profession {
  font-size: 16px;
  color: #fff;
}
.index-expert-info blockquote {
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  padding: 0;
  margin: 35px 0 0;
}
.index-expert-info-text {
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}
.index-expert-info-text strong {
  font-weight: bold;
  color: #48c2c5;
}
.index-expert-info-video {
  position: relative;
  left: -15px;
  margin: 30px 0;
}
.index-expert-info-video .play-button {
  display: inline-block;
  position: absolute;
}
.tab {
  display: none;
}
.tab.active {
  display: block;
}
.tip {
  position: absolute;
  width: 320px;
  background: #fff;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.15);
  padding: 15px 20px;
  left: -143px;
  right: 0;
  margin: auto;
  bottom: -110px;
  display: none;
  z-index: 2;
}
@media (min-width: 0) {
  .tip {
    left: -300px;
  }
}
@media (min-width: 992px) {
  .tip {
    left: -143px;
  }
}
.tip:after {
  content: '';
  position: absolute;
  height: 30px;
  width: 100%;
  left: 0;
  top: -30px;
}
.tip:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  margin: auto;
  transform: rotate(45deg);
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.tip p {
  margin: 0;
  color: #2b2b2b;
  font-size: 14px;
}
.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: ""
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}
.modal .modal-content {
    border: 0;
    border-radius: 0;
    border-radius: 4px
}

.modal .modal-content .modal-header {
    padding: 25px
}

.modal .modal-content .modal-header .modal-title {
    font-weight: 400;
    font-size: 1.2rem
}

.modal .modal-content .modal-header .close {
    line-height: 0;
    font-family: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 0;
    outline: none !important
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal .modal-content .modal-header .close:before {
    content: "x"
}

.modal .modal-content .modal-header .close:before {
    font-size: 1.2rem
}

.modal .modal-content .modal-header .close span {
    display: none
}

.modal .modal-content .modal-body {
    padding: 25px
}

.modal .modal-content .modal-footer {
    padding: 25px
}

.modal-open {
    overflow: auto !important;
    padding: 0 !important
}

.modal .modal-content {
    -webkit-box-shadow: 0px 0px 15px 1px rgba(81, 77, 92, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(81, 77, 92, 0.2)
}

.modal .modal-content .modal-header .modal-title {
    color: #3f4047
}

.modal .modal-content .modal-header .close span {
    color: #575962
}

@media (max-width: 992px) {
    .opened-info-1 {
        padding-top: 150px !important;
        padding-bottom: 200px !important;
    }
}
@media (max-width: 992px) {
    .opened-info-2 {
        padding-top: 180px !important;
        padding-bottom: 300px !important;
    }
}
@media (max-width: 992px) {
    .opened-info-3 {
        padding-top: 100px !important;
        padding-bottom: 150px !important;
    }
}
@media (max-width: 992px) {
    .opened-info-4 {
        padding-bottom: 40px !important;
    }
}