@charset "UTF-8";
:root {
--main-bg: #ffffff;
--header-bg: rgba(255,255,255,0.5);
--footer-bg: #173c41;

--color-black: #12190b;
--color-blue: #0a6a77;
--color-orange: #f18f00;

--font-primary: #12190b;
--font-color: #f18f00;
--font-blue: #0a6a77;
--font-gray: #919192;
--font-red: #ef4040;
--font-white: #ffffff;
--font-btn: #ffffff;

--bg-test: #cba7d5;
--bg-btn: #0a6a77;
--bg-white: #ffffff;

--bg-price: #ffffff;
--border-price: #0a6a77;

--font-input: #ffffff;
--bg-input: #2e8a97;

--border-color: #ffffff;
}

* {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/main_circles.png'), url('../img/main_bg_pattern.png');
  background-repeat: no-repeat, repeat;
  background-position: center top, center top;
  background-size: 600px, 80px;
  background-color: var(--main-bg);
}
@media only screen and (max-width: 768px) {
  body {background-size: 100%, 80px;}
}

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);*/ }
@media only screen and (max-width: 959px) {
  .main-container { padding: 0; }
}
/*---- Header ----*/
.header { position: relative; margin: 0; padding: 0; background-color: var(--header-bg);}
  
.header-container {display: flex; justify-content:space-between; align-items: center; gap:10px; 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: 60px;}

.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: 400;
  color:var(--font-blue);
  text-align: left;
}
/*---------*/
.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 52px;
  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.2); }

@media only screen and (max-width: 768px) {
  .header-logo-text { font-size: 22px; }
  /*------------*/
}
@media only screen and (max-width: 576px) {
  .header-container { flex-direction: column; }
  /*------------*/
}
/*---- end: Header ----*/


/*--- Sections ---*/
.section { /*display: none;*/ box-sizing: border-box; }

.section-main {position: relative; margin: 0; padding: 2rem 0;
  background: url('../img/main/main_color_bg.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.section-lifestyle {position: relative; 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);
  box-shadow: 0 0 12px rgba(0,0,0,0.25);
}

.section-personal { margin: 0; padding: 3rem 0 2rem 0;
  background: url('../img/personal/personal_top_shadow.png'), url('../img/personal/personal_bottom_shadow.png'), url('../img/personal/personal_color_bg.png');
  background-repeat: repeat-x, repeat-x, no-repeat;
  background-position: left top, left bottom, center top;
  background-size: 14px, 14px, cover;
}

.section-promo {
  margin: 0;
  padding: 2.5rem 0 2.5rem 0;
  background: url('../img/promo/promo_pattern.jpg');
  background-repeat: repeat;
  background-position: left top;
  background-size: 60px;
  background-color: var(--bg-white);
}

.section-course { margin: 0; padding: 2rem 0 2rem 0; overflow: hidden; 
  background: url('../img/course/course_top_shadow.png');
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 14px;
}

.section-faq { margin: 0; padding: 2rem 0; }
/*--- end: Sections ---*/


/*--- Main section ---*/
.main-top { margin: 0; padding: 4rem 0 6rem 0; }

.main-left-dish {display:block; position: absolute; z-index: 11; left:0; bottom:15%; margin: 0; padding: 0; width: 100%; height: auto; max-width: 220px;}
.main-right-dish {display:block; position: absolute; z-index: 11; right:0; bottom:15%; margin: 0; padding: 0; width: 100%; height: auto; max-width: 280px;}

.main-badge {display:block; position: absolute; z-index: 6; left:25%; top: 60px; margin: 0; padding: 0; width: 100%; height: auto; max-width: 75px;}

/*--------------*/
.main-top-info {
  position: relative; 
  z-index: 10; 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  margin: 0; 
  padding: 10px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: rgb(255,255,255,0.4);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.main-top-icon {margin: 0; padding: 20px 0; text-align: center; }
.main-top-icon img {margin: 0 auto; padding: 0; max-width: 120px;}

.main-top-info-title { margin: 0 0 20px 0; padding: 0; font-size:36px; font-weight: 600; line-height: 1.1; color: var(--font-blue); text-align: center; }

.main-top-info-text { margin: 0 0 22px 0; padding: 0; font-size:18px; font-weight: 400; line-height: 1.1; color: var(--font-primary); text-align: center; }
.main-top-info-text span { color:var(--font-blue); border-bottom: 2px solid var(--color-orange); }

.btn-container-main {position: relative; margin: 0; padding: 12px 0; text-align: center;}
.btn-container-main .main-btn {font-size: 16px !important;}
/*----------------*/

@media only screen and (max-width: 768px) {
  .main-left-dish { z-index: 6; left:0; bottom:8%; max-width: 200px; }
  .main-right-dish { z-index: 6; right:0; bottom:10%; max-width: 250px; }

  .main-badge { left:20%; top: 40px; max-width: 55px;}
  /*----------------*/
  .main-top { padding: 2rem 0 2rem 0; background-size: 360px; background-position: top center; }
  .main-top-icon img { max-width: 100px; }
  /*----------------*/
}
@media only screen and (max-width: 576px) {
  .main-left-dish { max-width: 180px; }
  .main-right-dish { max-width: 220px; }
  /*----------------*/
  .main-top-icon img { max-width: 80px; }
  .main-top-info-title { margin: 0 0 10px 0; font-size:26px; }
  .main-top-info-text { margin: 0 0 16px 0; font-size:16px; }
  /*----------------*/
}
@media only screen and (max-width: 400px) {
  .main-left-dish { bottom:22%; max-width: 120px; }
  .main-right-dish { bottom:25%; max-width: 150px; }
  /*----------------*/
  
  .main-top-icon { padding: 10px 0; }
  .main-top-icon img { max-width: 80px; }
  .main-top-info-title { font-size:20px; }
  .main-top-info-text { margin: 0 0 22px 0; font-size:16px; }
  /*----------------*/
}
/*--- end: Main section ---*/


/*--- LIFESTYLE section ---*/
.top-dish {display:block; position: absolute; z-index: 5; left:0; top:0; margin: -15% 0 0 0; padding: 0; width: 100%; height: auto; max-width: 100%;}
.main-dish {display:block; position: absolute; z-index: 6; right:0; bottom:0; margin: 0; padding: 0; width: 100%; height: auto; max-width: 300px;}

/*---------*/
.lifestyle-top { position: relative; margin: 0; padding: 0; height: 100px; }

.lifestyle-top-panel { position: relative; z-index: 10; margin: 0 0 40px 0; padding: 0 20px; text-align: left; }

.lifestyle-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-primary); text-transform:uppercase; text-align: left; }
.lifestyle-top-title .styled-part { margin: 0; padding: 0; color:var(--font-blue); border-bottom: 2px solid var(--color-orange); }

/*----- collection ----*/
.lifestyle-collection {position: relative; z-index: 10; margin: 0 0 20px 0; padding: 0 40px; }

.lifestyle-item {display: inline-flex; align-items: center; gap:16px; margin: 0 0 20px 0; padding: 0; border-radius: 12px; background-color: var(--color-blue);}

.lifestyle-item:nth-child(1) {width: 80%;}
.lifestyle-item:nth-child(2) {width: 60%;}
.lifestyle-item:nth-child(3) {width: 50%;}

.lifestyle-item-image {align-self: stretch; margin: 0; padding: 12px 12px; border-radius: 12px; background-color: var(--color-orange);}
.lifestyle-item-image img {margin: 0; padding: 0; max-width: 50px;}

.lifestyle-item-text {
  margin: 0;
  padding: 4px 6px 4px 0; 
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color:var(--font-white);
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .top-dish { margin: -8% 0 0 0;}
  .main-dish { max-width: 250px;}
  /*------------*/
  .lifestyle-top-panel { margin: 0 0 20px 0; padding: 0 20px; }
  .lifestyle-top-title { font-size: 26px; padding: 0 0;}
  /*------------*/
  .lifestyle-collection { margin: 0 0 10px 0; padding: 0 20px; }
  .lifestyle-item-text { font-size: 16px; }
  .lifestyle-item-image img {max-width: 50px;}
  /*------------*/
}
@media only screen and (max-width: 576px) {
  .top-dish { margin: -5% 0 0 0;}
  .main-dish { max-width: 200px;}
  /*------------*/
  .lifestyle-top { height: 90px; }
  .lifestyle-top-panel { margin: 0 0 10px 0; padding: 0; }
  .lifestyle-top-title { font-size: 22px; margin: 0 0 20px 0; padding: 0 10px;}
  /*------------*/
  .lifestyle-collection { margin: 0 0 10px 0; padding: 0 10px; }
  .lifestyle-item:nth-child(1) {width: 100%;}
  .lifestyle-item:nth-child(2) {width: 100%;}
  .lifestyle-item:nth-child(3) {width: 100%;}
  .lifestyle-item-image img {max-width: 40px;}
}
@media only screen and (max-width: 400px) {
  .lifestyle-top { height: 65px; }
  .lifestyle-top-title { font-size: 20px; }
  /*---------------*/
  .lifestyle-item-text { font-size: 14px; }
  .lifestyle-item-image { padding: 6px 6px; }
  .lifestyle-item-image img {max-width: 40px;}
}
/*--- 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 20px; font-family: 'Montserrat', Arial, sans-serif; font-size:28px; font-weight: 600; line-height: 1.2; color:var(--font-primary); text-transform:uppercase; text-align: center; }
.personal-top-title .styled-part { margin: 0; padding: 0; color:var(--font-blue); border-bottom: 2px solid var(--color-orange); }

/*---------------*/
.personal-targets {display: flex; flex-direction: column; gap: 60px; align-items: center; justify-content:space-around; margin: 0 0 40px 0; padding: 20px 20px; 
  background: url('../img/personal/personal_tree.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.personal-targets-item { display: inline-flex; justify-content: space-between; align-items: center; gap: 16px; max-width: 460px; margin: 0; padding: 0; }

.personal-targets-item:nth-child(1) {align-self: flex-end;}
.personal-targets-item:nth-child(2) {align-self: flex-start;}
.personal-targets-item:nth-child(3) {align-self: flex-end;}

.personal-targets-item:nth-child(2) .personal-targets-text {text-align: right;}

.personal-targets-icon {
  display: inline-block;
  margin: 0; 
  padding: 0;
  min-width: 40px;
  width: 40px;
  height: 41px; 
  background: url('../img/personal/personal_check.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 40px;
}
.personal-targets-text {display: inline-block; margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size: 18px; 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 { margin: 0 0 30px 0; gap: 40px; }
  .personal-targets-text { font-size: 16px; }
  /*------------*/
}
@media only screen and (max-width: 576px) {
  .personal-top-title { font-size: 22px; margin: 0 0 20px 0; padding: 0;}
  /*---------------*/
  .personal-targets {margin: 0 0 20px 0; padding: 20px 10px; gap: 20px; background-position: left center;}
  .personal-targets-item:nth-child(1) {align-self: flex-start;}
  .personal-targets-item:nth-child(2) {align-self: flex-start;}
  .personal-targets-item:nth-child(2) .personal-targets-text {order: 2; text-align: left;}
  .personal-targets-item:nth-child(2) .personal-targets-icon {order: 1;}
  .personal-targets-item:nth-child(3) {align-self: flex-start;}
  .personal-targets-text { font-size: 14px; }
}
@media only screen and (max-width: 400px) {
  .personal-top-title { font-size: 20px; }
  /*---------------*/
  .personal-targets {margin: 0 0 10px 0; padding: 10px 5px; gap: 20px; }
  .personal-targets-icon { min-width: 32px; width: 32px; height: 32px; background-size: 32px; }
}
/*--- 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-primary); text-transform:uppercase; text-align: center; }
.promo-top-title .styled-part { margin: 0; padding: 0; color:var(--font-blue); border-bottom: 2px solid var(--color-orange); }

/*-------*/
.promo-collection { margin: 0 auto; padding: 0 10px; width: 80%; }

.promo-item { display: flex; align-items:center; margin: 0 0 16px 0; padding: 0 5px 0 0; border-radius: 32px; border: 2px solid var(--color-blue); }

.promo-item-image { align-self: flex-start; margin: 0 16px 0 0; padding: 0; border-radius: 50px; box-shadow: 0 0 26px rgba(10,106,119,0.43); }
.promo-item-image img {margin: 0; padding: 0; max-width: 50px;}
.promo-item-text {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color:var(--font-primary);
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .promo-top-panel { margin: 0 auto 30px 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;
  background: url('../img/course/course_circles.png');
  background-repeat: no-repeat;
  background-position:  center top;
  background-size: 400px;
}

.course-top-panel {position: relative; margin: 0 0 20px 0; padding: 0;}
.course-top-panel-pic { margin: 0; padding: 0; }
.course-top-panel-pic img { display: block; margin: 0 auto; padding: 0; width: 100%; max-width: 460px;}
/*--------------*/
.course-top-info {display: flex; flex-wrap: wrap; justify-content:space-around; align-items: stretch; gap:26px; margin: 0; padding: 120px 20px 0 20px;}

.course-top-info-item {flex:1; position:relative; margin: 0; padding: 60px 12px 12px 12px; border-radius: 24px; background-color: var(--bg-white); box-shadow: 0 0 12px rgba(0,0,0,0.12);}

.course-top-info-icon {position: absolute; left:0; top:-99px; margin: 0; padding: 0; width: 100%;}
.course-top-info-icon img { display: block; margin: 0 auto; padding: 0; width: 100%; max-width: 220px;}

.course-top-info-text { margin: 0; padding: 0; font-size:16px; font-weight: 600; line-height: 1.2; color: var(--font-primary); text-align: center; text-transform: uppercase; }

@media only screen and (max-width: 768px) {
  .course-top { background-size: 320px; }
  .course-top-panel { margin: 0 0 20px 0; }
  /*----------------*/
  .course-top-info { padding: 20px 20px 0 20px; flex-direction: column; }
  .course-top-info-item {display: flex; justify-content:flex-start; align-items: center; gap: 10px; padding: 12px 12px; }
  .course-top-info-icon { position: relative; left:auto; top:auto; width: auto; margin: 0; padding: 0; display: flex; align-items: center; }
  .course-top-info-icon img { width: 120px; max-width: none;}

  .course-top-info-text { font-size:18px; text-align: left; }
}
@media only screen and (max-width: 576px) {
  .course-top { background-size: 300px; }
  .course-top-info { padding: 20px 10px 0 10px; }
  .course-top-info-icon img {width: 100px;}
  .course-top-info-text { font-size:16px;}
  /*----------------*/
}
@media only screen and (max-width: 400px) {
  .course-top-info-icon img {width: 65px;}
  .course-top-info-text { font-size:14px;}
  /*----------------*/
}

/*------ COURSE BOTTOM -------*/
.course-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 3.5rem 0;
  background: url('../img/course/ruler_top.png'), url('../img/course/ruler_bottom.png'), url('../img/course/course_bottom_bg.png');
  background-repeat: repeat-x, repeat-x, no-repeat;
  background-position: left top, left bottom, center top;
  background-size: 48px, 48px, cover;
}

.course-bottom-panel { margin: 0 0 1rem 0; padding: 0 20px; text-align: center;}

.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: center; }
.course-bottom-subtitle { margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size:20px; font-weight: 600; line-height: 1.2; color: var(--font-blue); text-align: center; }

/*----------*/
.course-bottom-container { width: 60%; margin: 0 auto; padding: 16px; border-radius: 32px;
  background: rgb(30,137,151);
  background: -moz-linear-gradient(-45deg, rgba(30,137,151,1) 0%, rgba(14,113,126,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(30,137,151,1) 0%,rgba(14,113,126,1) 100%);
  background: linear-gradient(135deg, rgba(30,137,151,1) 0%,rgba(14,113,126,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(255,255,255,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-blue); 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-white); text-align: left; }
.course-countdown-timer { margin: 0; padding: 0; font-size: 32px; font-weight: 600; line-height: 1.2; color: var(--font-white); text-align: left; }

@media only screen and (max-width: 800px) {
  .course-bottom { background-size: 32px, 32px, cover; }
  /*----------------*/
  .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-title { font-size: 20px; }
  .course-bottom-subtitle { font-size: 16px; }
  /*-------------*/
  .course-bottom-container { width: 96%; padding: 10px;}
  .course-price { font-size: 24px; }
  .course-countdown-timer { font-size: 24px; }
  /*----------------*/
}
/*----------- end: COURSE --------------*/

/*--- Form Course ----*/
.form-course { margin: 0; padding: 0; }

.form-line {padding:8px 8px; border-radius: 32px; background-color: var(--bg-input);}
.form-control {font-weight: 400; color: var(--font-input); border: 1px solid transparent; background-color: var(--bg-input); border-radius: 32px; }
.form-control::placeholder { color: var(--font-input); /*text-decoration-line: underline; text-decoration-style: dashed; text-decoration-color: var(--font-input);*/ }
.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: 32px; 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: 10px 12px;
  width: 100%;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color:var(--font-btn);
  text-align: center;
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  text-decoration: none;
  background-color: var(--bg-btn);
  box-shadow: 0 0 12px rgba(255,255,255,0.5);
}
.form-btn:disabled { filter: grayscale(80%); }

@media only screen and (max-width: 768px) {
  .form-btn,
  .form-btn:link,
  .form-btn:visited,
  .form-btn:hover,
  .form-btn:active {
    padding: 10px 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 {
    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-primary); 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(--color-blue); }
.accordion-item:last-of-type { border: none; }

.accordion-button { font-size: 20px; font-weight: 600; color: var(--font-primary); 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-primary); background: none; border: none; border-radius: 3px; outline: none; box-shadow: none;}
.accordion-button:not(.collapsed) {color:var(--font-primary); 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-primary); 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;}

.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: 32px;
  cursor: pointer;
  text-decoration: none;
  background-color: var(--bg-btn);
}
.main-btn:hover { border: 0; }

@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  ==========*/
