:root {
  --accent-color:#42b48d;
  --bs-primary: var(--accent-color);
  --bs-light: #ecf2f3;
  --custom-padding: 6vw;
  --light: #f3f1e9;
  --dark: #060f17;
  --bs-dark: var(--bs-dark);
  --box-shadow: 4px 9px 16px #060f1735;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: var(--accent-color);
}

::selection {
  color: #fff;
  background: var(--accent-color);
}

.form-control:focus {
  border-color: #42b58e9e;
  box-shadow: 0 0 0 0.25rem rgb(67 180 142 / 58%);
}



/* ----------------------------- */
/* ! helpers */
/* ----------------------------- */

.px{padding-left:var(--custom-padding);padding-right: var(--custom-padding);}
.btn, .nav-link {border-radius: 0 !important;padding: .75em 1.5em !important;}
.elsa-form{margin-top: -160px;} 
.sticky-top{top: 90px;} 
.min-vh-50 {min-height: 50vh;}
.text-shadow {text-shadow: 2px 2px 8px var(--dark);}
@media (max-width: 991px) {
  .elsa-form{margin-top: -25px;} 
}

.text-primary {
  --bs-text-opacity: 1;
  color: var(--accent-color)!important;
}


/* ----------------------------- */
/* ! testimonials */
/* ----------------------------- */

.swiper {
  width: 100%;
  height: 100%;
}

.elsaTestimonials .swiper-slide {
  color: white;
  height: 100%;
  display: block;
  padding: 20px;
  border: 1px solid var(--accent-color);
}

.elsaTestimonials .swiper-slide img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}


.swiper-button-next,
.swiper-button-prev {
  width: 42px !important;
  height: 42px !important;
  background-color: var(--accent-color);
  color: white;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 13px;
  line-height: 1;
}

.product-link{
	text-align: center;
	font-weight: bold;
	background-color: var(--accent-color);
	color: #FFFFFF !important;
	padding: 10px;
	border: none;
	display: inline-block;
	margin-top: 10px;
}
.product-link:hover {
	background-color: #FFFFFF;
	color: var(--accent-color) !important;
}

/* ----------------------------- */
/* ! Typography */
/* ----------------------------- */


*, p {
  font-family: 'Merriweather', serif !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
button, .btn {
  font-family: 'Merriweather', serif !important;
}


.accent-color,
a.accent-color {
  color: var(--accent-color) !important;
}

a {
  color: var(--dark);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--accent-color);
  text-decoration: none;
}



.text-light a {
  color: var(--light);
}

/* ----------------------------- */
/* ! Navbar */
/* ----------------------------- */

.bg-dark {
  background-color: var(--dark)!important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: var(--bs-light)!important;
}


img.logo {
  width: 140px;
  height: auto;
}

@media (min-width: 767px) {

}


a.nav-link:hover {
  background-color: transparent !important;
  border-radius: 0rem;
  color: var(--accent-color) !important;
}

.navbar-toggler-icon .line {
  width: 100%;
  height: 2px;
  background-color: var(--accent-color);
}

.navbar-collapse.collapse.show {
  background-color: transparent;
  box-shadow: var(--box-shadow);
}


/* ----------------------------- */
/* ! Homepage */
/* ----------------------------- */
.overlay-gradient {
  background-image: linear-gradient(var(--dark), #060f1770);
  padding: 50px 0;
}

.bg-dark label {
  color: white;
}

.single-review--th {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

/* ----------------------------- */
/* ! CTA Banner */
/* ----------------------------- */

.cta-banner--wrap {
  max-width: 350px;
  margin: 0 auto;
}

#cta-banner {
  transform: translateY(0);
  opacity: 0;
  position: fixed;
  bottom: 15px;
  width: 100%;
  margin: 0 auto;
  transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;

  z-index: 1021;
}

#cta-banner.show {
  transform: translateY(0);
  opacity: 1 !important;
  transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
}

/* ----------------------------- */
/* ! Customization */
/* ----------------------------- */

figure.figure--landscape {
  width: 100%;
  height: 0;
  padding-top: calc(100% / 1.666);
  position: relative;
}

figure.figure--landscape img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-img {
  background: no-repeat center 79%;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.dark-bg {
  color: white !important;
}

.rounded {
  border-radius: 18px !important;
  overflow: hidden;
}



.btn-primary {
  color: #fff;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}


hr {
  background-color: #e2e6e8;
  opacity: 1;
}

.hero-img {
  width: 100%;
  height: 50vh;
}

.btn-primary:hover, .btn-check:focus + .btn-primary, .btn-primary:focus {
  color: var(--dark);
  background-color: white;
  border-color: white;
}



span.check-dot {
  background-color: var(--accent-color);
  width: 20px;
  height: 20px;
}

.banner {
  background-color: #f2f2f2;
  box-shadow: var(--box-shadow);
}

.garanty-block {
  margin: 0 auto 35px;
}

.garanty-block--circle {
  background-color: transparent;
  border:4px solid var(--accent-color);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: start;
  color: var(--dark);
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}



.garanty-block--circle-cont img {
  max-width: 70px;
  height: auto;
}

.garanty-block--circle-100 {
  font-size: 34px;
  display: block;
  margin: -7px;
  font-weight: 900;
}
.garanty-block--circle-gar {
  margin-top: -20px;
  font-size: 30px;
  display: block;
}

.garanty-block--rect {
  background-color: var(--accent-color);
  margin: -49px auto 0 auto;
  padding: 8px 14px;
  max-width: 240px;
  text-align: center;
  border-radius: 3px;
}

.btn_payment button {
  width: 100% !important;
  border: transparent;
  background-color: white;
  height: 53px;
  border-radius: 27px;
}

#paypal-button-container {
  width: 100% !important;
}

/* ----------------------------- */
/* ! Stripe */
/* ----------------------------- */
.example.FormStripe {
  background-color: #fff;
  box-shadow: var(--box-shadow);
  min-width: 280px;
  margin: 0 auto;
}

.example.FormStripe * {
  font-size: 16px;
}


.example.FormStripe .field {
  position: relative;
  width: 100%;
}

.example.FormStripe .field.half-width {
  width: 50%;
  margin: 0px;
}

.example.FormStripe .field.quarter-width {
  width: calc(25% - 10px);
}

.example.FormStripe .baseline {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #cfd7df;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.FormStripe .baseline.w90 {
  width: 90%;
}

.example.FormStripe label {
  position: relative;
  margin-bottom: 5px;
  width: 100%;
  left: 0;
  bottom: 0px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform-origin: 0 50%;
  cursor: text;
  pointer-events: none;
  transition-property: color, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
}

.example.FormStripe .input,
.input.empty {
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 0px;
  color: var(--dark);
  background-color: var(--light);
  border: 1px solid #ddd;
  padding: 5px 10px;
  border: transparent;
  min-height: 38px;
}

.example.FormStripe .input::-webkit-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.FormStripe .input::-moz-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.FormStripe .input:-ms-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.FormStripe .input.StripeElement {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity;
}

.example.FormStripe .input.focused,
.example.FormStripe .input:not(.empty) {
  opacity: 1;
}

.example.FormStripe .input.focused::-webkit-input-placeholder,
.example.FormStripe .input:not(.empty)::-webkit-input-placeholder {
  color: #cfd7df;
}

.example.FormStripe .input.focused::-moz-placeholder,
.example.FormStripe .input:not(.empty)::-moz-placeholder {
  color: #cfd7df;
}

.example.FormStripe .input.focused:-ms-input-placeholder,
.example.FormStripe .input:not(.empty):-ms-input-placeholder {
  color: #cfd7df;
}

.example.FormStripe .input.focused + label,
.example.FormStripe .input:not(.empty) + label {
  color: #000000;
  transform: scale(0.85) translateY(-20px);
  cursor: default;
}

.example.FormStripe .input.focused + label {
  color: #24b47e;
}

.example.FormStripe .input.invalid + label {
  color: #ffa27b;
}

.example.FormStripe .input.focused + label + .baseline {
  background-color: #24b47e;
}

.example.FormStripe .input.focused.invalid + label + .baseline {
  background-color: #e25950;
}

.example.FormStripe input,
.example.FormStripe button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.example.FormStripe input:-webkit-autofill {
  -webkit-text-fill-color: #e39f48;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.example.FormStripe .StripeElement--webkit-autofill {
  background: transparent !important;
}

.example.FormStripe input,
.example.FormStripe button {
  -webkit-animation: 1ms void-animation-out;
}

.example.FormStripe button {
  display: block;
  width: 100%;
  height: 40px;
  background-color: var(--dark);
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

.example.FormStripe .error svg {
  margin-top: 0 !important;
}

.example.FormStripe .error svg .base {
  fill: #e25950;
}

.example.FormStripe .error svg .glyph {
  fill: #fff;
}

.example.FormStripe .error .message {
  color: #e25950;
}

.example.FormStripe .success .icon .border {
  stroke: #abe9d2;
}

.example.FormStripe .success .icon .checkmark {
  stroke: #24b47e;
}

.example.FormStripe .success .title {
  color: #32325d;
  font-size: 16px !important;
}

.example.FormStripe .success .message {
  color: #8898aa;
  font-size: 13px !important;
}

.example.FormStripe .success .reset path {
  fill: #24b47e;
}

/* ----------------------------- */
/* ! Footer */
/* ----------------------------- */

footer ul,
ul.list-style-none {
  padding-left: 5px;
  list-style: none;
}

/* ------------------------------------------------------------------------- */
/* ! Responsive */
/* ------------------------------------------------------------------------- */

/* ----------------------------- */
/* ! -- Desktop */
/* ----------------------------- */
@media (min-width: 1023px) {
}

/* ----------------------------- */
/* ! -- Tablet */
/* ----------------------------- */
@media (max-width: 1023px) {
}

/* ----------------------------- */
/* ! -- Tablet */
/* ----------------------------- */

@media (max-width: 993px) {
  .md-center {
    display: block;
    margin: 0px auto 20px auto !important;
  }

  .text-center-md {
    text-align: center !important;
  }

  
}

/* ----------------------------- */
/* ! -- BREAKPOINT - - UP TO Smarthphone */
/* ----------------------------- */

@media (min-width: 767px) {


}

/* ----------------------------- */
/* ! -- Smarthphone */
/* ----------------------------- */

@media (max-width: 767px) {
}
