@media screen and (max-width: 575px) {
 .cart-action__btns a:nth-of-type(2) {
    display: none;
}

}.tabs_menus .tab-content .tab-pane a.ttl_link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #009F97;
  text-decoration: unset;
  margin-bottom: 46px;
  font-family: "ManSemibold";
  width: 100%;
}
.offer-services,.offer-action{

    width: 100%;
}
.tabs_menus .tab-content .tab-pane a.ttl_link:hover {
  color: #333333;
}
.tabs_menus .tab-content .tab-pane a.ttl_link svg,
.tabs_menus .tab-content .tab-pane a.ttl_link svg path {
  transition: .3s;
}
.tabs_menus .tab-content .tab-pane a.ttl_link:hover svg {
  transform: rotate(45deg);
}
.tabs_menus .tab-content .tab-pane a.ttl_link:hover svg path {
  fill: #333333;
}
.button-cat a:hover {
    color: #fff;
    background: #FE9EA9;
border:1px solid #FE9EA9;
}
/* Ð›Ð¸Ñ‡Ð½Ñ‹Ð¹ ÐºÐ°Ð±Ð¸Ð½ÐµÑ‚ */
.content-section--account {
	font-family: "Manrope", sans-serif;
}

.content-section--account .btn.btn-danger {
	border-radius: 50px;
	background: #FE9EA9;
	border-color: #FE9EA9;
	font-size: 18px;
	font-weight: 700;
	padding: 9px 25px;
}

.content-section--account .btn-danger:not(:disabled):not(.disabled):hover {
	background-color:#FE9EA9;
  border-color: #FE9EA9;
  -webkit-box-shadow: 0px 10px 20px rgba(197, 32, 54, 0.2);
          box-shadow: 0px 10px 20px rgba(197, 32, 54, 0.2);
}
.content-section--account .btn-danger:not(:disabled):not(.disabled).active, 
.content-section--account .btn-danger:not(:disabled):not(.disabled):active {
	background-color:#FE9EA9;
  border-color: #FE9EA9;
}
.content-section--account .btn-danger:not(:disabled):not(.disabled).active:focus, 
.content-section--account .btn-danger:not(:disabled):not(.disabled):active:focus,
.content-section--account .btn-danger:focus {
	-webkit-box-shadow: 0px 10px 20px rgba(197, 32, 54, 0.2);
	        box-shadow: 0px 10px 20px rgba(197, 32, 54, 0.2);
	background: -webkit-gradient(linear, left top, left bottom, from(#FE9EA9), color-stop(23%, #FEAAB4), to(#FF8492));
	background: -o-linear-gradient(top, #FE9EA9 0%, #FEAAB4 23%, #FF8492 100%);
	background: linear-gradient(180deg, #FE9EA9 0%, #FEAAB4 23%, #FF8492 100%);
}
.content-section--account .btn-danger:focus-visible {
	outline: none;
}

.button-light {
	border-radius: 50px;
	font-weight: 700;
	padding: 7px 25px;
	background: transparent;
	color: #009F97;
	border: 1px solid #009F97;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.button-light:hover {
	background: #009F97;
	color: #ffffff;
	border: 1px solid #009F97;
}
.button-light svg {
	margin-left: 13px;
}
.button-light svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.button-light:hover svg path {
	fill: #fff;
}

.account-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 50px;	
}
.account-head .user {
	margin-right: auto;
}
.account-head .btn {
	min-width: 205px;
	position: absolute;
	right: 0;
	bottom: 30px;
}

.user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.user__avatar {
	overflow: hidden;
	min-width: 126px;
	width: 126px;
	height: 126px;
	border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-right: 36px;
}
.user__name {
	font-size: 44px;
	color: #303233;
	line-height: 1.2;
	font-weight: 300;
}

.account-row {
	position: relative;
	background-color: #F6F6F6;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 136px;
	margin-bottom: 17px;
	overflow: hidden;
}
.account-row:before {
	content: '';
	position: absolute;
	width: 170px;
	height: 170px;
	left: -27px;
	top: -20px;
	background-image: url(../img/account-row-bg.svg);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
}
.account-row--bg2 {
	background-color: #FFF0ED;
}
.account-row--bg3 {
	background-color: #E0F0EC;
}
.account-row__ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 58px 0 80px;
	width: 84px;
	position: relative;
	z-index: 1;
}
.account-row__title {
	color: #303233;
	font-weight: 700;
	font-size: 28px;
}

.account-row__buttons {
	margin: 0 60px 0 auto;
}
.account-row__buttons .btn-group {
	margin-right: 30px;
}
.account-row__buttons .btn-group:last-child {
	margin-right: 0;
}


.ico-link--zoome svg circle,
.ico-link--zoome svg g {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.ico-link--zoome:hover svg circle {
	fill: #fff;
}
.ico-link--zoome:hover svg g {
	fill: #009F97;
}

.ico-link--save svg circle,
.ico-link--save svg path {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.ico-link--save:hover svg circle {
	fill: #fff;
}
.ico-link--save:hover svg path {
	fill: #009F97;
}
.btn-group .ico-link {
	margin-right: 10px;
}

@media (max-width: 1200px) {
  .account-row__ico {
  	margin: 0 30px;
  }
  .account-row::before {
  	left: -87px;
  }
  .account-row__buttons {
  	margin: 0 30px 0 auto;
  }
}

@media (max-width: 1024px) {
	.user__avatar {
		min-width: 80px;
		width: 80px;
		height: 80px;
		margin-right: 26px;
	}
	.user__name {
		font-size: 26px;
	}

	.account-head {
		margin-bottom: 20px;
	}
	.account-head .btn {
		min-width: 170px;
	}

	.account-row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 10px 0 30px 0;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.account-row::before {
		display: none;
	}
	.account-row__ico {
		width: 54px;
	}
	.account-row__title {
		font-size: 24px;
	}
	.account-row__buttons {
		margin: 10px 30px 0 30px;
	}
}

@media (max-width: 599px) {
	.content-section--account .btn.btn-danger

 {
    border-radius: 50px;
    background: #FE9EA9;
    border-color: #FE9EA9;
    /* font-size: 18px; */
    font-weight: 700;
    padding: 9px 25px;
    width: 100%;
    gap: 20;
    padding: 20px;
    margin: 20px auto;
}
	.account-head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.account-head .user {
		margin: 25px 0 0 0;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.account-head .btn {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		position: unset;
		max-width: 250px;
	}

	.user__avatar {
		min-width: 50px;
		width: 50px;
		height: 50px;
		margin-right: 15px;
	}
	.user__name {
		font-size: 20px;
	}

	.account-row {
		padding: 10px 0 20px 0;
	}
	.account-row__title {
		font-size: 20px;
		width: calc(100% - 90px);
	}
	.account-row__buttons {
		margin: 0 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 15px;
	}
	.account-row__buttons .btn-group {
		margin: 0;
	}
	.account-row__ico {
		width: 45px;
		margin: 0px 15px;
	}
}
/* End Ð›Ð¸Ñ‡Ð½Ñ‹Ð¹ ÐºÐ°Ð±Ð¸Ð½ÐµÑ‚ */