.cookie-adjust {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(200, 200, 210, 0.9));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .cookie-adjust {
    font-size: 0.7rem;
  }
}
.cookie-adjust h1,
.cookie-adjust h2,
.cookie-adjust h3,
.cookie-adjust h4,
.cookie-adjust h5 {
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.2rem;
}
.cookie-adjust__body {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border-bottom: 5px solid #0b5ed7;
  padding: 3rem 2rem;
  background: #fff;
  margin: 0 10%;
}
@media (max-width: 1200px) {
  .cookie-adjust__body {
    margin: 0 1rem;
  }
}
@media (max-width: 768px) {
  .cookie-adjust__body {
    padding: 1rem 1rem;
    margin: 0 0.3rem;
  }
}
.cookie-adjust__buttons {
  margin-top: 2rem;
}
.cookie-adjust__panel-header {
  font-size: 1.8em;
  font-weight: 600;
  padding-bottom: 0.5rem;
  text-align: center;
}
.cookie-adjust .form-switch {
  margin-bottom: 0.5rem;
}
.cookie-adjust__panel-body {
  display: flex;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-body {
    display: block;
  }
}
.cookie-adjust__panel-navigation {
  flex: 1;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation {
    margin-bottom: 2rem;
  }
}
.cookie-adjust__panel-navigation ul {
  list-style-type: none;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cookie-adjust__panel-navigation ul li {
  background: #eee;
  display: block;
  margin: 0;
  padding: 1rem;
  cursor: pointer;
  border-bottom: 1px solid #aaa;
}
.cookie-adjust__panel-navigation ul li.active {
  background: #0b5ed7;
  color: #fff;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation ul li {
    padding: 1rem 0.5rem;
    text-align: center;
    line-height: 1em;
  }
}
.cookie-adjust__panel-options {
  flex: 2;
}
.cookie-adjust__panel-options .--panel {
  display: none;
}
.cookie-adjust__panel-options .--active {
  display: block;
}
.cookie-adjust__panel-analytics {
  display: none;
}
.cookie-adjust__panel-marketing {
  display: none;
}
.cookie-adjust #cookie-adjust__panel-adjust {
  display: none;
}
.wcag__toolbar {
  position: fixed !important;
  left: 0;
  top: 40vh;
  background: #fff;
}
.wcag__toolbar a {
  display: block;
  font-size: 30px;
  padding: 5px 10px;
  cursor: pointer;
}
.wcag__toolbar a span {
  color: #000;
  display: block;
}
.wcag__toolbar a:hover {
  background: #000;
  color: #fff;
}
.wcag__toolbar a:hover span {
  color: #fff;
}
body.wcag-contrast {
  background: #000 !important;
  color: #fff !important;
}
body.wcag-contrast img,
body.wcag-contrast video,
body.wcag-contrast picture,
body.wcag-contrast div {
  filter: grayscale();
}
body.wcag-fontsize-1 {
  font-size: 20px !important;
}
body.wcag-fontsize-2 {
  font-size: 24px !important;
}
body.wcag-fontsize-3 {
  font-size: 28px !important;
}
.facebookWidget .spinner,
.instagramWidget .spinner {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
}
.facebookWidget .spinner img,
.instagramWidget .spinner img {
  display: block;
  margin: 0 auto;
}
.facebookWidget__header,
.instagramWidget__header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 2rem;
  background: var(--white);
  margin-bottom: 1.25rem;
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  gap: 1rem;
}
.facebookWidget__icon,
.instagramWidget__icon {
  height: 1.5rem;
}
.facebookWidget__title,
.instagramWidget__title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--black);
}
.facebookWidget__error,
.instagramWidget__error {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
  display: block;
  text-align: center;
  color: var(--red);
  font-weight: 600;
  letter-spacing: 1px;
}
.facebookWidget__items,
.instagramWidget__items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.instagramPost,
.facebookPost {
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
}
.instagramPost__imageWrap,
.facebookPost__imageWrap {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}
.instagramPost__image,
.facebookPost__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagramPost__body,
.facebookPost__body {
  padding: 1rem;
  background: var(--white);
}
.instagramPost__description,
.facebookPost__description {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  text-decoration: none;
  color: var(--black);
  margin-bottom: 0.75rem;
}
.instagramPost__date,
.facebookPost__date {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  color: var(--grey);
  margin-bottom: 0.75rem;
}
.instagramPost__info,
.facebookPost__info {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.instagramPost__avatar,
.facebookPost__avatar {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 2px 0px rgba(66, 68, 90, 0.2);
}
.instagramPost__avatar img,
.facebookPost__avatar img {
  width: 1.5rem;
}
.instagramPost__hr,
.facebookPost__hr {
  border-color: var(--grey);
  margin: 1rem 0;
}
.instagramPost__profile,
.facebookPost__profile {
  color: var(--black);
  text-decoration: none;
  flex: 1;
}
.instagramPost__displayName,
.facebookPost__displayName {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.instagramPost__username,
.facebookPost__username {
  color: var(--grey);
  font-size: 0.75rem;
}
.instagramPost__share img,
.facebookPost__share img {
  width: 1.5rem;
}
html {
  background: #ffffff;
  scroll-behavior: smooth;
}
body {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  background: #ffffff;
  color: #2D3436;
  margin: 0 auto;
  max-width: 2220px;
  overflow-x: hidden;
}
@media (max-width: 992px) {
  body {
    font-size: 15px;
  }
}
a {
  color: inherit;
  text-decoration: inherit;
}
.header {
  box-shadow: 0 0 20px rgba(99, 110, 114, 0.2);
  padding: 1rem 0;
  position: relative;
  z-index: 1000;
}
.header__body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .header .boknav a {
    font-size: 0.8em;
  }
}
@media (max-width: 992px) {
  .header .logo img {
    width: 120px;
  }
}
.img-square {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.img-square-fit {
  width: 100%;
  aspect-ratio: 1;
  object-fit: scale-down;
}
.form-group {
  margin-bottom: 1rem;
}
.btn {
  padding: 0.5em 2em;
  border-radius: 2em;
}
.btn-primary {
  color: #fff;
  background: #2D3436;
  border-color: #2D3436;
  font-weight: 600;
}
.btn-primary:hover {
  background: #0984E3;
  border-color: #0984E3;
  color: #fff;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(9, 132, 227, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #636E72;
  border-color: #636E72;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #636E72;
  border-color: rgba(9, 132, 227, 0.2);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(9, 132, 227, 0.2);
}
.btn-secondary {
  color: #fff;
  background: #0984E3;
  border-color: #0984E3;
  font-weight: 600;
}
.btn-secondary:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #0984E3;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(9, 132, 227, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #636E72;
  border-color: #636E72;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #636E72;
  border-color: rgba(9, 132, 227, 0.2);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(9, 132, 227, 0.2);
}
.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.8);
  display: block;
}
.popup-modal__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-modal__body {
  max-width: 80%;
  position: relative;
}
.popup-modal__content {
  background: #fff;
}
.popup-modal__close {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  font-size: 2rem;
  cursor: pointer;
  z-index: 100001;
  color: #fff;
}
.popup-modal__text {
  padding: 2rem 3rem;
}
.breadcrumbs {
  font-size: 0.8em;
}
.breadcrumbs ul {
  list-style-type: none;
}
.breadcrumbs ul li {
  display: inline-block;
  position: relative;
  padding-right: 1rem;
}
.breadcrumbs ul li:not(:last-child):after {
  content: '>';
  position: absolute;
  top: 0;
  right: 0;
}
.main-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-nav ul li {
  display: inline-block;
  position: relative;
  padding-right: 1rem;
}
.main-nav ul li a {
  display: block;
  padding: 0.5em 1em;
}
@media (max-width: 992px) {
  .main-nav {
    padding-top: 6rem;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    left: -100%;
  }
  .main-nav ul {
    background: #fff;
    padding: 2rem 0;
  }
  .main-nav ul li {
    display: block;
  }
  .main-nav ul li a {
    padding: 1rem 0;
    fot-weight: 600;
    font-size: 1.2em;
  }
}
#menuButton {
  position: relative;
  z-index: 12040;
  font-size: 3rem;
  cursor: pointer;
  display: none;
}
@media (max-width: 992px) {
  #menuButton {
    display: block;
  }
}
#menuButton .mdi-close {
  display: none;
}
.menu-mobile-active {
  overflow-y: hidden !important;
  max-height: 100vh  !important;
}
.menu-mobile-active #menuButton .mdi-close {
  display: block;
}
.menu-mobile-active #menuButton .mdi-menu {
  display: none;
}
.menu-mobile-active .main-nav {
  left: 0;
}
.hero {
  padding: 5rem 0;
}
.hero img {
  border-radius: 2em;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.hero__suptitle {
  color: #0984E3;
  font-size: 1em;
  margin: 0 0 2rem 0;
}
.hero__title {
  font-size: 4em;
  line-height: 1em;
  font-weight: 600;
  margin: 0 0 2rem 0;
  padding-right: 15%;
}
@media (max-width: 992px) {
  .hero__title {
    font-size: 2.5em;
  }
}
.hero p {
  color: #636E72;
  font-size: 1.4em;
  line-height: 1em;
}
@media (max-width: 992px) {
  .hero p {
    font-size: 1.2em;
  }
}
.offer-home {
  padding: 5rem 0 10rem 0;
  background: linear-gradient(0deg, #F0F7FF, #ffffff);
  color: #636E72;
  text-align: center;
}
.offer-home__header {
  font-size: 3em;
  color: #2D3436;
  margin: 0 0 1rem 0;
}
.offer-home__header span {
  color: #0984E3;
}
.offer-panel {
  background: #ffffff;
  padding: 1.5em;
  border-radius: 1.5em;
  box-shadow: 0 10px 20px rgba(9, 132, 227, 0.1);
  text-align: left;
}
.offer-panel__icon {
  margin: 0 0 1.5em 0;
}
.offer-panel__icon img {
  height: 2.5em;
}
.offer-panel__icon2 {
  margin: 0 0 1.5em 0;
}
.offer-panel__icon2 img {
  height: 1.5em;
}
.offer-panel__title {
  font-size: 1.5em !important;
  color: #2D3436;
  margin: 0 0 1rem 0 !important;
}
.offer-panel__link {
  margin-top: 2em;
}
.offer-panel__header {
  font-size: 1.5em;
  font-weight: 500;
  color: #0984E3;
  line-height: 1em;
  margin: 0 0 1em 0;
}
.offer-panel__header img {
  display: inline-block;
  vertical-align: middle;
}
.offer-panel__price {
  font-size: 3em;
  font-weight: 600;
  color: #2D3436;
}
.offer-panel__price span {
  color: #636E72;
  font-size: 0.3em;
}
.offer-panel__button {
  margin: 2rem 0;
  text-align: center;
}
.offer-panel__button2 {
  margin: 1rem 0 0 0;
  text-align: center;
}
.offer-panel__content-label {
  font-size: 0.9em;
}
.offer-panel ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.offer-panel ul li {
  padding: 1rem 1rem 1rem 3rem;
  background: url(../image/icon-check.svg) left center;
  background-repeat: no-repeat;
  background-size: auto 2rem;
  margin: 0;
  border-top: 2px dotted rgba(9, 132, 227, 0.3);
}
.offer-panel ul li .label {
  display: block;
}
.offer-panel ul li .value {
  display: block;
  color: #2D3436;
  font-weight: 600;
}
.offer-panel ul li:first-child {
  border-top: none;
}
.offer-panels [class*="col-"]:nth-child(2) .offer-panel {
  background: #0984E3;
  color: rgba(255, 255, 255, 0.8);
}
.offer-panels [class*="col-"]:nth-child(2) .offer-panel__header {
  color: #ffffff;
}
.offer-panels [class*="col-"]:nth-child(2) .offer-panel__header img {
  filter: brightness(100);
}
.offer-panels [class*="col-"]:nth-child(2) .offer-panel__price {
  color: #ffffff;
}
.offer-panels [class*="col-"]:nth-child(2) .offer-panel__price span {
  color: rgba(255, 255, 255, 0.8);
}
.offer-panels [class*="col-"]:nth-child(2) .offer-panel ul li {
  background-image: url(../image/icon-check-w.svg);
  border-color: rgba(255, 255, 255, 0.3);
}
.offer-panels [class*="col-"]:nth-child(2) .offer-panel ul li .value {
  color: #ffffff;
}
.about {
  background: #181A1B;
  color: #ffffff;
  padding: 7rem 0 5rem 0;
}
.about__image img {
  width: 100%;
  border-radius: 1.5em;
}
.about__logo {
  margin: 0 0 2em 0;
}
.about__title {
  font-size: 1.5em;
  margin: 0 0 1em 0;
}
.about-r {
  padding: 5rem 0;
}
.about-r__header {
  text-align: center;
  font-size: 3rem;
  margin: 0 0 3rem 0;
}
@media (max-width: 992px) {
  .about-r__header {
    font-size: 2.5em;
  }
}
.about-r__header span {
  color: #0984E3;
}
.about-r__item {
  box-shadow: 0 0 20px rgba(99, 110, 114, 0.3);
  border: 1px solid rgba(99, 110, 114, 0.2);
  padding: 2rem;
  border-radius: 1.5rem;
}
.about-r__head {
  font-size: 1.4rem;
  margin: 0 0 1em 0;
}
.offer2-home {
  padding: 5rem 0;
  background: #F0F7FF;
  color: #636E72;
}
.offer2-home__header {
  font-size: 2.5rem;
  margin: 0 0 1rem 0;
  color: #2D3436;
}
@media (max-width: 992px) {
  .offer2-home__header {
    font-size: 2em;
  }
}
.offer2-home__headbody {
  padding-right: 40%;
  margin: 0 0 5rem 0;
}
@media (max-width: 992px) {
  .offer2-home__headbody {
    padding-right: 0;
  }
}
.offer2-home__link {
  text-align: center;
  margin: 3rem 0 0 0;
}
.offer-section {
  padding: 5rem 0;
  background: linear-gradient(0deg, #F0F7FF, #ffffff);
  color: #636E72;
}
.offer-section__body {
  padding-right: 40%;
}
@media (max-width: 992px) {
  .offer-section__body {
    padding-right: 0;
  }
}
.offer-section__body h1,
.offer-section__body h2,
.offer-section__body h3 {
  font-size: 2.5rem;
  margin: 0 0 1rem 0;
  color: #2D3436;
}
@media (max-width: 992px) {
  .offer-section__body h1,
  .offer-section__body h2,
  .offer-section__body h3 {
    font-size: 2rem;
  }
}
.offer-section__body span {
  border: 1px solid #0984E3;
  color: #0984E3;
  display: inline-block;
  padding: 0.1em 1em;
  border-radius: 1em;
  text-transform: uppercase;
  font-size: 0.7em;
  margin: 0 0 1rem 0;
}
.offer-section2 {
  padding: 5rem 0;
  background: #ffffff;
  color: #636E72;
}
.offer-section2 .offer-panels {
  margin-bottom: 5rem;
}
.offer-section2__border {
  border-top: 1px dotted rgba(9, 132, 227, 0.3);
}
.offer-section2 h2 {
  font-size: 2.5rem;
  color: #2D3436;
  margin: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .offer-section2 h2 {
    font-size: 2rem;
  }
}
.offer-section2 h2 span {
  font-size: 0.4em;
  color: #636E72;
}
.offer-section2__title {
  color: #0984E3;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.offer-section2__price {
  font-size: 3em;
  font-weight: 600;
  color: #2D3436;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.offer-section2__price span {
  color: #636E72;
  font-size: 0.3em;
}
.offer-section2__price2 {
  border-left: 1px solid rgba(9, 132, 227, 0.3);
  padding-left: 1rem;
}
.offer-section2__item {
  border: 1px solid rgba(9, 132, 227, 0.3);
  padding: 2rem 2rem 2rem 2rem;
  border-radius: 1rem;
}
.offer-section2__variants {
  margin-top: -8rem;
}
.bok {
  padding: 9rem 0 5rem 0;
  color: #ffffff;
  background: url(../image/icon-bok.svg) no-repeat top 5rem center;
  background-color: #2D3436;
}
.bok__body {
  padding: 0 20%;
  text-align: center;
}
.bok__header {
  font-size: 2.5rem;
  margin: 0 0 1rem 0;
}
.services {
  padding: 5rem 0;
  background-color: #F0F7FF;
}
.services h2 {
  font-size: 2.5rem;
  color: #2D3436;
  margin: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .services h2 {
    font-size: 2rem;
  }
}
.services__item {
  border: 1px solid rgba(9, 132, 227, 0.3);
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 1rem;
  margin: 0 0 1rem 0;
}
.contact {
  padding: 5rem 0;
}
.contact__form {
  padding-right: 15%;
}
.contact__text {
  color: #636E72;
  margin: 0 0 3rem 0;
}
.contact__text h1,
.contact__text h2,
.contact__text h3 {
  font-size: 2.5em;
  color: #2D3436;
  margin: 0 0 1rem 0;
}
@media (max-width: 992px) {
  .contact__text h1,
  .contact__text h2,
  .contact__text h3 {
    font-size: 2rem;
  }
}
.contact__text h1 b,
.contact__text h2 b,
.contact__text h3 b,
.contact__text h1 strong,
.contact__text h2 strong,
.contact__text h3 strong {
  color: #0984E3;
}
.contact__rules {
  font-size: 0.8em;
  position: relative;
}
.contact__rules p {
  padding-left: 1.5rem;
}
.contact__rules input {
  position: absolute;
  top: 0;
  left: 0;
}
.contact input[type="text"] {
  border: 1px solid rgba(99, 110, 114, 0.5);
  padding: 0.3rem 1rem;
}
.contact input::placeholder {
  font-size: 0.7em;
  opacity: 0.5;
}
.contact .form-label {
  font-size: 0.8em;
  color: #636E72;
}
.contact .form-error-label {
  color: red;
  padding: 0.4em;
  font-size: 0.8rem;
}
.contact__submit {
  font-size: 1.5em;
  text-align: center;
  padding-top: 5rem;
  line-height: 1em;
  color: #636E72;
}
.footer {
  background: #2D3436;
  padding: 5rem 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .footer {
    text-align: center;
  }
}
.footer__logo {
  margin: 0 0 2rem 0;
}
.footer__text {
  padding-right: 20%;
}
@media (max-width: 992px) {
  .footer__text {
    padding: 0;
  }
}
.footer ul {
  list-style-type: none;
}
@media (max-width: 992px) {
  .footer ul {
    margin: 0;
    padding: 0;
  }
}
.footer ul li a {
  display: block;
  padding: 0.3em 0;
}
.order {
  background: linear-gradient(0deg, #F0F7FF, #ffffff);
  padding: 5rem 0;
}
.order__nav {
  margin: 5rem 0  4rem 0;
}
.order__nav ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(9, 132, 227, 0.3);
}
.order__nav ul li {
  display: block;
  width: 25%;
  text-align: center;
  border-left: 1px solid rgba(9, 132, 227, 0.3);
  margin: 0 0 1rem 0;
}
.order__nav ul li a {
  display: block;
  opacity: 0.3;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .order__nav ul li a {
    font-size: 0.8em;
  }
}
.order__nav ul li a.active {
  opacity: 1;
  filter: grayscale(0);
}
.order__nav ul li span.number {
  display: inline-block;
  background: #0984E3;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  text-align: center;
  margin: 0 0 0.5rem 0;
}
.order__nav ul li span.label {
  display: block;
}
.order__nav ul li:first-child {
  border-left: 0;
}
.order input[type="text"],
.order textarea,
.order input[type="email"] {
  border: 1px solid rgba(9, 132, 227, 0.3);
}
.order__rules {
  margin: 1rem 0 2rem 0;
  font-size: 0.8em;
}
.order__rules input[type="checkbox"] {
  margin: 0 1rem 0 0;
}
.order .form-error-label {
  color: #ff0000;
  font-size: 0.8rem;
  padding: 1rem 0;
}
.order__row {
  margin: 0 0 3rem 0;
}
.order__row-title {
  margin: 0 0 1rem 0;
  color: #0984E3;
  font-size: 1.3em;
}
.order__row-subtitle {
  margin: -0.6rem 0 1rem 0;
  color: #636E72;
  font-size: 1em;
}
.order__panel-body {
  padding: 2rem 1.5rem;
}
.order__panel {
  box-shadow: 0 20px 20px rgba(9, 132, 227, 0.1);
  border-radius: 1rem;
  padding: 0rem;
  border: 1px solid rgba(9, 132, 227, 0.3);
  background: #ffffff;
  height: 100%;
}
.order__panel > label {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 2rem 1.5rem;
  font-size: 1.2em;
  font-weight: 600;
}
.order__panel > label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.order__panel > label span.radio {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  border: 1px solid rgba(9, 132, 227, 0.6);
  background: #ffffff;
  border-radius: 50%;
  margin: 0 1rem 0 0;
  position: relative;
  top: 0.3rem;
}
.order__panel .price_total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.5rem;
  border-top: 2px solid #0984E3;
  padding-top: 1rem;
  margin: 1rem 0 0 0;
}
.order__panel .price_total span:last-child {
  color: #0984E3;
  font-size: 2.6rem;
  font-weight: 600;
}
.order__panel-icon {
  margin: 0 0 1rem 0;
}
.order__panel-title {
  margin: 0 0 1rem 0;
  font-weight: 600;
  font-size: 1.3rem;
}
.order__panel-subtitle {
  font-size: 1rem;
  opacity: 0.7;
}
.order__panel-price {
  font-size: 3rem;
  color: #0984E3;
}
.order__panel-price span {
  font-size: 0.3em;
  color: #636E72;
}
.order__panel-feature {
  font-size: 1rem;
  font-weight: 400;
  margin: 1rem 0;
}
.order__panel-feature ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.order__panel-feature ul li {
  padding: 1rem 1rem 1rem 3rem;
  background: url(../image/icon-check.svg) left center;
  background-repeat: no-repeat;
  background-size: auto 2rem;
  margin: 0;
  border-top: 2px dotted rgba(9, 132, 227, 0.3);
}
.order__panel-feature ul li .label {
  display: block;
}
.order__panel-feature ul li .value {
  display: block;
  color: #2D3436;
  font-weight: 600;
}
.order__panel-feature ul li:first-child {
  border-top: none;
}
.order__panel:has(label input:not(.form-check-label):checked) {
  background: rgba(9, 132, 227, 0.8);
  color: #ffffff;
}
.order__panel:has(label input:not(.form-check-label):checked) label span.radio::after {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  background: #98dd38;
  top: 0.5rem;
  left: 0.5rem;
  border-radius: 50%;
}
.order__panel:has(label input:not(.form-check-label):checked) .order__panel-icon img {
  filter: grayscale(1) invert() brightness(5);
}
.order__panel:has(label input:not(.form-check-label):checked) .order__panel-feature ul li {
  background-image: url(../image/icon-check-w.svg);
}
.order__panel:has(label input:not(.form-check-label):checked) .label {
  color: rgba(255, 255, 255, 0.5);
}
.order__panel:has(label input:not(.form-check-label):checked) .value {
  color: #ffffff;
}
.order__panel:has(label input:not(.form-check-label):checked) .order__panel-price {
  color: #ffffff;
}
.order__panel:has(label input:not(.form-check-label):checked) .order__panel-price span {
  color: rgba(255, 255, 255, 0.5);
}
.offer-period {
  margin: 0 0 -3rem 0;
  padding: 3rem 0;
}
.offer-period ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(9, 132, 227, 0.3);
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
  gap: 0.4rem;
}
.offer-period ul li {
  margin: 0 0 0 0;
  padding: 0;
  display: block;
}
.offer-period ul li button {
  display: block;
  border: 1px solid rgba(9, 132, 227, 0.3);
  border-bottom: 0;
  padding: 1rem 2rem;
  background: #ffffff;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  color: rgba(9, 132, 227, 0.7);
  background: rgba(9, 132, 227, 0.05);
}
@media (max-width: 992px) {
  .offer-period ul li button {
    font-size: 0.8em;
    padding: 1rem 0.5rem;
    line-height: 1em;
  }
}
.offer-period ul li button.active {
  background: #0984E3;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2rem;
}
@media (max-width: 992px) {
  .offer-period ul li button.active {
    font-size: 1em;
  }
}
.canal_list {
  cursor: pointer;
  font-size: 0.9em;
}
.chan-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.chan-list ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/*# sourceMappingURL=style.css.map */