@font-face {
    font-family: 'AAH';
    src: url('../fonts/aa_higherup.ttf') format('truetype');
}

body {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    height: 1.2em;
    color: #000000;
    background-color: #fff;
}

html,
body {
    min-height: 100vh;
    position: relative;
}

.page-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}


.mt0 {margin-top: 0px;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt50 {margin-top: 50px;}
.mt70 {margin-top: 70px;}
.mt75 {margin-top: 75px;}

.mb0 {margin-bottom: 0px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb70 {margin-bottom: 70px;}

.pt0 {padding-top: 0px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt50 {padding-top: 50px;}
.pt70 {padding-top: 70px;}

.pb0 {padding-bottom: 0px;}
.pb0 {padding-bottom: 0px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb50 {padding-bottom: 50px;}
.pb70 {padding-bottom: 70px;}

@media print, screen and (max-width: 767px) {
  .mt50 {margin-top: 35px;}
  .mb50 {margin-bottom: 30px;}
  .pb70 {padding-bottom: 15px;}
  .pt70 {padding-top: 15px;}
  .mt70 {margin-top: 30px;}
  .ml20 {margin-left: 20px;}
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 25px 0px;
}
.video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
video {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}
  
p {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 24px;
    font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4;
}
  
h1 {
  font-family: 'AAH', sans-serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 90px;
  letter-spacing: 4px;
  color: #20879B;
  /* display: inline; */
}
  
h2 {
  font-family: 'AAH', sans-serif;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 2px;
  background: linear-gradient(to right, #3894AA, #0B6273);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* display: inline; */
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.75rem;
}

h5 {
    font-size: 1.5rem;
}

h6 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1191px) {
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media screen and (max-width: 667px) { 
    h2 {
        text-align: center;
    }
    h4 {
      font-size: 22px;
      line-height: 30px;
    }
    h5 {
      font-size: 20px;
      line-height: 27px;
    }
  }

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 25px 0px;
}


/* BUTTONS */
/* .btn {
    padding: 11px;
    color: #fff;
    background-color: #ff8207;
    border: 1px solid #cb6b0c;
}

.btn:hover {
    background-color: #a140e0;
    border: 1px solid #6c15a5;
    color: #fff;
} */

.btn-black {
  width: 430px;
  padding: 20px 10px;
  color: #fff;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 50px;
  font-size: 20px; 
}
.btn-black:hover {
    background-color: #202020;
    border: 1px solid #202020;
    color: #fff;
}

.btn-red {
  width: 100%;
  max-width: 345px;
  padding: 18px 10px;
  color: #fff;
  background-color: #e61111;
  border: 1px solid #e61111;
  border-radius: 50px;
  font-size: 18px;
}
.btn-red:hover {
    background-color: #d20c0c;
    border: 1px solid #d20c0c;
    color: #fff;
}

.btn-blue {
  width: 345px;
  padding: 20px 10px;
  color: #fff;
  background-color: #20879B;
  border: 1px solid #20879B;
  border-radius: 50px;
  font-size: 18px;
}
.btn-blue:hover {
    background-color: #126879;
    border: 1px solid #126879;
    color: #fff;
}


.btn {
  display: inline-block;
  padding: 6px 30px;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  /*18px*/
  font-size: 18px;
  line-height: 1.2;
  min-width: 110px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  white-space: unset;
}

.btn:hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-big {
  /*40px*/
  font-size: 25px;
  font-weight: 700;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 22px;
  padding-bottom: 22px;
  min-width: 400px;
  background-color: #ef4472;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*max-width: 1199pxEND*/
  /*max-width: 991px END*/
  /*max-width: 767px END*/
  /*max-width: 479px END*/
}
.btn-main {
  /*40px*/
  font-size: 18px;
  font-weight: 700;
  padding: 25px 20px;
  min-width: 300px;
  background-color: #9b42e9;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-orange {
  /*40px*/
  font-size: 18px;
  font-weight: 700;
  padding: 25px 20px;
  min-width: 300px;
  background-color: #ee813c;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-single {
  /*40px*/
  font-size: 20px;
  font-weight: 700;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 18px;
  padding-bottom: 19px;
  min-width: 300px;
  background-color: #fff;
  color: #ee813c;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
    border: 2px solid #ee813c;
}

@media print, screen and (max-width: 1199px) {
  .btn-main {
    min-width: 400px;
    /*38px*/
    font-size: 38px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
    .btn-big {
    min-width: 400px;
    /*38px*/
    font-size: 34px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
    .btn-single {
    min-width: 400px;
    /*38px*/
    font-size: 38px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media print, screen and (max-width: 991px) {
  .btn-main {
    min-width: 400px;
  }
    .btn-big {
    min-width: 400px;
  }
    .btn-single {
    min-width: 400px;
  }
}

@media print, screen and (max-width: 767px) {
  .btn-main {
    min-width: 1px;
    /*20px*/
    font-size: 20px;
    padding: 20px;
  }
    .btn-big {
    min-width: 1px;
    /*20px*/
    font-size: 20px;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
    .btn-single {
    min-width: 1px;
    /*20px*/
    font-size: 20px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media print, screen and (max-width: 479px) {
  .btn-main {
    width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
  }
    .btn-big {
    width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
  }
    .btn-single {
    width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
  }
}

.btn-big:hover {
  background-color: #8a30d8;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-main:hover {
  background-color: #166c7e;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-single:hover {
  background-color: #812a5e;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-orange:hover {
  background-color: #b7591f;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-overlay {
  /*40px*/
  font-size: 40px;
  font-weight: 900;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 22px;
  padding-bottom: 22px;
  min-width: 500px;
  background-color: #ee813c;
  color: #fff;
  border: 5px solid transparent;
  /*max-width: 1199pxEND*/
  /*max-width: 991px END*/
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 1199px) {
  .btn-overlay {
    min-width: 400px;
    /*38px*/
    font-size: 38px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media print, screen and (max-width: 991px) {
  .btn-overlay {
    min-width: 400px;
  }
}

@media print, screen and (max-width: 767px) {
  .btn-overlay {
    min-width: 1px;
    /*20px*/
    font-size: 20px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*max-width: 479px END*/
  }
}

@media print, screen and (max-width: 767px) and (max-width: 479px) {
  .btn-overlay {
    width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
  }
}

.btn-overlay:hover {
  background-color: transparent;
  color: #ee813c;
  border-color: #ee813c;
}

/* HEADER */

.logo {
    width: 150px;
    margin-top: 0px;
}

.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 0.7rem;
    background-color: #cacaca;
    border-bottom: 1px solid #d8d8d8;
    z-index: 4;
  }
  .navbar-bgs {
    background: -webkit-linear-gradient(left, #7620d5, #c658e7);
    background: linear-gradient(to right, #7620d5, #c658e7);
  }
  .navbar-dark .navbar-nav .nav-link {
    color: #444444;
    padding-right: 25px;
    padding-left: 25px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #ebebeb;
    padding-right: 25px;
    padding-left: 25px;
  }
  .nav-link:hover {
    color: #fff !important;
  }
  .nav-link:active {
    color: #fff !important;
  }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff !important;
  }
  .navbar-collapse {
    text-align: center;
  }
  .navbar-toggler {
    background-color: #fff;
  }
  .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
  }

  section {
    padding-top: 57px;
    padding-bottom: 57px;
}


/* MAIN SECTION */
.main-section {
    background-color: #fff;
    color: #000;
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
}


.katya-img {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-right: -60px;
}
.katya-img-m {
  display: none;
}

.main-section h3 {
  max-width: 820px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.main-section p {
  font-size: 18px;
  margin-bottom: 0px;
}

.top-row {
  max-width: 560px;
  margin-bottom: 30px;
}

.main-section .top-row p {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 20px;
}

.main-section p.small {
  font-size: 15px;
  margin-bottom: 0px;
}

.main-section .icon-mob {
  max-width: 26px;
}

.main-section .t1 {
  background-color: #E3E5E780;
  padding: 21px 30px;
  border-radius: 0px 0px 22px 22px;
  font-size: 18px;
  min-height: 65px;
  /* display: inline-block; */
}

.main-section .t2 {
  background-color: #D33F4F;
  padding: 7px;
  border-radius: 0px 0px 22px 22px;
  font-size: 14px;
  color: white;
  min-height: 65px;
  max-width: 400px;
}

.main-img-1 {
  position: absolute;
  right: -55px;
  top: 175px;
  z-index: 1;
  width: 915px;
  height: 760px;
}
.main-img-1-m {
  display: none;
}
.main-img-2 {
  position: absolute;
  top: 60px;
  left: 4%;
  z-index: 1;
}
.main-img-3 {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
}
.main-img-4 {
  position: absolute;
  bottom: 8%;
  right: 37%;
  z-index: 1;
}
.main-img-5 {
  position: absolute;
  top: 30%;
  left: 42%;
  z-index: 1;
}
.main-section .blur-bg {
  position: absolute;
  z-index: 4;
  background-color: #fff;
  border-radius: 70px;
  border: 1px solid #fff;
  text-align: left;
  background: rgb(237 237 237 / 50%);
  backdrop-filter: blur(10px);
  padding: 15px 20px;
}
.main-section .bb1 {
  max-width: 320px;
  top: 44%;
  right: 37%;
}
.main-section .bb1 p {
  font-size: 15px;
}

.main-section .price {
  background-color: #f8f8f8;
  padding: 20px;
  box-shadow: 0px 2px 4px #b5b2b2;
  border-radius: 50px;
  display: inline-block;
  color: #3894AA;
}

.grey-blk {
  border-radius: 50px;
  padding: 25px;
  text-align: center;
  background-color: #E9F3F6;
  color: #000;
}
.grey-blk .reg-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.grey-blk p.small {
  font-size: 14px;
}

.white-blk {
  border-radius: 50px;
  padding: 25px;
  text-align: center;
  background-color: #ffffff;
  color: #000;
}
.white-blk .reg-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 15px;
}

.white-blk p.small {
  font-size: 14px;
}

.lang {
  background: #2c7081;
  padding: 5px 7px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 6px;
}
.lang:hover {
  background: #155160;
  color: #fff;
} 

@media screen and (max-width: 1728px) {
  .main-section {
    padding-bottom: 30px;
  }
  .main-img-1 {
    top: 182px;
    right: -80px;
    width: 805px;
  }
}

@media screen and (max-width: 1650px) {
  .main-section {
    padding-bottom: 30px;
  }
  h1 {
    font-weight: 400;
    line-height: 80px;
  }
  .main-section h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .main-section .bb1 {
    top: 38%;
    right: 30%;
  }
  .main-img-1 {
    top: 240px;
    right: -60px;
    width: 745px;
    height: 649px;
  }
  .main-img-2 {
    top: 11px;
  }
  .main-img-4 {
    right: 44%;
  }
  .katya-img {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .main-section .bb1 {
    top: 39%;
    right: 35%;
  }
}

@media screen and (max-width: 1440px) {
  .main-section {
    padding-bottom: 30px;
  }
  .main-section h3 {
    font-size: 24px;
    line-height: 31px;
  }
  .main-section p {
    font-size: 17px;
  }
  .main-img-1 {    
      right: -80px;
      width: 688px;
      height: 592px;
  }
  .katya-img {
    width: 100%;
    left: 0px;
  }
}


@media screen and (max-width: 1390px) {
  .main-section .bb1 {
    top: 28%;
    right: 35%;
  }
  h1 {
    font-size: 65px;
    line-height: 72px;
  }
  .main-img-1 {
    top: 220px;
    right: -25px;
    width: 668px;
    height: 560px;
  }
}

@media screen and (max-width: 1280px) {
  .main-section {
    padding-bottom: 30px;
  }
  h1 {
    font-size: 68px;
    line-height: 75px;
  }
  .main-section h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .main-img-1 {
    right: -135px;
    width: 645px;
    height: 444px;
  }
  .main-section .bb1 {
    top: 39%;
    right: 31%;
  }
  .main-img-4 {
    right: 35%;
  }
  
}

@media screen and (max-width: 1190px) {
  .main-section .bb1 {
    top: 29%;
    right: 36%;
  }
  h1 {
    font-size: 52px;
    line-height: 65px;
  }
}


@media screen and (max-width: 1100px) {
  .main-img-1 {
    right: -73px;
    width: 575px;
    height: 480px;
  }
  .main-img-4 {
    display: none;
  }
  .main-section .bb1 {
    top: 28%;
    right: 31%;
  }
}


@media screen and (max-width: 991px) {
  .main-section {
    padding-bottom: 160px;
    padding-top: 0px;
    text-align: center;
  }
  h1 {
    font-size: 55px;
    line-height: 65px;
  }
  .main-section h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .main-img-2, .main-img-3, .main-img-4, .main-img-5 {
    display: none;
  }
  .main-section .bb1 {
    top: 46%;
    left: 20%;
    right: unset;
  }
  .main-section .katya-img {
    display: none;
  }
  .main-section .katya-img-m {
    display: block;
    width: 50%;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    right: 0px;
  }
  .main-section .t1 {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  .main-section .t2 {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    text-align: center;
  }
  .gift {
    text-align: left;
  }
  .main-img-1 {
    display: none;
  }
  .main-img-1-m {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 75%;
  }
}

@media screen and (max-width: 768px) {
  .brk {
    display: inline !important;
  }
  .brk-m {
    display: block;
  }
  .main-section {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  h1 {
    font-size: 38px;
    line-height: 40px;
    background: unset;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #20879b;
    display: unset;
    letter-spacing: 2px;
  }
  .main-section h3 {
        font-size: 12px;
        line-height: 18px;
  }
  .main-section p {
    font-size: 13px;
    text-align: left;
  }
  .grey-blk .brk {
    display: block !important;
  }
  p.price-aligment {
    text-align: center;
  }
  .icon-mob {
    margin-left: -5px;
    max-width: 30px;
  }
  .btn-blue {
    width: 330px;
    padding: 20px 8px;
    font-size: 16px;
  }
  .main-section .mt70 {
    margin-top: 30px;
  }
  .mb55 {
    margin-bottom: 27px;
  }
  .main-section .text-end {
    text-align: center !important;
  }
  .main-section p.small {
    font-size: 14px;
    font-weight: 400;
  }
  .main-section .price {
    text-align: center;
  }
  .main-section .katya-img-m {
    display: block;
    width: 80%;
    right: 32px;
    top: 180px;
  }
  .main-section .blur-bg {
    padding: 7px 10px;
  }
  .main-section .bb1 {
      top: 58%;
      left: 10%;
      right: unset;
      max-width: 220px;
  }
  .main-img-1 {
    right: 0;
    width: 600px;
    top: 56%;
    height: 295px;
  }
  .main-section .top-row {
    margin-bottom: 0px;
    padding-right: 5px;
  }
  .main-section .t1 {
    padding: 10px;
    font-size: 12px;
    min-height: 50px;
  }
  .main-section .t2 {
    min-height: 50px;
  }
  .main-section .top-row p {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }
  .main-img-1-m {
    display: block;
    top: 35%;
    height: 498px;
  }
  .grey-blk {
    border-radius: 50px;
    padding: 25px;
    text-align: center;
    background-color: #f5f5f5bd;
    color: #000;
    z-index: 3;
    position: relative;
    margin-top: 270px;
    backdrop-filter: blur(5px);
  }
  .lang {
    background: #9c9c9c;
    padding: 5px 7px;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 0px;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 390px) {
  .main-img-1-m {
    top: 40%;
  }
}


/* Whom Section */

.whom-block {
  background: -webkit-linear-gradient(bottom, #3894AA, #0B6273);
  background: linear-gradient(to bottom, #3894AA, #0B6273);
  padding: 50px 10%;
  border-radius: 60px;
}

.whom-list-bg {
  border-radius: 80px;
  padding: 30px 55px 30px 20px;
  /* min-height: 175px; */
  text-align: left;
  background: -webkit-linear-gradient(right, #0B62734D, #3894AA4D);
  background: linear-gradient(to right, #0B62734D, #3894AA4D);
  border: 1px solid rgb(255 255 255 / 20%);
  color: #fff;
  backdrop-filter: blur(10px);
}

.dark .whom-list-bg {
  background-color: #0a5e6f;
  border: 1px solid rgb(255 255 255 / 20%);
  background: linear-gradient(to right, #0a5e6f, #0a5e6f);
}

.whom-block .lg {
  min-height: 210px;
}

.whom-section h2 {
  color: #fff;
  font-size: 90px;
  line-height: 110px;
}

.whom-section p {
  color: #fff;
}

.whom-list-bg p {
  font-size: 15px;
}

.whom-img {
  width: 100%;
}

.whom-img-m {
  display: none;
}

.whom-icon-ld {
  position: absolute;
  top: 40%;
  left: 0;
}

.whom-icon-rd {
  position: absolute;
  top: 45%;
  right: 110px;
}

.whom-2 {
  border-radius: 35px;
  box-shadow: 0px 0px 100px 0px rgba(54, 54, 54, 0.15);
  padding: 40px 30px;
}

.whom-2 h2 {
  font-size: 42px;
  line-height: 55px;
}

.z1 {
  z-index: 1;
  position: relative;
}
.z2 {
  z-index: 2;
  position: relative;
}

.white-section {
  background-color: #fff;
}

@media screen and (max-width: 1650px) {
  .whom-icon-rd {
    right: 20px;
  }
}

@media screen and (max-width: 1440px) {
  .whom-list-bg {
    padding: 11px 11px 11px 12px;
    min-height: 150px;
    border-radius: 60px;
  }
  .whom-icon-ld {
    display: none;
  }
}


@media screen and (max-width: 1280px) {
  .whom-block {
    padding: 50px 6%;
  }
}



@media screen and (max-width: 768px) {
  .whom-section {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .whom-section .container {
    padding-top: 0px;
  }
  .curved-section h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .whom-img-m {
    display: block;
    width: 100%;
  }
  .whom-icon-rd {
    right: 20px;
    width: 40px;
    top: 315px;
  }
  .whom-img {
    max-width: 92%;
  }
  .whom-list-bg {
    border-radius: 44px;
  }
  .whom-list-bg p {
    font-size: 14px;
    line-height: 18px;
  }
  .whom-icon-ld {
    display: block;
    width: 50px;
    bottom: 15px;
    top: unset;
    left: 0;
  }
  .whom-block {
    border-radius: 50px;
    padding: 40px 15px;
  }
  .whom-section h2 {
    color: #fff;
    font-size: 60px;
    line-height: 65px;
  }

  .whom-section p {
    font-size: 14px;
  }
  
}



/* Author section */

.author-section {
  background-color: #fff;
  color: #000;
  padding-bottom: 0px;
  padding-top: 0px;
}

.author-section .container {
  max-width: 1420px;
  padding: 0 5%;
  position: relative;
}

.author-section .katya-img {
  width: 80%;
  border-radius: 30px;
  position: relative;
  right: unset;
}

.author-section .media-img {
  width: 85%;
}

.media h2 {
  color: #000;
  font-weight: 600;
  font-size: 40px !important;
}

.blk-sh {
  max-width: 1031px;
  margin: 0 auto;
  border-radius: 25px;
  padding: 20px 10px;
  min-height: 150px;
  box-shadow: 5px 5px 20px 0px rgba(39, 39, 39, 0.1);
  color: #000;
}

.author-section h2 {
  font-family: 'AAH', sans-serif;
  font-size: 90px;
  font-weight: 400;
}


.author-section .list-bl {
  border-radius: 10px;
  padding: 25px;
  text-align: left;
  box-shadow: 5px 5px 20px 0px rgba(39, 39, 39, 0.1);
  border-left: 3px solid red;
  border-right: 3px solid red;
}

.author-section h3 {
  font-size: 30px;
  font-weight: 700;
}

.author-section p {
  font-size: 15px;
}

h2.thanks {
  color: #ff0000;
  line-height: 1.2;
}

p.thanks {
  font-size: 22px;
}

.author-img-1 {
  position: absolute;
  top: 125px;
  right: 40px;
  z-index: 1;
  width: 600px;
}

.author-katya-blk {
  position: relative;
  overflow-x: clip;
}



@media screen and (max-width: 1728px) {
  .author-section h2 {
    font-size: 90px;
    line-height: 110px;
  }
}

@media screen and (max-width: 1355px) {
  .author-img-1 {
    width: 550px;
  }
}

@media screen and (max-width: 1260px) {
  .author-img-1 {
    width: 520px;
    right: 0;
  }
}

@media screen and (max-width: 1260px) {
  .author-img-1 {
    width: 470px;
  }
}


@media screen and (max-width: 991px) {
  .author-section {
    padding-bottom: 25px;
  }
  .author-section h2 {
    text-align: center;
    display: block;
  }
  .author-section h3 {
    font-size: 25px;
  }
  .author-section .katya-img {
    width: 65%;
    margin: 0 auto;
    text-align: center;
    left: unset;
  }
  p.thanks {
    text-align: center;
    font-size: 18px;
    line-height: 23px;
  }
  .author-img-1 {
    width: 90%;
    right: 5%;
    bottom: -226px;
  }
}

@media screen and (max-width: 991px) {
  .author-section .media p {
    font-size: 14px;
  }
  .media h2 {
    font-size: 25px !important;
  }
}

@media screen and (max-width: 768px) {
  .author-section {
    padding-top: 10px;
  }
  .author-img-1 {
    width: 112%;
    right: -6%;
    bottom: -400px;
  }
  .author-section .katya-img {
    width: 65%;
    margin: 0 auto;
    text-align: center;
    left: unset;
    margin-bottom: -133px;
  }
  .author-section h2 {
    font-size: 55px;
    line-height: 65px;
  }
  
}

@media screen and (max-width: 441px) {
  .author-section {
    padding-top: 10px;
  }
 
  .author-section .katya-img {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    left: unset;
    margin-bottom: -175px;
  }
  .author-img-1 {
    width: 128%;
    right: -13%;
    bottom: -366px;
  }
}

@media screen and (max-width: 320px) {
  .author-img-1 {
    width: 128%;
    right: -13%;
    bottom: -366px;
  }
}


/* About section */
.about-section {
  padding-top: 0px;
}

.about-section h1 {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 1px;
}
.about-section h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.about-section p.t1 {
  font-size: 14px;
}

.about-section p.t2 {
  font-size: 14px;
}

/* About-course */
.about-block {
  position: relative;
  background-color: #F5F5F5;
  padding: 50px 10%;
  border-radius: 60px;
  z-index: 1;
}

.about-section .t1 {
  background-color: #E3E5E780;
  padding: 16px 30px;
  border-radius: 22px;
  font-size: 18px;
  min-height: 62px;
}
.about-section .t2 {
  background-color: #3894aa;
  padding: 2px 7px;
  border-radius: 22px;
  font-size: 14px;
  color: white;
  min-height: 62px;
  max-width: 150px;
}

.about-section .top-row {
    max-width: 420px;
    margin: 0 auto;
}

.about-section .top-row p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0px;
}

.about-section .gift {
  margin-bottom: 0px;
}

.about-block .about-list-bg {
  background-color: #fff;
  padding: 35px;
  border-radius: 40px;
}

.about-block p {
  font-size: 17px;
}

.about-block .blue {
  background-color: #3894AA;
  color: #fff;
}

.about-block-blue {
  position: relative;
  background: -webkit-linear-gradient(bottom, #3894AA, #0B6273);
  background: linear-gradient(to bottom, #3894AA, #0B6273);
  padding: 50px 10%;
  border-radius: 0px;
  color: #fff;
  z-index: 0;
  margin-top: -50px;
}

.about-block .tmr-m {
  display: none;
}

@media screen and (max-width: 768px) {
  .about-block {
    padding: 50px 3%;
  }
  .about-section h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .about-section h3 {
    font-size: 13px;
  }
  .about-block p {
    font-size: 14px;
  }
  .about-block .tmr {
    display: none;
  }
  .about-block .tmr-m {
    display: block;
  }
}




/* Howto section */
.howto {
  padding-top: 10px;
}
.howto .container {
  max-width: 900px;
}

.howto h2 {
  font-size: 90px;
  line-height: 110px;
}

.howto h2.small {
  font-size: 50px;
  line-height: 65px;
}

.howto-list-bg {
  border-radius: 60px;
  padding: 25px;
  text-align: left;
  background-color: #F5F5F5;
  color: #000;
}

.howto-img {
  max-width: 62px;
}

.howto-video-bg {
  border-radius: 30px;
  padding: 25px;
  text-align: left;
  background-color: #F5F5F5;
  color: #000;
  
}

.frst {
  min-height: 920px;
}
.scnd {
  min-height: 870px;
}


.howtov-img {
  width: 100%;
  border-radius: 25px;
}

.how-img-desc {
  text-align: left;
  background-color: #20889D;
  color: #fff !important;
  font-size: 15px !important;
  padding: 5px 15px;
  margin-top: 10px;
  border-radius: 15px;
  position: unset;
  display: inline-block;
}

.vblock {
  padding-right: 0px;
}

.vblock p {
  font-size: 15px;
}

.alt-pay {
  max-width: 450px;
  margin: 0 auto;
}

.alt-pay .howto-list-bg {
  border-radius: 20px;
}

.alt-pay p {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .howto {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .howto .container {
    padding-top: 0px;
  }
  .howto-img {
    max-width: 48px;
  }
  .howto-list-bg {
    border-radius: 40px;
    padding: 20px;
  }
  .alt-pay {
    margin-top: 20px;
  }
  .alt-pay p {
    font-size: 14px;
  }
  .howto h2.small {
    font-size: 38px;
    line-height: 45px;
  }
  .howto h2 {
    font-size: 55px;
    line-height: 65px;
  }
  .frst {
    min-height: unset;
  }
  
}



/* Results Section */

.res-block {
  background: -webkit-linear-gradient(bottom, #3894AA, #0B6273);
  background: linear-gradient(to bottom, #3894AA, #0B6273);
  padding: 50px 10%;
  border-radius: 60px;
}

.res-list-bg {
  border-radius: 100px;
  padding: 20px;
  min-height: 175px;
  text-align: left;
  background: -webkit-linear-gradient(right, #0B62734D, #3894AA4D);
  background: linear-gradient(to right, #0B62734D, #3894AA4D);
  border: 1px solid rgb(255 255 255 / 20%);
  color: #fff;
  backdrop-filter: blur(10px);
}

.res-block .lg {
  min-height: 210px;
}

.res-section h2 {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}

.res-list-bg p {
  font-size: 15px;
}

.res-img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .res-block {
    padding: 50px 5%;
    border-radius: 50px;
  }
  .res-list-bg {
    border-radius: 50px;
    padding: 13px;
  }
  .res-section {
    padding-bottom: 20px;
  }
  .res-section h2 {
    font-size: 50px;
    line-height: 60px;
  }
}


/* Try section */
.try-section .container {
  max-width: 540px;
}


/* audio player */
.audio-player {
  background-color: #f1f3f4;
  padding: 5px 20px 0px;
  border-radius: 40px;
  border: 1px solid #ddd;
}

.styled-audio {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}

.styled-audio::-webkit-media-controls-play-button {
  background-color: #3792a8; /* Play button background color */
  border-radius: 50%; /* Play button border radius */
}

.styled-audio::-webkit-media-controls-pause-button {
  background-color: #3792a8; /* Pause button background color */
  border-radius: 50%; /* Pause button border radius */
}

.rew {
  border: 1px solid #3792a8;
  width: 100%;
  border-radius: 15px;
}
.btn-purple {
  background-color: #3792a8;
  color: #fff;
}
.btn-purple:hover {
  background-color: #3792a8;
}




/* Review section */

.review-section {
  background: #fff;
  color: #000;
  position: relative;
  padding-top: 10px;
  padding-bottom: 30px;
}

.review-section .container {
  max-width: 970px;
  padding: 0 5%;
}

.review-section .results-img {
  max-width: 100%;
  border-radius: 35px;
  border: 2px solid #1c7c8d;
}

/* .rev-item-bl {
  background-color: #e5e5e5;
  padding: 20px;
  border-radius: 60px;
  color: #fff;
} */

/* .rev-item-bl .rev-text {
  padding: 40px 40px 40px 40px;
} */

.rev-item-bl-2 {
  background-color: #218BA0;
  padding: 20px;
  border-radius: 60px;
  color: #fff;
}

.rev-item-bl-2 .rev-text {
  padding: 40px 40px 20px 40px;
}

.rev-item-bl-2 .results-img {
  max-width: 100%;
    border-radius: 45px;
}

.review-section p {
  font-size: 17px;
  color: #fff;
}

.review-section-2 p {
  font-size: 17px;
  color: #fff;
}

.reviews-nav {
  position: relative;
  height: 80px;
  width: 130px;
  margin-top: 20px;
}

.reviews-nav-m {
  display: none;
}

.icon-video {
  margin-right: 5px;
  margin-top: -3px;
}

.no-link {
  text-decoration: none;
}

.carousel-control-next, .carousel-control-prev {
  width: unset !important;
  opacity: .8;
}
.carousel-control-prev-icon {
  background-image: url('../images/icon-arrow-green.png');
}
.carousel-control-next-icon {
  background-image: url('../images/icon-arrow-green.png');
  transform: rotate(180deg);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 43px;
  height: 43px;
}

.rev-item {
  border: 2px solid #c9c9c9;
    border-radius: 20px;
    width: 100%;
}

@media screen and (max-width: 1280px) {
  .review-section {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .review-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .review-section .row {
    z-index: 2;
    position: relative;
  }
  .review-section h2 {
    text-align: center;
    display: block;
  }
  .reviews-nav-m {
    display: block;
    height: 50px;
    width: 145px;
    bottom: -60px;
    position: absolute;
    left: 43%;
  }
}

@media screen and (max-width: 768px) {
  .review-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .reviews-nav {
    height: 60px;
    margin-top: 10px;
  }
  .reviews-nav-m {
    width: 130px;
    left: 31%;
  }
  .rev-item-bl {
    padding: 0px;
  }
  .review-section .results-img {
    margin-bottom: 0px;
  }
  .review-section .video {
    margin-bottom: 0px;
    margin-bottom: -25px; margin-top: 0px;
  }
  .review-section p {
    font-size: 15px;
    line-height: 20px;
  }
  .rev-item-bl-2 {
    padding: 0px;
  }
  .rev-item-bl-2 .results-img {
    margin-bottom: 0px;
  }
}



/* FAQ section */

.faq-section {
  background-color: #fff;
  color: #000;
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}

.faq-section .container {
  max-width: 1420px;
  padding: 0 5%;
}

.faq-section h2 {
  font-size: 60px;
  line-height: 70px;
  display: inline;
  z-index: 1;
}

.faq-section .btn-blue {
  position: relative;
  z-index: 2;
}

.faq-section p {
  font-size: 15px;
  font-style: italic;
}

.faq-img-glove-l {
  position: absolute;
  top: 70px;
  left: -40px;
  z-index: 1;
}

.faq-img-glove-r {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 1;
}

.faq-img-1 {
  position: absolute;
  bottom: 20%;
  right: 0;
  z-index: 1;
}

.faq-img-2 {
  position: absolute;
  top: 150px;
  right: 10%;
  z-index: 1;
}

.faq-img-3 {
  position: absolute;
  top: 220px;
  left: 5%;
  width: 53px;
  z-index: 1;
}

.faq-img-4 {
  position: absolute;
  bottom: 15%;
  left: 17%;
  width: 70%;
}

.faq-img-5 {
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 1;
}

h2.accordion-header {
  line-height: 25px;
}

.accordion-item {
  background-color: rgb(255 255 255 / 7%);
  border: 1px solid rgba(0,0,0,.125);
  margin-bottom: 9px;
  border-radius: 20px;
}

button.accordion-button span {
  background-color: #00BCC8;
  width: 42px;
  border-radius: 15px;
  margin-right: 28px;
  color: #fff;
  text-align: center;
}

.faq-img-num {
  margin-right: 30px;
  width: 34px;
}

.faq-section .accordion {
  padding: 0px;
}

.accordion-body {
  padding: 20px;
}

.accordion-body p {
  margin-bottom: 10px;
}

.accordion-button {
  font-family: 'Montserrat', sans-serif;
  border-radius: 20px;
  padding: 25px;
  background-color: #20889d;
  color: #fff;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #20889d;
}


.accordion-item:first-of-type {
  border-radius: 20px;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 20px;
}

.accordion-item:first-of-type .accordion-button.collapsed {
  border-radius: 20px;
}

.accordion-item:last-of-type {
  border-radius: 20px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 20px;
}

@media screen and (max-width: 991px) {
  .faq-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .faq-section .row {
    z-index: 2;
    position: relative;
  }
  .faq-section h2 {
    text-align: center;
    display: block;
  }
  .faq-section h2 > button {
    line-height: 17px;
  }
  .faq-img-num {
    margin-right: 10px;
  }
  .faq-img-glove-r {
    top: 38px;
  }
}


/* Modal */

.modal-backdrop.show {
  opacity: .6;
}

.modal {
  position: fixed;
  /* top: 50px; */
}

.modal-header {
  border-bottom: none;
  text-align: right !important;
  display: block;
  padding-bottom: 0px;
}

.modal-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 33px;
  height: 25px;
  line-height: 24px;
}

.modal-content {
  position: relative;
  border: 2px solid #fff;
  border-radius: 20px;
  background: linear-gradient(to top, #0B6273, #20879B);
  color: #fff;
}

.modal h3 {
  font-size: 18px;
  font-weight: 700;
}

.modal p {
  font-size: 17px;
  line-height: 18px;
}

.modal .blue {
  color: #6a69e7;
}

.price-full {
  font-size: 20px;
  color: #000;
  background-color: #fff;
  padding: 5px 10px 8px;
  border-radius: 20px;
  font-weight: 700;
  border: 1px solid #fff;
}
.modal-price {
  background-color: #2c9bb1;
  max-width: 290px;
  padding: 5px 13px 9px 0px;
  border-radius: 20px;
}

p.lock {
  font-size: 12px;
}

.modal ul {
  max-width: 300px;
  margin: 0 auto;
}

.modal-img-1 {
  position: absolute;
  bottom: 79px;
  left: 14px;
  z-index: 1;
}

.modal-form {
  max-width: 300px;
  margin: auto;
}

.main-form .btn {
  width: 100%;
  max-width: 500px;
  margin-top: 5px;
}
.form-input {
  width: 100%;
  height: 50px;
  padding: 0.375rem 0.75rem;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  background-clip: padding-box;
  border: 0px;
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-bottom: 5px;
}

input::placeholder,
textarea::placeholder {
  color: #fff; /* Set the placeholder text color to white */
}

.input-rounded {
  width: 100%;
  max-width: 350px; /* або інше обмеження */
  padding: 16px 20px;
  border: none;
  border-radius: 50px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(56, 148, 170, 0.4);
  font-size: 15px;
  outline: none;
  transition: box-shadow 0.3s ease;
  margin-bottom: 12px;
}

.input-rounded::placeholder {
  color: #333;
  opacity: 0.8;
}

.input-rounded:focus {
  box-shadow: 0 0 12px rgba(56, 148, 170, 0.8);
}

.rounded-bubble {
  width: 200px;         /* або будь-який розмір */
  height: 200px;        /* має бути = width */
  background: rgba(211, 226, 238, 0.4);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 5;
  margin-bottom: 40px;
}


.modal-form .btn-blue {
  width: 278px;
  padding: 14px 8px;
  font-size: 16px;
  margin-top: 15px;
  background-color: #00BCC8;
}

.container-timer {
  color: #333;
  text-align: center;
}

.li-timer {
  /* display: inline-block; */
  font-size: 20px;
  font-weight: 600;
  list-style-type: none;
  padding: 4px 10px 4px 15px;
  text-transform: uppercase;
  background-color: #e2ebee;
  color: #3894aa;
  border-radius: 7px;
  width: 215px;
  margin: 0 auto;
  text-align: left;
  z-index: 5;
  position: relative;
}

.li-timer span {
  font-size: 23px;
  font-weight: 700;
  display: inline-block;
  width: 30px;
  text-align: center;
}

.li-timer-big {
  /* display: inline-block; */
  font-size: 30px;
  font-weight: 600;
  list-style-type: none;
  padding: 8px 10px 8px 25px;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  border-radius: 15px;
  width: 280px;
  margin: 0 auto;
  text-align: left;
}

.li-timer-big span {
  /* display: block; */
  font-size: 35px;
  font-weight: 700;
}

.main-section .li-timer span {
  font-size: 25px;
  font-weight: 700;
  display: inline-block;
  width: 32px;
  text-align: center;
}
.main-section .li-timer {
  width: 215px;
  margin-top: 10px;
  z-index: 5;
  position: relative;
}

@media (max-width: 991px) {
  .rounded-bubble {
    background: rgba(211, 226, 238, 0.4);
    margin-bottom: -170px;
  }
}
@media (max-width: 768px) {
  .modal {
    top: 0px;
  }
  .modal-dialog {
    max-width: 600px;
  }

  .rounded-bubble {
    position: absolute;
    top: 200px;
    left: 20px;
    background: rgba(211, 226, 238, 0.4);
    width: 155px;
    height: 155px;
    font-size: 13px;
    text-align: center;
  }
  .rounded-bubble p {
    text-align: center;
    font-size: 12px;
  }
  
}


/* Warrantly section */

.wr-section {
  background-color: #fff;
  color: #000;
}

.wr-section h3 {
  font-size: 1.45rem;
  font-weight: 600;
  color: #000;
}
.wr-img {
  width: 55%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .wr-img {
    width: 40%;
  }
}


/* Buy section */

.user-list {
  padding-left: 10px;
}
.user-list li {
  padding-left: 42px;
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  position: relative;
  min-height: 30px;
  margin-bottom: 17px;
}



@media print, screen and (max-width: 479px) {
  .how-list-bg h6 {
    line-height: 20px;
  }
}

@media print, screen and (max-width: 479px) {
  .user-list {
    padding-left: 0px;
  }
  .user-list li {
    padding-left: 35px;
  }
  .value {
    font-size: 14px;
  }
}

.user-list li:before {
  content: "";
  display: block;
  width: 23px;
  height: 20px;
  background-image: url(../images/li-yes.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 15%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}




/* Differences */
.diff-list-bg {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 25px;
  min-height: 285px;
  text-align: left;
  color: #000;
  box-shadow: 5px 5px 20px 0px rgba(39, 39, 39, 0.1);
}

.diff-list {
  padding-left: 10px;
}
.diff-list li {
  padding-left: 42px;
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  position: relative;
  min-height: 30px;
  margin-bottom: 10px;
}

.diff-list-no {
  padding-left: 10px;
}
.diff-list-no li {
  padding-left: 42px;
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  position: relative;
  min-height: 30px;
  margin-bottom: 10px;
}

@media print, screen and (max-width: 479px) {
  .diff-list {
    padding-left: 0px;
  }
  .diff-list li {
    padding-left: 35px;
  }
  .diff-list-no {
    padding-left: 0px;
  }
  .diff-list-no li {
    padding-left: 35px;
  }
}

.diff-list li:before {
  content: "";
  display: block;
  width: 23px;
  height: 20px;
  background-image: url(../images/li-yes.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 40%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.diff-list-no li:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url(../images/li-no.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 40%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

/* OTHER */


.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-color: #ff0c0c;
  color: #fff;
  padding: 20px 0px;
  box-shadow: 0 0 41px rgb(255 255 255 / 53%);
  z-index: 2;
  position: relative;
}

.marquee-item {
  display: inline-block;
  animation: marquee 20s linear infinite; /* Adjust duration as needed */
  padding-right: 50px;
}

@keyframes marquee {
  from {
      transform: translateX(100%);
  }
  to {
      transform: translateX(-100%);
  }
}


.gift {
  max-width: 525px;
  background-color: transparent;
  margin-left: 0px;
  margin-bottom: 20px;
}

.gift p {
  padding-left: 10px;
}

.phone-gift {
  max-width: 80%;
}

.bonus-section .btn-red {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .gift {
    max-width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
  .main-section h3 {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .main-section h2 {
    font-size: 27px;
    line-height: 33px;
  }
  .katya-img {
    width: 60%;
  }
  .phone-gift {
    max-width: 40%;
  }
  .bonus {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

/* PULSE BUTTON*/
.blob {
  width: 400px;
  background: #20879B;
  border: 1px solid #20879B;
  border-radius: 50px;
  height: 20px;
  padding: 23px 35px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
  transform: scale(1);
  animation: pulse 2.7s infinite;
  cursor: pointer;
  position: relative;
  z-index: 2;
  text-decoration: none;
  transition: 0.3s;
}
.blob:hover {
  text-decoration: none;
  background-color: #20879B;
  border: 1px solid #20879B;
  color: #fff;
}
.blob span {
  background-color: #fff;
  color: #000;
  padding: 24px 12px;
  border-radius: 50px;
  margin-left: 10px;
  margin-right: -37px;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(66, 184, 168);
  }      
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 22px rgba(255, 82, 82, 0);
  }      
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
@media print, screen and (max-width: 449px) {
  .blob {
    font-weight: 600;
    padding: 25px 14px;
    font-size: 16px;
  }
  .blob span {
    background-color: #fff;
    color: #000;
    padding: 21px 12px;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: -25px;
  }
}
@media print, screen and (max-width: 390px) {
  .blob {
      font-weight: 400;
      font-size: 13px;
  }
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: auto; /* Enable vertical scrolling */
  background-color: rgba(0, 0, 0, 0.6);
}

.box {
  max-width: 500px;
  position: relative; /* Change from absolute to relative */
  margin: 20px auto; /* Center the box vertically and horizontally */
  padding: 20px;
  border: 2px solid #fff;
  border-radius: 20px;
  background: linear-gradient(to top, #1e8ba6, #021a44);
  color: #fff;
}
.box h3 {
font-size: 17px;
}
.close2 {
  position: absolute;
  left: 100%;
  top: 0;
  margin: 12px 0 0 -32px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  background-color: none;
  cursor: pointer;
  text-decoration: none;
  z-index: 9999;
}
.fixed-bottom-row {
  background-color: #f4fdff;
  border-top: 1px solid #c3f4ff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 999;
  opacity: 0; /* Hidden by default */
  transform: translateY(100%); /* Position it off-screen */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Transition effects */
}

.fixed-bottom-row.show {
  opacity: 1; /* Make it visible */
  transform: translateY(0); /* Move it into view */
}



@media screen and (max-width: 768px) {
  .fixed-bottom-row .btn-red {
    width: 100%;
    padding: 15px 10px;
  }
}




.brk {
  display: block;
}

@media screen and (max-width: 768px) {
  .brk-m {
    display: block;
  }
}

/* Adjusted margin and padding for the section content */
.section-content {
  z-index: 1;
}

.grey-section {
  background-color: #fafafa;
}


/* Sections */
/* section,
header {
    padding-top: 57px;
    padding-bottom: 57px;
}
 */
/* Containers */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}

/* Text styles */
.fw900 {font-weight: 900;}
.fw700 {font-weight: 700;}
.fw600 {font-weight: 600;}
.fw400 {font-weight: 400;}
.ttu {text-transform: uppercase;}
.del {
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
}

.orange {
    color: #ff7b00;
}

.red {
    color: #f11010;
}

.black {
  color: rgb(0, 0, 0);
}

.green {
    color: #20879B;
}

.logo {
    margin-bottom: 20px;
}



/* Sections */

.colorblack-section {
    background-color: #1d1d1d;
    color: #fff;
  }


.pr-block {
    border: 1px solid #dfa8fb;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 10px;
    padding: 25px 15px 25px 15px;
    max-width: 550px;
    min-height: 415px;
    margin: 0 auto;
    background-color: #fff;
}

.prg-img {
    width: 90%;
    margin-bottom: 20px;
    cursor: pointer;
}

.prg-title {
    color: #000;
    text-decoration: none;
}

.prg-title:hover {
    cursor: pointer;
}

.prg-bl3-mrg {
    margin-bottom: 47px;
}


/* PS section */

.ps {
  max-width: 900px;
}
.ps h3 {
  font-size: 100px;
  font-weight: 900;
  color: #ff00005c;
}

.ps img {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .ps h3 {
    font-size: 78px;
  }
}



/* Footer section */

#footer .container-fluid {
  padding: 2% 15% 2%;
}
  
  .help-zsu {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
  }
  
  .social-footer {
    text-align: right;
  }
  
  .scroll-to-top {
    text-align: right;
  }
  
  .social-icon {
    margin: 20px 10px;
  }
  
  .social-link:hover {
    color: #423EFF;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  }
  
  #footer ul {
    padding: 0px;
    list-style: none;
  }
  
  #footer p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  
  #footer h5 {
    font-size: 1.625rem;
  }
  
  #footer a {
    text-decoration: none;
    color: #fff;
  }
  
  #footer a:hover {
    color: #fff;
    color: #423EFF;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  }
  
  #footer .tel-link {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    position: inherit;
  }
  
  #footer .tel-link:hover {
    text-decoration: none;
    color: #423EFF;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  }
  
  #footer .icon-tel {
    margin-right: 5px;
    width: 24px;
    vertical-align: sub;
  }
  
  .scroll-top {
    cursor: pointer;
  }
  
  .scroll-top:hover {
    opacity: 0.55;
    transition: 0.3s ease-in-out;
  }
  
  .fab,
  .far {
    font-size: 1.25rem;
  }
  
  .text-link {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
  }
  
  .text-link:hover {
    text-decoration: none;
    color: #423EFF;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  }
  
  @media screen and (max-width: 991px) {
    #footer .container-fluid {
      padding: 5% 7% 1%;
    }

    .colorblack-section {
      padding-bottom: 40px;
    }
  
    #footer p {
      font-size: 1.5rem;
      margin-bottom: 10px;
    }
  
    .fab,
    .far {
      font-size: 2.25rem;
    }
  
    .social-icon {
      margin: 20px 25px;
    }
  
    #footer h5 {
      font-size: 2.75rem;
    }
  
    #footer .icon-tel {
      vertical-align: inherit;
    }
  }
  
  @media screen and (max-width: 576px) {
    #footer .container-fluid {
      padding: 10% 5% 6%;
    }
  
    #footer h5 {
      font-size: 1.75rem;
    }
  
    #footer p {
      font-size: 1.125rem;
      margin-bottom: 10px;
    }
  
    .social-footer {
      text-align: center;
    }
  
    #footer .icon-tel {
      vertical-align: bottom;
    }
  
    .scroll-to-top {
      text-align: center;
    }
  
    .scroll-top {
      width: 60px;
    }
  }