.form__reg {
  gap: 40px;
  padding: 60px 40px;
  border-radius: 30px;
  background: no-repeat 0 0 / 100% 100% url(../img/profile/back-reg.png);
  margin-bottom: 60px;
  justify-content: center;
}

.header { 
  padding: 10px 20px;
  border: 1px solid #939393;
}

.reg__next {
  margin-right: auto;
  border-radius: 100px;
  padding: 10px;
  width: 74px;
  height: 42px;
  background: no-repeat center center / 60% 60% url(../img/profile/arrow.svg), #f00;
}

.regiatr__form {
  margin: 0 auto;
  padding: 30px 60px;
  border: 1px solid #f00;
  border-radius: 30px;
  gap: 16px;
  background: var(--belyy);
  align-items: center;
}

.regiatr__form .title {
  text-transform: uppercase;
  font-weight: 800;
  color: #131313;
  text-align: center;
}

.title__sub {
  font-family: var(--font-family);
  font-weight: 500;
  text-align: center;
  color: #000;
}

.custom-checkbox {
  position: relative;
}

.registr__list {
  gap: 12px;
}

.inn-field {
  width: 100%;
}

/* Скрытая по умолчанию инфа */
.check__inf {
  display: none;
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.2);
  background: var(--belyy);
  position: absolute;
  top: 120%;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #000;
  border-radius: 15px;
  min-width: 300px;
  padding: 20px 16px;
  z-index: 100;
  left: 0;
}

/* Появление при наведении */
.custom-checkbox:hover .check__inf {
  display: block;
}

.registr__list .custom-checkbox span {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  color: #131313;
}

.registr__list .checkmark {
  border: 1px solid #131313;
  border-radius: 2px;
}

.registr__list .custom-checkbox input:checked ~ .checkmark{
  border: 1px solid #131313;
  border-radius: 2px;
}

.form__reg .input{
  border: 1px solid #ff1c1c;
  border-radius: 10px;
  padding: 8px 12px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 22px;
  color: rgb(19, 19, 19);
  width: 100%;
  line-height: 120%;
}

.form__reg .input::placeholder{
  color: rgba(19, 19, 19, 0.5);
}

.regiatr__item{
  width: 100%;
  gap: 12px;
}

.regiatr__item-block {
  gap: 6px;
}

.regiatr__item-block label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.regiatr__item-block .gender__check label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #9a9191;
}

.gender__check {
  display: flex;
  border: 1px solid red;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  width: fit-content;
}

/* Скрываем стандартные радиокнопки */
.gender__check input[type="radio"] {
  display: none;
}

/* Стили для кнопок */
.gender-btn {
  padding: 8px 12px;
  cursor: pointer;
  color: #9a9191;
  font-weight: bold;
  margin: 2px;
  transition: all 0.3s ease;
}

/* При выборе кнопки — выделение */
.gender__check input[type="radio"]:checked + .gender-btn {
  background-color: white;
  color: black;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.25);
  border: 0.10px solid #b5adad;
  border-radius: 5px;
}

.btn__registr{
  padding: 10px 30px;
}

.registr__btn{
  color: #9a9191;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
}

.entrance__block{
  align-items: center;
  gap: 12px;
}

.entrance__block img{
  width: 30px;
  height: auto;
}

.entrance__input{
  border: 1px solid #ff1c1c;
  border-radius: 10px;
  padding: 8px 12px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 22px;
  color: rgb(19, 19, 19);
  width: 90%;
  line-height: 120%;
}

.entrance__input::placeholder{
  color: rgba(19, 19, 19, 0.5);
}

.wrapper{
  display: flex;
  flex-direction: column;
}

.footer__bottom{
  margin-top: auto;
}

.lk__money{
  border-radius: 40px;
  padding: 6px 14px;
  background: var(--krasnyy);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--belyy);
}

.lk__money img{
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.lk__money.bonuses{
  margin-left: auto;
}

.lk__profile{
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  text-align: right;
  color: #000;
}

.lk__profile-btn{
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.profile_img{
  border-radius: 100%;
  width: 70px;
  height: 70px;
}

.nav__lk{
  position: absolute;
  bottom: -140%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.2);
  background: var(--belyy);
  border: 1px solid var(--belyy);
  border-radius: 15px;
  padding: 20px 16px;
  text-align: left;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.nav__lk-item a{
  transition: all 0.3s ease;
}

.nav__lk-item a:hover{
  color: var(--krasnyy);
}

.lk__profile:hover .nav__lk{
  opacity: 1;
  overflow: visible;
}

.lk__agent{
  gap: 30px;
  margin: 80px auto;
}

.lk__agent-video{
  width: 100%;
  height: auto;
  border-radius: 30px;
  max-width: 832px;
  margin: 0 auto;
}

.lk__agent .text{
  font-family: var(--font-family);
  font-weight: 400;
  text-align: center;
  color: #000;
  max-width: 993px;
  margin: 0 auto;
}

.lk__agent .btn{
  font-size: 24px;
  padding: 20px 40px;
  margin: 0 auto;
}

.bonuses_lk{
  margin: 60px auto;
}

.bonuses__slid{
  position: relative;
  height: 145px !important;
  z-index: 1;
  display: flex !important;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  margin-top: auto;
  transition: all 0.4s ease;
}

.bonuses__slid::before{
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

.bonuses__slid.active::before{
  display: none
}

.bonuses__slid.active{
  flex-direction: column-reverse;
  height: 169px !important;
}

.bonuses__slid-title{
  font-family: var(--font-family);
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--belyy);
  margin-top: auto;
}

.bonuses__slid__img{
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.bonuses__slid-btn{
  font-size: 18px;
  padding: 6px 10px;
}

.lk__video{
  margin-bottom: 60px;
  width: 100%;
}

.lk__video-swiper{
  width: 100%;
  display: flex !important;
  flex-direction: column;
  gap: 20px;
  overflow: visible !important;
}

.lk__video-slide{
  display: block;
}

.bonuses__slid{
  max-width: 600px;
}

.slide-video{
  width: 100%;
  border-radius: 20px;
}

.lk__inform{
  font-family: var(--font-family);
  font-weight: 400;
  text-align: justify;
  color: #000;
}

.lk__inform{
  margin-bottom: 80px;
  gap: 30px;
}

.lk__inform .btn{
  margin-left: auto;
  padding: 10px 26px;
}

.lk__inform .text{
  width: 90%;
  margin-right: auto;
}

.editing-profile{
  margin: 60px auto 10px;
  justify-content: space-between;
  align-items: center;
}

.editing-profile__block{
  box-shadow: 0 4px 15px 1px rgba(0, 0, 0, 0.25);
  background: var(--belyy);
  border: 1px solid var(--belyy);
  border-radius: 30px;
  gap: 20px;
  padding: 30px 20px;
  width: 46%;
}

.editing-profile__img {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  max-height: 400px;
  width: 100%;
  height: 400px;
}

.editing-profile__image {
  width: 100%;
  height: 100%; 
  object-fit: cover;
}

.editing-profile__img::before{
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.editing-profile__img span {
  position: absolute;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  top: 50%;
  color: var(--belyy);
  text-align: center;
  bottom: 50%;
  z-index: 2;
}

.editing-profile__element{
  display: flex;
  gap: 70px;
  align-items: center;
  justify-content: space-between;
}

.editing-profile__element label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  color: #000;
  max-width: 190px;
  width: 100%;
}

.editing-profile__element input{
  border: 1px solid #bcb4b4;
  border-radius: 10px;
  padding: 8px 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #000;
  width: 100%;
  max-width: 260px;
  outline-width: 1px;
  outline-color: var(--krasnyy);
  margin-right: auto;
}

.editing-profile__element .gender__check{
  margin-right: auto;
}

.editing-profile__element-smol input{
  max-width: 180px;
}

.editing-profile__block .btn{
  margin: 20px auto 0;
  padding: 16px 40px;
  font-size: 24px;
}

.exit{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: var(--krasnyy);
  margin-bottom: 60px;
}

.exit img{
  width: 31px;
  height: 31px;
}

.objects{
  margin-top: 60px;
  gap: 40px;
}

.objects__title{
  text-align: center;
}

.objects__section{
  flex-wrap: wrap;
  gap: 40px 30px;
  justify-content: center;
}

.objects__section .offers__item{
  width: 30%;
}

.pagination{
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.pagination .active{
  color: var(--krasnyy);
}

.indicators{
  margin-top: 80px;
  gap: 40px;
  margin-bottom: 60px;
}

.indicators .title{
  text-align: center;
}

.indicators__section{
  flex-wrap: wrap;
  gap: 40px 30px;
  justify-content: center;
}

.indicators__block{
  width: 30%;
  border: 1px solid #939393;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding: 30px 20px;
}

.indicators__section .indicators__block:nth-child(3n+3), 
.indicators__section .indicators__block:nth-child(3n+4), 
.indicators__section .indicators__block:nth-child(3n+5)
{
  width: 25%;
}

.indicators__block .subtitle{
  font-family: var(--font-family);
  font-weight: 600;
  text-align: center;
  color: #000;
}

.indicators__block span{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 64px;
  text-align: center;
  color: #f00;
}

.indicators__block-item{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.indicators__block-item .pluse{
  background: #f00;
  border-radius: 10px;
  padding: 10px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  color: var(--belyy);
  width: auto;
  height: auto;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

.indicators__block-item .pluse:hover{
  background: rgb(238, 2, 2);
}

.indicators__block-item .redact{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  color: var(--belyy);
  border-radius: 10px;
  padding: 12px 16px;
  background: #554e4e;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

.indicators__block-item .redact:hover{
  background: #4a4444;
}

.indicators__section{
  flex-wrap: wrap;
  gap: 40px 30px;
}

.published .indicators__section .indicators__block{
  width: 30%;
}

.published .subtitle{
  display: flex;
  align-items: center;
  gap: 10px;
}

.published .subtitle img{
  width: 70px;
  height: 70px;
}

.published .indicators__block p{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 24px;
  color: #000;
}

.courses{
  margin: 80px auto 60px;
  gap: 40px;
}

.courses__passed{
  margin-right: auto;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #000;
}

.courses__section{
  flex-wrap: wrap;
  gap: 40px 30px;
  justify-content: center;
}

.courses__block{
  width: 26%;
  background: #FAF9FF;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 30px;
  padding: 26px 20px;
}

.guide{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.guide__title{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #000;
}

.courses__img{
  width: 100%;
  height: 102px;
  object-fit: cover;
  border-radius: 30px;
}

.progress-bar__track{
  width: 100%;
  height: 4px;
  border-radius: 50px;
  background: #d9d9d9;
}

.progress-bar__fill{
  background: #ff0303;
  height: 100%;
  border-radius: 50px;
}

.guide__footer{
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.guide__time{
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #000;
}

.guide__time img{
  height: 13px;
  width: 13px;
}

.guide__start-button{
  background: #ff0303;
  color: var(--belyy);
  margin: 0;
  border-radius: 5px;
  padding: 2px 10px;
  font-size: 16px;
  transition: all 0.2s linear;
}

.guide__start-button:hover{
  background: #e20505;
}

.cours{
  margin-top: 80px;
  margin-bottom: 80px;
  gap: 40px;
}

.cours__container{
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}

.cours__video-block{
  width: 56%;
  gap: 20px;
}

.cours__block{
  width: 42%;
}

.cours__video-block .cours__video{
  width: 100%;
  height: 442px;
  object-fit: cover;
  border-radius: 20px;
} 

.cours__block{
  gap: 20px;
}

.cours__block .text{
  width: 100%;
  padding: 40px 20px;
  border: 1px solid #939393;
  border-radius: 30px;
  background: var(--belyy);
  font-family: var(--second-family);
  font-weight: 400;
  color: #000;
  min-height: 331px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cours__block .btn{
  width: 100%;
  padding: 16px;
  font-size: 24px;
}

.cours__block .btn__red{
  margin-top: auto;
}

.cours__block .btn__black{
  padding: 16px;
  background: #131313;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--belyy);
}

.part{
  margin-top: 80px;
  margin-bottom: 60px;
  gap: 40px;
  justify-content: space-between;
}

.part__video{
  width: 60%;
  border-radius: 30px;
  object-fit: cover;
  height: 480px;
}

.part__item{
  width: 40%;
  padding: 40px;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  background: var(--krasnyy);
  border: 1px solid #c6c6c6;
  border-radius: 30px;
  gap: 20px;
}

.part__item .part__title{
  font-family: var(--font-family);
  font-weight: 600;
  line-height: 110%;
  text-align: center;
  color: var(--belyy);
}

.part__item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 110%;
  text-align: center;
  color: var(--belyy);
}

.part__item .btn__white{
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--krasnyy);
  background: var(--belyy);
  margin-top: 60px;
  padding: 10px 16px;
}

.part__share{
  margin-bottom: 60px;
}

.part__inf{
  margin-bottom: 80px;
}

.part__share {
  border: 1px solid #939393;
  border-radius: 30px;
  gap: 40px;
  padding: 60px 40px;
}

.share__img{
  width: 70px;
  height: 70px;
}

.part__share p{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #131313;
  width: 70%;
}

.part__share .btn{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--belyy);
  padding: 10px 40px;
  margin-top: auto;
}

.part__inf{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.part__inf tr{
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.2);
  background: var(--belyy);
  border-radius: 15px;
  border: none;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}

.part__inf thead{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.part__inf tbody{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.part__inf th, .part__inf td{
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 6px;
}

.part__inf th{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #000;
  line-height: 110%;
}

.part__inf td{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #000;
}

.part__num{
  width: 8%;
}

.part__name{
  width: 30%;
}

.part__date{
  width: 20%;
}

.part__stat{
  width: 20%;
}

.part__btn{
  width: 22%;
}

.parthers-yur{
  gap: 40px;
  margin: 80px auto 60px;
}

.parthers-yur .title{
  font-family: var(--font3);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #000;
}

.parthers-yur .text{
  font-family: var(--font-family);
  font-weight: 500;
  color: #000;
  border: 1px solid #939393;
  border-radius: 30px;
  padding: 40px 30px;
  max-width: 1253px;
}

.parthers-yur .text-item{
  text-align: center;
  gap: 16px;
}

.parthers-yur .text b{
  font-size: 26px;
}

.parthers-yur .subtitle{
  font-family: var(--font3);
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #f00;
}

.parthers-yur__list{
  display: flex;
  justify-content: center;
  gap: 20px;
}

.parthers-yur__item{
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px 30px;
  border: 1px solid #939393;
  border-radius: 30px;
  min-height: 420px;
  justify-content: flex-end;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #131313;
  align-items: center;
  width: 30%;
}

.parthers-yur__img{
  width: 100px;
  height: 100px;
}

.parthers-yur .btn{
  font-size: 24px;
  margin-left: auto;
  margin-right: 4%;
  padding: 12px 40px;
  width: 338px;
}


/* new-ad */
.checkbox-btn {
	display: inline-block;
	margin: 0 5px 0 0;
	user-select: none;
	position: relative;
}

.checkbox-btn input[type=checkbox] {
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}

.checkbox-btn span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  color: #000;
	display: flex;
  align-items: center;
  justify-content: center;
	cursor: pointer;
	border: 1px solid #000;
  border-radius: 10px;
  padding: 10px;
  min-width: 55px;
  min-height: 55px;
	transition: background 0.2s ease;
}

.new-ad__item{
  display: flex;
  gap: 16px;
}
 
.checkbox-btn input[type=checkbox]:checked + span {
  border: 1px solid #f00;
}
 

.checkbox-btn input[type=checkbox]:checked:disabled + span {
	background: #f7efdc;
}

.unloading-block {
  transition: opacity 0.3s ease;
  opacity: 0;
  height: 0;
}

.unloading-block.active {
  opacity: 1;
  height: auto;
}

.unloading-block {
  display: none;
  margin-bottom: 60px;
}

.unloading-block.active {
  display: flex;
}

button {
  padding: 8px 15px;
  margin-right: 10px;
  cursor: pointer;
}

.upload-section {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

#photoUpload .custom-upload-button{
  margin-left: auto;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.single-preview {
  margin-top: 10px;
}

.preview-img, .preview-video {
  width: 120px;
  height: 90px;
  object-fit: cover;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.main-label {
  font-size: 12px;
  background: rgba(0,0,0,0.6);
  color: white;
  padding: 2px 4px;
  position: absolute;
  top: 4px;
  left: 4px;
}

.preview-container {
  position: relative;
}

.delete-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  background: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.unloading__top{
  margin: 80px auto 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.unloading__top span{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 26px;
  color: #939393;
}

.progress-bar {
  display: flex;
  height: 9px;
  border: 0.50px solid #939393;
  width: 518px;
  border-radius: 50px;
  overflow: hidden;
}

.step {
  height: 100%;
  width: 25%;
  background: #fff;
}

.active-step {
  background: #f00;
}
.progress-bar .active-step:last-child{
  background: linear-gradient(90deg, #f00 34.86%, #fff 44.22%);
}

.unloading-block{
  flex-direction: column;
  gap: 20px;
}

.unloading__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  color: #000;
}

.unloading-block .text{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 26px;
  color: #000;
  max-width: 727px;
}

.unloading__blocks{
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 40px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.25);
  background: var(--belyy);
  border-radius: 20px;
  margin: 20px 0;
}

.unloading__input{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.unloading__blocks .title{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22x;
  color: #000;
}

.unloading__input input{
  border: 1px solid #000;
  border-radius: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  padding: 10px 12px;
  margin-top: auto;
  outline-color: #f00;
}

.unloading__input>label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  color: #000;
}

.unloading__input input::placeholder{
  color: #939393;
}

.unloading__input-big{
  width: 60%;
}

.unloading__input-small{
  width: 30%;
}

.unloading__blocks iframe{
  width: 100%;
  border-radius: 20px;
  height: 329px;
}

.unloading__input-sect {
  width: 100%;
  gap: 20px;
}

.unloading__btn{
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.unloading__btn .next-btn{
  transform: rotate(180deg);
  margin-left: auto;
}

.unloading__btn button{
  position: static;
  border: none;
  margin-right: 0;
}

.counter-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 10px;
  margin: 0;
}

.uploading__btn{
  margin-left: auto;
}


.remove-button {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: rgba(255, 0, 0, 0.8);
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.unloading-block-finich{
  gap: 20px;
  flex-direction: row;
  justify-content: space-between;
}

.unloading-block-finich .unloading__title{
  width: 40%;
}

.unloading__publication{
  width: 50%;
}

.publication{
  gap: 10px;
  border: 1px solid #a7a7a7;
  border-radius: 30px;
  background: var(--belyy);
}

.publication__img{
  width: 100%;
  height: 534px;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  border-top: 1px solid #a7a7a7;
  border-radius: 30px 30px 0 0;
  object-fit: cover;
}

.publication .publication-item{
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.publication .title__product{
  padding: 0 20px 40px;
  font-family: var(--font-family);
  font-weight: 400;
  color: #000;
}

.publication .publication-item span:nth-child(1){
  font-family: var(--font4);
  font-weight: 400;
  color: var(--krasnyy);
}

.publication  .offers__price{
  font-family: var(--third-family);
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  text-align: right;
  color: #000;
}

.unloading__publication{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.unloading__publication .unloading__btn{
  margin-left: auto;
}

.unloading__publication .unloading__btn .btn{
  margin-left: auto;
}

.custom-upload-button {
  display: inline-block;
  padding: 10px 20px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #f00;
  cursor: pointer;
  border: 1px solid #939393;
  border-radius: 10px;
  background: var(--belyy);
  margin-top: auto;
  margin-bottom: auto;
}

.preview-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 10px;
  width: 100%;
}

.preview-item {
  position: relative;
  width: 150px;
  height: 150px;
}

.preview-item video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.remove-button {
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
  font-size: 14px;
}

.unloading__blocks-items{
  gap: 20px;
  justify-content: space-between;
}

.unloading__blocks-items>div{
  width: 48%;
  flex-direction: column;
}

.layout-upload-items-block{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.client-inf{
  margin: 80px auto 60px;
  gap: 20px;
}

.client-inf .title{
  text-align: center;
}

.client-inf .client-inf__list{
  justify-content: center;
  align-items: center;
}

.client-inf .client-inf__list .name{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #000;
}

.client-inf__table{
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.client-inf__table tr{
  position: relative;
}

.client-inf__table .btns{
  position: absolute;
  top: 5px;
  right: 10px;
  border-radius: 100px;
  padding: 6px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #ff0303;
}

.client-inf__table-one{
  width: 20%;
}

.client-inf__table-two{
  display: flex;
  flex-direction: column;
  width: 20%;
}

.client-inf__table-thee{
  width: 20%;
}

.client-inf__table-four{
  width: 20%;
}

.client-inf__table-five{
  width: 20%;
}

.client-inf .add{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: var(--belyy);
  margin-left: auto;
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.2);
  background: #554e4e;
  border-radius: 100px;
  padding: 12px 40px;
}

.client-inf__table input{
  width: 98%;
  margin: 0 auto;
  border: none;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: var(--belyy);
  border-radius: 5px;
  padding: 12px 10px;
  outline-color: #f00;
}

.transactions{
  margin: 80px auto 60px;
  gap: 40px;
}

.transactions>.title{
  text-align: center;
}

.transactions__content{
  justify-content: space-between;
  gap: 20px;
}

.transactions__block{
  width: 40%;
  gap: 20px;
}

.transactions__block>.title{
  text-align: center;
}

.transactions__item{
  border: 1px solid #f00;
  border-radius: 20px;
  padding: 30px 33px;
  background: var(--belyy);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #000;
  min-height: 219px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.transactions__inf{
  width: 56%;
  gap: 20px;
}

.transactions__inf .btn{
  margin-left: auto;
  font-size: 26px;
  padding: 20px 60px;
  border-radius: 100px;
  width: 382px;
}

.transactions__inf-block{
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.transactions__inf-money{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
  background: var(--belyy);
  border-radius: 30px;
  width: 68%;
  padding: 40px;
  height: 222px;
}

.transactions__inf-money p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #000;
}

.transactions__inf-money-item h4{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  color: #000;
}

.transactions__inf-money-item span{
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 26px;
  color: #000;
}

.transactions__inf-money-item{
  display: flex;
  align-items: center;
  gap: 10px;
}

.transactions__inf-deal{
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #939393;
  border-radius: 30px;
  height: 200px;
  text-align: center;
}

.transactions__inf-deal p{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #000;
  line-height: 120%;
}

.transactions__inf-deal span{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 64px;
  text-align: center;
  color: #f00;
  line-height: 120%;
}

.edit-form {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.edit-form__group {
  margin-bottom: 10px;
}
.edit-form__group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.edit-form__input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.btn__gray {
  background-color: #ccc;
  color: #ffffff;
}

.edit-form__btn{
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.edit-form__btn .btn{
  padding: 10px 16px;
}

.edit-form__input{
  border: 1px solid #000;
  border-radius: 10px;
  outline-color: #f00;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  padding: 12px 16px;
}

.edit-form__group{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.edit-form__group label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 26px;
  color: #000;
}