/* MAIN SLIDER */
.home-top {
  position: relative;
  z-index: 25;
  animation-name: example;
  animation-duration: 2.45s;
}

@keyframes example {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.home-top .container {
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  height: 830px;
  top: 0;
}

.home-top .main-slider .item img {
  position: absolute;
  right: 0;
  margin: auto;
}

.home-top .main-slider .container {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: 854px;
}

.home-top .main-slider-text {
  position: absolute;
  top: 310px;
  max-width: 564px;
}

.home-top .main-slider-text h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  margin: 0 0;
  color: #000000;
}

.home-top .main-slider-text h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
}

.home-top .main-slider-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.home-top a.apply-now {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #FFFFFF;
  padding: 10px 20px 10px 20px;
  transition: 0.4s all;
  background: #4B4895;
  position: relative;
  top: 50px;
  line-height: 40px;
  border-radius: 24px;
}

.home-top a.apply-now:hover {
  background: #FBBF62;
}

.home-top a.apply-now fa-icon,
.home-top a.apply-now i {
  margin-left: 5px;
}

/* MAIN SLIDER */

/* HOME ABOUT */
.about {
  position: relative;
  padding: 100px 0 150px 0;

}

#home-product.about:before {
  position: absolute;
  content: '';
  background: url(../img/home-product-bg.png);
  background-repeat: round;
  top: -85px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

#home-product .main-page-scroll-down {
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  z-index: 99;
}

#home-product .main-page-scroll-down a {
  background: #FBBF62;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: 0.3s all;
}

#home-product .main-page-scroll-down a:hover {
  background: #fff;
  color: #4B4895;
}

#home-product.about .container {
  position: relative;
  z-index: 100;
}


#home-product .item {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  transition: 0.3s all;
}

#home-product .item a {
  position: relative;
  display: block;
}

#home-product .item a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  transition: 0.3s all;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

#home-product .item a:hover:before {
  opacity: 0;
}

#home-product .item img {
  position: relative;
  transition: 0.3s all;
}

#home-product .item a:hover img {
  transform-origin: center;
  transform: scale(1.1);
}

#home-product .item h3 {
  position: absolute;
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  color: #fff;
  top: 45px;
  left: 45px;
  max-width: 230px;
  z-index: 1;
  transition: 0.3s all;
}

#home-product .item a:hover h3 {
  color: #FBBF62;
  text-shadow: 2px 2px 2px #000;
}

#home-product .about-bottom {
  display: flex;
}

#home-product h1.home-about-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 30px;
  font-family: 'Playfair Display', serif;
}

#home-product .right-side-for-text {
  margin-bottom: 45px;
}

#home-product .right-side-for-text p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  max-width: 1138px;
}

#home-product .right-side-for-text p strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #1D2A3B;
  margin-bottom: 20px;
}

/* HOME ADVANTAGES */
section.advtantages {
  padding: 90px 0 90px 0;
  position: relative;
}


.main-page-scroll-down {
  position: absolute;
  top: -65px;
  left: 10px;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  z-index: 99;
}

.advtantages .main-page-scroll-down:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
  width: 307px;
  height: 90px;
  z-index: 0;
  margin: auto;
  background: url(../img/home-advantages-scroll-down.png);
}

.main-page-scroll-down a {
  background: #fff;
  color: #4B4895;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: 0.3s all;
  z-index: 9;
}

.main-page-scroll-down a:hover {
  background: #FBBF62;
  color: #fff;
}

.advantages-background {
  position: relative;
  border-radius: 45px;
  overflow: hidden;
  padding: 65px 45px;
  width: 100%;
}

.advantages-background:before {
  position: absolute;
  content: '';
  background: url(../img/home-advantages-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.advantages-background:after {
  position: absolute;
  content: '';
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.5970763305322129) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.5970763305322129) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5970763305322129) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

h1.advantages-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 24px;
  font-family: 'Playfair Display', serif;
}

.left-side-for-text {
  position: relative;
  z-index: 9;
  margin-bottom: 75px;
}

.left-side-for-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  max-width: 550px;
}

.option-list {
  display: flex;
  z-index: 9;
  position: relative;
  gap: 20px;
}

.icon-space {
  width: 130px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

h2.option-title {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.advantages-get-info {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 45px;
  border-top-left-radius: 45px;
  max-width: 380px;
  height: 190px;
  z-index: 10;
}

.advantages-get-info:before {
  position: absolute;
  content: '';
  background: url(../img/radius-edge.png);
  right: 0;
  top: -45px;
  width: 45px;
  height: 45px;
}

.advantages-get-info:after {
  position: absolute;
  content: '';
  background: url(../img/radius-edge.png);
  bottom: 0;
  left: -45px;
  width: 45px;
  height: 45px;
}

.advantages-get-info p {
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  padding: 0;
  color: #000000;
  margin: 0;
}

.advantages-get-info a {
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  text-decoration: underline !important;
  color: #4B4896;
}


.medical-tags-list {
  display: flex;
  justify-content: space-between;
  margin: 55px 0 45px 0;
}


/* HOME ADVANTAGES */

/* HOME APPLICATION */
section.application {
  padding: 40px 0 100px 0;
  position: relative;
}

section.application .application-wrapper {
  display: flex;
}

section.application .left-side-for-picture {
  width: 50%;
  position: relative;
}

section.application .left-side-for-picture p {
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  color: #363636;
}

section.application .right-side-for-text {
  width: 50%;
}

section.application .right-side-for-text h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: #363636;
  font-family: 'Playfair Display', serif;
  max-width: 500px;
}

section.application .right-side-for-text h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  color: #363636;
}

/* HOME APPLICATION */
@media (max-width: 1759px) {}

@media (max-width: 1599px) {}

@media (max-width: 1529px) {

  /* MAIN SLIDER */
  .home-top .main-slider .item img {
    max-width: 1530px;
  }

  .home-top .main-slider .container {
    height: 681px;
  }

  .home-top .container {
    height: 681px;
  }

  /* MAIN SLIDER */

  /* HOME ABOUT */
  #home-product.about {
    padding: 50px 0 100px 0;
  }

  #home-product h1.home-about-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  #home-product .right-side-for-text {
    margin-bottom: 20px;
  }

  #home-product .right-side-for-text p {
    font-size: 20px;
    line-height: 30px;
    max-width: 1080px;
    margin-bottom: 10px;
  }

  #home-product .about-top .item img {
    max-width: 100%;
  }

  #home-product .item h3 {
    font-size: 24px;
    line-height: 30px;
    top: 35px;
    left: 35px;
    max-width: 200px;
  }

  /* HOME ABOUT */
  /* HOME ADVANTAGES */
  section.advtantages {
    padding: 70px 0 70px 0;
  }

  .advantages-background {
    padding: 55px 40px;
  }

  /* HOME ADVANTAGES */
  /* HOME APPLICATION */
  section.application {
    padding: 20px 0 60px 0;
  }

  section.application .left-side-for-picture p {
    font-size: 16px;
    line-height: 26px;
    text-shadow: 0 0 #363636;
  }

  /* HOME APPLICATION */
}

@media (max-width: 1399px) {

  /* MAIN SLIDER */
  .home-top .main-slider .container {
    height: 622px;
  }

  .home-top .container {
    height: 622px;
  }

  .home-top .main-slider .item.swiper-slide img {
    max-width: 1399px;
  }

  .home-top .main-slider-text {
    max-width: 490px;
    top: 270px;
  }

  .home-top .main-slider-text h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .home-top .main-slider-text h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .home-top .main-slider-text p {
    font-size: 16px;
    line-height: 20px;
  }

  .home-top a.apply-now {
    padding: 7px 17px 7px 17px;
    top: 30px;
    line-height: 20px;
    border-radius: 17px;
  }

  /* MAIN SLIDliER */
  /* HOME ABOUT */
  #home-product h1.home-about-title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  #home-product .right-side-for-text p {
    font-size: 18px;
    line-height: 26px;
    max-width: 975px;
  }

  /* HOME ABOUT */
  /* HOME APPLICATION */
  section.application {
    padding: 20px 0 40px 0;
  }

  section.application .right-side-for-text h1 {
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 20px;
  }

  section.application .left-side-for-picture p {
    font-size: 14px;
    line-height: 20px;
    text-shadow: 0 0 #363636;
  }

  /* HOME APPLICATION */
}

@media (max-width: 1199px) {

  /* MAIN SLIDER */
  .home-top .main-slider .container {
    height: 533px;
  }

  .home-top .container {
    height: 533px;
  }

  .home-top .main-slider-text {
    top: 150px;
  }

  .home-top .main-slider-text h2 {
    font-size: 30px;
    line-height: 44px;
    max-width: 390px;
  }

  .home-top .main-slider-text h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .home-top .main-slider-text p {
    font-size: 15px;
    line-height: 19px;
  }

  .home-top .main-slider .item.swiper-slide img {
    max-width: 1199px;
  }

  /* MAIN SLIDER */
  /* HOME ADVANTAGES */
  .advantages-background {
    padding: 45px 35px;
  }

  h1.advantages-title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .left-side-for-text p {
    font-size: 16px;
    line-height: 24px;
    max-width: 500px;
  }

  .left-side-for-text {
    margin-bottom: 50px;
  }

  .advantages-get-info {
    padding: 30px;
    border-top-left-radius: 45px;
    max-width: 270px;
    height: 170px;
  }

  .advantages-get-info p {
    font-size: 16px;
    line-height: 24px;
  }

  .icon-space {
    width: 120px;
    height: 74px;
  }

  h2.option-title {
    font-size: 16px;
    line-height: 26px;
  }

  .medical-tags-list {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 35px 0;
  }

  /* HOME ADVANTAGES */
  /* HOME APPLICATION */
  section.application .right-side-for-text {
    padding-right: 0;
  }

  section.application img.application-big-img {
    right: 20px;
  }

  section.application .right-side-for-text h1 {
    font-size: 36px;
    line-height: 39px;
    margin-bottom: 15px;
  }

  /* HOME APPLICATION */
}

@media (max-width: 991px) {
  /* HOME ABOUT */

  #home-product .main-page-scroll-down {
    top: -50px;
  }

  #home-product .main-page-scroll-down a {
    width: 50px;
    height: 50px;
  }

  .about#home-product {
    padding: 30px 0 100px 0;
  }

  .about#home-product:before {
    top: -72px;
  }

  #home-product h1.home-about-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  #home-product .right-side-for-text p {
    font-size: 16px;
    line-height: 22px;
    max-width: 640px;
  }

  #home-product .about-top .item {

    max-height: 230px;
  }

  #home-product .item h3 {
    font-size: 26px;
    line-height: 30px;
    top: 45px;
    left: 45px;
  }

  /* HOME ABOUT */
  /* HOME ADVANTAGES */
  .advantages-background {
    padding: 40px 30px;
  }

  h1.advantages-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .left-side-for-text p {
    font-size: 14px;
    line-height: 22px;
    max-width: 430px;
  }

  .left-side-for-text {
    margin-bottom: 40px;
  }

  .advantages-get-info {
    padding: 20px;
    max-width: 200px;
    height: 146px;
  }

  .advantages-get-info p {
    font-size: 14px;
    line-height: 20px;
    text-shadow: 0 0 black;
  }

  .advantages-get-info a {
    font-size: 18px;
    line-height: 32px;
  }

  .icon-space {
    width: 100px;
    height: 80px;
  }

  h2.option-title {
    font-size: 14px;
    line-height: 24px;
  }

  .medical-tags-list {
    margin: 30px 0 30px 0;
  }

  .tags-item {
    width: 16%;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tags-item img {
    width: auto;
    max-height: 55px;
  }

  /* HOME ADVANTAGES */

  /* HOME APPLICATION */
  section.application {
    padding: 2px 0 0;
  }

  section.application .right-side-for-text h1 {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 10px;
  }

  section.application .right-side-for-text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  section.application .right-side-for-text ul li {
    font-size: 14px;
    line-height: 22px;
  }

  /* HOME APPLICATION */
}

@media (max-width: 767px) {

  /* MAIN SLIDER */
  .home-top .container {
    height: 341px;
  }

  .home-top .main-slider .item.swiper-slide img {
    max-width: 767px;
  }

  .home-top .main-slider-text p {
    display: none;
  }

  .home-top .main-slider-text h2 {
    font-size: 26px;
    line-height: 28px;
  }

  .home-top .main-slider-text h3 {
    font-size: 15px;
    line-height: 19px;
  }

  .home-top .main-slider-text {
    top: unset;
    max-width: 360px;
    bottom: 100px;
  }

  .home-top .main-slider-text h3 {
    display: none;
  }

  /* MAIN SLIDER */
  /* HOME ABOUT */
  #home-product h1.home-about-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 7px;
  }

  #home-product .right-side-for-text p {
    font-size: 14px;
    line-height: 18px;
    max-width: 100%;
  }

  #home-product .right-side-for-text {
    margin-bottom: 10px;
  }

  #home-product .about-top .item {
    max-height: 210px;
  }

  #home-product .item h3 {
    font-size: 20px;
    line-height: 22px;
    top: 25px;
    left: 25px;
    max-width: 170px;
  }

  /* HOME ABOUT */
  /* HOME ADVANTAGES */
  section.advtantages {
    padding: 40px 0 40px 0;
  }

  .medical-tags-list {
    margin: 30px 0 0 0;
  }

  .left-side-for-text p {
    max-width: 100%;
  }

  .option-list {
    max-width: 50%;
    flex-wrap: wrap;
  }

  .advantages-get-info {
    padding: 35px;
    max-width: 220px;
    height: 180px;
  }

  .medical-tags-list {
    flex-wrap: wrap;
  }

  .tags-item {
    width: 32%;
    margin-bottom: 30px;
  }

  /* HOME ADVANTAGES */
        /* HOME APPLICATION */
        section.application .application-wrapper {
    flex-wrap: wrap;
  }

  section.application .left-side-for-picture {
    width: 100%;
  }

  section.application .right-side-for-text {
    width: 100%;
  }
          /* HOME APPLICATION */
}

@media (max-width: 575px) {

  /* HOME ABOUT */
  #home-product .about-top img {
    width: 100%;
  }

  #home-product .about-top {
    max-width: 380px;
  }

  #home-product .item {
    border-radius: 60px;
  }

  /* HOME ABOUT */
  /* HOME ADVANTAGES */
  .option-list {
    max-width: 60%;
    flex-wrap: wrap;
  }

  .main-page-scroll-down {
    position: absolute;
    top: -15px;
    left: 40px;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    z-index: 99;
  }

  .main-page-scroll-down:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -24px;
    width: 135px;
    height: 40px;
    z-index: 0;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .main-page-scroll-down a {
    background: #fff;
    color: #4B4895;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: 0.3s all;
    z-index: 9;
  }

  /* HOME ADVANTAGES */
}

@media (max-width: 480px) {

  /* HOME ABOUT */
  #home-product.about {
    padding: 10px 0 50px 0;
  }

  /* HOME ABOUT */
  /* HOME ADVANTAGES */
  .advantages-get-info {
    right: -1px;
    bottom: -1px;
  }

  .main-page-scroll-down {
    left: 0px;
  }

  /* HOME ADVANTAGES */
}