@charset "UTF-8";
.main-container {
  padding: 30px 0 100px !important;
}
.main-container .main-profile-header {
  margin: 0 15px;
  margin-bottom: 20px;
}
@media (min-width: 540px) {
  .main-container .main-profile-header {
    margin: 0 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 940px) {
  .main-container .main-profile-header {
    margin: 0 80px;
    margin-bottom: 40px;
  }
}
.main-container .main-container-inner {
  overflow: hidden;
}

.modal-subscription-pay .modal-content {
  width: 500px;
  min-height: 350px;
  margin: auto;
}
.modal-subscription-pay .subscription-pay-block-title {
  margin-top: 45px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}
.modal-subscription-pay .subscription-pay-block-green {
  color: #84B04C;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}
.modal-subscription-pay .subscription-pay-block-text {
  color: #242E49;
  font-size: 16px;
  font-weight: 400;
}

.subscription-popup-pay-button {
  display: inline-flex;
  justify-content: center;
}
.subscription-popup-pay-button li {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
}

.personal-section {
  padding: 40px 15px;
}

.subsсription-no {
  border: 1px solid #242E49;
  box-sizing: border-box;
  border-radius: 5px;
  width: 120px;
  height: 50px;
  color: #242E49;
  line-height: 50px;
  cursor: pointer;
}

.title-name {
  font-size: 13px;
  margin-bottom: 10px;
}

.no-pay {
  margin: 10px 0px 10px 0px;
  font-size: 18px;
  font-weight: 500;
}

.subscription-pay-block-checked label {
  display: inline;
}

.trial {
  display: flex;
}

.trial .block-left {
  width: 50%;
}

.trial .block-right .tariffSelection {
  width: 100%;
}

.breadcrumb-container-wrapper {
  display: none;
}

ul[role=tablist] {
  display: none;
}

.subscription-modal-content-action .form_radio_btn input[type=radio] {
  display: none;
}

.subscription-modal-content-action .form_radio_btn label {
  display: inline-block;
  cursor: pointer;
  padding: 0px 15px;
  line-height: 34px;
  border: 1px solid #999;
  border-radius: 6px;
  user-select: none;
}

/* Checked */
.subscription-modal-content-action .form_radio_btn input[type=radio]:checked + label {
  background: #84B04C;
  color: #fff;
}

/* Hover */
.subscription-modal-content-action .form_radio_btn label:hover {
  color: #666;
}

/* Disabled */
.subscription-modal-content-action .form_radio_btn input[type=radio]:disabled + label {
  background: #efefef;
  color: #666;
}

.bottle {
  border: 2px solid #fff;
}

.bottle:hover {
  cursor: pointer;
  border: 2px solid #E3E6F0;
  padding-bottom: 10px;
  border-radius: 20px;
}

.bottle.active {
  border: 2px solid #E3E6F0;
  padding-bottom: 10px;
  border-radius: 20px;
}

#histogramSlider {
  min-height: 0px !important;
}

.tariffSelection__total.RED {
  color: red !important;
}

.error.red {
  color: red;
  margin-top: 10px;
}

.interview {
  color: #7481AA;
  background-color: transparent;
}

#bubbles #checkbox:hover {
  cursor: pointer;
}

.spinner {
  display: none;
}

.bottle__wrapper {
  max-width: 1090px;
  margin: 0 auto;
}
.bottle__wrapper .bottle {
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}
.bottle__wrapper .bottle .border {
  margin: 0;
  max-width: 250px;
  border: 1px solid #E0E4EF;
  margin: 0 auto;
}

.bottles {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  color: #242E49;
  margin-bottom: 10px;
}
.bottles-title {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  margin: 0;
}
.bottles-desc {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
}
.bottles-desc span {
  background: linear-gradient(180deg, #FF7671 0%, #FF4F4D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.price__wrapper {
  max-width: 860px;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
}
.price__wrapper .price {
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}
.price__wrapper .price__title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #242E49;
}
.price__wrapper .price .tariffSelection__radio {
  margin: 0 auto;
}
.price__wrapper .price .border {
  margin: 0;
  max-width: 250px;
  border: 1px solid #E0E4EF;
  margin: 0 auto;
}

.prices {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  color: #242E49;
  margin-bottom: 10px;
}
.prices-title {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  margin: 0;
}
.prices-desc {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
}
.prices-desc span {
  background: linear-gradient(180deg, #FF7671 0%, #FF4F4D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/*# sourceMappingURL=quiz.css.map */
