.cart__main * {
    font-family: 'Averta CY', Arial, sans-serif;
  }
  
  .d-flex {
    display: flex;
    align-items: flex-start;
  }
  
  .nav-right {
    margin-left: auto;
    gap: 50px;
    align-items: center;
  }
  
  header {
    /* padding: 16px 0; */
    border-bottom: 0.909px solid #F3F3F3;
    background: #FFF;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.03);
  }
  
  .account-txt {
    display: flex;
    flex-direction: column;
  }
  
  .account-txt span {
    color: #949494;
    font-size: 15px;
    font-weight: 350;
    line-height: 15px;
  }
  
  .account-txt span b {
    color: #2E2E2E;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
  }
  
  .account-box {
    align-items: center;
    gap: 7px;
  }
  
  .account-img {
    position: relative;
  }
  
  .account-img::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #D7D7D7;
    position: absolute;
    right: 0;
  }
  
  .phone-about {
    display: flex;
    flex-direction: column;
  }
  
  .phone-about span b {
    color: #FFF;
    font-size: 17px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: 0.85px;
  }
  
  .phone-about span {
    color: #FFF;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
  
  .phone-box {
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #F2F2F2;
    background: rgb(0, 57, 121);
    align-items: center;
    padding: 6px 14px;
    transition: .2s all ease;
  }
  
  .nav-cart {
    align-items: center;
  }
  
  .cart__main-title h1 {
    color: #000;
    font-size: 48px;
    font-weight: 250;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
  }
  
  .cart__main {
    padding-top: 80px;
  }
  
  .cart__main-title {
    margin-bottom: 65px;
  }
  
  .cart__main-subtitle h2 {
    margin: 0;
    color: #000;
    font-size: 27px;
    font-weight: 700;
    line-height: 26px;
    padding-right: 27px;
    background: #fff;
    position: relative;
    max-width: max-content;
  }
  
  .cart__main-subtitle {
    position: relative;
    margin-bottom: 35px;
  }
  
  .cart__main-subtitle::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #D4D4D4;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  
  .cart__main-inputs {
    flex-direction: column;
    width: 432px;
    gap: 32px;
    justify-content: space-between;
    transition: .2s all ease;
  }
  
  .cart-inputs {
    height: 60px;
    border-radius: 4px;
    border: 1px solid #D4D4D4;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .cart-inputs input {
    width: 100%;
    height: 100%;
    border: 0;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    font-family: circle, Arial, sans-serif;
    padding-left: 24px;
  }
  
  .cart-inputs input::placeholder {
    color: #7E7E7E;
  }
  
  .cart__main__start-row {
    gap: 32px;
    align-items: flex-start;
  }
  
  .cart-inputs::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #F00000;
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 0;
  }
  
  .cart-inputs.required::after {
    opacity: 1;
  }
  
  .cart__registration-box {
    border-radius: 4px;
    border: 1px dashed rgb(0, 57, 121);
    background: #F5FEFF;
    padding: 15px 24px;
    max-width: 410px;
  }
  
  .cart__registration-box p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }
  
  .cart__registration-box p b {
    color: rgb(0, 57, 121);
    font-weight: 700;
  }
  
  .cart__registration-box ul li {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    list-style: none;
    position: relative;
    padding-left: 18px;
  }
  
  .cart__registration-box ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 8px;
    margin-bottom: 19px !important;
  }
  
  .cart__registration-box ul li span {
    font-weight: 700;
    position: relative;
    padding-right: 13px;
    background: url(../img/a-icon.svg)no-repeat;
    background-position: right;
    background-size: 11px;
  }
  
  .cart__registration-box ul li::before {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/check-ic.svg)no-repeat;
    background-size: contain;
  }
  
  .cart__registration-row a {
    border-radius: 4px;
    background: rgb(0, 57, 121);
    padding: 8px 20px;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    transition: .2s all ease;
    border: 1px solid transparent;
  }
  
  .cart__registration-row {
    gap: 13px;
  }
  
  .cart__registration-row a:hover {
    background: transparent;
    border-color: rgb(0, 57, 121);
    color: rgb(0, 57, 121);
  }
  
  .cart__main-start {
    max-width: 865px;
  }
  
  .cart__main-box:not(:last-child) {
    margin-bottom: 70px;
  }
  
  .cart__main__label__start-about h5 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
  
  .cart__main__label-end h5 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-align: right;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
  
  .cart__main__label__start-about span {
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: block;
    transition: .2s all ease;
  }
  
  .cart__main__label-end span {
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-align: right;
  }
  
  .cart__main__label-end {
    margin-left: auto;
  }
  
  .cart__main__label-box {
    border-radius: 4px;
    border: 1px solid #D4D4D4;
    padding: 22px 30px;
  }
  
  .cart__main__label__start__active-img {
    margin-right: 10px;
    align-items: center;
    height: 23px;
  }
  
  .cart__main__label__start__active-row span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-right: 22px;
  }
  
  .cart__main__label__start__active-row a {
    color: rgb(0, 57, 121);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border-bottom: 1px dashed currentColor;
    transition: .2s all ease;
  }
  
  .cart__main__label__start__active-row {
    align-items: center;
  }
  
  .cart__main__label__start__active-row a:hover {
    border-bottom-style: solid;
  }
  
  .cart__main__label__start-active>span {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 5px 12px;
    border-radius: 4px;
    background: #F06;
    margin-top: 21px;
    display: block;
    max-width: max-content;
  }
  
  .cart__main__label__start-active {
    max-height: 0;
    overflow: hidden;
    transition: .2s all ease;
  }
  
  .cart__main-label {
    cursor: pointer;
    position: relative;
  }
  
  .pick-labels {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
  }
  
  .cart__main-label>input:checked~.cart__main__label-box {
    border: 2px solid rgb(0, 57, 121);
    background: #F5FEFF;
  }
  
  .cart__main-label>input:checked~.cart__main__label-box .cart__main__label__start-active {
    max-height: max-content;
  }
  
  .cart__main-label>input:checked~.cart__main__label-box .cart__main__label__start-about span {
    max-height: 0;
    overflow: hidden;
  }
  
  .cart__main-label>input:checked~.pick-labels {
    display: none;
  }
  
  .pick__composition__lists-label>input:checked+.pick__composition__lists-box .pick__composition__lists__box-end {
    opacity: 1;
    visibility: visible;
  }
  
  .pick__composition-title h4 {
    color: #000;
    font-size: 32px;
    font-weight: 800;
    line-height: 26px;
    margin: 0;
  }
  
  .pick__composition-title {
    margin-bottom: 45px;
  }
  
  .pick__composition__list-title h5 {
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    letter-spacing: 0;
  }
  
  .pick__composition__list-title {
    margin-bottom: 23px;
  }
  
  .pick__composition__lists__box__start-title h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
  }
  
  .pick__composition__lists-box {
    border-radius: 4px;
    background: #F8F8F8;
    border: 2px solid transparent;
    padding: 16px 24px;
    align-items: center;
    cursor: pointer;
  }
  
  .pick__composition__lists__box__start-about span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }
  
  .pick__composition__lists__box__start-about {
    gap: 10px;
  }
  
  .pick__composition__lists__box-end button {
    border-radius: 4px;
    background: rgb(0, 57, 121);
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 60px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    font-family: circle, Arial, sans-serif;
    cursor: pointer;
    transition: .2s all ease;
  }
  
  .pick__composition__lists__box__start__about-img {
    width: 20px;
    height: 16px;
    align-items: center;
  }
  
  .pick__composition__lists__box-start {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: calc(100% - 150px);
  }
  
  .pick-composition {
    min-width: 895px;
  }
  
  .pick__composition__lists__box-end {
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    transition: .2s all ease;
  }
  
  .pick__composition__lists__box-end button:hover {
    background: transparent;
    border-color: rgb(0, 57, 121);
    color: rgb(0, 57, 121);
  }
  
  .pick__composition-lists {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 550px;
    overflow: auto;
    padding-right: 20px;
  }
  
  .pick__composition__lists-label:hover .pick__composition__lists__box-end {
    opacity: 1;
    visibility: visible;
  }
  
  .pick__composition__lists-label>input:checked+.pick__composition__lists-box {
    border-color: rgb(0, 57, 121);
    background: #F5FEFF;
  }
  
  .pick__composition-lists::-webkit-scrollbar {
    width: 6px;
    background-color: #f9f9fd;
  }
  
  .pick__composition-lists::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #18aaaa;
  }
  
  .pick__composition-lists::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #f9f9fd;
  }
  
  .cart__main-labels {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .additional-services {
    max-height: 0;
    overflow: hidden;
    transition: .2s all ease;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .cart__main-label>input:checked~.cart__main__label-box .additional-services {
    max-height: max-content;
  }
  
  .additional__services__label-txt h5 {
    color: #4B4B4B;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    letter-spacing: 0;
  }
  
  .additional__services__label-txt {
    flex-direction: column;
  }
  
  .additional__services-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
  }
  
  .additional__services__label-end {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 30px;
    max-height: 0;
    overflow: hidden;
    transition: .2s all ease;
  }
  
  .additional-check {
    width: 36px;
    height: 12px;
    background: #DCDCDC;
    border-radius: 60px;
    border: 1px solid transparent;
    position: relative;
    margin-top: 6px;
    transition: .2s all ease;
  }
  
  .additional-check span {
    background: #FFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(1%, -50%);
    transition: .2s all ease;
  }
  
  .additional__services-label>input:checked~.additional__services__label-start .additional-check {
    border-color: #74CBD0;
    background: rgba(18, 172, 180, 0.30);
  }
  
  .additional__services-label>input:checked~.additional__services__label-start .additional-check span {
    transform: translate(100%, -50%);
  }
  
  .additional__services__label-start {
    gap: 14px;
  }
  
  .additional__services-label:first-child {
    margin-top: 30px;
  }
  
  .additional__services__label-price {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
  }
  
  .cart__middle__payments__additional__info-row {
    border-radius: 4px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    max-width: 80px;
    align-items: center;
    padding: 0 10px;
  }
  
  .cart__middle__payments__additional__info__input-row input {
    width: 35px;
    border: 0;
    outline: 0;
    color: #090909;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .cart__middle__payments__additional__info__input-row {
    justify-content: center;
  }
  
  .cart__middle__payments__additional__info-row button {
    width: 15px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
  }
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .additional__services-label>input:checked~.additional__services__label-end {
    max-height: max-content;
  }
  
  .deliv__address-inputs {
    flex-direction: column;
    gap: 32px;
  }
  
  .input__container {
    height: 60px;
    position: relative;
    width: calc(100% - 275px);
  }
  
  .input__container input {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    outline: 0 !important;
    border: 1px solid #D4D4D4;
    width: 100%;
    border-radius: 8px;
    background: #FFF;
    box-shadow: -4px 0px 40px 0px rgba(0, 0, 0, 0.10);
    height: 60px;
    line-height: 55px;
    padding-left: 24px;
  }
.input__container select {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  outline: 0 !important;
  border: 1px solid #D4D4D4;
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  box-shadow: -4px 0px 40px 0px rgba(0, 0, 0, 0.10);
  height: 60px;
  line-height: 55px;
  padding-left: 24px;
}

.placeholder__form {
    color: #818181;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    left: 24px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    transform: translateY(120%);
  }
  
  .input__container .input:focus~.placeholder__form,
  .input__container .input:not(:placeholder-shown)~.placeholder__form {
    transform: translateY(5px) translateX(0px) scale(0.70);
  }
  
  .deliv__address-label {
    width: 100%;
    gap: 33px;
    align-items: center;
  }
  
  .deliv__address-label p {
    max-width: 275px;
    color: #818181;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
  
  .input__container-row {
    width: calc(100% - 310px);
    gap: 28px;
  }
  
  .input__container.w-33 {
    width: calc(100%/3 - 18px);
  }
  
  .input__container textarea {
    width: 100%;
    height: 162px;
    resize: none;
    outline: 0 !important;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    outline: 0 !important;
    border: 1px solid #D4D4D4;
    width: 100%;
    border-radius: 8px;
    background: #FFF;
    box-shadow: -4px 0px 40px 0px rgba(0, 0, 0, 0.10);
    padding-left: 24px;
    padding-top: 20px;
  }
  
  .btn-address {
    width: calc(100% - 308px);
    height: 60px;
    border-radius: 4px;
    background: rgb(0, 57, 121);
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    transition: .2s all ease;
    cursor: pointer;
  }
  
  .btn-address:hover {
    background: transparent;
    color: rgb(0, 57, 121);
    border-color: rgb(0, 57, 121);
  }
  
  .text-comment .input__container {
    height: auto;
  }
  
  .deliv__address-label.text-comment {
    align-items: flex-start;
  }
  
  .additional__services__label-txt span {
    color: #4B4B4B;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }
  
  .fancybox__content :focus:not(.carousel__button.is-close) {
    outline: 0 !important;
  }
  
  .input__container::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #F00000;
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 0;
  }
  
  .input__container.required::after {
    opacity: 1;
  }
  
  .input__container textarea::placeholder {
    color: #818181;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
  }
  
  .deliv__to__dpd-box .select2-container {
    margin: 0;
  }
  
  .deliv__to__dpd-box .select2-container .select2-selection {
    height: 60px;
    border-color: #D4D4D4;
    border-radius: 4px;
  }
  
  .deliv__to__dpd-box .select2-container .select2-selection .select2-selection__rendered {
    line-height: 60px;
    padding-left: 24px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
  }
  
  .deliv__to__dpd-box .select2-container .select2-selection .select2-selection__arrow {
    height: 60px;
    right: 12px;
  }
  
  .dpd__select-label {
    margin-bottom: 32px;
  }
  
  .deliv__to__dpd-box .btn-address {
    width: 100%;
  }
  
  .select2-container .select2-results__option {
    font-size: 18px;
    padding: 8px 7px;
    line-height: 21px;
  }
  
  .select2-search--dropdown {
    display: none;
  }
  
  .cart__payment-method {
    flex-wrap: wrap;
    gap: 30px;
    align-items: initial;
  }
  
  .cart__payment__method-box {
    width: calc(50% - 15px);
    cursor: pointer;
  }
  
  .cart__payment__method-row {
    border-radius: 4px;
    border: 1px solid #D4D4D4;
    padding: 22px 25px;
    align-items: center;
    gap: 18px;
    transition: .2s all ease;
    height: 100%;
  }
  
  .cart__payment__method-img {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .cart__payment__method-txt {
    max-width: calc(100% - 85px);
  }
  
  .cart__payment__method-txt h4 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-bottom: 2px;
  }
  
  .cart__payment__method-txt span {
    color: #393939;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  
  .cart__payment__method-box input:checked+.cart__payment__method-row {
    border-radius: 4px;
    border-color: rgb(0, 57, 121);
    background: #F5FEFF;
  }
  
  .cart__items-bottom {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
  
  .cart__items-top.active+.cart__items-bottom {
    max-height: 0;
    margin-bottom: 40px;
  }
  
  .cart__items__pcs-img {
    width: 100px;
    justify-content: center;
  }
  
  .cart__items-pcs {
    gap: 20px;
    position: relative;
  }
  
  .items-title {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.18px;
    margin: 0;
    margin-bottom: 3px;
  }
  
  .items-options {
    color: #7E7E7E;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.15px;
    margin-bottom: 6px;
    display: block;
  }
  
  .items-price {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
  }
  
  .items-pcs {
    color: #7E7E7E;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.18px;
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .cart__items-pcs:not(:last-child) {
    margin-bottom: 37px;
  }
  
  .cart__items-title h4 {
    color: #000;
    font-size: 27px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
  }
  
  .cart__items-top {
    align-items: initial;
    margin-bottom: 40px;
  }
  
  .cart__items__top-icon {
    margin-left: auto;
    align-items: center;
    cursor: pointer;
  }
  
  .cart__items-top .cart__items__top-icon {
    transform: rotate(180deg);
  }
  
  .cart__items-top.active .cart__items__top-icon {
    transform: rotate(0deg);
  }
  
  .cart__main-row {
    gap: 50px;
    padding-bottom: 150px;
  }
  
  .cart__items__pcs-img img {
    width: 100%;
    object-fit: cover;
  }
  
  .cart__items__pcs-about {
    max-width: 250px;
  }
  
  .cart__main-end {
    width: 40%;
    position: sticky;
    top: 5px;
  }

  
  /* Base styles for the element that has a tooltip */
  [data-tooltip],
  .tooltip {
    position: relative;
    cursor: pointer;
  }
  
  /* Base styles for the entire tooltip */
  [data-tooltip]:before,
  [data-tooltip]:after,
  .tooltip:before,
  .tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition:
      opacity 0.2s ease-in-out,
      visibility 0.2s ease-in-out,
      -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:
      opacity 0.2s ease-in-out,
      visibility 0.2s ease-in-out,
      -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:
      opacity 0.2s ease-in-out,
      visibility 0.2s ease-in-out,
      transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
  }
  
  /* Show the entire tooltip on hover and focus */
  [data-tooltip]:hover:before,
  [data-tooltip]:hover:after,
  [data-tooltip]:focus:before,
  [data-tooltip]:focus:after,
  .tooltip:hover:before,
  .tooltip:hover:after,
  .tooltip:focus:before,
  .tooltip:focus:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  
  /* Base styles for the tooltip's directional arrow */
  .tooltip:before,
  [data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: transparent;
    content: "";
  }
  
  /* Base styles for the tooltip's content area */
  .tooltip:after,
  [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 210px;
    background-color: #FFD700;
    color: #fff;
    content: attr(data-tooltip);
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 4px;
    padding: 16px 20px 20px;
  }
  
  /* Directions */
  
  /* Top (default) */
  [data-tooltip]:before,
  [data-tooltip]:after,
  .tooltip:before,
  .tooltip:after,
  .tooltip-top:before,
  .tooltip-top:after {
    bottom: 100%;
    left: 50%;
  }
  
  [data-tooltip]:before,
  .tooltip:before,
  .tooltip-top:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #FFD700;
  }
  
  /* Horizontally align top/bottom tooltips */
  [data-tooltip]:after,
  .tooltip:after,
  .tooltip-top:after {
    margin-left: -125px;
  }
  
  [data-tooltip]:hover:before,
  [data-tooltip]:hover:after,
  [data-tooltip]:focus:before,
  [data-tooltip]:focus:after,
  .tooltip:hover:before,
  .tooltip:hover:after,
  .tooltip:focus:before,
  .tooltip:focus:after,
  .tooltip-top:hover:before,
  .tooltip-top:hover:after,
  .tooltip-top:focus:before,
  .tooltip-top:focus:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  
  /* Left */
  .tooltip-left:before,
  .tooltip-left:after {
    right: 100%;
    bottom: 50%;
    left: auto;
  }
  
  .tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #000;
    border-left-color: hsla(0, 0%, 20%, 0.9);
  }
  
  .tooltip-left:hover:before,
  .tooltip-left:hover:after,
  .tooltip-left:focus:before,
  .tooltip-left:focus:after {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px);
  }
  
  /* Bottom */
  .tooltip-bottom:before,
  .tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%;
  }
  
  .tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: hsla(0, 0%, 20%, 0.9);
  }
  
  .tooltip-bottom:hover:before,
  .tooltip-bottom:hover:after,
  .tooltip-bottom:focus:before,
  .tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
  }
  
  /* Right */
  .tooltip-right:before,
  .tooltip-right:after {
    bottom: 50%;
    left: 100%;
  }
  
  .tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: hsla(0, 0%, 20%, 0.9);
  }
  
  .tooltip-right:hover:before,
  .tooltip-right:hover:after,
  .tooltip-right:focus:before,
  .tooltip-right:focus:after {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    transform: translateX(12px);
  }
  
  /* Move directional arrows down a bit for left/right tooltips */
  .tooltip-left:before,
  .tooltip-right:before {
    top: 3px;
  }
  
  /* Vertically center tooltip content for left/right tooltips */
  .tooltip-left:after,
  .tooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px;
  }
  

  .card-new-box-tabs .tooltip:before,
  .card-new-box-tabs .tooltip:after{
    display: none;
  }

  .cart__prices-title h4 {
    color: #000;
    font-size: 27px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
  }
  
  .cart__prices__list-box {
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    padding: 22px 0;
  }
  
  .cart__prices__list-box li {
    justify-content: space-between;
    width: 100%;
  }
  
  .cart__prices__list-box span {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
  }
  
  .cart__prices-title {
    margin-bottom: 23px;
  }
  
  .cart__prices__list-box li button {
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
  }
  
  .cart__prices__list-box li button span {
    color: rgb(0, 57, 121);
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2px;
  }
  
  .cart__list-row {
    align-items: center;
    gap: 13px;
  }
  
  .dop-row {
    width: 100%;
    gap: 16px;
    margin: 10px 0;
  }
  
  .dop-row input {
    width: calc(100% - 135px);
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #D4D4D4;
    padding-left: 15px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }
  
  .dop-row button {
    border-radius: 2px;
    background: rgb(0, 57, 121);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 135px;
    border: 1px solid transparent;
    outline: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    transition: .2s all ease;
    cursor: pointer;
  }
  
  .dop-row button:hover {
    border-color: rgb(0, 57, 121);
    color: rgb(0, 57, 121);
    background: #fff;
  }
  
  .dop-row input::placeholder {
    color: #BFBFBF;
  }
  
  .total-row {
    width: 100%;
    justify-content: space-between;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.24px;
    margin-top: 22px;
  }
  
  .total__bonus-row {
    margin-top: 100px;
    border-radius: 4px;
    border: 1.5px dashed rgb(0, 57, 121);
    background: #FFF;
    align-items: center;
    padding: 8px 16px;
  }
  
  .total__bonus-row p {
    color: rgb(0, 57, 121);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.1px;
  }
  
  .total__bonus-row p span {
    font-weight: 700;
  }
  
  .total__bonus-row .tooltip {
    margin-left: auto;
  }
  
  .total__bonus-img {
    margin-right: 8px;
  }
  
  .cart-btn {
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    border-radius: 4px;
    background: rgb(0, 57, 121);
    border: 1px solid transparent;
    transition: .2s all ease;
    cursor: pointer;
    margin-top: 16px;
  }
  
  .cart-btn:hover {
    background: #fff;
    color: rgb(0, 57, 121);
    border-color: rgb(0, 57, 121);
  }
  
  .cart__check-boxes {
    margin-top: 40px;
  }
  
  .check-box {
    width: 18px;
    height: 18px;
    border: 2px solid rgb(0, 57, 121);
    position: relative;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
  }
  
  .cart__check-boxes label {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    cursor: pointer;
  }
  
  .check-box span {
    width: 10px;
    height: 8px;
    background: url(../img/check-mark-wh.svg)no-repeat;
    background-size: contain;
    transition: .2s all ease;
    opacity: 0;
  }

  .acc-head .check-box {
    width: auto;
    height: auto;
    border: 0;
  }
  
  .cart__check__boxes-row label p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    max-width: calc(100% - 35px);
  }
  
  .cart__check__boxes-row p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  
  .cart__check__boxes-row {
    display: flex;
    flex-direction: column;
    gap: 21px;
    padding-left: 30px;
  }
  
  .cart__check-boxes .all-check {
    align-items: center;
    margin-bottom: 27px;
    max-width: max-content;
    cursor: pointer;
  }
  
  .cart__check-boxes .all-check p {
    color: rgb(0, 57, 121);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    border-bottom: 1px dashed currentColor;
  }
  
  .cart__check__boxes-row .check-box {
    margin-top: 5px;
  }
  
  .cart__check-boxes label input:checked+.check-box {
    background: rgb(0, 57, 121);
  }
  
  .cart__check-boxes label input:checked+.check-box span {
    opacity: 1;
  }
  
  .dop-row {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  
  .dop-row.show {
    display: flex;
    opacity: 1;
  }
  
  .btn-promo span:last-child {
    display: none;
  }
  
  .error-box {
    transition: .2s all linear;
    /*display: none;*/
  }
  
  .error-txt {
    color: #EA5455;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-width: calc(100% - 18px);
  }
  
  .error-img {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
  }
  
  .error__box-about {
    border-radius: 6px;
    border: 1px solid rgba(234, 84, 85, 0.16);
    background: rgba(234, 84, 85, 0.16);
    padding: 7px 10px;
    gap: 8px;
  }
  
  .cart__check__boxes-row label p a {
    color: rgb(0, 57, 121);
    border: 0;
  }
  
  .label-err+.error-box {
    display: block;
  }
  
  .cart-inputs.label-err {
    border-color: #FF6262;
  }
  
  .dop-row.label-err {
    margin-bottom: 0;
  }
  
  .pick__composition__box__end-about {
    flex-direction: column;
  }
  
  .entry-autor,
  .entry-regis,
  .entry-regis-b2b{
    display: none;
  }
  
  .entry-autor.active,
  .entry-regis.active,
  .entry-regis-b2b.active{
    display: block;
  }
  
  .pick__composition__box-end {
    opacity: 0;
    visibility: hidden;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    transition: .2s all linear;
    border-left: 1px solid #F4F4F4;
    background: #F9F9F9;
  }
  
  .pick__composition__box-end.active {
    max-width: none;
    max-height: none;
    opacity: 1;
    visibility: visible;
  }
  
  
  .pick__composition__box-start {
    padding: 52px 48px;
    background: #fff;
    min-width: 550px;
  }

  .pick__composition__box__end-title {
    padding: 52px 42px 0;
    margin-bottom: 50px;
  }
  
  .pick__composition__box__end-about {
    padding: 0 42px 52px;
    gap: 60px;
  }
  
  .pick__composition__box__end-title h4 {
    color: rgb(0, 57, 121);
    font-size: 27px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    letter-spacing: 0;
    text-align: center;
  }
  
  .pick__composition__box__end-row {
    gap: 20px;
  }
  
  .pick__composition__box__end__row-txt h5 {
    margin: 0;
    color: #151515;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 4px;
  }
  
  .pick__composition__box__end__row-txt span {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  
  .pick__composition__box__end__row-txt {
    max-width: 235px;
  }
  
  .entry-area .input__container input {
    box-shadow: none;
  }
.entry-area .input__container select {
  box-shadow: none;
}
  .entry-area .input__container {
    width: 100%;
  }
  
  .autor-btn {
    border-radius: 4px;
    border: 1px solid #D4D4D4;
    background: #fff;
    padding: 14px 23px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    width: calc(50% - 7px);
    justify-content: center;
    cursor: pointer;
    transition: .2s all ease;
  }
  .autor-btn#regis-b2b-btn{
    width: 100%;
  }
  .autor-buttons {
    gap: 14px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  
  .autor-btn.active {
    border: 1px solid rgb(0, 57, 121);
    background: rgb(0, 57, 121);
    color: #fff;
  }
  
  .autorisation-box {
    padding: 0 !important;
  }
  
  .fancybox__container * {
    font-family: 'Averta CY', Arial, sans-serif;
  }
  
  .entry-area .input__container .placeholder__form {
    text-transform: none;
    transform: translateY(40%);
  }
  
  .entry-area .input__container .input:focus~.placeholder__form,
  .entry-area .input__container .input:not(:placeholder-shown)~.placeholder__form {
    transform: translateY(0px) translateX(0px) scale(0.70);
  }
  
  .entry-subtitle span {
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 0 12px;
    background: #fff;
    position: relative;
  }
  
  .entry-subtitle {
    text-align: center;
    position: relative;
    margin-bottom: 35px;
  }
  
  .entry-subtitle::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #BEBEBE;
    opacity: .5;
  }
  
  .entry__area-bottom {
    margin-top: 55px;
  }
  
  .entry__btn-row {
    gap: 14px;
  }
  
  .entry-area .input__container {
    margin-bottom: 30px;
  }
  
  .pick__composition-box {
    align-items: initial;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }
  
  .entry__btn-link {
    box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.06);
    transition: .2s all linear;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 55px;
    background: url(/account/assets/img/gg-txt.svg)no-repeat;
    background-size: 120px;
    background-position: center;
  }

  .entry__btn-link img {
    display: none;
  }
 
  .entry__btn-link:hover {
    box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.25);
  }
  
  .show-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.98' d='M13.1875 7.375C13.1875 9.45508 11.4883 11.125 9.4375 11.125C7.35742 11.125 5.6875 9.45508 5.6875 7.375C5.6875 5.32422 7.35742 3.625 9.4375 3.625C11.4883 3.625 13.1875 5.32422 13.1875 7.375ZM9.4375 4.5625C7.85547 4.5625 6.625 5.82227 6.625 7.375C6.625 8.92773 7.85547 10.1875 9.4375 10.1875C10.9902 10.1875 12.25 8.92773 12.25 7.375C12.25 5.82227 10.9902 4.5625 9.4375 4.5625ZM15.0625 3.18555C16.4395 4.44531 17.3477 5.96875 17.7871 7.02344C17.875 7.25781 17.875 7.52148 17.7871 7.75586C17.3477 8.78125 16.4395 10.3047 15.0625 11.5938C13.6855 12.8828 11.7812 13.9375 9.4375 13.9375C7.06445 13.9375 5.16016 12.8828 3.7832 11.5938C2.40625 10.3047 1.49805 8.78125 1.05859 7.75586C0.970703 7.52148 0.970703 7.25781 1.05859 7.02344C1.49805 5.96875 2.40625 4.44531 3.7832 3.18555C5.16016 1.89648 7.06445 0.8125 9.4375 0.8125C11.7812 0.8125 13.6855 1.89648 15.0625 3.18555ZM1.9375 7.375C2.31836 8.3125 3.16797 9.71875 4.42773 10.8906C5.6875 12.0625 7.35742 13 9.4375 13C11.4883 13 13.1582 12.0625 14.418 10.8906C15.6777 9.71875 16.5273 8.3125 16.9375 7.375C16.5273 6.4375 15.6777 5.03125 14.418 3.85938C13.1582 2.6875 11.4883 1.75 9.4375 1.75C7.35742 1.75 5.6875 2.6875 4.42773 3.85938C3.16797 5.03125 2.31836 6.4375 1.9375 7.375Z' fill='%23383838'/%3E%3C/svg%3E%0A");
  }
  
  .hide-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.98' d='M19.5449 15.0547C19.75 15.2012 19.8086 15.4941 19.6328 15.6992C19.4863 15.9043 19.1934 15.9336 18.9883 15.7871L1.17578 1.72461C0.970703 1.57812 0.912109 1.28516 1.08789 1.08008C1.23438 0.875 1.52734 0.816406 1.73242 0.992188L19.5449 15.0547ZM18.7246 8.75586C18.4316 9.45898 17.9043 10.4258 17.1426 11.3633L16.4102 10.7773C17.1133 9.89844 17.582 9.04883 17.875 8.375C17.4648 7.4375 16.6152 6.03125 15.3555 4.85938C14.0957 3.6875 12.4258 2.75 10.375 2.75C9.20312 2.75 8.14844 3.07227 7.24023 3.54102L6.44922 2.89648C7.5625 2.25195 8.85156 1.8125 10.375 1.8125C12.7188 1.8125 14.623 2.89648 16 4.18555C17.377 5.44531 18.2852 6.96875 18.7246 8.02344C18.8125 8.25781 18.8125 8.52148 18.7246 8.75586ZM3.57812 5.41602L4.31055 6.00195C3.60742 6.85156 3.13867 7.73047 2.8457 8.375C3.25586 9.3125 4.10547 10.7188 5.36523 11.8906C6.625 13.0625 8.29492 14 10.3457 14C11.5176 14 12.5723 13.707 13.4805 13.2383L14.2715 13.8828C13.1582 14.5273 11.8691 14.9375 10.3457 14.9375C8.00195 14.9375 6.09766 13.8828 4.7207 12.5938C3.34375 11.3047 2.43555 9.78125 1.99609 8.75586C1.9082 8.52148 1.9082 8.25781 1.99609 8.02344C2.28906 7.32031 2.81641 6.35352 3.57812 5.41602ZM6.5957 8.375C6.5957 8.19922 6.625 8.02344 6.6543 7.84766L7.5625 8.55078C7.65039 10.0449 8.85156 11.1875 10.3457 11.1875C10.5215 11.1875 10.6973 11.1875 10.8438 11.1582L11.752 11.8613C11.3125 12.0371 10.8438 12.125 10.3457 12.125C8.29492 12.125 6.5957 10.4551 6.5957 8.375ZM14.125 8.375C14.125 8.58008 14.0957 8.75586 14.0664 8.93164L13.1582 8.22852C13.0703 6.73438 11.8691 5.5625 10.3457 5.5625C10.1992 5.5625 10.0234 5.5918 9.87695 5.62109L8.96875 4.91797C9.4082 4.74219 9.87695 4.625 10.3457 4.625C12.4258 4.625 14.125 6.32422 14.125 8.375Z' fill='%23383838'/%3E%3C/svg%3E%0A") !important;
  }
  
  .reg-label .check-box {
    margin-top: 5px;
  }
  
  .reg-label input:checked+.check-box {
    background: rgb(0, 57, 121);
  }
  
  .reg-label input:checked+.check-box span {
    opacity: 1;
  }
  
  .reg-label {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    cursor: pointer;
    margin-bottom: 25px;
  }
  
  .reg-label p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    max-width: 445px;
  }
  
  .reg-label p a {
    color: rgb(0, 57, 121);
    text-decoration: none;
    border-bottom: 0;
  }
  
  .fa-field {
    content: '';
    width: 19px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
  }
  
  .btn-entry {
    border-radius: 4px;
    background: rgb(0, 57, 121);
    width: 100%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    transition: .2s all ease;
    cursor: pointer;
  }
  
  .btn-entry:hover {
    border-color: rgb(0, 57, 121);
    color: rgb(0, 57, 121);
    background: #fff;
  }
  
  .entry-offset {
    border-color: rgb(0, 57, 121);
    color: rgb(0, 57, 121);
    background: #fff;
    margin-top: 30px;
  }
  
  .entry-offset:hover {
    color: #fff;
    background: rgb(0, 57, 121);
  }
  
  .forgot-link {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    display: flex;
    max-width: max-content;
    margin-bottom: 20px;
    padding: 0;
    border: 0;
    background: transparent;
  }
  
  .forgot-box {
    min-width: 572px;
  }
  
  .forgot__psw-log span {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  
  .forgot__psw-log span a {
    color: rgb(0, 57, 121);
  }
  
  .forgot__psw-log {
    margin-top: 25px;
  }
  
  .pick__composition-title p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.16px;
    max-width: 475px;
    margin-top: 44px;
  }
  
  @media screen and (max-width: 1550px) { 
    .total__bonus-row [data-tooltip]:after, 
    .total__bonus-row .tooltip:after,
    .total__bonus-row .tooltip-top:after {
      margin-left: -230px;
    }
  }
  
  @media screen and (max-width: 1350px) {
    .cart__main-start {
      max-width: 815px;
    }
  
    .cart__main-row {
      gap: 35px;
      padding-bottom: 60px;
    }
  
    .cart__prices__list-box span {
      font-size: 18px;
    }
  
    .cart__prices__list-box {
      gap: 12px;
    }
  
    .total__bonus-row {
      margin-top: 45px;
    }
  
    .cart__check__boxes-row {
      gap: 15px;
    }
  
    .cart__payment__method-txt span {
      font-size: 12px;
      line-height: 15px;
    }
  
    .cart__main-inputs {
      gap: 20px;
    }
  
    .cart__items-pcs:not(:last-child) {
      margin-bottom: 25px;
    }
  
    .cart__payment__method-row {
      padding: 18px 20px;
    }
  
    .cart__payment-method {
      gap: 20px;
    }
  
    .cart__payment__method-box {
      width: calc(50% - 10px);
    }
  
    .pick__composition-lists {
      max-height: 350px;
    }
  
    .deliv__address-inputs {
      gap: 15px;
      max-width: 950px;
    }
  
    .pick__composition-title {
      margin-bottom: 20px;
    }
  
    .cart__main-box:not(:last-child) {
      margin-bottom: 40px;
    }
  
    .cart__main {
      padding-top: 45px;
    }
  
    .cart__main-title {
      margin-bottom: 40px;
    }
  
    .cart__main-title h1 {
      font-size: 40px;
    }
  
    .cart__prices__list-box li button span {
      font-size: 18px;
    }
  
    .pick__composition__box__end-about {
      gap: 45px;
      padding: 0 40px;
    }
  
    .entry-area .input__container {
      margin-bottom: 20px;
    }
  
    .entry__area-bottom {
      margin-top: 35px;
    }
  
    .pick__composition__box__end-title {
      margin-bottom: 20px;
      padding: 40px 40px 0;
    }
  
    .pick__composition__box-start {
      padding: 40px;
    }
  
    .fancybox__slide {
      padding: 0 !important;
    }
  }
  
  @media screen and (max-width: 1280px) {
    .cart__check__boxes-row {
      padding: 0;
    }
  
    .cart__main-start {
      max-width: 750px;
    }
  
    .cart__prices__list-box span {
      font-size: 16px;
    }
  
    .cart__prices__list-box {
      gap: 8px;
    }
  
    .cart__main-row {
      gap: 25px;
    }
  
    .items-title {
      font-size: 16px;
      line-height: 20px;
    }
  
    .cart__items-pcs:not(:last-child) {
      margin-bottom: 20px;
    }
  
    .cart__main__start-row {
      gap: 25px;
    }
  
    .cart__registration-box {
      max-width: 375px;
      padding: 15px;
    }
  
    .cart-inputs {
      height: 50px;
    }
  
    .cart__prices__list-box li button span {
      font-size: 16px;
    }
  }
  
  @media screen and (max-width: 1200px) {
    .cart__items-pcs {
      gap: 10px;
    }
  
    .cart__items__pcs-img {
      width: 80px;
    }
  
    .cart__items__pcs-about {
      max-width: 220px;
    }
  
    .cart__check__boxes-row label p {
      font-size: 14px;
      line-height: 20px;
    }
  
    .total__bonus-row p {
      font-size: 14px;
    }
  
    .total__bonus-row {
      padding: 8px 10px;
    }
  
    .cart__prices__list-box li button span {
      font-size: 16px;
    }
  
    .cart__main__label-box {
      padding: 15px 20px;
    }
  
    .cart__payment__method-txt h4 {
      font-size: 16px;
      line-height: 16px;
    }
  
    .cart__main__start-row {
      flex-wrap: wrap;
    }
  
    .cart__main-inputs {
      width: 100%;
    }
  
    .cart__registration-box {
      max-width: 100%;
    }
  
    .error-box {
      width: 100%;
    }
  
    .cart__main-start {
      max-width: 670px;
    }
  
    .cart__main__label-start {
      max-width: calc(100% - 170px);
    }
  
    .cart__main__label__start__active-row span {
      font-size: 14px;
    }
  
    .cart__main__label__start-about span {
      font-size: 14px;
    }
  
    .cart__main__label-end span {
      font-size: 14px;
    }
  
    .cart__main__label-end h5 {
      font-size: 18px;
      line-height: 1;
      margin-bottom: 10px;
    }
  
    .cart__main__label__start-about h5 {
      font-size: 18px;
      line-height: 1;
      margin-bottom: 10px;
    }
  
    .additional__services__label-txt {
      max-width: 380px;
    }
  }
  
  @media screen and (max-width: 1100px) {
    .items-pcs {
      position: initial;
      offset: initial;
      margin-left: 10px;
    }
  
    .total__bonus-row p {
      font-size: 12px;
    }
  
    .cart__main-start {
      max-width: 600px;
    }
  }
   
  @media screen and (max-width: 1030px) {
    .container {
      width: 100%;
      min-width: auto;
    }
  }
  
  @media screen and (max-width: 990px) {
    .cart__main-row {
      flex-wrap: wrap;
      flex-direction: column-reverse;
      position: relative;
      padding-bottom: 860px;
      gap: 0;
    }
  
    .cart__main-start {
      max-width: 100%;
    }
  
    .cart__main-end {
      width: 100%;
    }
  
    .cart__items__pcs-about {
      max-width: 100%;
    }
  
    .cart__check__boxes-row .check-box {
      margin-top: 0;
    }
  
    .cart__registration-box {
      width: 100%;
    }
  
    .cart-prices {
      position: absolute;
      background: #fff;
      width: 100%;
      bottom: 40px;
    }
  
    .pick-composition {
      min-width: auto;
    }
  
    .pick__composition__box-start {
      padding: 25px;
    }
  
    .pick__composition__box__end-title {
      padding: 25px 25px 0;
    }
  
    .pick__composition__box__end-about {
      padding: 0 25px;
      gap: 25px;
    }
  
    .cart__main-end {
      position: initial;
    }
  
    .reg-label p {
      max-width: 370px;
    }
  
    .pick__composition__box-start {
      max-width: 450px;
      min-width: inherit;
    }
  }
  
  @media screen and (max-width: 767px) {
  
    [data-tooltip]:after,
    .tooltip:after,
    .tooltip-top:after {
      margin-left: -190px;
    }
  
    .cart__main-title h1 {
      font-size: 25px;
    }
  
    .cart__main-title {
      margin-bottom: 20px;
    }
  
    .cart__main {
      padding-top: 20px;
    }
  
    .container {
      padding: 0 10px;
    }
  
    .account-txt {
      display: none;
    }
  
    .nav-right {
      gap: 20px;
    }
  
    .phone-about {
      display: none;
    }
  
    .cart__items-top {
      margin-bottom: 20px;
    }
  
    .cart__items-title h4 {
      font-size: 20px;
    }
  
    .cart__main-subtitle h2 {
      font-size: 20px;
    }
  
    .cart__main-subtitle {
      margin-bottom: 20px;
    }
  
    .cart__payment__method-box {
      width: 100%;
    }
  
    .cart__main-row {
      padding-bottom: 950px;
    }
  
    .cart__main__label-start {
      max-width: 100%;
    }
  
    .cart__main__label-top {
      flex-wrap: wrap;
    }
  
    .cart__main__label-end {
      display: flex;
      margin-left: 0;
      gap: 15px;
      margin-top: 15px;
    }
  
    .cart__main__label-box {
      padding: 15px;
    }
  
    .cart__main__label-end h5 {
      margin-bottom: 0;
    }
  
  
    .additional__services-label {
      flex-wrap: wrap;
    }
  
    .additional__services__label-end {
      margin-left: 0;
      margin-top: 15px;
    }
  
    .additional__services__label-txt {
      max-width: 270px;
    }
  
    .pick-composition {
      min-width: auto;
      padding: 20px !important;
    }
  
    .pick__composition-title h4 {
      font-size: 25px;
      line-height: 20px;
    }
  
    .pick__composition__lists-box {
      flex-wrap: wrap;
    }
  
    .pick__composition__lists__box-start {
      max-width: 100%;
    }
  
    .pick__composition__lists__box-end {
      opacity: 1;
      visibility: visible;
      margin-left: 0;
      margin-top: 15px;
      width: 100%;
    }
  
    .pick__composition__lists__box-end button {
      width: 100%;
      height: 40px;
    }
  
    .input__container {
      width: 100%;
      height: 40px;
    }
  
    .deliv__address-label {
      flex-wrap: wrap;
      gap: 10px;
    }
  
    .input__container-row {
      width: 100%;
      gap: 10px;
    }
  
    .input__container.w-33 {
      width: calc(100% / 3 - 4px);
    }
  
    .input__container input {
      height: 40px;
      line-height: 45px;
      padding-left: 15px;
    }
    .input__container select {
      height: 40px;
      line-height: 45px;
      padding-left: 15px;
    }

    .placeholder__form {
      left: 15px;
      transform: translateY(79%);
    }
  
    .input__container .input:focus~.placeholder__form,
    .input__container .input:not(:placeholder-shown)~.placeholder__form {
      transform: translateY(-1px) translateX(0px) scale(0.60);
    }
  
    .btn-address {
      width: 100%;
      height: 45px;
    }
  
    .input__container textarea {
      height: 100px;
      padding-top: 12px;
      padding-left: 15px;
    }
  
    .pick__composition__box-end {
      display: none;
    }
  
    .pick__composition__box-end {
      display: none;
    }
  
    .entry-area .input__container .placeholder__form {
      transform: translateY(50%);
    }
  
    .entry-area .input__container input {
      height: 51px;
    }
    .entry-area .input__container select {
      height: 51px;
    }
    .reg-label p {
      max-width: calc(100% - 50px);
      font-size: 14px;
      line-height: 20px;
    }
  
    .entry-area .input__container {
      height: 50px;
    }
  
    .entry__btn-link img {
      width: 100%;
      object-fit: cover;
    }
  
    .forgot-box {
      min-width: 99%;
    }
  
    .entry-offset {
      margin-top: 20px;
    }
  
    .pick__composition-title p {
      font-size: 14px;
      line-height: 24px;
      margin-top: 24px;
    }
  
    .btn-entry {
      font-size: 16px;
      height: 45px;
    }
  
    .cart__registration-row a {
      font-size: 13px;
    }

    .acc-head {
      padding-top: 0!important;
      padding-bottom: 0!important;
    }
    
    .cookie-wrap {
        margin-bottom: 10px;
    }
    
    .acc-head p::before {
        margin-top: -4px!important;
    }
    
    .cookie-accept {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .btn-accept {
        width: 100%;
        max-width: 100%;
    }
    
    .right {
        padding: 0 24px!important;
    }

    .acc-head.active p::before { 
      margin-top: -12px!important;
    }

    .pick__composition-box{
      max-width: 100%;
    }
  }

  input.error {
    border: 1px solid red;
  }
  .error p{
    color: red;
  }