.bg-green { background-color: #C3E3C5; }
.bg-pink  { background-color: #FFE8E0; }
.bg_global {
  background: url('../img/bg_global-2.svg') center no-repeat, url('../img/bg_global.svg') center no-repeat;
  background-size: cover;
}
html, body {
  overflow-x: hidden;
}
html.mobile-menu-open {
  overflow: hidden;
}
header, footer, section {
  position: relative;
}
body {
  min-height: 100VH;
  font-family: Montserrat, Arial, sans-serif;
  color: #424241;
  font-weight: 500;
}
a {
  color: #424241;
}
/* a[href="##"] {
  opacity: .5;
} */

header {
  background: #fff;
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 0;
  z-index: 20;
}
header .navbar_1,
header .navbar_1 .right,
header .navbar_1 .right .buttons {
  display: flex;
  justify-content: space-between;
}
header .navbar_1 {
  margin-bottom: 30px;
}
header .navbar_1 .search {
  width: 30vw;
  position: relative;
}
header .navbar_1 .search input {
  border-radius: .5em;
}
header .navbar_1 .search .loop {
  border: 0;
  display: block;
  position: absolute;
  top: 12px; right: 12px;
  width: 16px; height: 16px;
  background: url('../img/loop.svg');
}
header .mobile {
  width: 100%;
  justify-content: space-between;
}
header .mobile .item {
  padding: .5em 1em;
  display: inline-block;
}
header .mobile .logo img {
  width: 100px;
}

/* header .navbar_2, footer */
.menu {
  width: 100%;
}
.menu ul{
  list-style: none;
  display: flex;
  padding: 0;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin: 0;
}
.menu ul li a {
  text-decoration: none;
  color: inherit;
}
header .navbar_2 .menu ul {
  gap: 5em;
  justify-content: flex-start;
}
footer .menu ul {
  gap: 5em;
  justify-content: flex-end;
}

.menu-mobile {
  padding-top: 50px;
  position: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: left .3s, box-shadow .3s;
  top: 0;
  bottom: 0;
  left: -100vw;
  width: 100vw;
  background: url('../img/bg-burger.svg') center no-repeat #fff;
  background-size: cover;
  z-index: 19;
  max-width: 500px;
  box-shadow: 0 0 0 transparent;
}
.menu-mobile.active {
  left: 0;
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}

.menu-toggle svg path {
  transform: rotate(0) translate(0, 0); ;
  transition: transform .3s;
}
.menu-toggle.active svg path:nth-child(1) {  transform: rotate(45deg) translate(9%, -14%); }
.menu-toggle.active svg path:nth-child(2) {  transform: translate(-102%, 0); }
.menu-toggle.active svg path:nth-child(3) {  transform: rotate(-45deg) translate(-40%, -2%); }

.menu-mobile .menu {
  flex-direction: column;
}
.menu-mobile .menu ul li {
  font-size: calc( ( 3vh + 3vw ) / 2 );
  padding: calc( ( 11vh + 1vw ) / 5 );
}
section {
  padding: 2em 0 3em;
}
section .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: -.5em;
  margin-bottom: -.5em;
}
section .buttons .btn {
  margin: .5em 0;
  height: auto;
}

.btn {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding: 17px;
}
.btn-primary {
  background: #FFFFFF;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  color: #424241;
  border: 0;
}
.btn.btn-secondary {
  background: transparent;
  box-shadow: none;
  color: #424241;
  border: 1px solid #424241;
}
.btn.btn-relative {
  height: 3em;
  border-radius: 1.5em;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.2em;
  padding: 1.3em;
}
h1, h2, h3, h4 {
  font-weight: 700;
}
h2 {
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 700;
}
img {
  width: 100%
}

header .navbar_1 .btn {
  margin-left: 20px;
  min-width: 180px;
}

.card {
  border: 0;
  border-radius: calc(var(--bs-gutter-x) * .6);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
}
ul.checked {

  padding: 1em 0;
  margin: 0;
}
ul.checked li {
  padding-top: .3em;
  list-style: none;
  background: url(../img/check-mark-C3E3C5.svg) 0 0 no-repeat;
  line-height: 1.2em;
  padding-left: 1.6em;
  padding-bottom: 1.7em;
}

#main .cards .owl-stage-outer {
  overflow: visible;
}
#main .cards .item {
  max-width: 450px;
  margin: auto;
}

#main .cards .card {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 66%;
  /* filter: drop-shadow(2px 2px 15px rgba(0, 0, 0, 0.1)); */
  margin-bottom: calc(var(--bs-gutter-x) * 1.2);
}
.cards ul {
  padding: 0;
}
.cards ul li {
  text-align: left;
  list-style: none;
  background: url(../img/check-mark-EABEB0-sm.svg) 0 .33em no-repeat;
  padding-left: 1.4em;
  line-height: 1.2em;
  padding-bottom: .4em;
}

#main .card .card-content {
  font-weight: 500;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0; bottom: 0;
  left: 0; right: 0;
  padding: 7% 5% 5% 40%;
  justify-content: space-between;
  align-items: self-end;
  text-align: right
}
#main .card .card-content h3 {
  font-size: 1.7em;
  line-height: 1.5em;
}
#main .card .card-content .text {
  width: 80%;
  font-size: 1.1em;
  margin: 0 0 0 auto;
}
#main_carousel {
  max-width: 85%;
  margin-bottom: 1em;
}
#main .card.card-4 {
  padding: calc(var(--bs-gutter-x) * .84);
}
#main .card.card-4 .block-1 {
  font-size: 1.2em;
  font-weight: 500;
}
#main .card.card-4 .block-1 b {
  font-weight: 600;
}
#main .card.card-4 .content {
  margin-bottom: 1em;
}
#main .card.card-4 .after-delim {
  position: relative;
  height: 100%;
}
#main .card.card-4 .after-delim:after {
  content: ' ';
  position: absolute;
  display: block;
  background: #424241;
  left: 0; right: 0; bottom: 0; height: 1px;
  /* media */
}
#main .card.card-4 .start . {
  align-self: flex-end;
}

#main .offers {
  padding: 0 1.5em 0 2.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#main .offers h3 {
  font-size: 1.8em;
  margin-bottom: 1em;
}
#main .offers ul {
  margin-bottom: 0;
  padding: 0;
}
#main .offers ul>li {
  margin-right: calc(var(--bs-gutter-x) * +.5);
  margin-left: calc(var(--bs-gutter-x) * +.5);
  max-width: 250px;
  font-size: .95em;
  text-align: left;
  list-style: none;
  padding-top: .3em;
  background: url(../img/check-mark-C3E3C5.svg) 0 0 no-repeat;
  padding-left: 1.6em;
  line-height: 1.2em;
  margin-bottom: 1.7em;
}
#main .offers ul>li>strong {
  display: block;
  margin-bottom: .2em;
}
#main .offers .guard {
  font-size: 10px;
  margin-bottom: 2em;
}
#main .start {
  align-self: end;
}



#support .title {
  display: flex;
  align-items: center;
  margin-bottom: 3em;
}
#support .title .icon {
  width: 100px;
}
#support .title .content {
  margin-left: 5%;
  font-size: .95em;
  line-height: 1.1em;
  max-width: 300px;
}
#support .title .content h2 {
  margin-bottom: .2em;
  font-size: 1.4em;
  line-height: 1.3em
}
#support .title .content p {
  margin: 0;
}

#monitoring {
  font-size: .95em;
}
#monitoring .left {
  padding-bottom: 2em;
}
#monitoring .left .btn {
  width: 280px;
  max-width: 80%;
}
#monitoring .left .checked li {
  background: url(../img/check-mark-EABEB0.svg) 0 .33em no-repeat;
}
#monitoring .monitoring {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#monitoring .flex {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
#monitoring_slider {
  padding-bottom: 2em;
}
#monitoring_slider .owl-stage-outer {
  margin: -11px;
  padding: 11px;
}
#monitoring_slider .owl-stage {
  display: flex;
  align-items: stretch;
}
#monitoring_slider .owl-item .card {
  padding: 1.5em;
  height: 100%;
}
#monitoring_slider .card .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#monitoring_slider .checked li {
  background: url(../img/check-mark.svg) 0 0 no-repeat;
}
#monitoring .stat{
  text-align: center;
}
#monitoring .stat .item {
  padding: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #424241;
  max-width: 300px;
  margin: auto;
}
#monitoring .stat .item:last-child {
  border: 0;
}
#monitoring .stat .title {
  font-size: 1.5em;
  font-weight: 700;
}
#monitoring .stat p {
  font-size: .95em;
  line-height: 1.2em;
  width: 70%;
  margin: auto;
}

#become_partner .left {
  margin-bottom: 2em;
}
#become_partner .left .btn{
  width: 100%;
}
#become_partner .checked {
  font-size: 1.4em;
}
#become_partner .checked li {
  margin-bottom: .4em;
  padding: .2em 0 .2em 1.2em;
  background-position: 0 .2em;
}


#partners_logo .owl-stage {
  display: flex;
  align-items: baseline;
  padding: 20px 0 30px;
}
#partners_logo img {
  max-width: 170px;
  max-width: 80%;
  height: auto; width: auto;
  margin: auto;
  max-height: 80px;
}

footer .logo {
  max-width: 50%;
}
footer .logo svg {
  max-width: 100%;
}
footer .container>div {
  display: flex;
  gap: 10%;
  justify-content: center;
  border-top: solid 2px #424241;
  padding-top: 1em;
  padding-bottom: 125px;
  justify-content: space-between;
  align-items: top;
}
footer .container>div .menu ul {
  display: block;
  margin: 0;
}
footer .container>div .menu ul li {
  margin-bottom: .8em;
}

/* Owl Carousel */
.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  height: 0;
  width: 100%;
  font-size: 3em;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: .2em;
  margin-top: -1.2em;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: .2em;
  margin-top: -1.2em;
}
.owl-theme .owl-nav [class*=owl-] {
  width: 30px;
}
.owl-theme .owl-nav [class*=owl-] svg {
  transition: margin .1s ease-out;
  margin: 0;
  width: 14px;
}
/* .owl-theme .owl-nav [class*=owl-] path {
  fill: #424241;
} */
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #424241;
}
.owl-carousel .owl-nav .owl-prev:hover svg {
  margin-right: 6px;
}
.owl-carousel .owl-nav .owl-next:hover svg {
  margin-left: 6px;
}
