 /*
 (i) Стили будут применяться ко 
 всем классам содержащим *__container
 Например header__container, main__container и т.д.
 Снипет (HTML): cnt
 */
 /* [class*=__container] {
	max-width: 88.75rem;
	box-sizing: content-box;
	margin: 0 auto;
	padding: 0 1.25rem;
 } */
 
 .relative{
	position: relative;
	}
.overlay-menu{
	background-color:#CC0000;
	left:0;
	bottom:0;
	height:100%;
	}
	.mrg-10{
		margin-bottom: 10px;
	}
 .clr-wht {
	color: #fff;
 }
 
 .clr-gld {
	color: #CBA052;
 }
 
 .clr-blk {
	color: #000;
 }
 .clr-drk{
	color: var(--dark-grey-text);

 }
 .clr-gr{
	color:#DDDDDD;
 }
 
 .clr-pur {
	color: var(--main-text);
 }
 
 .clr-grn {
	color: #00A587;
 }
 .clr-rd{
	color:#CC0000;
 }

 .space-center{
	justify-content: center;
 }
 .space-between
 {
	justify-content: space-between;
 }
 .listorder-card__button .btn {
	width: 220px;
	height: 40px;
 }
 
 @media (max-width: 1200px) {
	.listorder-card__button .btn {
	  width: 200px;
	}
 }
 
 
 
 .listorder-card__more {
	position: absolute;
	right: 0;
	top: calc(50% - 15px);
 }
 
 @media (max-width: 1024px) {
	.listorder-card__more {
	  display: none;
	}
 }
 .listorder__page h1,
 .private-office h1 {
	font-family: "Baskerville Display PT";
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 39px;
	/* identical to box height */
	letter-spacing: 0.05em;
	color: var(--dark-grey-text);
 }
 

 
 .space-between {
	justify-content: space-between;
 }
 
 .listorder {
	/*margin-top: 34px;*/
	background-color: #F1F1F1;
 }
 
 @media (max-width: 1024px) {
	.listorder {
	  padding-top: 18px;
	  margin-top: unset;
	}
 }
 .listorder__wrap {
	max-width: 1060px;
	width: 100%;
	flex-direction: column;
 }
 
 .listorder__tl {
	font-family: "Proxima Nova Regular";
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 0.05em;
	margin-bottom: 28px;
	color: var(--dark-grey-text);
 }
 
 .listorder__tl-mob {
	display: none;
 }
 
 @media (max-width: 1024px) { 
	.listorder__tl-mob {
	  font-family: "Proxima Nova Regular";
	  font-style: normal;
	  font-weight: 700;
	  font-size: 16px;
	  line-height: 26px;
	  letter-spacing: 0.05em;
	  position: relative;
	  padding-left: 34px;
	  padding-top: 13px;
	  border-top: 1px solid #222222;
	  margin-top: 18px;
	  padding-bottom: 13px;
	}
 
	.listorder__tl-mob:before {
	  content: url("../img/orders/order_normal.svg");
	  position: absolute;
	  left: 0;
	}
 
  /*.listorder__tl-mob:after {
    content: url("../img/orders/arr_bottom.svg");
    position: absolute;
    right: 0;
transition: all .3s ease-in-out;
  }*/
	.listorder__tl-mob.active:after{
	transform: rotate(180deg);
	}
 }
 @media (max-width: 1024px) {
	.listorder__tl-mob {
	  display: block;
	}
 }
 .lisorder__ul-status {
	border-bottom: 1px solid #222222;
 }
 
 .lisorder__ul-status li {
	margin-bottom: 20px;
	font-family: "Proxima Nova Regular";
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.05em;
	position: relative;
	color: var(--dark-grey-text);
	text-transform: uppercase;
 }
 
 .lisorder__ul-status li a {
	transition: all ease-in-out 0.3s;
 }
 
 .lisorder__ul-status li a:hover {
	font-weight: 700;
	cursor: pointer;
 }
 
 .lisorder__ul-status li a.current {
	position: relative;
	font-weight: 700;
 }
 
 .lisorder__ul-status li a.current:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background-color: var(--main-text);
	bottom: -4px;
	left: 0;
 }
 
 .listorder__sort {
	margin-bottom: 28px;
 }
 

 .listorder__sort-ul {
	display: flex;
	
	text-transform: uppercase;
	font-family: "Proxima Nova Regular";
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #888888;
	font-weight: 700;
 }


 .listorder__order-mob-list{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
	row-gap: 22px;
	margin-bottom: 30px;
 }
 .listorder__sort-li {
	display: flex;
	justify-content:center;align-items: center;
	margin-right: 28px;
	cursor: pointer;	
 }
 @media (max-width: 768px){
	.listorder__sort-ul{
		display: grid; 
		grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
		gap: 20px;
		margin-top: -10px;
	}
	.listorder__sort-li {
		margin-right: 0;	
	 }
}
 
 .listorder__sort-li.current {
	font-weight: 700;
	position: relative;
 }
 .listorder__sort-li.current a{
	position: relative;
 }
 
 .listorder__sort-li.current a::after {
	 content: "";
	 position: absolute;
	 height: 3px;
	 width: 100%;
	 left: 0;
	 bottom: -2px;
	background-color: var(--main-text);
 }
 
 .listorder__container {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-top: 46px;
 }
 
 @media (max-width: 1024px) {
	.listorder__container {
	  padding-top: 16px;
	}
 }
 .listorder-card{
	transition: height 0.3s ease-in-out;
 }
 .listorder-card,
 .listorder__card-table {
	display: flex;
	background-color: #fff;
	border-bottom: 2px solid #888888;
	flex-direction: column;
 }
 
@media(max-width: 1280px){
	.listorder__card-table
	{
	overflow-x: auto;	
	overflow-y: hidden;
	}
}
 @supports (padding: clamp( 1.125rem , 1.0899122807rem  +  0.1754385965vw , 1.25rem )) {
	.listorder-card,
	.listorder__card-table {
	  padding: clamp( 1.125rem , 1.0899122807rem  +  0.1754385965vw , 1.25rem );
	}
 }
 @supports not (padding: clamp( 1.125rem , 1.0899122807rem  +  0.1754385965vw , 1.25rem )) {
	.listorder-card,
	.listorder__card-table {
	  padding: calc(1.125rem + 0.125 * (100vw - 20rem) / 71.25);
	}
 }
 @supports (margin-bottom: clamp( 1.5625rem , 1.0888157895rem  +  2.3684210526vw , 3.25rem )) {
	.listorder-card,
	.listorder__card-table {
	  margin-bottom: clamp( 1.5625rem , 1.0888157895rem  +  2.3684210526vw , 3.25rem );
	}
 }
 @supports not (margin-bottom: clamp( 1.5625rem , 1.0888157895rem  +  2.3684210526vw , 3.25rem )) {
	.listorder-card,
	.listorder__card-table {
	  margin-bottom: calc(1.5625rem + 1.6875 * (100vw - 20rem) / 71.25);
	}
 }
 .listorder-card .listorder-card__head{
	display: flex;
 }

 .listorder-card__head {

	flex-direction: row;
	margin-bottom: 11px;
	width: 100%;
	align-items: center;
 }
 .listorder-card__head.top {
	align-items: flex-start;
 }
 .listorder-card__head .status_b {
	margin-right: 10px;
 }
 
 @media (max-width: 1024px) {
	.listorder-card__head {
	  flex-direction: column;
	  align-items: flex-start;
	  padding-left: 10px;
	  padding-bottom: 18px;
	  border-bottom: 1px solid #222222;
	}
 }
 .listorder-card .listorder-card__button{
	display: flex;
 }
 .listorder-card__button {
	padding-bottom: 16px;
	border-bottom: 1px solid #222222;
	
	justify-content: space-between;
	align-items: center;
 }
 
 @media (max-width: 1024px) {
	.listorder-card .listorder-card__button {
	  display: none;
	}
 }
 @supports (margin-right: clamp( 0.625rem , 0.4495614035rem  +  0.8771929825vw , 1.25rem )) {
	.listorder-card__button .btn {
	  margin-right: clamp( 0.625rem , 0.4495614035rem  +  0.8771929825vw , 1.25rem );
	}
 }
 @supports not (margin-right: clamp( 0.625rem , 0.4495614035rem  +  0.8771929825vw , 1.25rem )) {
	.listorder-card__button .btn {
	  margin-right: calc(0.625rem + 0.625 * (100vw - 20rem) / 71.25);
	}
 }
 
 .listorder-card__button .btn:nth-child(2) {
	margin-right: auto;
 }
 
 .listorder-card__button .btn:nth-child(3) {
	margin-left: auto;
 }
 .listorder-card  .listorder-card__content{
	display: flex;
	align-items: center;
 }
 .listorder-card__content {
	flex-direction: row;
	width: 100%;

	/* border-bottom: 1px solid #222222; */
	justify-content: space-between;
	z-index: 2;
	background-color: var(--color-white);
 }
 
 @media (max-width: 1024px) {
	.listorder-card__content {
	  flex-direction: column;
	  align-items: end;
	}
 }
 .listorder-card__info {
	display: flex;
	flex-direction: column;
	margin-top: 12px;
	margin-bottom: 15px;
	line-height: 120%;
	margin-right: 20px;
	max-width: 680px;
 }

 .listorder-card__info span{
	font-weight: 700;
 }
 .listorder-card__info .info-ln{
	/* opacity: 0;
	visibility: hidden;
	height: 0px; */
	/*transition: height .3s ease-in-out;*/
 }
 .listorder-card__info .info-ln.info-visible,
 .listorder-card__info .info-ln.active-visible{
	opacity: 1;
	visibility: visible;
	height: auto;
	margin-bottom: 4px;
 }
 .listorder-card__info-desc {
	font-family: "Proxima Nova Regular";
	font-size: calc(11px + 2 * (100vw - 1024px) / 416);
	padding-bottom: 15px;
	border-bottom: 1px solid #222222;
 }
 
 .listorder-card__info-price {
	padding-top: 23px;
	padding-bottom: 27px;
	border-bottom: 1px solid #222222;
 }
 
 .current-price,
 .sale-price {
	margin-bottom: 20px;
 }
 
 .current-price,
 .sale-price,
 .delivery-price,
 .listorder-card__info-total {
	display: flex;
	justify-content: space-between;
	font-size: calc(11px + 3 * (100vw - 1024px) / 416);
	font-family: "Proxima Nova Regular";
	column-gap: 5px;
 }
 
 .current-price span:last-child,
 .sale-price span:last-child,
 .delivery-price span:last-child,
 .listorder-card__info-total span:last-child {
	text-align: right;
 }
 
 @media (max-width: 1024px) {
	.listorder-card__info {
	  width: 100%;
	  margin-right: 0;
	  margin-bottom: 0;
	}
 }
 @media (min-width: 768px) and (max-width: 1024px) {
	.listorder-card__info {
		transform: translateX(-4px);
	}
 }
 .listorder-card__img {
	display: flex;
	align-items: center;
	justify-content: center;
 }
 
 .listorder-card__img img {
	width: 100%;
	max-width: 220px;
 }
 
 .listorder-card__info-total {
	margin-top: 12px;
	font-family: "Proxima Nova Bold";
 }
 
  .listorder-itms, 
 .listorder-shipments
 /*.listorder-card__bottom*/{
	 overflow: hidden;
    transition:  height 0.5s ease-out; 
	 background-color: var(--color-white);
	 height: 0;
 }
 .listorder-card__bottom.active,
 .listorder-itms.active,
 .listorder-shipments.active {
	 /* max-height: 750px; */
 }
 
 .listorder-shipments hr {
	width: 100%;
 }
 
 .listorder-itm {
	display: flex;
	justify-content: flex-end;
 }
 @supports (margin-bottom: clamp( 2.5rem , 1.8333333333rem  +  3.3333333333vw , 4.875rem )) {
	.listorder-itm {
	  margin-bottom: clamp( 2.5rem , 1.8333333333rem  +  3.3333333333vw , 4.875rem );
	}
 }
 @supports not (margin-bottom: clamp( 2.5rem , 1.8333333333rem  +  3.3333333333vw , 4.875rem )) {
	.listorder-itm {
	  margin-bottom: calc(2.5rem + 2.375 * (100vw - 20rem) / 71.25);
	}
 }
 
 .listorder-itms__wr {
	display: flex;
	width: 100%;
	border-top: 2px solid #D4D4D4; 
	padding: 15px 0px;
	position: relative;
	align-items: center;
}
.listorder-itms__wr:first-child{
	 margin-top: 24px;
 }
 @supports (padding-right: clamp( 6.25rem , 5.3728070175rem  +  4.3859649123vw , 9.375rem )) {
	.listorder-itms__wr {
	  padding-right: clamp( 6.25rem , 5.3728070175rem  +  4.3859649123vw , 9.375rem );
	}
 }
 @supports not (padding-right: clamp( 6.25rem , 5.3728070175rem  +  4.3859649123vw , 9.375rem )) {
	.listorder-itms__wr {
	  padding-right: calc(6.25rem + 3.125 * (100vw - 20rem) / 71.25);
	}
 }
 
 @media (max-width: 1024px) {
	.listorder-itms__wr {
	  padding-right: 0px;
	  margin-top: 17px;
	  padding-bottom: 0;
	}
 
	.listorder-itm__wr {
	  flex-wrap: wrap;
	  flex-direction: column;
	}
 }
 .listorder-itm__num,
 .listorder-itm__quantity,
 .listorder-itm__price,
 .listorder-itm__price-total {
	width: 100px;
 }
 .listorder-itm__price-total > div:first-child{
	margin-bottom: 3px;
 }

  .listorder-itm__price,
 .listorder-itm__price-total,
 .listorder-itm__quantity{
	display: flex;
	flex-direction: column;
	padding-left: 20px;
 }
 @media (max-width: 1024px){
	.listorder-itm__price,
 .listorder-itm__price-total,
 .listorder-itm__quantity{
	padding-left: 0;
 }
 }
 .listorder-itm__price div {
	white-space: nowrap;
 }
 .order-modal .modal-form__input{
	padding: 0px 6px;
	font-family: 'Proxima Nova Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.05em;
	color: var(--dark-grey-text);
	position: relative;
 }
 .listorder-itm__quantity .modal-form__input,
 .listorder-itm__price .modal-form__input{
	height: 25px;
	font-family: 'Proxima Nova Regular';
font-style: normal;
font-weight: 300;
font-size: 13px;
line-height: 16px;
/* identical to box height */
padding: 0px 2px;
letter-spacing: 0.05em;
 }
 @media (max-width: 1024px) {
	.listorder-itm__num, .listorder-itm__quantity, .listorder-itm__price, .listorder-itm__price-total {
	  width: unset;
	  margin-bottom: 10px;
	}
	.listorder-itm__quantity{
		font-weight: 600;
		flex-direction: row;
		gap: 10px;
	}
 }
 .listorder-itm__quantity .modal-form__text,
 .listorder-itm__price .modal-form__text{
	font-family: 'Proxima Nova Regular';
font-style: normal;
font-weight: 300;
font-size: 13px;
line-height: 16px;
/* identical to box height */

letter-spacing: 0.05em;
white-space: nowrap;
 }
 .listorder-itm__save {
	position: absolute;
	right: 0;
	height: 27px;
padding: 2px 6px;
 }
 
 @media (max-width: 1024px) {
	.listorder-itm__save {
	  display: none;
	}
 }
 /*nav*/
 .listorder__nav {
	width: 300px;
 }
 @supports (margin-right: clamp( 0.625rem , -0.2521929825rem  +  4.3859649123vw , 3.75rem )) {
	.listorder__nav {
	  margin-right: clamp( 0.625rem , -0.2521929825rem  +  4.3859649123vw , 3.75rem );
	}
 }
 @supports not (margin-right: clamp( 0.625rem , -0.2521929825rem  +  4.3859649123vw , 3.75rem )) {
	.listorder__nav {
	  margin-right: calc(0.625rem + 3.125 * (100vw - 20rem) / 71.25);
	}
 }
 
 @media (max-width: 1024px) {
	.listorder__nav {
	  display: none;
	}
 }
 .listorder__li {
	font-family: "Proxima Nova Regular";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.05em;
	color: var(--main-text);
	padding: 16px 0px;
	border-bottom: 1px solid #D4D4D4;
 }
 
 .listorder__li.current {
	font-weight: 600;
 }

 
 @supports (margin-right: clamp( 0.3125rem , 0.2247807018rem  +  0.4385964912vw , 0.625rem )) {
	.listorder-card__head .status {
	  margin-right: clamp( 0.3125rem , 0.2247807018rem  +  0.4385964912vw , 0.625rem );
	}
 }
 @supports not (margin-right: clamp( 0.3125rem , 0.2247807018rem  +  0.4385964912vw , 0.625rem )) {
	.listorder-card__head .status {
	  margin-right: calc(0.3125rem + 0.3125 * (100vw - 20rem) / 71.25);
	}
 }
 
 .listorder-card__head .number,
 .listorder-card__head .create,
 .listorder-card__head .status {
	display: flex;
	font-family: "Proxima Nova Regular";
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	flex-wrap: wrap;
	letter-spacing: 0.05em;
	align-items: center;
	position: relative;
	white-space: normal;
 }

 @-moz-document url-prefix() {
	.listorder-card__head .number,
   .listorder-card__head .create,
   .listorder-card__head .status {
		letter-spacing: 0.5px;
 }
 }

 .listorder-card__head .create,
 .listorder-card__head .status {
	flex-shrink: 0;
	flex-wrap: nowrap;
 }

 .listorder-card__head .status.top {
	padding-bottom: 10px;
 }

 
 
 @media (max-width: 1024px) {
	.listorder-card__head .number,
 .listorder-card__head .create,
 .listorder-card__head .status {
	  margin-bottom: 10px;
	}
 }
 .listorder-card__head .number > span,
 .listorder-card__head .create > span,
 .listorder-card__head .status > span{
	margin-right: 2px;
 }
 .listorder-card__head .number {
	font-size: 14px;
	position: relative;
	flex-shrink: 0;
 }
 @supports (margin-right: clamp( 0.0000000625rem , -0.4385964112rem  +  2.1929823684vw , 1.5625rem )) {
	.listorder-card__head .number {
	  margin-right: clamp( 0.0000000625rem , -0.4385964112rem  +  2.1929823684vw , 1.5625rem );
	}
 }
 @supports not (margin-right: clamp( 0.0000000625rem , -0.4385964112rem  +  2.1929823684vw , 1.5625rem )) {
	.listorder-card__head .number {
	  margin-right: calc(0.0000000625rem + 1.5624999375 * (100vw - 20rem) / 71.25);
	}
 }
 @supports (padding-left: clamp( 0.625rem , 0.2565789474rem  +  1.8421052632vw , 1.9375rem )) {
	.listorder-card__head .number {
	  padding-left: clamp( 0.625rem , 0.2565789474rem  +  1.8421052632vw , 1.9375rem );
	}
 }
 @supports not (padding-left: clamp( 0.625rem , 0.2565789474rem  +  1.8421052632vw , 1.9375rem )) {
	.listorder-card__head .number {
	  padding-left: calc(0.625rem + 1.3125 * (100vw - 20rem) / 71.25);
	}
 }
 
 .listorder-card__head .number:before {
	content: url(../img/orders/order_num.svg);
	position: absolute;
	left: 0;
	height: 26px;
 }
 
 @media (max-width: 1024px) {
	.listorder-card__head .number {
	  font-size: 14px;
	  padding-left: unset;
	}
 
	.listorder-card__head .number:before {
	  content: unset;
	}
 }
 .listorder-card__head .number:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--main-text);
	/* position: absolute;
	bottom: -5px; */
 }
 
 /* @supports (margin-right: clamp( 0.0000000625rem , -0.7894736042rem  +  3.9473683333vw , 2.8125rem )) {
	.listorder-card__head .create_b {
	  margin-right: clamp( 0.0000000625rem , -0.7894736042rem  +  3.9473683333vw , 2.8125rem );
	}
 }
 @supports not (margin-right: clamp( 0.0000000625rem , -0.7894736042rem  +  3.9473683333vw , 2.8125rem )) {
	.listorder-card__head .create_b {
	  margin-right: calc(0.0000000625rem + 2.8124999375 * (100vw - 20rem) / 71.25);
	}
 } */

 .listorder-card__head .create_b {
	margin-right: 22px;
 }
 
 .listorder-card__head .number_b,
 .listorder-card__head .create_b,
 .listorder-card__head .status_b {
	font-weight: 700;
 }
 
 .listorder-card__head .status_b {
	text-transform: uppercase;
	flex-shrink: 0;
	max-width: 376px;
 }
 
 .info-ln {
	font-family: "Proxima Nova Regular";
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.05em;

	word-wrap: break-word;
 }

 @media(min-width: 1024px) and (max-width: 1420px){
	.listorder-card__head .status_b {
		flex-shrink: 1;
	}
 }
 @media(max-width: 768px){
	.listorder-card__head .status_b {
		flex-shrink: 1;
	}
 }
 
 .bold {
	font-weight: 400;
	display: inline-block;
 }
 
 @media (max-width: 1024px) {
	.bold {
	  font-weight: 700;
	  display: inline-block;
	}
 }
 .listorder-card__total {
	font-family: "Proxima Nova Regular" !important;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	/* identical to box height */
	min-width: 241px;
	letter-spacing: 0.05em;
	margin-top: 20px;
	display: flex;
	color: var(--dark-grey-text);
	flex-direction: column;
	gap: 13px;
	padding-right: 40px;
	position: relative;
 }

 .listorder-itm__price-total,
 .listorder-itm__num{
	font-weight: 700;
 }

 .listorder-card__total > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
 }

 .listorder-itm__price-total > div:last-child{
	white-space: nowrap;
 }
 
 @media (max-width: 1024px) {
	.listorder-card__total {
	  padding-right: unset;
	  margin-left: auto;
	}
 }
 .listorder-card__total > .total-info {

	display: flex;
	justify-content: space-between;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	height: 0px;
	transition: height 0.3s ease-in-out;
 }
 .listorder-card__total > .total-info.info-visible,
 .listorder-card__total > .total-info.active-visible{
	opacity: 1;
	visibility: visible;
	height: auto;	
	margin-bottom: 13px;
 }
 .listorder-card__bottom,
 .listorder-card__bottom-shipments{
	display: flex;
	border-top: 1px solid #222222;
	justify-content: end;
 font-size: 15px;
 align-items: center;
 padding-top: 13px;
 gap: 5px;
 }

 .listorder-card__bottom-shipments{
	padding-bottom: 20px;
 }

 @media(max-width: 1024px){
	.listorder-card__bottom,
 .listorder-card__bottom-shipments{
	margin-top: 13px;
 }
 }

 .listorder-card__bottom-shipments,
 .listorder-card__bottom.active{	
	margin-top: 10px;

 }
 .listorder-card__bottom .quantity,
 .listorder-card__bottom-shipments .quantity{
	font-family: 'Proxima Nova Regular';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
letter-spacing: 0.05em;

color: var(--dark-grey-text);
 }

 .listorder-card__bottom .quantity {
	position: relative;
	padding-right: 16px;
 }

 .listorder-card__bottom .quantity .bold {
	position: absolute;
	right: 0;
	top: 0;
 }
.arr-down,
.arr-down-shipments,
.arr-down-more {
	display: flex;
	position: relative;
	content: url(../img/orders/arr_bottom.svg);
	cursor: pointer;
	padding: 5px 10px;
	transition: transform ease-in-out 0.3s;
	transform: translate(0px, -1px) rotate(0deg);
 }
 .arr-down-more{
	margin-top: 10px;
 }
 .arr-down.active,
 .arr-down-shipments.active,
 .arr-down-more.active {
	transform: translate(0px, 2px) rotate(180deg);
 }
 
 .yellow {
	color: #CBA052;
 }
 
 .red {
	color: #e0004d;
 }
 
 .listorder-itm__info {
	display: flex;
	justify-content: space-between;
	font-family: "Proxima Nova Regular";
	font-style: normal;
	width: 100%;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.05em;
	color: var(--dark-grey-text);
 }
 
 @media (max-width: 1024px) {
	.listorder-itm__info {
	  flex-direction: column;
	  width: fit-content;
	}
 }
 .listorder-itm__info-desc {
	width: calc(100% - 400px);
	max-width: 330px;
	font-weight: 300;
 }
 
 @media (max-width: 1024px) {
	.listorder-itm__info-desc {
	  width: 100%;
	  max-width: unset;
	  margin-bottom: 17px;
	}
 }
 .listorder-itm__img {
	position: relative;
	width: 62px;
	height: 62px;
 }
 @supports (margin-right: clamp( 0.75rem , 0.2938596491rem  +  2.2807017544vw , 2.375rem )) {
	.listorder-itm__img {
	  margin-right: clamp( 0.75rem , 0.2938596491rem  +  2.2807017544vw , 2.375rem );
	}
 }
 @supports not (margin-right: clamp( 0.75rem , 0.2938596491rem  +  2.2807017544vw , 2.375rem )) {
	.listorder-itm__img {
	  margin-right: calc(0.75rem + 1.625 * (100vw - 20rem) / 71.25);
	}
 }
 
 @media (max-width: 1024px) {
	.listorder-itm__img {
	  width: 100px;
	  height: 100px;
	  align-self: start;
	  flex-shrink: 0;
	}
	.listorder-itm__img img{
		width: 100px;
		height: 100px;
		flex-shrink: 0;
	}
 }
 .listorder-itm__img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	
 }
 
 /*menu*/
 .listorder__menu {
	display: none;
 }
 
 @media (max-width: 1024px) {
	.listorder__menu {
	  content: url("../img/orders/hamburger.svg");
	  position: relative;
	  display: flex;
	  cursor: pointer;
	}
 }
 .listorder__order-mob {
	display: none;
 }
 
 @media (max-width: 1024px) {
	.listorder__order-mob {
	  font-family: "Proxima Nova Regular";
	  font-style: normal;
	  font-weight: 600;
	  font-size: 24px;
	  line-height: 29px;
	  letter-spacing: 0.05em;
	  display: flex;
	  justify-content:center;
	  align-items: center;
	  color: var(--main-text);
	  /* margin-bottom: 22px; */
	}
 }
 .lisorder__menu-status {
	background-color: #F1F1F1;
	padding: 10px 0px;
	font-family: "Proxima Nova Regular";
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: var(--dark-grey-text);
	display: none;
 /*visibility:hidden;
 transition: visibility .3s ease-in-out;
 height: 0px;*/
 }
 .lisorder__menu-status.active{
 display: block;
 /*visibility: visible;
 height:auto;*/}
 
 .lisorder__period {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #222222;
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--dark-grey-text);
 }
 
 .lk-info {
	font-family: "Proxima Nova Regular";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	/* identical to box height */
	padding-bottom: 11px;
	border-bottom: 1px solid #222222;
	letter-spacing: 0.05em;
	color: var(--dark-grey-text);
 }
 
 .flex-column {
	flex-direction: column;
 }
 
 .private-office__ul a {
	font-family: "Proxima Nova Regular";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.05em;
	color: var(--main-text);
	width: 100%;
	padding: 12px 0px;
 }
 
 .private-office__ul li {
	height: 51px;
	display: flex;
 position:relative;
	align-items: center;
	border-bottom: 1px solid #D4D4D4;
 }
 .private-office__ul li:active{
	background-color: #D4D4D4;}

 .private-office__ul img {
	margin-right: 15px;
	width: 26px;
 }
 
 .paid-status {
	margin-left: auto;
	text-transform: uppercase;
	color: #CBA052;
	font-family: "Proxima Nova Regular";
	font-style: normal;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: 0.05em;
	flex-shrink: 0;
 }
 @media (max-width: 1024px) {
	.paid-status {
	  margin-left: 0;
	}
 }
@media (min-width: 1024px) and (max-width: 1281px) {
	.paid-status {
	  flex-shrink: 1;
	  text-align: center;
	}
 }
 .date-reload {
	display: block;
	margin-right: 0;
	margin-left: 26px;
	max-width: 132px;
	font: normal 300 13px/normal 'Proxima Nova Regular';
	letter-spacing: 0.65px;
	white-space: nowrap;
 }

 @media (max-width: 1420px){
	.date-reload{
		margin-left: 10px;
	}
 }
 
 @media (max-width: 1024px) {
	.date-reload {
	  margin-right: unset;
	  margin-left: unset;
	  max-width: unset;
	}
 }
 .date-reload_mobile{
	display: none;
}
@media (max-width: 1024px){
	.date-reload_mobile{
		display: block;
	}
	.date-reload{
		display: none;
	}
}
 .payment{
	margin-right: 0;
	margin-left: auto;
 }
 @media screen and (max-width: 1024px){
	.payment{
		margin-right: auto;
		margin-left: 0;
	}
 }
 .lk-menu{
	display:none;
	
	}
	.lk-menu.active{
	display:block;
	
	position: absolute;
	width:100%;
	background-color:#fff;
	
	z-index: 2;
	
	}
	
	.status-row {
		display: flex;
		flex-direction: column;
	}
	
	.listorder-card__head_btm {
		display: flex;
	
		align-self: center;
	}
	
	.btn-black {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 22px;
		background: #222222;
		color: #fff;
		padding: 2px 20px;
	}
	@media(max-width:1024px)
	{
	.btn-black{
	margin-right: unset;
	}
	}
	@media(max-width:1024px)
	{
	.listorder-card__head_btm{
	justify-content:space-between;
	width: 100%;
	}
	}

	/*модальные окна*/
.main-modal__title-order{
	font-family: 'Proxima Nova Regular';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
text-align: center;
letter-spacing: 0.05em;
margin-bottom: 21px;
text-transform: uppercase;
color: var(--main-text);
}
.main-modal__inner-order
{
	font-family: 'Proxima Nova Regular';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
text-align: center;
margin-bottom: 15px;
color: var(--dark-grey-text);
}

.main-modal__inner-order .bold {
	font-weight: 600;
}
.main-modal__btn-order{
	display: flex;
	flex-direction: row;
	align-items: center;

	margin: 0 auto;
	gap: 17px;
}
.btn-sm{
	max-width: 260px;
}
.main-modal__btn-order .btn{
	width: 48%;
	height: 40px;
}


.modal-form__label-order{
	display: flex;
flex-wrap: wrap;
	align-items: center;
	margin-bottom: 13px;
	position: relative;
}

.modal-form__label-order .error{
	margin: 0;
}
.modal-form__label-doc
{

}
.modal-form__label-doc .modal-form__input{
	font-family: inherit;
	font-size: 16px;
	height: 40px;
	display: block;
	 width: calc(100% - 30% - 10px);
	border: 1px solid #d9d9d9;
	padding: 0 20px;
	letter-spacing: 0.8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}
.modal-form__label-order .modal-form__input{
	font-family: inherit;
	font-size: 16px;
	height: 30px;
	display: block;
	 width: calc(100% - 30% - 10px);
	border: 1px solid #d9d9d9;
	padding: 0 20px;
	letter-spacing: 0.8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}
.modal-form__label-doc .modal-form__text{
	line-height: 100%;
	width: 30%;
	margin-right: 10px;
}
.modal-form__label-order .modal-form__text{
	line-height: 100%;
	width: 30%;
	margin-right: 10px;
}
.modal-form__label-order textarea,
.modal-form__txtarea-doc{
	width: 100%;
	border: 1px solid #d9d9d9;
	min-height: 60px;
}


.input-file-text {
	padding: 0 10px;
	line-height: 40px;
	text-align: left;
	height: 30px;
	display: block;
	float: left;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	
	width: calc(100% - 30% - 10px);
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.input-file-doc{

	text-align: left;
	
	display: block;
	float: left;
	box-sizing: border-box;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.input-file-btn {
position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	color:  #000000;
	text-transform: uppercase;
text-decoration: underline;
	text-align: center;
	border-radius: 0 4px 4px 0;
	width: calc(100% - 30% - 10px);
	line-height: 22px;
	height: 40px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: none;
	margin-left: auto;
	margin-right: 0px;
	transition: background-color 0.3s;
}
.input-file-btn-doc {
	position: relative;
		display: inline-block;
		cursor: pointer;
		outline: none;
		text-decoration: none;
		font-size: 14px;
		vertical-align: middle;
		color:  #000000;

	text-decoration: underline;
		text-align: center;


		box-sizing: border-box;
		border: none;
		margin-left: auto;
		margin-right: 0px;
		transition: background-color 0.3s;
	}
.modal-form__label-order input[type=file],
.modal-form__label-doc-inpt input[type=file]{
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 
/* Focus */
/*.modal-form__label-order input[type=file]:focus + .input-file-btn {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}*/
 
/* Hover/active */
/* .modal-form__label-order:hover .input-file-btn {
	background-color: #59be6e;
}
.modal-form__label-order:active .input-file-btn {
	background-color: #2E703A;
}
  */
/* Disabled */
/* .modal-form__label-order input[type=file]:disabled + .input-file-btn {
	background-color: #eee;
} */
.main-modal__table {
	display: block;
	position: relative;
	height: auto;
}
.table-order{
	width: 100%;
	border: none;
	margin-bottom: 20px;
	margin-top: 18px;
}
.table-order thead tr th{
text-align: center;
line-height: 30px;
}
.table-order thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	height: 30px;
	background: #d8d8d8;
	font-size: 14px;
	text-transform: uppercase;
	
	padding: 0px 10px;
	border-right: 1px solid #fff;

}
.table-order thead th:first-child{
	width: 10%;
}
.table-order thead th:nth-child(2){
	width: 30%;
}
.table-order tbody td {
	text-align: left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 5px 10px;
	font-size: 13px;
	vertical-align: middle;
	height: 30px;
	line-height: 100%;
}
.table-order.dark-table tbody td{
	border-left: none;
	/* border-right: none; */
}
.table-order thead tr th:first-child, .table-order tbody tr td:first-child {
	border-left: none;
	/* padding-left: 24px; */
}
.table-order thead tr th:last-child, .table-order tbody tr td:last-child {
	border-right: none;
}
.table-order tbody tr:nth-child(even){
	background: #f3f3f3;
}
.table-order.dark-table tbody tr:nth-child(odd){
	background: #DDDDDD;
}
.table-order.dark-table{
	font-weight: 600;
}
.order-modal.main-modal__body{
	max-width: 380px;
 padding: 38px 20px; 
	
}
.order-modal.pay-modal.main-modal__body{
	padding: unset;
}
.order-modal.pay-modal.main-modal__body .main-modal__title-order{
	padding: 38px 20px 0px 20px;
}
.order-modal.pay-modal.main-modal__body  .main-modal__btn-order{
	padding: 0px 10px 38px 10px;
}
.order-modal.pay-modal.main-modal__body .main-modal__inner-order,
.order-modal.pay-modal.main-modal__body .modal-form__label-order{
	padding: 0px 20px;
}
.order-modal.pay-modal.main-modal__body .modal-form__label-order textarea{
	width: calc(100% - 30% - 10px);
}
.main-modal__text{
	padding: 0px 20px 38px 20px;
}

.js_quantity_input, .js_price_input, .js_order_save {
	display: none;
}
.js_quantity_text.show, .js_quantity_input.show, .js_price_text.show, .js_price_input.show, .js_order_save.show {
	display: flex;
}
.js_quantity_text.hide, .js_quantity_input.hide, .js_price_text.hide, .js_price_input.hide, .js_order_save.hide {
	display: none;
}

@media (max-width: 1024px) {
  .listorder__menu {
    content: url("../img/orders/hamburger.svg");
    position: relative;
    display: flex;
    width: 30px;
  }
  .js_order_save.show {
	align-self: end;
	margin-bottom: -20px;
  }
  .js_price_text {
	  display: block;
  }
}
.modal-form__label-order .modal-form__text-fl{
	font-family: "Proxima Nova Semibold", sans-serif;
	font-size: 15px;
	letter-spacing: 0.75px;
	margin-bottom: 3px;
	display: inline-block;
	width: 100%;
}
.modal-form__input-group{
   margin-bottom: 25px;
   position: relative;
	/* padding: 0 5px;
	gap: 5px; */
}
.modal-form__input-group .error{
   margin: 0;
}
input[name="data"] { width:24%; }
input[name="summ"] { width:31%; }

/* .modal-form__input-group .modal-form__input:first-child{
   flex-grow: 1;
}
.modal-form__input-group .modal-form__input:nth-child(2){
   flex-grow: 2;
}
.modal-form__input-group .modal-form__input:nth-child(3){
   flex-grow: 3;
} */
.ajax_no_payments {
	display: none;
}
.ajax_no_payments.active {
	display: block;
}
.js_form_orders_payments {
	display: none;
}
.js_form_orders_payments.active {
	display: block;
}
.js_buttoms_orders_payments {
	display: none;
}
.js_buttoms_orders_payments.active {
	display: flex;
}
.js_buttom_payment {
	visibility: hidden;
	transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
}
.js_buttom_payment.active {
	visibility: visible;
}
.modal-form__input-group .nice-select {
  width:45%;
}
.nice-select.order-select{
	height: 40px;
}
.order-select-bl .select2-selection--single,
.nice-select.order-select{
	
    font-size: 13px;
    border-color: #D4D4D4;
	 padding-left: 6px;
}
.order-select-bl  .select2-results__option{
	font-size: 13px;
	padding: 6px;
}
.order-modal .nice-select{
	line-height: 40px;
}
.nice-select .current{
	white-space: normal;
    line-height: 100%;
    height: 38px;
    display: flex;
    align-items: center;
}
/* .order-select-bl{
	width: 171px;
}
.order-select-bl .select2{
	width: 100% !important;
} */
.order-select.error + div.nice-select{
	border: 1px solid #CC0000;
}
#summ-error{
	left: 24%;
	width: 31%;
}
#sposob_oplat-error{
	left:56%;
}
.main-modal.show[data-modal="story-more"] .modal-form__input-group .nice-select ul.list li.option[data-value=""] {
	display: none;
}
.table-order .order-name-dwnld{
	display: inline-flex;
	line-height: 100%;
	overflow: hidden;
	display: -webkit-inline-box;
	-webkit-line-clamp: 2;
	
	width: calc(100% - 12px);
	
	
}
.table-order .download {
	float: right;
	color: var(--main-text);
	display: inline-flex;
	align-items: center;
}
.info-ln .download {
	letter-spacing: 0.05em;
	text-decoration-line: underline;
	color: var(--main-text);
}
.modal-form__input-group label.error,
.modal-form__input-group #sposob_oplat-error.error {
	position: absolute;
	bottom: -24px;
	color: #CC0000;
	font-size: 11px;
	line-height: 11px;
	display: inline-flex;
	height: 22px;
	align-items: flex-start;
}
.main-modal__comm-list{
	margin-bottom: 33px;
}
.main-modal__comm-order{
	padding: 0px 10px;
	font-family: 'Proxima Nova Regular' ;
	font-style: normal;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.05em;
	color: var(--dark-grey-text);
	margin-bottom: 12px;
}
.main-modal__comm-nm,
.main-modal__comm-fl{
	flex: 1 0 46%;
}
.main-modal__comm-nm{
	margin-right: 2%;
}
.main-modal__comm-fl{
	margin-left: 2%;
}
.main-modal__comm-nm-tl{
	margin-bottom: 8px;
}
.main-modal__comm a,
.main-modal__comm-fl a{
	letter-spacing: 0.05em;
text-decoration-line: underline;

color: var(--main-text);
}
.main-modal__comm > div:first-child,
.main-modal__comm > span
{
	flex: 1 1 20%;
}
.main-modal__comm > div:nth-child(2),
.main-modal__comm > a{
	flex: 2 1 20%;
}
.css_comment {
	word-wrap: anywhere;
}
[data-modal="story-more-comm"] .table-order td:nth-child(3) {
	max-width: 160px;
}
body.cursor_progress, body.cursor_progress * {
	cursor: progress;
}
[data-modal="shipment"] label.error {
	position: absolute;
	z-index: 0;
	color: red;
	right: 0px;
	font-size: 11px;
	line-height: 11px;
	bottom: -12px;
}
[data-modal="shipment"] input.error {
	border-color: red;
	background: transparent;
}

.private-office__menu {
	margin: 0 20px;
}

@media (min-width: 1024px) {
  .overlay-menu {
	  display: none;
  }
}

/*table*/
.listorder__table{
	background-color: #fff;
}

.listorder__table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
.listorder__table thead tr
{
	border-bottom: 1px solid #888888;
}
.listorder__table thead th {
	padding: 0px 10px 12px 10px;
	font-weight: 500;
	font-size: 14px;
	font-family: 'Proxima Nova Regular';
font-style: normal;
font-weight: 400;
	line-height: 17px;
	text-align: left;
	color: var(--dark-grey-text);
	text-decoration: underline;
	
}
.listorder__table thead th:first-child(){
	padding: 0px 10px 12px 0px;
}
.listorder__table thead th:last-child(){
	padding: 0px 0px 12px 10px;
}
.listorder__table tbody td {
	padding: 16px 10px;
	font-family: 'Proxima Nova Regular' ;
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 16px;
	color: var(--dark-grey-text);
	
}
.listorder__table tbody tr{
	border-bottom: 1px solid #888888;
}
.listorder__table tbody td:first-child{
	text-decoration: underline;
}
.listorder__table tbody td:first-child,
.listorder__table tbody td:nth-child(2)
{
	font-weight: 700;
}
.listorder__table tbody td:nth-child(5){
	text-transform: uppercase;
	color: #00A587;
	font-weight: 400;
	white-space: nowrap;
}
.listorder__table tbody td:nth-child(6){
	text-transform: uppercase;
	color: #CBA052;
	font-weight: 400;
	white-space: nowrap;
}
.listorder__table tbody td:nth-child(7){
	white-space: nowrap;
font-weight: 700;
}
.main-modal__form-order .checkbox {
	vertical-align: middle;
}
.for_order_shipped_in_full {
	margin-bottom: 20px;
	display: block;
}
.for_order_shipped_in_full .modal-form__text_chechbox {
	color: #767676;
}

.listorder-card__head .status .help {
	display: none;
	position: absolute;
	margin: 5px 0 0;
	border: 1px solid;
	padding: 7px 15px;
	z-index: 9;
	background: #fff;
	max-width: 310px;
}
.listorder-card__head .status .help.active {
	display: block;
}

/*abbreviated table */



.listorder__card-table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
	
}
.listorder__abb-table{
	/* border-collapse: inherit;
	border-spacing: 0 10px; */
	display: flex;
	flex-direction: column;
	min-width: 854px;
}
.listorder__abb-head
{
	display: flex;
	width: 100%;
	
}
.listorder__abb-head > div {
	padding: 0px 10px 12px 10px;
	font-weight: 500;
	font-size: 14px;
	font-family: 'Proxima Nova Regular';
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	text-align: left;
	color: var(--dark-grey-text);
	border-bottom: 1px solid #888888;
	text-decoration: underline;
	display: flex;
	
	
}


.listorder__abb-body{

	font-family: 'Proxima Nova Regular' ;
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 16px;
	color: var(--dark-grey-text);

}
.listorder__abb-tr{
	display: flex;
	flex-direction: column;
	width: 100%;
	border-bottom: 1px solid #888888;
	/* padding: 10px 10px 12px 10px; */
}
.listorder__abb-tr .listorder-card__content,
.listorder__abb-tr .listorder-card__head,
.listorder__abb-tr .listorder-card__button{
	
	display: none;
}
.listorder__abb-tr .listorder-card__content.active,
.listorder__abb-tr .listorder-card__head.active,
.listorder__abb-tr .listorder-card__button.active{
	display: flex;

	
}

.listorder__abb-tr .listorder-itms.active {
	margin-bottom: 30px;
	border-bottom: 1px solid #888888;
}
.listorder__abb-td{
	width: 100%;
}
.listorder__abb-card{
	cursor: pointer;
	display: flex;	
}

.listorder__abb-card> div{
	display: block;
	padding: 12px 10px 12px 10px;
}

.listorder__abb-card > div:first-child{
	text-decoration: underline;

}
.listorder__abb-card > div:first-child,
.listorder__abb-card > div:nth-child(2)
{
	font-weight: 700;
}
.listorder__abb-card > div:nth-child(5){
	text-transform: uppercase;
	color: #00A587;
	font-weight: 400;

	text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.listorder__abb-card > div:nth-child(6){
	text-transform: uppercase;
	color: #CBA052;
	font-weight: 400;
	white-space: nowrap;
}
.listorder__abb-card > div:nth-child(7){
	white-space: nowrap;
font-weight: 700;
}
.listorder__lg-text{
	font: normal 400 28px/ normal 'Proxima Nova Regular' ;
	color: var(--dark-grey-text);
}
.abb-card1{
	width: calc(100% / 7);

}
.abb-card2{
	width: calc(100% / 7*2);
	
}
.abb-card3{
	width: calc(100% / 7*3);

}
.abb-card4{
	width: calc(100% / 7*4);
	
}
.arr-rollup{
	cursor:pointer;
	border-bottom: 1px solid #888888;
}

.lk-status{
	color: #e0004d;
}
.red-title{
	color: #e0004d;
}

.orders-info{
	position: absolute;
	width: 40%;
	height: 600px;
	top: 25px;
	left: -220px;
	overflow: auto;
	z-index: 2;
	background-color: #f7f7ff;
	padding: 0 10px;
	border-radius: 10px;
	box-shadow: 0 .1rem .7rem rgba(0, 0, 0, .1);
}
.profile-personal__link{
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.25s ease 0s;
}
@media (hover: hover){
	.profile-personal__link:hover{
		color: var(--link);
	}
}