@charset "UTF-8";

/* КОРРЕКТНО ПОДКЛЮЧИТЬ ВСЕ ШРИФТЫ!!!! */
/* @font-face {
  font-family: 'CENTURY';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../css/fonts/CENTURY.TTF");
}

@font-face {
    font-family: 'Raleway';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../css/fonts/Raleway-Regular.ttf");
  } */

* {
    box-sizing: border-box;
    /* ОБРАЩАЮ ВНИМНЕИЕ НА ЭТО ПРАВИЛО!!!! оно выравнивает цифры */
    font-variant-numeric: lining-nums;
}

input {
    outline:none;
}

html {
    font-size: 10px;
}

body {
    margin: 0;
    font-family: 'Raleway';
}

.lkUlContainer {
    width: 119.1rem;
    margin: 0 auto;
    padding-top: 20.6rem;
    padding-bottom: 4.6rem;
    max-width: 1192px;
}

.lkUlWrapper {
    display: flex;
    align-items: flex-start;
    /* min-height: 100vh; */
}

.lkUlLeftSide {
    width: 100%;
    max-width: 27.3rem;
}

.lkUlRightSide {
    width: 100%;
    max-width: 91.8rem;
}

.lkUlMenu__menuElem {
    display: block;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #6D6D6D;
    text-decoration: none;
}

.lkUlMenu__menuElem:hover {
    color: #222;
    transition: 0.2s;
    text-decoration: underline;
}

.lkUlMenu__menuElem.lkUlMenu__menuElem_active {
    color: #222;
}

.lkUlMenu__menuElem:last-child {
    margin-bottom: 0;
}

.lkUlTitleWrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2.9rem;
}

.lkUlTitle {
    font-family: Century;
    font-size: 2.4rem;
    color: #222;
}

.lkUlTitleWrapper__exit {
    font-size: 2.2rem;
    color: #CD6567;
    text-decoration: none;
}

.lkUlTitleWrapper__exit:hover {
    text-decoration: underline;
}

.lkUlRightSideWrapper {
    box-shadow: 1px 1px 4px 0px rgba(151, 148, 148, 0.18);
    border-radius: 0.6rem;
    padding: 4rem 5rem;
}

.lkUlInnerTitle {
    font-size: 2.2rem;
    margin-bottom: 2.7rem;
}

.lkUlPole {
    margin-bottom: 2.9rem;
    width: 100%;
    margin-right: 3rem;
}

.lkUlPole:last-child {
    margin-right: 0;
}

.lkUlPole__title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #838383;
}

.lkUlPole__content {
    height: 23px;
    font-size: 1.6rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #D9D9D9;
}

.lkUlPoleWrapper {
    display: flex;
    align-items: flex-end;
}

.lkUlPoleWrapperMb6 {
    margin-bottom: 6rem;
}

.lkUlStaff__topText {
    font-size: 1.7rem;
    color: #838383;
    margin-bottom: 3.2rem;
}

.lkUlStaffItem {
    padding: 2.3rem 2.9rem;
    margin-bottom: 1.4rem;
    box-shadow: 1px 1px 4px 0px rgba(151, 148, 148, 0.18);
}

.lkUlStaffItem:last-child {
    margin-bottom: 0;
}

.lkUlStaffItem__contact {
    font-size: 1.6rem;
    color: #3E7EBC;
    margin-bottom: 0.3rem;
}

.lkUlStaffItemWrapper {
    display: flex;
    align-items: flex-end;
}

.lkUlStaffItem__name{
    width: 100%;
    max-width: 50%;
    font-size: 1.8rem;
    color:  #272727;
    padding-right: 2rem;
}

.lkUlStaffItem__phone{
    width: 100%;
    max-width: 30%;
    font-size: 1.5rem;
    color: #6D6D6D;
    padding-right: 2rem;
}

.lkUlStaffItem__orders{
    width: 100%;
    max-width: 20%;
    font-size: 1.7rem;
    color: #ACACAC;
}

.lkUlOrdersTop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6.2rem;
}

.lkUlOrdersTopItem {
    box-shadow: 1px 1px 4px 0px rgba(151, 148, 148, 0.18);
    padding: 2.2rem 2.6rem;
    margin-right: 1.8rem;
    width: 100%;
}

.lkUlOrdersTopItem:last-child {
    margin-right: 0;
    min-width: 58.7rem;
}

.lkUlOrdersTopItem__text {
    font-size: 1.6rem;
    color: #616161;
    margin-bottom: 0.9rem;
    line-height: 1.5;
}

.lkUlOrdersTopItem__count {
    font-size: 3.2rem;
    color: #272727;
}

.lkUlOrdersTopItem_dFlex {
    display: flex;
    justify-content: space-between;
}

.lkUlOrdersTopItem_dFlex .lkUlOrdersTopItem__text {
    margin-right: 5.3rem;
    margin-bottom: 0;
}

.lkUlOrdersTopItem__btn {
    font-size: 1.7rem;
    color: white;
    padding: 1.4rem 4.5rem;
    background-color: #6F1B2D;
    min-width: max-content;
    align-self: center;
    border-radius: 0.5rem;
}

.lkUlFilterWrapper {
    margin-bottom: 2.7rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.lkUlFilter {
    position: relative;
    margin-right: 1.8rem;
}

.lkUlFilter__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 1.5rem;
    cursor: pointer;
    border-radius: 0.5rem;
    border: 1px solid #ACACAC;
}

.lkUlFilter__content:hover {
    transition: 0.2s;
    background-color: #ebebeb;
}

.lkUlFilter__text {
    font-size: 1.5rem;
    color: #373737;
    width: 20rem;
}

.lkUlFilter__img img {
    display: block;
}

.lkUlFilterDropdown {
    border-radius: 0.5rem;
    border: 1px solid #ACACAC;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
}

.lkUlFilterDropdown_active {
    display: block;
}

.lkUlFilterDropdown__item {
    font-size: 1.5rem;
    color: #373737;
    padding: 0.8rem 1.5rem;
    cursor: pointer;
}

.lkUlFilterDropdown__item:hover {
    transition: 0.2s;
    background-color: #ebebeb;
}

.lkUlFilterResetFilter .lkUlFilter__text {
    color: white;
    padding: 0.8rem 1.5rem;
    cursor: pointer;
    border-radius: 0.5rem;
    border: 1px solid #CD6567;
    background-color: #CD6567;
}

.lkUlFilterResetFilter .lkUlFilter__text:hover {
    background-color: #b95254;
    transition: 0.2s;
}

.lkUlOrder__title {
    /* font-family: 'CENTURY'; */
    font-size: 2rem;
    color: #272727;
    margin-bottom: 1.5rem;
}

.lkUlOrderItem {
    box-shadow: 1px 1px 4px 0px rgba(151, 148, 148, 0.18);
    border-radius: 0.6rem;
    margin-bottom: 1.2rem;
    padding: 1.9rem 2.8rem;
}

.lkUlOrderItem:last-child {
    margin-bottom: 0;
}

.lkUlOrderItem__customer {
    font-size: 1.6rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 1.7rem;
    color: #939393;
}

.lkUlOrderItemWrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.2rem;
}

.lkUlOrderItemLeftSide, .lkUlOrderItemCenter {
    padding-right: 2rem;
}

.lkUlOrderItemLeftSide {
    min-width: 50%;
}

.lkUlOrderItemCenter {
    min-width: 25%;
}

.lkUlOrderItemRightSide {
    min-width: 25%;
}

.lkUlOrderItemLeftSideWrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.5rem;
}

.lkUlOrderItemLeftSide__orderNumber {
    font-size: 1.8rem;
    margin-right: 2rem;
}

.lkUlOrderItemLeftSide__orderDeliveryDate {
    font-size: 1.6rem;
    background-color: #E2E2E2;
    color: #838383;
    padding: 0.5rem 1.9rem;
    border-radius: 0.5rem;
}

.lkUlOrderItemLeftSide__orderDate {
    font-size: 1.6rem;
    color: #939393;
    margin-right: 1.5rem;
}

.lkUlOrderItemLeftSide__orderPickup {
    font-size: 1.6rem;
    color: #939393;
}

.lkUlOrderItemLeftSideWrapper_mb22 {
    margin-bottom: 2.2rem;
}

.lkUlOrderItemLeftSideWrapper_notFlex {
    flex-direction: column;
    align-items: flex-start;
}

.lkUlOrderItemLeftSide__orderAddress,
.lkUlOrderItemLeftSide__orderDateTime,
.lkUlOrderItemLeftSide__orderRecipient {
    font-size: 1.6rem;
    color: #272727;
    margin-bottom: 0.7rem;
}

.lkUlOrderItemLeftSide__orderAddress span,
.lkUlOrderItemLeftSide__orderDateTime span,
.lkUlOrderItemLeftSide__orderRecipient span {
    color: #939393;
    margin-right: 0.7rem;
}

.lkUlOrderItemCenter__payment {
    font-size: 1.6rem;
    color: #939393;
    margin-bottom: 0.7rem;
}

.lkUlOrderItemCenter__paymentType {
    font-size: 1.7rem;
    margin-bottom: 0.7rem;
}

.lkUlOrderItemCenter__products {
    font-size: 1.6rem;
}

.lkUlOrderItemRightSideStars {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
}

.lkUlOrderItemRightSideStars__item {
    width: 3rem;
    height: 3rem;
    background-image: url(/img/lkulico/icoLkUlStarEmpty.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 0.4rem;
}

.lkUlOrderItemRightSideStars__item_filledStar {
    background-image: url(/img/lkulico/icoLkUlStarFill.svg);
}

.lkUlOrderItemRightSide__estimate {
    font-size: 1.5rem;
    color: #3E7EBC;
    cursor: pointer;
    text-align: right;
}

.lkUlOrderItemRightSide__estimate:hover {
    text-decoration: underline;
}

.lkUlOrderItemDetails__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.lkUlOrderItemDetails__text {
    font-size: 1.8rem;
    color: #3E7EBC;
    margin-right: 1rem;
}

.lkUlOrderItemDetails__title:hover .lkUlOrderItemDetails__text {
    text-decoration: underline;
}

.lkUlOrderItemDetailsWrapper {
    display: none;
    padding-top: 2.7rem;
    margin-top: 2.7rem;
    border-top: 1px solid #D9D9D9;
}

.lkUlOrderItemDetailsWrapper_active {
    display: block;
}

.lkUlOrderItemDetailsItem {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.lkUlOrderItemDetailsItem__img {
    width: 8.5rem;
    height: 7.6rem;
    border-radius: 0.3rem;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.lkUlOrderItemDetailsItemWrapper {
    padding-right: 2rem;
}

.lkUlOrderItemDetailsItem__name {
    font-family: Century;
    font-size: 1.7rem;
    margin-bottom: 0.6rem;
}

.lkUlOrderItemDetailsItem__size {
    font-size: 1.6rem;
    color: #6D6D6D;
}

.lkUlOrderItemDetailsItem__count {
    font-size: 1.6rem;
    color: #6D6D6D;
}

.lkUlOrderItemDetailsItem__price {
    font-size: 1.6rem;
}

.lkUlOrderItemDetailsItemWrapperDf {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lkUlOrderItemDetailsItem__cart {
    font-size: 1.7rem;
    margin-right: 1.8rem;
    color: #6D6D6D;
    cursor: pointer;
}

.lkUlOrderItemDetailsItem__cart:hover {
    transition: 0.2s;
    color: #6F1B2D;
}

.lkUlOrderItemDetailsItemImgWrapper {
    min-width: 10rem;
}

.lkUlOrderItemDetailsItemWrapper {
    min-width: 39rem;
}

.lkUlOrderItemDetailsItem__count {
    min-width: 8.8rem;
}

.lkUlOrderItemDetailsItem__price {
    min-width: 12rem;
}

.lkUlOrderItemDetailsItemWrapperDf {
    min-width: 16.3rem;
}

.lkUlOrderItemDetailsItem__favourites div {
    cursor: pointer;
}

.lkUlOrderItemDetailsItem__favourites div:nth-child(2) {
    display: none;
}

.lkUlOrderWrapper {
    margin-bottom: 6.8rem;
}

.lkUlPopup {
	position: fixed;
	top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
    background-color: #fff;
    border-radius: 0.6rem;
    padding: 4.5rem;
}

.lkUlPopup__title {
    font-size: 2.4rem;
    font-family: Century;
    margin-bottom: 4.2rem;
}

.lkUlPopup__text {
    font-size: 1.4em;
    color: #838383;
    margin-bottom: 1.1rem;
}

.lkUlPopup__input {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 3.1rem;
    width: 28.4rem;
}

.lkUlPopup__input input {
    padding-bottom: 0.3rem;
    font-family: 'Raleway';
    font-size: 1.7rem;
    border: none;
    width: 100%;
}

.lkUlPopup__btn {
    background: linear-gradient(180deg, #6F1B2D 0%, #520916 100%);
    color: white;
    padding: 1.4rem 5rem; 
    border: none;
    border-radius: 0.6rem;
    font-family: 'Raleway';
    font-size: 1.7rem;
    cursor: pointer;
    padding-bottom: 1.6rem;
}

.lkUlPopup__btn:hover {
    transition: 0.2s;
    background: linear-gradient(180deg, #641324 0%, #41000C 100%);
}

.lkUlPopup__close {
    position: absolute;
    padding: 1rem;
    right: 3rem;
    top: 3rem;
    cursor: pointer;
}

.lkUlPopup__btn:disabled {
    background: #D9D9D9;
    cursor: default;
}

.orderWrapperCountPriceCart {
    display: flex;
}

.lkMenu_menuElem {
    font-size: 2.3rem;
    color: #6D6D6D;
    margin-bottom: 2rem;
    display: block;
    text-decoration: none;
}

.lkMenu_menuElem:hover {
    color: #222222;
}

.lkMenu_menuElem:last-child {
    margin-bottom: 0;
}

.lkTitle {
    font-size: 2.4rem;
    margin-bottom: 2.7rem;
}

.lkMainProgramOuterWrapper {
    display: flex;
    margin-bottom: 2.7rem;
    flex-wrap: wrap;
}

.lkMainProgram {
    box-shadow: 1px 1px 4px 0px rgba(151, 148, 148, 0.18);
    padding: 1.8rem 2.6rem;
    border-radius: 0.6rem;
    margin-right: 1.6rem;
    flex-grow: 1;
}

.lkMainProgram:last-child {
    margin-right: 0;
}

.lkMainProgram__title {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

.lkMainProgramWrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.lkMainProgram__ico {
    margin-right: 1.8rem;
}

.lkMainProgram__count {
    font-size: 2.2rem;
    color: #222222;
}

.lkFriends {
    margin-bottom: 5.8rem;
}

.lkFriends__title {
    font-size: 2.4rem;
    margin-bottom: 0.8rem;
}

.lkFriends__text {
    font-size: 1.5rem;
    width: 44.2rem;
    line-height: 1.5;
}

.lkOrderActive {
    margin-bottom: 1.4rem;
    box-shadow: 1px 1px 4px 0px rgba(151, 148, 148, 0.18);
    border-radius: 0.6rem;
    padding: 1.8rem 2.9rem; 
}

.lkOrderActive:last-child {
    margin-bottom: 0;
}

.lkOrderActive__top {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}

.lkOrderActive__number {
    font-size: 1.8rem;
    margin-right: 1.6rem;
}

.lkOrderActive__status {
    background-color: #F3E8E8;
    color: #A88B8C;
    font-size: 1.6rem;
    padding: 0.5rem 1.9rem;
    border-radius: 2.9rem;
}

.lkOrderActive__countSum {
    font-size: 1.7rem;
    flex-grow: 1;
    text-align: right;
}

.lkOrderActive__middle {
    display: flex;
    align-items: flex-start;
}

.lkOrderActiveInnerwrapper {
    width: 60%;
    min-width: 60%;
    display: flex;
}

.lkOrderActive__date {
    font-size: 1.6rem;
    margin-right: 1.5rem;
    color: #939393;
}

.lkOrderActive__deliveryType {
    font-size: 1.6rem;
    color: #939393;
}

.lkOrderActive__payment {
    flex-grow: 1;
}

.lkOrderActive__paymentTitle {
    font-size: 1.6rem;
    color: #939393;
}

.lkOrderActive__paymentType {
    font-size: 1.8rem;
}

.lkOrderActive__bottom {
    display: flex;
    align-items: flex-start;
}

.lkOrderActive__sostav {
    width: 60%;
    min-width: 60%;
}

.lkOrderActive__sostavText {
    font-size: 1.8rem;
}

.lkOrderActive__sostavDropdown {
    display: flex;
    display: none;
}

.lkOrderActive__sostavDropdown a {
    width: 8.5rem;
    height: 7.6rem;
    margin-right: 0.5rem;
}

.lkOrderActive__sostavDropdown a:last-child {
    margin-right: 0;
}

.lkOrderActive__sostavDropdown a img {
    width: 100%;
}

.lkOrderActive__paymentCheque {
    color: #3E7EBC;
    font-size: 1.6rem;
}

.lkKupon__box {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.lkKupon__box_item {
    position: relative;
    width: 289px;
    height: 127px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-left: 60px;
    gap: 5px;
}
.lkKupon__box.inactive-coupons .lkKupon__box_item {
    filter: grayscale(1);
}
.lkKupon__box_item img {
    position: absolute;
    top: 90px;
    left: 14px;
}
.lkKupon__box_item_title {
    color: #272727;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    width: max-content;
}
.lkKupon__box_item_subtitle {
    color: #838383;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    width: max-content;
    max-width: 215px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.lkKupon__box_item_date {
    color: #DD3B3F;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    border-radius: 28px;
    background: #FFF;
    width: 210px;
    height: 22px;
    padding-left: 10px;
}
.lkKupon__box_item_city {
    color: #838383;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    border-radius: 28px;
    background: #FFF;
    width: 210px;
    height: 22px;
    padding-left: 10px;
}
.lkKupon__tabs {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.lkKupon__tabs_item {
    color: #A8A8A8;
    font-family: Century;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    cursor: pointer;
}
.active {
    color: #252525;
}
.noactive {
    color: #838383;
}
.lkMainProgram_width {
    width: 284px; 
}
.lkMainProgramOuterWrapper_width {
    width: max-content;
}
.lkTitle__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.7rem;
}
.lkTitle_noMg {
    margin-bottom: 0 !important;
}
.bonus__box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.bonus__box_container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bonus__box_item {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.bonus__box_item_date {
    color: #ACACAC;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.bonus__box_item_block {
    display: flex;
    justify-content: space-between;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 1px 1px 4px 0px rgba(151, 148, 148, 0.18);
    width: 582px;
    height: 72px;
    padding: 15px;
}
.bonus__box_item_block_infoBlock {
    display: flex;
    gap: 35px;
}
.bonus__box_item_block_titleBox {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.bonus__box_item_block_titleBox_title {
    color: #272727;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.bonus__box_item_block_titleBox_subtitle {
    color: #838383;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.bonus__value {
    color: #000;
    text-align: right;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bonus__status {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.bonus__status_item {
    display: flex;
    align-items: center;
    gap: 6px;
}
.bonus__status_item_title {
    color: #939393;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.friend__box {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}
.friend__box_title {
    color: #272727;
    font-family: Century;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 11px;
}
.friend__box_subtitle {
    color: #838383;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 40px;
}
.friend__box_block {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}
.friend__box_item {
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.friend__box_item_title {
    color: #838383;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.friend__box_item_copy {
    display: flex;
    width: 356px;
    padding: 10px 12px;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    border: 1px solid #A8A8A8;  
}
.friend__box_item_copy svg {
    cursor: pointer;
}
.friend__box_item_copy_value {
    width: 100%;
    color: #A8A8A8;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.friend__social_box {
}
.how__box {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background: #F3E8E8;
    padding: 15px;
    max-width: 470px;
    width: 100%;
}
.how__box_title {
    color: #252525;
    margin-bottom: 5px;
    font-family: Century;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}
.how__box_subtitle {
    color: #252525;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.podborka__box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 6px;
    background: url(/img/bgGlk.png) lightgray 50% / cover no-repeat;   
    max-width: 888px;
    width: 100%;
    padding: 20px;
}
.podborka__box_titleBox {
    display: flex;
    flex-direction: column;
}
.podborka__box_titleBox_subtitle {
    color: #FFF;
    margin-bottom: 3px;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.podborka__box_titleBox_title {
    color: #FFF;
    font-family: Century;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.podborka__box_btn {
    border-radius: 6px;
    cursor: pointer;
    border: 1.5px solid #FFF;
    max-width: 337px;
    width: 100%;
    height: 48px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.holid__box {
    display: flex;
    flex-direction: column;
    max-width: 888px;
    width: 100%;
    margin-top: 57px;
}
.holid__box_top {
    display: flex;
    align-items: center;
}
.holid__box_top_title {
    color: #252525;
    font-family: Century;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 90px;
}
.holid__box_top_block {
    display: flex;
    align-items: center;
    gap: 10px;
}
.holid__box_top_block_text {
    color: #6D6D6D;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.holid__box_top_block_text_small {
    font-size: 14px;
}
.holid__box_top_block_mg {
    margin-left: auto;
}
.holid__box_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.holid__box_container_left {
    display: flex;
    flex-direction: column;
}
.holid__box_container_left_value {
    color: #A8A8A8;
    margin-bottom: 25px;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.holid__box_container_left_item {
    border-radius: 4px;
    border: 1px solid #D9D9D9;  
    max-width: 379px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    margin-bottom: 4px;
}
.holid__box_container_left_item_title {
    color: #616161;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.holid__box_container_left_item svg {
    cursor: pointer;
}
.addText {
    color: #6F1B2D;
    margin-top: 30px;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.moreText {
    color: #838383;
    margin-top: 26px;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 384px;
    width: 100%;
}
.holid__box_container_right {
    display: flex;
    flex-direction: column;
    max-width: 411px;
    width: 100%;
    gap: 4px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 1px 1px 4px 0px rgba(151, 148, 148, 0.18);
    padding: 12px;
}
.holid__box_container_right_item {
    border-radius: 4px;
    background: #fff;
    display: flex;
    align-items: center;
    
}
.holid__box_container_right_item_title {
    color: #504F4F;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.holid__box_container_right_item_active {
    background: #F2D6D7;
    padding: 15px;
}
.redZV {
    color: #6F1B2D;
    font-size: 24px;
}
.check__box {
    display: flex;
    gap: 28px;
}
.prof__form {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 1px 1px 4px 0px rgba(151, 148, 148, 0.18);
    padding: 40px;
    margin-bottom: 30px;
}
.lkUlPole_width {
    max-width: 345px;
    width: 100%;
}
.btn__prof_box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}
.btn__prof_box_btn {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}
.btn__prof_box_btnSave {
    border-radius: 5px;
    background: #6F1B2D;
    display: flex;
    width: 283px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}
.btn__prof_box_btnSaveOpasity {
    cursor: default;
    opacity: 0.1;
}
.lkSogl {
    color: #A8A8A8;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 5px;
}
.lkSogl_link {
    color: #3B3B3B;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
}
.krugLK__box {
    display: flex;
    align-items: center;
    gap: 36px;
}
.krugLK__box_text {
    color: #6D6D6D;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}
.krugLK__box_text_value {
    color: #2F2F2F;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}
.krugLK__box_subtext {
    color: #6D6D6D;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    max-width: 285px;
    width: 100%;
    margin-top: 20px;
}
.krugText_rgeen {
    color: #719D18;
}
.textBox {
    display: flex;
    flex-direction: column;
}
.flexText {
    display: flex;
    align-items: center;
    gap: 20px;
}
.krugContainer {
    position: relative;
}
.krugContainer_value {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #272727;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 48px */
    letter-spacing: 2.56px;
}
.lkUlTitleWrapper_mg {
    margin-top: 48px;
}
.grafic__discrip_box {
    display: flex;
    flex-wrap: wrap;
    gap: 137px;
}
.grafic__discrip_box_item {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.grafic__discrip_box_item_title {
    color: #272727;
    font-family: Century;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.grafic__discrip_box_item_list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.grafic__discrip_box_item_list_item {
    display: flex;
    gap: 15px;
    align-items: baseline;
}
.grafic__discrip_box_item_list_value {
    color: #000;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 161.9%; /* 35.618px */
    letter-spacing: 1.32px;
}
.grafic__discrip_box_item_list_price {
    color: #696969;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 161.9%;
}
.value_green {
    color: #719D18;
}
.list_price_width {
    max-width: 460px;
    width: 100%;
}
.grafic__box img {
    width: 100%;
}