.swiper-wrapper {
  align-items: center;
}
.slide-item__container-content{
    position: relative;
    z-index: 10;
}

.slide-item__title{
  margin-bottom: 0.75rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: #006072;
}

@media (min-width: 640px){
  .slide-item__title{
    margin-bottom: 2rem;
    font-size: 3.75rem;
    line-height: 1;
  }
}

.slide-item__text{
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.slide-item__btn{
  position: relative;
  margin-bottom: 1rem;
  display: inline-block;
  overflow: hidden;
  border-radius: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.slide-item__btn.more{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #00bc00;
}


.slide-item__btn.more:hover {
  color: #00bc00;
}

.slide-item__btn.more:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.slide-item__btn.more::before {
  content: '';
  width: 80px;
  height: 160px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  --tw-translate-x: -7rem;
  --tw-translate-y: -6rem;
  --tw-skew-x: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0.4;
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-duration: 0.3s;
}

.slide-item__btn.more:hover::before{
  left: 100%;
  --tw-translate-x: 7rem;
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.slide-item__btn.products{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.slide-item__btn.products:hover svg {
  -webkit-animation: toRightFromBottom 0.4s forwards;
  animation: toRightFromBottom 0.4s forwards;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 40px!important;
}

@-webkit-keyframes toRightFromBottom {
  49% {
    -webkit-transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }

  90% {
    -webkit-transform: translateY(50%);
  }

  95% {
    -webkit-transform: translateY(-50%);
  }

  100% {
    -webkit-transform: translateY(0%);
  }
}

@keyframes toRightFromBottom {
  49% {
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translateY(10%);
  }

  90% {
    -webkit-transform: translateY(-10%);
  }

  100% {
    -webkit-transform: translateY(0%);
  }
}

/* }
@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
} */

.slider-calculator{
  z-index: 10;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 1.75rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px){
  .slider-calculator{
    position: absolute;
    top: 50%;
    right: 1.25rem;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 4rem;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  
  .swiper4 > .swiper-wrapper {
    display: grid!important;
  }

  .map-main::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    z-index: 0;
    display: block;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 1000px;
    -webkit-clip-path: polygon(100.00% 77.45%,0% 100%,100% 100%);
            clip-path: polygon(100.00% 77.45%,0% 100%,100% 100%);
  }
}

@media (min-width: 1300px){
  .slider-calculator{
    margin-top: 3.5rem;
  }
}

@media (min-width: 1536px){
  .slider-calculator{
    margin-top: 0px;
  }
}

@media (min-width: 1600px){
  .slider-calculator{
    left: 50%;
    right: auto;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.calculator__container{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 1.75rem;
  padding-bottom: 1rem;
}

.calculator__container h3{
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fdbf26;
}

@media (min-width: 640px){
  .calculator__container h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.calculator__container h3 span {
  color: #006072;
}

.calculator__container p{
  margin-bottom: 1.5rem;
  color: #006072;
}

.calculator-input__container{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media(max-width: 575px){
  .slide-item__btn.products .calculator-input__container{
    justify-content: center;
  }
  .slider-calculator{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.calculator-lable{
  margin-bottom: 0.5rem;
  display: block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.8;
}

.calculator-input__container input{
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 5.3rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #006072;
}

.calculate-form{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 640px){
  .calculate-form{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .calculate-form{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .slider-calculator{
    width: 450px;
  }
}

.calculator-input__type{
  position: absolute;
  right: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #006072;
}

.calculator-input-range__container{
  position: absolute;
  bottom: -0.5rem;
  left: 0px;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.calculator-input-range__container input{
  padding: 0!important;
  width: 100%;
  -webkit-appearance: none;
  height: 3px;
  border: none;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  background-image: linear-gradient(#fdbf26, #fdbf26);
  background-size: 5% 100%;
  background-repeat: no-repeat;
}
.calculator-input-range__container input.calc-range-month{
  background-size: 17% 100%;
}

/* Input Thumb */

input[type=range]::-webkit-slider-thumb {
  border: 4px solid #006072;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -2px;
}

input[type=range]::-ms-thumb {
  border: 4px solid #006072;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -2px;
}

input[type=range]::-webkit-slider-thumb:hover {
  border: 4px solid #fdbf26;
}

input[type=range]::-ms-thumb:hover {
  border: 4px solid #fdbf26;
}

.caltelator-link-helper{
  margin-bottom: 0.75rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media(max-width: 575px){
  .slide-item__btn.products .caltelator-link-helper{
    justify-content: center;
  }
}


.caltelator-link-helper:hover {
  color: #00bc00;
}

.tooltip{
  position: relative;
  align-self: center;
}

.tooltip-container{
  position: absolute;
  top: 100%;
  z-index: 10;
  max-width: 32rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.calculator__buttons{
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

@media(max-width: 575px){
  .slide-item__btn.products .calculator__buttons{
    justify-content: center;
  }
}

.calculator-btn{
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.calculator-btn:hover{
  opacity: 0.9;
}

@media (min-width: 640px){
  .calculator-btn{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px){
  .calculator-btn{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px){
  .calculator-btn{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.calculator-btn {
  line-height: 18px
}

.calculator-btn.green{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #00bc00;
}

.calculator-btn.yellow {
  background-color: #fdbf26;
}

.products-container-title{
  position: relative;
  margin-bottom: 1.25rem;
  padding-left: 2rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

@media (min-width: 640px){
  .products-container-title{
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 768px){
  .products-container-title{
    font-size: 3rem;
    line-height: 1;
  }
}

.products-container-title {
  line-height: 34px;
}

.products-container-title::after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 0px;
  z-index: 0;
  background-color: #fdbf26;
  width: 84px;
  height: 84px;
}

.overflow-hidden {
  overflow: hidden;
}

@media (min-width: 640px){
}

@media (min-width: 768px){
}

@media (max-width: 1023px){
  .swiper4{
    overflow: hidden;
    padding-bottom: 15px;
  }
  .swiper4 .swiper-slide{
    height: auto;
    align-self: stretch;
  }
}

@media (min-width: 1024px){
  .products-items{
    position: relative;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1300px){
  .products-items{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.products-item {
  border-width: 5px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 1.25rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media(max-width: 575px){
  .slide-item__btn.products .products-item{
    justify-content: center;
  }
}

.products-item::before {
  content: '';
  position: absolute;
  top: -7rem;
  left: -7rem;
  z-index: 0;
  opacity: 0.1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-image: url(/assets/images/spiral-circle-1.png);
  background-size: contain;
  width: 209px;
  height: 209px;
}

.products-item:hover::before{
  position: absolute;
  top: -4rem;
  left: -4rem;
  z-index: 0;
  opacity: 0.2;
}

.overlay{
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
  display: flex;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  padding: 1rem;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media(max-width: 575px){
  .slide-item__btn.products .overlay{
    justify-content: center;
  }
}

.modal{
  visibility: hidden;
  position: relative;
  margin: auto;
  display: none;
  height: auto;
  width: 100%;
  max-width: 48rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.modal.active{
  display: block;
}

.modal.active, 
.overlay.active{
  visibility: visible;
  opacity: 1;
}

.overlay.active{
  -webkit-backdrop-filter: blur(7px) saturate(200%);
  backdrop-filter: blur(7px) saturate(200%);
}

.modal-content{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
}

.model-title{
  display: flex;
  flex-direction: row;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.75rem;
  padding-top: 1.5rem;
}

@media(max-width: 575px){
  .slide-item__btn.products .model-title{
    justify-content: center;
  }
}

.modal-footer{
  display: flex;
  flex-direction: column;
  align-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media(max-width: 575px){
  .slide-item__btn.products .modal-footer{
    justify-content: center;
  }
}

@media (min-width: 640px){
  .modal-footer{
    flex-direction: row;
  }
}

.modal-close{
  margin-left: auto;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
}


.modal-close:hover {
  color: #00bc00;
}

.modal-active{
  overflow: hidden;
}

.modal-btn{
  margin-top: 0.75rem;
  width: 100%;
  border-radius: 0.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  background-color: #00bc00;
}

.modal-btn:hover{
  opacity: 0.9;
}

@media (min-width: 640px){
  .modal-btn{
    margin-top: 0px;
    margin-bottom: 0px;
    width: auto;
  }
}

.modal-btn {
  line-height: 38px;
}

.products-item::after {
  content: '';
  position: absolute;
  z-index: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-image: url(/assets/images/stars.png);
  background-size: contain;
  width: 274px;
  height: 116px;
}

.products-item:hover::after {
  background-image: url(/assets/images/stars-h.png);
}

.products-items .products-item::after{
  top: -2.5rem;
  right: -3rem;
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.products-items .products-item:nth-child(odd)::after{
  top: 4rem;
  right: -2.5rem;
  --tw-rotate: 30deg;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.products-item:hover {
  border-width: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.products-item__number{
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  opacity: 0.2;
}

.products-item:hover .products-item__number{
  opacity: 1;
  color: #fdbf26;
}

.products-item:hover .products-item__name{
  opacity: 1;
  color: #006072;
}

.products-item:hover .products-item__text{
  opacity: 0.7;
}

.products-item__name{
  margin-bottom: 0.5rem;
  font-weight: 700;
  opacity: 0.8;
  font-size: 24px;
}

.products-item__actions{
  position: absolute;
  bottom: 2rem;
  left: 0px;
  z-index: 10;
  display: flex;
  width: 100%;
  justify-content: center;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media(max-width: 575px){
  .slide-item__btn.products .products-item__actions{
    justify-content: center;
  }
}

.products-item:hover .products-item__actions{
  opacity: 1;
}

.products-btn{
  border-radius: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.products-btn:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.products-btn.more{
  margin-right: 0.25rem;
  --tw-translate-y: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: #fdbf26;
  color: #006072;
}

.products-btn.more:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.products-btn.register{
  margin-left: 0.25rem;
  --tw-translate-y: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  background-color: #00bc00;
}


.products-btn.register:hover {
  color: #00bc00;
}

.products-btn.register:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.products-item:hover .products-btn.more{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  color: #006072;
}

.products-item:hover .products-btn.more:hover{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.products-item:hover .products-btn.register{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.products-item:hover .products-btn.register:hover{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.partners-list{
  position: relative;
  top: -4rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1600px){
  .partners-list{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.swiper1 img{
  opacity: 0.7;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.swiper1 img:hover{
  opacity: 1;
}

.swiper-container.swiper1, 
.swiper-container.swiper2{
  overflow: hidden;
}
.swiper-container.swiper2{
  position: relative;
}

.swiper-container.swiper2 .swiper-wrapper{
  align-items: stretch;
}
.swiper-container.swiper2 .swiper-slide{
  height: auto!important;
}

.swiper3 .swiper-slide{
  align-self: stretch;
  opacity: 0.3;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.swiper3 .swiper-slide.swiper-slide-active, 
.swiper3 .swiper-slide.swiper-slide-next{
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.swiper3 .swiper-slide {
  height: auto!important
}

.swiper3-btn{
  position: absolute;
  bottom: 1.25rem;
  z-index: 10;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 9999px;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media(max-width: 575px){
  .slide-item__btn.products .swiper3-btn{
    justify-content: center;
  }
}

.swiper3-btn {
  background-color: #ebf0ee;
}

.swiper3:hover .swiper3-btn{
  opacity: 1;
}

.swiper3:hover .swiper3-btn.swiper-button-disabled{
  cursor: default;
  opacity: 0.5;
}

.swiper3-btn:hover {
  background-color: #e9e9e9;
}

.swiper3-btn.next{
  right: 2.5rem;
}

.swiper3-btn.prev{
  right: 8rem;
}

.btn{
  display: inline-block;
  border-radius: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (min-width: 640px){
  .btn{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

a.btn{
  display: inline-block;
}

.get-credit{
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 5rem;
}

@media (min-width: 768px){
  .get-credit{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1024px){
  .get-credit{
    gap: 2.5rem;
    padding-left: 1rem;
  }
}

@media (min-width: 1300px){
  .get-credit{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.get-credit {
  z-index: 1;
}

.get-credit__item{
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media(max-width: 575px){
  .slide-item__btn.products .get-credit__item{
    justify-content: center;
  }
}

.get-credit__item.green::before {
  content: '';
  position: absolute;
  top: -3.5rem;
  left: -2rem;
  z-index: 0;
}

@media (min-width: 1600px){
  .get-credit__item.green::before{
    left: -2.75rem;
  }
}

.get-credit__item.green::before {
  background-image: url(/assets/images/perticle-line-3.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 101px;
}

.get-credit__item.green::after {
  content: '';
  position: absolute;
  bottom: -2.5rem;
  left: -1.75rem;
  z-index: -10;
  background-image: url(/assets/images/babel-img-bg-2-3.png);
  background-size: contain;
  width: 147px;
  height: 185px;
  transition:  0.2s;
}

.get-credit__item.green:hover::after{
  bottom: -5rem;
}

.get-credit__item.green .get-credit__item-btn{
  margin-top: 0.75rem;
  display: block;
  width: 100%;
  border-radius: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #00bc00;
}

.get-credit__item.green:hover .get-credit__item-btn{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}


.get-credit__item.green:hover .get-credit__item-btn:hover {
  background-color: #fdbf26;
}

.get-credit__item.green:hover .get-credit__item-btn {
  color: #00bc00;
}

.get-credit__item.green:hover .get-credit__item-btn:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.get-credit__item.green .get-credit__item__number{
  position: absolute;
  bottom: -1.5rem;
  font-size: 3rem;
  line-height: 1;
  color: #00bc00;
  transition-duration: 0.3s;
}

.get-credit__item.green:hover .get-credit__item__number{
  bottom: -3.5rem;
}

.get-credit__item.yellow::before {
  content: '';
  position: absolute;
  top: -2rem;
  right: -1rem;
  z-index: 10;
  background-image: url(/assets/images/perticle-line-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 253px;
  height: 86px;
}

.get-credit__item.yellow::after {
  content: '';
  position: absolute;
  bottom: -2.5rem;
  left: -1rem;
  z-index: -10;
  background-image: url(/assets/images/babel-img-bg-2.png);
  background-size: contain;
  width: 189px;
  height: 194px;
  transition-duration: 0.2s;
}

.get-credit__item.yellow:hover::after{
  bottom: -5rem;
}

.get-credit__item.yellow .get-credit__item__number{
  position: absolute;
  bottom: -1.5rem;
  font-size: 3rem;
  line-height: 1;
  color: #fdbf26;
  transition-duration: 0.3s;
}

.get-credit__item.yellow:hover .get-credit__item__number{
  bottom: -3.5rem;
}

.get-credit__item.special::before {
  content: '';
  position: absolute;
  top: -2.5rem;
  right: -1rem;
  z-index: 0;
  background-image: url(/assets/images/perticle-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 169px;
  height: 86px;
}

.get-credit__item.special::after {
  content: '';
  position: absolute;
  bottom: -2.5rem;
  left: -2rem;
  z-index: -10;
  background-image: url(/assets/images/babel-img-bg-2-2.png);
  background-size: contain;
  width: 159px;
  height: 214px;
  transition-duration: 0.3s;
}

.get-credit__item.special:hover::after{
  bottom: -5rem;
}

.get-credit__item.special .get-credit__item__number{
  position: absolute;
  bottom: -1.5rem;
  font-size: 3rem;
  line-height: 1;
  color: #006072;
  transition-duration: 0.3s;
}

.get-credit__item.special:hover .get-credit__item__number{
  bottom: -3.5rem;
}

.get-credit__item__title{
  position: relative;
  z-index: 10;
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: row;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media(max-width: 575px){
  .slide-item__btn.products .get-credit__item__title{
    justify-content: center;
  }
}

.get-credit__item__title svg{
  margin-right: 0.5rem;
  height: 1.75rem;
  width: 1.75rem;
}

.get-credit__item.green svg{
  fill: #00bc00;
}

.get-credit__item.yellow svg{
  fill: #fdbf26;
}

.get-credit__item.special svg{
  fill: #006072;
}

.get-credit__item.green:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #00bc00;
}

.get-credit__item.yellow:hover {
  background-color: #fdbf26;
  color: #006072;
}

.get-credit__item.special:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #006072;
}

.get-credit__item:hover svg{
  fill: #FFFFFF;
}

.get-credit__item.yellow:hover svg{
  fill: #006072;
}

.left-boll{
  position: absolute;
  bottom: 5rem;
  display: none;
}

.products-item__icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
  transition-duration: 0.3s;
}

.products-item:hover .products-item__icon {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

@media (min-width: 1024px){
  .left-boll{
    display: block;
  }
  .products-item__name{
    font-size: 28px;
  }
  .products-item__icon {
    width: 64px;
  }
}

@media (min-width: 1300px){
  .left-boll{
    left: -13rem;
    bottom: -7rem;
  }
}

.right-boll{
  position: absolute;
  right: -1.25rem;
  top: 5rem;
  display: none;
}

@media (min-width: 1024px){
  .right-boll{
    display: block;
  }
}

@media (min-width: 1300px){
  .right-boll{
    top: -10rem;
  }
  .slide-item__container-content{
    padding: 40px 0 0;
  }
}

@media (min-width: 1600px){
  .right-boll{
    right: -10rem;
  }
}

.video-container{
  position: relative;
}

.video-16-9{
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  padding: 0px;
}

.video-16-9 iframe{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  border-style: none;
}

.video-16-9::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.btn-play{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: flex;
  height: 4rem;
  width: 4rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media(max-width: 575px){
  .slide-item__btn.products .btn-play{
    justify-content: center;
  }
}


.btn-play:hover {
  color: #fdbf26;
}

.btn-play {
  color: #00bc00;
}

@-webkit-keyframes grow {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes grow {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

.play-animation {
  -webkit-animation: grow 3s infinite;
  animation: grow 3s infinite;
}

.animation-short {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.btn-circle {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}

.news-section{
  padding-top: 2rem;
  padding-bottom: 9rem;
}

@media (min-width: 768px){
  .news-section{
    padding-top: 4rem;
  }
}

@media (min-width: 1024px){
  .news-section{
    padding-top: 6rem;
  }
}

.news-section {
  background-color: #ebf0ee;
}

.news-section__title{
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
}

@media(max-width: 575px){
  .slide-item__btn.products .news-section__title{
    justify-content: center;
  }
}

@media (min-width: 768px){
  .news-section__title{
    align-items: flex-end;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px){
  .news-section__title{
    margin-bottom: 1.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 3rem;
    line-height: 1;
  }
}

.news-section__title {
  line-height: 44px;
}

.morenavs-section__title{
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-transform: uppercase;
}

@media (min-width: 640px){
  .morenavs-section__title{
    margin-bottom: 1.25rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px){
  .morenavs-section__title{
    margin-bottom: 1.75rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1536px){
  .morenavs-section__title{
    font-size: 3rem;
    line-height: 1;
  }
}

.morenavs-list a{
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.morenavs-list a svg{
  position: relative;
  margin-top: -0.25rem;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.morenavs-list a:hover svg{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.news-item{
  display: flex;
  height: 100%;
  flex-direction: column;
  align-self: stretch;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media(max-width: 575px){
  .slide-item__btn.products .news-item{
    justify-content: center;
  }
}

.news-item:hover{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.news-item__date,  .news-item__category{
  margin-right: 0.75rem;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: #f6f5f0;
}

.news-title{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: #006072;
}

@media (min-width: 1600px){
  .news-title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.news-title:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.ask-question{
  position: relative;
  top: -5rem;
  overflow: hidden;
  border-radius: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: #fdbf26;
}

@media (min-width: 640px){
  .ask-question{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 768px){
  .ask-question{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1600px){
  .ask-question{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.ask-question::after {
  content: '';
  position: absolute;
  top: -10rem;
  left: -10rem;
  z-index: 0;
  display: block;
  background-image: url(/assets/images/asq-l.png);
  background-size: contain;
  width: 526px;
  height: 515px;
}

.ask-question::before {
  content: '';
  position: absolute;
  top: -15rem;
  right: -6rem;
  z-index: 0;
  display: block;
  background-image: url(/assets/images/asq-r.png);
  background-size: contain;
  width: 488px;
  height: 450px;
}

.ask-question__title{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .ask-question__title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px){
  .ask-question__title{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.ask-question__btn{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: inline-block;
  border-radius: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (min-width: 640px){
  .ask-question__btn{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

a.ask-question__btn{
  display: inline-block;
}

.ask-question__btn svg{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  margin-top: -1px;
}

.ask-question__btn:hover svg{
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.faq-question__btn{
  display: flex;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media(max-width: 575px){
  .slide-item__btn.products .faq-question__btn{
    justify-content: center;
  }
}

.map-main{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
  --tw-aspect-h: 25;
  z-index: 0;
}

.map-main > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 640px){
  .map-main{
    --tw-aspect-h: 8;
  }
}

@media (min-width: 1024px){
  .map-main{
    --tw-aspect-h: 11;
  }
}

@media (min-width: 1536px){
  .map-main{
    --tw-aspect-h: 8;
  }
}

.map-main iframe{
  border: none!important;
}

.contacts-form-containers{
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px){
  .contacts-form-containers{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.contacts-form-containers > div{
  border-radius: 1.5rem;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  padding: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px){
  .contacts-form-containers > div{
    padding: 1.5rem;
  }
}

@media (min-width: 1536px){
  .contacts-form-containers > div{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.contacts__title{
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #fdbf26;
}

@media (min-width: 768px){
  
  .contacts__title{
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px){
  .contacts__title{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.contacts__title span{
  color: #006072;
}

.contacts-social-list{
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media(max-width: 575px){

  .swiper3 .swiper-slide.swiper-slide-next{
    opacity: 0.3;
  }
  .slide-item__btn.products .contacts-social-list{
    justify-content: center;
  }
}

.contacts-social-list {
  color: #006072;
}

.contacts-social-list svg{
  margin-right: 0.5rem;
  height: 2rem;
  width: 2rem;
  fill: #006072;
}

.form-contacts input,
.form-contacts textarea{
  margin-bottom: 0.75rem;
  width: 100%;
  border-bottom-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background: none;
}

button.btn-send{
  border-radius: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  background-color: #fdbf26;
}


button.btn-send:hover {
  background-color: #00bc00;
}

button.btn-send:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  button.btn-send{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}


@media (min-width: 1024px){
  .slide-item__title{
    font-size: 2.25rem;
  }
  .slide-item__container-content {
      padding: 150px 0 0;
  }
}
@media (min-width: 1300px){
  .slide-item__title{
    font-size: 2.75rem;
  }
  .slide-item__container-content {
      padding: 150px 0 0;
  }
}

@media (min-width: 1600px) {
  .slide-item__title{
    font-size: 3.75rem;
  }
  .slider-calculator{
    margin-left: 554px;
  }
  .slide-item__container-content{
    padding: 150px 0 0;
  }

}
