.main-profile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-top: 50px;
}
@media (max-width: 940px) {
  .main-profile-header {
    margin: 0 80px 0 !important;
    flex-direction: column !important;
    justify-content: stretch !important;
    align-items: stretch !important;
    margin-bottom: 16px !important;
    padding-top: 5px;
  }
}
@media (max-width: 540px) {
  .main-profile-header {
    margin: 0 17px !important;
  }
}
.main-profile-header-title {
  font-family: "Roboto Slab", sans-serif;
  font-style: normal;
  font-size: 30px;
  line-height: 120%;
  margin: 0;
}
@media (max-width: 940px) {
  .main-profile-header-title {
    order: 2;
    margin-bottom: 17px;
  }
}
.main-profile-header .main-profile-header-tabs {
  display: flex;
  border-bottom: 1px solid #E3E6F0;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media (max-width: 940px) {
  .main-profile-header .main-profile-header-tabs {
    order: 1 !important;
    margin-bottom: 40px;
  }
}
.main-profile-header .main-profile-header-tabs::-webkit-scrollbar {
  display: none;
}
.main-profile-header .main-profile-header-tabs > * {
  padding: 10px 0;
  margin-bottom: -1px;
  white-space: nowrap;
}
.main-profile-header .main-profile-header-tabs > *:not(:last-child) {
  margin-right: 30px;
}
.main-profile-header .main-profile-header-tabs > *.main-profile-header-tab.active .fa-user-secret {
  background-image: url(/local/templates/dgw/assets/images/lk/profile-tab-user-active.svg) !important;
}
.main-profile-header .main-profile-header-tabs > *.main-profile-header-tab.active .fa-list-alt {
  background-image: url(/local/templates/dgw/assets/images/lk/profile-tab-history-active.svg) !important;
}
.main-profile-header .main-profile-header-tabs > *.main-profile-header-tab.active .fa-envelope {
  background-image: url(/local/templates/dgw/assets/images/lk/profile-tab-payments-active.svg) !important;
}
.main-profile-header .main-profile-header-tabs > *.main-profile-header-tab.active .fa-shopping {
  background-image: url(/local/templates/dgw/assets/images/lk/profile-tab-shopping-active.svg) !important;
}
.main-profile-header .main-profile-header-tabs > *.main-profile-header-tab.active .fa-support {
  background-image: url(/local/templates/dgw/assets/images/lk/profile-tab-support-active.svg) !important;
}
.main-profile-header .main-profile-header-tabs > *.main-profile-header-tab .main-profile-header-tab-icon i {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}
.main-profile-header .main-profile-header-tabs > *.main-profile-header-tab .main-profile-header-tab-icon i.fa-user-secret {
  background-image: url(/local/templates/dgw/assets/images/lk/profile-tab-user.svg);
}
.main-profile-header .main-profile-header-tabs > *.main-profile-header-tab .main-profile-header-tab-icon i.fa-list-alt {
  background-image: url(/local/templates/dgw/assets/images/lk/profile-tab-history.svg);
}
.main-profile-header .main-profile-header-tabs > *.main-profile-header-tab .main-profile-header-tab-icon i.fa-envelope {
  background-image: url(/local/templates/dgw/assets/images/lk/profile-tab-payments.svg);
}
.main-profile-header .main-profile-header-tabs > *.main-profile-header-tab .main-profile-header-tab-icon i.fa-shopping {
  background-image: url(/local/templates/dgw/assets/images/lk/profile-tab-shopping.svg);
}
.main-profile-header .main-profile-header-tabs > *.main-profile-header-tab .main-profile-header-tab-icon i.fa-support {
  background-image: url(/local/templates/dgw/assets/images/lk/profile-tab-support.svg);
}
.main-profile-header .main-profile-header-tabs > * .main-profile-header-tab-text {
  color: #7481AA;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
}
.main-profile-header .main-profile-header-tabs > *.active {
  border-bottom: 2px solid #242E49;
}
.main-profile-header .main-profile-header-tabs > *.active .main-profile-header-tab-text {
  color: #242E49;
}
@media (max-width: 540px) {
  .main-profile-headerdiv {
    margin: 0 17px !important;
  }
}
.main-profile-block-shown {
  margin: 0;
}
@media (max-width: 940px) {
  .main-profile-block-shown {
    margin: 0 80px 0 !important;
  }
}
@media (max-width: 540px) {
  .main-profile-block-shown {
    margin: 0 17px !important;
  }
}
.main-profile-block-shown .main-profile-discount-mobile {
  display: none;
}
.main-profile-block-shown .main-profile-container-desktop {
  position: relative;
}
.main-profile-block-shown .form-group {
  display: flex;
  flex-direction: column;
  padding: 10px 14px;
  border: 1px solid #E3E6F0;
  border-radius: 5px;
  width: 280px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.main-profile-block-shown .form-group.phone {
  padding: 0;
}
.main-profile-block-shown .form-group.phone input {
  padding: 20px;
  padding-left: 52px !important;
}
@media screen and (max-width: 768px) {
  .main-profile-block-shown .form-group {
    margin-right: 0;
  }
}
.main-profile-block-shown .form-group.required:before {
  content: "*";
  color: #B4193E;
  position: absolute;
  top: 4px;
  right: 8px;
}
.main-profile-block-shown .form-group-edit {
  cursor: pointer;
}
.main-profile-block-shown .form-group a {
  font-size: 14px;
}
.main-profile-block-shown .form-group.invalid {
  border: 1px solid #b31a3e;
  background-color: #F8E7EF;
}
.main-profile-block-shown .form-group.invalid input {
  background-color: #F8E7EF;
}
.main-profile-block-shown .form-group label {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 100%;
  color: #7481AA;
  padding: 0 0 6px 0;
  margin: 0;
}
.main-profile-block-shown .form-group input {
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #242E49;
  border: none;
  outline: none;
}
.main-profile-block-shown .main-profile-sub-header {
  display: flex;
}
.main-profile-block-shown .main-profile-sub-header-avatar {
  display: flex;
  align-items: center;
  flex: 1;
}
.main-profile-block-shown .main-profile-sub-header-avatar img {
  max-width: 80px;
  max-height: 80px;
  border-radius: 50%;
}
.main-profile-block-shown .main-profile-sub-header-avatar-img {
  width: 80px;
  height: 80px;
  background: #F5F5F8;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
}
.main-profile-block-shown .main-profile-sub-header-avatar-label {
  font-size: 14px;
  line-height: 120%;
  color: #7481AA;
  margin-left: 20px;
  cursor: pointer;
  font-weight: 400;
}
.main-profile-block-shown .main-profile-sub-header-title {
  flex: 1.5;
}
.main-profile-block-shown .main-profile-sub-header-title > * {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  color: #242E49;
}
@media screen and (max-width: 940px) {
  .main-profile-block-shown .main-profile-sub-header-title span {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
  }
}
@media screen and (max-width: 940px) {
  .main-profile-block-shown .main-profile-sub-header-title span.main-profile-sub-header-title-fio {
    font-weight: normal;
  }
}
.main-profile-block-shown .main-profile-body-container {
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-profile-block-shown .main-profile-body-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.main-profile-block-shown .main-profile-body-container-contact-details {
  max-width: 66%;
}
@media screen and (max-width: 768px) {
  .main-profile-block-shown .main-profile-body-container-contact-details {
    max-width: initial;
  }
}
.main-profile-block-shown .main-profile-body-container-discount {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 940px) {
  .main-profile-block-shown .main-profile-body-container-discount {
    top: -230px;
  }
}
@media screen and (max-width: 768px) {
  .main-profile-block-shown .main-profile-body-container-discount {
    margin-top: 50px;
    position: initial;
  }
}
.main-profile-block-shown .main-profile-address .form-group-address {
  display: flex;
  width: 280px;
  margin-right: 20px;
}
.main-profile-block-shown .main-profile-address .form-group-address > * {
  max-width: 87px;
  margin-right: 10px;
  width: auto;
  flex: 1;
}
.main-profile-block-shown .main-profile-address .form-group-address > *:last-child {
  margin-right: 0 !important;
}
.main-profile-block-shown .main-profile-address .form-group-textarea {
  margin-bottom: 15px;
  flex: 1;
}
.main-profile-block-shown .main-profile-address .form-group-textarea textarea {
  width: 100%;
  min-width: 100px;
  max-width: 580px;
  background: #FFFFFF;
  border: 1px solid #E3E6F0;
  box-sizing: border-box;
  border-radius: 5px;
  height: 100px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 110%;
  padding: 17px 10px 10px 10px !important;
  color: #242E49;
  margin: 0;
}
.main-profile-block-shown .accordion-form-controls {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.main-profile-block-shown .accordion-form-title {
  font-size: 16px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 500;
}
.main-profile-block-shown .accordion-form-divider {
  margin: 0 10px;
  border-top: 1px solid #E0E4EF;
  flex-grow: 1;
}
.main-profile-block-shown .accordion-form-button {
  position: relative;
  display: flex;
  align-items: center;
  color: #7481AA;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}
.main-profile-block-shown .accordion-form-button:after {
  content: "";
  background-image: url("./../images/arrow-down-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 7px;
  position: absolute;
  right: -15px;
}
.main-profile-block-shown .accordion-form-form {
  display: none;
}
.main-profile-block-shown .main-profile-address {
  max-width: 610px;
}
.main-profile-block-shown .main-profile-address,
.main-profile-block-shown .main-profile-contact-details {
  margin: 50px 0 0;
}
.main-profile-block-shown .main-profile-address-title,
.main-profile-block-shown .main-profile-contact-details-title {
  font-family: "Roboto Slab", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #242E49;
  margin-bottom: 20px;
}
.main-profile-block-shown .main-profile-address-form,
.main-profile-block-shown .main-profile-contact-details-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .main-profile-block-shown .main-profile-address {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .main-profile-block-shown .main-profile-address-form {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .main-profile-block-shown .main-profile-address .form-group-address {
    margin-right: 0;
  }
}
.main-profile-block-shown .main-profile-auth {
  margin: 30px 0 0;
}
.main-profile-block-shown .main-profile-auth-title {
  font-family: "Roboto Slab", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #242E49;
  margin-bottom: 20px;
}
.main-profile-block-shown .main-profile-auth-form {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .main-profile-block-shown .main-profile-auth-form {
    align-items: center;
  }
}
.main-profile-block-shown .main-profile-birthday {
  display: flex;
  filter: drop-shadow(0px 0px 30px rgba(116, 129, 170, 0.2));
  align-items: stretch;
  max-width: 580px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.main-profile-block-shown .main-profile-birthday .main-profile-birthday-icon {
  background: #E3E7F7;
  border-radius: 5px 0 0 5px;
  padding: 10px 15px;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.main-profile-block-shown .main-profile-birthday .main-profile-birthday-text {
  background-color: #FFFFFF;
  border-radius: 0 5px 5px 0;
  padding: 10px 15px;
  min-height: 60px;
  font-size: 14px;
  font-weight: 300;
}
.main-profile-block-shown .main-profile-birthday-sex-group {
  display: flex;
  margin-bottom: 20px;
}
.main-profile-block-shown .main-profile-birthday-sex-group .main-profile-birthday-sex-field-container {
  margin-right: 10px;
}
.main-profile-block-shown .main-profile-birthday-sex-group .main-profile-birthday-sex-field-container label {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  color: #7481AA;
  cursor: pointer;
  padding: 8px 15px;
  background: #F5F5F8;
  border-radius: 29px;
  margin: 0;
}
.main-profile-block-shown .main-profile-birthday-sex-group .main-profile-birthday-sex-field-container input[type=radio] {
  display: none;
}
.main-profile-block-shown .main-profile-birthday-sex-group .main-profile-birthday-sex-field-container input[type=radio]:checked ~ label {
  color: #FFFFFF;
  background: #242E49;
}
.main-profile-block-shown .main-profile-birthday-privacy-policy-group {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.main-profile-block-shown .main-profile-birthday-privacy-policy-group .main-profile-birthday-privacy-policy-field-container label {
  width: 14px;
  height: 14px;
  display: inline-block;
  border: 1px solid #242E49;
  border-radius: 3px;
  cursor: pointer;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.main-profile-block-shown .main-profile-birthday-privacy-policy-group .main-profile-birthday-privacy-policy-field-container input[type=checkbox] {
  display: none;
}
.main-profile-block-shown .main-profile-birthday-privacy-policy-group .main-profile-birthday-privacy-policy-field-container input:checked ~ label {
  background-image: url("/local/templates/dgw/assets/images/checkbox-active-dark.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.main-profile-block-shown .profile-discount {
  width: 300px;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 10px;
  box-shadow: 0px 0px 30px rgba(116, 129, 170, 0.2);
}
.main-profile-block-shown .profile-discount__no-status {
  width: 200px;
  padding: 15px 0 20px 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(116, 129, 170, 0.2);
  border-radius: 5px;
  position: absolute;
  margin-top: 10px;
  display: none;
}
@media screen and (max-width: 540px) {
  .main-profile-block-shown .profile-discount__no-status {
    right: 10px;
  }
}
.main-profile-block-shown .profile-discount__no-status-list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.main-profile-block-shown .profile-discount__no-status-item {
  text-align: start;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.main-profile-block-shown .profile-discount__no-status-item:last-child {
  margin-bottom: 0;
}
.main-profile-block-shown .profile-discount__no-status-item:before {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
}
.main-profile-block-shown .profile-discount__no-status-item_bronze:before {
  content: url("/local/templates/dgw/assets/css/images/icons/bronze.svg");
}
.main-profile-block-shown .profile-discount__no-status-item_silver:before {
  content: url("/local/templates/dgw/assets/css/images/icons/silver.svg");
}
.main-profile-block-shown .profile-discount__no-status-item_gold:before {
  content: url("/local/templates/dgw/assets/css/images/icons/gold.svg");
}
.main-profile-block-shown .profile-discount .cashbackImg:hover ~ .profile-discount__no-status {
  display: block !important;
}
.main-profile-block-shown .profile-discount-wrapper {
  margin: 0 20px;
}
.main-profile-block-shown .profile-discount__title {
  font-family: "Roboto Slab", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #242E49;
  padding-bottom: 9px;
  border-bottom: 1px solid #CBD1EA;
}
.main-profile-block-shown .profile-discount__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E0E4EF;
  padding: 20px 0 19px 0;
}
.main-profile-block-shown .profile-discount__item > * {
  white-space: nowrap;
}
.main-profile-block-shown .profile-discount__item > *:first-child {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #242E49;
  text-align: left;
}
.main-profile-block-shown .profile-discount__item > *:last-child {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  text-align: right;
  color: #151D33;
  flex: 0;
}
.main-profile-block-shown .profile-discount__item:last-child {
  border-bottom: none;
  padding: 20px 0;
}
.main-profile-block-shown .profile-discount__body {
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 20px rgba(116, 129, 170, 0.2);
  border-radius: 10px;
}
.main-profile-block-shown .profile-discount__body .cart-offer__range {
  height: 35px;
}
.main-profile-block-shown .profile-discount__body .cart-offer__range .cart-range__item {
  top: 74%;
}
.main-profile-block-shown .profile-discount__body .cart-offer__range .cart-range__point:first-child {
  left: 30%;
}
.main-profile-block-shown .profile-discount__body .cart-offer__range .cart-range__point:nth-child(2) {
  left: 62.5%;
}
.main-profile-block-shown .profile-discount__body .cart-offer__range .cart-range__point :nth-child(3) {
  left: 95%;
}
.main-profile-block-shown .profile-discount__body .cart-offer__range .cart-range__point-price {
  top: -22px;
  left: -4em;
  font-size: 12px;
}
.main-profile-block-shown .profile-discount__body .cart-range-desc {
  display: flex;
  align-items: end;
  height: 64px;
  position: relative;
  margin-top: 10px;
}
.main-profile-block-shown .profile-discount__body .cart-range-desc .cart-range-desc__item {
  width: 73px;
  height: 56px;
  margin-top: 0;
}
.main-profile-block-shown .profile-discount__body .cart-range-desc .cart-range-desc__item:first-child {
  left: calc(40% - 95px);
}
.main-profile-block-shown .profile-discount__body .cart-range-desc .cart-range-desc__item:nth-child(2) {
  left: calc(73% - 96px);
}
.main-profile-block-shown .profile-discount__body .cart-range-desc .cart-range-desc__item:nth-child(3) {
  left: calc(105% - 95px);
}
.main-profile-block-shown .profile-discount__body .cart-offer__need {
  margin-top: 10px;
}
.main-profile-block-shown .profile-discount__body .cart-offer__need:first-child {
  margin-top: 16px;
}
.main-profile-block-shown .profile-discount__body .cart-offer__need:last-child {
  line-height: 115%;
}
.main-profile-block-shown .profile-discount__linkCashback {
  text-align: center;
}
.main-profile-block-shown .profile-discount__linkInfo {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 100%;
  color: #7481AA;
  text-decoration: none;
}
.main-profile-block-shown .main-profile-contact {
  max-width: 580px;
  margin-top: 60px;
}
.main-profile-block-shown .main-profile-contact #alx_feed_back_FID100 .afbf_item_pole .afbf_name {
  width: min-content;
}
.main-profile-block-shown .main-profile-contact h2 {
  font-family: "Roboto Slab", sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 20px;
  line-height: 140%;
  color: #242E49;
}
.main-profile-block-shown .main-profile-contact .afbf_item_pole.is_filled {
  margin: 0 !important;
}
.main-profile-block-shown .main-profile-contact .afbf_submit_block {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .main-profile-block-shown .main-profile-contact-details {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .main-profile-block-shown .main-profile-contact-details-form {
    justify-content: space-around;
  }
}
.main-profile-block-shown button {
  background: #F5F5F8;
  border-radius: 5px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #7481AA;
  border: none;
  padding: 18px 40px;
  min-width: 280px;
}
.main-profile-block-shown button:hover {
  color: #ffffff !important;
  background-color: #B4193E !important;
}
@media (max-width: 540px) {
  .main-profile-block-shown .main-profile-auth-form .form-group,
  .main-profile-block-shown .main-profile-contact-details-form .form-group {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 540px) {
  .main-profile-block-shown .main-profile-address-form {
    width: auto !important;
  }
}
@media (max-width: 540px) {
  .main-profile-block-shown .main-profile-address-form .form-group,
  .main-profile-block-shown .main-profile-address-form .form-group-textarea {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 540px) {
  .main-profile-block-shown .main-profile-address-form .form-group-address {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 540px) {
  .main-profile-block-shown .main-profile-address-form .form-group-address .form-group {
    margin-right: 10px !important;
    max-width: 154px !important;
    width: 20px !important;
  }
}
@media (max-width: 540px) {
  .main-profile-block-shown .main-profile-address-form .form-group-address .form-group:last-child {
    margin-right: 0 !important;
  }
}
@media (max-width: 540px) {
  .main-profile-block-shown button {
    min-width: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1071px) {
  .main-profile-birthday-privacy-policy-group {
    width: 300px;
  }
}
@media screen and (max-width: 940px) {
  .main-profile-birthday-privacy-policy-group {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .main-profile-buttons-block {
    text-align: center;
  }
}
@media (max-width: 540px) {
  .main-profile-discount {
    max-width: none !important;
    margin-top: 60px;
  }
}
@media (max-width: 540px) {
  .main-profile-discount-mobile {
    display: block !important;
  }
}
@media (max-width: 540px) {
  .main-profile-container-desktop {
    position: static !important;
  }
}
@media (max-width: 940px) {
  .main-profile-container-desktop {
    position: static !important;
  }
}
@media (max-width: 540px) {
  .main-profile-container-tablet {
    position: static !important;
  }
}
@media (max-width: 940px) {
  .main-profile-container-tablet {
    position: relative !important;
  }
}
@media (max-width: 940px) {
  .main-profile-sub-header {
    flex-direction: column !important;
    justify-content: stretch !important;
    align-items: stretch !important;
  }
}
@media (max-width: 940px) {
  .main-profile-sub-header .main-profile-sub-header-avatar {
    order: 2 !important;
  }
}
@media (max-width: 940px) {
  .main-profile-sub-header .main-profile-sub-header-title {
    order: 1 !important;
    margin-bottom: 16px !important;
  }
}
@media (max-width: 940px) {
  .main-profile-address-form {
    flex-direction: column !important;
  }
}
@media (max-width: 940px) {
  .main-profile-address-form .form-group-textarea {
    width: 280px !important;
  }
}
@media screen and (max-width: 768px) {
  .main-container-inner {
    padding: 0 !important;
  }
}

.personal {
  color: #242E49;
}
.personal-section-subs--wrapper {
  display: flex;
  max-width: 744px;
  margin: 0 auto;
  column-gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}
.personal-section-subs--wrapper .subs {
  padding: 15.5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.personal-section-subs--wrapper .subs-title {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
}
.personal-section-subs--wrapper .subs-desc {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.personal-section-info {
  color: #242E49;
  font-weight: 400;
}
.personal-section-sm {
  font-size: 14px;
}
.personal-section-thin {
  font-weight: 300;
}
.personal-section-bold {
  font-weight: 700;
}
.personal-section--club {
  max-width: 800px;
}
@media screen and (max-width: 940px) {
  .personal-section-container {
    padding: 0 70px;
  }
}
@media screen and (max-width: 540px) {
  .personal-section-container {
    padding: 0 20px;
  }
}
.personal-status {
  font-weight: 300;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.personal-status:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #000;
}
.personal-status--active:before {
  background-color: #84B04C;
}
.personal .cart-offer__need {
  font-size: 12px !important;
  text-align: left !important;
  margin-top: 10px;
}
.personal .cart-offer__need:last-child {
  margin-bottom: 0;
}

.subscribe-plan {
  display: flex;
  align-items: center;
}
.subscribe-plan--club {
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.subscribe-plan--club .subscribe-plan-info {
  padding: 15px 0;
}
.subscribe-plan--club .personal-status {
  display: inline-flex;
}
@media (max-width: 540px) {
  .subscribe-plan--club .subscribe-plan-info-date {
    display: block;
  }
}
.subscribe-plan-img {
  margin-right: 20px;
  object-fit: cover;
}
.subscribe-plan-img--sm {
  width: 90px;
  height: 90px;
}
.subscribe-plan-img-lg {
  width: 190px;
  height: 190px;
}
.subscribe-plan-name {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
.subscribe-plan-price {
  color: #7481AA;
  font-weight: 300;
}
.subscribe-plan-timer {
  margin-bottom: 20px;
}
.subscribe-monthly {
  font-weight: 300;
  color: #3A4769;
}
.subscribe-monthly-item:not(:last-child) {
  margin-bottom: 10px;
}
.subscribe-monthly-info {
  margin: 20px 0;
}
.subscribe-monthly-form {
  margin-bottom: 20px;
}
.subscribe-monthly-input {
  width: 300px;
}
@media (max-width: 540px) {
  .subscribe-monthly-input {
    margin-bottom: 10px;
  }
}
.subscribe-method {
  display: flex;
  align-items: center;
}
.subscribe-method-list {
  margin: 25px 0;
}
.subscribe-method-name {
  font-weight: 300;
  margin-right: 30px;
}
.subscribe-method-system {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 4px;
  margin-right: 10px;
  border: 1px solid #E0E4EF;
  border-radius: 5px;
}
.subscribe-method-number {
  font-weight: 500;
}

.alx-feedb-error {
  margin: 0 !important;
}

.cart-range-desc__price {
  text-align: left;
}
.cart-range-desc__title {
  font-size: 12px;
}

.cart-range-desc {
  display: flex;
  align-items: end;
  height: 64px;
  position: relative;
  margin-top: 10px;
}
.cart-range-desc .cart-range-desc__item {
  width: 73px;
  height: 56px;
  margin-top: 0;
}
.cart-range-desc .cart-range-desc__item:first-child {
  left: calc(40% - 95px);
}
.cart-range-desc .cart-range-desc__item:nth-child(2) {
  left: calc(73% - 96px);
}
.cart-range-desc .cart-range-desc__item:nth-child(3) {
  left: calc(105% - 95px);
}

.cart-offer__need {
  margin-top: 10px;
}
.cart-offer__need:first-child {
  margin-top: 16px;
}
.cart-offer__need:last-child {
  line-height: 115%;
}

.profile-discount__linkCashback {
  text-align: center;
}

.profile-discount__linkInfo {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 100%;
  color: #7481AA;
  text-decoration: none;
}

.main-profile-contact {
  max-width: 580px;
  margin-top: 60px;
}
.main-profile-contact h2 {
  font-family: "Roboto Slab", sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 20px;
  line-height: 140%;
  color: #242E49;
}
.main-profile-contact .afbf_item_pole.is_filled {
  margin: 0 !important;
}
.main-profile-contact .afbf_submit_block {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .main-profile-contact-details {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .main-profile-contact-details-form {
    justify-content: space-around;
  }
}

.main-profile-address,
.main-profile-contact-details {
  margin: 50px 0 0;
}
.main-profile-address-title,
.main-profile-contact-details-title {
  font-family: "Roboto Slab", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #242E49;
  margin-bottom: 20px;
}
.main-profile-address-form,
.main-profile-contact-details-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wine-club-btn {
  margin-top: 30px;
}
.wine-club-recommend {
  font-weight: 300;
}
.wine-club-recommend-item:not(:last-child) {
  margin-bottom: 10px;
}
.wine-club-recommend-sub {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
}

.icon-eye {
  display: none;
  width: 18px;
  height: 18px;
  background: url("./images/icons/eye.svg") no-repeat center center;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.main-profile-auth-form .form-group input[type=password] ~ .icon-eye,
.main-profile-auth-form .form-group input[type=text] ~ .icon-eye {
  display: inline-block;
}

@media (max-width: 940px) {
  .club__wrapper {
    margin: 0 80px 0 !important;
    flex-direction: column !important;
    justify-content: stretch !important;
    align-items: stretch !important;
    margin-bottom: 16px !important;
    padding-top: 5px;
  }
}
@media (max-width: 540px) {
  .club__wrapper {
    margin: 0 17px !important;
  }
}

.tariffSelection {
  display: grid;
}
.tariffSelection .swiper-wrapper {
  column-gap: 10px;
  justify-content: center;
}
@media (min-width: 940px) {
  .tariffSelection .swiper-wrapper {
    column-gap: 20px;
  }
}
.tariffSelection .swiper-wrapper .swiper-slide {
  max-width: 240px;
  min-width: 240px;
}
@media (min-width: 540px) {
  .tariffSelection .swiper-wrapper .swiper-slide {
    max-width: 240px;
  }
}
@media (min-width: 940px) {
  .tariffSelection .swiper-wrapper .swiper-slide {
    flex-shrink: 1;
    max-width: unset;
  }
}
.tariffSelection .swiper-wrapper .swiper-slide__slim {
  min-width: 240px;
}
@media (min-width: 540px) {
  .tariffSelection .swiper-wrapper .swiper-slide__slim {
    max-width: 240px !important;
  }
}
.tariffSelection .swiper-wrapper .swiper-slide__slim_price {
  min-width: 140px;
  max-width: 140px !important;
}
@media (min-width: 940px) {
  .tariffSelection .swiper-wrapper .swiper-slide__slim_price {
    max-width: unset;
  }
}
.tariffSelection .swiper-wrapper .swiper-slide__slim__response {
  min-width: 140px;
  max-width: 140px;
}
@media (min-width: 540px) {
  .tariffSelection .swiper-wrapper .swiper-slide__slim__response {
    min-width: 160px !important;
    max-width: 160px !important;
  }
}
.tariffSelection .tariffSelection__item__IMPERIAL {
  order: -1;
}
@media (min-width: 540px) {
  .tariffSelection .tariffSelection__item__IMPERIAL {
    order: unset;
  }
}
.tariffSelection .tariffSelection__item {
  overflow: hidden;
  border: none;
  box-shadow: 0px 0px 30px rgba(116, 129, 170, 0.2);
  border-radius: 20px;
  padding: 30px 18.5px;
  min-width: 240px;
}
@media (min-width: 540px) {
  .tariffSelection .tariffSelection__item {
    min-width: 250px;
    padding: 25px 15px;
    max-width: 250px !important;
  }
}
.tariffSelection .tariffSelection__item .tariffSelection__item_title {
  display: flex;
  padding-bottom: 10px;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media (min-width: 540px) {
  .tariffSelection .tariffSelection__item .tariffSelection__item_title {
    padding-bottom: 20px;
  }
}
.tariffSelection .tariffSelection__item .tariffSelection__item_title .tariffSelection__accordionArrow {
  display: block;
  width: 15px;
  height: 9px;
  background: url("/local/templates/dgw/assets/images/arrow-down.svg") no-repeat;
  background-size: contain;
  margin-left: auto;
}
.tariffSelection .tariffSelection__item input {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  position: absolute;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}
.tariffSelection .tariffSelection__item input:checked + .tariffSelection__radio:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FF7671 0%, #FF4F4D 100%);
}
@media (min-width: 540px) {
  .tariffSelection .tariffSelection__item input:checked + .tariffSelection__radio:before {
    width: 14px;
    height: 14px;
  }
}
.tariffSelection .tariffSelection__item__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-left: 1.5px;
}
@media (min-width: 540px) {
  .tariffSelection .tariffSelection__item__list {
    padding-left: 9px;
  }
}
.tariffSelection .tariffSelection__item__list__inner {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.tariffSelection .tariffSelection__item__detail {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  transition: all 0.3s ease-out;
}
@media (min-width: 540px) {
  .tariffSelection .tariffSelection__item__detail {
    column-gap: 14px;
    font-size: 16px;
  }
}
.tariffSelection .tariffSelection__item__detail_img {
  padding: 0 !important;
}
.tariffSelection .tariffSelection__item__detail_img svg {
  width: 12px;
  display: block;
}
@media (min-width: 540px) {
  .tariffSelection .tariffSelection__item__detail_img svg {
    width: unset;
    display: unset;
  }
}
.tariffSelection .tariffSelection__item__detail--hidden {
  display: none;
}
.tariffSelection .tariffSelection__item .tariffSelection__item_under__open .tariffSelection__item__detail--hidden {
  display: flex;
}
.tariffSelection .tariffSelection__item_arrow {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #7481AA;
  padding-top: 15px;
  margin: 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: row;
  column-gap: 5px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 540px) {
  .tariffSelection .tariffSelection__item_arrow {
    font-size: 16px;
    column-gap: 8px;
  }
}
.tariffSelection .tariffSelection__item_arrow:hover, .tariffSelection .tariffSelection__item_arrow:focus {
  color: #B4193E;
}
.tariffSelection .tariffSelection__item_arrow:hover path, .tariffSelection .tariffSelection__item_arrow:focus path {
  fill: #B4193E;
}
.tariffSelection .tariffSelection__item_arrow-arrow {
  width: 13px;
}
.tariffSelection .tariffSelection__item_arrow-arrow--transform {
  transform: rotateX(180deg);
  animation-duration: 1s;
}
.tariffSelection .tariffSelection__content {
  display: flex;
  column-gap: 10px;
  flex-direction: column;
  row-gap: 5px;
}
.tariffSelection .tariffSelection__radio {
  position: relative;
  border-radius: 50%;
  border: 2px solid #E0E4EF;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
@media (min-width: 540px) {
  .tariffSelection .tariffSelection__radio {
    border: 3px solid #E0E4EF;
    width: 26px;
    height: 26px;
  }
}
.tariffSelection .tariffSelection__title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin: 0;
}
@media (min-width: 540px) {
  .tariffSelection .tariffSelection__title {
    font-size: 20px;
  }
}
.tariffSelection .tariffSelection__discription {
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  display: flex;
  align-items: end;
}
.tariffSelection .tariffSelection__discription span {
  color: #151D33;
}
.tariffSelection .tariffSelection__total {
  font-weight: 700;
}
.tariffSelection .tariffSelection__item_under {
  transition: max-height 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tariffSelection .tariffSelection__item_under div {
  /* padding-top: 15px;*/
  /*  padding-bottom: 15px;*/
}

.tariffSelection__item.active {
  position: relative;
  border-radius: 20px;
  overflow: inherit;
  border: unset;
}
.tariffSelection__item.active:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 3px;
  background: linear-gradient(180deg, #FF7671 0%, #FF4F4D 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.tariffSelection__item__MAGNUM.active:before {
  background: #B78602;
}

.tariffSelection__item__BALTHAZAR.active:before {
  background: #E96000;
}

.tariffSelection__item:hover:not(.active), .tariffSelection__item:focus:not(.active) {
  position: relative;
  border-radius: 20px;
  overflow: inherit;
  border: unset;
}
.tariffSelection__item:hover:not(.active):before, .tariffSelection__item:focus:not(.active):before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid #B5BFDD;
  box-shadow: 0px 0px 30px rgba(116, 129, 170, 0.2);
  border-radius: 20px;
}

.tariffSelection__item_1.active .tariffSelection__item_title {
  border-top: 1px solid #E0E4EF;
}
.tariffSelection__item_1.active .tariffSelection__item_title .tariffSelection__accordionArrow {
  transform: rotate(180deg);
}
.tariffSelection__item_1.active .tariffSelection__item_under {
  max-height: 200px;
}

.tariffSelection__item_2.active .tariffSelection__item_title {
  border-top: 1px solid #E0E4EF;
}
.tariffSelection__item_2.active .tariffSelection__item_title .tariffSelection__accordionArrow {
  transform: rotate(180deg);
}
.tariffSelection__item_2.active .tariffSelection__item_title .tariffSelection__radio:before {
  content: "";
  width: 14.86px;
  height: 14.86px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FF7671 0%, #FF4F4D 100%);
}
.tariffSelection__item_2.active .tariffSelection__item_under {
  max-height: 200px;
}

.tariffSelection__item_3.active .tariffSelection__item_title {
  border-top: 1px solid #E0E4EF;
}
.tariffSelection__item_3.active .tariffSelection__item_title .tariffSelection__accordionArrow {
  transform: rotate(180deg);
}
.tariffSelection__item_3.active .tariffSelection__item_title .tariffSelection__radio:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FF7671 0%, #FF4F4D 100%);
}
.tariffSelection__item_3.active .tariffSelection__item_under {
  max-height: 200px;
}

.wineClub__btn {
  display: inline-block;
  background: #151D33 !important;
  color: #FFFFFF !important;
  border-radius: 5px;
  text-align: center;
  transition: 0.5s background-color;
}
.wineClub__btn:hover {
  background-color: #B4193E;
}

.tariffSelection__offer {
  color: #242E49;
  margin-top: 30px;
}
.tariffSelection__offer__buttons {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.tariffSelection__offer__buttons__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}
.tariffSelection__offer__buttons__wrapper button {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  max-width: 200px;
  width: 100%;
  padding: 17px 0;
  border: none;
  border-radius: 5px;
}
.tariffSelection__offer__buttons__wrapper .tariffSelection__offer__buttons__subs_button {
  background: linear-gradient(180deg, #FF7671 0%, #FF4F4D 100%);
}
.tariffSelection__offer__buttons__wrapper .tariffSelection__offer__buttons__subs_button[disabled] {
  opacity: 0.5;
}
.tariffSelection__offer__buttons__wrapper .tariffSelection__offer__buttons__subs_button.buttom_magnum:hover, .tariffSelection__offer__buttons__wrapper .tariffSelection__offer__buttons__subs_button.buttom_magnum:focus {
  background: #B78602 !important;
}
.tariffSelection__offer__buttons__wrapper .tariffSelection__offer__buttons__subs_button.buttom_imperial:hover, .tariffSelection__offer__buttons__wrapper .tariffSelection__offer__buttons__subs_button.buttom_imperial:focus {
  background: #E83633 !important;
}
.tariffSelection__offer__buttons__wrapper .tariffSelection__offer__buttons__set_button {
  background: #242E49;
}
.tariffSelection__offer__buttons__wrapper .tariffSelection__offer__buttons__set_button:hover, .tariffSelection__offer__buttons__wrapper .tariffSelection__offer__buttons__set_button:focus {
  background: #151D33;
}
.tariffSelection__offer__buttons p {
  margin: 0;
}
.tariffSelection__offer__wrapper {
  max-width: 350px;
  margin: 0 auto;
  padding-top: 16.5px;
  padding-bottom: 17.5px;
  padding-left: 20px;
  background: #F7F7FA;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media (min-width: 540px) {
  .tariffSelection__offer__wrapper {
    max-width: 596px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-radius: 20px;
  }
}
@media (min-width: 940px) {
  .tariffSelection__offer__wrapper {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 50px;
  }
}
.tariffSelection__offer__wrapper:after {
  content: "";
  position: absolute;
  background-image: url("/local/templates/dgw/assets/images/image_offer_begin_mobile.png");
  background-repeat: no-repeat;
  border-radius: 0px 10px 10px 0px;
  width: 179px;
  height: 100%;
  background-size: contain;
  background-position: right;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 540px) {
  .tariffSelection__offer__wrapper:after {
    width: 140px;
    height: 100%;
    background-size: cover;
    background-position-x: right;
    border-radius: 0px 20px 20px 0px;
    background-image: url("/local/templates/dgw/assets/images/lk/image_offer_begin.png");
  }
}
@media (min-width: 940px) {
  .tariffSelection__offer__wrapper:after {
    width: 160px;
    height: 100%;
  }
}
.tariffSelection__offer__title {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 10px;
  max-width: 75%;
}
@media (min-width: 540px) {
  .tariffSelection__offer__title {
    font-size: 20px;
    margin-bottom: 5px;
    max-width: unset;
  }
}
@media (min-width: 940px) {
  .tariffSelection__offer__title {
    font-size: 24px;
  }
}
.tariffSelection__offer__desc {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 50px;
}
@media (min-width: 540px) {
  .tariffSelection__offer__desc {
    margin-bottom: 15px;
  }
}
@media (min-width: 940px) {
  .tariffSelection__offer__desc {
    margin-bottom: 20px;
  }
}
.tariffSelection__offer__button {
  position: relative;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF;
  background: #B4193E;
  border-radius: 5px;
  padding: 18px 20px;
  border: none;
  min-width: 310px;
  margin: 0;
  transition: 0.5s;
}
@media (min-width: 540px) {
  .tariffSelection__offer__button {
    min-width: 300px;
  }
}
.tariffSelection__offer__button:active, .tariffSelection__offer__button:hover {
  background: #A31235;
}
.tariffSelection__offer__button:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 22px;
  left: 112px;
  top: 13px;
  background: url("/local/templates/dgw/assets/images/check_white.svg") no-repeat;
}
.tariffSelection__offer.nonAuthorize {
  margin-top: 45px;
  margin-bottom: 25px;
  margin-right: -18px;
}
@media (min-width: 540px) {
  .tariffSelection__offer.nonAuthorize {
    margin-top: 50px;
    margin-bottom: 43px;
    margin-left: 20px;
    margin-right: unset;
  }
}
@media (min-width: 940px) {
  .tariffSelection__offer.nonAuthorize {
    margin-top: 53px;
    margin-bottom: 57px;
    margin-left: 8px;
  }
}
.tariffSelection__offer.nonAuthorize .tariffSelection__offer__buttons {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.tariffSelection__offer.nonAuthorize .tariffSelection__offer__buttons__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}
.tariffSelection__offer.nonAuthorize .tariffSelection__offer__buttons__wrapper button {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  max-width: 200px;
  width: 100%;
  padding: 17px 0;
  border: none;
  border-radius: 5px;
}
.tariffSelection__offer.nonAuthorize .tariffSelection__offer__buttons__wrapper .tariffSelection__offer__buttons__subs_button {
  background: linear-gradient(180deg, #FF7671 0%, #FF4F4D 100%);
}
.tariffSelection__offer.nonAuthorize .tariffSelection__offer__buttons__wrapper .tariffSelection__offer__buttons__subs_button[disabled] {
  opacity: 0.5;
}
.tariffSelection__offer.nonAuthorize .tariffSelection__offer__buttons__wrapper .tariffSelection__offer__buttons__subs_button.buttom_magnum:hover, .tariffSelection__offer.nonAuthorize .tariffSelection__offer__buttons__wrapper .tariffSelection__offer__buttons__subs_button.buttom_magnum:focus {
  background: #B78602 !important;
}
.tariffSelection__offer.nonAuthorize .tariffSelection__offer__buttons__wrapper .tariffSelection__offer__buttons__subs_button.buttom_imperial:hover, .tariffSelection__offer.nonAuthorize .tariffSelection__offer__buttons__wrapper .tariffSelection__offer__buttons__subs_button.buttom_imperial:focus {
  background: #E83633 !important;
}
.tariffSelection__offer.nonAuthorize .tariffSelection__offer__buttons__wrapper .tariffSelection__offer__buttons__set_button {
  background: #242E49;
}
.tariffSelection__offer.nonAuthorize .tariffSelection__offer__buttons__wrapper .tariffSelection__offer__buttons__set_button:hover, .tariffSelection__offer.nonAuthorize .tariffSelection__offer__buttons__wrapper .tariffSelection__offer__buttons__set_button:focus {
  background: #151D33;
}
.tariffSelection__offer.nonAuthorize .tariffSelection__offer__buttons p {
  margin: 0;
}
.tariffSelection__offer.nonAuthorize .tariffSelection__offer__wrapper {
  max-width: 338px;
  padding-top: 10px;
  padding-bottom: 17.5px;
  padding-left: 19px;
  border-radius: 20px;
}
@media (min-width: 540px) {
  .tariffSelection__offer.nonAuthorize .tariffSelection__offer__wrapper {
    padding-top: 25px;
    padding-bottom: 35px;
    padding-left: 30px;
    max-width: 390px;
  }
}
@media (min-width: 940px) {
  .tariffSelection__offer.nonAuthorize .tariffSelection__offer__wrapper {
    padding-top: 66px;
    padding-bottom: 76px;
    padding-left: 50px;
    max-width: 552px;
  }
}
.tariffSelection__offer.nonAuthorize .tariffSelection__offer__wrapper:after {
  background-image: url("/local/templates/dgw/assets/images/image_offer_begin_nonauth_mobile.png");
  border-radius: 0px 20px 20px 0px;
  width: 126px;
  height: 100%;
  background-size: contain;
  background-position: right;
  right: 0;
  top: 0;
}
@media (min-width: 540px) {
  .tariffSelection__offer.nonAuthorize .tariffSelection__offer__wrapper:after {
    width: 180px;
    height: 100%;
    background-size: contain;
    border-radius: 0px 20px 20px 0px;
    background-position-x: right;
    background-image: url("/local/templates/dgw/assets/images/image_offer_begin_nonauth.png");
  }
}
@media (min-width: 940px) {
  .tariffSelection__offer.nonAuthorize .tariffSelection__offer__wrapper:after {
    height: 100%;
    width: 260px;
    background-size: contain;
    border-radius: 0px 20px 20px 0px;
    background-image: url("/local/templates/dgw/assets/images/image_offer_begin_nonauth.png");
  }
}
.tariffSelection__offer.nonAuthorize .tariffSelection__offer__wrapper:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 107%;
  height: 120%;
  background-size: cover;
  right: -1.5%;
  top: -17px;
  background-repeat: no-repeat;
  background-image: url("/local/templates/dgw/assets/images/image_offer_begin_dot_mobile.svg");
}
@media (min-width: 540px) {
  .tariffSelection__offer.nonAuthorize .tariffSelection__offer__wrapper:before {
    width: 117%;
    height: 130%;
    background-size: contain;
    top: -20px;
    right: -5.5%;
    background-image: url("/local/templates/dgw/assets/images/image_offer_begin_dot_tablet.svg");
  }
}
@media (min-width: 940px) {
  .tariffSelection__offer.nonAuthorize .tariffSelection__offer__wrapper:before {
    height: 126%;
    width: 115%;
    background-size: contain;
    top: -23px;
    right: -7.5%;
    background-image: url("/local/templates/dgw/assets/images/image_offer_begin_dot.svg");
  }
}
.tariffSelection__offer.nonAuthorize .tariffSelection__offer__title {
  margin-bottom: 5px;
  max-width: 180px;
}
@media (min-width: 540px) {
  .tariffSelection__offer.nonAuthorize .tariffSelection__offer__title {
    max-width: 240px;
  }
}
@media (min-width: 940px) {
  .tariffSelection__offer.nonAuthorize .tariffSelection__offer__title {
    font-size: 24px;
  }
}
.tariffSelection__offer.nonAuthorize .tariffSelection__offer__desc {
  margin-bottom: 10px;
}
@media (min-width: 540px) {
  .tariffSelection__offer.nonAuthorize .tariffSelection__offer__desc {
    margin-bottom: 20px;
  }
}
.tariffSelection__offer.nonAuthorize .tariffSelection__offer__button {
  max-width: 160px;
  width: 100%;
  min-width: unset;
  padding: 18px 20px;
}
.tariffSelection__offer.nonAuthorize .tariffSelection__offer__button:before {
  width: 16px;
  height: 21px;
  left: 41px;
  top: 14px;
  background-size: contain;
}

.tariffSelection_wrapper {
  display: flex;
  column-gap: 20px;
  max-width: 745px !important;
  justify-content: center;
  align-items: start;
  margin-bottom: 30px !important;
}
@media (min-width: 540px) {
  .tariffSelection_wrapper {
    align-items: center;
  }
}
@media (min-width: 940px) {
  .tariffSelection_wrapper {
    column-gap: 30px;
  }
}
.tariffSelection_wrapper__container {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  color: #242E49;
  justify-content: center;
  text-align: left;
}
@media (min-width: 540px) {
  .tariffSelection_wrapper__container {
    row-gap: 10px;
  }
}
@media (min-width: 940px) {
  .tariffSelection_wrapper__container {
    row-gap: 20px;
  }
}
.tariffSelection_wrapper__container_title {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 10px;
}
@media (min-width: 540px) {
  .tariffSelection_wrapper__container_title {
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 940px) {
  .tariffSelection_wrapper__container_title {
    font-size: 24px;
  }
}
.tariffSelection_wrapper__container_subtitle {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin: 0;
}
.tariffSelection_wrapper__image img {
  max-width: 82px;
}
@media (min-width: 540px) {
  .tariffSelection_wrapper__image img {
    max-width: 98px;
  }
}
@media (min-width: 940px) {
  .tariffSelection_wrapper__image img {
    max-width: unset;
  }
}

.mainheight--nonAuth {
  background: url("/local/templates/dgw/assets/images/wine_club_start_nonAuth.png") repeat;
  background-position: center center;
}
@media (min-width: 540px) {
  .mainheight--nonAuth {
    background: url("/local/templates/dgw/assets/images/wine_club_start_nonAuth--tablet.png") repeat;
    background-position: center center;
  }
}
@media (min-width: 940px) {
  .mainheight--nonAuth {
    background: url("/local/templates/dgw/assets/images/wine_club_start_nonAuth--desktop.png") repeat;
    background-position: center center;
  }
}
@media (min-width: 1350px) {
  .mainheight--nonAuth {
    background: url("/local/templates/dgw/assets/images/wine_club_start_nonAuth--desktop-max.png") repeat;
    background-position: center center;
  }
}
.mainheight--nonAuth .header-sticky {
  display: none;
}

.nonAuthorize .subscription-modal-title__mobile {
  align-items: center;
}
.nonAuthorize .subscription-modal-title__mobile__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nonAuthorize .subscription-modal-title__desktop {
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 940px) {
  .nonAuthorize .subscription-modal-container.nonAuthorize .subscription-modal-title__desktop .tariffSelection_wrapper__container {
    row-gap: 20px;
  }
}
.nonAuthorize .tariffSelection_wrapper__image {
  display: flex;
  margin: 0 auto;
  min-width: 100%;
  justify-content: center;
}
.nonAuthorize .tariffSelection_wrapper {
  margin-bottom: 20px !important;
  padding-top: 60px;
}
@media (min-width: 540px) {
  .nonAuthorize .tariffSelection_wrapper {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 940px) {
  .nonAuthorize .tariffSelection_wrapper {
    margin-bottom: 40px !important;
  }
}
.nonAuthorize .tariffSelection_wrapper__image img {
  min-width: 130px;
  height: 160px;
}
@media (min-width: 940px) {
  .nonAuthorize .tariffSelection_wrapper__image img {
    min-width: 160px;
    height: 200px;
  }
}
.nonAuthorize .tariffSelection_wrapper__container {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  align-items: center;
}
.nonAuthorize .tariffSelection_wrapper__container_title {
  font-size: 24px;
  margin-bottom: 0;
  max-width: 330px;
}
@media (min-width: 540px) {
  .nonAuthorize .tariffSelection_wrapper__container_title {
    font-size: 36px !important;
  }
}
@media (min-width: 940px) {
  .nonAuthorize .tariffSelection_wrapper__container_title {
    font-size: 48px !important;
    max-width: none;
  }
}
.nonAuthorize .tariffSelection_wrapper__container_subtitle {
  font-size: 14px;
}
@media (min-width: 540px) {
  .nonAuthorize .tariffSelection_wrapper__container_subtitle {
    min-width: 470px;
  }
}
@media (min-width: 940px) {
  .nonAuthorize .tariffSelection_wrapper__container_subtitle {
    font-size: 20px;
    max-width: 525px;
  }
}
.nonAuthorize .tariffSelection__accent-color {
  background-image: linear-gradient(180deg, #FF7671 0%, #FF4F4D 100%);
  color: transparent;
  -webkit-background-clip: text;
  font-weight: 700;
}
.nonAuthorize .tariffSelection__offer.nonAuthorize {
  margin: 0;
}
.nonAuthorize .tariffSelection__offer.nonAuthorize .tariffSelection__offer__desc {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
}
@media (min-width: 540px) {
  .nonAuthorize .tariffSelection__offer.nonAuthorize .tariffSelection__offer__desc {
    font-size: 20px;
  }
}
.nonAuthorize .tariffSelection__offer.nonAuthorize .tariffSelection__offer__desc .tariffSelection__accent-color {
  font-weight: 400;
}
.nonAuthorize .tariffSelection__offer.nonAuthorize .tariffSelection__offer__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 80px;
  gap: 5px;
  min-width: 225px;
  height: 70px;
  font-size: 20px;
  background: linear-gradient(180deg, #FF7671 0%, #FF4F4D 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 5px 10px 30px rgba(37, 46, 74, 0.3);
  border-radius: 10px;
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}
.nonAuthorize .tariffSelection__offer.nonAuthorize .tariffSelection__offer__button:hover, .nonAuthorize .tariffSelection__offer.nonAuthorize .tariffSelection__offer__button:active, .nonAuthorize .tariffSelection__offer.nonAuthorize .tariffSelection__offer__button:focus {
  background: #E83633;
  color: #FFFFFF;
}
.nonAuthorize .tariffSelection__offer.nonAuthorize .tariffSelection__offer__button:before {
  content: none;
}
.nonAuthorize .tariffSelection__offer.nonAuthorize .tariffSelection__offer__wrapper {
  height: auto;
  width: auto;
  padding: 0;
  background: none;
  margin: 0 auto;
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}
@media (min-width: 540px) {
  .nonAuthorize .tariffSelection__offer.nonAuthorize .tariffSelection__offer__wrapper {
    row-gap: 15px;
  }
}
@media (min-width: 940px) {
  .nonAuthorize .tariffSelection__offer.nonAuthorize .tariffSelection__offer__wrapper {
    row-gap: 20px;
  }
}
.nonAuthorize .tariffSelection__offer.nonAuthorize .tariffSelection__offer__wrapper:before {
  content: none;
  position: relative;
  background-image: none;
}
.nonAuthorize .tariffSelection__offer.nonAuthorize .tariffSelection__offer__wrapper:after {
  content: none;
  position: relative;
  background-image: none;
}

.easywine-quiz-block {
  color: #242E49;
  margin-top: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border: 1px dashed #FF7671;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}
.easywine-quiz-block__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #FF7671;
  margin-bottom: 20px;
}
.easywine-quiz-block__title span {
  font-weight: 400;
  color: #242E49;
}
.easywine-quiz-block__subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.easywine-quiz-block__button {
  background: linear-gradient(180deg, #FF7671 0%, #FF4F4D 100%);
  font-size: 20px;
  line-height: 100%;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  padding: 25px 80px;
  border: 2px solid #fff;
  box-shadow: 5px 10px 30px 0px rgba(37, 46, 74, 0.3019607843);
  margin-bottom: 20px;
  cursor: pointer;
}
.easywine-quiz-block__button:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url("/local/templates/dgw/assets/images/arrow_white_right.svg") no-repeat;
  background-size: contain;
}
.easywine-quiz-block__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.easywine-quiz-block.nonAuthorize {
  border: 0;
}
.easywine-quiz-block.nonAuthorize .easywine-quiz-block__button {
  margin-bottom: 30px;
}

.plan__title {
  font-weight: 700;
  color: #242E49;
  line-height: 1.4;
  font-size: 20px;
  font-family: "Roboto Slab";
  margin-bottom: 30px;
}
.plan__pay-block {
  margin: 0 0 30px 0;
  width: fit-content;
}
.plan__pay-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.plan__pay-icon {
  background: url("/local/templates/dgw/assets/images/paysystem/montly-payment.svg");
  width: 30px;
  height: 30px;
}
.plan__separator {
  margin-top: 18px;
}
.plan__date-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.plan__pay-info {
  margin-top: 20px;
}
.plan__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  gap: 10px;
}
.plan__date-title {
  color: #7481AA;
}
.plan__subscribe .subscribe-monthly-btn {
  padding: 22px 40px;
  border-radius: 10px;
  background: white;
  color: #242E49;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  border: 1px solid #7481AA;
}
.plan__subscribe .subscribe-monthly-btn:hover {
  color: white;
}

.plan-card {
  color: #242E49;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.plan-card__image-block {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0px 0px 30px 0px rgba(116, 129, 170, 0.2);
}
.plan-card__image-block img {
  max-width: 100%;
  max-height: 100%;
}
.plan-card__info-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 10px;
}
.plan-card__name {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
}
.plan-card__price {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}
.plan-card__status {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #7481AA;
  padding-left: 16px;
  position: relative;
}
.plan-card__status--active::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
  background: #84B04C;
}

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