/* GENERAL SETTINGS */
* {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

:root{
  --bg-color: #EBEBEB;
  --text-color: #092543;
  --color-1:#298C89;
  --color-2:#8BC28B;


  --btn-gradient: linear-gradient(to right, #0A817E 0%, #8BC28B 51%);
}

body {
  background-color: #EBEBEB;
  color: #092543;
  box-sizing: border-box;
  }

/* NAVBAR */
.navbar {
  background: linear-gradient(180deg, #ebebeb 0%, #EBEBEBE0 51%, #EBEBEBC1 77%, #EBEBEB00 100%);
  min-height: 73px;
  top: -1px;
  border: none;
}

.navbar-brand  {
  margin-right: 25px;
}

.navbar-brand-mobile {
  display: none;
}

.cart-mobile {
  display: none;
}

.navbar-nav > li {
  margin-right: 25px;
  font-size: 14px;
  font-weight: 300;
}

.navbar-nav > li:last-child {
  margin-right: 0;
}

.nav li {
padding-top: 10px;
}

.mobile-navbar {
  display: none;
}

#closePopup {
  display: none;
}

/* CART HOVER EFECT */
.cart-wrapper .cart-content {
  display: none;
}

.cart-wrapper:hover .cart-content {
  display: block;
}

.cart-wrapper {
  position: relative;
}

.cart-content {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translateX(-75%);
  z-index: 999;
  font-weight: 300;
  line-height: 32px;
  font-style: normal;
  text-align: left;
  background-color: #ffffff;
  width: 412px;
  min-height: 300px;
  max-height:80vh;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
}

.product-info {
  color: #092543;
}

.cart-content h3 {
  border-bottom: 1.5px solid #488A88;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.product-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}

.product-name {
  flex-grow: 1;
  font-weight: bold;
  margin: 0;
}

.product-subname {
  flex-grow: 2;
}

.product-price {
font-size: 14px;
font-weight: 300;
line-height: 24px;
font-style: normal;
text-align: left;
}

.product-cart img {
  margin-right: 10px;
}

.product-cart p {
  font-size: 14px;
font-weight: 300;
line-height: 19px;
font-style: normal;
text-align: left;
}

.price-label, .price {
  display: inline;
  margin: 0;
}

.price-container {
border-top: 1.5px solid #488A88;
padding-top: 10px;
margin-top:15px;
}

.price-label {
display: inline-block;
font-size: 18px;
font-weight: bold;
line-height: 24px;
font-style: normal;
text-align: left;
}

.cart-price {
display: inline-block;
color: #092543;
font-size: 18px;
font-weight: bold;
line-height: 24px;
font-style: normal;
text-align: left;
margin-left: 100px;
}

.btn-container {
  text-align: center;
}

.checkout-btn {
  height: 43px;
  border: none;
  border-radius: 29px;
  background: #8bc28b;
  background: linear-gradient(-71deg, #8bc28b 0.00%, #0a817e 100.00%);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #ffffff;
}

.continue-btn {
  background: #ffffff;
  height: 43px;
  border-color: #2a7b76;
  border-width: 1px;
  border-style: solid;
  border-radius: 29px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #298c89;
}

.checkout-btn:hover,
.continue-btn:hover {
  background: #0a817e;
  color: #ffffff;
}

/* MOBILE NAVBAR Start */

#mySidenav {
  display: none;
}

.hamburger-menu  {
display: none;
}

.navbar-brand-mobile-default {
  display: none;
}

.cart-mobile-default  {
  display: none;
}

/* MOBILE NAVBAR END */

/* CART HOVER EFECT END */

.cart-icon {
  position: absolute;
  top: 18px;
  right: 73px;
}

.cart-items {
  position: absolute;
  top: 0px;
  right: -4px;
  min-width: 13px;
  height: 13px;
  background-color: #298C89;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
}

.menu-icon {
  position: relative;
  margin-right: 10px;
}

.navbar-default .navbar-nav>.nav-item>a {
  top: -20px;
  height: 84px;
  border: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.navbar-default .navbar-nav>.active>a {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  color: #298C89;
}

.navbar-default .navbar-nav>.active>a:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  background-color: #298C89 !important;
  color: #ffffff !important;
}

.navbar-default .nav-item .nav-link {
  padding-top: 33px;
  height:84px;
}

.navbar-default .navbar-nav>li>a:hover:not(.cart){
  top: -20px;
  height: 84px;
  border: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  color: #298C89;
  padding-top: 33px;
}

.navbar-default .navbar-nav>li>a {
  color: #092543;
}

/* TOGGLE ICON -> CROSS */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000;
  margin-bottom: 4px;
  transition: all 0.2s ease-in-out;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  transform: translateY(9px) rotate(50deg);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  opacity: 0;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
  transform: translateY(-9px) rotate(-50deg);
}


/* HOME SECTION */
.hero-section {
  margin-top: 80px;
}

.btn {
  font-weight: normal;
  font-size: 16px;
  border-radius: 29px;
}

.btn-primary {
  background-image: var(--btn-gradient);
  border: none;
  color: white;
}

.hero-text {
  font-size: 40px;
  line-height: 48px;
  text-align: left;
  font-style: normal;
  font-weight: lighter;
}

.hero-btn {
  margin-top: 39px;
  width: 296px;
  height: 43px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.hero-btn:active, .hero-btn:focus {
  outline: none;
  border: none;
}

.hero-img {
  max-width: 100%;
  z-index: -1;
}

.action-btn {
  position: absolute;
  width: 157.5px;
  height: 157.5px;
  transform: rotate(8deg);
  Top: 15%;
  left:15%;
}


/* SCROLLING BTN */


/* BODY IMG SECTION */
.body-section {
  /*padding-top: 270px;*/

}
/* LEFT COLUMN */
.left-body-section h1 {
  font-size: 40px;
  font-weight: 300;
  text-align: Left;
  line-height: 48px;
}

.btn-body-section {
  width: 296px;
  height: 43px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  background-image: linear-gradient(to right, #0A817E 0%, #8BC28B 51%);
  font-weight: bold;
  border: none;
  border-radius: 29px;
  opacity: 1;
  padding: 10px;
}

/* CENTER IMG COLUMN */

.bg-body-img {
  position: relative;
}

.bg-body-img > img {
  width:350px;
  min-width:350px;
}

.bg-body-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgba(235, 235, 235, 1), rgba(235, 235, 235, 0));
  z-index: 1;
}

/* GREEN PLUSES */
.green-targets {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 9;
}

.green_plus {
  position: absolute;
  transform: translate(-50%, -50%);
}

.green_plus img {
  width: 55px;
  height: 55px;
  max-width: 55px;
  max-height: 55px;
}

.green_plus_1 {
  top: 11.6%;
  left: 50.2%;
}

.green_plus_2 {
  top: 19.75%;
  left: 41.7%;
}

.green_plus_3 {
  top: 26.6%;
  left: 51.7%;
}

.green_plus_4 {
  top: 40.6%;
  left: 42.6%;
}

.green_plus_5 {
  top: 45.6%;
  left: 53.4%;
}

.green_plus_6 {
  top: 53.4%;
  left: 41.6%;
}

.green_plus_7 {
  top: 54.3%;
  left: 60.9%;
}

.green_plus_8 {
  top: 59%;
  left: 77%;
}

.green_plus_9 {
  top: 61%;
  left: 58%;
}

.green_plus_10 {
  top: 64%;
  left: 46%;
}

.green_plus_11 {
  top: 72%;
  left: 52%;
}

.green_plus_12 {
  top: 80%;
  left: 50%;
}

/* RIGHT COLUMN */

.right-body-section {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.11);
  padding: 5px;
  z-index: 99;
}
.right-body-section h2 {
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid #488A88;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: lighter;
}

.right-body-section h5 {
  color:#0D3F5E;
  margin-top: 5px;
  border-top: 1px solid #488A88;
  margin-left: 2%;
  margin-right: 2%;
  padding-top:10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.right-body-section ul {
  list-style-type: disc;
  padding: 0;
  margin: 20px;
}

.right-body-section .products-list li {
  padding-bottom: 10px;
}

.right-body-section .details p {
  font-weight: bold;
  color: #0A817E;
}

.details h3 {
  padding-right: 10px;
}
  /*RECOMMENDED PRODUCTS*/
.scolling-hand-products {
  display: none;
}

.recommended-prod h3 {
  font-size: 12px;
  font-weight:bold;
  text-align: left;
}

.recommended-prod-img1,
.recommended-prod-img2 {
  max-width: 100%;
  height: auto;
  padding-top: 25px;
}

.recommended-prod-img2 {
  padding-right: 25px;
  padding-left: 22px;
}



  /* HOME PAGE PRODUCTS SLIDER START */

/* Changing owl.carusel settings  */
.owl-carousel .owl-stage-outer {
  position: static !important;
  overflow: visible !important;
}


.owl-carousel .owl-stage-outer {
  position: static !important;
  transform: none !important;
}

.owl-carousel .owl-item img {
  display: inline !important;
  width: auto;
}

.goal-img img {
  width: 130px;
  height: 130px;
}

.section-heading h1 {
  font-size: 36px;
  margin: 50px 100px;
}

.view-all-link h4 {
  font-size: 16px;
  color: #092543;
  text-decoration: none;
  padding-left: 250px;
  margin-top: 30px;
}

.text-md-right {
  margin-bottom: 35px;
}

.heading-products {
  margin-bottom: 35px;
}

.view-all-link:hover h4 {
  color: #000;
}

.products-section {
  overflow-x: hidden;
}

.carusel-columns {
  overflow-x: hidden;
}
.blog-columns{ 
  overflow-x: hidden;
}

.company-carousel {
  overflow-x: hidden;
}

.products-wrapper {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.products-wrapper::-webkit-scrollbar {
  display: none;
}

.product {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  flex-shrink: 0;
  margin-bottom:30px;
  margin-top:100px;
}

.product-buttons {
  font-family: 'Montserrat', sans-serif !important;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: bold;
  top: 45px;
  left: -20px;
}

.overlay-image {
  position: absolute;
  left: -20px;
  top: -55px;
  width: 92px;
  height: 92px;
}

.product-image {
  position: absolute;
  top: -125px;
  left: 50%;
  transform: translateX(-50%);
}


.product-buttons a {
  padding-top: 10px;
}

.product-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  text-align: center;
  margin-top: 110px;
}

.product-icons {
  display: flex;
  justify-content: space-around;
}

.product-icons span {
  font-size: 10px;
}

.icon {
  margin-left: 15px;
  align-items: baseline;
}

.carusel-icon {
  display: flex;
  align-items: baseline;
  margin-left: 20px;
  flex-direction: column;
}

.product-text {
  margin: 20px;
}

.product-button {
  text-transform: uppercase;
  text-align: right;
  color: white;
  background-image: linear-gradient(to right, #0A817E 0%, #8BC28B 51%);
  font-weight: bold;
  border: none;
  border-radius: 29px;
  opacity: 1;
  padding: 10px;
  margin-left: 15px;
}
/*HOME PAGE PRODUCTS SLIDER END*/

/* SCROLLING HAND */
.scolling-hand {
  display: none;
}

.scolling-hand-2 {
  display: none;
}

/* PRODUCTS BUTTON */
.carusel-button {
  display: none;
}

/* GOALS BUTTON */

.goals-button {
  display: none;
}

/* HOME PAGE PRODUCTS GOALS (4 COLUMNS) START */

.benefits {
  margin-top: 100px;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.benefits-heading {
  white-space: normal;
  font-size: 40px;
  font-weight: 300;
  text-align: left;
  line-height: 1.2;
}
.break-words {
  word-wrap: break-word;
}
.benefits-text {
  font-size: 16px;
  text-align: left;
  margin-top: 30px;
  line-height: 1.5;
}

.benefits-button {
  width: 137px;
  height: 53px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background: #8bc28b;
  background: linear-gradient(-71deg, #8bc28b 0.00%, #0a817e 100.00%);
  border: none;
  border-radius: 29px;
  cursor: pointer;
  margin-top: 30px;
}

.benefits-right {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.benefits-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.benefits-item img {
  width: 40px;
  height: 40px;
}

.column {
  width: 300px;
  text-align: left;
}

/* HOME PAGE PRODUCTS GOALS (4 COLUMNS) END */

.carusel-columns {
  display: none;
}

.blog-columns{
  display: none;
}

.scolling-hand-4 {
   display: none;
 }

.scolling-hand-5 {
  display: none;
}

/* MASK IMAGE SECTION */
.autor-content h1 {
  padding-top: 20px;
  margin-bottom: 35px;
}
.autor-content p {
  font-size: 24px;
  font-weight: 100;
  text-align: left;
}

.autor-signature {
  padding-left: 200px;
}

.autor-content .autor-signature {
  display: block;
  margin-bottom: 10px;
}

.autor-content .autor-btn {
  display: block;
}

.autor-btn {
  padding: 10px 25px;
  font-weight: bold;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.autor-image {
  max-width: 100%;
}


/* COMMENTS CARUSEL START */

.carousel-control.left, .carousel-control.right {
  background-image: none;
  background-color: transparent;
}

.carousel {
  height: 400px;
  background-color: transparent;
  margin: 0 auto;
  width: 80%;
}

.left-arrow {
  position: absolute;
  top: 0px;
  right: -37px;
}

.container-carusel h1 {
  margin: 100px 0;
  text-align: center;
}

.carousel-control {
  background-color: transparent;
  border: none;
}

.carousel-control-prev {
  left: 250px;
}
.carousel-control-next {
  right: 250px;
}

.carousel-control {
  width: 0%;
  top:-7px
}

.testimonial-caption {
  font-size: 16px;
  text-align: center;
  color: #092543;
  text-shadow: none;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 55px;
}

.author-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.author-info img {
  width: 60px;
  height: 60px;
  margin-right: 14px;
}

.author-name {
  text-align: left;
  font-size: 16px;
  font-weight: lighter;
}

.name {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.carousel-indicators {
  padding-bottom: 145px;
}

.carousel-indicators li {
  background-color: #EBEBEB;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  margin: 0 1px;
  border: 0.5px solid #298C89;
  }

  .carousel-indicators .active {
  background-color: #298C89;
  border: 2px solid #298C89;
  width: 16px;
  height: 16px;
  margin: 0 6px;
  }

   /* COMENTS CARUSEL END */


   /* COMPANY CARUSEL START */

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

    }
  }


.carousel-container::-webkit-scrollbar {
display: none;
}

.carousel-title {
font-size: 36px;
font-weight: 300;
margin-left: 150px;
}

.carousel-container {
display: flex;
overflow-x: scroll;
padding: 20px 0;
}

.carousel-track {
display: flex;
}

.carousel-item {
width: 168px;
height: 106px;
margin-right: 20px;
animation: 12s slide infinite linear;
}

.carousel-track::-webkit-scrollbar {
display: none;
}
/* COMPANY CARUSEL END */

.logo-section {
  display: none;
}

.mobile-headings {
  display: none;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.section-link {
  font-size: 18px;
  color: #999;
  text-decoration: none;
}

.section-link:hover {
  color: #666;
}

.articles-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.article {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  color: #092543;
}

.article img {
  /*
  width: 100%;
  height: auto;
  */
}

.article-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}



.article-link:hover {
  text-decoration: none;
}


.article-meta img {
  margin-right: 10px;
  width: auto;
  height: 18px;
}

.article-date {
  font-size: 14px;
  color: #092543;
  margin-right: 10px;
}

.article-time {
  font-size: 14px;
  color: #092543;
}

.article-summary {
  font-size: 16px;
  line-height:22px;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-align: left;
}

.article-excerpt {
  font-size: 14px;
  color: #666;
  margin: 0;


}

.blog-button {
  display: none;
}
/* BLOG END */


/* FOOTER 1 START */
.mobile-footer {
  display:none;
}

.footer1 h2 {
  color: #298C89;
  text-align: left;
  font-size: 40px;
  margin-bottom: 18px;
  margin-top: 0;
}

.footer1 p {
  color: #092543;
  text-align: left;
  font-size: 14px;
  margin-bottom: 25px;
  padding-right: 110px;
}

.contact {
  display: flex;
}

.contact-info {
  display: flex;
  color: #298C89;
  align-items: flex-start;
}

.contact-info img {
  max-width: 69.53px;
  margin: 0 25px 20px 0;
}

.info-footer1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 24px;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 35px 0;
}

.social-icons span {
  margin-left: 10px;
  font-size: 12px;
}

.social-icons a {
  margin-right: 15px;
}

.right-footer h2 {
  color: #ffffff;
  font-size: 32px;
}

.inputs {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 15vw
}

.inputs h2 {
  margin-bottom: 30px;
}

.inputs label {
  display: inline-block;
  vertical-align: middle;
}

.inputs .submit-btn {
  color: #ffffff;
}

.right-footer form .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}

#email {
  background-color: transparent;
  flex-grow: 1;
  width: 300px;
  height: 58px;
  border: 1px solid #8BC28B;
  border-radius: 10px;
  opacity: 1;
  padding-right: 10px;
  padding-left: 10px;
  
  color:white;
}

.submit-btn {
  width: 132pt;
  height: 58px;
  background: transparent linear-gradient(83deg, #8BC28B 0%, #85C68F 100%) 0% 0% no-repeat padding-box;
  border-radius: 29px;
  opacity: 1;
  border: none;
  margin-left: -45px;
}
.right-footer .checkbox {
  padding-left: 25px;
}

.checkbox label {
  font-size: 12px;
}

.checkbox label a {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}
input::placeholder {
  color: white;
}

.right-footer {
  background-color: #298C89;
  color: white;
}


/* FOOTER 2 START*/

.footer2 {
  position: relative;
  background-color: #092543;
  color: #ffffff;
  min-height: 50px;
  width: 100%;
  left: 0;
  right: 0;
  font-weight: lighter;
  padding:10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-links a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  margin: 10px 10px;
}

.footer-copyright {
  font-size: 14px;
  padding-left: 170px;
}

/* FOOTER 2 END*/


/* PRODUCT FILLTER SECTION */

.product-filter {
  margin-top: 150px;
}

.filter-button {
  background-color: #FFFFFF;
  color: #092543;
  width: 97px;
  height: 26px;
  border-radius: 5px !important;;
  opacity: 1;
  margin: 7px;
  padding: 0px;
  font-size: 14px;
}


.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
  max-width: 197px;
}

.btn.btn-light.filter-button:hover {
  background-color: #298C89;
  color: #ffffff;
  pointer-events: auto;
}

.btn.btn-light.filter-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.btn.auto-size {
  width: auto;
  height: auto;
  padding: 0 10px;
}

.first-line {
  width: 1089px;
  height: 0px;
  border: 1px solid #7EB776;
  opacity: 1;
  margin-top: 15px;
  margin-bottom: 45px;
}

.second-line {
  max-width: 1089px;
  height: 0px;
  border: 1px solid #7EB776;
  opacity: 1;
  margin-top: 35px;
  margin-bottom: 65px;
}

.filter-heading {
  text-align: left;
  color: #092543;
  margin-bottom: 20px;
  font-size: 32px;
}

.filter-content {
  padding-bottom: 30px;
}

.filter-2 {
  padding-top: 95px;
}

.product-new {
  background-color: #298C89;
  color: #ffffff;
}

.product-new span {
  color: #ffffff !important;
}

.product-new-new {
  height: 373px;
  margin-top: 100px;

}


.price-new  {
  color: #ffffff !important;
}

.product-image-new {
  top: -100px;
}

.product-consultation {
  position: relative;
  display: inline-block;
  width: 352px;
  height: 450px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 8px;
  border-radius: 15px;
  flex-shrink: 0;
   text-align: center;
}

.product-consultation h3 {
color: #092543;
}

.product-text p {
  color: #0D3F5E;
}

.consultation-cards {
  padding-bottom: 50px;
}

.maskot {
  position: absolute;
  left: -50px
}


/* PRODUCT FILLTER SECTION */

/* POPUP  START*/

.pop-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}

.popup {
  display: none;
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 527px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 46px #00000029;
  border-radius: 20px;
  opacity: 1;
  padding: 20px;
  text-align: center;
  z-index: 9999;
}
.pop-up-content {
  position: relative;
  text-align: center;
}


#closeButton {
  position: absolute;
  top: -17px;
  right: -17px;
  width: 45px;
  height: 45px;
  transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
  background-color: #298C89;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  z-index: 9999;
}

#closeButton::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background-color: #FFFFFF;
}

#closeButton::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 20px;
  height: 2px;
  background-color: #FFFFFF;
  z-index: 9999;
}

#closeButton:hover {
  background-color: #20756F;
}

.submit-popup-btn {
  color: #ffffff;
  width: 132px;
  height: 58px;
  background: #298C89;
  border-radius: 29px;
  opacity: 1;
  border: none;
  margin-left: -45px;
}

.popup-heading {
  position: relative;
  font-size: 24px;
  color: #092543;
  text-align: left;
  letter-spacing: 0px;
  margin-left: 25px;
}

.popup p {
  position: relative;
  text-align: left;
  color: #092543;
  font-size: 12px;
  margin: 25px 162px 25px 20px;
}

.pop-upmail {
  max-width: 220px;
}
.pop-upmail::placeholder {
  color: #092543;
}

.popup-img {
  position: absolute;
  top: 0px;
  right: -335px;
}

/* POPUP  END*/


/* PRODUKT DETAIL START*/

.product-detail {
  margin-top: 180px;
}

.subtitle-product {
  font-size: 16px;
  color: #092543;
}

.form-control-lg {
  width: 387px;
  height: 50px;
  border: 1px solid #BABABA;
  border-radius: 12px;
  opacity: 1;
  background-color: transparent;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: left;
  font: normal normal bold 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #0D3F5E;
}

select.form-control-lg option.default .price-form {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  font-family: Montserrat;
  letter-spacing: 0px;
  color: #328D8A;
}

.fake-price {
  text-decoration: line-through;
  color: #B4B4B4;
  font-size: 16px;
  margin: 20px;
}

.old-price {
  text-align: left;
  font: normal normal bold 32px/48px Montserrat;
  letter-spacing: 0px;
  color: #298C89;
  opacity: 1;
  margin-top: 15px;
}

.icons-section {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.icon-product {
  margin-right: 15px;
}

.icon-image {
  width: 50px;
  height: 50px;
}

.icon-title {
  font-size: 9px;
  color: #0D3F5E;
  margin-bottom: 33px;
}

.img-fluid-produkt {
  position:absolute;
  left: -30%;
  max-width: 905px;
  height: 905px;
}

.img-badge {
  position: absolute;
  top: 168px;
  left: 0;
}

.img-badge-1 {
  position: absolute;
  top: 266px;
  left: 0;
}

.img-badge-2 {
  position: absolute;
  top: 316px;
  left: 0;
}

.img-badge-3 {
  position: absolute;
  top: 364px;
  left: 0;
}

.btn-add-to-cart {
  margin-top: 20px;
  width: 233px;
  height: 43px;
  border: none;
  border-radius: 29px;
  background: #8bc28b;
  background: linear-gradient(-71deg, #8bc28b 0.00%, #0a817e 100.00%);
  font: normal normal 600 14px/24px Montserrat;
  font-style: normal;
  text-align: center;
  color: #ffffff;
}

.bubble {
  margin-left: 15px;
}

.btn-buuble {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.buuble-reviews {
  margin-top: 5px;
}

.reviews-product {
  margin-left: 5px;
}

  /* PRODUKT DETAIL END*/

/* WHITE PÁSIK START*/
.white-section {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 100%;
  height: 60px;
  margin-top: 12vw;
  display: flex;
  align-items: center;
}

.white-flex {
  display: flex;
}

.white-context {
  margin-left: 20px;
}

.white-title {
  text-align: left;
  font: normal normal 600 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #0D3F5E;
  opacity: 1;
}

.white-subtitle {
  text-align: left;
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #0D3F5E;
  opacity: 1;
}


.white-product img {
  width: 68px;
  height: 68px;
}

.white-price {
  text-align: left;
  font: normal normal bold 32px/48px Montserrat;
  letter-spacing: 0px;
  color: #298C89;
  opacity: 1;
  margin-right: 20px;
  margin-top: 12px;
}

.white-btn {
  width: 167px;
  height: 37px;
  text-transform: uppercase;
  color: white;
  background-image: linear-gradient(to right, #0A817E 0%, #8BC28B 51%);
  font-weight: bold;
  border: none;
  border-radius: 29px;
  opacity: 1;
  margin: 17px 20px;
}
/* WHITE PÁSIK END*/


/* REVERSE GREEN LIST START*/

.reverse-green-list {
  margin-top: 5vw;
}

.reverse-green-img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
}

.consultation-image-mobile {
  display: none;
}


/* REVERSE GREEN LIST END*/

















/* DETAIL PRODCUTS CONSULTATION START*/
.container-consultation {
  margin-top: 150px;
}

.title {
  font-size: 40px;
  color: #092543;
}

.title {
  margin-bottom: 30px;
}

.icon-consultation {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.duration .form {
  font-size: 14px;
  color: #092543;
}

.duration {
  margin-right: 30px;
}

.button-consultation  {
  width: 137px;
  height: 43px;
  text-transform: uppercase;
  color: white;
  background-image: linear-gradient(to right, #0A817E 0%, #8BC28B 51%);
  font-weight: bold;
  border: none;
  border-radius: 29px;
  opacity: 1;
}

.btn-price {
  margin-top: 30px;
}

.price {
  color: #298C89;
  text-align: left;
  font: normal normal bold 32px/48px Montserrat;
  letter-spacing: 0px;
  opacity: 1;
  margin-top: 23px;
  margin-right: 30px;
}

.right-column-consultation {
  padding-left: 105px;
}

.white-box {
  max-width: 352px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
}

.white-box .slider-image {
  position: absolute;
  top: -55px;
  left: 150px;
  width: 140px;
  height: 140px;
}

.subtitle {
  font-size: 24px;
  color: #092543;
  padding: 100px 42px 0px 37px;
  line-height: 1.3;
}

.divider  hr {
  height: 1px;
  background-color: #97C090;
  width: 100%;
  margin: auto;
}

hr  {
    height: 1px;
  background-color: #97C090;
  width: 100%;
  margin: auto;
}

.content-socials {
  display: flex;
  flex-direction: column;
  margin: 15px 35px;
}

.socials-insta {
  text-align: left;
  font: normal normal bold 16px/26px Montserrat;
  letter-spacing: 0px;
  color: #298C89;
  opacity: 1;
  padding-bottom: 20px;
}

.socials-insta img {
  margin-right: 15px;
}

.socials-web {
  text-align: left;
  font: normal normal bold 16px/26px Montserrat;
  letter-spacing: 0px;
  color: #298C89;
  opacity: 1;
}

.socials-web img {
  margin-right: 15px;
}

.socials-insta .soclials-web {
  display: flex;
  justify-content: left;
}

.white-box .logo {
  width: 29px;
  height: 29px;
}

.white-box .social-media,
.white-box .website {
  font-size: 16px;
  color: #298C89;
}

/* DETAIL PRODCUTS CONSULTATION END*/

.green-box {
  background: #298C89;
  text-align: left;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  padding: 20px;
  border-radius: 20px;
  opacity: 1;
  height: 209px;
}

.green-box-reverse {
  text-align: left;
  margin-top: 80px;
  margin-left: -18%;
  background: #298C89;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  padding: 20px;
  border-radius: 20px;
  opacity: 1;
  max-width: 528px;
  height: 165px;
}

.white-text {
  color: #FFFFFF;
  font-size: 32px;
  margin: 20px 27px 5px 27px;
}

.green-text {
  color: #0D3F5E;
  font-size: 14px;
  margin: 35px 80px 20px 0;
}

.green-text-2 {
  color: #0D3F5E;
  font-size: 14px;
  margin: 30px 105px 20px -20px;
}

.green-text p {
  color: #0D3F5E;
  font-size: 14px;
  margin: 0px 80px 20px 0px;
}

.green-text-3 {
  color: #0D3F5E;
  font-size: 14px;
  margin: 15px 25px 20px 0px;
}

.green-plus-list {
  list-style-type: none;
  margin: 0px 108px 10px 0px;
}

.green-plus-list li {
  color: #0D3F5E;
  font-size: 14px;
  line-height: 25px;
  margin: 10px 0;
}

.green-item {
  display: flex;
  align-items: flex-start;
}

.green-icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  margin-top: 3px;
  margin-right: 20px;
}

.green-item span {
  padding-top: 5px;
}



.consultation-image {
  position: relative;
  top: 40px;
  right: 95px;
  max-width: 628px;
  height: auto;
  z-index: -1;
}
.consultation-image-mobile {
  display: none;
}
/* GREEN LIST END*/


/* CONSULTATION SECTION START */
.consultation-section {
  text-align: center;
  margin: 0 25px;
}

.consultation-section p {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #092543;
  margin: 4vw 15%;
}


/* CONSULTATION SECTION END */

/* REVIEW SECTION START */
.review-section {
  text-align: left;
}

.review-section-new {
  margin-top: 40px;
  margin-bottom: 7vw;
}

.section-title {
  color: #0D3F5E;
  font: normal normal 300 32px/40px Montserrat;
  letter-spacing: 0px;
  margin-top: 0;
  text-align: center;
}

.section-title-2 {
  color: #0D3F5E;
  font: normal normal 300 32px/40px Montserrat;
  letter-spacing: 0px;
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;
}

.review {
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 30px;
  margin: 15px auto;
}

.review-details {
  display: flex;
  align-items: center;
}

.review-image {
  float: left;
  margin-right: 10px;
}

.review-info {
  flex-grow: 1;
}

.review-title {
  margin-top: 0;
}

.review-text {
  margin: 20px 0;
  width: 100%;
}

.review-image-flag {
  position: relative;
  bottom: -20px;
  z-index: 9;
  left: -25px;
}

.review-title {
  font-size: 16px;
  color: #092543;
  font-weight: bold;
}

.review-date {
  font-size: 14px;
  color: #092543;
  font-weight: 300;
}

.load-more-link {
  font-size: 16px;
  color: #092543;
  text-decoration: none;
}

.videogalery-section {
  padding-bottom: 100px;
  margin: -60px 0;
}

/* REVIEW SECTION END */


/* FAQ SECTION START */

.faq-section {
  padding-top: 100px;
}

.question {
  border-bottom: 2px solid #8BC28B;
  opacity: 1;
  padding: 10px;
  margin-bottom: 20px;
  text-align: left;
  font: normal normal 300 24px/32px Montserrat;
  letter-spacing: 0px;
  color: #0D3F5E;
  opacity: 1;
}

.question h4 {
  font-size: 24px;
  color: #092543;
  cursor: pointer;
}

.question .answer {
  color: #092543;
  display: none;
  text-align: left;
  font: normal normal 300 16px/26px Montserrat;
  letter-spacing: 0px;
  opacity: 1;
}

.section-heading {
  font-size: 32px;
  color: #0D3F5E;
  text-align: center;
  margin-bottom: 40px;
}

.faq-heading {
  text-align: center;
  font: normal normal 300 32px/48px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1
}

.faq-icon {
  float: right;
}

.icon-container {
  position: relative;
}

/* FAQ SECTION END */



/* NAVY BLUE START */
.navy-blue-section {
  background: #0D3F5E 0% 0% no-repeat padding-box;
  padding:100px 0
}

.navy-blue-section  {
  color: #ffffff;
}

.navy-blue-section p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
/* NAVY BLUE END */


/*ONAS SECTION START*/
.onas-image-mobile {
  display: none;
}
.onas-imagee-mobile {
  display: none;
}
.aboutus {
  margin-top: 100px;
  margin-bottom: 70px;
}

.onas-flex {
  display: flex;
  justify-content: center;
}

.onas-flexx {
  display: flex;
  justify-content: center;
}

.onas-image {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  object-fit: cover;
}

.onas-imagee {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  object-fit: cover;
}


.onas-text h2 {
  text-align: left;
  font: normal normal 300 40px/48px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
  margin-right: 45px;
  margin-bottom: 35px;
}

.onas-text p {
  text-align: left;
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  margin-right: 95px;
  margin-bottom: 35px;
}

.onas-text-2 h2 {
  text-align: left;
  font: normal normal 300 40px/48px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
  margin-right: 45px;
  margin-bottom: 35px;
}

.onas-text-2 p {
  text-align: left;
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  margin-right: 95px;
  margin-bottom: 35px;
}

.onas-text p:last-child {
  color: #092543;
  opacity: 1;
}

.about-image {
  border-radius: 30px;
  opacity: 1;
}

/*ONAS SECTION END*/


.col-carusel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}


.carousel {
  position: relative;
}

.carousel-item {
  scroll-snap-align: start;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  z-index: 1;
}

.carousel-control-prev {
  left: 10px;
}

.carousel-control-next {
  right: 10px;
}




/*FEATURES SECTION 4 COLUMN START*/
.features  {
margin-bottom: 40px;
}
.feature-item {
  text-align: left;
  margin-bottom: 30px;
}

.feature-item img {
  width: 57px;
  height: 57px;
}

.feature-item h3 {
  text-align: left;
  font: normal normal bold 16px/22px Montserrat;
  letter-spacing: 0px;
  color: #0D3F5E;
  opacity: 1;
}

.feature-item p {
  text-align: left;
  letter-spacing: 0px;
  color: #0D3F5E;
  opacity: 1;
}
/*FEATURES SECTION 4 COLUMN END*/



/*TIMELINE*/

.timeline-steps {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.timeline-steps .timeline-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 1rem;
}

  .green-line {
      content: "";
      display: block;
      border-top: 1px solid #8BC28B;
    width: 89px;
      position: absolute;
      left: 57px;
      top: 19px;
  }
  .dotted-line {
    content: "";
    display: block;
    border: 0.5px dashed #B7B7B7;
    opacity: 1;
    width: 89px;
    position: absolute;
    left: 57px;
    top: 19px;
  }


.timeline-steps .timeline-content {
  width: 14rem;
  text-align: center
}

.col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.col img {
  max-width: 70px;
}

.year-description {
  display: flex;
  justify-content: center;
  text-align: center;
  font: normal normal 300 24px/32px Montserrat;
  letter-spacing: 0px;
  opacity: 1;
  margin-top: 30px;
}

.year-description-bold {
   text-align: left;
  letter-spacing: 0px;
  color: #8BC28B !important;
  opacity: 1;
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
}

.timeline-heading {
  text-align: center;
  font: normal normal 300 40px/48px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
  margin-top: 55px;
  margin-bottom: 30px;
}
.timeline-section-mobile {
  display: none;
}

.timeline-scroll {
  white-space: nowrap;
}

.timeline-step {
  display: inline-block;
}

.big_green {
  margin-bottom: 0px;
  position: relative;
  top: -5px;
}
/*TIMELINE*/



/*DESCRIPTION*/

.container-description {
  margin: 100px 0;
}

.description-left {
  text-align: left;
  font: normal normal 300 24px/32px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.description-right {
  text-align: left;
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}
/*DESCRIPTION*/


/*123 section START*/
.how-it-works {
  text-align: center;
}

.section-title-123 {
  font: normal normal 300 40px/48px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.works-flex {
  display: flex;
  flex-direction: column;
}


.how-col {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.image {
  opacity: 1;
  width: 122px;
  height: 122px;
  margin-right: 25px;
}

.text-about h2 {
text-align: left;
font: normal normal 300 40px/48px Montserrat;
letter-spacing: 0px;
color: #092543;
opacity: 1;
margin-top: 70px;
margin-bottom: 25px;
}

.text-about p {
  text-align: left;
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
  }

.text {
  display: flex;
  text-align: left;
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #0D3F5E;
  opacity: 1;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 24px 40px;
}

.how-col:nth-child(1) {
  margin-left: 120px;
  margin-right: 320px
}

.how-col:nth-child(2) {
  margin-left: 240px;
  margin-right: 220px;
}

.how-col:nth-child(3) {
  margin-left: 360px;
  margin-right: 120px;
}

.section-prob {
  margin: 50px 0;
}
/*123 section END*/

/*COMPANY LOGOS START*/

.company-logos-section {
  margin-top: -50px;
}

.left-text-logos {
  text-align: left;
  font: normal normal 300 24px/32px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}
.logo-img {
  padding: 10px;
}

.left-text-logos {
  margin-top: 75px;
}


/*PROBIOTIKA SECTION START*/
.probiotika {
  margin: 130px 0;
}
.probiotika-text h2 {
  text-align: left;
  font: normal normal 300 40px/48px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
  padding-bottom: 30px;
}

.probiotika-text p {
  text-align: left;
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
  padding-bottom: 10px;
}
.probiotika-image {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  object-fit: cover;
}

.prob-image-phone {
  display: none;
}

/*TABULKA*/
.first-table {
  text-align: center;
  margin-right: 20px;
}

.table {
  width: 100%;
}

th, td {
  text-align: center;
  padding: 10px;
}

.green-ball img, .empty-ball img {
  display: block;
  margin: 0 auto;
  max-width: 20px;
}
.center-align {
  text-align: center;
}

.prop-viacap {
  text-align: left;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border-top: 0;
}

.table>thead>tr>th {
  border-bottom: 1px solid #8BC28B !important;
}
.table-heading {
  display: none;
}
/*PROBIOTIKA SECTION END*/


/*REFERENCIE SECTION START*/
.section-referencie {
  margin-top: 7vw;
}

.custom-carousel .container-carusel {
  max-width: 1100px; 
  margin: 0 auto; 
}

.custom-carousel .container-carusel h1 {
  margin-top: 120px;
  margin-bottom: 40px;
  text-align: center;
  font: normal normal 300 40px/48px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.custom-carousel .carousel-indicators {
  padding-bottom: 110px; 
}

.custom-carousel .carousel-caption {
  text-align: center;
  font: normal normal 300 24px/32px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.custom-carousel .carousel-control {
  width: 0%;
  top: 20px;
}

.custom-carousel .name  {
  text-align: left;
  font: normal normal 600 16px/24px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.custom-carousel .position  {
  text-align: left;
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.company-flex {
  display: flex;
  flex-wrap: wrap;
}
.company-logo-img {
  margin: 15px;
}

.company {
  padding-left: 10px;
}

.scolling-hand-3 {
  display: none;
}

.section-title-mobile {
  display: none;
}

/*REFERENCIE SECTION END*/


/*CASTE-OTAZKY SECTION START*/
.faq {
  margin-bottom: 80px;
}
/*CASTE-OTAZKY SECTION END*/

/*VEDA SECTION START*/
.veda-section {
  margin-top: 100px;
}

.veda-heading {
  margin-top: 70px;
  text-align: left;
  font: normal normal 300 40px/48px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.veda-text p {
  margin-top: 40px;
  margin-right: 30px;
  text-align: left;
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.veda-slider {
  margin-top: 70px;
}

/*KONFERENCIE*/
.konferencie-section {
  margin-top: 40px;
  margin-bottom: 50px;
}

.konferencie-text h2 {
  margin-top: 100px;
  margin-left: 35px;
  text-align: left;
  font: normal normal 300 40px/48px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.konferencie-text p {
  margin-top: 40px;
  margin-left: 35px;
  text-align: left;
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}


/*COMMNENTS*/

.comments-section {
  text-align: center;
  margin: 0 auto;
  text-align: left;
  font: normal normal 300 32px/40px Montserrat;
  letter-spacing: 0px;
  color: #0D3F5E;
  opacity: 1;
}


.comment-container {
  max-width: 950px;
  margin: 35px auto;
  position: relative;
  width: 100%;
  height: auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
}

.comments-heading {
  margin-bottom: 45px;
  text-align: center;
}

.veda-carusel {
  text-align: left;
  font: normal normal 300 24px/32px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.comment-left {
  display: flex;
}

.comment-image {
  width: 48px; 
  height: 48px; 
  border-radius: 50%;
  margin-right:25px;
}

.comment-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  font: normal normal bold 16px/26px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}


.comment-date {
  margin: 0;
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.comment-author p {
  margin: 0;
}


.comment-right {
  padding:0 25px 25px 25px;
}

.comment-text {
  font: italic normal 300 16px/22px Montserrat;
}

.comment-hidden-text {
  padding:25px 0;
  margin:0 25px;
  font: normal normal 300 16px/22px Montserrat;
  border-top: 2px solid #97C090;
}

.comment-line {
  margin-top: 0;
  border: 1px solid #97C090;
  opacity: 1;
  width: 100%;
}

/*VEDA SECTION END*/


/*DOWNLOAD SECTION START*/

.scolling-hand-videogalery {
  display: none;
}

.download-section {
  max-width: 950px;
  margin-bottom: 100px;
}


.download-title {
  text-align: left;
  font: normal normal 300 40px/48px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.download-element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
  position: relative;
  max-width: 444px;
  height: 80px; 
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  margin: 20px 0;
}

.element-title {
  margin: 15px;
  padding-top: 20px;
  font: normal normal 600 14px/16px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.download-element h3 {
  margin-top: 15px;
}

.element-format {
  margin-left: 15px;
  font: normal normal normal 14px/21px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.element-icon {
  position: absolute;
  right: 25px;
  top: 25px;
}

.veda-company-carusel {
  margin-bottom: 100Px;
}

.veda-image-mobile {
  display: none;
}
.konferencie-image-mobile {
  display: none;
}
/*DOWNLOAD SECTION END*/

/*KONTAKT SECTION START*/

.kontakt-section {
  margin: 150px 0;
}

.section-title-kontakt {
  margin-bottom: 40px;
  text-align: left;
  font: normal normal 300 40px/48px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.kontakt-section .section-text {
  margin-bottom: 40px;
  text-align: left;
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #0D3F5E;
  opacity: 1;
}

.icon-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.icon-contact {
  margin-right: 30px;
  margin-bottom: 30px;
}

.personal-information {
  text-decoration: underline;
  font-weight: bold;
}


 .contact-address {
  text-align: left;
  font: normal normal 300 24px/32px Montserrat;
  letter-spacing: 0px;
  color: #0D3F5E;
  opacity: 1;
}

.contact-email {
  text-align: left;
  font: normal normal 300 24px/32px Montserrat;
  letter-spacing: 0px;
  color: #0D3F5E;
  opacity: 1;
}

.contact-phone {
  text-align: left;
  font: normal normal 300 24px/32px Montserrat;
  letter-spacing: 0px;
  color: #0D3F5E;
  opacity: 1;
}



.kontakt-section .form-input-name {
  width: 100%;
  height: 58px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #488A88;
  border-radius: 12px;
  opacity: 1;
  font: normal normal 300 14px/22px Montserrat;
  color: #0D3F5E;
  margin-right: 10px;
}


.kontakt-section .form-input-email {
  width: 100%;
  height: 58px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #488A88;
  border-radius: 12px;
  opacity: 1;
  font: normal normal 300 14px/22px Montserrat;
  color: #0D3F5E;
}

.kontakt-section .form-input-name::placeholder {
  color: #0D3F5E;
  opacity: 1;
}

.kontakt-section .form-input-email::placeholder {
  color: #0D3F5E;
  opacity: 1;
}

.form-row {
  display: flex;
  flex-wrap: nowrap;
}

.kontakt-section .form-textarea {
  max-width: 100%;
  height: 253px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #488A88;
  border-radius: 12px;
  opacity: 1;
  font: normal normal 300 14px/22px Montserrat;
  color: #0D3F5E;
  margin-top: 15px;
  padding-right: 20px;
}

.kontakt-section .consent input {
  margin: 20px 0;
  width: 16px;
  height: 16px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 3px;
  opacity: 1;
}

.consent-text {
  text-align: left;
  letter-spacing: 0px;
  color: #0D3F5E;
  opacity: 1;
  font-weight: 300;
}

.consent-text  a {
  color: #0D3F5E;
}

.kontakt-section .consent label {
  text-align: left;
  letter-spacing: 0px;
  color: #0D3F5E;
  opacity: 1;
}

.kontakt-section .kontakt-submit-btn {
  max-width: 100%;
  height: 58px;
  background: transparent linear-gradient(88deg, #8BC28B 0%, #0A817E 100%) 0% 0% no-repeat padding-box;
  border-radius: 29px;
  opacity: 1;
  font: normal normal 300 16px/24px Montserrat;
  color: #FFFFFF;
  border: none;
}

.kontakt-section .form-textarea {
  padding: 15px;
}

.contact-form {
  display: flex;
  flex-direction: column;
}


.contact-info-section {
  width: 1088px;
  height: 150px;
  background: #FFFFFF;
  margin: 100px 0;
  border-radius: 10px;
}

.info-heading {
  text-align: left;
  font: normal normal bold 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #092543;
}

.info-text {
  text-align: left;
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #092543;
}

/*KONTAKT SECTION END*/

/*WHITE KONTAKT SECTION START*/


.white-kontakt-section {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 34px;
  opacity: 1;
  margin: 50px auto;
}

.white-kontakt-section .ico {
  text-align: left;
  font: normal normal bold 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  margin-bottom: 5px;
}

.white-kontakt-section .ico-number {
  text-align: left;
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  margin-bottom: 5px;
}


.white-kontakt-section .dic {
  text-align: left;
  font: normal normal bold 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  margin-bottom: 5px;
}

.white-kontakt-section .dic-number {
  text-align: left;
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  margin-bottom: 5px;
}

.white-column p {
  margin: 0;
}

.white-column {
  margin-top: 20px;
 margin-left: 50px;
}

.white-column:first-child {
  border-right: 1px solid #488A88;
  height: 100px;
  opacity: 1;
  padding-right: 20px;
  width: 17%;
}

.white-column:nth-child(2) {
  border-right: 1px solid #488A88;
  height: 100px;
  opacity: 1;
  padding-right: 20px;
  width: 20%;
}

.white-column:nth-child(3) {
  border-right: 1px solid #488A88;
  height: 100px;
  opacity: 1;
  padding-right: 20px;
  width: 20%;
}


  /*WHITE KONTAKT SECTION END*/

/*FOOTER KONTAKT*/

footer.contact {
  background: #298C89 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 20px;
}


.left-side {
  text-align: left;
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}


.right-side {
  display: flex;
  flex-wrap: nowrap;
  text-align: right;
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

.footer-items  a {
  margin-left: 40px;
  text-decoration: none;
  color: #FFFFFF;
}

.footer-kontakt-flex {
  display: flex;
  align-items: center;
}

.footer-items {
  margin-bottom: 10px;
}

/*ARTICLES SECTION START*/
.articles-section {
  margin: 120px 0;
}

.border-blog {
  position: relative;
  opacity: 1;
}

.border-blog::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-right: 1px solid #B7B7B7;
}

.last-article::after {
  content: "";
  display: block;
  border-bottom: 1px solid #B7B7B7;
  width: 95%;
}

.new-blog-date {
  margin-right: 10px;
}

.new-blog-time {
  margin-right: 10px;
  margin-left: 38px;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
}

.blog-tags  a {
  text-decoration: none;
 }

.tag {
  width: auto;
  background: #FFFFFF;
  border-radius: 5px;
  color: #092543;
  padding: 2px 10px;
}
.blog-title {
  text-align: left;
  font-weight: 300;
  font-size: 40px;
  color: #0D3F5E;
  margin-bottom: 20px;
}
.blog-text, .new-article-title, .tags-title, .favorite-articles-title, .others-articles, .v-heading {
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  color: #0D3F5E;
  margin-bottom: 20px;
}

.new-article-title, .tags-title, .favorite-articles-title, .others-articles {
  border-left: 3px solid #298C89;
  padding-left: 20px;
}

.article-title, .favorite-article-description {
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  color: #0D3F5E;
}
.article-text, .date-time, .favorite-article-date-time {
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  color: #092543;
}
.favorite-article-image {
  width: 113px;
  height: 113px;
}

.favorite-articles-title {
  display: inline-block;
}

.favorite-article {
  display: flex;
  align-items: flex-start;
  margin: 0 0 20px 0;
}

.border-start {
  margin: 0;
  padding-left: 20px;
  padding-right: 0;
}

.border-top {
  border-top: 1px solid #B7B7B7;
  margin-top: 20px; 
}

.border-left {
  padding: 0;
  width: 100%;
}

.favorite-article-date-time {
  display: flex;
  align-items: center;
}

.date-icon {
  display: flex;
  align-items: center;
}

.time-icon {
  display: flex;
  align-items: center;
}


.favorite-article-date-time img {
  margin-right: 10px;
}

.date-icon {
  margin-right: 10px;
}

.blog-social-icons {
  text-align: left;
  padding: 0;
}

.blog-social-heading {
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.blog-icons-container {
  display: flex;
  justify-content: flex-start;
}

.blog-social-icon {
  width: 43px;
  height: 43px;
  border-right: 29px;
  opacity: 1;
  margin-right: 10px;
}

.others-articles {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.article-image {
  width: 140px;
  height: 140px;
}

.other-icon-blog {
  margin-right: 10px;
}

.other-time-icon {
  margin: 0 50px;
}

.next-articles {
  text-decoration: underline;
  font: normal normal normal 16px/32px Montserrat;
  letter-spacing: 0px;
  color: #0D3F5E;
  opacity: 1;
  text-align: center;
  margin-top: 25px;
}

.next-articles {
  position: relative;
}

.video-section {
  margin-top: 70px;
}

.video-section-mobile  {
  display: none;
}

.video-title{
  border-left: 3px solid #298C89;
  text-align: left;
  font: normal normal 300 24px/32px Montserrat;
  letter-spacing: 0px;
  color: #0D3F5E;
  opacity: 1;
  margin-top: 20px; 
  padding-left: 15px;
}

.video-section {
  padding-left: 10px;
}

.video-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #0D3F5E;
}

.video-container {
  margin-bottom: 40px;
  margin-right: 12px;
}

.video-container + .video-container {
  margin-left: 12px;
}

.video-container p {
  margin-top: 15px;
  text-align: left;
  font: normal normal 600 16px/22px Montserrat;
  letter-spacing: 0px;
  color: #0D3F5E;
  opacity: 1;
}

.next-videos {
  text-decoration: underline;
  font: normal normal normal 16px/32px Montserrat;
  letter-spacing: 0px;
  color: #0D3F5E;
  opacity: 1;
  text-align: center;
}

.next-videos, a {
 color:  #0D3F5E;
}

.scolling-hand-video {
  display: none;
}

.blog-columns-mobile {
  display: none;
}

.qoute {
  position: relative;
}

.quote-img {
  position: absolute;
  top: -85px;
  left:0;
}

.video-png {
  width: 308px;
  height: 223px;
}
/* OTHER ARTICLES */

.others-articles-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.article-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.article-title {
  font: normal normal 600 16px/24px Montserrat;
  letter-spacing: 0px;
  color: #0D3F5E;
  opacity: 1;
  text-align: left;
}

.article-text {
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
  text-align: left;
}

.other-favorite-article-date-time {
  display: flex;
}

/*ARTICLES SECTION END*/

/* DETAIL ARTICLES START*/
.detail-article {
  margin-top: 120px;
}

.img-container {
  position: relative;
}

.main-img { 
  padding: 0;
  max-width: 100%;
  height: auto;
  margin-right: 50px;
  border-radius: 12px;
}

.extra-img {
  position: absolute;
  width: 124px;
  height: 124px;
  bottom: -13%;
  left: 1%;  
}

.badge:hover {
  cursor: pointer;
}

.detail-row {
  margin-top: 50px;
}

.heading-name {
  text-align: left;
  font: normal normal bold 16px/22px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
  margin-top: 10px;
}


.info-text {
  text-align: left;
  font: normal normal normal 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.content-text {
  text-align: left;
  font: normal normal 300 32px/40px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.cursive {
  margin-top: 40px;
  text-align: left;
  font: italic normal 300 18px/34px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.second-img {
  margin-top: 40px;
  width: 720px;
 height: 432px;
 border-radius: 12px;
}

.img-description {
  margin-top: 10px;
  text-align: center;
  font: italic normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.text-container {
  margin-top: 40px; 
}

.custom-bullet {
  position: relative;
  padding-left: 50px;  
  margin-bottom: 40px; 
  text-align: left;
  font: normal normal 300 16px/34px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.custom-bullet:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: #298C89;
  border-radius: 50%; 
}

.basic-text {
  margin-top: 40px;
  text-align: left;
  font: normal normal 300 16px/34px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.scolling-hand-article {
  display: none;
}

.line-mobile {
  display: none;
}
/* DETAIL ARTICLES END*/


/* SHOPPING PROCESS START*/

.container-shopping {
  margin-bottom: 150px;
}

.table-responsive {
  border: none;
}

.c-fixed-top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  width: 100%;
  max-width: 100%;
  background-color: #0D3F5E;
  padding: 0;
  opacity: 1;
}

.logo-shopping-process {
  height: 30px;
  width: auto;
  margin-right: 1050px;
}

.back-to-cart {
  position: relative;
  top: 20px;
}

.logo-shopping-proces {
  top: 20px;
  left: 139px;
  width: 83px;
  height: 29px;
}

.contact-shopping-cart {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 10px;
  background: #298C89 0% 0% no-repeat padding-box;
  opacity: 1;
}

.fixed-footer {
  position: fixed;
}


.footer-shopping-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  margin-top: 25px;
}

.text-center-shopping {
  text-align: center;
  font: normal normal 300 40px/48px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
  margin-bottom: 40px;
}

.table-shopping-process {
  margin-left: 0; 
  margin-right: 0; 
  width: 100%;
  border-collapse: collapse; 
}

.second-row {
  border-bottom: 1px solid #7EB776;
  border-top: 1px solid #7EB776;
  text-align: left;
}

.table-shopping-process td {
  text-align: left;
  font: normal normal 300 16px/19px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.table-img {
  margin: 20px 0;
  margin-right: 30px;
}

.complet-price {
  text-align: right;
  font: normal normal bold 16px/26px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
  margin-left: 20px;
}

.final-price {
  text-align: right;
  font: normal normal bold 16px/26px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
  margin-left: 40px;
}

.update-cart-text {
  text-align: right;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #092543;
  margin: 15px 0;
}

.last-price {
  text-decoration: line-through;
  font: normal normal 300 16px/24px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.final-shopping-price {
text-align: right;
letter-spacing: 0px;
color: #298C89;
opacity: 1;
margin: 15px 0;
}

.fat-price {
  text-align: right;
  font: normal normal bold 24px/32px Montserrat;
  letter-spacing: 0px;
  color: #298C89;
}

.shopping-cart-btn {
  max-width: 343px;
  width: 100%;
  border-radius: 29px;
  opacity: 1;
  text-align: center;
  font: normal normal 600 16px/24px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  margin-top: 20px;
}


.calculator {
  width: 60px;
  height: 55px;
  border-radius: 9px;
  display: flex;
  flex-direction: row;
  border: 1px solid black;
  font-size: 18px;
  user-select: none;
}

.left, .right-2 {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.right-2 {
  border-left: 1px solid black;
}

.left .number {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.number {
  font-size: 16px;
  color: black;
  font-weight: bold;
}

.right-2 .plus, .right-2 .minus {
  width: 100%;
  height: 50%;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-2 .plus {
  border-bottom: 1px solid black;
}

.text-right .icon-update-cart {
  width: 10px;
  height: 12px;
  vertical-align: middle;
  margin-right: 5px;
}


.update-cart-text  a {
  text-decoration: none;
}


/* SHOPPING PROCESS END*/




/*PURCHASE PROCESS ORDER INFO*/

.delivery-container {
  margin-bottom: 7vw;
}

/*RIGHT COLUMN*/
.right-order {
  position: fixed;
  margin-top: 140px;

}

.order-column {
  width: 100%;
  margin:auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 20px;
  opacity: 1;
  padding: 20px 40px;
}

.order-heading{
  text-align: left;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #092543;
  margin: 10px;
}

.order-product {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-around;
}


.order-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 30px;
}


.total-item {
  display: flex;
  justify-content: space-between;
}
.order-description {
  text-align: left;
}
.total {
  padding: 20px 0;
}

.total-price {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.product-quantity {
  text-align: left;
  font: normal normal 300 14px/19px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
  margin: 0;
}

.product-name,
.total-item {
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  color: #092543;
}

.product-price {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #092543;
}

.final-price-text {
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #092543;
}

.final-order-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-top: 20px;
}

.order-price  {
  font: normal normal bold 16px/26px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.cents {
  position: relative;
  font-size: 0.75em; 
  bottom: 6px;
}

.unique-price-class {
  text-align: right;
  font: normal normal 600 18px/24px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}


.order-note {
  margin-top: 15px;
}

.note-input {
  width: 440px;
  height: 46px;
  border: 1px solid #2A7B76;
  border-radius: 10px;
  opacity: 1;
  background: transparent;
  font: normal normal 300 14px/22px Montserrat;
  color: #092543;
}

.note-input::placeholder {
  color: #092543;
  opacity: 1;
}

.promo-code-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.promo-input {
  flex: 1 1 auto;
  height: 46px;
  margin-right: -70px;
  border: 1px solid #2A7B76;
  border-radius: 10px;
  background: transparent;
  font: normal normal 300 14px/22px Montserrat;
  color: #092543;
}

.promo-input::placeholder {
  color: #092543;
}

.promo-button {
  border-radius: 10px;
  border: none;
  font: normal normal 600 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}

/*LEFT COLUMN*/

.left-order {
  margin-top: 100px;
  text-align: left;
  font: normal normal 300 32px/40px Montserrat;
  color: #092543;
}

.inputs-heading {
  text-align: left;
  font: normal normal 300 32px/40px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
  margin-bottom: 40px;
}

.inputs-subheading {
  color: #092543;
  text-align: left;
  font: normal normal 300 24px/32px Montserrat;
  margin-bottom: 20px;
}

.contact-inputs {
  display: flex;
  justify-content: center;
}


.phone-input, .email-input {
  width: 100%;
  height: 46px;
  border: 1px solid #488A88;
  border-radius: 10px;
  font: normal normal 300 14px/22px Montserrat;
  color: #092543;
  background-color: transparent;
  margin-bottom: 40px;
  margin-right: 15px;
}

.phone-input::placeholder,
.email-input::placeholder {
  color: #092543;
}


.delivery-heading {
  text-align: left;
  font: normal normal 300 24px/32px Montserrat;
  color: #092543;
}

.contact-inputs-row {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.contact-input {
  width: 260px;
  height: 46px;
  border: 1px solid #488A88;
  border-radius: 10px;
  font: normal normal 300 14px/22px Montserrat;
  color: #092543;
  text-align: left;
  background-color: transparent;
  margin-right: 15px;
  padding-left: 5px;
}

.contact-input::placeholder {
  color: #092543;
}

.custom-input-container {
  width: 97%;
  height: 58px;
  border: 1px solid #488A88;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 10px; 
  position: relative;
}

.input-question {
  text-align: left;
  font: normal normal normal 16px/22px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
  flex: 1;
  margin-bottom: -15px;
}

.custom-input {
  max-width: 100%;
  width: 100%;
  height: 90%; 
  border: none;
  outline: none;
  text-align: left;
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
  appearance: none; 
  background-color: transparent;
}

.arrow-icon {
  width: 18px;
  height: 10px;
  position: absolute;
  right: 10px; 
  bottom: 30px;
  pointer-events: none; 
}

.custom-checkbox-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  justify-content: flex-start;
}

.custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #1D3E5B;
  border-radius: 3px;
  opacity: 1;
  margin-right: 8px; 
  position: relative;
}

.custom-checkbox:checked::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #1D3E5B; 
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-checkbox-container label {
  cursor: pointer;
}


.custom-checkbox-container label {
  text-align: left;
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #0D3F5E;
  opacity: 1;
  cursor: pointer;
  padding-left: 10px;
}

.custom-checkbox-container  {
  margin-top: 10px;
}

.delivery-section h2 {
  text-align: left;
  font: normal normal 300 32px/40px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.input-container {
  position: relative;
  margin: 20px 0;
  border: 1px solid #488A88;
  border-radius: 10px;
  opacity: 1;
  transition: background-color 0.3s;
}

.input-container:hover label {
  color: #FFFFFF;
}

.input-container label {
  display: flex;
  padding: 10px 10px;
  cursor: pointer;
  text-align: left;
  font: normal normal normal 16px/26px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
  position: relative;
}

.price-delivery {
  text-align: left;
  font: normal normal normal 16px/24px Montserrat;
  letter-spacing: 0px;
  color: #298C89;
  opacity: 1;
  margin-left: 15px; 
}

.delivery-section {
  width: 100%;
}

.input-container {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.custom-input-radio {
  margin: 0 15px 0 0;
}

.label-content {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.label-content {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.label-name {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.price-delivery {
  margin-left: auto;
}

.delivery-section span {
  flex-grow: 0;
}

.payment-section h2 {
  text-align: left;
  font: normal normal 300 32px/40px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.input-container {
  background: transparent;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.input-container label {
  display: flex;
  align-items: center; 
}

.icon-second {
  margin-left: 42px;
}

.icon-third {
  margin-left: 17px;
}

.custom-input-radio {
  display: none;
}

.payment-icon-first {
  margin-left: 150px; 
}

.payment-icon-second {
  margin-left: 150px; 
}


.custom-input-radio + label::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border: 1px solid #888;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
}

.custom-input-radio:checked + label::before {
  background-color: #fff;
  border: 1px solid #888;
  content: "";
  background-image: url('svg/check.png');
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}

label:hover .price-delivery {
  color: white;
}


.label-name {
  font: normal normal normal 16px/24px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  margin-right: 10px;
}

.free {
  margin-left: auto;
}
.checkbox-section {
  margin-top: 40px;
  margin-bottom: 20px;
}

.checkbox-container {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.custom-checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #1D3E5B;
  border-radius: 3px;
  opacity: 1;
  margin-right: 10px;
}

.label-text {
  text-align: left;
  font: normal normal 300 16px/22px Montserrat;
  letter-spacing: 0px;
  color: #0D3F5E;
  opacity: 1;
  padding-left: 10px;
}

.pursache-btn-section{
  display: flex;
  margin-top: 20px;
  text-align: center;
}

.buy-btn {
  width: 537px;
  height: 58px;
  background: transparent linear-gradient(88deg, #8BC28B 0%, #0A817E 100%) 0% 0% no-repeat padding-box;
  border-radius: 29px;
  border: none;
  cursor: pointer;
  text-align: center;
  padding:0 25px;
  font: normal normal 600 16px/24px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  transition: 0.3s;
}

.buy-btn:hover {
  opacity: 0.9;
}

.buy-btn:active {
  opacity: 0.8;
}

.mobile-cart {
  display: none;
}


/* PAYING CART START */

.paying-card-section {
  margin-top: 50px;
  margin-bottom: 100px;
}

.paying-card-left h2 {
  text-align: left;
  font: normal normal 300 40px/48px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
  margin: 10px 0;
}

.paying-card-left p {
  text-align: left;
  font: normal normal 300 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
  margin-right: 90px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.card-input, .expiration-input, .cvc-input {
    max-width: 353px;
    width: 100%;
    height: 46px;
    border: 1px solid #488A88;
    border-radius: 10px;
    font: normal normal 300 14px/22px Montserrat;
    color: #092543;
    background-color: transparent;
    margin-bottom: 30px;
    margin-right: 15px;
}

.card-number {
  text-align: left;
  font: normal normal 600 14px/22px Montserrat;
  letter-spacing: 7px;
  color: #092543;
  opacity: 1;
}

.expiration-input, .cvc-input {
  max-width: 169px;
  width: 100%;
}

.pay-btn {
  background: transparent linear-gradient(87deg, #8BC28B 0%, #0A817E 100%) 0% 0% no-repeat padding-box;
  border-radius: 29px;
  opacity: 1;  
  max-width: 351px;
  width: 100%;
  height: 58px;
  border: none;
  text-align: center;
  font: normal normal 600 16px/24px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.card-input::placeholder, .expiration-input::placeholder, .cvc-input::placeholder {
  font: normal normal 300 14px/22px Montserrat;
  color: #092543;
  opacity: 1; 
  padding-left: 10px;
}

.order-content {
  display: none;
}

.promo-code-mobile{
  display: none;
}

.card-flex {
  width: 100%;
}
.input-wrapper {
  position: relative;
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
}

.static-label {
  position: absolute;
  top: 5px;  
  left: 10px; 
  font-size: 10px;
  color: #092543;
  pointer-events: none; 
}


#cardNumber:hover.invalid {
  border-color: red;
}



/* PAYING CART END */

.scolling-hand-thanks {
  display: none;
}

.column-left-thanks { 
  width: 37%;
  padding-top: 215px;
  margin-left: 150px;
}

.column-left-thanks h1 {
  text-align: left;
  font: normal bold 300 48px/48px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
}

.column-left-thanks p {
  text-align: left;
  font: normal normal 300 28px/48px Montserrat;
  letter-spacing: 0px;
  color: #092543;
  opacity: 1;
  margin-top: 20px;
}

.img-thanks {
  max-width: 100%; 
  height: auto; 
}

.thanks-flex {
  display: flex;
  flex-wrap: nowrap;
}

.scolling-hand-thanks {
  display: none;
}

.footer1 {
  margin-top:120px;
}

.subtitle-product ul {
  padding-left:30px;
}

.subtitle-product ul li::marker {
  color:#298C89
}