 .overlay-modal {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 12;
  /*top: 0;*/
  /*left: 0;*/
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

 .overlay-modal > .overlay-modal-content {
  position: relative;
  /*top: 25%;*/
  width: 100%;
  text-align: center;
  /*margin-top: 30px;*/
  display: flex;
  justify-content: center;
  height: 100vh;
  pointer-events: none;

}
 .overlay-modal > .overlay-modal-content > img {
  display: none;
  width: auto;
}
 .overlay-modal > .overlay-modal-content > .active {
  display: block;
}

 .overlay-modal .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  text-decoration: none;
  color:gray;
}
 .overlay-modal .closebtn:hover{
  color: #f1f1f1;
}

 .share-buttons {
   display: flex;
   justify-content: space-between;

 }

 .share-buttons .share-button:first-child {
   margin-top: 0;
 }
 .share-buttons .share-button:after {
   clear: both;
   display: table;
 }
.share-buttons > .share-button {
   display: flex;

   position: relative;
   /*height: 30px;*/
   text-decoration: none !important;
 }

.share-buttons > .share-button .share-button-primary {
   position: absolute;
   border:1px solid #D8D8D8;
   background: white;
   width: 40px;
   height: 40px;
   border-radius: 35px;
   /*right: 0;*/
   /*top: 50%;*/
   /*margin-top: -15px;*/
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
 }
.share-buttons > .share-button .share-button-icon {
   display: block;
   font-size: 23px !important;
   color: #242424;
   position: absolute;
   line-height: 30px;
 }
 .share-buttons > .share-button .share-button-secondary {
   overflow: hidden;
   margin-right: 15px;
   height: 40px;
 }
.share-buttons > .share-button .share-button-secondary-content {

   /* font-family: sans-serif; */
   font-size: 0.60em;
   background: #fff;
   display: block;
   height: 40px;
   text-align: right;
   padding-right: 31px;
   padding-left: 18px;
   line-height: 38px;
   color: #242424;
   border-radius: 35px 0 0 35px;
   /*transform: translate3d(100%, 0, 0);*/
   /*transition: transform 175ms ease;*/
   border: 1px solid #D8D8D8;
   border-right: none;
 }

.u-section-1 {
  min-height: 66px;
}

.u-section-1 .u-sheet-1 {
  min-height: 655px;
}

.u-section-1 .u-layout-wrap-1 {
  pointer-events: auto;
  margin: 0 auto 0 0;
}

.u-section-1 .u-layout-cell-1 {
  min-height: 655px;
  pointer-events: auto;
  background-image: linear-gradient(#fdd17a, #e4e5e9);
}

.u-section-1 .u-container-layout-1 {
  padding: 30px 60px;
}

.u-section-1 .u-text-1 {
  margin: 162px auto 0;
}

.u-section-1 .u-text-2 {
  font-size: 1.25rem;
  margin: 44px 1px 0 14px;
}

.u-section-1 .u-btn-1 {
  background-image: linear-gradient(to right, #478ac9, #2cccc4);
  border-style: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  box-shadow: 0px 2px 6px 0 rgba(0,0,0,0.25);
  margin: 36px auto 0;
  padding: 8px 36px 9px 35px;
}

.u-section-1 .u-icon-1 {
  color: rgb(255, 255, 255) !important;
}

.u-section-1 .u-social-icons-1 {
  height: 48px;
  min-height: 16px;
  width: 164px;
  min-width: 68px;
  margin: 93px auto 0;
}

.u-section-1 .u-icon-2 {
  color: rgb(197, 54, 164) !important;
  height: 100%;
}

.u-section-1 .u-icon-3 {
  height: 100%;
  color: rgb(0, 230, 118) !important;
}

.u-section-1 .u-icon-4 {
  height: 100%;
  color: rgb(0, 122, 185) !important;
}

.u-section-1 .u-text-3 {
  margin: 14px 0 0 15px;
}

.u-section-1 .u-image-1 {
  min-height: 655px;
  pointer-events: auto;
  background-image: url("../files/photo_2021-05-19_16-05-342.jpg");
  background-position: 50% 50%;
}

.u-section-1 .u-container-layout-2 {
  padding: 30px 60px;
}

@media (max-width: 1199px) {
  .u-section-1 {
    min-height: 318px;
  }

  .u-section-1 .u-sheet-1 {
    min-height: 89px;
  }

  .u-section-1 .u-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 540px;
  }

  .u-section-1 .u-text-2 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-1 .u-text-3 {
    margin-left: 0;
  }

  .u-section-1 .u-image-1 {
    min-height: 540px;
  }
}

@media (max-width: 991px) {
  .u-section-1 {
    min-height: 66px;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-1 .u-image-1 {
    min-height: 414px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-container-layout-1 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .u-section-1 .u-image-1 {
    min-height: 621px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-image-1 {
    min-height: 391px;
  }
}

