

/* Start:/local/components/custom/personal-mix/templates/.default/style.css?160277402512160*/
.personal-mix {
  position: relative; }
  .personal-mix__container {
    position: relative;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    -o-transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
    .personal-mix__container.active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .personal-mix__wrapper-lg {
    position: relative;
    width: 88.88889%; }
    @media only screen and (max-width: 1199px) {
      .personal-mix__wrapper-lg {
        width: 100%; } }
  .personal-mix__top-image {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 32px 0; }
    @media only screen and (max-width: 767px) {
      .personal-mix__top-image {
        margin: 0 0 20px 0; } }
  .personal-mix__teaser {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 60px -16px; }
    @media only screen and (max-width: 991px) {
      .personal-mix__teaser {
        margin: 45px -16px; } }
    @media only screen and (max-width: 767px) {
      .personal-mix__teaser {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 30px 0; } }
    .personal-mix__teaser-item {
      width: calc(100% / 3 - 32px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0 16px; }
      @media only screen and (max-width: 767px) {
        .personal-mix__teaser-item {
          width: 100%;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          margin-bottom: 20px; } }
    .personal-mix__teaser-icon {
      margin-bottom: 12px; }
      .personal-mix__teaser-icon img {
        max-width: 100%; }
    .personal-mix__teaser-title {
      font-size: 24px;
      font-weight: bold;
      color: #2c323a;
      margin-bottom: 6px; }
      @media only screen and (max-width: 1199px) {
        .personal-mix__teaser-title {
          font-size: 22px; } }
      @media only screen and (max-width: 991px) {
        .personal-mix__teaser-title {
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .personal-mix__teaser-title {
          text-align: center;
          font-size: 18px; } }
    .personal-mix__teaser-text {
      font-size: 18px;
      line-height: 1.56;
      color: #2c323a; }
      @media only screen and (max-width: 991px) {
        .personal-mix__teaser-text {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .personal-mix__teaser-text {
          text-align: center;
          font-size: 14px; } }

.mix-package__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .mix-package__grid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.mix-package__content {
  width: calc(69% - 32px);
  margin-right: 32px; }
  @media only screen and (max-width: 767px) {
    .mix-package__content {
      margin-right: 0;
      width: 100%; } }
  .mix-package__content--disabled {
    pointer-events: none; }

.mix-package__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .mix-package__item:not(:last-child) {
    margin-bottom: 50px; }
    @media only screen and (max-width: 991px) {
      .mix-package__item:not(:last-child) {
        margin-bottom: 35px; } }
  .mix-package__item-big-margin {
    margin-bottom: 74px !important; }
    @media only screen and (max-width: 991px) {
      .mix-package__item-big-margin {
        margin-bottom: 59px !important; } }

.mix-package__icon {
  width: 80px;
  min-width: 80px;
  margin-right: 32px; }
  @media only screen and (max-width: 1199px) {
    .mix-package__icon {
      width: 60px;
      min-width: 60px;
      margin-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .mix-package__icon {
      width: 50px;
      min-width: 50px;
      margin-right: 10px; } }
  .mix-package__icon img,
  .mix-package__icon svg {
    max-width: 100%;
    height: auto; }

.mix-package__right {
  width: calc(100% - (80px + 32px)); }
  @media only screen and (max-width: 1199px) {
    .mix-package__right {
      width: calc(100% - (60px + 20px)); } }
  @media only screen and (max-width: 767px) {
    .mix-package__right {
      width: calc(100% - (50px + 10px)); } }

.mix-package__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 8px; }

.mix-package__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #2c323a; }
  @media only screen and (max-width: 991px) {
    .mix-package__title {
      font-size: 20px; } }

.mix-package__text {
  font-size: 13px;
  line-height: 1.54;
  color: #2c323a;
  margin-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    .mix-package__text {
      font-size: 12px; } }

.mix-package__sign {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  color: #343848;
  margin-bottom: 8px; }
  @media only screen and (max-width: 991px) {
    .mix-package__sign {
      font-size: 12px; } }

.mix-package__radio-wrap {
  margin-bottom: 5px; }

.mix-package__list {
  max-width: 100%;
  width: 416px;
  position: relative;
  z-index: 15; }
  .mix-package__list-panel {
    width: 100%;
    height: 44px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #dbe5e8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7fafa));
    background-image: -webkit-linear-gradient(top, #ffffff, #f7fafa);
    background-image: -o-linear-gradient(top, #ffffff, #f7fafa);
    background-image: linear-gradient(to bottom, #ffffff, #f7fafa);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 12px;
    cursor: pointer; }
    .mix-package__list-panel:after {
      content: '';
      border-top: 6px solid #c2d0d4;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      -o-transition: transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s; }
  .mix-package__list--opened .mix-package__list-panel:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .mix-package__list-wrap {
    display: none;
    z-index: 2;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 44px;
    padding-top: 2px;
    margin: 0; }
  .mix-package__list-roll {
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dbe5e8;
    overflow: hidden;
    background-color: #fff; }
  .mix-package__list-item {
    display: block;
    background-color: #fff;
    padding: 6px 12px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    position: relative; }
    .mix-package__list-item:hover {
      background-color: #f7fafa; }
    .mix-package__list-item--selected {
      color: #bb5789; }
    .mix-package__list-item input {
      display: none; }

.mix-package__hidden-list {
  display: none; }

.mix-package__how-choose {
  font-size: 13px;
  line-height: 1.54;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 24px; }
  @media only screen and (max-width: 767px) {
    .mix-package__how-choose {
      font-size: 12px; } }
  .mix-package__how-choose:hover {
    text-decoration: underline; }

.mix-package__grid-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.mix-package__switch {
  margin-top: 6px;
  margin-left: 6px; }

.mix-package__total-wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  min-width: 31%; }
  @media only screen and (max-width: 767px) {
    .mix-package__total-wrap {
      width: 100%; } }

.mix-package__total {
  background-color: #f7f7f7;
  padding: 20px 32px 32px; }
  @media only screen and (max-width: 1199px) {
    .mix-package__total {
      padding: 20px 20px 32px; } }
  @media only screen and (max-width: 767px) {
    .mix-package__total {
      width: 100%;
      margin-bottom: 15px; } }
  .mix-package__total-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: #2c323a;
    margin-bottom: 12px; }
    @media only screen and (max-width: 1199px) {
      .mix-package__total-title {
        font-size: 23px; } }
    @media only screen and (max-width: 991px) {
      .mix-package__total-title {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .mix-package__total-title {
        font-size: 18px; } }
  .mix-package__total-old {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: line-through;
    color: #f45050; }
    @media only screen and (max-width: 991px) {
      .mix-package__total-old {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .mix-package__total-old {
        font-size: 13px; } }
  .mix-package__total-price {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: #2c323a;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1199px) {
      .mix-package__total-price {
        font-size: 23px; } }
    @media only screen and (max-width: 991px) {
      .mix-package__total-price {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .mix-package__total-price {
        font-size: 18px; } }
  .mix-package__total-btn {
    cursor: pointer;
    margin-bottom: 12px; }
    @media only screen and (min-width: 577px) {
      .mix-package__total-btn {
        max-width: 260px; } }
  .mix-package__total-link {
    font-size: 13px;
    line-height: 1.54;
    text-decoration: underline; }
    .mix-package__total-link:hover {
      text-decoration: underline; }

.mix-bg {
  -webkit-transition: fill .4s;
  -o-transition: fill .4s;
  transition: fill .4s;
  fill: #F3FBFD !important; }

.mix-line {
  -webkit-transition: fill .4s;
  -o-transition: fill .4s;
  transition: fill .4s;
  fill: #0093BB !important; }

.disabled .mix-bg {
  fill: #F6F7F8 !important; }

.disabled .mix-line {
  fill: #D3DDE0 !important; }

/* End */


/* Start:/local/components/custom/form/templates/form-modal-callback/style.css?1591132277126*/
.form-callback .g-recaptcha__row .help-block {
  text-align: center; }

.form-callback .g-recaptcha div {
  margin: 0 auto; }

/* End */
/* /local/components/custom/personal-mix/templates/.default/style.css?160277402512160 */
/* /local/components/custom/form/templates/form-modal-callback/style.css?1591132277126 */
