html,
body {
  font-family: "Bona Nova SC", serif;
  line-height: 140%;
}

.wrapper {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  padding: 0 20px;
}

.button {
  transition: all .2s;
}

.button:hover {
  color: #fff;
  background: #E26565;
  border: 2px solid #E26565;
  box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  transition: all .2s;
}

a,
button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

/* ========================= HEADER ========================= */

.header__top {
  padding: 20px 0;
  background-color: transparent;
  font-weight: 400;
}

.header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.header__logo {
  font-size: 32px;
  font-weight: 300;
}

.header__nav {
  padding: 0 10px;
}

.header__nav-list {
  display: flex;
}

.header__nav-item {
  margin-right: 60px;
  font-weight: 400;
  font-size: 20px;
}

.header__nav-item:last-child {
  margin-right: 0;
}

.header__nav-link {
  transition: all .3s;
}

.header__nav-link:hover {
  color: #E26565;
  text-decoration: underline;
}

.header__cart-container {
  height: 100%;
  display: inline-block;
}

.header__cart {
  position: relative;
}

.cart__counter {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 19px;
  width: 19px;
  background-color: transparent;
  border: 3px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 140%;
  color: #000;
  text-align: center;
  box-sizing: border-box;
}

.header__user-box {
  display: flex;
  font-weight: 400;
  font-size: 20px;
}

.burger {
  position: relative;
  display: none;
}

.popup {
  width: 100%;
  height: auto;
  background-color: #FFF;
  box-shadow: 0px 0px 8px 1px #E2656566;
  display: none;
  position: absolute;
  left: 0;
  top: 73px;
  padding: 40px;
  z-index: 10;
}

.header__nav-list--b {
  display: flex;
  flex-direction: column;
}

.header__nav-item--b {
  margin-bottom: 20px;
}

.header__nav-item--b:last-child {
  margin-bottom: 0;
}

/* --------------- */
.header__user-out {
  display: none;
}

.header__user-out--active {
  display: flex;
}

.header__log-in {
  margin: 0 30px;
  padding: 12px 24px;
  border: 2px solid #000000;
  border-radius: 10px;
}

.header__registration {
  padding: 12px 24px;
  border: 2px solid #000000;
  border-radius: 10px;
}

/* --------------- */
.header__user-in {
  display: none;
}

.header__user-in--active {
  margin-left: 134px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header__user {
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #E26565;
  padding: 10px;
  position: relative;
}

.header__user span {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.user__img {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.profile__controller {
  margin-left: 20px;
  background: transparent;
  visibility: visible;
}

/* --------------- */
.header__main {
  padding: 50px 0;
  position: relative;
  background: url(../images/back.png) no-repeat center center;
  background-size: cover;
}

.header__main-inner {
  text-align: center;
  box-shadow: 1px 1px 100px 0px #E2656566;
  background-color: #fff;
  border-radius: 24px;
  padding: 40px 60px;
  font-weight: 400;
  max-width: 80vw;
  width: 100%;
  margin: 0 auto;
}

.header__main-title {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  letter-spacing: 3px;
  line-height: 140%;
}

.header__main-title img {
  display: inline-block;
  height: 307px;
  box-shadow: 0px 1px 20px 1px #0000004D;
  border-radius: 16px;
}

.header__main-title b {
  font-weight: 700;
}

.header__main-text--wrap {
  display: flex;
  width: 100%;
  gap: 40px;
  margin: 32px 0;
}

.header__main-text {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0%;
  line-height: 140%;
  background: #E265651A;
  padding: 10px 24px;
  border-radius: 12px;
  gap: 24px;
  display: flex;
  align-items: start;
  width: 50%;
}

.header__main-text img {
  width: 80px;
  height: 80px;
}

.btn-red,
.btn-empty {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background: #E26565;
  box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 14px 24px;
  transition: all .2s;
  text-align: center;
  cursor: pointer;
}

.btn-red:hover {
  box-shadow: 1px 4px 20px 0px #E26565;
}

.header__main-btn {
  width: 358px;
  padding: 18px 24px;
}

/* ====================== PRIORITIES ======================*/

.main__priorities,
.main__assignment,
.main__description,
.main__contacts,
.main__production {
  padding: 40px 0;
  max-width: 80vw;
  width: 100%;
  margin: 0 auto;
}

.header {
  font-weight: 300;
  font-size: 36px;
  text-align: left;
  line-height: 140%;
  letter-spacing: 3%;
  margin-bottom: 40px;
  font-family: 'Cygre';
}

.header span {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
}

.prioriries__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 40px;
}

.prioriries__item {
  font-weight: 400;
  font-size: 22px;
  height: 100%;
  padding: 20px 10px;
  /* background: url('../images/border.png') center / 100% 100% no-repeat; */
  /* box-shadow: 0px 1px 20px 0px #0000004D; */
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
  border: 3px solid #E26565;
}

.border {
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  /* width: 100%; */
  /* height: 100%; */
  /* height: calc(100% +56px); */
  z-index: -1;
  width: 109%;
  height: 123%;
}

.prioriries__item--top {
  display: flex;
  width: 100%;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.prioriries__item svg {
  width: 40px;
  height: 40px;
  justify-self: end;
}

.prioriries__item--title {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 3%;
}

.prioriries__item--desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
}

.priorities__desc {
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  margin-top: 60px;
  line-height: 140%;
}

/* ====================== ASSIGNMENT ======================*/

.assignments__list {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 60px 40px;
  background-color: #E26565;
  box-shadow: 1px 1px 20px 0px #0000004D;
  border-radius: 20px;
}

.assignments__item {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
}

.divider {
  display: inline-block;
  width: 2px;
  height: 102px;
  background-color: #FFFFFF;
}

/* ====================== DESCRIPTION ======================*/

.description__flex {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}

.desc-img {
  width: 498px;
  display: inline-block;
  border-radius: 16px;
  box-shadow: 0px 1px 20px 1px #0000004D;
}

.description__inner-row1 {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
}

.description__inner-row2 {
  display: flex;
}

.description__item {
  padding: 20px 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 3%;
  text-align: center;
}

.item {
  margin-right: 40px;
}

.description__item.bg-red {
  background-color: #E26565;
  box-shadow: 1px 1px 20px 0px #0000004D;
  border-radius: 20px;
  color: #FFF;
}

.bg-img {
  position: relative;
  border: 3px solid #E26565;
  box-shadow: 1px 1px 20px 0px #0000004D;
  border-radius: 20px;
}

.description__inner-row2 .border {
  top: -10px;
}

/* ====================== PRODUCTION ======================*/

.production-grid::after,
.prioriries__list::after,
.description__flex::after {
  content: "";
  position: absolute;
  top: 110px;
  right: -650px;
  background: url(../images/blood.svg);
  width: 948px;
  height: 859px;
  transform: rotateY(-12deg);
  opacity: 0.3;
  transform: scale(0.3);
}

.prioriries__list::after {
  right: -230px;
  width: 704px;
  top: unset;
}

.description__flex::after {
  right: unset;
  left: -570px;
  top: unset;
}

.production-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
}

.production-grid__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  transition: all .2s;
}

.production-grid__item:hover {
  transform: scale(1.05);
}

.img-wrap {
  width: 100%;
}

.img-wrap img {
  display: inline-block;
  width: 100%;
  border-radius: 16px;
  box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.25);
}

.product-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  max-width: 450px;
  width: 100%;
  flex: 1;
}

.production-grid__item .btn-red {
  width: 100%;
}

/* ====================== MODALS ======================*/

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  padding: 20px;
  z-index: 999;
}

/* ---------------- LOG IN MODAL --------------- */

.log_in-container {
  height: 664px;
  width: 768px;
  padding: 40px;
  background-color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  cursor: default;
}

.log_in-title,
.registration-title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.registration-title {
  margin-top: 20px;
}

.log-box {
  padding: 46px 94px;
}

.inputs__area {
  display: grid;
  grid-template-rows: repeat(2, auto);
  row-gap: 20px;
  align-items: center;
  margin-bottom: 24px;
}

.input__log,
.input__pass {
  border: 1px solid #000000;
  padding: 4px 54px 4px 24px;
  width: 500px;
  height: 50px;
}

.input__log::placeholder,
.input__pass::placeholder {
  font-weight: 400;
  font-size: 16px;
}

.input__pass {
  position: relative;
}

.pass__area {
  position: relative;
}

.hide__pass {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../images/icons/show.svg);
}

.hide__pass.view {
  background: url(../images/icons/hide.svg);
}

.btn-box:first-child {
  align-items: start;
}

.forgot__pass {
  background: transparent;
  color: #4D4D4D;
  font-weight: 400;
  font-size: 16px;
}

.log_in-btn,
.reg-btn,
.reset-btn {
  margin-top: 24px;
  width: 500px;
}

.log-types {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.log-types span {
  font-weight: 700;
  font-size: 20px;
}

.log-types__box {
  margin: 30px 0;
}

.vk,
.yandex {
  margin-right: 30px;
}

.havent__acc,
.have__acc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.havent__acc span {
  font-weight: 300;
  font-size: 18px;
}

.reg__link,
.login__link {
  margin-top: 20px;
  font-weight: 700;
  font-size: 20px;
}

.forgot__pass-container {
  height: auto;
}

.pass_info {
  margin: 20px auto;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
}

/* ---------------- REGISTRATION MODAL --------------- */

.registration-container {
  height: 716px;
  width: 768px;
  padding: 40px;
  background-color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  cursor: default;
}

.have__acc {}


.agreement-box {
  display: flex;
  align-items: center;
  padding: 0 97px 40px;
  font-weight: 200;
  font-size: 16px;
}

.agreement-checkbox {
  position: relative;
  height: 23px;
  width: 23px;
  flex: 0 0 auto;
  margin-right: 20px;
}

.checkbox__default {
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.checkbox__custom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #000000;
  border-radius: 3px;
  cursor: pointer;
}

.checkbox__default:checked+.checkbox__custom {
  background: url(../images/icons/agree.svg) 50% 50% no-repeat;
}

/* ---------------- PROFILE MODAL --------------- */

.profile-modal {}

.profile__container {
  height: 100%;
  width: 800px;
  padding: 20px 30px;
  background-color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  cursor: default;
  display: flex;
  flex-direction: column;
}

.profile__inner {
  padding: 0 70px;
}

.user__about {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user__name {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}

.avatar__box {
  position: relative;
}

.avatar__box span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 500;
  font-size: 160px;
}

.profile__img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 10px 0;
  background-color: #E26565;
}

.profile__img-upload {
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

.user__inputs {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 0;
}

.user__data {
  font-weight: 400;
  font-size: 16px;
}

.personal__mail,
.personal__name {
  border: 1px solid #000000;
  padding: 12px 24px;
  width: 100%;
  height: 50px;
}

.personal__name {
  margin-top: 30px;
}

.links__box {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 20px;
}

.out__acc {
  margin-bottom: 20px;
}

.delete__acc {}

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


/* ---------------- PRODUCTS MODAL --------------- */

.modal__container {
  width: 1300px;
  padding: 60px 40px;
  background-color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  cursor: default;
}

.modal__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 60px;
}

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

.modal__img-box {
  align-self: center;
  margin-right: 60px;
}

.modal__desc {}

.product__asg {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}

.desc__title {
  font-size: 20px;
  line-height: 140%;
  font-weight: 700px;
  margin-top: 20px;
}

.product__r-item,
.product__c-item {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
}

.modal__cart {
  width: 457px;
  text-align: center;
  margin-top: 60px;
}

.modal__close {
  position: absolute;
  background-color: transparent;
  top: 10px;
  right: 10px;
}

/* ====================== CONTACTS ======================*/

.column {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.contacts__item {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 300;
  position: relative;
}

.contacts__inner img {
  margin-right: 41px;
}

/* ====================== CART ======================*/

.main__cart,
.main__order {
  height: 100%;
  padding: 40px 0;
  max-width: 80vw;
  margin: 0 auto;
}

.cart__form {}

.cart__form-desc {
  margin-bottom: 40px;
  padding-right: 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}

.cart__form-offer {
  display: grid;
  grid-template-columns: auto 170px 1fr 142px;
  column-gap: 40px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #E26565;
}

.cart__form-offer:last-of-type {
  border-bottom: 1px solid #E26565;
}

.cart__form-delete {
  background: transparent;
  margin-left: 40px;
}

.cart__form-img {}

.cart__form-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}

.cart__form-preview img {
  width: 100%;
  border-radius: 16px;
}

.cart__form-name {}

.cart__form-link,
.items__price,
.items__sum,
.final__sum {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
}

.cart__order-btn {
  margin-top: 55px;
  width: 358px;
}

.cart__form-number {
  display: inline-block;
  position: relative;
  width: 100px;
  transform: translateX(42px);
}

.cart__form-number input[type="number"] {
  display: block;
  height: 36px;
  line-height: 140%;
  width: 75px;
  padding: 0;
  margin: 0;
  background-color: #E26565;
  color: #fff;
  box-sizing: border-box;
  border: 1px solid #000;
  text-align: center;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

.cart__form-number input[type="number"]::-webkit-outer-spin-button,
.cart__form-number input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

.number-minus {
  position: absolute;
  top: 0px;
  left: -25px;
  bottom: 0px;
  width: 42px;
  padding: 0;
  display: block;
  text-align: center;
  border: 1px solid #000;
  font-size: 20px;
  font-weight: 500;
  background-color: #fff;
}

.number-plus {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 42px;
  padding: 0;
  display: block;
  text-align: center;
  border: 1px solid #000;
  font-size: 20px;
  font-weight: 500;
  background-color: #fff;
}



/* ====================== ORDER ======================*/

.order__form-item {
  border-top: 1px solid #E26565;
  border-bottom: 1px solid #E26565;
}

.order__form-offer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 50px;
  padding: 20px;
}

.sum-number {
  font-weight: 700;
  font-size: 24px;
  background-color: #E26565;
  color: #fff;
  padding: 4px 17px;
  border: 1px solid #000;
}

.order__data {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}

.side {
  display: flex;
  flex-direction: column;
  width: 45%;
}

.side>label:first-child {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}

.input-wrapper {
  position: relative;
  margin-bottom: 40px;
}

.input-wrapper:last-child {
  margin-bottom: 0;
}

.data-item {
  border: 1px solid #0000003B;
  border-radius: 4px;
  padding: 10px 10px 16px;
  font-weight: 400;
  font-size: 16px;
  background: transparent;
  width: 100%;
  transition: border-color 0.3s;
}

.data-item:focus {
  border-color: #000;
}

.data-item:last-child {
  margin-bottom: 0;
}

.input-wrapper label {
  position: absolute;
  left: 12px;
  top: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #00000099;
  pointer-events: none;
  transition: all 0.3s;
  background: #fff;
  padding: 0 4px;
}

.data-item:focus+label:not(.delivery-label),
.data-item.has-value+label:not(.delivery-label) {
  top: -12px;
  color: #000;
}

.delivery-label {
  top: -12px !important;
  color: #000;
}

.delivery-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.delivery-btn svg {
  transition: transform 0.3s;
}

.delivery-btn.active {
  border-bottom: none;
  border-color: #000;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.delivery-btn.active svg {
  transform: rotate(180deg);
}

/* Дропдаун скрыт по умолчанию */
.custom-delivery-dropdown {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Когда кнопка активна — дропдаун виден */
.delivery-btn.active+.custom-delivery-dropdown {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #000;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 1;
  transform: translateY(0);
}

.delivery-option {
  padding: 16px 12px;
  background-color: transparent;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

.delivery-option:hover {
  background-color: #f5f5f5;
}

.delivery-option+.delivery-option {
  border-top: 1px solid #000;
}

.mess-labe {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}

.messangers {
  display: grid;
  grid-template-columns: repeat(3, 215px);
  column-gap: 70px;
}

.tg-mess:hover,
.vk-mess:hover,
.wa-mess:hover {
  box-shadow: 0px 4px 20px 0px #E2656573;
}

.tg-mess,
.vk-mess,
.wa-mess {
  background-color: transparent;
  border: none;
  border-radius: 24px;
  padding: 10px 20px 10px 110px;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 18px;
  transition: all .3s;
  position: relative;
  height: 70px;
  box-shadow: 0px 4px 20px 0px #00000059;
  transition: all .2s ease-in-out;
}

.tg-mess::before {
  position: absolute;
  top: 10px;
  left: 20px;
  content: url(../images/icons/tg.svg);
  width: 50px;
  height: 50px;
}

.vk-mess::before {
  position: absolute;
  top: 10px;
  left: 20px;
  content: url(../images/icons/vk.svg);
  width: 50px;
  height: 50px;
}

.wa-mess::before {
  position: absolute;
  top: 10px;
  left: 20px;
  content: url(../images/icons/wa.svg);
  width: 50px;
  height: 50px;
}

.img-box {
  margin-right: 40px;
}

.vk-mess {}

.dropdwn {
  display: flex;
  flex-direction: column;
}

.hide {
  display: none;
}

.dropdwn-cont {
  border-bottom: 2px solid #E26565;
  font-weight: 200;
  font-size: 16px;
  margin-top: 40px;
  padding: 10px;
}

.deliv-select {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* ====================== FOOTER ======================*/

footer {
  background-color: #E26565;
  color: #FFF;
}

.registration {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  line-height: 140%;
  padding-top: 20px;
}

.rights {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  line-height: 140%;
  margin-top: 10px;
  padding-bottom: 20px;
}

/* ====================== MEDIA ======================*/

@media (max-width: 1390px) {
  .description__flex .desc-img {
    display: none;
  }

  .production__list {
    column-gap: 20px;
    row-gap: 20px;
  }

  .modal__container {
    width: 90vw;
    padding: 30px 10px 10px;
    height: auto;
  }

  .modal__title {
    font-size: 22px;
    margin-bottom: 40px;
    padding: 0 30px;
  }

  .product__asg {
    font-size: 16px;
  }

  .desc__title {
    font-size: 18px;
    margin-top: 20px;
  }

  .product__r-item,
  .product__c-item {
    font-size: 16px;
  }

  .modal__cart {
    margin-top: 30px;
  }

  .modal__close {
    scale: 0.8;
  }

  .user__about {
    margin-top: -30px;
  }

  .avatar__box span {
    font-weight: 500;
    font-size: 100px;
  }

  .profile__img-upload {
    font-size: 14px;
  }

  .links__box {
    font-size: 16px;
  }

  .out__acc {
    margin-bottom: 5px;
  }
}

@media (max-width: 1250px) {
  .header__logo {
    font-size: 28px;
  }

  .header__nav-item {
    margin-right: 20px;
  }

  .production__list {
    display: grid;
    grid-template: repeat(3, 1fr) / repeat(2, 1fr);
    grid-row-gap: 20px;
  }

  .production-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .header__main {
    padding: 30px 0;
  }

  .header__main-inner {
    padding: 30px 40px;
  }

  .header__main-title {
    font-size: 30px;
  }

  .header__main-title img {
    display: none;
  }

  .header__main-text {
    font-size: 20px;
  }
}

@media (max-width: 1130px) {

  .production-grid::after,
  .prioriries__list::after,
  .description__flex::after {
    display: none;
  }

  .header__logo {
    font-size: 20px;
  }

  .header__nav-item {
    font-size: 16px;
    margin-right: 20px;
  }

  .header__cart {
    scale: 0.8;
  }

  .header__user-box {
    font-size: 16px;
    margin-left: -10px;
  }

  .header__log-in {
    margin: 0 10px;
    padding: 10px 22px;
  }

  .header__registration {
    padding: 10px 22px;
  }

  .header__top {
    padding: 10px 0;
  }

  .header__main-title {
    font-size: 24px;
  }

  .header__main-text--wrap {
    flex-direction: column;
    gap: 16px;
  }

  .header__main-text {
    font-size: 16px;
    width: 100%;
  }

  .header__main-btn {
    width: 250px;
  }

  .btn-blue {
    font-size: 16px;
    padding: 10px 20px;
  }

  .btn-blue:hover {
    scale: 1.1;
  }

  .header {
    font-size: 24px;
  }

  .prioriries__item {
    font-size: 20px;
  }

  .priorities__desc {
    font-size: 24px;
  }

  .assignments__item,
  .description__item {
    font-size: 20px;
  }

  .production__list-item {
    margin: auto -20px;
  }

  /* .production__list-item img {
    scale: 0.8;
  } */
  .production__link-text,
  .production__link-btn {
    font-size: 16px;
    /* scale: 0.8; */
  }

  .main__contacts {
    padding: 40px 0;
  }

  .contacts__inner {
    font-size: 18px;
  }

  .contacts__inner img {
    width: 28px;
    margin-right: 10px;
  }

  .registration {
    font-size: 12px;
  }

  .rights {
    font-size: 14px;
  }

  .contacts__header {
    margin-bottom: 16px;
  }

  .main__description::after {
    scale: 0.7;
    top: -50px;
    left: -50px;
  }

  .main__assignment::after {
    scale: 0.7;
    top: -50px;
    right: -50px;
  }

  .modal__img-box {
    margin-right: 0;
  }

  .cart__form-delete {
    margin-left: 0;
  }
}

@media (max-width: 930px) {
  .messangers {
    column-gap: 30px;
  }

  .prioriries__list {
    gap: 24px;
  }

  .contacts__item {
    font-size: 20px;
  }

  .header__cart {
    scale: 0.7;
  }

  .header__user-box {
    font-size: 14px;
  }

  .header__log-in {
    margin: 0 10px;
    padding: 5px 10px;
  }

  .header__registration {
    padding: 5px 10px;
  }

  .button:hover {
    border-radius: 10px;
  }

  .main__priorities,
  .main__assignment,
  .main__description,
  .main__production {
    padding: 40px 0;
  }

  .header__inner-bg {
    scale: 0.7;
    top: -130px;
    left: -160px;
  }

  .btn-blue {
    border-radius: 10px;
  }

  .main__description::after {
    scale: 0.5;
    top: -60px;
    left: -80px;
  }

  .main__assignment::after {
    scale: 0.7;
    right: -80px;
  }
}

@media (max-width: 850px) {
  .prioriries__list {
    grid-template-columns: 1fr;
  }

  .production__list-item:hover {
    scale: none;
  }

  .production__list-item:nth-child(2),
  .production__list-item:nth-child(4) {
    margin-left: -80px;
  }

  .modal__img-box {
    visibility: hidden;
  }

  .modal__desc {
    margin-left: -420px;
  }

  .modal__cart {
    margin-left: 30px;
    margin-top: 10px;
    width: 350px;
  }

  .cart__form-link {
    font-size: 18px;
  }

  .cart__form-preview img {
    scale: 0.8;
  }

  .cart__form-offer {
    column-gap: 30px;
  }
}

@media (max-width: 820px) {
  .header__registration {
    display: none;
  }

  .production__list-item {
    margin-left: -40px;
  }

  .main__description::after,
  .main__assignment::after {
    display: none;
  }

  .header__user-in--active {
    margin-left: 10px;
  }
}

@media (max-width: 760px) {
  .production-grid {
    gap: 20px;
  }

  .header__main-inner,
  .main__priorities,
  .main__assignment,
  .main__description,
  .main__contacts,
  .main__production,
  .main__cart,
  .main__order {
    max-width: 98vw;
  }

  .main__cart,
  .main__order {
    padding-left: 20px;
    padding-right: 20px;
  }

  .assignments__list {
    flex-direction: column;
  }

  .main__priorities,
  .main__assignment,
  .main__description,
  .main__contacts,
  .main__production {
    padding: 40px 20px;
    margin: 0 auto;
  }

  .divider {
    height: 1px;
    width: 100%;
  }

  .cart__form-link {
    font-size: 16px;
  }

  .sum-number {
    font-size: 14px;
  }

  .header__logo {
    font-size: 16px;
  }

  .cart__form-number {
    scale: .8;
  }

  .cart__form-desc {
    font-size: 18px;
  }

  .cart__form-desc {
    padding-right: 25px;
  }

  .cart__form-delete {
    margin-left: 0;
  }

  .messangers {
    display: flex;
    flex-direction: column;
  }

  .dropdwn {
    width: 210px;
  }

  .vk-mess {
    margin-top: 10px;
  }

  .dropdwn-cont {
    margin-bottom: 10px;
  }

  .dropdwn:has(.wa-mess) {
    margin-top: 10px;
  }
}

@media (max-width: 660px) {
  .cart__form-number {
    transform: translateX(0px);
  }

  .prioriries__item {
    font-size: 14px;
    width: 100%;
    gap: 12px;
  }

  .profile__header {
    font-size: 18px;
  }

  .profile__inner {
    padding: 0 40px;
  }

  .header__nav {
    display: none;
  }

  .burger {
    display: flex;
    margin-left: 10px;
  }

  .description__inner-row1,
  .description__inner-row2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .item {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .order__data {
    flex-direction: column;
  }

  .input-wrapper {
    margin-bottom: 16px;
  }

  .delivery-label-name {
    margin-top: 30px;
  }

  .side {
    width: 100%;
  }

  .dn {
    display: none;
  }

  .ml-50 {
    margin-left: -50px;
  }

  .cart__form-preview img {
    scale: 1;
  }

  .cart__form-offer {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .cart__form-delete {
    scale: .7;
  }

  .cart__form-name {
    margin: 20px 0;
  }

  .cart__form-number {
    scale: 1;
    margin-left: 25px;
  }

  .cart__form-preview img {
    max-width: 570px;
    max-height: 242px;
  }

  .cart__form-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .w100 {
    width: 100%;
  }

  .order__form-item {
    background-color: #E1F6FF;
  }

  .order__form-offer {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 540px) {
  .production-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .production-grid__item:hover {
    transform: none;
  }

  .product-description {
    font-size: 16px;
  }

  .contacts__inner.row {
    flex-direction: column;
    gap: 12px;
  }

  .modal__title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .avatar__box {
    scale: 0.8;
  }

  .profile__inner {
    padding: 0;
  }

  .desc__title {
    font-size: 16px;
  }

  .modal__close {
    scale: 0.6;
  }

  .header__logo {
    font-size: 14px;
  }

  .header__main-inner {
    padding: 10px;
  }

  .header__main-title {
    font-size: 20px;
  }

  .header__main-text {
    gap: 8px;
    padding: 10px;
  }

  .header__main-text img {
    width: 60px;
    height: 60px;
    align-self: center;
  }

  .header {
    font-size: 24px;
  }

  .priorities__desc {
    margin-top: 20px;
  }

  .priorities__desc {
    font-weight: 400;
    font-size: 16px;
  }

  .main__priorities,
  .main__assignment,
  .main__description,
  .main__production {
    padding: 20px;
  }

  .btn-blue:hover {
    scale: none;
  }

  .assignments__item,
  .description__item {
    font-weight: 400;
    font-size: 18px;
  }

  .input__log,
  .log_in-btn,
  .reg-btn,
  .reset-btn,
  .input__pass {
    width: 300px;
  }

  .agreement-box {
    font-size: 12px;
  }

  .header__user,
  .burger {
    scale: 0.7;
  }

  .profile__controller {
    margin-left: 0;
  }

  .pass_info {
    font-size: 16px;
  }
}

@media (max-width: 460px) {
  .profile__header {
    font-size: 16px;
  }

  .production__link-text,
  .production__link-btn,
  .production__list-item img {
    scale: 0.8;
  }

  .cart__order-btn {
    width: 300px;
  }

  .mess-labe {
    font-size: 18px;
  }

  .modal__cart {
    width: 280px;
  }

  .w100 {
    width: 100%;
  }

  .cart__form-offer {
    max-width: 360px;
  }

  .cart__form-preview img {
    max-width: 300px;
    max-height: 242px;
  }
}