@import url('//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('//cdn.jsdelivr.net/npm/bxslider@4.2.17/dist/jquery.bxslider.min.css');
@import 'icons.css';
@import 'colors.css';
@import 'controls.css';
@import 'modal.css';
@import 'form.css';

* {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.25;
  color: #000000;
  background-color: #FFFFFF;
}

h1 {
  color: #191A15;
  font-size: 58px;
  font-weight: 700;
  margin-bottom: 24px;
}

h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 16px;
}

h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
}

h4 {
  font-size: 40px;
  font-weight: 700;
}

h5 {
  font-size: 28px;
  line-height: 1.44;
  font-weight: 500;
  margin-bottom: 24px;
}

h6 {
  color: #A6A6A6;
  font-size: 18px;
  font-weight: 500;
}

p { 
  color: #A6A6A6;
  line-height: 1.8;
  margin-bottom: 30px;
}

p span {
  color: #000000;
}

section {
  display: flex;
  max-width: 1280px;
  padding: 100px 40px;
  margin: 0 auto;
  flex-direction: column;
  text-align: center;
}

section.small, footer section {
  padding-top: 60px;
  padding-bottom: 60px;
}

footer section {
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}

footer section:first-child {
  padding-top: 20px;
  padding-bottom: 20px;
}

footer section:first-child:before {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #FFFFFF;
  left: 40px;
  right: 40px;
  top: -40px;
}

footer section.small {
  padding-top: 40px;
  padding-bottom: 40px;
}

header section {
  padding-top: 24px;
  padding-bottom: 24px;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  flex-direction: row;
}

nav a {
  color: #A6A6A6;
  display: block;
  margin-left: 24px;
}

nav a.button {
  margin-left: 40px;
  margin-top: 0;
  width: auto;
}

nav a.active {
  color: #000000;
}

nav li:first-child a {
  margin-left: 0;
}

nav, nav ul {
  display: flex;
  align-items: center;
}

.hero {
  background: linear-gradient(180deg, #FFF 28.91%, rgba(255, 255, 255, 0.00) 90.11%), url(../img/bg.jpg) lightgray -11.822px -43px / 101.096% 108.162% no-repeat;
}

.hero section {
  padding-bottom: 80px;
}

.hero h5 {
  margin-bottom: 48px;
}

.hero h1, .hero h5, .hero ul {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.hero ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 0 110px;
}

.badges ul {
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 40px;
  max-width: 1200px;
}

.badges li {
  font-size: 18px;
  line-height: 24px;
  padding: 8px 16px;
  margin: 0 10px;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #222938;
  white-space: nowrap;
}

.highlights {
  background-color: #54BD95;
  border-radius: 20px;
  color: #FFFFFF;
  display: flex;
  padding: 40px 80px;
  justify-content: space-between;
  text-align: left;
  overflow: hidden;
  position: relative;
}

.highlights.columns:before, .highlights.columns:after {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  width: 532px;
  height: 532px;
  left: -200px;
  top: -32px;
  border-radius: 100%;
  background-color: #6BC2A1;
}

.highlights.columns:after {
  left: 44%;
  top: auto;
  bottom: -72px;
}

.highlights dl {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.highlights.columns dl {
  flex-direction: column;
  text-align: center;
}

.highlights dt {
  margin-right: 12px;
}

.highlights.columns dt {
  margin: 0;
}

.highlights dd {
  line-height: 24px;
  font-weight: 500;
  max-width: 142px;
}

.panel .highlights {
  padding: 42px 0 0;
  background: transparent;
  display: grid;
  gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  text-align: left;
}

.panel .highlights dl {
  padding: 24px;
  align-items: flex-start;
}

.panel .highlights dl:nth-child(odd) {
  grid-column: 1;
}

..panel .highlights dl:nth-child(even) {
  grid-column: 2;
}

.panel .highlights:before, .panel .highlights:after {
  display: none;
} 

.panels {
  gap: 60px;
  display: grid;
  grid-template-rows: auto auto;
  margin-top: 40px;
}

.colored .panels {
  gap: 30px;
}

.panel {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  grid-column: 1 / span 2;
}

.colored .panel {
  padding: 32px;
  border-radius: 20px;
}

.colored .third .panel {
  padding: 42px 22px 30px;
}

.colored.mint .third .panel {
  padding: 0;
}

.half {
  grid-template-columns: 1fr 1fr;
}

.third {
  grid-template-columns: 1fr 1fr 1fr;
}

.third .panel {
  margin-top: 20px;
  margin-bottom: 20px;
}

.half .panel:not(.full):nth-child(odd), .third .panel:nth-child(3n+1) {
  grid-column: 1;
}

.half .panel:not(.full):nth-child(even), .third .panel:nth-child(3n+2) {
  grid-column: 2;
}

:not(.colored) > section .half .panel:not(.full):nth-child(even) {
  padding-left: 60px;
}

.third .panel:nth-child(3n+3) {
  grid-column: 3;
}

.half h2, .half h3, .half h5, .half h6, .half p {
  text-align: left;
}

.panel h5 {
  margin-top: 60px;
}

.panel.highlighted {
  margin-top: 0;
  margin-bottom: 0;
}

.panel ul {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  text-align: left;
}

.panel input[type=checkbox], .panel label:before {
  right: 32px;
  top: 28px;
  width: 40px;
  height: 40px;
  position: absolute;
}

:not(.colored) > section .features {
  margin-top: 0;
}


.features {
  flex-direction: column;
}

.features li {
  font-size: 18px;
  padding: 4px 0 4px 52px;
  margin: 9px 0;
  position: relative;
}

.features li.icon {
  font-size: 28px;
  margin: 0 0 44px;
  display: flex;
  align-items: center;
  padding: 0;
}

.features li.icon:before {
  width: 60px;
  height: 60px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}

.third .features {
  padding: 40px;
  border-radius: 10px;
}

.panel.contact {
  padding-left: 84px;
  padding-right: 84px;
}

.contact h3 {
  text-align: center;
  padding: 100px 0 20px;
  background-image: url(../img/icons/contact.svg);
  background-position: center top;
  background-repeat: no-repeat;
  color: #FFFFFF;
}

footer p {
  margin: 0;
}

footer section.small a {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

footer section.small a:last-child {
  padding-left: 24px;
}

footer section.small a:last-child:before {
  width: 4px;
  height: 4px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -2px;
  border-radius: 100%;
  background-color: #A6A6A6;
  content: '';
}

footer .panels {
  margin-top: 0;
}

footer .panel, footer .panel ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

footer .panel ul {
  flex-direction: column;
  margin: 0;
  justify-content: flex-start;
  align-items: flex-start;
}

footer .panel li {
  padding: 10px 0;
}

footer nav a {
  margin: 0;
}

footer .panel p {
  margin-left: 30px;
}

.bx-wrapper {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #FFFFFF;}


.fr {float: right !important;}
.fl {float: left !important;}
.fn {float: none !important;}
.db {display: block !important;}
.di {display: inline !important;}
.dn {display: none !important;}
.cb {clear: both !important;}
.cn {clear: none !important;}
.tc {text-align: center !important;}
.tl {text-align: left !important;}
.tr {text-align: right !important;}
.pa {position: absolute !important;}
.pr {position: relative !important;}
.vt {vertical-align: top !important;}
.vb {vertical-align: bottom !important;}

.fixer, .products dl:after {
 padding: 0 !important;
 margin: 0 !important;
 height: 0 !important;
 width: 0 !important;
 font-size: 0 !important; 
 line-height: 0 !important;
 clear: both !important;
 overflow: hidden !important;
 display: block;
}

@media (max-width: 1025px) {
  .hero ul {
    flex-direction: column;
    margin-bottom: 100px;
  }

  .hero li {
    margin-bottom: 10px;
  }

  .highlights {
    flex-direction: column;
  }

  .highlights dl {
    flex-direction: column;
    align-items: flex-start;
  }

  header nav ul {
    flex-direction: column;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }

  header nav a, header nav a.button {
    margin-bottom: 4px;
    display: block;
    text-align: right;
  }

  header nav a.button {
    position: absolute;
    right: 0;
  }

  .panels {
    grid-template-columns: 1fr !important;
  }

  .panel {
    grid-column: 1 !important;
  }

  :not(.colored) > section .half .panel:not(.full):nth-child(even) {
    padding-left: 0;
  }

  .panel .highlights {
    grid-template-columns: 1fr;
  }
}