@charset "UTF-8";
:root {

--main-bg: #ffffff;
--header-bg: rgba(255,255,255,0.5);
--footer-bg: #41501f;

--font-primary: #12190b;
--font-color: #849635;
--font-light: #c8d48a;
--font-btn: #c8d48a;
--font-gray: #919192;
--font-red: #ef4040;
--font-white: #ffffff;
--font-sub-title: #4d5c22;
--font-price: #e0f4b7;
--font-faq: #3f4e1d;
--font-faq-gray: #12190b;

--bg-test: #cba7d5;
--bg-btn: #12190b;
--bg-btn-form: #c8d48a;
--bg-white: #ffffff;

--bg-price: #c8d48a;
--border-price: #607028;

--font-input: #e0f4b7;
--bg-input: #768641;

--border-color: #c8d48a;
}

* {box-sizing: border-box; scroll-behavior: smooth;}

/*==========  CUSTOM CSS  ==========*/
html {
  min-width: 320px;
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', Arial, sans-serif;
  min-width: 320px;
  color: var(--font-primary);
  background: url('../img/main_bg_clear.png');
  background-repeat: repeat;
  background-position: center top;
  background-size: 100%;
  background-color: var(--main-bg);
}
p {
  margin: 0 0 20px 0;
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--font-primary);
}
h1, h2, h3 {color:var(--font-color); font-weight: 600; margin-bottom: 20px;}
h4, h5, h6 {color:var(--font-color); font-weight: 600; margin-bottom: 16px;}

/*------ MAIN ---------*/
.main-container { margin: 0 auto; max-width: 960px; /* background-color: var(--bg-test); */ }

/*---- Header ----*/
.header { position: relative; margin: 0; padding: 0; background-color: var(--header-bg);}
  
.header-container {display: flex; justify-content:space-between; align-items: center; margin: 0; padding: 16px 5px;}

.header-logo {display: flex; align-items: center; justify-content: space-between; margin: 0; padding: 0; text-align: left;}
.header-logo img {display: inline-block; margin: 0; padding: 0; width: 32px;}

.header-logo-text {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
  height: 60px;
  line-height: 60px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color:var(--font-primary);
  text-align: left;
}
.header-logo-text span { color:var(--font-color); }

.header-btn-container {margin: 0; padding: 0;}

.login-btn,
.login-btn:link,
.login-btn:visited,
.login-btn:hover,
.login-btn:active {
  display: inline-block;
  margin: 0;
  padding: 12px 24px 12px 62px;
  min-width: 120px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color:var(--font-btn);
  text-align: center;
  border: 0;
  border-radius: 26px;
  cursor: pointer;
  text-decoration: none;
  background: url('../img/login-user.png');
  background-repeat: no-repeat;
  background-position: 12px center;
  background-color: var(--bg-btn);
  background-size: 26px;
  box-shadow: 0 0 15px rgba(0,0,0,0.33);
}
.login-btn:hover {
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

@media only screen and (max-width: 768px) {
  .header-container {padding: 10px 0px;}
  
  .login-btn,
  .login-btn:link,
  .login-btn:visited,
  .login-btn:hover,
  .login-btn:active {
    font-size: 14px;
  }
}
/*---- end: Header ----*/


/*--- Sections ---*/
.section { /*display: none;*/ box-sizing: border-box; }

.section-main {margin: 0; padding: 2rem 0;}

.section-lifestyle {margin: 0; padding: 2rem 0;
  background: url('../img/lifestyle/lifestyle_pattern.png');
  background-repeat: repeat;
  background-position: left top;
  background-size: 60px;
  background-color: var(--bg-white);
  -webkit-clip-path: polygon(50% 7%, 0 0, 0 92%, 50% 100%, 100% 92%, 100% 0); /*-- <> --*/
  clip-path: polygon(50% 7%, 0 0, 0 92%, 50% 100%, 100% 92%, 100% 0); /*-- <> --*/
}

.section-personal {margin: 0; padding: 4rem 0 2rem 0; min-height: 700px;
  background: url('../img/personal_bg.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  -webkit-clip-path: polygon(50% 5%, 0 0, 0 100%, 100% 100%, 100% 0); /*-- < --*/
  clip-path: polygon(50% 5%, 0 0, 0 100%, 100% 100%, 100% 0); /*-- < --*/
}

.section-promo {
  margin: 0;
  padding: 6rem 0 4rem 0;
  background: url('../img/promo_pattern.jpg');
  background-repeat: repeat;
  background-position: left top;
  background-size: 60px;
  -webkit-clip-path: polygon(50% 7%, 0 0, 0 92%, 50% 100%, 100% 92%, 100% 0); /*-- <> --*/
  clip-path: polygon(50% 7%, 0 0, 0 92%, 50% 100%, 100% 92%, 100% 0); /*-- <> --*/
}

.section-course { margin: 0; padding: 4rem 0 2rem 0; overflow: hidden; 
  background: url('../img/course/course_section_pattern.jpg');
  background-repeat: repeat;
  background-position: left top;
  background-size: 48px;
  -webkit-clip-path: polygon(50% 5%, 0 0, 0 100%, 100% 100%, 100% 0); /*-- < --*/
  clip-path: polygon(50% 5%, 0 0, 0 100%, 100% 100%, 100% 0); /*-- < --*/
}

.section-faq { margin: 0; padding: 2rem 0; background-color: var(--bg-white);}
/*--- end: Sections ---*/



/*--- Main section ---*/
.main-top { margin: 0; padding: 2rem 0; display: flex; align-items: center; justify-content: space-between;   
  background: url('../img/main_circles.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 520px;
}

.main-top-left {width: 60%; display: flex; gap: 10px; align-items: flex-start;}
.main-top-right {width: 40%; display: flex; justify-content: end;}

.main-top-info { margin: 0; padding: 0; }

.main-top-icon {margin: 0 10px 0 0; padding: 0; }
.main-top-icon img {margin: 0; padding: 0; max-width: 120px;}

.main-top-info-title { margin: 0 0 10px 0; padding: 0; font-size:64px; font-weight: 600; line-height: 1.1; color: var(--font-primary); text-align: left; }
.main-top-info-title span { color: var(--font-color); }

.main-top-info-text { margin: 0 0 22px 0; padding: 0; font-size:16px; font-weight: 600; line-height: 1.1; color: var(--font-primary); text-align: left; }
.main-top-info-text span { color: var(--font-color); }

.btn-container-main {position: relative; margin: 0; padding: 5px 0; text-align: left;}
.btn-container-main .main-btn {font-size: 16px !important;}
/*----------------*/
.main-top-pic { margin: 0; padding: 0; }
.main-top-pic img { margin: 0; padding: 0; max-width: 100%;}

@media only screen and (max-width: 768px) {
  .main-top { flex-direction: column; background-size: 100%; background-position: top center;}

  .main-top-left,
  .main-top-right { width: 100%;}

  .main-top-icon img {max-width: 100px;}

  .main-top-info { margin: 0 auto 20px auto; width: 80%; }

  .main-top-pic img { max-width: 400px;}
  /*----------------*/
}
@media only screen and (max-width: 576px) {
  .main-top-icon img {max-width: 80px;}
  /*----------------*/
}
@media only screen and (max-width: 400px) {
  /*.main-top-icon { width: 100%; }*/
  .main-top-info { width: 100%; }
  
  .main-top-icon {margin: 0 1px 0 0; }
  .main-top-icon img { max-width: 80px;}
  .main-top-info-title { margin: 0 0 10px 0; font-size:48px; }
  .main-top-info-text { margin: 0 0 22px 0; font-size:16px; }

  .main-top-pic img { max-width: 100%;}
  /*----------------*/
}
/*--- end: Main section ---*/


/*--- LIFESTYLE section ---*/
.lifestyle-top { margin: 0; padding: 2rem 0; display: flex; align-items: center; justify-content: space-between; }

.lifestyle-top-left {width: 40%; display: flex; }
.lifestyle-top-right {width: 60%; display: flex; justify-content: end;}

/*----------------*/
.lifestyle-top-pic { margin: 0; padding: 0; }
.lifestyle-top-pic img { margin: 0; padding: 0; max-width: 100%;}

/*----- collection ----*/
.lifestyle-collection { margin: 0 0 20px 0; padding: 0 10px; }

.lifestyle-item {display: flex; align-items:flex-start; margin: 0 0 10px 0; padding: 0; }

.lifestyle-item-image {margin: 0 16px 0 0; padding: 12px 10px; border-radius: 12px; background-color: #000;}
.lifestyle-item-image img {margin: 0; padding: 0; max-width: 60px;}
.lifestyle-item-text {
  align-self: stretch;
  margin: 0;
  padding: 8px 16px; 
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color:var(--font-primary);
  text-align: left;
  border-radius: 12px; 
  background-color: rgba(255,255,255,0.25); 
  border: 2px solid var(--bg-white);
}

@media only screen and (max-width: 768px) {
  .lifestyle-top { flex-direction: column;}

  .lifestyle-top-left,
  .lifestyle-top-right { width: 100%;}
  /*----------------*/
  .lifestyle-top-pic img { max-width: 400px;}
  /*----------------*/
  .lifestyle-collection { margin: 0 0 10px 0; }
  .lifestyle-top-panel { margin: 0 0 20px 0; padding: 0 10px; }
  .lifestyle-top-title { font-size: 26px; }
  .lifestyle-item-text { font-size: 16px; }
  .lifestyle-item-image img {max-width: 50px;}
}
@media only screen and (max-width: 576px) {
  /*----------------*/
}
@media only screen and (max-width: 400px) {
  .lifestyle-top-pic img { max-width: 100%;}
  /*----------------*/
  .lifestyle-top-title { font-size: 22px; }
  .lifestyle-item-text { font-size: 14px; padding: 2px 5px; }
  .lifestyle-item-image {margin: 0 8px 0 0;}
  .lifestyle-item-image img {max-width: 30px;}
}
/*--- end: LIFESTYLE section ---*/


/*--- PERSONAL section ---*/
.personal-top-panel { margin: 0 0 40px 0; padding: 0 10px; text-align: center; }

.personal-top-title { margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size:30px; font-weight: 600; line-height: 1.2; color:var(--font-primary); text-transform:uppercase; text-align: center; }
.personal-top-title span { color:var(--font-color); }

/*---------------*/
.personal-targets {display: flex; flex-wrap: wrap; gap:20px; justify-content: center; margin: 0 0 50px 0; padding: 0 20px;}

.personal-targets-item { 
  flex: 1; 
  margin: 0; 
  padding: 15px; 
  text-align: left; 
  border-radius: 20px; 
  background-color: rgba(203,226,148,0.2); 
  border: 2px solid var(--border-color); 
  background: rgb(255,255,255,0.3);
  background: -moz-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(202,226,148,0.3) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0.3) 0%,rgba(202,226,148,0.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0.3) 0%,rgba(202,226,148,0.3) 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.personal-targets-item p { margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size: 16px; font-weight: 600; color:var(--font-primary); text-align: left; }

/*------------*/
@media only screen and (max-width: 768px) {
  .personal-top-panel { margin: 0 0 20px 0; }
  .personal-top-title { font-size: 26px; }
  /*------------*/
  .personal-targets {flex-direction: column; justify-content: space-around; margin: 0 0 50px 0; padding: 0;}
  .personal-targets-item {margin: 0 0 5px 0;}
  /*------------*/
}
@media only screen and (max-width: 576px) {
  .personal-top-title { font-size: 22px; margin: 0 0 220px 0; }
  /*---------------*/
  .personal-targets {margin: 0 0 20px 0;}
  .personal-targets-item p { font-size: 14px; }
}
@media only screen and (max-width: 400px) {
  .personal-top-title { font-size: 20px; margin: 0 0 150px 0; }
}
/*--- end: PERSONAL section ---*/


/*--- PROMO Section ---*/
.promo-top-panel { margin: 0 auto 40px auto; padding: 0; width: 80%; text-align: center; }

.promo-top-title { margin: 0; padding: 0 20px; font-family: 'Montserrat', Arial, sans-serif; font-size:28px; font-weight: 600; line-height: 1.2; color:var(--font-light); text-transform:uppercase; text-align: left; }

/*-------*/
.promo-collection { margin: 0 auto; padding: 0 10px; width: 80%; }

.promo-item { display: flex; align-items:center; margin: 0 0 25px 0; padding: 0; }

.promo-item-image { align-self: flex-start; margin: 0 24px 0 0; padding: 0; border-radius: 50px; box-shadow: 0 0 26px rgba(234,255,125,0.43); }
.promo-item-image img {margin: 0; padding: 0; max-width: 60px;}
.promo-item-text {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color:var(--font-white);
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .promo-top-panel { margin: 0 auto 20px auto; }
  .promo-top-title { font-size: 24px; }
  .promo-item-text { font-size: 18px; }
  .promo-item-image img {max-width: 50px;}
}
@media only screen and (max-width: 576px) {
  .promo-top-panel { width: 100%; }
  .promo-top-title { font-size: 22px; padding: 0 10px;}
  .promo-collection { width: 100%; }
}
@media only screen and (max-width: 400px) {
  .promo-top-title { font-size: 20px; }
  .promo-item-text { font-size: 16px; }
  .promo-item-image {margin: 0 8px 0 0;}
  .promo-item-image img {max-width: 50px;}
}
@media only screen and (max-width: 340px) {
  .promo-top-title { font-size: 18px; }
  .promo-item-text { font-size: 14px; }
  .promo-item-image img {max-width: 40px;}
}
/*--- end: PROMO Section ---*/


/*----------- COURSE --------------*/
/*------ COURSE TOP -------*/
.course-top { margin: 0 0 2rem 0; padding: 2rem 0; display: flex; align-items: center; justify-content: space-between; 
  background: url('../img/course/course_circles.png');
  background-repeat: no-repeat;
  background-position:  center 30px;
  background-size: 30%;
}

.course-top-panel { margin: 0; padding: 0; width: 50%; position: relative;}
.course-top-panel-pic { margin: 0; padding: 0;}
.course-top-panel-pic img { margin: 0; padding: 0; max-width: 100%;}

.course-top-info { margin: 0; padding: 0; width: 50%; }
  
.course-top-info-text { margin: 0; padding: 16px 32px; 
  background: rgb(208,216,167);
  background: -moz-linear-gradient(left, rgba(208,216,167,1) 0%, rgba(200,212,138,1) 100%);
  background: -webkit-linear-gradient(left, rgba(208,216,167,1) 0%,rgba(200,212,138,1) 100%);
  background: linear-gradient(to right, rgba(208,216,167,1) 0%,rgba(200,212,138,1) 100%);
  border-radius: 30px 0 0 30px ;
}
.course-top-info-text p { margin: 0; padding: 12px 0; font-size:16px; font-weight: 400; line-height: 1.2; color: var(--font-primary); text-align: left; text-transform: uppercase; border-bottom: 1px solid #eef1dd; }
.course-top-info-text p:last-of-type {border: none;}

@media only screen and (max-width: 768px) {
  .course-top { flex-direction: column; }
  .course-top-panel { margin: 0 0 20px 0; width: 100%;}
  .course-top-info { width: 80%; align-self: flex-end; }
  /*----------------*/
}
@media only screen and (max-width: 576px) {
  .course-top-info-text { padding: 10px 16px; }
  /*----------------*/
}
@media only screen and (max-width: 400px) {
  .course-top-info { width: 100%; }
  .course-top-info-text { padding: 10px 10px; }
  .course-top-info-text p { font-size:14px;}
  /*----------------*/
}

/*------ COURSE BOTTOM -------*/
.course-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 1rem 0;
  background: url('../img/course/course_pattern.png');
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 60px;
}

.course-bottom-panel { margin: 0; padding: 0 20px; text-align: left; width: 50%;}

.course-bottom-title { margin: 0 0 12px 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size:30px; font-weight: 600; line-height: 1.2; color: var(--font-primary); text-transform:uppercase; text-align: left; }
.course-bottom-subtitle { margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size:20px; font-weight: 400; line-height: 1.2; color: var(--font-sub-title); text-align: left; }


/*----------*/
.course-bottom-container { width: 50%; margin: 0 auto; padding: 16px; border-radius: 32px;
  background: rgb(118,135,48);
  background: -moz-linear-gradient(-45deg, rgba(118,135,48,1) 0%, rgba(71,87,32,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(118,135,48,1) 0%,rgba(71,87,32,1) 100%);
  background: linear-gradient(135deg, rgba(118,135,48,1) 0%,rgba(71,87,32,1) 100%);
}

.course-bottom-box { margin: 0; padding: 10px 10px; border-radius: 28px; border: 2px dashed var(--border-color); } 

/*--- course info ---*/
.course-info {display: flex; justify-content:space-between; align-items: center; margin: 0 0 20px 0; padding: 10px 0;}

.course-info-price { margin: 0; padding: 5px 5px; font-family: 'Montserrat', Arial, sans-serif; background-color: var(--bg-price); box-shadow: 0 10px 15px rgba(200,212,138,0.64); border-radius: 16px; } 
.course-info-price-border { margin: 0; padding: 5px 5px; border-radius: 12px; border: 2px dashed var(--border-price); } 

.course-info-top { margin: 0 0 5px 0; padding: 0; font-size:18px; font-weight: 600; line-height: 1.2; color: var(--font-primary); text-align: center; opacity: 0.4; }
.course-info-top span { text-decoration: line-through; }

.course-price { margin: 0; padding: 0; font-size: 36px; font-weight: 600; line-height: 1; color: var(--font-primary); text-align: center; }
.price-full { display: none; }

.course-countdown {position: relative; margin: 0; padding: 0 0 0 60px; font-family: 'Montserrat', Arial, sans-serif;}

.course-countdown::after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0px;
  top: 0px;
  display: block;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 61px;
  background: url('../img/course/course_timer.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50px;
}
.course-countdown-text { margin: 0 0 5px 0; padding: 0; font-size: 16px; font-weight: 600; line-height: 1.2; color: var(--font-price); text-align: left; }
.course-countdown-timer { margin: 0; padding: 0; font-size: 32px; font-weight: 600; line-height: 1.2; color: var(--font-price); text-align: left; }

@media only screen and (max-width: 800px) {
  .course-bottom {
    background-position: left top;
    background-size: 32px;
  }
  /*----------------*/
  .course-bottom-panel { margin: 0 0 40px 0; padding: 30px 20px; width: 100%;}
  .course-bottom-title { font-size: 26px; }
  .course-bottom-subtitle { font-size: 18px; }
  /*-------------*/
  .course-bottom-container { width: 80%; }
  .course-price { font-size: 32px; }
  .course-countdown-timer { font-size: 28px; }
  /*----------------*/
}
@media only screen and (max-width: 576px) {
  .course-bottom-title { font-size: 24px; }
  .course-bottom-subtitle { font-size: 17px; }
  /*-------------*/
  .course-bottom-container { width: 90%;}
}
@media only screen and (max-width: 400px) {
  .course-bottom-panel { margin: 0 0 40px 0; padding: 30px 10px;}
  .course-bottom-title { font-size: 20px; }
  .course-bottom-subtitle { font-size: 16px; }
  /*-------------*/
  .course-bottom-container { width: 100%; padding: 10px;}
  .course-price { font-size: 24px; }
  .course-countdown-timer { font-size: 24px; }
  /*----------------*/
}
/*----------- end: COURSE --------------*/

/*--- Form Course ----*/
.form-course { margin: 0; padding: 0; /*background-color: rgba(172, 36, 218, 0.573);*/ }

.form-line {padding:8px 5px; border-radius: 10px; background-color: var(--bg-input);}
.form-control {font-weight: 600; color: var(--font-input); border: 1px solid transparent; background-color: var(--bg-input); border-radius: 12px; }
.form-control::placeholder { color: var(--font-input); /*text-decoration: underline; text-decoration-style: dashed;*/}
.form-control:focus { color: var(--font-input); box-shadow: none; background-color: transparent; border: 1px solid var(--border-color); }

.form-check-input {background-color: transparent; border-color: var(--border-color);}
.form-check-input:focus { box-shadow: none; border-color: var(--border-color);}
.form-check-input:checked { background-color: transparent; border-color: var(--border-color); }
.form-check-input:checked[type=checkbox] { background: url('../img/checkbox.svg'); }
.form-check label {margin: 0 0 6px 0; font-size: 10px; color: var(--font-white);}

/*--- form btn ----*/
.form-btn-container {position: relative; margin: 0 0 1rem 0; padding: 5px 5px; border-radius: 10px; border: 2px solid var(--border-color); text-align: center;}

.form-btn,
.form-btn:link,
.form-btn:visited,
.form-btn:hover,
.form-btn:active {
  display: inline-block;
  margin: 0;
  padding: 12px 12px;
  width: 100%;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color:var(--font-primary);
  text-align: center;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  background-color: var(--bg-btn-form);
  box-shadow: 3px 3px 15px rgba(0,0,0,0.15);
}
.form-btn:disabled { opacity: 0.6; }

@media only screen and (max-width: 768px) {
  .form-btn,
  .form-btn:link,
  .form-btn:visited,
  .form-btn:hover,
  .form-btn:active {
    padding: 12px 10px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .form-control { font-size: 14px; }

  .form-btn,
  .form-btn:link,
  .form-btn:visited,
  .form-btn:hover,
  .form-btn:active {
    padding: 12px 10px;
    font-size: 16px;
  }
}
/*--- end: Form Course ----*/

/*--- FAQ ---*/
.faq-top-panel{ margin: 0 0 20px 0; padding: 0 20px; text-align: left; }

.faq-top-title { display: inline-block; margin: 0; padding: 0 10px; font-family: 'Montserrat', Arial, sans-serif; font-size:30px; font-weight: 600; line-height: 1.2; color:var(--font-color); text-align: left; }
/*-------*/
.accordion { margin: 0; padding: 0 10px; --bs-accordion-border-width:0px; }

.accordion-item { background: none; border: none; border-bottom: 1px solid var(--border-color); }
.accordion-item:last-of-type { border: none; }

.accordion-button { font-size: 20px; font-weight: 600; color: var(--font-faq); background: none; border: none; outline: none; }
.accordion-button::after {
  background: url('../img/faq/plus-lg.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.accordion-button:focus {color: var(--font-faq); background: none; border: none; border-radius: 3px; outline: none; box-shadow: none;}
.accordion-button:not(.collapsed) {color:var(--font-faq); background: none; border: none;}
.accordion-button:not(.collapsed)::after {
  background: url('../img/faq/dash-lg.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.accordion-body {font-size: 16px; font-weight: 600; color:var(--font-faq-gray); border: none;}

@media only screen and (max-width: 768px) {
  .faq-top-title { padding: 0 5px; font-size: 26px; }

  .accordion-button {font-size: 16px;}
  .accordion-body {font-size: 14px;}
}
@media only screen and (max-width: 400px) {
  .faq-top-title { padding: 0; font-size: 22px; }

  .accordion-button {font-size: 16px;}
  .accordion-body {font-size: 14px;}
}
/*--- end: FAQ ---*/



/*--- Elements---*/
/*--- Button ---*/
.btn-container {position: relative; margin: 0; padding: 25px 0; text-align: center;}

.btn-outline {display:inline-block; padding: 5px 5px; border-radius: 10px; border: 1px solid var(--bg-btn);}

.main-btn,
.main-btn:link,
.main-btn:visited,
.main-btn:hover,
.main-btn:active {
  display: inline-block;
  margin: 0;
  padding: 12px 36px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color:var(--font-btn);
  text-align: center;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  background-color: var(--bg-btn);
  box-shadow: 0 0 26px 22px rgba(234,255,125,0.43);
}
.main-btn:hover {
  box-shadow: 0 0 26px 0 rgba(234,255,125,0.43);
}

@media only screen and (max-width: 768px) {
  .btn-container {padding: 12px 0;}
  .main-btn,
  .main-btn:link,
  .main-btn:visited,
  .main-btn:hover,
  .main-btn:active {
    padding: 12px 24px;
    font-size: 22px;
  }
}

@media only screen and (max-width: 576px) {
  .main-btn,
  .main-btn:link,
  .main-btn:visited,
  .main-btn:hover,
  .main-btn:active {
    padding: 12px 20px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .main-btn,
  .main-btn:link,
  .main-btn:visited,
  .main-btn:hover,
  .main-btn:active {
    padding: 12px 16px;
    font-size: 16px;
  }
}
/*--- end: Elements---*/


/*----- Footer ----*/
.footer-wrapper { position: relative; margin: 0; padding: 0; background-color: var(--footer-bg);}
.footer {padding: 3rem 10px 1rem 10px; max-width: 960px; background-color: var(--footer-bg);}
.footer-line {margin: 0 0 10px 0; padding: 0; color: var(--font-white); font-size: 16px; text-align: left;}

.footer-text { display: block; margin: 0 0 10px 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.2; color:var(--font-white); text-align: center;}

.footer-image {margin: 0 0 16px 0; padding: 0; text-align: center;}
.footer-image img {display: inline-block; margin: 0 5px 5px 5px; padding: 0; max-width: 20%;}

/*---- footer menu ----*/
.footer-menu {margin: 0; padding: 0;}
.footer-menu-item:link,
.footer-menu-item:visited,
.footer-menu-item:active {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color:var(--font-white);
  text-align: left;
  text-decoration: none;
}
.footer-menu-item:hover { text-decoration: underline; }

@media only screen and (max-width: 768px) {
  .footer {padding: 1rem 10px;}
  .footer-line {margin: 0 0 10px 0; font-size: 14px; text-align: left;}
  .footer-text { font-size: 14px; text-align: left; }
  .footer-image {margin: 0 0 16px 0; text-align: left;}

  .footer-menu-item:link,
  .footer-menu-item:visited,
  .footer-menu-item:active { font-size: 14px; }
}
@media only screen and (max-width: 400px) {
  .footer-line {font-size: 12px;}

  .footer-menu-item:link,
  .footer-menu-item:visited,
  .footer-menu-item:active { font-size: 12px; }
}
/*----- end: Footer ----*/


/*==========  END: CUSTOM CSS  ==========*/
