/* *** CSS RESET *** */

a {
  outline: none;
  text-decoration: none;
  color: #261474
}

a:hover {
  color: inherit
}

a,
img {
  border: 0;
}

button {
  cursor: pointer;
}

dl {
  margin: 0;
  color: #261474
}

body .parners-box ul a:focus img,
body a:focus,
body button:focus,
body input:focus,
body span.slider:focus {
  border: none !important;
  outline: 2px dotted red !important;
}

body a:focus figure {
  outline: 1px dotted red !important;
}

body a.btn-1:focus,
body input.btn-1:focus,
body button.btn-1:focus {
  background-color: red !important;
  outline: 2px dotted black !important;
}

body a:not(:focus),
body button:not(:focus),
body input:not(:focus) {
  outline: none !important;
}

body .mode.calculator.bmi button:focus,
body .mode.calculator.bmi select:focus,
body .mode.calculator.bmi input:focus {
  outline: 2px solid #0055df !important;
}

input[type="radio"] {
  width: 20px;
  height: 20px;
}

b,
strong {
  font-weight: 500;
}

@media (prefers-reduced-motion) {

  body a,
  body a:hover,
  body button,
  body button:hover,
  body img,
  body img:hover {
    transition: none !important;
  }
}

/* *** GLOBAL *** */

.bx-wrapper {
  z-index: 1;
}

iframe {
  border: none;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  margin-top: 0;
  letter-spacing: 0.1pt;
}

body p {
  margin-bottom: 20px;
  margin-top: 0;
}

body h2 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

body ul {
  margin-bottom: 20px;
  padding-left: 16px;
  margin-top: 0;
}

body ol {
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

body li ol,
body li ul {
  margin-bottom: 0;
}

body .bx-wrapper {
  padding: 0;
  border: none;
}

figure {
  margin: 0;
}

body a:hover {
  text-decoration: underline;
}

input,
textarea,
button {
  font-family: 'Rubik', sans-serif;
}

body,
legend {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  color: #261474;
  background: #fff;
  line-height: 1.5;
  overflow-x: hidden;
}

body,
.r-content,
header,
.r-content-box {
  min-width: 300px;
}

img {
  max-width: 100%;
  max-height: none;
  height: auto;
}



a,
a:hover,
a:focus,
a:active {
  outline: none !important;
  text-decoration: none;
}

.hamburger,
.hamburger:focus,
.hamburger:active {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body .hamburger-inner,
body .hamburger-inner::before,
body .hamburger-inner::after {
  height: 2px;
}

body .bx-wrapper .bx-controls-auto,
body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto;
}

.clearer {
  clear: both;
  height: 0;
}

.chosen-container-single .chosen-single div b {
  background: none;
}

.logo,
img,
a,
button {
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
}

.bx-caption {
  display: none;
}

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
}

.content-box {
  float: left;
  width: 100%;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

/* *** HEADER *** */

header {
  background: #FCFBFA;
  position: relative;
  z-index: 10;
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
}

#page_101 header {
  background: #faf8f7;
}

.header-bg-white {
  background: #fff;
}

.header-fix {
  position: fixed;
  top: -123px;
  height: 93px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.35s linear;
  -moz-transition: 0.35s linear;
  -ms-transition: 0.35s linear;
  -o-transition: 0.35s linear;
  transition: 0.35s linear;
}

.body-active .header-fix {
  top: 0;
}

.header-fix .logo {
  margin-top: -11px;
}

.header-fix .header-box {
  padding: 25px 0;
}

.user-box {
  background: #fff;
}

.user-box .container {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: space-between;
}

.social-box a {
  display: block;
  font-size: 24px;
  color: #261474;
  line-height: 24px;
}

.social-box a em {
  display: none;
}

.social-box a:hover {
  color: #261474;
}

.social-box a.btn-contrast {
  width: 48px;
  height: 48px;
  margin: -12px 0;
  margin-right: -14px;
  text-align: center;
  line-height: 48px;
}

.social-box a.btn-contrast.active,
.social-box a.btn-contrast:hover {
  background-color: #261474;
  color: #fff;
}

.user-box .fr {
  display: flex;
  align-items: center;
}

.social-box {
  display: flex;
}

.social-box ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #c9c9c9;
  height: 24px;
  margin-left: 17px;
  padding-left: 18px;
}

.social-box ul li {
  margin-left: 8px;
}

.social-box ul li:first-child {
  margin-left: 0;
}

.search-box {
  margin-right: 17px;
  width: 176px;
}

::-webkit-input-placeholder {
  color: #261474;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #261474;
  opacity: 1;
}

::placeholder {
  color: #261474;
  opacity: 1;
}

.search-box {
  position: relative;
}

.search-box input {
  width: 100%;
  height: 24px;
  border: 1px solid #fff;
  background: #fff;
  padding-left: 30px;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.search-box button {
  position: absolute;
  top: 0;
  left: 0;
  outline: 0 !important;
  width: 34px;
  height: 24px;
  float: left;
  text-align: center;
  border: none;
  background: none;
}

.search-box button em {
  display: none;
}

.search-box button:before {
  content: '\f002';
  color: #261474;
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.search-box button:hover {
  opacity: 0.8;
}

.search button span {
  width: 22px;
  height: 22px;
  margin-top: 4px;
  display: inline-block;

}

.header-box {
  padding: 30px 0;
}

.header-box .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .logo img {
  display: block;
}

.header-data {
  display: flex;
  align-items: center;
}

.main-menu {
  margin-right: 40px;
}

.main-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.main-menu>ul>li {
  position: relative;
  list-style: none;
  margin-left: 20px;
}

.main-menu>ul>li>a {
  color: #261474;
  display: block;
  float: left;
  height: 43px;
  line-height: 43px;
  font-size: 17px;
}

.main-menu>ul>.current>a,
.main-menu>ul>.active>a {
  font-weight: 600;
}

.main-menu ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  list-style: none;
  width: 305px;
  background: #cacaca;
  display: none;
}

.main-menu ul ul li {
  position: relative;
  float: left;
  width: 100%;
}

.main-menu ul ul li a {
  position: relative;
  color: #1c2f59;
  text-align: left;
  display: block;
  padding: 11px 15px;
  float: left;
  width: 100%;
}

.main-menu ul ul li:hover>a {
  background: red;
  color: #fff;
}

.main-menu ul ul ul {
  left: 100%;
  top: 0;
}

.main-menu .hoverIn {
  display: block;
}

.main-menu .hoverOut {
  display: none;
}

a.btn.btn-primary,
button.btn.btn-primary,
input.btn-1,
button.btn-1,
a.btn-1 {
  height: auto;
  display: inline-block;
  padding: 8px 38px;
  color: #fff;
  line-height: 1.5;
  background: #261474;
  cursor: pointer;
  border: 1px solid #261474;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: max-content;
}

.item-page a.btn-danger,
a.btn-danger,
button.btn.btn-danger {
  height: auto;
  display: inline-block;
  padding: 8px 38px;
  color: #fff;
  line-height: 1.5;
  cursor: pointer;
  border: 1px solid #dc3545;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}

button.btn.btn-danger,
button.btn.btn-primary {
  margin-top: 20px;
}

.item-page a.btn-danger,
a.btn-danger,
button.btn.btn-danger {
  margin-left: 5px;
}

a.btn.btn-primary:hover,
button.btn.btn-primary:hover,
input.btn-1:hover,
button.btn-1:hover,
.blog a.btn-1:hover,
a.btn-1:hover {
  background: #3E2B8D;
  color: #fff;
  text-decoration: underline;
}

.item-page a.btn-danger:hover,
a.btn-danger:hover,
button.btn.btn-danger:hover {
  color: #fff;
  text-decoration: underline;
}

/* *** BANNER *** */

.banner {
  position: relative;
  margin-bottom: 40px;
  background: #faf8f7;
  z-index: 1;
}

.banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.banner .bx-controls-direction {
  display: none;
}

.banner .bx-controls {
  display: block;
}

.banner-box {
  display: flex;
  justify-content: space-between;
}

.banner .description {
  min-height: unset;
  width: 430px;
  max-width: 100%;
  padding-top: 40px;
}

.banner.slider {
  overflow: hidden;
  height: auto;
  max-height: 360px;
  background: #faf8f7;
}

.banner.slider .description {}

.banner.notitle .description {
  padding-top: 0px;
}

.banner.slider .description .text-1 p:last-child {
  margin-bottom: 0px;
}

.banner figure {
  width: 616px;
  height: 480px;
  display: flex;
}

.banner h2 {
  font-weight: 500;
  line-height: 1.2em;
  color: #261474;
  font-size: 36px;
}

.banner h2 strong {
  font-weight: 500;
  display: block;
}

.text-1 {
  font-size: 17px;
  line-height: 26px;
}

.banner-nav {
  width: 100px;
  height: 45px;
  position: absolute;
  bottom: 40px;
  left: 450px;
  z-index: 9;
  overflow: hidden;
}

.banner-nav a {
  background: #FAF8F7;
}

.banner .container {
  position: relative;
  padding-bottom: 0px;
}

.banner .prev-box,
.banner .next-box {
  width: 45px;
  height: 45px;
  display: inline-block;
}

.banner .next-box {
  margin-left: 5px;
}


.banner .bx-controls {
  display: none;
}

.banner .bx-pager {
  float: left;
  padding: 0;
}

.banner .bx-pager .bx-pager-item {
  float: left;
  margin-right: 10px;
}

.banner .bx-pager .bx-pager-item a {
  float: left;
  text-indent: -99999px;
  display: block;
  width: 15px;
  height: 15px;
  background: blue;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.banner .bx-pager .bx-pager-item .active,
.banner .bx-pager .bx-pager-item a:hover {
  background: green !important;
}

/* *** HOME *** */

.content-box-1-1,
.mode.info_banner .container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 36px 36px 36px;
  position: relative;
  overflow: hidden;
  color: #261474;
}

.mode.log-content .fa-solid,
.c-box-1.active,
.mode.yellow .container .content-box-1-1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd638+0,f7a701+100 */
  background: #ffd638;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffd638 0%, #f7a701 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffd638 0%, #f7a701 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffd638 0%, #f7a701 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd638', endColorstr='#f7a701', GradientType=1);
  /* IE6-9 */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#page_101.body-no-scroll .mode.newsletter.purple,
.mode.newsletter.purple form,
.mode.purple .container .content-box-1-1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#261474+0,3f3084+100 */
  background: #261474;
  /* Old browsers */
  background: -moz-linear-gradient(left, #261474 0%, #3f3084 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #261474 0%, #3f3084 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #261474 0%, #3f3084 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#261474', endColorstr='#3f3084', GradientType=1);
  /* IE6-9 */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
}

.content-box-1-1 .title,
.content-box-1-1 .text,
.content-box-1-1 .row-box {
  position: relative;
  z-index: 1;
}

.title h2 {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 500;
  color: #261474;
  line-height: 34px;
}

.mode.purple .title h2 {
  color: #fff;
}

.content-box-1 .title h2 {
  font-weight: 500;
  text-align: center;
}

.mode.calculator.bmi .title h2 {
  margin-bottom: 20px;
}

.content-box-1-1 .text {
  text-align: center;
  padding: 0 100px;
}

.text p:last-child {
  margin-bottom: 0;
}


.form-box .row-box {
  display: flex;
  align-items: flex-end;
  margin: 0 -18px;
}

.form-box .btn-1 {
  width: 100%;
}

.form-box .row-box .col-box {
  padding: 0 18px;
  width: 20%;
  margin-top: 18px;
}

.form-box .row-box .col-box:last-child {
  width: 22%;
}

.label-box label {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

textarea,
select,
.input-box input {
  width: 100%;
  padding: 0 15px;
  padding-top: 1px;
  height: 43px;
  border-radius: 4px;
  display: block;
  border: none;
  border: 1px solid #cdcdcd;
  color: #261474;
  background: #fff;
}

select {
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  color: #261474;
}

textarea {
  max-width: 100%;
  min-height: 150px;
  max-height: 300px;
  padding-top: 10px;
}

.content-box-1,
.content-box-2,
.content-box-7,
.content-box-8 {
  margin-bottom: 60px;
}

#page_101 .content-box-8 {
  margin-bottom: 100px;
}

.content-box-3 {
  padding: 20px 0;
}

.filtration-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  align-items: center;
}

.filtration-box .title h2 {
  margin: 0;
}

.sort-box {
  display: flex;
  align-items: center;
}

.sort-box label {
  margin: 0;
  font-weight: 500;
  margin-right: 20px;
}

.sort-box .select {
  width: 286px;
}

.boxes-1 .row-box {
  margin: 0 -10px;
  display: flex;
}

.boxes-1 .col-box {
  padding: 0 10px;
  width: 25%;
}

.box-1 figure {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  position: relative;
  max-height: 190px;
}

.box-1-old figure:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #261474;
  content: "";
  opacity: 0.2;
  display: block;
}

.box-1:hover img {
  opacity: 0.9;
}

.box-1 .txt-1 {
  color: #AE5909;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 0 5px 0;
}

.box-1 .txt-2 {
  color: #261474;
  font-size: 18px;
  font-weight: 500;
}

.carousel {
  margin: -30px 0;
}

.nav-content-box-1 {
  z-index: 1;
  position: relative;
}

.carousel .bx-viewport {
  margin: 0 -15px;
  padding: 0 15px;
  width: calc(100% + 30px) !important;
}

.content-box-4 {
  padding: 60px 0 25px 0;
}

.c-box-1 {
  margin: 30px 0;
  display: block;
  color: #261474;
  border: 1px solid #e6e6e6;
  padding: 30px 30px 50px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.c-box-1:hover {
  opacity: 0.9;
}

.c-box-1:hover {
  color: #261474;
}

.c-box-1 figure {
  margin: 0 auto;
  width: 248px;
  height: 248px;
  max-width: 100%;
  margin-bottom: 30px;
}

.c-box-1 figure img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.c-box-1 .name {
  font-size: 22px;
  color: #261474;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
}

.text ul li {
  margin-bottom: 15px;
}

.text ul li ul li,
.text ol li ol li,
.text ul li ol li,
.text ol li ul li,
.text ul li:last-child {
  margin-bottom: 0;
}

ul ul {
  list-style: disc;
}

.c-box-1 .button-box {
  margin-top: 45px;
}

.inf-box {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 31px;
  background: #261474;
  width: 30px;
  display: block;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.title {
  position: relative;
}

.c-box-1 .name {
  padding-left: 45px;
}

.c-box-1 .inf-box {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 0;
  border: 0;
}

.c-box-1.active {
  color: #261474;
}

.c-box-1.active .inf-box {
  background: #fff;
  color: #261474;
}

.carousel .bx-controls {
  display: none;
}

.nav-1 {
  position: relative;
  width: 100px;
  height: 45px;
  overflow: hidden;
}

.nav-1 .prev-box,
.nav-1 .next-box {
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  z-index: 1000;
}

.nav-1 .prev-box {
  left: 0;
}

.nav-1 .next-box {
  right: 0;
}

.bx-prev,
.bx-next {
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  float: left;
  display: block;
  text-decoration: none;
}

a.bx-next:before,
a.bx-prev:before {
  display: block;
  content: '\f104';
  color: #261474;
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  border: 1px solid #261474;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
}

a.bx-next:before {
  content: '\f105';
}

a.bx-next:hover:before,
a.bx-prev:hover:before {
  background-color: #261474;
  color: #fff;
  text-decoration: none;
}

.nav-content-box-1 {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  align-items: center;
}

.nav-content-box-1 .txt {
  margin-right: 25px;
}

.content-box-5 {
  padding: 60px 0;
  margin-top: 40px;
}

.content-box-5-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mode.self-start .content-box-5-1 {
  align-items: self-start;
}

.content-box-5-1 .description {
  width: 650px;
  max-width: 100%;
}

.content-box-5-1 figure {
  width: 520px;
  height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  align-self: stretch;
  max-height: 500px;
}

#page_101 .content-box-5-1 figure {
  max-height: 800px;
}

.content-box-5-1 .button-box {
  padding-top: 5px;
}

.content-box-6 {
  padding: 50px 0 60px 0;
}

.carousel-1 .bx-controls {
  display: none;
}

.c-box-2:before {
  content: '\f10d';
  color: #FFBE3B;
  font-size: 35px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.c-box-2 h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  color: #261474;
}

.c-box-2 p {
  font-style: italic;
}

.content-box-1-1 .title {
  margin-top: -5px;
}

.content-box-1-1 .title h2 {
  margin-bottom: 5px;
}

.btn-1 {
  text-align: center;
}

.n-newsletter {
  position: relative;
  z-index: 1;
  width: 838px;
  margin: 0 auto;
  margin-top: 0px;
  overflow: hidden;
  max-width: 100%;
}

.n-newsletter input.btn-1.yellow,
.n-newsletter button.btn-1 {
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  border-radius: 0;
  top: 0;
  width: 155px;
  right: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-bottom: 10px;
}

.n-newsletter input.btn-1.yellow {
  height: 45px;
}

.n-newsletter input {
  padding-left: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.acym_module_form input {
  cursor: auto;
}

.n-newsletter .cell.acym__user__edit__email {
  border: 0;
}

.boxes-2 ul {
  display: flex;
  padding: 0;
  margin: 0 -10px;
}

.boxes-2 li {
  width: 25%;
  list-style: none;
  padding: 0 10px;
}

.boxes-2 {
  margin-bottom: -20px;
}

.box-2 {
  padding: 25px 25px 25px 25px;
  text-align: center;
  background: #faf8f7;
  border: 2px solid #faf8f7;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
}

.box-2 {
  color: #261474;
}

.box-2 h3 {
  font-size: 16px;
  font-weight: 500;

}

.box-2 figure {
  width: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;

  margin: 0 auto;
  margin-bottom: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.box-2:hover {
  color: #261474;
  border-color: #AE5909;
}

.parners-box {
  position: relative;
  z-index: 1;
}

.parners-box img {
  max-height: 55px;
  max-width: 160px;
  width: auto;
}

.parners-box img:hover {
  filter: grayscale(100%);
  opacity: 0.5;
}

.parners-box ul li {
  padding: 0 15px;
}

.parners-box ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  overflow: hidden;
}

.parners-box figure {
  display: block;
}

.parners-box img {
  display: block;
}

.text h2 {
  font-weight: 500;
  font-size: 20px;
}

.inf-box-1 {
  width: 28px;
  height: 28px;
  background: #fff;
  color: #261474;
  padding-right: 1px;
  font-size: 19px;
  line-height: 26px;
  border: 1px solid #261474;
}

.title-inf-box {
  display: flex;
}

.title-inf-box .inf-box-1 {
  margin: 5px 0 0 18px;
}

.boxes-3 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.boxes-3 li {
  width: 20%;
  list-style: none;
  text-align: center;
  margin-top: 27px;
  padding: 0 15px;
}

.boxes-3 figure {
  width: 210px;
  height: 240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 100%;
  border: 2px solid #fff;
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  background: #fff;
}

.boxes-3 li.current a figure,
.boxes-3 a:hover figure {
  border-color: #AE5909;
}

.boxes-3 a {
  color: #261474;
}

.boxes-3 li.current a,
.boxes-3 a:hover {
  color: #261474;
}

.boxes-3 h3 {
  margin-top: -50px;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 20px;
}

/* *** BREADCRUMB *** */

.breadcrumb-box {
  float: left;
  width: 100%;
  color: #1c2f5a;
  margin: 10px 0 0 0;
}

.breadcrumb-box ul {
  padding: 0 !important;
}

.breadcrumb-box li {
  float: left;
  margin-right: 20px;
  list-style: none;
}

.breadcrumb-box a {
  color: #1c2f5a;
}

.breadcrumb-box a:hover {
  color: #261474;
}

.u-content-box-1 {
  position: fixed;
  top: 170px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  display: none;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
}

.body-active .u-content-box-1 {
  top: 93px;
}

.u-content-box-1:after {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  height: 2000px;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
}

.u-content-box-1 .container {
  height: 171px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.u-box a:hover,
.close-1:hover {
  opacity: 0.8;
}

.u-boxes {
  display: flex;
  width: 370px;
  justify-content: space-between;
}

.u-boxes .u-box {
  width: 153px;
}

.u-box-left {
  text-align: right;
}

.u-box ul {
  padding: 0;
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0;
  list-style: none;
  line-height: 24px;
}

.u-box .txt {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}

.u-box .u-fonts {
  max-width: 100px;
  margin-left: 10px;
}

.u-box .u-fonts a {
  font-weight: 500;
  color: #261474;
}

.font-small {
  font-size: 20px;
}

.font-normal {
  font-size: 28px;
}

.font-large {
  font-size: 34px;
}

.u-contrast a {
  width: 34px;
  height: 34px;
  border: 1px solid #261474;
  display: block;
  line-height: 33px;
  padding: 0 2px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #261474;
}

.u-contrast .u-contrast-2 {
  background: #000;
  color: #0f0;
}

.u-contrast .u-contrast-3 {
  background: #FFFF00;
  color: #261474;
}

.u-contrast .u-contrast-4 {
  background: #000;
  color: #FFFF00;
}

.close-1 {
  display: block;
  position: absolute;
  top: 30px;
  right: 15px;
  color: #010101;
  background: #fff;
  font-size: 30px;
  line-height: 1;
  padding: 0px 5px;
}

.close-2:hover,
.close-1:hover {
  color: #261474
}

.close-2 em,
.close-1 em {
  display: none;
  background: #fff;
  color: #010101;
}

.close-2 {
  display: none;
  color: #010101;
  background: #fff;
  font-size: 30px;
  line-height: 1;
  padding: 0px 5px;
  z-index: 9;
}

.mode.log-content a.close-2 .fa-solid {
  font-size: 16px;
  border: 2px solid #f7a701;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
}

.mode.log-content a.close-2:hover {
  color: #fff;
  text-decoration: none;
}

.mode.log-content a.close-2:hover .fa-solid {
  color: #fff;
  background: #261474;
  border-color: #261474;
}

.mode.bmi.calculator .close-2 {
  font-size: 16px;
  border: 2px solid #fff;
  color: #261474;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
}

.mode.bmi.calculator .close-2:hover {
  border: 2px solid #261474;
  color: #261474;
  background: none;
}

.mode.plane .close-2 {
  font-size: 16px;
  border: 2px solid #261474;
  color: #fff;
  background: #261474;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
}

.mode.plane .close-2:hover {
  border: 2px solid #261474;
  color: #261474;
  background: none;
}

.u-content-box-1 .container {
  position: relative;
}

.log-content {
  position: fixed;
  top: 135px;
  right: 50%;
  margin-right: -600px;
  z-index: 11;
  width: 306px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
  padding: 20px 30px 30px 30px;
  text-align: center;
  display: none;
}

.log-content figure img {
  border-radius: 50%;
}


.log-content .txt-1 {
  font-weight: 500;
  padding: 15px 0 18px 0;
}

.log-content .txt-1 span {
  display: block;
  font-weight: 500;
  font-size: 18px;
}

.log-content .input-box input {
  border: 1px solid #D5D5D5;
  padding-top: 0;
}

.log-content .input-box {
  margin-bottom: 12px;
}

.log-content .button-box {
  padding-top: 10px;
}

.log-content .btn-1 {
  width: 100%;
}

.log-box-1 {
  display: block;
  margin-bottom: -10px;
  padding-top: 10px;
  text-align: left;
}

.log-box-1 a {
  color: #261474;
  display: block;
}

.log-box-1 a:hover {
  color: #261474;
}

.log-menu ul li {
  margin-bottom: 4px;
}

.log-menu a {
  color: #261474;
}

.log-menu a:hover {
  color: #261474;
}

.log-menu ul {
  padding: 0 0 12px 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

.log-content .txt-1-1 {
  font-weight: normal;
}

/* *** FOOTER *** */

footer {
  margin-top: 60px;
  background: #261474 url('/templates/webster/img/footer.jpg') center center no-repeat;
  background-size: cover;
  color: #fff;
  padding-bottom: 30px;
}

.footer-top figure {
  margin-bottom: 25px;
}

.footer-top .text .hide-br {
  display: none;
}

.title-rwd {
  display: none;
}

.no-border-radius {
  border-radius: 0 !important;
}

footer p {
  margin-bottom: 10px;
}

.footer-top {
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
}

.footer-top .fr {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
}

.f-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.f-menu li {
  margin-left: 45px;
}

.btn-scroll {
  display: flex;
  width: 44px;
  height: 44px;
  line-height: 44px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f7a600;
  text-align: center;
  border: 1px solid #f7a600
}

.btn-scroll span {
  text-indent: -9999px;
}

.btn-scroll:before {
  content: '\f077';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #261474;
  text-align: center;
  font-size: 18px;
  margin: auto;
}

.btn-scroll:hover {
  background-color: #3E2B8D;
  text-decoration: none;
  border-color: #f7a600;
}

.btn-scroll:hover:before {
  color: #f7a600;
  text-decoration: none;
}

footer a {
  color: #fff;
}

.footer-bottom {
  padding: 0 0 23px 0;
  display: flex;
  justify-content: space-between;
}

footer .social-box ul {
  border-left: none;
  padding-left: 0;
}

.social-box a {
  color: #261474
}

.social-box a:hover {
  color: #AE5909
}

footer li.active a,
footer a:hover,
footer .social-box a {
  color: #f7a600
}

footer .social-box a:hover {
  color: #fff
}

/* *** CUSTOM SELECT *** */

.select .chosen-container {
  width: 100% !important;
}

.select ul {
  margin: 0 4px 4px 0 !important;
  padding: 0 0 0 4px !important;
}

.select .chosen-search {
  display: none;
}

.select .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 17px;
  height: 48px;
  border: none;
  border-radius: 4px;
  background: transparent;
  border: 1px solid #261474;
  box-shadow: none;
  color: #261474;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 48px;
}

.select .chosen-drop ul li {
  background-image: none !important;
  height: auto !important;
  padding: 15px 17px 13px 17px;
  font-size: 16px;
}

.select .chosen-drop {
  padding: 0 !important;
  background: #fff;
  margin-top: 0px;
  border-radius: 0;
  border: none;
}

body .select .chosen-results {
  padding: 0 !important;
  margin: 0 !important;
}

.select .chosen-container-single.chosen-with-drop .chosen-single {
  border-radius: 4px 4px 0 0 !important;
}

.select .chosen-container-single .chosen-single div {
  width: 42px;
  background: url('/templates/webster/img/icons/08.svg') center 20px no-repeat;
}

.select .chosen-container .chosen-results li.active-result {
  background: transparent;
  color: #261474;
}

.select .chosen-container .chosen-results li.result-selected,
.select .chosen-container .chosen-results li:hover {
  background: #261474;
  color: #fff;
}

.txt-rwd-1 {
  display: none;
}

/* *** MENU RSP *** */

.header-rsp {
  top: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  z-index: 101;
  width: 100%;
  padding: 10px 15px;
  height: 70px;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  display: none;
}

.header-rsp .logo-rsp {
  height: 50px;
  width: 140px;
  display: table-cell;
  vertical-align: middle;
}

.header-rsp .logo-rsp img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: -3px;
}

.hamburger {
  position: absolute;
  top: 8px;
  right: 0;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background: red;
}

.data-rsp {
  position: absolute;
  top: 27px;
  right: 70px;
}

.menu-rsp {
  width: 100%;
  position: fixed;
  padding-top: 70px;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  float: right;
  height: 100%;
  display: none;
}

.menu-rsp .opacity-rsp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #261474;
  z-index: 1;
  opacity: 0.4;
}

.menu-rsp nav {
  float: left;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.menu-rsp>nav>ul:first-child {
  -webkit-box-shadow: #666 0px 2px 3px;
  -moz-box-shadow: #666 0px 2px 3px;
  box-shadow: #666 0px 2px 3px;
}

.menu-rsp nav ul {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0;
}

.menu-rsp nav li {
  position: relative;
  list-style: none;
  float: left;
  border: none;
  width: 100%;
  height: auto;
  border-top: 1px solid transparent;
}

.menu-rsp nav>ul>li:first-child {
  border-top: none;
}

.menu-rsp nav a {
  line-height: normal;
  height: auto;
  color: #261474;
  font-size: 16px;
  float: left;
  width: 100%;
  padding: 17px 15px 15px 15px;
}

.menu-rsp nav a:hover {
  background-color: #b41b1e;
  color: #fff;
}

.menu-rsp nav ul .li-submenu>a {
  padding-right: 53px;
}

.btn-slide-down {
  width: 40px;
  height: 100%;
  background: #fff;
  border-left: 1px solid transparent;
  position: absolute;
  top: 0;
  text-align: center;
  color: #261474;
  right: 0;
  z-index: 2;
  display: none !important;
  line-height: 52px;
  cursor: pointer;
}

.menu-rsp nav ul ul {
  display: none;
  color: #fff;
}

.btn-slide-down,
.menu-rsp nav li {
  border-color: #dfdfdf;
}

.menu-rsp nav ul ul {
  background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
  background: #fff;
}

.menu-rsp nav ul ul a {
  padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
  padding-left: 45px;
}

.r-content {
  display: none;
  z-index: 20;
  position: relative;
}

.r-content-box {
  box-shadow: 0 0 8px rgb(0 0 0 / 15%);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 14px;
  background: #fff;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.r-content-box {
  background: #261474;
}

.r-content-box>div {
  display: flex;
}

.r-content-box .col-box {
  padding: 0 6px;
}

.r-content-box a {
  color: #261474;
  display: block;
  text-align: center;
  line-height: normal;
  font-weight: 400;
}

body .r-content-box a {
  color: #fff;
}

body .r-content-box a.active {
  text-decoration: underline;
}

.body-no-scroll {
  overflow: hidden;
}

.ic {
  margin-top: 1px;
  margin-bottom: 5px;
  height: 30px;
  width: auto;
  display: block;
}

.ic i.fa-solid,
.ic i.fa-regular {
  font-size: 23px;
}

.ic-1 {
  background: url('/templates/webster/img/icons/15.svg') center no-repeat;
}

.ic-2 {
  background: url('/templates/webster/img/icons/16.svg') center no-repeat;
}

.ic-3 {
  background: url('/templates/webster/img/icons/17.svg') center no-repeat;
}

.ic-4 {
  background: url('/templates/webster/img/icons/18.svg') center no-repeat;
}

.active .ic-1 {
  background: url('/templates/webster/img/icons/15-1.svg') center no-repeat;
}

.active .ic-2 {
  background: url('/templates/webster/img/icons/16-1.svg') center no-repeat;
}

.active .ic-3 {
  background: url('/templates/webster/img/icons/17-1.svg') center no-repeat;
}

.active .ic-4 {
  background: url('/templates/webster/img/icons/18-1.svg') center no-repeat;
}

.menu-content-box {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background: #faf8f7;
  padding: 60px 20px;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  height: calc(100% - 70px);
  z-index: 20;
  overflow: auto;
}

.u-boxes-1 {

  width: 100%;
  justify-content: space-between;
}

.u-boxes-1 .u-box .txt {
  font-size: 16px;
  margin-bottom: 15px;
}

.u-boxes-1 .u-contrast a {
  width: 28px;
  height: 28px;
  line-height: 27px;
}

.u-boxes-1 .u-box {
  width: 140px;
  text-align: left;
}

.m-content-box-1 .social-box ul {
  border-left: none;
}

.m-menu li {
  margin-top: 5px;
}

.m-menu ul li:first-child {
  margin-top: 0;
}

.m-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.m-menu ul li.active a,
.m-menu ul li.current a {
  color: #AE5909
}

.m-menu {
  padding: 30px 0 30px 0;
}

.m-menu a {
  color: #261474;
}

.m-menu a:hover {
  color: #261474;
}

.m-content-box-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-partners {
  margin: -10px 0;
}

.m-partners li {
  margin: 10px 0;
  width: 50%;
}

.m-partners li figure {
  height: 44px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-partners ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.inf-box:hover {
  cursor: pointer;
}

.tooltip .arrow {
  display: none;
}

.tooltip-inner {
  text-align: left;
  background: #fff;
  line-height: 1.2;
  padding: 7px 12px 8px 12px;
  color: #261474;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  max-width: 500px;
}

.calculator.bmi .tooltip {
  width: 500px;
}

.calculator.bmi .tooltip .tooltip-inner,
.calculator.bmi .tooltip div {
  width: 100%;
  max-width: 500px;
  min-width: 100px;
}

header h1 {
  font-size: 16px;
  color: #261474;
  line-height: 25px;
  font-weight: 400;
}

.banner.white {
  background-color: #fff;
}

.banner.white:after {
  display: none;
}

.mode.banner.white h1,
.mode.banner.white h2,
.mode.banner.white h3 {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: normal;
  color: #261474;
  line-height: 34px;
}

.mode.banner.white h1 {
  font-size: 40px;
  margin-bottom: 40px;
}

.mode.banner.white h3 {
  font-weight: 500;
}

.mode.banner.white,
.mode.banner.white .description {
  height: auto;
}

.mode.bread {
  margin-top: 30px;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
}

.breadcrumb a {
  color: #261474;
}

.breadcrumb a:hover {
  color: #261474
}

.mode.gray {
  background: #faf8f7;
  padding: 0;
}

.mode.gray .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.mode.gray .container .description {
  padding-top: 0px;
  padding-bottom: 40px;
}

.mode.content-box-2.plane {
  background: #faf8f7;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0;
  margin-top: 30px;
}

#page_101 .mode.plane {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  background: #faf8f7
}

body.plan .plane.bckg_wave {
  margin-bottom: 0px;
}

body.plan .content-box-5.bckg_wave {
  padding-top: 60px;
  margin-top: 0px;
}

body.plan .content-box-5.bckg_wave h1,
body.plan .content-box-5.bckg_wave h2 {
  color: #261474;
  font-size: 30px;
  font-weight: 500;
  margin-top: 0;
  padding-top: 0;
}

body.plan .content-box-5.bckg_wave h3 {
  color: #261474;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

body.plan .content-box-5.bckg_wave a.btn-1 {
  margin-left: 10px;
}

.mode.info_banner {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0px;
}

.mode.info_banner p {
  margin: 0;
  padding: 0;
}

.mode.info_banner a.btn-1 {
  margin-top: 20px;
}

.mode.info_banner p,
.mode.info_banner h1,
.mode.info_banner h2,
.mode.info_banner h3,
.mode.info_banner a {
  position: relative;
  z-index: 9;
}

.mode.info_banner h3 {
  font-weight: 500;
}

a.pdf {
  color: #261474;
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
  padding: 0;
  margin: 0;
}

a.pdf:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -5px 10px 0px 0px;
  content: '\f15b';
  color: #AE5909;
  font-size: 28px;
  font-family: "Font Awesome 6 Free";
  font-weight: 300;

}

a.pdf:hover {
  text-decoration: underline;
}

a.pdf:hover:before {
  color: #261474;
}

.mode.banner.slider figure {
  height: auto;
  height: 360px;
  background-size: cover;
  background-position: center;
}

main .container h1,
.page-header h1 {
  padding-top: 35px;
  color: #261474;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 40px;
}

.page-header h1 a,
.page-header h2 a {
  color: #261474;
}

.page-header h1,
.page-header h2 {
  font-weight: 500;
}

.blog .page-header h2 {
  font-weight: 500;
}

main .container h1,
.blog .page-header h1 {
  font-weight: 500;
}

.page-header h2 {
  color: #261474;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.blog .blog-items.items-leading figure.item-image {
  max-height: 360px;
  overflow: hidden;
  height: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.blog .blog-items.items-leading figure.item-image img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

.blog .blog-items.row figure.item-image {
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.blog .blog-items.row figure.item-image img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.blog .blog-items.row .col-xl-3 figure.item-image {
  height: 150px;
  max-height: 150px;
}

.blog .blog-items.row .col-xl-4 figure.item-image {
  height: 230px;
  max-height: 230px;
}

.item-page a,
.blog a {
  color: #261474
}

.item-page .tagi a,
.item-page a.btn-1,
.blog a.btn-1 {
  color: #fff;
  text-decoration: none;
}

.item-page a.btn-1:hover,
.blog a.btn-1:hover {
  color: #fff;
  text-decoration: underline;
}

.blog .blog-items.row h2,
.blog .blog-items.row h2 a {
  font-size: 18px;
}

dl.article-info a {
  display: block;
  margin-top: 2px;
}

.item-page h1,
.item-page h2,
.item-page h3 {
  font-weight: 500;
  color: #261474;
}

.item-page h2 {
  font-size: 26px;
  line-height: 34px;
  margin-top: 30px;
}

.item-page h3 {
  font-size: 21px;
  line-height: 31px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.item-page h4 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.item-page figure.item-image {
  margin-top: 20px;
  margin-bottom: 30px;
  height: auto;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.item-page blockquote {
  background: #faf8f7;
  padding: 20px 20px;
  border: 2px solid #f8c868;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: 400;
  color: #261474;
}

.item-page blockquote p:last-child {
  margin: 0;
}

.item-page .quiz blockquote {
  padding-left: 60px;
  background: #faf8f7 url('/templates/webster/img/warning.png') no-repeat top 20px left 20px;
}

.item-page li {
  margin-bottom: 5px;
}

.item-page li::marker {
  color: #261474;
  font-size: 16px;
}

.item-page li li::marker {
  content: '\f105';
  color: #261474;
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

#page_178 .item-page li li::marker {
  font-family: 'Rubik', sans-serif;
  content: inherit;
  color: #261474;
  font-size: 16px;
  font-weight: 400;
}

.item-page ol ol,
.item-page ol ul,
.item-page ul ol,
.item-page ul ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.item-page li li {
  padding-left: 10px;
}

.item-page li li:last-child {
  margin-bottom: 0;
}

.item-page a {
  text-decoration: underline;
}

.item-page a:hover {
  text-decoration: none;
}

.item-page em {
  color: #261474;
  font-weight: 400;
}

.item-page a.catlink {
  text-decoration: none;
  margin-top: 0px;
  font-weight: 400;
  display: block;
  color: #AE5909;
}

.item-page a.catlink:hover {
  text-decoration: underline;
}

.item-page .after_article {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}

.item-page .after_article .dates p {
  margin-bottom: 0px;
}

.item-page .social .share-button {
  display: inline-block;
  margin-top: 12px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.item-page .social .share-button a {
  border: 1px solid #AFAFAF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 25px;
  color: #261474;
  text-transform: uppercase;
  text-decoration: none;
}

.item-page .social .share-button a:hover {
  background: #261474;
  color: #fff;
}

.item-page .social .share-button a i {
  font-size: 20px;
  margin-right: 10px;
}

.item-page .social .share-button a.facebook i {
  color: #385592;
}

.item-page .social .share-button a.twitter i {
  color: #1D9CEB;
}

.item-page .social .share-button a.wyslij i {
  color: #261474;
}

.item-page .social .share-button a:hover i {
  color: #fff;
}

.blog .sort-box {
  padding-top: 36px;
}

.sort-box form {
  display: flex;
  align-items: center;
}

.page-item.active .page-link {
  background-color: #261474;
  border-color: #3E2B8D;
}

.boxes-3 li img {
  max-height: 90px;
  max-width: 90px;
  margin-top: -40px;
}

.boxes-2 li img {
  max-height: 80px;
  max-width: 100px;
}

.hidden {
  display: none;
}

input.btn-1,
a.btn-1,
.blog a.btn-1,
span.btn-1 a {
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 8px 38px;
  color: #fff;
  line-height: 1.5;
  background: #261474;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #261474;
  text-align: center;
}

input.btn-2,
a.btn-2,
.blog a.btn-2,
span.btn-2 a {
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 8px 38px;
  color: #261474;
  line-height: 1.5;
  border: 1px solid #261474;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
}

input.btn-3,
a.btn-3,
.blog a.btn-3,
span.btn-3 a {
  border: 1px solid #AFAFAF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 25px;
  color: #261474;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none;
}

input.btn-4,
a.btn-4,
.blog a.btn-4,
span.btn-4 a {
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 8px 38px;
  color: #261474;
  line-height: 1.5;
  background: #ffcb59;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #ffcb59;
  text-align: center;
}

input.btn-1:hover,
a.btn-1:hover,
span.btn-1 a:hover {
  background: #3E2B8D;
  color: #fff;
  text-decoration: underline;
}

input.btn-2:hover,
.row.moje_plany.active a.btn-2,
a.btn-2:hover,
span.btn-2 a:hover {
  background: #261474;
  color: #fff !important;
  text-decoration: underline;
}

input.btn-2:hover,
.row.moje_plany.active a.btn-2 {
  text-decoration: none;
}

input.btn-3:hover,
a.btn-3:hover,
span.btn-3 a:hover {
  background: #261474;
  color: #fff;
  text-decoration: underline;
}

input.btn-4:hover,
a.btn-4:hover,
span.btn-4 a:hover {
  background: #3E2B8D;
  color: #fff;
  text-decoration: underline;
}

a.btn_arrow:after,
span.btn_arrow:after {
  content: '\f105';
  color: #261474;
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
  text-decoration: none;
}

a.btn_arrow_back:before,
span.btn_arrow_back:before {
  content: '\f104';
  color: #261474;
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  text-decoration: none;
}

.mode.bmi .col-box.plec {
  width: 250px;
}

.mode.bmi div.boy,
.mode.bmi div.girl,
.mode.bmi div.man,
.mode.bmi div.woman {
  display: inline-block;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 10px;
}

.mode.bmi div.man {
  margin-left: 0px;
}

.mode.bmi div.man.active,
.mode.bmi div.woman.active,
.mode.bmi div.man:hover,
.mode.bmi div.woman.active:hover {
  border: 1px solid #261474;
}

.mode.bmi div.boy span,
.mode.bmi div.girl span,
.mode.bmi div.man span,
.mode.bmi div.woman span {
  display: none;
}

.mode.bmi div.boy:after,
.mode.bmi div.girl:after,
.mode.bmi div.man:after,
.mode.bmi div.woman:after {
  display: block;
  content: '\f183';
  color: #261474;
  font-size: 25px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-decoration: none;
  background: #fff;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 4px;
  cursor: pointer;
}

.mode.bmi div.woman:after {
  content: '\f182';
}

.mode.bmi div.boy:after {
  content: '\f1ae';
}

.mode.bmi div.girl:after {
  content: '\e59c';
}

.mode.bmi div.boy.active:after,
.mode.bmi div.girl.active:after,
.mode.bmi div.man.active:after,
.mode.bmi div.woman.active:after {
  color: #fff;
  background: #261474;
}

.mode.bmi div.boy:hover:after,
.mode.bmi div.girl:hover:after,
.mode.bmi div.man:hover:after,
.mode.bmi div.woman:hover:after {
  color: #fff;
  background: #261474
}

/* BPOPUP */
.bpopup {
  background: #fff;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.bpopup .button.b-close,
.bpopup .button.bClose {
  font: 500 20px sans-serif;
  padding: 0px 6px 2px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  color: #261474;
  cursor: pointer;
}

.wskaznik_bmi h2,
.wskaznik_bmi h3,
.wskaznik_bmi h4 {
  font-size: 30px;
  line-height: 1.2;
  color: #261474;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wskaznik_bmi h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.wskaznik_bmi h2 strong {
  display: block;
}

.wskaznik_bmi h3 {
  font-size: 22px;
  font-weight: 500;
}

.wskaznik_bmi p {
  font-size: 16px;
  line-height: 1.5;
  color: #261474;
  margin: 0;
}

.wskaznik_bmi .btn-1 {
  margin-bottom: 30px;
}

.wskaznik_bmi .chart {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;

}

.wskaznik_bmi .chart .arrow {
  display: block;
  color: #261474;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  height: 22px;
}

.wskaznik_bmi .chart .arrow.active:before {
  content: '\f0d7';
  color: #261474;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-decoration: none;
}

.wskaznik_bmi .chart .color {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
  display: inline-block;
}

.wskaznik_bmi.czlonkowie_rodziny .chart .color {
  width: 120px;
  max-width: 120px;
  min-width: 120px;
}

.wskaznik_bmi .chart .color .bckg {
  content: '';
  display: block;
  height: 40px;
  width: 100%;
  margin-bottom: 10px;
}

.wskaznik_bmi .chart .color.blue .bckg {
  background: #00B9CF;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.wskaznik_bmi .chart .color.green1 .bckg {
  background: #00C567;
}

.wskaznik_bmi .chart .color.green2 .bckg {
  background: #86C328;
}

.wskaznik_bmi .chart .color.orange .bckg {
  background: #FBB902;
}

.wskaznik_bmi .chart .color.orange2 .bckg {
  background: #F59F02;
}

.wskaznik_bmi .chart .color.red .bckg {
  background: #E24200;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.wskaznik_bmi .chart .color span {
  line-height: 1;
}

.wskaznik_bmi .chart .color span em {
  display: block;
  font-style: normal;
}

.mode h1 {
  font-weight: 500;
  color: #261474;
  font-size: 40px;
  margin-bottom: 40px;
  padding-top: 35px;
}

.mode .wskaznik_bmi h1 strong {
  display: block;
}

#page_101 .mode.content-box-1.calculator {
  margin-bottom: 40px;
}

.blog.ebooki .blog-items.items-leading figure.item-image {
  max-width: 300px;
  max-height: 300px;
}

.blog.ebooki .blog-item {
  margin-bottom: 70px;
}

.item-page.quizy .quiz {
  padding-bottom: 30px;
  max-width: 900px;
}

.item-page.quizy .com-content-article__body {
  padding-bottom: 0px;
  max-width: 900px;
}

.item-page.quizy .quiz p {
  background: #faf8f7;
  padding: 20px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #261474;
}

.item-page.quizy .quiz blockquote p {
  font-weight: 400;
  padding: 0;
}

.item-page.quizy .quiz blockquote table {
  width: 100%;
  max-width: 100%;
}

.item-page.quizy .quiz blockquote table tr td {
  border: 1px solid #e6e6e6;
  padding: 10px 5px;
}

.item-page.quizy .quiz p label {
  margin-left: 10px;
  margin-bottom: 0px;
  cursor: pointer;
  max-width: 820px;
  vertical-align: top;
}

.icheckbox_square-red,
.iradio_square-red {
  vertical-align: top;
}

.item-page.quizy .quiz .btn-1 {
  margin-top: 20px;
}

.item-page.quizy .quiz p.correct {
  color: green;
}

.item-page.quizy .quiz p.true {
  color: green;
}

.item-page.quizy .quiz p.false {
  color: red;
}

.item-page.quizy .quiz h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
}

.item-page.quizy .results h3 {
  margin-top: 20px;
}


/* iCheck plugin Square skin, red
----------------------------------- */
.icheckbox_square-red,
.iradio_square-red {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(/templates/webster/css/skins/square/red.png) no-repeat;
  border: none;
  cursor: pointer;
  margin-top: -3px;

}

.icheckbox_square-red {
  background-position: 0 0;
}

.icheckbox_square-red.hover {
  background-position: -24px 0;
}

.icheckbox_square-red.checked {
  background-position: -48px 0;
}

.icheckbox_square-red.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-red.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-red {
  background-position: -120px 0;
}

.iradio_square-red.hover {
  background-position: -144px 0;
}

.iradio_square-red.checked {
  background-position: -168px 0;
}

.iradio_square-red.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-red.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi),
(min-resolution: 1.25dppx) {

  .icheckbox_square-red,
  .iradio_square-red {
    background-image: url(/templates/webster/css/skins/square/red@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}


body.faq .item-page.faq {
  padding-bottom: 50px;
}

body.faq .item-page.faq h1 {
  margin-bottom: 40px;
}

body.faq .item-page.faq .item h3 {
  background: #faf8f7;
  padding: 20px 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-top: 20px;
  cursor: pointer;
}

body.faq .item-page.faq .item h3:after {
  content: '\2b';
  color: #261474;
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  float: right;
}

body.faq .item-page.faq .item .desc {
  display: none;
  padding: 0px 30px;
}

body.faq .item-page.faq .item.active .desc {
  display: block;
}

body.faq .item-page.faq .item.active h3:after {
  content: '\f068';
}

body.faq .item-page.faq .item.active h3,
body.faq .item-page.faq .item h3:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd470+0,ffba31+100 */
  background: #ffd470;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffd470 0%, #ffba31 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffd470 0%, #ffba31 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffd470 0%, #ffba31 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd470', endColorstr='#ffba31', GradientType=1);
  /* IE6-9 */
}

footer a.btn-scroll {
  color: #fff;
}

.n-newsletter label,
.search-box label {
  text-indent: -99999px;
  margin: 0;
  padding: 0;
  float: left;
}

.bx-wrapper .bx-controls-direction a {
  text-indent: 0;
}

.bx-wrapper a.bx-next,
.bx-wrapper a.bx-prev {
  background: none;
  text-decoration: none;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.bx-wrapper a.bx-next:before,
.bx-wrapper a.bx-prev:before {
  background: none;
  text-decoration: none;
}

.bx-wrapper a.bx-next:hover:before,
.bx-wrapper a.bx-prev:hover:before {
  background: #261474;
  text-decoration: none;
}

.r-content .col-box a .txt {
  font-size: 12px;
}

body .item-page .tagi {
  margin-top: 60px;
}

body .item-page .tagi h2 {
  font-weight: 500;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

body .item-page .tagi a:hover,
body .item-page .tagi a:hover .description,
body .item-page .tagi a:hover .description .txt-1,
body .item-page .tagi a:hover .description .txt-2 {
  text-decoration: underline;
}

body .item-page .tagi .btn-info {
  color: #261474;
  background-color: #faf8f7;
  border-color: #261474;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  padding: 8px 18px;
}

body .item-page .tagi .btn-info:first-letter {
  text-transform: uppercase;
}

.com-tags__items .h3,
.com-tags__items h3 {
  font-size: 1.2rem;
}

.top_msg {
  padding: 10px 0px;
  background: #fffac9;
  border-bottom: 1px dotted #f2d500;
  display: none;
}

.top_msg p {
  margin: 0;
  padding: 0;
}

.mode.calculator.bmi .select .chosen-container-single .chosen-single {
  height: 43px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}

a.sigplus-image {
  border: 2px solid #fff;
}

a.sigplus-image:hover {
  border: 2px solid #261474
}

.item-page iframe {
  max-width: 100%;
  height: auto;
  min-height: 300px;
}

header a.logo img {
  margin-bottom: 10px;
}

.mode.banner.slider .nav_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 43px;
}

.mode.banner.slider .nav_more a.btn-1 {
  display: inline-block;
}

.btn-1.yellow {
  background: #AE5909;
  color: #3c2d82;
  border-color: #AE5909;
  font-weight: 500;
  line-height: 1;
}

.btn-1.yellow:hover {
  border-color: #3c2d82;
}

.mode.newsletter h2 {
  font-size: 22px;
  text-align: left;
}

.mode.newsletter .text {
  padding: 0;
  text-align: left;
}

.mode.newsletter .fa-solid {
  font-size: 25px;
  background: #f7a600;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #261474;
  text-align: center;
}

.mode.newsletter a.close-2 .fa-solid {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #f7a600;
}

.mode.newsletter a.close-2 .fa-solid:hover {
  background: none;
  color: #fff;
  border: 2px solid #fff;
}

.mode.newsletter .content-box-1-1 .title h2 {
  margin-bottom: 0px;
}

#system-message-container .alert-heading {
  display: none;
}

dl.text-muted {
  color: #261474 !important;
}

dl.text-muted a {
  color: #AE5909 !important;
  font-weight: 400;
}

body.quizy dl.text-muted {
  color: #AE5909 !important;
}

.mode.content-box-5.no-radius.gray .description {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mode.no-radius figure {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.mode.log-content .fa-solid {
  font-size: 30px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #261474;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  display: block;
}

.mode.log-content .login-greeting strong {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
}

.mode.log-content ul {
  padding-left: 0;
}

.mode.log-content ul,
.mode.log-content ul li {
  text-align: left;
  list-style-type: none;
}

.mode.log-content ul li {
  margin-bottom: 5px;
}

form legend {
  max-width: 900px;
}

form .control-group {
  margin-bottom: 10px;
}

span.form-control-feedback {
  background: red;
  color: #fff;
  padding: 5px;
  margin-left: 5px;
}



.mode.steps nav {
  padding: 0;
  margin: 90px 0px 60px 0px;
  width: 100%;
}

.mode.steps nav ul:before {
  content: '';
  display: block;
  position: relative;
  width: 80%;
  height: 1px;
  background: #261474;
  margin: auto;
  margin-bottom: -30px;
  z-index: -9;
}

.mode.steps nav ul {
  counter-reset: sekcja;
  width: 100%;

}

.mode.steps nav ul li::marker {
  display: none;
  content: '';
}

.mode.steps nav ul li {
  width: 25%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.mode.steps nav ul li a {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

.mode.steps nav ul li a span.number {
  width: 100px;
  background: #fff;
  display: block;
  margin: auto;
}

.mode.steps nav ul li a span.number:before {
  counter-increment: sekcja;
  content: counters(sekcja, ".") " ";
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #FAF8F7;
  color: #261474;
  font-size: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  border: 1px solid #261474;

}

.mode.steps nav ul li.current a span.number:before {
  background: #261474;
  color: #fff;
}

body.moja-dieta h2,
body.moja-dieta .item-page h2 {
  font-size: 28px;
}

main .icons {
  display: none;
}

label#jform_captcha-lbl {
  display: none;
}

#jform_captcha {
  margin-top: 30px;
}

.com-users-login__options.list-group {
  margin-top: 30px;
}

.row.moje_plany {
  background: #fff;
  border: 1px solid #34237d;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 100%;
  margin: auto;
  padding: 20px;
  align-items: center;
}

.row.moje_plany.active,
.row.moje_plany:hover {
  background: #faf8f7;
}

.row.moje_plany.active .sort-box input.btn-2 {
  background: #261474;
  color: #fff;
}

.row.moje_plany.active .chosen-container {
  background-color: #261474;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.row.moje_plany.active .select .chosen-container-single a.chosen-single {
  color: #fff;
}

.row.moje_plany.active .select .chosen-container-single a.chosen-single div {
  background: url('/templates/webster/img/icons/08w.svg') center 20px no-repeat;
}

.row.moje_plany figure img {
  width: 110px;
  height: 110px;
  margin: auto;
  margin-bottom: 20px;
}

.row.moje_plany .col-2 {
  text-align: center;
}

.row.moje_plany .sort-box {
  margin-bottom: 20px;
  width: 100%;
}

.row.moje_plany .sort-box form {
  width: 100%;
}

.row.moje_plany .sort-box input.btn-2 {
  margin-left: auto;
}

.row.moje_plany .sort-box .select {
  width: 200px;
  margin-right: 10px;
}

.sort-box span.invalid,
.row.moje_plany span.invalid {
  color: red;
  font-style: italic;
  display: none;
}

.bmi_results ul,
.bmi_results ul li {
  margin: 0;
  padding: 0;
}

.bmi_results ul {
  margin-top: 30px;
}

.bmi_results ul li {
  list-style-type: none;
  background: #faf8f7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 25px;
  display: inline-block;
  width: 260px;
  margin-right: 20px;
  box-sizing: border-box;
}

.wskaznik_bmi.czlonkowie_rodziny .bmi_results ul li {
  width: 240px;
}

.bmi_results ul li h3 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
}

.bmi_results ul li h3 strong {
  font-weight: 500;
}

.bmi_results h2 {
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 1.2;
}

.bmi_results h2 strong {
  color: #f8b11f;
  display: inline-block;
}

.bmi_results h2.ppm {
  font-weight: 400;
  font-size: 22px;
  margin-top: 15px;
}

.bmi_results h2.ppm strong {
  color: #261474;
}

.wrap {
  max-width: 900px;
}

.wrap2 {
  max-width: 600px;
}

.info_bar {
  background: #faf8f7;
  padding: 20px;
  width: 100%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.info_bar p,
.info_bar span,
.info_bar .inf-box-1 {
  display: inline-block;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.info_bar .inf-box-1 {
  margin-right: 10px;
  font-weight: 400;
  background: none;
}

.info_bar.row .col-1,
.info_bar.row .col-11 {
  padding: 0;
}

.nav_buttons a.btn_arrow_back {
  margin-top: 10px;
  display: block;
}

a.btn-1.disabled,
input.disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled {
  background: #dddddd;
  color: #9e9e9e;
  border-color: #9e9e9e;
  text-decoration: none;
  cursor: not-allowed;
}

a.btn-1.disabled:hover,
input[type="submit"]:disabled:hover {
  text-decoration: none;
  color: #9e9e9e;
}

input[type="date"] {
  cursor: pointer;
}

.fa-regular.fa-calendar {
  float: right;
  margin-right: 12px;
  margin-top: -27px;
  position: relative;
}

.dobierz_przepisy a.btn-2 {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 20px;
}

.dobierz_przepisy a.btn-2.active {
  background: #249b4f;
  color: #fff;
  border-color: #249b4f;
}

.dobierz_przepisy .inf-box-1 {
  display: inline-block;
}

.moja-dieta.krok-5 h3 strong,
.moja-dieta.krok-4 h3 strong {
  color: #f8b11f;
  display: inline-block;
}

.moja-dieta.krok-5 h3 img,
.moja-dieta.krok-4 h3 img {
  margin-left: 20px;
  margin-right: 10px;
  width: 70px;
  height: 70px;
}

.mode.czlonkowie h3 {
  margin-bottom: 20px;
}

table.czlonkowie_rodziny a i {
  margin-right: 5px;
}

table.czlonkowie_rodziny a:hover i {
  color: #AE5909
}

.row.dane_czlonka h2 {
  font-size: 25px;
}

.danie {
  border: 1px solid #261474;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.danie .top.row {
  background: #FAF8F7;
  font-size: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.danie .top.row ul {
  padding: 0;
  margin: 0;
}

.danie .top.row ul li {
  display: inline-block;
  list-style-type: none;
  margin-left: 15px;
  font-size: 17px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 20px;
}

.danie .top.row .rodzaj ul li {
  font-size: 20px;
  line-height: 20px;
}

.danie .top.row ul li.kalorie {
  color: #f8b11f
}

.row.bars .progress-bar,
.danie .top.row ul li.czas {
  padding-left: 10px;
  padding-right: 10px;
  background: #ffd638;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffd638 0%, #f7a701 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffd638 0%, #f7a701 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffd638 0%, #f7a701 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd638', endColorstr='#f7a701', GradientType=1);
  /* IE6-9 */
}

.danie .bottom.row figure {
  width: 100%;
  height: 250px;
  background-color: #FAF8F7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.danie .bottom.row figure img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.danie .bottom.row h3 {
  font-size: 20px
}

.danie .bottom.row ul {
  margin: 0;
  padding: 0;
}

.danie .bottom.row ul li {
  list-style-type: none;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  width: 100%;
}

.danie .bottom.row ul li span {
  margin-left: auto;
  text-align: right;
}

.danie .add_favorite {
  cursor: pointer;
}

.danie .add_favorite.active {
  cursor: default;
}

i.fa-heart {
  font-size: 22px;
}

i.fa-circle-xmark {
  color: #c42d3e;
  font-size: 22px;
}

.danie.loader,
.dobierz_przepisy.loader {
  opacity: 0.8;
}

.danie.loader,
.dobierz_przepisy.loader {
  background: url('/templates/webster/img/ajax-loader.gif') bottom right no-repeat;
}

.moja-dieta.krok-5 .danie.container {
  max-width: 1200px;
  display: none;
}

.moja-dieta.krok-5 .danie.container.show,
.row.dieta_dzien.show .danie.container.show,
.row.dieta_dzien.show .danie.container {
  display: block;
}

.row.dieta_dzien h2 {
  font-size: 22px;
}

.row.dieta_dzien a.rozwin:after {
  content: '\f078';
  color: #261474;
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
}

.row.dieta_dzien a.zwin:after {
  content: '\f077';
  color: #261474;
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
}

.zakupy .row h4 {
  font-size: 18px;
}

.zakupy .info_bar .fa-circle-check {
  color: #249b4f;
  font-size: 22px;
}

.lista_zakupow.loader {
  opacity: 0.6;
}

.lista_zakupow .card {
  border: 0;
}

.lista_zakupow ul,
.lista_zakupow ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lista_zakupow ul li a {
  text-decoration: none;
  cursor: pointer;
}

.lista_zakupow ul li em {
  float: right;
  padding-right: 10px;
  font-style: normal;
}

.lista_zakupow a.zaznacz:before {
  content: '\f057';
  color: #c3bebe;
  font-size: 22px;
  font-family: "Font Awesome 6 Free";
  margin-right: 15px;
}

.lista_zakupow a.zaznacz.active:before,
.lista_zakupow a.zaznacz.active:focus:before,
.lista_zakupow a.zaznacz.active:hover:before {
  content: '\f058';
  color: #249b4f;
  font-weight: 900;
}

.mode.tabs {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mode.tabs ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.mode.tabs ul li {
  display: inline-block;
  width: auto;
}

.mode.tabs ul li a {
  font-size: 18px;
  line-height: 18px;
  padding: 20px 20px 20px 20px;
  border-bottom: 2px solid #e6e6e6;
}

.mode.tabs ul li.current a,
.mode.tabs ul li.active a,
.mode.tabs ul li a:hover {
  border-bottom: 2px solid #261474;
  text-decoration: none;
}

.select.gray .chosen-container-single .chosen-single {
  border-color: #cdcdcd
}

.mode.newsletter {
  margin-top: 50px;
}

.mode .description .text ul li {
  margin: 0;
}

.row.bars {
  background: #faf8f7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 10px;
  margin-bottom: 10px;
}

.row.bars .progress {
  height: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.row.bars .progress-bar {
  height: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

body.moje-konto .page-header h1 {
  font-size: 30px;
  padding-top: 15px;
}

joomla-alert {
  margin-top: 30px;
}

#page_101 joomla-alert {
  margin-top: 20px;
}

.blog .item-page .subheader h1 {
  margin-bottom: 10px;
}

.blog .item-page .subheader p {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}

.item-page table,
.blog .item-page table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border: 0 !important;
}

.item-page table tr th,
.blog .item-page table tr th,
.item-page table tr td,
.blog .item-page table tr td {
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}

.item-page table thead td,
.blog .item-page table thead td {
  font-weight: 500;
}

#page_101.body-no-scroll .mode.newsletter.purple,
#page_101.body-no-scroll .mode.plane {
  margin-top: 0px;
}

#page_101.body-no-scroll .mode.newsletter.purple {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.blog footer a {
  color: #fff;
}

footer li.active a,
footer a:hover,
footer .social-box a {
  color: #f7a600;
}

a.bx-prev.disabled,
a.bx-next.disabled {
  display: none !important;
}

.clear {
  display: block;
  clear: both;
}

#page_101 header h1 {
  display: none;
}

.header-box .logo.mz,
header .logo.mz {
  margin-left: 0px;
}

footer .logo.mz {
  margin-left: 30px;
}

.row.dane_czlonka.disabled .col-8,
.row.dane_czlonka.disabled .col-4 table,
.row.dane_czlonka.disabled .col-4 h2,
table.czlonkowie_rodziny tr.disabled {
  opacity: 0.5;
}

.row.dane_czlonka a.btn-1,
.row.dane_czlonka a.btn-2 {
  padding-left: 20px;
  padding-right: 20px;
}

#member-registration fieldset {
  display: flex;
  flex-direction: column;
}

#member-registration fieldset .control-group:nth-child(4) {
  order: 2;
}

#member-registration fieldset .control-group:nth-child(6) {
  order: 1;
}

#member-registration fieldset .control-group:nth-child(7) {
  order: 3;
}

.modal.show.fade {
  padding-top: 20px;
}

.modal a,
.container.info .description a,
.container.info .description a.btn-1:hover {
  text-decoration: underline;
}

.modal a:hover,
.container.info .description a:hover,
.container.info .description a.btn-1 {
  text-decoration: none;
}

body.plan .container.info .description .text a.btn-1 {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

body.plan .content-box-5.bckg_wave h1 {
  margin-bottom: 30px;
}

#data_od,
#data_do {
  background: url('/templates/webster/css/images/calendar.png') no-repeat center right 10px;
  cursor: pointer;
}

#data_od:hover,
#data_do:hover {
  color: #261474
}


.mode.steps nav ul {
  padding: 0;
}

.c-box-1 {
  padding-bottom: 30px;
  box-sizing: border-box;
}



.awesomplete {
  width: 100%;
}

.com-finder .input-group {
  display: block;
}

.com-finder .input-group>.form-control {
  width: 100%;
}

.com-finder .btn.btn-secondary {
  margin-top: 20px;
}

.com-finder #finder-filter-select-dates,
.com-finder .filter-branch {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e6e6e6;
}

ul#finder-filter-select-dates li.filter-date {
  width: 100%;
}

ul.files,
ul.files li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.files li a {
  font-weight: 400;
  text-decoration: none;
}

ul.files li a:hover {
  text-decoration: underline;
}

ul.files a.btn.pdf:before {
  font-size: 35px;
}

ul.files a.btn.pdf span {
  position: absolute;
  margin-left: -36px;
  font-size: 10px;
  margin-top: 15px;
  width: 26px;
  text-align: center;
}

body.kir *,
body.kir :before,
body.kir :after {
  filter: grayscale(1);
}

.stats .item-page h3 {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}

a.pdf.import {
  float: right;
  text-decoration: none;
}

a.pokaz_skladniki.btn-2 i {
  margin-right: 10px;
}

a.pokaz_skladniki.btn-2:hover {
  color: #fff;
  text-decoration: none;
}

.mode .description .text ul li {
  margin-bottom: 5px;
}

.lista_zakupow ul {
  display: flex;
  flex-direction: column;
}

.lista_zakupow ul li {
  display: flex;
  align-items: baseline;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.lista_zakupow ul li a {
  margin-right: auto;
}

.lista_zakupow ul li:hover {
  border-color: #322783;
}

.lista_zakupow ul li em {
  text-align: right;
  white-space: nowrap;
  margin-left: 10px;
}

/*SkipLinks */
#skipLinks a {
  display: inline-block;
  top: -500px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 150px;
  z-index: 200;
}

#skipLinks a:hover,
#skipLinks a:focus,
#skipLinks a:active {
  background: #261474;
  color: #fff;
  position: absolute;
  top: 0;
}

.n-newsletter input.btn-1.yellow {
  height: 43px;
  background-color: #f7a600;
  border-color: #f7a600;
}

.n-newsletter {
  overflow: unset;
}

.menu-fix-1-bg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  display: none;
}

.log-content.active {
  display: block !important;
  z-index: 99999;
}



.log-content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 500px;
}

.modal.show.fade {
  padding: 0;
  z-index: 9999999;
}

.dobierz_przepisy .wyklucz a.btn-2.disabled,
.dobierz_przepisy .wyklucz a.btn-2.disabled:hover,
.dobierz_przepisy a.btn-2.liczba_posilkow.disabled,
.dobierz_przepisy a.btn-2.liczba_posilkow.disabled:hover {
  cursor: not-allowed;
  border-color: #e6e6e6;
  color: #e6e6e6;
  background: transparent
}

.wyklucz a {
  margin-bottom: 10px;
}

.wyklucz input {
  display: none;
}

.wrap2.dobierz_przepisy {
  max-width: 650px;
}

.info_bar.error {
  background-color: #ffebeb;
  border: 1px solid red;
}

strong.yellow {
  color: #f8b11f;
}

table.table.czlonkowie_rodziny td.kcal {
  width: 230px;
}

table.table.czlonkowie_rodziny .sort-box .select {
  width: 100%;
}

table.table.czlonkowie_rodziny input {
  padding-left: 15px;
  padding-right: 15px;
  height: 43px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
}

.row.paski {
  display: none;
}

.row.dieta_dzien a.show_bars:after {
  content: '\f078';
  color: #261474;
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
}

.row.dieta_dzien a.show_bars.show:after {
  content: '\f077';
  color: #261474;
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
}

.row.dieta_dzien a.show_bars.show:hover:after,
.row.dieta_dzien a.show_bars:hover:after {
  color: #fff;
}

.bmi_results ol li {
  list-style-type: initial;
}

.scroll-wrapper>table.scroll-content {
  width: 100% !important;
}

#page_246.moja-dieta.krok-2 main#main .mode.content-box-1 {
  margin: 0;
}

#page_246.moja-dieta.krok-2 main#main .mode.content-box-1.calculator {
  margin-bottom: 40px;
}

.table.czlonkowie_rodziny td {
  vertical-align: middle;
}

.scroll-element.scroll-y {
  display: none !important;
}

.scroll-wrapper {
  padding-bottom: 20px !important;
}

.wskaznik_bmi .chart .color {
  width: 120px;
  max-width: 120px;
  min-width: 120px;
}

.wskaznik_bmi .chart {
  max-width: 720px;
}

.wskaznik_bmi.czlonkowie_rodziny .bmi_results.dzieci ul {
  margin-top: 0;
}

.wskaznik_bmi.czlonkowie_rodziny .bmi_results.dzieci ul li {
  width: 100%;
}

.mode.banner.slider ol {
  list-style-type: disc;
}

.mode.calculator.bmi .form-box .row-box {
  flex-wrap: wrap;
}

.mode.calculator.bmi .form-box .col-box {
  width: 17%;
}

.mode.calculator.bmi .form-box .col-box.pal_mature {
  width: 30%;
}

.mode.calculator.bmi .form-box .row-box .col-box:last-child {
  width: 100%;
  text-align: center;
}

.mode.calculator.bmi .form-box .row-box .col-box:last-child button {
  max-width: 200px;
  margin: auto;
  text-align: center;
  margin-top: 20px;
}

.danie.container .bottom a.mr-4 {
  text-decoration: none;
  cursor: default;
}

.mode.content-box-1 .wskaznik_bmi h1 {
  font-size: 35px;
}

.mode.content-box-1 .wskaznik_bmi h1 strong {
  display: inline-block;
}

form#member-registration meter,
form#member-registration div#password-0 {
  display: none;
}

.row.dieta_dzien a.btn-1,
.info_bar a.btn-1,
.info_bar a.btn-1:hover,
.row.dieta_dzien .danie a.btn-2:hover,
.row.dieta_dzien .danie a.btn-1 {
  color: #fff;
}

.row.dieta_dzien .container.dodaj_zjedzone_posilki,
.row.dieta_dzien .container.szklanki_wody {
  display: none;
  margin: auto;
  margin-top: 0;
}


.row.dieta_dzien.show .container.dodaj_zjedzone_posilki,
.row.dieta_dzien.show .container.szklanki_wody {
  display: block;
}

.row.dieta_dzien .container.inne_posilki {
  border: 1px solid #261474;
  border: 1px solid #261474;
  border-radius: 10px;
}

.row.dieta_dzien .container.inne_posilki h3,
.row.dieta_dzien .container.inne_posilki span.h3 {
  font-size: 26px;
}

.danie.danie.inne_posilki .top.row .rodzaj ul li {
  margin-left: 0px;
}

body.dzienniczek .danie.loader {
  background-position: bottom left;
}

a.btn-1.zjedzone,
a.btn-2.zjedzone {
  padding-left: 25px;
  padding-right: 25px;
}

a.btn-1.szklanki.zapisane:before,
a.btn-2.uwagi.zapisane:before,
a.btn-1.uwagi.zapisane:before,
a.btn-1.zjedzone:before {
  content: '\f14a';
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  margin-right: 15px;
}

.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 100%;
  justify-content: space-around;
}

.circular-chart {
  display: block;
  margin: 0;
  max-width: 110px;
  max-height: 110px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #ff9f00;
}

.circular-chart.green .circle {
  stroke: #4CC790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #261474;
  text-anchor: middle;
  font-size: 10px;
  font-weight: 400;
  font-family: inherit;
}

.container.suma .row {
  align-items: center;
  justify-content: center;
}

.mode .info.left_image .title {
  margin-bottom: 40px;
}

.mode .info.left_image h3 {
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.mode .info.left_image p.warn,
.mode .info.left_image p.weight {
  font-size: 18px;
}

/* 
.mode .info.left_image p.warn:before,
.mode .info.left_image p.weight:before {
  content: '\21';
  font-size: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #AE5909;
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 35px;
  display: inline-block;
  margin-right: 20px;
  border: 2px solid #261474;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
 */
.mode .info.left_image p.weight:before {
  content: '\f496';
  font-size: 20px;
}

.mode .info.left_image p.nr1:before,
.mode .info.left_image p.nr2:before {
  content: '1';
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #261474;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.mode .info.left_image p.nr2:before {
  content: '2';
}

.mode .info.left_image ul li {
  margin-bottom: 5px;
}

form label.big {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

form input.date {
  background-image: url('/templates/webster/img/calendar-regular.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
}

.modal-content {
  min-width: 250px;
}

.modal-content a.btn-1 {
  text-decoration: none;
}

.modal-content a.btn-1:hover {
  text-decoration: underline;
}

.modal.postepy_usun .close,
.modal.postepy .close {
  background: none;
  font-weight: 300;
  font-size: 45px;
  color: #261474;
  opacity: 1;
  margin: 0;
  padding: 0;
  line-height: 30px;
}

.modal.postepy_usun .close:hover,
.modal.postepy .close:hover {
  color: #AE5909;
}

.modal.postepy .modal-body {
  padding: 30px;
}

.modal.postepy h4 {
  display: flex;
  margin-bottom: 20px;
  font-size: 22px;
}

.modal.postepy p {
  margin-bottom: 10px;
}

.modal.postepy ul {
  margin: 0;
  padding: 0;
}

.modal.postepy ul li {
  list-style-type: none;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.modal.postepy ul li img {
  margin-right: 10px;
  width: 30px;
}

.mode.pomiary .sort-box .select {
  width: 200px;
}

.whr .light h3,
.mode.pomiary .bmi_results h3 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
}

.whr .light,
.mode.pomiary .bmi_results .light {
  background-color: #FAF8F7;
  border-radius: 10px;
}

.mode.pomiary .bmi_results a.remove {
  font-size: 18px;
}

.mode.pomiary .bmi_results a.remove i {
  color: #C42D3E;
}

.whr p {
  margin-bottom: 10px;
}

.modal.postepy_usun h3 {
  display: flex;
  margin-bottom: 20px;
}

.modal.postepy_usun h3:before {
  content: '';
  display: inline-block;
  width: 95px;
  height: 65px;
  background: url('/templates/webster/img/measurement_circle.svg') no-repeat;
  background-size: auto;
  background-size: contain;
  margin-right: 20px;
}

.danie.inne_posilki textarea {
  height: 100px;
  min-height: 100px;
}

a.hidden {
  display: none;
}

.row.dieta_dzien.show .bmi_results {
  display: flex;
}

.modal-body .col.ico {
  max-width: 80px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 40px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e9e8eb;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
  color: #261474
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 6px;
  bottom: 5px;
  background-color: #261474;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked+.slider {
  background-color: #261474;
}

.switch input:focus+.slider {
  border: none !important;
  outline: 2px dotted red !important;
}

.switch input:checked+.slider {
  color: #fff;
  text-align: left;
}

.switch input:focus+.slider {
  box-shadow: 0 0 1px #159639;
}

.switch input:checked+.slider:before {
  -webkit-transform: translateX(108px);
  -ms-transform: translateX(108px);
  transform: translateX(108px);
  background-color: #fff;
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 40px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

body.dzienniczek .danie textarea:disabled {
  background: #e6e6e6;
  opacity: 0.5;
}

label.switch em,
body.dzienniczek .danie label.switch em {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
}

body.parent_224 .item-page .page-header h1 {
  padding: 0;
  margin-top: 30px;
  font-size: 28px;
  margin-bottom: 20px;
}

.row.dane_czlonka table th {
  font-weight: 400;
}

table caption {
  display: none;
}

.dodaj_zjedzone_posilki h3:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url('/templates/webster/img/salad.svg') no-repeat;
  background-size: auto;
  background-size: contain;
  margin-right: 20px;
  margin-bottom: -5px;
}

.szklanki_wody h3:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 30px;
  background: url('/templates/webster/img/glass.svg') no-repeat;
  background-size: auto;
  background-size: contain;
  margin-right: 20px;
  margin-bottom: -5px;
}

.moja-dieta .head_title h2 {
  font-size: 1.75rem;
  margin: 0;
}

.moja-dieta .head_title h2 strong {
  color: #f8b11f;
}

.moja-dieta .head_title h2 img {
  margin-left: 20px;
  margin-right: 10px;
  width: 70px;
  height: 70px;
}

fieldset legend {
  display: none;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 1em;
}

.mode.plane li.rozwin,
.mode.plane li.zwin {
  display: block;
  width: 100%;
  height: auto;
}

.mode.plane li.zwin,
.mode.plane li.rozwin.rwd {
  display: none;
}

.mode.plane li.rozwin a {
  color: #fff;
}

.mode.plane li {
  display: none;
}

.mode.plane li:nth-child(-n+11) {
  display: block;
}

dl dt {
  display: none;
}

.nav-content-box-1 {
  display: block;
  text-align: center;
  margin: auto;
}

.nav-content-box-1 .nav-1 {
  margin: auto;
  height: auto;
  width: auto;
}

.nav-content-box-1 .nav-1 .prev-box,
.nav-content-box-1 .nav-1 .next-box {
  display: inline-block;
  position: static;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
}

.nav-content-box-1 .nav-1 a {
  margin-top: 30px;
}

.nav-content-box-1 .nav-1 a em {
  display: none;
}

.acym_posttext {
  font-size: 14px;
  padding: 20px;
  padding-top: 0px;
}

.f-menu li {
  margin-left: 25px;
}

.mode.newsletter .content-box-1-1 .title h1,
.mode.newsletter .content-box-1-1 .title h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 22px;
  text-align: left;
  font-weight: 500;
  line-height: 34px;
}

#redim-cookiehint-bottom #redim-cookiehint {
  max-width: 1260px;
  display: flex;
  align-items: center;
}

#redim-cookiehint-bottom .cookiecontent,
#redim-cookiehint-bottom #redim-cookiehint p {
  margin: 0;
  padding: 0;
}

#redim-cookiehint .cookiecontent {
  color: #261474;
}

#redim-cookiehint-bottom .cookiecontent a {
  text-decoration: underline;
}

#redim-cookiehint-bottom .cookiecontent a:hover {
  text-decoration: none;
}

#redim-cookiehint-bottom #redim-cookiehint .cookiehead,
#redim-cookiehint-bottom #redim-cookiehint .cookiebuttons #cookiehintsubmitno {
  display: none;
}

#redim-cookiehint-bottom #redim-cookiehint .cookiebuttons #cookiehintsubmit {
  margin: 0;
}

#redim-cookiehint-bottom #redim-cookiehint .cookiebuttons {
  margin-left: auto;
}

#redim-cookiehint-bottom #redim-cookiehint .cookiebuttons #cookiehintsubmitno,
#redim-cookiehint-bottom #redim-cookiehint .cookiebuttons #cookiehintsubmit {
  background: #261474 !important;
  font-size: 16px;
  margin-left: 20px;
}

#redim-cookiehint-bottom #redim-cookiehint .cookiebuttons #cookiehintsubmitno:hover,
#redim-cookiehint-bottom #redim-cookiehint .cookiebuttons #cookiehintsubmit:hover {
  background: #3E2B8D !important;
  text-decoration: underline !important;
}

a.add_favorite,
a.remove_favorite {
  font-size: 16px;
}

.mode.banner.slider figure {
  background-size: contain;
  background-repeat: no-repeat;
}

.content-box-4.desktop {
  margin-bottom: 100px;
  padding-top: 20px;
}

.content-box-4.desktop ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.content-box-4.desktop ul>li {
  padding: 10px;
  width: 33.333%;
  word-wrap: break-word;
  box-sizing: border-box;
}

.content-box-4.desktop ul>li .c-box-1 {
  height: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
}


.content-box-4.desktop .text ul {
  list-style-type: disc;
  display: block;
  margin-left: 20px;
}

.content-box-4.desktop .text ul li {
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
}

.content-box-4.desktop a.btn-1 {
  margin-top: 20px;
  max-width: 100%;
}

.content-box-4.mobile {
  text-align: center;
}

.content-box-4.mobile a.btn-1 {
  margin-top: 20px;
}

.content-box-4.mobile .name {
  padding: 0;
}

.content-box-4.mobile .c-box-1 .inf-box {
  display: none;
}

.content-box-4.mobile .text ul {
  padding: 0;
  list-style: none;
}

.mode.log-content li.active a {
  text-decoration: underline;
}

.phpdebugbar {
  display: none;
}


.mode.tabs.pomiary .title {
  margin-bottom: 20px;
}

.mode.boxes ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;

}

.mode.boxes li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.mode.boxes li a {
  border: 0;
  background-color: #faf8f7;
  padding: 20px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: 400;
}

.mode.boxes li.current a {
  background-color: #ffcb59;
}

.item-page a i.fa-arrow-up-right-from-square {
  margin-left: 5px;
}

.log-content {
  position: fixed;
  top: 50%;
  left: 50%;
  bottom: unset;
  right: unset;
  transform: translate(-50%, -50%);
  padding-bottom: 30px;
}

.switch.single {
  width: 80px;
  height: 35px;
  display: flex;
}

.switch.single .slider {
  background-color: #fff;
  border: 1px solid #261474;
}

.switch.single .slider::before {
  height: 25px;
  width: 25px;
  bottom: 4px;
}

.switch.single input:checked+.slider::before {
  -webkit-transform: translateX(42px);
  -ms-transform: translateX(42px);
  transform: translateX(42px);
  background-color: #fff;
}

.switch.single em {
  margin-left: 100px;
  min-width: 100%;
  text-align: left;
  width: auto;
  display: inline-block;
  margin-top: -2px;
  font-weight: 500;
}

.mode.boxes.zakres li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mode.boxes.zakres li a {
  background-color: #fff;
  border: 2px solid #ffcc5e;
  padding: 10px 40px;
}

.mode.boxes.zakres li.current a,
.mode.boxes.zakres li a:hover,
.mode.boxes.zakres li a.active {
  background-color: #ffcc5e;
  text-decoration: none;
}

.ustal_cel.disabled .save,
.ustal_cel.disabled .info,
.ustal_cel.disabled .pomiar.current,
.ustal_cel.disabled .pomiar.current,
.ustal_cel .pomiar,
.ustal_cel .pomiar {
  display: none;
}

.ustal_cel .pomiar.current,
.ustal_cel .pomiar.current {
  display: block;
}

.ustal_cel.disabled .mode.boxes.zakres li a:hover,
.ustal_cel.disabled .mode.boxes.zakres li a {
  border: 2px solid #e6e6e6;
  color: #b2b2b2;
  background-color: #fff;
  cursor: not-allowed;
}

.mode.instrukcja .left_image .img {
  text-align: center;
}

.mode.instrukcja .left_image img {
  max-height: 450px;
}

.mode.instrukcja .info ul,
.mode.instrukcja .info ol {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

.mode.instrukcja .info ol li {
  margin-bottom: 15px;
  counter-increment: numer;
  padding-left: 40px;
}

.mode.instrukcja .info ol li:before {
  position: absolute;
  margin-left: -35px;
  content: counter(numer);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #261474;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.mode .info.left_image p.warn,
.mode .info.left_image p.weight,
.mode.instrukcja .info ul li {
  padding-left: 60px;
  min-height: 47px;
  background: url('/templates/webster/img/icons/warning.png') no-repeat 0 center;
  margin-bottom: 20px;
  flex-direction: row;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.mode.instrukcja .info ul li strong {
  font-size: 18px;
}

.mode.instrukcja .info ul li.waga {
  background: url('/templates/webster/img/icons/waga.png') no-repeat top left;
  padding-top: 10px;
}

.mode.instrukcja .info ul li.miara {
  background: url('/templates/webster/img/icons/miara.png') no-repeat top left;
  padding-top: 10px;
}

.mode.instrukcja.dots ul li {
  display: block;
}

.mode.instrukcja.dots ol {
  margin-top: 20px;
}

.mode.instrukcja.dots ol li {
  padding: 0;
  background: none;
  margin-bottom: 10px;
  min-height: unset;
}

.mode.instrukcja.dots ol li:before {
  content: '';
  position: static;
  margin: 0;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.mode.boxes.raporty ul {
  margin-bottom: 10px;
}

.switch.single.right {
  display: inline-block;
}


.switch.single.right em {
  position: absolute;
  width: 150px;
}

.custom-switch,
.custom-switch label {
  cursor: pointer;
}

.custom-switch:hover label {
  text-decoration: underline;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #261474;
  background-color: #261474;
}

body.moje-konto main form h4 {
  font-size: 16px;
  margin-bottom: 20px;
}

.mode.instrukcja .info ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mode.instrukcja.bmi .info ul {
  margin-bottom: 0px;
}

.mode.instrukcja.bmi .info ul li {
  display: block;
}

form.ustal_cel.disabled .row.moj_cel,
form.ustal_cel.disabled .boxes.zakres,
form.ustal_cel.have_data .boxes.zakres,
form.ustal_cel.have_data .row.info,
form.ustal_cel.have_data .pomiar,
form.ustal_cel.have_data .row.save {
  display: none;
}

.mode.tabs.pomiary ul li ul {
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  width: auto;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
  margin-left: 5px;
  padding-bottom: 20px;
}

.mode.tabs.pomiary ul li ul li {
  display: block;
  width: 100%;
  border: 0;
}

.mode.tabs.pomiary ul li ul li a {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  font-size: 16px;
  padding-bottom: 0px;
  cursor: pointer;
  transition: unset;
}

.mode.tabs.pomiary ul li ul li a:hover {
  font-weight: 500;
}


.mode.tabs.pomiary ul li ul li.active a {
  font-weight: 500;
}

.page-header.article i.fa-pen-to-square {
  margin-left: 10px;
  font-size: 22px;
  margin-top: 10px;
  cursor: pointer;
}

.mode.tabs.pomiary .title h1 {
  font-size: 30px;
  margin-bottom: 25px;
  padding-top: 0;
  line-height: 34px;
}

body.moje-konto.pomiary .page-header h2 {
  font-size: 28px;
  padding-top: 15px;
  display: inline-block;
  margin-top: 0px;
}

.row.dieta_dzien h4 {
  font-size: 22px;
}

.mode.pomiary .bmi_results h5 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
}

.mode.instrukcja .title h3 {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 500;
  color: #261474;
  line-height: 34px;
}

.mode .info.left_image h4 {
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.whr .light h5,
.mode.pomiary .bmi_results h5 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
}

body.moje-konto.pomiary .r-content-box .col-box-pomiary {
  display: block;
}

a.btn_arrow.down:after {
  content: '\f107';
}

a.btn_arrow.up:after {
  content: '\f106';
}

joomla-alert[type="danger"] a {
  color: var(--jui-alert-danger-color, #712b29);
}

joomla-alert[type="info"] a {
  color: var(--jui-alert-info-color, #0c5460);
}

joomla-alert a {
  text-decoration: underline;
}

joomla-alert a:hover {
  text-decoration: none;
}

.mode.tabs.pomiary {
  display: none;
}

.pomiary .mode.tabs.pomiary {
  display: block;
}

.mode.tabs ul li a {
  display: block;
}

.mode.tabs.pomiary ul li.item-1442>a:after {
  content: '\f078';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #261474;
  text-align: center;
  font-size: 18px;
  margin: auto;
  margin-left: 10px;
}

.mode.tabs.pomiary ul li.item-1442.show>a:after {
  content: '\f077';
  margin-top: 3px;
  display: inline-block;
  vertical-align: middle;
}

.page-header a.r-btn-pomiary {
  display: block;
  width: 100%;
  height: auto;
}

.scroll-wrapper>.scroll-content {
  overflow: hidden !important;
}