@charset "UTF-8";
:root {
--main-bg: #eee6db;
--header-bg: #eee6db;
--footer-bg: #ba935c;

--font-primary: #12190b;
--font-light: #eee6db;
--font-color: #27393b;
--font-red: #ef4040;
--font-white: #ffffff;
--font-btn: #ffffff;
--font-faq: #27393b;
--font-faq-gray: rgba(30, 31, 36, 0.4);

--bg-test: #cba7d5;
--bg-sand: #ba935c;
--bg-sand-light: #d9b179;
--bg-btn: #27393b;
--bg-white: #ffffff;
--bg-space: #27393b;
--bg-feedback: #b2b2ab;

--bg-input: #3f5859;
--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/bg_shadow.png');
  background-repeat: repeat-y;
  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; /*overflow: hidden;*/ }

@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:16px; margin: 0; padding: 16px 20px; }

.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; max-width: 280px;}

.header-logo-text { display: block; margin: 0 0 0 10px; padding: 0; height: 60px; line-height: 60px; font-size: 28px; font-weight: 600; color:var(--font-color); text-align: left; }
/*---------*/
.header-btn-container {margin: 0; padding: 0;}

/*---- Login ----*/
.login-btn,
.login-btn:link,
.login-btn:visited,
.login-btn:hover,
.login-btn:active {
  display: inline-block;
  margin: 0;
  padding: 12px 24px;
  min-width: 120px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color:var(--font-btn);
  text-align: center;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  background-color: var(--bg-sand);
  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); }


/*---- Lang ----*/
.lang-btn,
.lang-btn:link,
.lang-btn:visited,
.lang-btn:hover,
.lang-btn:active {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color:var(--font-color);
  text-align: center;
  border: 0;
  border-bottom: 1px dotted var(--font-color);
  cursor: pointer;
  text-decoration: none;
}
.lang-btn:hover {
  border-bottom: 1px dotted transparent;
}

@media only screen and (max-width: 768px) {
  .lang-btn,
  .lang-btn:link,
  .lang-btn:visited,
  .lang-btn:hover,
  .lang-btn:active {
    font-size: 14px;
  }
}

@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; gap: 24px; }
  .header-logo { flex-direction: column ;}
  /*------------*/
}
/*---- end: Header ----*/


/*--- Sections ---*/
.section { /*display: none;*/ box-sizing: border-box; }

.section-main {position: relative; margin: 0; padding: 1rem 0; border-radius: 3px; }

.section-personal { margin: 0; padding: 2rem 0; }

.section-course { margin: 0; padding: 2rem 0; overflow: hidden; }

.section-lifestyle {position: relative; margin: 0; padding: 1rem 0;}

.section-faq { margin: 0; padding: 2rem 0; }
/*--- end: Sections ---*/


/*--- MAIN Section ---*/

/*--- Main Top ---*/
.main-top { margin: 0; padding: 0 20px; }

.main-icon {display:block; position: absolute; z-index: 9; right:0; top:5%; margin: 0; padding: 0; width: 100%; height: auto; max-width: 460px;}

.main-top-info { display: flex; justify-content: space-between; align-items: center; margin: 0; padding: 64px 32px; 
  font-family: 'Montserrat', Arial, sans-serif; 
  border-radius: 12px;
  background: url('../img/main/main_panel_bg_left.png'), url('../img/main/main_panel_bg_bottom.png');
  background-repeat: no-repeat;
  background-position: left top, calc(20%) bottom;
  background-size: 120px, 160px;
  background-color: var(--bg-sand);
}

.main-top-title { margin: 0 0 24px 0; padding: 0; text-align: left; }
.main-top-title img {margin: 0; padding: 0; width: 100%; max-width: 280px;}

.main-top-text { margin: 0 0 24px 0; padding: 0; font-size:22px; font-weight: 600; line-height: 1.1; color: var(--font-color); text-align: left;}

.btn-container-main {position: relative; z-index: 10; margin: 0; padding: 12px 0; text-align: left;}
.btn-container-main .btn-box { background-color: var(--bg-sand-light); }

@media only screen and (max-width: 768px) {
  /*--- Main Top ---*/
  .main-top { padding:0 20px; }
  .main-top-text { margin: 0 0 20px 0; font-size:20px; }

  .main-icon { margin: 0 auto 16px auto; position: relative; right:auto; top:auto; }
}
@media only screen and (max-width: 576px) {
  /*--- Main Top ---*/
  .main-top-text { margin: 0 0 16px 0; font-size:16px; }
}
@media only screen and (max-width: 400px) {
  /*--- Main Top ---*/
  .main-top-text { margin: 0 0 12px 0; }
}
/*--- end: MAIN Section ---*/


/*--- PERSONAL Section ---*/
/*------ Personal TOP -------*/
.personal-top { margin: 0 0 12px 0; padding: 0 20px; }
.personal-top-panel { margin: 0 0 20px 0; padding: 24px 20px; text-align: left; border-radius: 12px; background-color: var(--bg-space); }

.personal-top-logo { margin: 0 0 8px 0; padding: 0 10px; max-width: 280px; }

.personal-top-title {margin: 0; padding: 0 10px; font-family: 'Montserrat', Arial, sans-serif; font-size:22px; font-weight: 400; line-height: 1.2; color:var(--font-light); text-align: left; }

/*----- personal content ------*/
.personal-content { display: flex; justify-content: space-between; align-items: center; margin: 0 0 24px 0; padding: 0; }

/*----- personal collection ----*/
.personal-collection {display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; margin: 0 0 20px 0; padding: 0 20px; }

.personal-item { display: flex; justify-content: space-between; align-items: center; gap:16px; margin: 0; padding: 0 10px; border-radius: 10px; background-color: var(--bg-sand); min-height: 80px; }
.personal-item:nth-of-type(1) {width: 38%;}
.personal-item:nth-of-type(2) {width: 58%;}
.personal-item:nth-of-type(3) {width: 58%;}
.personal-item:nth-of-type(4) {width: 38%;}

.personal-item-image { margin: 0; padding: 0; }
.personal-item-image img {margin: 0; padding: 0; max-width: 60px;}

.personal-item-text { margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.2; color:var(--font-primary); text-align: left; }

@media only screen and (max-width: 768px) {
  .personal-top { margin: 0 0 20px 0; }
  .personal-top-title { font-size: 20px; } 
  /*------------*/
  .personal-item { justify-content: flex-start; padding: 6px 10px;}
  .personal-item:nth-of-type(1),
  .personal-item:nth-of-type(2),
  .personal-item:nth-of-type(3),
  .personal-item:nth-of-type(4) {width: 100%;}
  /*------------*/
}
@media only screen and (max-width: 576px) {
  .personal-top { margin: 0 0 10px 0; }
  .personal-top-title { font-size: 18px; }
  /*------------*/
}
@media only screen and (max-width: 400px) {
  .personal-top-panel { flex-direction: column; gap:8px; padding: 16px 10px; }
  .personal-top-title { font-size: 18px; }
  /*---------------*/
}

/*------ Personal BOTTOM -------*/
.personal-bottom { display: flex; flex-direction: column; justify-content: space-between; align-items: center; flex-wrap: wrap; margin: 0; padding: 0 0 2rem 0; 
  background: url('../img/course/dots_pattern.png');
  background-repeat: repeat;
  background-position: left top;
  background-size: 20px;
}

.personal-bottom-title {margin: 0 0 24px 0; padding: 0 10px; font-family: 'Montserrat', Arial, sans-serif; font-size:22px; font-weight: 600; line-height: 1.75; color:var(--font-primary); text-align: center; }
.personal-bottom-title span {margin: 0 0 0 5px; padding: 6px; color:var(--font-light); border-radius: 6px; background-color: var(--bg-space); }

/*------------*/
.wait-collection {display: flex; flex-wrap: wrap; justify-content:center; align-items: stretch; gap:20px; margin: 0 0 12px 0; padding: 12px 20px;}

.wait-item { /*flex:1;*/ position:relative; margin: 0; padding: 0; width: 30%; }

.wait-item-icon { margin: 0; padding: 0 5px; width: 100%;}
.wait-item-icon img { display: block; margin: 0 auto; padding: 0; width: 100%; /*max-width: 260px;*/ }
.wait-item-icon span { position: absolute; bottom: 15%; display: block; width: 100%; margin: 0 auto; padding: 0; font-size:18px; font-weight: 600; line-height: 1.2; color: var(--font-light); text-align: center; }

.wait-item-text { display: none; margin: 0; padding: 0; font-size:16px; font-weight: 400; line-height: 1.2; color: var(--font-primary); text-align: center; }

@media only screen and (max-width: 768px) {
  /*----------------*/
  .wait-item { width: 45%; }
  .wait-item-icon { padding: 0; }
}
@media only screen and (max-width: 576px) {
  /*----------------*/
  .wait-item { width: 100%; }
}
/*--- end: PERSONAL Section ---*/


/*--- LIFESTYLE section ---*/
.lifestyle-top { margin: 0 0 12px 0; padding: 0 20px; }

.lifestyle-top-panel {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin: 0; padding: 24px 20px; text-align: center; border-radius: 12px; background-color: var(--bg-space); }

.lifestyle-top-logo { margin: 0; padding: 0 10px; max-width: 280px; }

.lifestyle-top-title {margin: 0; padding: 0 10px; font-family: 'Montserrat', Arial, sans-serif; font-size:22px; font-weight: 400; line-height: 1.2; color:var(--font-light); text-align: left; }

/*----- lf content ------*/
.lifestyle-content { display: flex; justify-content: space-between; align-items: center;}

.lifestyle-main { margin: 0; padding: 0 0 0 20px; min-width: 45%; text-align: left;}
.lifestyle-main img { margin: 0 auto; padding: 0; width:100%; max-width: 100%;}

/*----- lf collection ----*/
.lifestyle-collection { margin: 0; padding: 0 20px; }

.lifestyle-item {display: inline-flex; align-items: flex-start; gap:16px; margin: 0 0 22px 0; padding: 0; }

.lifestyle-item-image { margin: 0; padding: 6px; border-radius: 6px; background-color: var(--bg-space);}
.lifestyle-item-image img {margin: 0; padding: 0; max-width: 50px;}

.lifestyle-item-text { margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.2; color:var(--font-primary); text-align: left; }

@media only screen and (max-width: 768px) {
  .lifestyle-top { margin: 0 0 20px 0; }
  .lifestyle-top-title { font-size: 20px; } 

  /*------------*/
  .lifestyle-collection { margin: 0;  }
  .lifestyle-item-text { font-size: 14px; }
  .lifestyle-item-image img { max-width: 48px; }
  /*------------*/
}
@media only screen and (max-width: 576px) {
  .lifestyle-top { margin: 0 0 10px 0; }
  .lifestyle-top-title { font-size: 18px; }
  /*------------*/
  .lifestyle-content { flex-direction: column; justify-content: space-between; align-items: center; }
  .lifestyle-main { margin: 0 0 20px 0; padding: 0 10px; min-width: 100%;}
  .lifestyle-main img { width:100%; max-width: 460px; }
  /*-----------*/
  .lifestyle-collection { margin: 0 0 10px 0; padding: 0 10px; }
  .lifestyle-item-text { font-size: 16px; }
  .lifestyle-item-image img {max-width: 40px;}
}
@media only screen and (max-width: 400px) {
  .lifestyle-top-panel { flex-direction: column; gap:8px; padding: 16px 10px; }
  .lifestyle-top-title { font-size: 18px; }
  /*---------------*/
  .lifestyle-item { gap:8px; }
  .lifestyle-item-text { font-size: 14px; }
  .lifestyle-item-image { padding: 6px; }
  .lifestyle-item-image img { max-width: 36px; }
}
/*--- end: LIFESTYLE section ---*/



/*---- COURSE Section -----*/

/*------ COURSE TOP -------*/
.course-top { margin: 0; padding: 0 0 2rem 0; }

.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:20px; margin: 0; padding: 0 20px 0 20px;}

.course-top-info-item { flex:1; position:relative; margin: 0; padding: 0; }

.course-top-info-icon {position: relative; margin: 0 0 20px 0; padding: 0 5px; width: 100%;}
.course-top-info-icon img { display: block; margin: 0 auto; padding: 0; width: 100%; /*max-width: 260px;*/ }
.course-top-info-icon span {position: absolute; bottom: 15%; display: block; width: 100%; margin: 0 auto; padding: 0; font-size:18px; font-weight: 600; line-height: 1.2; color: var(--font-light); text-align: center; }
.course-top-info-icon span.one-line { bottom: 25%; }

.course-top-info-text { margin: 0; padding: 0 6px; font-size:16px; font-weight: 400; line-height: 1.2; color: var(--font-primary); text-align: center; }

@media only screen and (max-width: 768px) {
  /*----------------*/
  .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; margin: 0 0 11px 0; }
  .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: 240px; max-width: none;}
  .course-top-info-text { padding: 24px 0 0 0; font-size:18px; }
}
@media only screen and (max-width: 576px) {
  .course-top-info { padding: 20px 10px 0 10px; }
  .course-top-info-item { display: block; }
  .course-top-info-text { padding: 12px 6px 0 6px; font-size:16px; }
  /*----------------*/
}
@media only screen and (max-width: 400px) {
  /*----------------*/
}

/*------ COURSE BOTTOM -------*/
.course-bottom { display: flex; flex-direction: column; justify-content: space-between; align-items: center; flex-wrap: wrap; margin: 0; padding: 2rem 0; 
  background: url('../img/course/dots_pattern.png');
  background-repeat: repeat;
  background-position: left top;
  background-size: 20px;
}

/*----------*/
.course-bottom-container { width: 86%; margin: 0 auto; padding: 0; border-radius: 32px; background: var(--bg-sand); }

.course-bottom-box { display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; margin: 0; padding: 10px 10px; border-radius: 28px;
  background: url('../img/course/form_ornament.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 460px;
}
.course-bottom-box-left { width: 40%; margin: 0; padding: 40px 20px;}
.course-bottom-box-right { width: 60%; margin: 0; padding: 0;}

/*--- course info ---*/
.course-info {display: flex; flex-direction: column; justify-content: center; height: 100%; margin: 0; padding: 0; font-family: 'Montserrat', Arial, sans-serif;}

.course-info-top { margin: 0 0 12px 0; padding: 0; font-size:16px; font-weight: 400; line-height: 1.2; color: var(--font-white); text-align: left; }
.course-info-top span { text-decoration: line-through; }

.course-price { margin: 0; padding: 0; font-size: 64px; font-weight: 600; line-height: 50px; color: var(--font-white); text-align: left; }
.course-price.price-full { display: none; }
.course-countdown { margin: 20px 0; padding: 0; }
.course-countdown-text { margin: 0; padding: 0; font-size: 16px; font-weight: 400; line-height: 1.2; color: var(--font-white); text-align: left; }
.course-countdown-timer { margin: 0; padding: 0; font-size: 42px; font-weight: 400; line-height: 1.2; color: var(--font-white); text-align: left; }

@media only screen and (max-width: 800px) {
  /*----------------*/
  .course-bottom-title { font-size: 26px; }
  .course-bottom-subtitle { font-size: 18px; }
  /*-------------*/
  .course-bottom-box { background-position: right top; background-size: 460px; }
  .course-bottom-box-left { width: 100%; margin: 0; padding: 10px 20px;}
  .course-bottom-box-right { width: 100%; margin: 0; padding: 0;}

  .course-price { font-size: 48px; }
  .course-countdown { margin: 10px 0; }
  .course-countdown-timer { font-size: 32px; }
  /*----------------*/
}
@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%; }
  .course-bottom-box-left { padding: 10px 10px;}

  .course-price { font-size: 48px; }
  .course-countdown { margin: 10px 0; }
  .course-countdown-timer { font-size: 32px; }
  /*----------------*/
}
/*---- end: COURSE Section -----*/



/*--- Form Course ----*/
.form-course { margin: 0; padding: 20px 20px; border-radius: 26px; background-color: var(--bg-space);}

.form-line {padding:8px 8px; border-radius: 16px; background-color: var(--bg-input);}
.form-control {font-weight: 400; color: var(--font-white); border: 1px solid transparent; background-color: var(--bg-input); border-radius: 10px; }
.form-control::placeholder { color: var(--font-white); text-decoration-line: underline; text-decoration-style: dashed; text-decoration-color: var(--font-input);text-underline-offset: 2px; }
.form-control:focus { color: var(--font-white); box-shadow: none; background-color: transparent; border: 1px solid var(--font-input); }

.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 0; border-radius: 16px; text-align: center;}

.form-btn,
.form-btn:link,
.form-btn:visited,
.form-btn:hover,
.form-btn:active {
  display: inline-block;
  margin: 0;
  padding: 14px 12px;
  width: 100%;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color:var(--font-btn);
  text-align: center;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  text-decoration: none;
  background-color: var(--bg-sand);
}
.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: 14px 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 Section ---*/
.faq-top-panel { margin: 0 0 20px 0; padding: 0 20px; text-align: center; }

.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-faq); text-align: center; }
/*-------*/
.accordion { margin: 0; padding: 0 10px; --bs-accordion-border-width:0px; }

.accordion-item { background: none; border: none; border-bottom: 1px solid var(--font-faq); }
.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; 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; padding: 12px 10px;}
  .accordion-body {font-size: 14px; padding: 10px 10px;}
}
/*--- end: FAQ Section ---*/

/*--- Feedback ---*/
.feedback-top-panel { margin: 36px 0 0 0; padding: 0; text-align: center; }

.feedback-top-title  { margin: 0; padding: 20px 10px; font-family: 'Montserrat', Arial, sans-serif; font-size:30px; font-weight: 600; line-height: 1.2; color:var(--font-faq); text-align: center; }

/*---- Feedback SLIDER ---*/
.feedback-box { margin: 0; padding: 0 20px; }
.feedback-slider { margin: 44px 0 20px 0; padding: 0; text-align: center; }

/*---------------------------*/
.feedback-card {
  display: flex; flex-direction: column; justify-content:space-between;
  margin: 0 5px;
  padding: 0;
  min-height: 250px;
  max-width: 300px;
  padding: 0;
  border-radius: 32px;
  background-color: var(--bg-space);
  cursor: pointer;
}

.feedback-card:hover,
.slick-current .feedback-card {
  background-color: var(--bg-feedback);
}

.feedback-content { margin: 0; padding: 22px 16px; }
/*---------------------------*/
.feedback-card-name { margin: 0 0 6px 0; font-size: 16px; font-weight: 600; line-height: 1.2; color: var(--font-white); text-align: left; text-transform: uppercase; }
.feedback-card-text { margin: 0; padding: 0; font-size:16px; font-weight: 400; line-height: 1.2; color:var(--font-white); text-align: left; }

@media only screen and (max-width: 768px) {
  .feedback-top-title { font-size: 26px; }
  .feedback-card { margin: 0 5px; }
}
@media only screen and (max-width: 400px) {
  .feedback-slider { margin: 50px 0 10px 0; }
  /*--------*/
  .feedback-top-title { font-size: 22px; }
  .feedback-card-name { font-size: 18px; }
  .feedback-card-text { font-size: 14px; }
}
/*--- end: Feedback ---*/


/*--- Elements---*/
/*--- Button Course ---*/
.btn-course-box { margin: 0; padding: 0 5px; }

.btn-course,
.btn-course:link,
.btn-course:visited,
.btn-course:hover,
.btn-course:active {
  display: flex;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color:var(--font-btn);
  text-align: center;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
  border: 0;
  cursor: pointer;
  text-decoration: none;
}

.btn-corse-left { margin: 0; padding: 0; }

.btn-corse-middle { display: flex; align-items: center; margin: 0; padding: 0 6px;
  background: url('../img/personal/btn-course-middle.png');
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 3px;
  /*
  border-top: 3px solid #c9975d;
  border-bottom: 3px solid #c9975d;
  background-color: #153638;
  */
}
.btn-corse-right { margin: 0; padding: 0; }

.btn-corse-left img,
.btn-corse-right img { margin: 0; padding: 0; max-width: 100%; }

@media only screen and (max-width: 768px) {
  .btn-course,
  .btn-course:link,
  .btn-course:visited,
  .btn-course:hover,
  .btn-course:active {
    font-size: 22px;
  }
}

@media only screen and (max-width: 576px) {
  .btn-course,
  .btn-course:link,
  .btn-course:visited,
  .btn-course:hover,
  .btn-course:active {
    font-size: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .btn-corse-middle { 
    padding: 0;   
    border-top: 2px solid #c9975d;
    border-bottom: 2px solid #c9975d;
    background-image: none;
    background-color: #153638;
  }
  .btn-course,
  .btn-course:link,
  .btn-course:visited,
  .btn-course:hover,
  .btn-course:active {
    font-size: 16px;
    text-transform: uppercase;
  }
}

/*--- Button ---*/
.btn-container {position: relative; margin: 0; padding: 25px 0; text-align: center;}

.btn-box { display: inline-block; margin: 0; padding: 10px 10px; border-radius: 8px; background-color: var(--bg-sand); box-shadow: 0 0 15px rgba(0,0,0,0.33); text-align: center; }
.btn-box span { display: inline-block; margin: 0 0 6px 0; padding: 0 12px; font-size: 20px; font-weight: 400; line-height: 1.2; color:var(--font-btn); 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;
  min-width: 200px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color:var(--font-btn);
  text-align: center;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  background-color: var(--bg-btn);
}
.main-btn:hover { border: 0; box-shadow: 0 0 15px var(--bg-sand-light); }

@media only screen and (max-width: 768px) {
  .btn-container { padding: 12px 0; }
  .btn-box span { padding: 0 12px; font-size: 20px; }

  .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) {
  .btn-box span { display:block; margin: 0 0 11px 0; padding: 0 12px; font-size: 18px; }

  .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) {
  .btn-box span { padding: 0 12px; font-size: 16px; }

  .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); overflow: hidden; }

.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  ==========*/
