@font-face {
  font-family: 'NeueMontreal';
  src: url("../fonts/NeueMontreal-Regular.eot");
  src: url("../fonts/NeueMontreal-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMontreal-Regular.woff2") format("woff2"), url("../fonts/NeueMontreal-Regular.woff") format("woff"), url("../fonts/NeueMontreal-Regular.ttf") format("truetype"), url("../fonts/NeueMontreal-Regular.svg#NeueMontreal-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "NeueMontreal";
}

main {
  max-width: 100%;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.text-blue {
  color: #0079BC;
}

.background-blue {
  background-color: #0079BC;
}

.text-pink {
  color: #E74D92;
}

.background-pink {
  background-color: #E74D92;
}

.text-white {
  color: white;
}

.text-gold {
  color: #FDB909;
}

.background-gold {
  background-color: #FDB909;
}

.background-white {
  background-color: white;
}

.background-gray {
  background-color: #F2F2F2;
}

h2 {
  font-size: 58px;
  line-height: 82px;
  font-weight: normal;
}

@media screen and (max-width: 1400px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
  }
}

.font-12 {
  font-size: 12px;
  line-height: 21px;
}

@media screen and (max-width: 991px) {
  .font-12 {
    font-size: 10px;
  }
}

.font-16 {
  font-size: 16px;
  line-height: 28px !important;
}

@media screen and (max-width: 1400px) {
  .font-16 {
    font-size: 14px;
    line-height: 24px;
  }
}

.font-19 {
  font-size: 19px;
  line-height: 23px;
}

@media screen and (max-width: 991px) {
  .font-mobile-14 {
    font-size: 14px !important;
    line-height: 21px !important;
  }
}

.font-20 {
  font-size: 20px;
  line-height: 42px;
}

@media screen and (max-width: 991px) {
  .font-mobile-20 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

.font-24 {
  font-size: 24px;
  line-height: 43px;
}

@media screen and (max-width: 1400px) {
  .font-24 {
    font-size: 18px;
    line-height: 30px;
  }
}

.font-25 {
  font-size: 25px;
  line-height: 48px;
}

@media screen and (max-width: 1400px) {
  .font-25 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .font-25 {
    font-size: 16px;
  }
}

.font-26 {
  font-size: 26px;
  line-height: 40px;
}

@media screen and (max-width: 1400px) {
  .font-26 {
    font-size: 24px;
    line-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .font-26 {
    font-size: 20px;
    line-height: 34px;
  }
}

.font-28 {
  font-size: 28px;
  line-height: 48px;
}

@media screen and (max-width: 1400px) {
  .font-28 {
    font-size: 24px;
    line-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .font-28 {
    font-size: 20px;
    line-height: 34px;
  }
}

.font-36 {
  font-size: 36px;
  line-height: 43px;
}

@media screen and (max-width: 1400px) {
  .font-36 {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .font-36 {
    font-size: 30px;
  }
}

.font-42 {
  font-size: 42px;
  line-height: 70px;
}

@media screen and (max-width: 1750px) {
  .font-42 {
    font-size: 36px;
    line-height: 46px;
  }
}

@media screen and (max-width: 1400px) {
  .font-42 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .font-42 {
    font-size: 21px;
    line-height: 33px;
  }
}

.font-74 {
  font-size: 74px;
  line-height: 82px;
}

@media screen and (max-width: 1400px) {
  .font-74 {
    font-size: 56px;
    line-height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .font-74 {
    font-size: 28px;
    line-height: 38px;
  }
}

.font-114 {
  font-size: 114px;
}

@media screen and (max-width: 1400px) {
  .font-114 {
    font-size: 95px;
  }
}

@media screen and (max-width: 768px) {
  .font-114 {
    font-size: 82px;
  }
}

@media screen and (min-width: 1400px) {
  .mw-940 {
    width: 940px;
  }
}

@media screen and (min-width: 1400px) {
  .mw-696 {
    max-width: 696px;
  }
}

.mw-100 {
  max-width: 100%;
}

.mw-50 {
  max-width: 30%;
}

.w-100 {
  width: 100%;
}

.weight-600 {
  font-weight: 700;
}

.border-pink {
  border: 3px solid #E74D92;
  border-radius: 16px;
}

.separator {
  width: 100%;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  margin: 50px 0;
}

@media screen and (max-width: 1400px) {
  .separator {
    font-size: 35px;
  }
}

@media screen and (max-width: 768px) {
  .separator {
    font-size: 25px;
  }
}

.mb-7 {
  margin-bottom: 387px;
}

@media screen and (max-width: 1400px) {
  .mb-7 {
    margin-bottom: 250px;
  }
}

@media screen and (max-width: 768px) {
  .mb-7 {
    margin-bottom: 182px;
  }
}

.video-shadow {
  -webkit-box-shadow: 3px 78px 46px -45px rgba(0, 121, 188, 0.46);
          box-shadow: 3px 78px 46px -45px rgba(0, 121, 188, 0.46);
}

@media screen and (max-width: 768px) {
  .video-shadow {
    -webkit-box-shadow: 3px 58px 46px -45px rgba(0, 121, 188, 0.46);
            box-shadow: 3px 58px 46px -45px rgba(0, 121, 188, 0.46);
  }
}

.line-height-160 {
  line-height: 160% !important;
}

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 10%;
  width: 100%;
  position: relative;
  height: 80vh;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .hero {
    height: unset;
  }
}

.hero .hero__img {
  position: absolute;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}

@media screen and (max-width: 1450px) {
  .hero .hero__img {
    right: -330px;
  }
}

@media screen and (max-width: 991px) {
  .hero .hero__img {
    position: static;
    width: 200%;
    -webkit-transform: translate(-48%);
            transform: translate(-48%);
  }
}

.hero__wrapper{
  position: absolute;
  left: 10%;
  bottom: 50%; 
  -webkit-transform: translateY(50%);
          transform: translateY(50%); 
  display: -webkit-box;
  display: -ms-flexbox; 
 display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
}

.hero__buttons{
  min-width: 560px;
  display: flex;
  margin: 4rem 0rem;
}

.hero__buttons .button{
  display: inline-block;
  text-align: center;
  margin: .25rem !important;
}

.hero .hero__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
}

@media screen and (max-width: 991px) {
  .hero .hero__text {
    position: static;
    -webkit-transform: none;
            transform: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    color: #0079BC;
    padding: 0 10px;
  }
}

.hero .poltorejprocent {
  max-width: 200px;
}

.hero .button {
  text-transform: none;
}

.hero .hero__buttons {
  z-index: 1;
}

.hero .hero__cloud {
  position: absolute;
  width: 360px;
  bottom: 0;
  right: 5%;
  -webkit-transform: translate(10%, 30%);
          transform: translate(10%, 30%);
}

@media screen and (max-width: 1400px) {
  .hero .hero__cloud {
    width: 211px;
    -webkit-transform: translate(20%, 30%);
            transform: translate(20%, 30%);
  }
}

.hero .hero__logo {
  -webkit-transform: translateX(-21%);
          transform: translateX(-21%);
  width: 300px;
  margin-bottom: 150px;
}

@media screen and (min-width: 1500px) {
  .hero .hero__logo {
    width: 450px;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1900px) {
  .hero .hero__logo {
    margin-bottom: 5vw;
  }
}

.section2 {
  background-image: url("/img/sad-girl.jpg");
  background-position: center;
  width: 100%;
  height: 600px;
  min-height: 38vw;
  background-size: auto 100%;
}

@media screen and (max-width: 768px) {
  .section2 {
    height: 375px;
  }
}

.header {
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
}

.header .header__logo {
  -webkit-transform: translateX(-4%);
          transform: translateX(-4%);
  width: 238px;
  margin-bottom: -25px;
}

.header .background-blue {
  border-bottom-left-radius: 45px;
}

@media screen and (max-width: 992px) {
  .header .background-blue {
    border-bottom-right-radius: 45px;
  }
}

.header .button {
  padding: 16px 52px;
  width: auto;
}

@media screen and (max-width: 992px) {
  .header.active .active-pt-0 {
    padding-top: 0 !important;
  }
  .header.active .active-mb-1 {
    margin-bottom: .5rem !important;
  }
  .header.active .active-mb-0 {
    margin-bottom: 0 !important;
  }
}

.header.active .background-blue {
  width: 100% !important;
  margin-left: 0;
}

@media screen and (min-width: 992px) {
  .header.active .background-blue {
    border-bottom-left-radius: 0;
  }
}

.header.active .background-blue > div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header.active .header__logo {
  display: none;
}

@media screen and (max-width: 992px) {
  .header.active .button {
    width: 100%;
  }
}

.footer1 .footer1-cloud {
  position: absolute;
  left: 50%;
  top: 0;
  width: 253px;
  max-width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
  .footer1 .footer1-cloud {
    display: none;
  }
}

.footer2 .share-bank {
  cursor: pointer;
}

@-webkit-keyframes ripple {
  to {
    -webkit-transform: scale(18);
            transform: scale(18);
    opacity: 0;
  }
}

@keyframes ripple {
  to {
    -webkit-transform: scale(18);
            transform: scale(18);
    opacity: 0;
  }
}

.button {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  border-radius: 46px;
  color: white;
  background-color: #E74D92;
  text-align: center;
  border: none;
  padding: 15px;
  text-transform: uppercase;
  width: 85%;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .button {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .button {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

@media (hover: hover) {
  .button:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), #E74D92;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #E74D92;
  }
}

.button span.ripple {
  position: absolute;
  /* The absolute position we mentioned earlier */
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: ripple .6s linear;
          animation: ripple .6s linear;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), #E74D92;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #E74D92;
  pointer-events: none;
}

@media (pointer: fine) {
  .button span.ripple {
    display: none;
  }
}

.button:hover {
  color: white;
}

.button--thin {
  width: 32%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.card-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  -webkit-transform: translate(-65%, 60%);
          transform: translate(-65%, 60%);
}

@media screen and (max-width: 1200px) {
  .card-img {
    display: none;
  }
}

.slonce-dol {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  -webkit-transform: translate(50%, 15%);
          transform: translate(50%, 15%);
}

@media screen and (max-width: 1200px) {
  .slonce-dol {
    display: none;
  }
}

.chmura-lewo {
  position: absolute;
  left: 50px;
  width: 15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slonce-gora {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media screen and (max-width: 1200px) {
  .slonce-gora {
    display: none;
  }
}

.chmura-dol {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  -webkit-transform: translate(10%, 50%);
          transform: translate(10%, 50%);
}

@media screen and (max-width: 1200px) {
  .chmura-dol {
    display: none;
  }
}

.hearts-small {
  width: 157px;
}

.hearts-big {
  width: 312px;
}

@media screen and (max-width: 992px) {
  .absolute-top-0 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.heart {
  width: 188px;
}

@media screen and (max-width: 992px) {
  .heart {
    display: none;
  }
}

.popup-message {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 20px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 30px;
  color: #fff;
  font-size: 24px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
  white-space: nowrap;
}

@media screen and (max-width: 992px) {
  .popup-message {
    font-size: 14px;
  }
}

.popup-message.fade {
  opacity: 0;
}

.custom-video {
  position: relative;
}

.custom-video .custom-video__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.custom-video .custom-video__play-btn {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 8%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.custom-video img:not(.custom-video__play-btn) {
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 0 !important;
}
