.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

/* Blocks */
/* ------------------------------------ */
.button_next svg {
  width: 25px;
  height: 25px;
}

.button_next:hover {
  background-color: #3a5bff;
  line-height: 0;
}

.button_next:hover svg {
  color: #ffffff;
}

.button_next--block-bottom {
  background-color: #ffffff;
  border-radius: 20px;
  font-family: Segoe UI;
  padding: 7px 16px 8px;
  line-height: 0;
  height: auto;
  border: none;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
  transition: background-color ease-in-out 0.1s;
}

.button--user-order {
  background-color: #3A5BFF;
  color: #ffffff;
  border-radius: 40px;
  font-family: Segoe UI;
  padding: 13px 16px 14px;
  border: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .button--user-order {
    display: none;
    border-radius: 30px;
  }
}

.button--red {
  background-color: #F93448;
  color: #ffffff;
  border: none;
}

.button__delete {
  margin: 0 auto;
  border: none;
  background: none;
  font-family: Segoe UI;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #C0C1C1;
  text-decoration: underline;
  margin-top: -6px;
}

@media (max-width: 600px) {
  .button__delete {
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    margin: 0;
  }
}

.container-lk {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 30px;
  width: 100%;
  height: 100%;
}

@media (max-width: 600px) {
  .container-lk--menu .lk-menu {
    display: block;
  }
}

@media (max-width: 600px) {
  .container-lk--menu .container-lk__content {
    display: none;
  }
}

@media (max-width: 600px) {
  .container-lk--user-history {
    padding: 0 14px;
  }
}

@media (max-width: 600px) {
  .container-lk--user-history .user {
    display: none;
  }
}

@media (max-width: 600px) {
  .container-lk--user-history.container-lk__content {
    display: flex;
    border: none;
    padding: 0;
  }
}

@media (max-width: 600px) {
  .container-lk--user-history.container-lk__content .user {
    display: flex;
  }
}

.container-lk__content {
  padding: 24px 37px;
  display: flex;
  flex-direction: column;
  border: 1px solid #000;
  border-radius: 40px;
}

@media (max-width: 600px) {
  .container-lk__content {
    border: none;
    padding: 0;
  }
}

@media (max-width: 390px) {
  .container-lk__content {
    border: none;
    padding: 0;
  }
}

.container-lk--one {
  display: block;
}

.container-lk--one .container-lk__content {
  min-width: 100%;
  padding: 0;
  overflow: hidden;
  margin: 28px 0;
}

.container-lk__header {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin: 0;
  padding-bottom: 15px;
  display: block;
  border-bottom: 1px solid #8B8B8B;
}

@media (max-width: 1200px) {
  .container-lk__header {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    padding-bottom: 15px;
    display: block;
    border-bottom: 1px solid #8B8B8B;
  }
}

@media (max-width: 600px) {
  .container-lk__header {
    display: none;
  }
}

.container-lk__img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 1500px) {
  .container-lk__img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 1500px) {
  .container-lk {
    max-width: 100%;
    width: calc(100% - 28px);
  }
}

@media (max-width: 850px) {
  .container-lk {
    grid-template-columns: 200px 1fr;
    gap: 30px;
    height: 100%;
  }
}

@media (max-width: 600px) {
  .container-lk {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .container-lk--koleso {
    margin-top: 19px;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: linear-gradient(320.49deg, rgba(249, 52, 72, 0.5) 2.38%, rgba(58, 91, 255, 0.5) 89.67%);
  }
}

@media (max-width: 600px) {
  .container-lk--koleso .container-lk__content {
    border-radius: 0;
  }
}

@media (max-width: 600px) {
  .container-lk--koleso .user__name-text {
    font-size: 22px;
    line-height: 22px;
    font-weight: 900;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #ffffff;
  }

  .container-lk--koleso .user__name-text span {
    height: 5px;
    width: 65px;
    background-color: rgb(139, 139, 139);
    margin: 0 auto 35px;
  }
}

@media (max-width: 600px) {
  .container-lk--podarok {
    margin-top: 19px;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 2px solid #C0C1C1;
  }
}

@media (max-width: 600px) {
  .container-lk--podarok .container-lk__content {
    border-radius: 0;
  }
}

@media (max-width: 600px) {
  .container-lk--podarok .user__name--wrapper .user__name-text {
    display: none;
  }
}

@media (max-width: 600px) {
  .container-lk--podarok .user__name--wrapper .user__name-text span {
    display: block;
  }
}

@media (max-width: 600px) {
  .container-lk--podarok .user__name-text {
    font-size: 22px;
    line-height: 22px;
    font-weight: 900;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .container-lk--podarok .user__name-text span {
    height: 5px;
    width: 65px;
    background-color: rgb(139, 139, 139);
    margin: 0 auto 35px;
  }
}

.container-lk--my-order {
  display: flex;
  flex-direction: column;
}

.container-lk--my-order .user__order-content {
  display: grid;
  grid-template-columns: auto 1fr;
}

@media (max-width: 1500px) {
  .container-lk--my-order .user__order-content {
    display: flex;
  }
}

@media (max-width: 1270px) {
  .container-lk--my-order .user__order-content {
    display: flex;
    flex-direction: column;
  }
}

.container-lk--my-order .user__product-info.btn-shadow {
  box-shadow: 3px 5px 0 0 #000;
}

.container-lk--my-order .user__product-info.btn-shadow:active {
  box-shadow: unset;
}

@media(hover:hover) {
  .container-lk--my-order .user__product-info.btn-shadow:hover {
    box-shadow: unset;
  }
}

.container-lk--my-order .user__order-sum {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px dashed #3a5bff;
  font-family: "TT Travels Next Trl", sans-serif;
}

@media (max-width: 850px) {
  .container-lk--my-order .user__order-sum {
    /*margin-bottom: 0;*/
  }
}

@media (max-width: 600px) {
  .container-lk--my-order .user__order {
    padding: 0;
  }
}

.container-lk--my-order .user__product-block {
  grid-template-columns: 150px 1fr;
  padding: 28px 27px 28px 21px;
  position: relative;
}

@media (max-width: 480px) {
  .container-lk--my-order .user__product-block {
    display: flex;
    gap: 15px;
    padding: 11px 17px 11px 13px;
  }
}

.container-lk--my-order .user__product-img {
  width: 150px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 480px) {
  .container-lk--my-order .user__product-img {
    width: 80px;
    height: 80px;
  }
}

.container-lk--my-order .user__product-inner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 700px) {
  .container-lk--my-order .user__product-inner {
    flex-direction: column;
    width: 100%;
  }
}

@media (max-width: 1270px) {
  .container-lk--my-order .user__product-title {
    width: 100%;
  }
}

@media (max-width: 350px) {
  .container-lk--my-order .user__product-title {
    width: 90%;
  }
}


.container-lk--my-order .user__product-name {

  text-transform: uppercase;
  color: #000;
  padding-right: 20px;
  font-weight: 600;
/*  font-family: "TT Travels Next Trl", sans-serif;         */
  font-size: 18px;
}

@media (max-width: 1270px) {
  .container-lk--my-order .user__product-name {
    white-space: unset;
  }
}

@media (max-width: 480px) {
  .container-lk--my-order .user__product-name {
    font-size: 17px;
  }
}

.container-lk--my-order .user__product-weight {
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
}

@media (max-width: 700px) {
  .container-lk--my-order .user__product-weight {
    display: none;
  }
}

.container-lk--my-order .user__product-wrapper {
  justify-content: flex-end;
  gap: 15px;
}

@media (max-width: 700px) {
  .container-lk--my-order .user__product-wrapper {
    justify-content: space-between;
  }
}

.container-lk--my-order .user__product-info {
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
  padding: 4px 6px;
  background-color: #3A5BFF;
  border-radius: 40px;
  color: #FFFFFF;
  height: 20px;
  max-width: 80px;
}

.container-lk--my-order .user__product-info button,
.container-lk--my-order .user__product-info input {
  font-family: "TT Travels Next Trl", sans-serif;
}

.container-lk--my-order .user__product-info button {
  width: 25px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  color: #FFFFFF;
}

.container-lk--my-order .user__product-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  width: 100px;
  text-align: center;
  color: #000;
  font-family: "TT Travels Next Trl";
  margin: 4px 0px 0px 0px;
}

@media (max-width: 700px) {
  .container-lk--my-order .user__product-price {
    text-align: right;
  }
}

.container-lk--my-order .user__product-price--zero {
  color: #15CF74;
}

.container-lk--my-order .user__product-close {
  border: none;
  background: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 11px;
  right: 13px;
}

@media (max-width: 1500px) {
  .container-lk--my-order .user__order-info {
    width: 100%;
  }
}

.user__order-info {
    
/*   max-width: 558px;        */

}

.container-lk--placing+.block-no-inner {
  box-shadow: none;
}

.container-lk--placing .user__arrow-mob {
  display: block;
}

.container-lk--placing .user__arrow-mob svg {
  margin-top: 5px;
}

@media (max-width: 600px) {
  .container-lk--placing .user__arrow-mob svg {
    margin: 0;
  }
}

.container-lk--placing .user__name-text {
  display: flex;
  gap: 13px;
  align-items: center;
}

@media (max-width: 600px) {
  .container-lk--placing .user__name-text {
    align-items: start;
  }
}

.user {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 600px) {
  .user {
    padding: 28px 0;
  }
}

.user__name {
  width: 100%;
}

.user__name--order.user__name-text {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.user__name--wrapper {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
}

.user__name--inner {
  width: 100%;
}

@media (max-width: 600px) {
  .user__name span {
    display: block;
    height: 5px;
    width: 65px;
    background-color: rgb(139, 139, 139);
    margin: 0 auto;
  }
}

.user__arow {
  width: 25px;
  height: 25px;
  display: block;
}

@media (max-width: 600px) {
  .user__arow {
    display: none;
  }
}

.user__name-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user__arrow-mob {
  display: block;
  width: 34px;
  height: 34px;
}

.user__arrow-mob svg {
  width: 34px;
  height: 34px;
}

@media (max-width: 600px) {
  .user__arrow-mob {
    display: block;
  }
}

.user__name-text {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 42px;
  font-weight: 700;
  color: #000;
  text-transform: none;
  padding: 0 0 15px;
  border-bottom: 1px solid #000;
  margin: 0;
}

@media (max-width: 600px) {
  .user__name-text {
    font-size: 20px;
    line-height: 26px;
    display: flex;
    gap: 13px;
  }
}

.user__name-text--one-adress {
  margin: 0 0 20px;
}

@media (max-width: 600px) {
  .user__name-text--one-adress {
    display: none;
  }
}

.user__name-text--h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 13px;
}

.user__bonus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.user__bonus-text {
  color: #494747;
}

.user__order {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

@media (max-width: 600px) {
  .user__order {
    padding: 28px 0;
  }
}

.user__order-content {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 31px;
}

@media (max-width: 1500px) {
  .user__order-content {
    grid-template-columns: 1fr 300px;
  }
}

@media (max-width: 1300px) {
  .user__order-content {
    grid-template-columns: 1fr 250px;
  }
}

@media (max-width: 1200px) {
  .user__order-content {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .user__order-content {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .user__order-name {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    margin: 0 0 14px;
  }
}

.user__order-discount {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
}

.user__order-discount-text {
  color: #494747;
  font-weight: 400;
}

.user__order-sum {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.user__delivery-info {
  border-top: 2px dashed #C0C1C1;
  padding: 15px 0;
}

.user__delivery-text {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  color: #747171;
  margin: 0 0 12px;
}

.user__delivery-block {
  display: flex;
  align-items: start;
  gap: 10px;
}

.user__delivery-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.user__delivery-adress {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  color: #8B8B8B;
  padding: 0;
  margin: 0;
}

.user__product {
  text-decoration: none;
  color: #000;
}

.user__product-list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0 0 27px;
  gap: 15px;

  max-width: 774px;
  width: 100%;
}

@media (max-width: 480px) {
  .user__product-list {
    margin: 0;
  }
}

.user__product-block {
  background-color: rgba(159, 173, 253, 0.1);
  border-radius: 20px;
  border: 1px solid #3a5bff;
  padding: 11px 13px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 15px;
}

.divfrepc b:first-child font {
  font-weight: 700;
  font-size: 18px;
  
/*  font-family: "TT Travels Next Trl", sans-serif;    */

}

.divfrepc b {
  font-weight: 600;
  font-size: 17px;
  color: #494747;
  font-family: "Segoe UI", sans-serif;
}

.user__product-img {
  width: 80px;
  height: 80px;
  border-radius: 15px;
}

.user__product-inner {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 30px;
  justify-content: space-between;
  align-items: start;
}

@media (max-width: 1500px) {
  .user__product-inner {
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 30px;
    justify-content: space-between;
    align-items: start;
  }
}

@media (max-width: 1300px) {
  .user__product-inner {
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 30px;
    justify-content: space-between;
    align-items: start;
  }
}

@media (max-width: 800px) {
  .user__product-inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.user__product-title {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  height: 100%;
}

.user__product-name,
.user__product-info,
.user__product-price {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: #494747;
}

.wrap-container-pagination span {
  font-weight: 600;
}

.user__product-price--zero {
  color: #15CF74;
}

.user__product-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 200px;
}

@media (max-width: 350px) {
  .user__product-wrapper {
    width: 90%;
  }
}

.user__card {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 600px) {
  .user__card {
    gap: 12px;
  }
}

.user__card-block {
  background-color: rgba(159, 173, 253, 0.1);
  border-radius: 20px;
  border: 1px solid rgb(192, 193, 193);
  padding: 13px 18px 13px 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 600px) {
  .user__card-block {
    padding: 15px 8px 15px 30px;
  }
}

.user__card-inner {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.user__card-name {
  font-size: 24px;
  line-height: 31px;
  font-weight: 600;
}

@media (max-width: 700px) {
  .user__card-name {
    font-size: 18px;
    line-height: 23px;
  }
}

.user__card-info {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #494747;
}

@media (max-width: 700px) {
  .user__card-info {
    font-size: 18px;
    line-height: 23px;
  }
}

.user__card-link {
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 700px) {
  .user__card-link {
    font-size: 18px;
    line-height: 23px;
  }
}

.user__card-link svg {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  fill: black;
}

.user__form-addres {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style-type: none;
  padding: 0;
  max-width: 600px;
}

@media (max-width: 600px) {
  .user__form-addres {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style-type: none;
    padding: 0;
    max-width: 100%;
  }
}

.user__form-items {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 500px) {
  .user__form-items {
    display: flex;
    gap: 6px;
  }
}

.user__form-items--street-home {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 600px) {
  .user__form-items--street-home {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.user__form-items--three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.user__form-items.user_form-item {
  width: 50%;
  display: block;
}

@media (max-width: 600px) {
  .user__form-items.user_form-item {
    width: 50%;
    display: block;
  }
}

.user__form-item {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

@media (max-width: 600px) {
  .user__form-item {
    background-color: rgba(159, 173, 253, 0.1);
    border-radius: 40px;
    border: 1px solid rgb(192, 193, 193);
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
  }

  .user__form-item--floor .user__input::-moz-placeholder,
  .user__form-item--room .user__input::-moz-placeholder {
    text-align: center;
  }

  .user__form-item--floor .user__input::placeholder,
  .user__form-item--room .user__input::placeholder,
  .user__input--home::placeholder {
    text-align: center;
  }
}

.user__form-item input,
.user__form-item textarea {
  background-color: rgba(159, 173, 253, 0.1);
  border-radius: 40px;
  border: 1px solid rgb(192, 193, 193);
  padding: 14px 25px;
  width: 100%;
}

.user__form-item select {
  background-color: rgba(159, 173, 253, 0.1);
  border-radius: 40px;
  padding: 14px 25px;
  border: 1px solid rgb(192, 193, 193);
  font-family: Segoe UI;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: #A8A8A8;
}

.input-parent__street input:focus-visible {
  outline: none;
}

.input-parent__street input {
  font-family: Segoe UI;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: #A8A8A8;
  padding: 14px 20px;
}

.input-parent__street input::placeholder {
  color: #A8A8A8;
}

@media (max-width: 700px) {
  .input-parent__street input {
    font-size: 14px;
    padding: 15px 20px 14px;
  }
}

@media (max-width: 700px) {
  .user__form-item--textarea {
    border-radius: 20px;
  }

  .user__form-item input,
  .user__form-item textarea {
    background-color: unset;
    border-radius: 40px;
    border: none;
    padding: 10px 15px;
  }
}

.user__form-item textarea#comment {
  height: 192px;
}

@media (max-width: 480px) {
  .user__form-item textarea#comment {
    height: 102px;
    border-radius: 20px;
    padding-left: 13px;
  }
}

@media (max-width: 600px) {
  .user__form-item--street {
    grid-column: span 2;
    padding: 8px 15px;
  }

  .user__form-item .input-parent__street input {
    background-color: unset;
    border: none;
    padding: 0;
  }

  .user__form-item select {
    background-color: unset;
    border-radius: 40px;
    padding: 8px 15px;
    font-size: 14px;
    border: none;
  }
}


.user__input {
  border: none;
  background-color: transparent;
  margin: 0;
  font-family: Segoe UI;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #494747;
}

.user__input::-moz-placeholder {
  color: #A8A8A8;
}

.user__input::placeholder {
  color: #A8A8A8;
}

.user__input:focus {
  outline: none;
  border: 1px solid #494747;
}

@media (max-width: 600px) {
  .user__input {
    border: none;
    background-color: transparent;
    margin: 0;
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #494747;
  }
}

.user__koleso {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 68px;
}

.user__koleso-full {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user__koleso-shadow {
  position: absolute;
  top: 5px;
  width: 370px;
  height: 365px;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 6px rgba(0, 0, 0, 0.25);
}

@media (max-width: 720px) {
  .user__koleso-shadow {
    width: 320px;
    height: 322px;
  }
}

@media (max-width: 660px) {
  .user__koleso-shadow {
    width: 260px;
    height: 261px;
  }
}

.user__koleso-img {
  width: 376px;
  height: 377px;
}

@media (max-width: 720px) {
  .user__koleso-img {
    width: 326px;
    height: 327px;
  }
}

@media (max-width: 660px) {
  .user__koleso-img {
    width: 266px;
    height: 267px;
  }
}

.user__koleso-img-rama {
  position: absolute;
  top: -4px;
}

.user__koleso-img-arrow {
  position: absolute;
  top: 20%;
}

.user__koleso--button {
  width: 247px;
  margin: 0 0 49px;
  border: 1px solid #000000;
  padding: 17px 16px 20px;
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
  border-radius: 50px;
  box-shadow: 0px 4px 50px 0px rgb(255, 58, 68);
  transition: background-color ease-in-out 0.1s, border-bottom ease-in-out 0.1s;
}

.user__koleso--button:hover {
  background-color: #FF9D19;
  border-color: transparent;
}

.user__koleso-img--rotate {
  animation: heroHeading 3s ease-in-out 0.7s forwards;
}

.user__present {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 68px;
  position: relative;
}

@media (max-width: 660px) {
  .user__present {
    margin: 0 0 30px;
  }
}

.user__promo {
  display: flex;
  flex-direction: column;
  margin: 0 0 31px;
}

.user__promo-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0 0 19px;
  color: #494747;
}

.user__promo-field {
  border: 2px solid #C0C1C1;
  border-radius: 40px;
  padding: 16px 29px 17px;
}

.user__promo-field::-moz-placeholder {
  color: #C0C1C1;
}

.user__promo-field::placeholder {
  color: #C0C1C1;
}

.user__order-placing {
  width: 620px;
}

@media (max-width: 768px) {
  .user__order-placing {
    width: 100%;
  }
}

.user__placing {
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 15px;
}

.user__placing--other {
  display: none;
}

.user__placing-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0;
  color: #494747;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 768px) {
  .user__placing-text {
    font-size: 18px;
    line-height: 24px;
  }
}

.user__placing-item {
  display: flex;
  align-items: center;
}

.user__placing-item--flex {
  gap: 20px;
  margin-bottom: -5px;
}

@media (max-width: 480px) {
  .user__placing-item--flex {
    flex-direction: column;
    align-items: start;
    gap: 4px;
  }
}

.user__placing-radio,
.user__placing-checkbox {
  width: 25px;
  height: 25px;
  border: 2px solid #C0C1C1;
}

.user__placing-radio:checked+.user__placing-label::before,
.user__placing-checkbox:checked+.user__placing-label::before {
  background-color: #3A5BFF;
}

.user__placing-label {
  font-family: Segoe UI;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #808080;
  position: relative;
  padding: 0 0 0 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: unset;
}

.user__placing-label--bonus {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

.user__placing-item--bonus {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .user__placing-label {
    font-size: 15px;
    line-height: 20px;
  }
}

.user__placing-item--bonus .user__placing-label {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  padding: 0 0 0 38px;
}

.user__placing-label::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #C0C1C1;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  transition: background-color 0.2s ease-in-out;
}

@media (max-width: 350px) {
  .user__placing-label::before {
    left: 5px;
  }
}

.user__placing-item--bonus .user__placing-label::before {
  width: 20px;
  height: 20px;
}

.user__placing-button {
  border: none;
  background: none;
  text-align: left;
  font-family: Segoe UI;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #F8344A;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}

.user__placing-button:hover {
  color: #FF9D19;
}

@media (max-width: 768px) {
  .user__placing-button {
    font-size: 15px;
    line-height: 20px;
  }
}

.user__placing-icon {
  width: 23px;
  height: 23px;
}

.user__placing-field {
  border: 2px solid #C0C1C1;
  border-radius: 40px;
  padding: 10px 15px;
  font-family: Segoe UI;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .user__placing-field {
    padding: 16px 12px 17px;
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 480px) {
  .user__placing-field {
    font-size: 13px;
    line-height: 18px;
  }
}

.user__placing-field::-moz-placeholder {
  color: #C0C1C1;
}

.user__placing-field::placeholder {
  color: #C0C1C1;
}

.user__placing-bonus {
  padding: 4px 9px 5px;
  background-color: #F8344A;
  color: #FFFFFF;
  display: flex;
  gap: 5px;
  align-items: center;
  border-radius: 40px;
  max-width: max-content;
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  .user__placing-bonus {
    /*margin: 0;*/
  }
}

.user__placing-bonus-text {
  font-family: Segoe UI;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .user__placing-bonus-text {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .user__placing-bonus .user__placing-icon {
    width: 18px;
    height: 18px;
  }
}

@keyframes heroHeading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(3600deg);
  }
}

.block-no-inner {
  display: flex;
}

@media (max-width: 600px) {
  .block-no-inner {
    display: block;
    position: sticky;
    width: 100%;
    bottom: 0;
    padding: 22px 16px;
    background-color: #fff;
    gap: 0;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.3490196078);
  }
}

.block-no-inner .button--user-order {
  display: none;
  text-transform: none;
}

@media (max-width: 600px) {
  .block-no-inner .button--user-order {
    width: calc(100% - 32px);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    border-radius: 30px;
    display: block;
  }
}

.lk-menu {
  padding: 10px 0;
}

@media (max-width: 600px) {
  .lk-menu {
    padding: 37px 0;
    display: none;
  }
}

.lk-menu__info {
  margin: 0 0 20px;
}

@media (max-width: 480px) {
  .lk-menu__info {
    margin: 0 0 10px;
  }
}

.lk-menu__name {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 31px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #000000;
}

@media (max-width: 480px) {
  .lk-menu__name {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
  }
}

.lk-menu__phone {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.lk-menu__phone-text {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #494747;
}

@media (max-width: 480px) {
  .lk-menu__phone-text {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #494747;
  }
}

.lk-menu__next {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

@media (max-width: 480px) {
  .lk-menu__next {
    height: 15px;
  }
}

.lk-menu__inner {
  margin: 0 0 30px;
  padding: 0;
  display: flex;
  gap: 14px;
}

@media (max-width: 850px) {
  .lk-menu__inner {
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }
}

@media (max-width: 600px) {
  .lk-menu__inner {
    background: linear-gradient(281.97deg, rgba(249, 52, 72, 0.5) -17.05%, rgba(58, 91, 255, 0.5) 98.19%);
    margin: 0 -14px 34px;
    padding: 23px 14px 14px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    gap: 14px;
  }
}

@media (max-width: 480px) {
  .lk-menu__inner {
    gap: 11px;
  }
}

.lk-menu__block {
  display: flex;
  flex-direction: column;
  width: 167px;
}

@media (max-width: 850px) {
  .lk-menu__block {
    width: 100%;
  }
}

.lk-menu__block-top {
  padding: 18px 11px 16px;
  background-color: #FFFFFF;
  border-radius: 15px;
  height: 100%;
  min-height: 103px;
  width: auto;
  position: relative;
  border: 1px solid #494747;
}

@media (max-width: 480px) {
  .lk-menu__block-top {
    border: none;
    height: 103px;
  }
}

.lk-menu__block-name {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100px;
}

.lk-menu__block-name span {
  color: #494747;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.lk-menu__block-icon {
  position: absolute;
  bottom: 10px;
  right: 5px;
  width: 32px;
  height: 32px;
}

.lk-menu__block-border {
  display: flex;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 8px;
  z-index: 10;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -4px;
  justify-content: center;
}

.lk-menu__block-border--right .lk-menu__block-border-item {
  background-color: #FFFFFF;
  border: 1px solid #494747;
}

@media (max-width: 480px) {
  .lk-menu__block-border--right .lk-menu__block-border-item {
    background-color: #E89EB7;
    border: none;
  }
}

.lk-menu__block-border-item {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #494747;
}

@media (max-width: 480px) {
  .lk-menu__block-border-item {
    background-color: #9FADFD;
    border: none;
  }
}

.lk-menu__block-bottom {
  padding: 20px 7px 14px 12px;
  background-color: #FFFFFF;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #494747;
  border-top: none;
}

@media (max-width: 480px) {
  .lk-menu__block-bottom {
    border: none;
    padding: 18px 10px 14px;
    background-color: #FFFFFF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 100%;
  }
}

@media (max-width: 380px) {
  .lk-menu__block-bottom {
    gap: 8px;
  }
}

@media (max-width: 340px) {
  .lk-menu__block-bottom {
    gap: 7px;
    padding: 18px 6px 14px;
  }
}

.lk-menu__block-info {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #494747;
}

@media (max-width: 480px) {
  .lk-menu__block-info {
    font-size: 12px;
  }
}

.lk-menu__menu-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.lk-menu__menu-link {
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: color ease-in-out 0.1s;
}

.lk-menu__menu-link:hover {
  color: #3a5bff;
}

.lk-menu__menu-icon {
  width: 31px;
  height: 31px;
}

@media (max-width: 600px) {
  .user-story {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

.user-story__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 33px;
}

@media (max-width: 1100px) {
  .user-story__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

.user-story__block {
  background-color: rgba(159, 173, 253, 0.1);
  border: 1px solid rgb(192, 193, 193);
  border-radius: 20px;
  padding: 17px 19px 14px 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.user-story__inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: start;
}

@media (max-width: 600px) {
  .user-story__inner {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: start;
  }
}

.user-story__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 390px) {
  .user-story__wrapper {
    gap: 10px;
  }
}

.user-story__col {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.user-story__col--right {
  align-items: center;
}

.user-story__col .button--user-order {
  display: block;
  font-size: 20px;
  line-height: 26px;
  padding: 4px 10px 5px;
  width: 125px;
  text-transform: none;
}

@media (max-width: 1200px) {
  .user-story__col .button--user-order {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (max-width: 390px) {
  .user-story__col .button--user-order {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 350px) {
  .user-story__col .button--user-order {
    font-size: 14px;
    line-height: 20px;
  }
}

.user-story__date,
.user-story__name {
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
}

@media (max-width: 1200px) {

  .user-story__date,
  .user-story__name {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (max-width: 390px) {

  .user-story__date,
  .user-story__name {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 350px) {

  .user-story__date,
  .user-story__name {
    font-size: 14px;
    line-height: 20px;
  }
}

.user-story__date {
  color: #494747;
}

.user-story__name {
  color: #494747;
  font-weight: 600;
}

.user-story__send,
.user-story__closed {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  display: none;
}

.user-story__send--active,
.user-story__closed--active {
  display: flex;
}

@media (max-width: 1200px) {

  .user-story__send,
  .user-story__closed {
    font-size: 18px;
    line-height: 23px;
  }
}

.user-story__send {
  color: #FF9D18;
}

.user-story__closed {
  color: #15CF74;
}

.user-story__link {
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #494747;
}

@media (max-width: 1200px) {
  .user-story__link {
    font-size: 18px;
    line-height: 23px;
  }
}

.user-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* &__sms {
     display: flex;
     flex-direction: column;
     gap: 30px;
     margin: 20px 0 0;

     .button__delete {
       margin: 0 auto 0 0;
       width: auto;
       padding: 0;

       @media (max-width: 600px) {
         font-size: 15px;
         font-weight: 700;
         line-height: 15px;
         margin: auto 0 0;
       }
     }
   }

   &__sms-field:checked+
   .user-card__sms-label::before {
     border: 4px solid #F93448;
     background-color: #F93448;
   }

   &__sms-field:checked+
   .user-card__sms-label::after {
     right: 4px;
   }

   &__sms-label {
     font-family: Segoe UI;
     font-weight: 700;
     font-size: 20px;
     line-height: 20px;
     min-width: 100%;
     position: relative;
     display: flex;
     align-items: center;

     @media (max-width: 480px) {
       font-size: 16px;
       line-height: 22px;
     }

     &::before {
       content: '';
       width: 51px;
       height: 20px;
       border: 4px solid #C0C1C1;
       background-color: #C0C1C1;
       position: absolute;
       right: 0;
       border-radius: 40px;
       cursor: pointer;
       transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
     }

     &::after {
       content: '';
       height: 20px;
       width: 20px;
       background-color: #FFFFFF;
       position: absolute;
       right: 35px;
       top: 50%;
       transform: translateY(-50%);
       border-radius: 40px;
       transition: right 0.2s ease-in-out;
     }

     span {
       @media (max-width: 380px) {
         display: block;
         width: 220px;
       }
     }
   }*/
}

.user-card__block {
  background-color: rgba(159, 173, 253, 0.1);
  border-radius: 20px;
  border: 1px solid rgb(192, 193, 193);
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-input {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.custom-input__label {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

@media (max-width: 600px) {
  .custom-input__label {
    font-size: 18px;
    line-height: 23px;
  }
}

.custom-input__field {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #494747;
  border: none;
  background-color: unset;
}

@media (max-width: 600px) {
  .custom-input__field {
    font-size: 18px;
    line-height: 23px;
  }
}

.first-screen {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1000px) {
  .first-screen {
    display: flex;
    flex-direction: column;
  }
}

.first-screen__stickers {
  background-color: #F6F8FF;
  padding: 23px;
}

@media (max-width: 1000px) {
  .first-screen__stickers {
    display: none;
  }
}

.first-screen__stickers-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 27px 40px;
  flex-wrap: wrap;
}

.first-screen__stickers-item {
  font-size: 28px;
  font-weight: 600;
  line-height: 37px;
  color: #9FADFD;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1500px) {
  .first-screen__stickers-item {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (max-width: 1400px) {
  .first-screen__stickers-item {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 1250px) {
  .first-screen__stickers-item {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 1250px) {
  .first-screen__stickers-item {
    font-size: 16px;
    line-height: 22px;
  }
}

.first-screen__stickers-item--big {
  font-size: 32px;
  line-height: 42px;
  color: #3A5BFF;
}

@media (max-width: 1500px) {
  .first-screen__stickers-item--big {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 1400px) {
  .first-screen__stickers-item--big {
    font-size: 28px;
    line-height: 35px;
  }
}

@media (max-width: 1250px) {
  .first-screen__stickers-item--big {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 1100px) {
  .first-screen__stickers-item--big {
    font-size: 18px;
    line-height: 26px;
  }
}

.first-screen__entrance {
  display: flex;
  margin: auto 0;
  padding: 60px;
}

@media (max-width: 1000px) {
  .first-screen__entrance {
    padding: 26px;
  }
}

@media (max-width: 480px) {
  .first-screen__entrance {
    padding: 0;
    margin: 20% 0;
  }
}

.first-screen__form {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1px;
}

@media (max-width: 1000px) {
  .first-screen__form {
    align-items: center;
  }
}

.first-screen__text {
  font-size: 40px;
  font-weight: 700;
  line-height: 53px;
  margin-bottom: 26px;
}

@media (max-width: 1000px) {
  .first-screen__text {
    text-align: center;
  }
}

@media (max-width: 700px) {
  .first-screen__text {
    font-size: 26px;
    line-height: 34px;
  }
}

@media (max-width: 480px) {
  .first-screen__text {
    font-size: 24px;
    line-height: 32px;
  }
}

.first-screen__input-field {
  width: 50%;
  border: 1px solid #C0C1C1;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .first-screen__input-field {
    width: 70%;
  }
}

@media (max-width: 480px) {
  .first-screen__input-field {
    width: 100%;
  }
}

.first-screen__button {
  color: #ffffff;
  border: none;
  border-radius: 20px;
  background-color: #3A5BFF;
  font-family: Segoe UI;
  padding: 7px 16px 8px;
  height: auto;
  width: auto;
  padding: 2px 30px 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .first-screen__button {
    width: 233px;
  }
}

.first-screen__checkbox-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.first-screen__checkbox-label a {
  text-decoration: underline;
}

.first-screen__info {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  padding: 0;
  display: block;
  margin: 0 0 20px;
}

@media (max-width: 600px) {
  .first-screen__info {
    text-align: center;
  }
}

.first-screen__pincode {
  text-align: center;
  display: flex;
  flex-direction: row;
  gap: 14px;
  margin: 0 0 40px;
}

.first-screen__pincode input[type=number] {
  width: 50px;
  height: 52px;
  text-align: center;
  border: 1px solid #808080;
  border-radius: 10px;
  color: #000;
  padding: 16px 0px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  outline: none;
  background-color: #fff;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

.first-screen__pincode input[type=number]::-webkit-outer-spin-button,
.first-screen__pincode input[type=number]::-webkit-inner-spin-button {
  display: none;
}

.first-screen__pincode input[type=number]:focus {
  border: 1px solid #3A5BFF;
}

.first-screen__footnote {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #808080;
  width: 300px;
}

@media (max-width: 600px) {
  .first-screen__footnote {
    text-align: center;
  }
}

.pd-left__10 {
  padding-left: 10px;
}

.pd-left__20 {
  padding-left: 20px;
}

.pd-left__30 {
  padding-left: 30px;
}

.pd-left__40 {
  padding-left: 40px;
}

.present {
  display: flex;
  flex-direction: column;
  margin: 20px 0 40px;
}

@media (max-width: 600px) {
  .present {
    margin: 0;
  }
}

.present__img {
  width: 369px;
  height: 369px;
  margin: 0 0 8px;
}

@media (max-width: 600px) {
  .present__img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

.present__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 60px;
}

@media (max-width: 600px) {
  .present__name {
    margin: 0 0 30px;
  }
}

.present__info {
  display: flex;
  justify-content: space-between;
}

.present__price {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.present__button {
  padding: 1px 15px 5px;
  border-radius: 40px;
  width: 142px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.faq {
  display: flex;
  flex-direction: column;
}

.faq input {
  font-family: Segoe UI;
  display: none;
  border-radius: 40px;
}

.faq input:checked+label {
  background-color: #F8344A;
  color: #FFF;
}

.faq input:checked+label svg {
  transition: transform 0.35s;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  color: #FFFFFF;
}

.faq input:checked+label+.faq__body {
  height: auto;
  margin-top: -5px;
  color: #000;
  padding: 20px 36px;
}

.faq label {
  position: relative;
  overflow: hidden;
  font-family: Segoe UI;
  cursor: pointer;
  display: block;
  padding: 15px 90px 16px 36px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  border: 2px solid #F8344A;
  border-radius: 40px;
  transition: color 0.5s, background-color 0.5s;
}

@media (max-width: 660px) {
  .faq label {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
}

.faq label:hover {
  color: rgba(0, 0, 0, 0.3764705882);
}

.faq label svg {
  color: #000000;
  position: absolute;
  right: 31px;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.5s;
}

.faq__body {
  height: 0;
  color: rgba(0, 0, 0, 0);
  line-height: 18px;
  padding: 12px 36px 13px;
  box-sizing: border-box;
  transition: color 0.5s, padding 0.5s;
  overflow: hidden;
}

@media (max-width: 660px) {
  .faq__body {
    padding: 11px 36px 12px;
  }
}

.faq__body p {
  font-family: Segoe UI;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

@media (max-width: 660px) {
  .faq__body p {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
  }
}

@keyframes example {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  70% {
    transform: rotate(30deg);
  }

  100% {
    transform: skew(20deg, 10deg);
  }
}

.settings {
  position: relative;
  height: 80vh;
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}

@media (max-width: 600px) {
  .settings {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.settings__sms {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 0 0 20px;
  width: 100%;
}

@media (max-width: 600px) {
  .settings__sms {
    height: 100%;
    margin: 0;
  }
}

.settings__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

@media (max-width: 600px) {
  .settings__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }
}

.settings__switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
}

.settings__switch input {
  display: none;
}

.settings__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.2s ease-in-out;
}

.settings__slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.2s ease-in-out;
}

.settings input:checked+.settings__slider {
  background-color: #F93448;
}

.settings input:focus+.settings__slider {
  box-shadow: 0 0 1px #F93448;
}

.settings input:checked+.settings__slider:before {
  transform: translateX(32px);
}

.settings__slider.settings__round {
  border-radius: 34px;
}

.settings__slider.settings__round:before {
  border-radius: 50%;
}

.settings__button-delete {
  font-family: Segoe UI;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  color: #C0C1C1;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

.settings__button-delete:hover {
  color: #4b4c4c;
}

@media (max-width: 600px) {
  .settings__button-delete {
    display: block;
    position: absolute;
    bottom: 40px;
  }
}

.my-order {
  padding: 0 15px;
}

.my-order__container {
  padding: 11px 37px;
  display: flex;
  flex-direction: column;
  border: 1px solid #A8A8A8;
  border-radius: 40px;
}

@media (max-width: 600px) {
  .my-order__container {
    border: none;
    padding: 0;
  }
}

.my-order__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 600px) {
  .my-order__inner {
    padding: 28px 0;
  }
}

.my-order__wrapper {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
}

.value-control {
  font-size: 16px;
  color: #FFFFFF;
  width: 20px;
  margin: 0;
}

.value-control:focus,
.value-control:focus-visible {
  outline: none;
}

.value-input {
  background-color: #3A5BFF;
  color: #FFFFFF;
  height: 100%;
  width: 20px;
  padding: 0;
}

@media (max-width: 768px) {
  .form-group-2 {
    position: relative;
  }
}

/* -------------------------cart-slider------------------------- */

.cart-slider {
/*  font-family: "TT Travels Next Trl", sans-serif;    */
  margin: 20px 0px 0px 0px;
}

.cart-slider__title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #000;

  margin: 0px 0px 20px 0px;
}

.cart-slider-content {
  position: relative;
}

.cart-slider__btn-next {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 0;
  z-index: 2;

  border: 1px solid #3a5bff;
  border-radius: 34px;
  width: 31px;
  height: 31px;
  background: #fff;
  cursor: pointer;
}

.cart-slider__body {
  width: 100%;
  overflow: hidden;
}

.swiper-cart-slider {}

.cart-slider__line {}

.cart-slider__slide {
  max-width: 317px;
  width: 100%;
  height: unset;

  border: 1px solid #3a5bff;
  border-radius: 20px;
  background: rgba(159, 173, 253, 0.1);
  position: relative;
  overflow: hidden;
  padding: 19px;

  display: flex;
  gap: 10px;
}

.cart-slider__slide-left {}

.cart-slider__slide-img {
  width: 71px;
  height: 71px;
  min-width: 71px;
}

.cart-slider__slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.cart-slider__slide-right {
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: space-between;
  width: 100%;
}

.cart-slider__slide-top {}

.cart-slider__slide-name {
  padding: 0px 10px 0px 0px;
  display: block;

  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  line-height: 110%;
}

.cart-slider__slide-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.cart-slider__slide-price {}

.cart-slider__slide-add {
  font-weight: 700;
  font-size: 12px;
  line-height: 117%;
  text-align: center;
  color: #fff;
  font-family: "TT Travels Next Trl", sans-serif;

  background: #3a5bff;
  border: none;
  padding: 4px 10px;
  cursor: pointer;
}

.cart-slider__slide-add.btn-shadow {
  box-shadow: 3px 4px 0 #000;
}

.cart-slider__slide-add.btn-shadow:active {
  box-shadow: unset;
}

@media(hover:hover) {
  .cart-slider__slide-add.btn-shadow:hover {
    box-shadow: unset;
  }
}

.cart-slider__slide-delete {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background-color: unset;
  cursor: pointer;
  border: none;
}

/* -------------------------place-order------------------------- */

.place-order {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;

  padding: 20px 40px 28px 40px;

  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.35);
  background: #fff;

  display: none;
  align-items: center;
  justify-content: center;
}

.place-order__btn {
  width: 100%;

  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-family: "TT Travels Next Trl", sans-serif;

  background: #3a5bff;
  padding: 14px;
  border: none;
}

.btn-shadow {}

/* -------------------------media------------------------- */

@media(max-width:1270px) {

  .user__product-list,
  .container-lk--my-order .user__order-info {
    max-width: unset;
  }
}

@media(max-width:768px) {
  .container-lk__content {
    padding: 0;
    border-radius: 0;
    border: none;
  }

  .user__order-info {
 /*   display: none;    */
  }

  .divfreemob center b:first-child {
    font-family: "TT Travels Next Trl", sans-serif;
  }

  .cart-slider__slide {
    max-width: 265px;
    padding: 12px;
  }

  .cart-slider__slide-name {
    font-size: 12px;
  }

  .cart-slider__slide-price {
    font-size: 12px;
  }

  .wrap-container-pagination {
    display: none;
  }

  .user__arrow-mob svg {
    width: 25px;
    height: 25px;
  }

  .user__arrow-mob {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .user__name-text {
    gap: 4px;
    padding: 0px 0px 10px 0px;
  }

  .container-lk--my-order .user__order {
    gap: 20px;
  }

  .cart-slider__btn-next {
    transform: translate(36%, -50%);
  }

  .container-lk--my-order .user__product-name {
    font-size: 12px;
    line-height: 110%;
  }

  .place-order {
    display: flex;
  }

  .user__product-wrapper {
    width: 100%;
    max-width: unset;
  }

  .container-lk--my-order .user__product-inner {
    width: 100%;
    max-width: unset;
  }

  .container-lk--my-order .user__product-price {
    width: unset;
  }

  .user__name-text {
    border-bottom: 2px solid #d9d9d9;
  }
}