/* @font-face {
    font-family: 'Font1';
    src: url('../fonts/font1.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;
}

.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;}

.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;}
}

.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: 1.2rem;
    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;
}
  
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 100px;
  font-weight: 800;
  line-height: 115px;
  text-shadow: 0px 0px 35px rgba(0, 0, 0, 0.35);
}
  
h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  font-weight: 800;
  background: linear-gradient(to bottom, #20889D, #0B4657);
  -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: 667px) {
  h1 {
    font-size: 2.5rem;
    text-align: center;
  }      
  h2 {
    font-size: 2rem;
    text-align: center;
    line-height: 2rem;
  }
}

@media screen and (max-width: 430px) {
  h2 {
    background: unset;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #1f768f;
    font-size: 1.7rem;
  }
}

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


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

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

.btn-blue {
  width: 400px;
  padding: 20px 10px;
  color: #fff;
  background-color: #00BCC8;
  border: 1px solid #00BCC8;
  border-radius: 50px;
  font-size: 20px; 
}
.btn-blue:hover {
    background-color: #01a2ad;
    border: 1px solid #01a2ad;
    color: #fff;
}

.btn-orange {
  width: 100%;
  max-width: 400px;
  padding: 20px 10px;
  color: #fff;
  background-color: #FF6657;
  border: 1px solid #FF6657;
  border-radius: 50px;
  font-size: 20px; 
}
.btn-orange:hover {
    background-color: #FF6657;
    border: 1px solid #FF6657;
    color: #fff;
}

.btn-white {
  width: 100%;
  max-width: 400px;
  padding: 20px 10px;
  color: #000;
  background-color: #fff;
  border: 1px solid #FF6657;
  border-radius: 50px;
  font-size: 20px; 
}
.btn-white:hover {
    background-color: #ffd3cf;
    border: 1px solid #FF6657;
    color: #000;
}

/* PULSE BUTTON*/
.blob {
  text-align: center;
  display: inline-block;
  max-width: 500px;
  background: #FF6657;
  border: 1px solid #FF6657;
  border-radius: 50px;
  padding: 23px 40px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  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: #f05547;
  border: 1px solid #f05547;
  color: #fff;
}
@keyframes pulse {
  0% {
    /* transform: scale(0.95); */
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  }      
  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: 20px 30px;
      font-size: 16px;
  }
}
@media print, screen and (max-width: 390px) {
  .blob {
      font-weight: 400;
  }
}

/* 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: url('../images/bg-main.webp') center top/cover no-repeat;
    color: #fff;
    padding-bottom: 210px;
    position: relative;
}

.main-section .container {
  max-width: 1920px;
  padding: 0 10%;
}

.main-section .prg-nm {
  width: 270px;
  background-color: #fff;
  color: #000;
  padding: 10px 15px;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.35);
  font-size: 17px;
}

.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: 200px;
  left: 50px;
}

.main-section .bb2 {
  max-width: 400px;
  right: 0px;
  top: 337px;
}

.main-section .bb3 {
  max-width: 650px;
  left: 70px;
  top: 510px;
}

.main-section .bb4 {
  max-width: 550px;
  right: 20px;
  top: 650px;
}


.katya-img {
  width: 77%;
  position: relative;
  z-index: 2;
}

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

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

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

.main-section .price {
  color: #1DDEEA;
  font-size: 30px;
  font-weight: 700;
}

.main-img-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.main-img-2 {
  position: absolute;
  top: 130px;
  right: 40%;
  z-index: 1;
}

.main-img-3 {
  position: absolute;
  top: 32%;
  right: 6%;
  z-index: 1;
}

.main-img-4 {
  position: absolute;
  bottom: 23%;
  left: 53%;
  z-index: 1;
}

.main-img-5 {
  position: absolute;
  top: 10%;
  left: 41%;
  z-index: 1;
}

.blur-bg p {
  font-size: 17px;
  color: black;
}

@media screen and (max-width: 1728px) {
  .main-section {
    padding-bottom: 200px;
  }
  h1 {
    font-size: 85px;
    line-height: 95px;
  }
  .main-section .bb1 {
    max-width: 320px;
    top: 150px;
    left: 25px;
  }
  .main-section .bb2 {
    top: 300px;
  }
  .main-section .bb3 {
    top: 438px;
  }
  .main-section .bb4 {
    top: 585px;
    right: -20px;
  }
}

@media screen and (max-width: 1650px) {
  .main-section {
    padding-bottom: 290px;
  }
  h1 {
    font-size: 77px;
    line-height: 90px;
  }
  .main-section h3 {
    font-size: 23px;
    line-height: 30px;
  }
  .main-section .bb4 {
    top: 595px;
    right: -20px;
    max-width: 480px;
  }
}

@media screen and (max-width: 1440px) {
  .main-section {
    padding-bottom: 265px;
  }
  h1 {
    font-size: 70px;
    line-height: 80px;
  }
  .main-section h3 {
    font-size: 24px;
    line-height: 31px;
  }
  .main-section p {
    font-size: 17px;
  }
  .main-section .bb1 {
    max-width: 300px;
    top: 180px;
    left: 10px;
  }
  .main-section .bb2 {
    top: 290px;
  }
  .main-section .bb3 {
    top: 395px;
  }
  .main-section .bb4 {
    top: 525px;
    right: 0px;
    max-width: 450px;
  }
  .blur-bg p {
    font-size: 15px;
    color: black;
  }
}

@media screen and (max-width: 1280px) {
  .main-section {
    padding-bottom: 325px;
  }
  h1 {
    font-size: 55px;
    line-height: 65px;
  }
  .main-section h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .main-img-5 {
    top: 13%;
    left: 44%;
    z-index: 1;
    width: 190px;
  }
  .blur-bg p {
    font-size: 14px;
    color: black;
  }
  .main-section .bb1 {
    max-width: 300px;
    top: 180px;
    left: 60px;
  }
  .main-section .bb2 {
    top: 285px;
    max-width: 357px;
  }
  .main-section .bb3 {
    top: 390px;
    max-width: 444px;
    left: 65px;
  }
  .main-section .bb4 {
    top: 520px;
    right: -20px;
    max-width: 430px;
  }
}

@media screen and (max-width: 991px) {
  .main-section {
    background: url(../images/bg-main-m.webp) top / cover no-repeat;
    background-position: center calc(100% - 601px);
    padding-bottom: 230px;
  }
  h1 {
    font-size: 80px;
    line-height: 90px;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 20px;
  }
  .main-section h3 {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }
  .main-img-1, .main-img-2, .main-img-3, .main-img-4, .main-img-5 {
    display: none;
  }
  .blur-bg p {
    font-size: 16px;
  }
  .main-section .bb1 {
    max-width: 320px;
    top: 230px;
    left: 60px;
  }
  .main-section .bb2 {
    top: 360px;
    max-width: 400px;
  }
  .main-section .bb3 {
    top: 490px;
    max-width: 500px;
    left: 100px;
  }
  .main-section .bb4 {
    top: 640px;
    right: 0px;
    max-width: 495px;
  }
}

@media screen and (max-width: 891px) {
  .blur-bg p {
    font-size: 16px;
  }
  .main-section .bb1 {
    max-width: 320px;
    top: 260px;
    left: 60px;
  }
  .main-section .bb2 {
    top: 380px;
    max-width: 400px;
  }
  .main-section .bb3 {
    top: 505px;
    max-width: 500px;
    left: 100px;
  }
  .main-section .bb4 {
    top: 645px;
    right: 0px;
    max-width: 545px;
  }
  .katya-img {
    width: 85%;
  }
}

@media screen and (max-width: 768px) {
  .brk {
    display: inline !important;
  }
  .main-section {
    background: url(../images/bg-main-m.webp) top / cover no-repeat;
    background-position: center calc(100% - 320px);
    padding-top: 25px;
    padding-bottom: 60px;
  }
  h1 {
    font-size: 50px;
    line-height: 55px;
    margin-top: 30px;
    padding-bottom: 0px;
  }
  .main-section p {
    font-size: 15px;
    text-align: left;
  }
  p.price-aligment {
    text-align: center;
  }
  .icon-mob {
    margin-left: -10px;
    /* 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 .katya-img {
    width: 100%;
    margin-bottom: 90px;
  }
  .main-section h3 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: -15px;
  }
  .main-section .prg-nm {
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    font-size: 10px;
  }
  .blur-bg p {
    font-size: 13px;
  }
  .main-section .bb1 {
    top: 160px;
    max-width: 100%;
    left: 10px;
    padding: 10px;
  }
  .main-section .bb2 {
    top: 245px;
    max-width: 100%;
    left: 10px;
    padding: 10px;
  }
  .main-section .bb3 {
    top: 330px;
    max-width: 100%;
    left: 10px;
  }
  .main-section .bb4 {
    top: 445px;
    max-width: 100%;
    left: 10px;
  }
}

@media screen and (max-width: 430px) {
  .main-section .bb1 {    
    width: 100%;
    left: 10px;
    top: 170px;
  }
  .main-section .bb2 {
    width: 100%;
    left: 10px;
    top: 240px;
  }
  .main-section .bb3 {
    width: 100%;
    left: 10px;
    top: 330px;
  }
  .main-section .bb4 {
    width: 100%;
    left: 10px;
    top: 470px;
  }
  .main-section .katya-img {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 414px) {
  .main-section .bb4 {
    width: 100%;
    left: 10px;
    top: 470px;
  }
  .main-section .katya-img {
    width: 100%;
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 390px) {
  .main-section .bb3 {
    top: 330px;
    width: 100%;
    left: 10px;
  }
  .main-section .bb4 {
    top: 470px;
    width: 100%;
    left: 10px;
  }
  .main-section .katya-img {
    margin-bottom: 165px;
  }
}

@media screen and (max-width: 375px) {
  h1 {
    font-size: 42px;
    line-height: 46px;
  }
  .main-section .bb2 {
    top: 260px;
  }
  .main-section .bb3 {
    top: 350px;
    width: 100%;
    left: 10px;
  }
  .main-section .bb4 {
    top: 485px;
    width: 100%;
    left: 10px;
  }
  .main-section .katya-img {
    margin-bottom: 200px;
  }
}


@media screen and (max-width: 353px) {
  h1 {
    font-size: 42px;
    line-height: 46px;
  }
  .main-section .bb1 {
    width: 100%;
    left: 10px;
  }
  .main-section .bb2 {
    width: 100%;
    left: 10px;
  }
  .main-section .bb3 {
    top: 350px;
    width: 100%;
    left: 10px;
  }
  .main-section .bb4 {
    top: 505px;
    width: 100%;
    left: 10px;
  }
  .main-section .katya-img {
    margin-bottom: 265px;
  }
}

@media screen and (max-width: 320px) {
  h1 {
    font-size: 42px;
    line-height: 46px;
  }
  .main-section .bb1 {
    width: 100%;
    left: 10px;
  }
  .main-section .bb2 {
    width: 100%;
    left: 10px;
  }
  .main-section .bb3 {
    top: 370px;
    width: 100%;
    left: 10px;
  }
  .main-section .bb4 {
    top: 520px;
    width: 100%;
    left: 10px;
  }
  .main-section .katya-img {
    margin-bottom: 345px;
  }
}

/* Curved Section */
.curved-section {
  background: url(../images/bg-curve-top.png);
  position: relative;
  overflow: hidden;
  padding: 80px 0 0;
  margin-top: -230px;
  background-color: transparent;
  color: #000;
  /* background-size: contain; */
  background-position: top center;
  background-repeat: no-repeat;
}

.whom-list-bg {
  background-color: #fff;
  border-radius: 100px;
  padding: 11px 30px;
  min-height: 125px;
  text-align: left;
}

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

.whom-img {
  width: 100%;
}

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

.curved-section .grey-buble-unsection {
  background-color: #f4f4f4;
  padding-bottom: 50px;
  max-width: 100%;
}

.curved-section .buble-box {
  background: url(../images/whom-buble-bg.png) center center / contain no-repeat;
  padding: 50px 80px;
  max-width: 600px;
  height: 400px;
}

.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;
  }
  .whom-icon-ld {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .curved-section .buble-box {
    padding: 50px 75px;
    max-width: 600px;
    height: 325px;
  }
  .buble-box h3 {
    font-size: 23px;
    line-height: 27px;
  }
  .buble-box p {
    font-size: 17px;
    line-height: 21px;
  }
}

@media screen and (max-width: 991px) {
  .curved-section {
    background: url(../images/bg-curve-top-m.jpg);
    position: relative;
    overflow: hidden;
    padding: 80px 0 0;
    margin-top: -230px;
    background-color: #f4f4f4;
    color: #000;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .whom-list-bg {
    border-radius: 110px;
  }
  .curved-section .buble-box {
    padding: 50px 70px;
    max-width: 570px;
    height: 355px;
  }
  .buble-box h3 {
    font-size: 23px;
    line-height: 27px;
  }
  .buble-box p {
    font-size: 17px;
    line-height: 21px;
  }
}

@media screen and (max-width: 768px) {
  .curved-section {
    margin-top: -50px;
    padding: 40px 0;
  }
  .curved-section .grey-buble-unsection {
    padding-bottom: 10px;
  }
  .curved-section h2 {
    font-size: 33px;
    font-weight: 800;
  }
  .whom-list-bg {
    padding: 7px 12px 7px 10px;
    border-radius: 100px;
    min-height: 115px;
  }
  .whom-list-bg p {
    font-size: 15px;
    line-height: 18px;
  }
  .whom-img {
    width: 80%;
    margin-left: 10px;
  }
  .whom-icon-rd {
    right: 20px;
    width: 40px;
    top: 315px;
  }
  .whom-icon-ld {
    display: block;
    width: 50px;
    bottom: 15px;
    top: unset;
    left: 0;
  }
  .curved-section .buble-box {
    padding: 50px 55px;
    max-width: 400px;
    height: 245px;
  }
  .buble-box h3 {
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 7px;
  }
  .buble-box p {
    font-size: 14px;
    line-height: 17px;
  }
}


/* FOR WHOM SECTION */

.for-whom {
  background-color: #fff;
}



.for-whom-list-bg {
  background-color: #F0F0F0;
  border-radius: 20px;
  padding: 20px 30px;
  min-height: 350px;
  text-align: left;
}

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

.for-whom-img {
  width: 80%;
  border-radius: 30px;
}

@media screen and (max-width: 1440px) {
  .for-whom-list-bg {
    min-height: 315px;
  }
  .for-whom-list-bg p {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .for-whom-list-bg p {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .for-whom-list-bg {
    min-height: 270px;
    padding: 20px 10px;
  }
  .for-whom-list-bg p {
    font-size: 14px;
  }
}


/* SKILLS SECTION */

.skills-section {
  background-color: #F0F0F0;
}

.skills-list-bg {
  background-color: #fbfbfb;
  border-radius: 100px;
  padding: 20px 30px;
  min-height: 115px;
  text-align: left;
  max-width: 100%;
}

.skills-img {
  width: 35px;
  margin-top: 5px;
}

.skills-section .grey-buble-unsection {
  /* background-color: #f4f4f4; */
  /* padding-bottom: 50px; */
  max-width: 100%;
  margin-top: 30px;
}

.skills-section .buble-box {
  background: url(../images/skills-buble-bg.png) center center / contain no-repeat;
  padding: 60px 80px 30px;
  max-width: 600px;
  height: 400px;
}

@media screen and (max-width: 1280px) {
  .skills-list-bg {
    min-height: 135px;
  }
  .skills-list-bg p {
    font-size: 17px;
  }
}

@media screen and (max-width: 991px) {
  .skills-section .buble-box {
    padding: 60px 65px 30px;
    max-width: 540px;
    height: 330px;
  }
}


@media screen and (max-width: 768px) {
  .skills-section .buble-box {
    padding: 60px 25px 30px;
    height: 235px;
  }
  .skills-section .row {
    padding-left: 15px;
    padding-right: 0px;
  }
  .skills-list-bg {
    min-height: 100px;
    padding: 20px 30px;
  }
  .skills-section p {
    font-size: 14px;
    margin-bottom: 0px;
  }
}



/* Author section */

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

.author-section .katya-img {
  width: 95%;
}

.author-section h2 {
  font-size: 33px;
  line-height: 40px;
  font-weight: 800;
}

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

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

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

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

.about-list-bg {
  background-color: #f3f3f3;
  border-radius: 50px;
  padding: 20px 30px;
  min-height: 115px;
  text-align: left;
  max-width: 100%;
}

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

.about-img {
  width: 35px;
  margin-top: 5px;
}

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

@media screen and (max-width: 1440px) {
  .about-list-bg p {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .author-section h2 {
    font-size: 33px;
    text-align: center;
    display: block;
  }
  .author-section h3 {
    font-size: 25px;
    text-align: center;
  }
  .author-section .katya-img {
    width: 85%;
  }
  p.thanks {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .author-section {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .author-section .row {
    margin-left: -5px;
  }
}

/* About section */

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

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

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

.about-section .background-image {
  position: absolute;
  bottom: 70px;
  right: -5px;
  width: 45%;
  height: 66%;
  background: url('../images/about-img-diamond.jpg') center / cover no-repeat;
}

.about-section .right-col {
  min-height: 500px;
}

.background-image-mob {
  display: none;
}

@media (max-width: 1280px) {
  .about-list-bg {
    padding: 20px 10px;
  }
}

@media (max-width: 991px) {
  .background-image-mob {
      display: block;
      max-width: 100%;
  }
  .about-section h3 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0px;
  }
  .about-section h2 {
    font-size: 33px;
    line-height: 40px;
  }
  .mb70 {
    margin-bottom: 25px;
  }
  .about-list-bg {
    padding: 20px;
    min-height: 90px;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding-bottom: 10px;
  }
  .about-section h3 {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0px;
  }
}


/* UNIQ SECTION */

.uniq-section {
  background-color: #f7f7f7;
}

.uniq-list-bg {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 20px 30px;
  min-height: 303px;
  text-align: left;
  max-width: 100%;
  align-content: center;
}

.uniq-section p {
  font-size: 17px;
}

.uniq-list-bg p {
  font-size: 17px;
}

.uniq-img {
  width: 25px;
  margin-top: 2px;
}

@media (max-width: 1399px) {
  .uniq-list-bg {
    min-height: 350px;
  }
}

@media (max-width: 1391px) {
  .uniq-section h2 {
    font-size: 48px;
  }
}

@media (max-width: 1199px) {
  .uniq-section h2 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .uniq-section h2 {
    font-size: 33px;
  }
}

@media (max-width: 768px) {
  .uniq-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .uniq-section .row {
    margin-left: -5px;
  }
  .uniq-list-bg {
    min-height: 225px;
  }
  .uniq-section h2 {
    font-size: 25px;
  }
  .uniq-section p {
    font-size: 15px;
  }
}


/* PRICE SECTION */

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

.price-list-bg {
  background-color: #f7f7f7;
  border-radius: 50px;
  padding: 50px;
  min-height: 115px;
  text-align: left;
  max-width: 100%;
}

.price-list-bg h2 {
  font-size: 25px;
  text-align: center;
  display: block;
}

.price-list-bg p {
  font-size: 17px;
}

.price-list-bg-2 {
  background-color: #218BA0;
  color: #fff;
  border-radius: 50px;
  padding: 50px;
  min-height: 115px;
  text-align: left;
  max-width: 100%;
  position: relative;
}

.price-list-bg-2 h2 {
  font-size: 25px;
  text-align: center;
  display: block;
  color: #fff;
}

.price-list-bg-2 p {
  font-size: 17px;
}

.korona-img {
  position: absolute;
  top: -70px;
  right: -27px;
  max-width: 150px;
}

@media (max-width: 1191px) {
  .price-section {
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .price-section {
    padding-bottom: 20px;
  }
  .price-list-bg {
    padding: 35px 30px 25px 20px;
  }
  .price-list-bg-2 {
    padding: 35px 30px 25px 20px;
  }
  .price-list-bg h2 {
    font-size: 22px;
  }
  .price-list-bg-2 h2 {
    font-size: 22px;
  }
  .price-list-bg p {
    font-size: 15px;
  }
  .price-list-bg-2 p {
    font-size: 15px;
  }
  .price-list-bg .btn-orange {
    font-size: 15px;
    font-weight: 800;
  }
  .price-list-bg-2 .btn-orange {
    font-size: 16px;
    font-weight: 800;
  }
  .price-list-bg .btn-white {
    font-size: 16px;
    font-weight: 800;
  }
}


/* How section */

.how-section {
  background-color: #f3f3f3;
  color: #000;
  padding-top: 20px;
  position: relative;
}

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

.how-section h2 {
  font-size: 60px;
  font-weight: 800;
}

.how-section h3 {
  font-size: 20px;
  font-weight: 700;
}

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

.how-necklace-l {
  position: absolute;
  bottom: 0;
  left: 0;
}

.how-list-bg {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 30px 30px 20px 30px;
  min-height: 245px;
  text-align: left;
  color: #000;
}

.more-lsn .how-list-bg {
  min-height: 210px;
}

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

.how-list-bg p.small {
  font-size: 12px;
}

.how-img-bl {
  position: relative;
}

.how-img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.how-img-desc {
  text-align: left;
  background-color: #20889D;
  color: #fff !important;
  font-size: 17px;
  padding: 7px 20px;
  margin-top: 10px;
  border-radius: 25px;
  position: unset;
  max-width: max-content;
  font-weight: 600;
}

#prg-content {
  display:none;
}

.how-bl3 {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid rgba(0, 187, 200, 0.3);
  border-radius: 30px;
  padding: 10px;
  min-height: 150px;
  margin-top: 50px;
}

.oto-bl2-frame {
  position: absolute;
  top: 380px;
  left: 0;
  z-index: 1;
  width: 100%;
}


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

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

@media screen and (max-width: 1380px) {
  .how-list-bg {
    min-height: 470px;
  }
}

@media screen and (max-width: 1280px) {
  .how-list-bg {
    min-height: 490px;
  }
}

@media screen and (max-width: 1191px) {
  .how-list-bg {
    min-height: 510px;
  }
}

@media screen and (max-width: 1160px) {
  .how-list-bg {
    min-height: 550px;
  }
}

@media screen and (max-width: 991px) {
  .how-section {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .how-section .row {
    z-index: 2;
    position: relative;;
  }
  .how-section h2 {
    font-size: 33px;
    text-align: center;
    display: block;
    background: unset;
    color: #1ddeea;
    margin-bottom: 20px;
  }
  .how-list-bg {
    min-height: auto;
  }
}

@media screen and (max-width: 768px) {
  .how-section {
    padding-bottom: 20px;
  }
  .how-img {
    width: 100%;
    background-color: #d9d9d9;
    border-radius: 15px;
    margin-bottom: 15px;
  }
  .how-img-desc {
    font-size: 14px!important;
  }
  .how-img-crystal {
    margin-top: -65px;
  }
  .oto-bl2-frame {
    display: none;
  }
}



/* Results section */

.results-section {
  background-color: #fff;
  color: #000;
  padding-top: 20px;
  position: relative;
}

.results-section .container {
  max-width: 1620px;
  padding: 0 5%;
}

.results-section h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 70px;
  display: inline;
}

.results-section h3 {
  font-size: 20px;
  font-weight: 700;
}

.results-section p {
  font-size: 17px;
}

.results-list-bg {
  background-color: #F4F4F4;
  border-radius: 100px;
  padding: 20px;
  min-height: 150px;
  text-align: left;
  color: #000;
  z-index: 2;
  position: relative;
  width: 99.99%;
}

.results-list-bg .results-img {
  width: 85%;
}

.results-list-bg p {
  font-size: 17px;
}

.results-list-bg p.small {
  font-size: 12px;
}

.results-section .buble-box {
  background: url(../images/results-buble-bg.png) center center / contain no-repeat;
  padding: 10px 80px 50px;
  max-width: 600px;
  height: 400px;
}

@media screen and (max-width: 1280px) {
  .results-list-bg {
    min-height: 145px;
    padding: 20px 30px 20px;
  }
  .results-section .buble-box {
    padding: 10px 80px 35px;
    max-width: 535px;
    height: 355px;
  }
  .results-list-bg p {
    font-size: 17px;
    line-height: 20px;
  }
  .results-list-bg .results-img {
    width: 100%;
  }
  .results-section h2 {
    font-size: 50px;
    line-height: 45px;
  }
  .results-section p {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 991px) {
  .results-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .results-section .row {
    z-index: 2;
    position: relative;
  }
  .results-section h2 {
    font-size: 33px;
    line-height: 40px;
    text-align: center;
    display: block;
  }
  .results-list-bg .results-img {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .results-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .results-section .rowl {
    padding-left: 15px;
    padding-right: 0px;
  }
  .results-list-bg .results-img {
    width: 100%;
  }
  .results-list-bg {
    min-height: 145px;
    padding: 15px 20px 15px 2px;
  }
  .results-list-bg p {
    font-size: 14px;
    line-height: 18px;
  }
  .results-section .buble-box {
    padding: 10px 60px 28px;
    max-width: 535px;
    height: 235px;
  }
  .results-section h2 {
    font-size: 31px;
    line-height: 35px;
    margin-bottom: 0px;
  }
  .results-section p {
    font-size: 15px;
  }

  .skills-section {
    padding-bottom: 25px;
  }
  .skills-section .buble-box {
    height: 235px;
  }
  
}


/* Review section */

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

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

.review-section .results-img {
  max-width: 100%;
    border-radius: 45px;
}

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

.rev-item-bl .rev-text {
  padding: 40px 40px 20px 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: .7;
}
.carousel-control-prev-icon {
  background-image: url('../images/icon-arrow.png');
}
.carousel-control-next-icon {
  background-image: url('../images/icon-arrow.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 {
    font-size: 33px;
    line-height: 40px;
    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-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 800;
  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: #ededed;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ededed;
}


.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 {
    font-size: 33px;
    line-height: 40px;
    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 {
  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, #1e8ba6, #021a44);
  color: #fff;
}

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

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

.modal-price {
  background-color: #176f8d;
  max-width: 220px;
  padding: 5px 13px 9px 0px;
  border-radius: 20px;
  border: 1px solid #000;
}

.price-full {
  font-size: 22px;
  color: #000;
  background-color: #fff;
  padding: 5px 40px 8px;
  border-radius: 20px;
  font-weight: 700;
  border: 1px solid #fff;
}

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

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

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

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

.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: white; /* Set the placeholder text color to white */
}

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

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

.li-timer {
  display: inline-block;
  font-size: 10px;
  list-style-type: none;
  padding: 4px 10px;
  margin-right: 4px;
  text-transform: uppercase;
  background-color: #fff;
  color: #000;
  border-radius: 7px;
  width: 65px;
}

.li-timer span {
  display: block;
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .modal {
    top: 0px;
  }
  .modal-dialog {
    max-width: 600px;
  }
  
}


/* OTHER */


.brk {
  display: block;
}

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

.grey-section {
    background: -webkit-linear-gradient(left, #eeeeee, #fbfbfb);
    background: linear-gradient(to right, #eeeeee, #fbfbfb);
}


/* Sections */
section,
header {
    padding-top: 57px;
    padding-bottom: 57px;
}

/* Containers */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

/* Text styles */
.fw900 {font-weight: 900;}
.fw800 {font-weight: 800;}
.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;
}

.black {
  color: #000;
}

.orange {
    color: #ff7b00;
}

.red {
    color: red;
}

.white {
  color: #fff;
}

.logo {
    margin-bottom: 20px;
}



/* Sections */

.colorblack-section {
    background-color: #000;
    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;
}


/* 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%;
    }
  
    #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%;
    }
  
    #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;
    }
  }