/* Глобальные */
.footer {
	margin-top: 80px;
}
.intec-content-wrapper h3 {
	color: #141414;
	font-size: 18px;
}
.intec-content-wrapper p {
	padding: 10px;
}
.form-Mysearc {
	margin-bottom: 15px;
}
.red {
	color: #F32020;
}
.starrequired {
	color: #F32020;
	margin-left: 2px;
}
.checkbox {
	font-size: 14px;
}
.separation_with_main-left {
	height: fit-content;
}
.suptitle {
	font-size: 32px;
	font-weight: 500;
	color: #141414;
	margin: 0 0 30px 0;
}
.dropdown__btn {
	cursor: pointer;
}
.price__link {
	margin-left: 10px;
}
.search-page__inp:focus {
	outline: none;
	border: 1px solid rgb(255, 218, 218);
}
.search-page__inpSub:active {
	transform: scale(0.95);
}
.search-page__inpSub {
	background-color: #f32020;
	padding: 8px 10px;
	color: #fff;
	border-radius: 10px;
	border: none;
	transition: transform .25s;
}
.search-page__inp {
	background-color: #fff;
	border: 1px solid rgb(242, 242, 242);
	padding: 8px 6px;
	border-radius: 10px;
}
#pri1 {
	padding-top: 15px;
}
#pri1 tr:nth-child(2n-1) {
	background-color: rgb(204, 204, 204);
}
.sliderButton {
	width: 33px;
	height: 33px;
	fill: #f32020;
}
.header__bottom {
	margin-bottom: 40px;
}
.mainpageService {
	padding-bottom: 60px;
}
.menu-scale {
	width: 35px;
	height: 35px;
}
.mainpageProducts__itemCartIcon:hover {
	background-color: inherit;
}
.mainpageProducts__itemCartIcon {
	height: 17px;
	flex: 0 0 25px;
	fill: #fff;
	background-color: inherit;
}
.vaforite__text {
	color: #bababa;
	font-size: 18px;
	margin: auto;
}
.bx-authform-social {
	display: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: none;
}
.btn {
	border: none;
}
.add_favotite-link {
	border: none;
}
.mainpageProducts__itemInfoRight {
	flex: 0 0 35px;
	height: 35px;
	background-color: #F32020;
	padding-top: 0;
	margin-top: 5px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .25s;
}
.mainpageProducts__itemInfoRight:hover {
	background-color: #dd1e1e;
}
.stand__item-not.stand__item:last-child {
	display: block;
}
.sliderButton__icon-left {
	margin-left: 12px;
}
.sliderButton__icon-right {
	margin-left: 14px;
}
.bx-breadcrumb .bx-breadcrumb-item a{
	color: #A29A97;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
	text-decoration: none;
}
.bx-breadcrumb .bx-breadcrumb-item {
	color: #F32020;
}
.breadcrumb {
	margin-bottom: 30px;
	background-color: inherit;
}
.pull-right {
	margin-bottom: 10px;
}
.nav__link-ser {
	position: relative;
	width: 35px;
	height: 35px;
	background-color: #FBE6E6;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	transition: background-color .25s;
	border: none;
} 
.back {
	color: #fff;
	padding: 8px 27px;
	box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin-top: 30px;
	display: inline-block;
	background-color: #f32020;
	border: none;
}
.back:hover {
	text-decoration: none;
}
.back:active {
	transform: scale(0.95);
}
.detailProduct__addToCart {
	position: relative;
	display: inline-flex;
	gap: 10px;
}
.detailProduct__addToCart-yes {
	font-size: 12px;
	padding: 8px 16px;
	min-width: max-content;
	position: absolute;
	top: calc(100% + 5px);
	left: 50%;
	background-color: #e8e8e8;
	color: #141414;
	font-weight: 500;
	border-radius: 8px;
	transform: translateX(-50%);
	transition: opacity .5s;
}
.detailProduct__addToCart-link:focus {
	color: #fff;
	text-decoration: none;
	background-color: #f32020;
}
.nav__link_item_count {
	cursor: pointer;
}
.detailProduct__addToCart .btn {
	padding: 10px 10px 7px 10px;
	border: none;
}
.detailProduct__addToCart .btn:focus {
	outline: none;
}
.basket-checkout-section-inner {
	align-items: center;
}
.sale_order_full_table, .sale_order_full_table {
	font-size: 14px;
	font-weight: 500;
}
.ps_logo {
	display: inline-block;
	margin: 0px auto 10px;
}
.btn-lg {
	margin: 10px 0;
	border: none;
}
.alert-info {
	margin-top: 30px;
}
.form-group button:disabled {
	background-color: #A29A97;
	cursor: inherit;
}
.form-group button:disabled:active {
	transform: none;
}

/* popup myPopup */
.myPopup {
	display: block;
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	max-width: 430px;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 8px;
	box-shadow: 4px 6px 18px rgb(0 0 0 / 25%);
	color: #fff;
}
.myPopup__wrapper {
	margin-top: 20px;
	position: relative;
	padding: 15px;
	margin: 0 10px;
}
.myPopup__close {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.myPopup__line {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 10px;
	height: 1px;
	background-color: #fff;
}
.myPopup__line:last-child {
	transform: translate(-50%, -50%) rotateZ(-45deg);
}
.myPopup__line:first-child {
	transform: translate(-50%, -50%) rotateZ(45deg);
}

/* favorite */
.add_favotite-link {
	fill: #A29A97;
	transition: fill .25s;
}
.add_favotite-wrap {
	cursor: pointer;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	transition: transform .25s;
	border: none;
	transition: background-color .25s;
}
.add_favotite {
	background-color: #fff;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
	max-width: 35px;
	max-height: 35px;
	margin-top: 5px;
	border: none;
}
.main-wrappers {
	display: flex;
	gap: 10px;
}
.mainpageProducts__itemInfo .add_favotite {
	padding-left: 0;
	padding-right: 0;
	max-width: 36px;
}
.mainpageProducts__itemInfo .add_favotite-link {
	margin-left: 8px;
	margin-right:8px;
}
.add_favotite:hover {
	background-color: rgb(245, 245, 245);
}
.add_favotite:hover svg {
	fill: #A29A97;
}
.add_favotite.active:hover {
	background-color: #f32020;
}
.add_favotite.active:hover svg {
	fill: #fff;
}
.add_favotite.active {
	background-color: #f32020;
}
.add_favotite.active svg {
	fill: #fff;
}
.active-fav {
	background-color: #f32020;
}
.active-fav .add_favotite-link {
	fill: #fff;
}
.detailProduct__addToCart .add_favotite {
	max-width: inherit;
	max-height: inherit;
	margin-top: inherit;
}
.inputfile {
	margin-top: 10px;
}
/* Поиск */
.title-search-result tbody tr th {
	display: none;
}
.title-search-result tbody tr td{
	padding: 0.45rem;
}
.title-search-result tbody tr {
	padding: 8px 12px;
	border-bottom: 1px solid #f0f0f0;
}
.title-search-item:hover {
	background-color: inherit;
	color: #F32020;
}
.title-search-all, .title-search-more, .title-search-item a img {
	display: none;
}
.title-search-item {
	padding: 8px;
}

/* Авторизация */
.form-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.form-footer .back {
	margin-top: 0;
}
.modal__popup {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.5);
}
.my_modal {
	width: 100%;
	max-width: 430px;
	max-height: 95vh;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 4px 6px 18px rgb(0 0 0 / 25%);
	margin: 0 10px;
}
.modal__register, .modal__login {
	display: none;
}
.modal__register.active, .modal__login.active {
	display: block;
}
.modal__header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
	padding-bottom: 20px;
}
.modal__login, .modal__register {
	padding: 40px;
	padding-top: 0;
}
.modal__tabs {
	display: flex;
}
.tabs__btn {
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	border: none;
	padding: 11px 24px;
  font-size: 14px;
	background-color: #fff;
}
.tabs__btn:first-child {
	border-radius: 8px 0 0 8px;
}
.tabs__btn:last-child {
	border-radius: 0 8px 8px 0;
}
.tabs__btn--selected {
	background-color: #010165;
	color: #fff;
}
.eit-modal {
	display: none;
}
.modal__close, .eit-modal__close {
	position: relative;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.modal__close:active, .eit-modal__close:active {
	transform: scale(0.95);
}
.modal__line {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 20px;
	height: 1px;
	background-color: #141414;
}
.modal__line:first-child {
	transform: translate(-50%, -50%) rotateZ(45deg);
	/* transform: rotateZ(45deg); */
}
.modal__line:last-child {
	transform: translate(-50%, -50%) rotateZ(-45deg);
	/* transform: rotateZ(-45deg); */
}
.login {
	margin-top: 10px;
}
.form-group {
	margin-top: 0.75rem;
}
.form-wrap {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
}
.profile-table td {
	width: 100%;
	max-width: 350px;
}
.form-title {
	display: block;
	margin-bottom: 0.3625rem;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1rem;
	color: #333;
}
.pass__req {
	font-size: 12px;
	padding-top: 0px;
}
.form-control {
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #a8a8a8;
	border-radius: 8px;
	padding: 0.5125rem 1.125rem;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.125rem;
	color: #000;
	outline:none;
	padding-right:1.875rem;
}
.modal__item {
	margin-bottom: 0.75rem;
}
.modal__item-flex {
	display: flex;
	gap: 5px;
}
.modal__input {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.modal__btn {
	background-color: #F32020;
	color: #fff;
	padding: 8px 24px;
	border-radius: 8px;
	border: none;
	cursor: pointer;
}
.modal__item .back {
	margin: 0;
	box-shadow: none;
	cursor: pointer;
}

/* Модалка для отправить форму */
.eit-modal.show, .eit-modal.show-phone {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.5);
}
.eit-modal__dialog {
	position: relative;
	width: 100%;
	max-width: 430px;
	max-height: 95vh;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 4px 6px 18px rgb(0 0 0 / 25%);
	margin: 0 10px;
}
.eit-modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.eit-modal__body {
	padding: 40px;
}
.eit-modal__title {
	margin-bottom: 10px;
	display: block;
	margin-bottom: 0.3625rem;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1rem;
	color: #333;
}
.form-btn {
	margin-top: 10px;
	cursor: pointer;
}

/* Меню */
.nav {
	gap: 8px;
}
.nav__item {
	cursor: pointer;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border: none;
}
.nav__item:hover {
}
.nav__icon-search {
	z-index: 10px;
	/* margin-top: -2px; */
	width: 17px;
	user-select: none;
	pointer-events: none;

	height: 17px;
}
.nav__icon-door {
	margin-top: -2px;
	width: 16px;
	height: 19px;
}
.nav__icon-profile {
	width: 24px;
	height: 24px;
}
.nav__icon {
	fill: #F32020;
}

/* Персонал меню */
.personal-menu {
	padding: 10px 0;
	background-color: #fff;
	border-radius: 8px;
	
}
.personal-menu__link {
	display: block;
	border-left: 1px solid #fff;
	padding: 10px;
	cursor: pointer;
	color: #f32020;
	text-decoration: none;
	color: #141414;
	transition: border-color .25s, color .25s;
}
.personal-menu__link-selected {
	color: #F32020;
	border-color: #F32020;
}
.personal-menu__link:hover {
	text-decoration: none;
	color: #F32020;
	border-color: #F32020;
}


/* Стили для акций блоков, статей (общие) */
.stand {
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
}
.stand__item {
	padding: 20px;
	flex-basis: 33.33%;
	max-width: 33.33%;
	margin-bottom: 30px;
}
.stand__item:nth-last-child(-n+2) {
	margin-bottom: inherit;
}

.stand__picture-wrap {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.stand__picture-wrap:after, .news2__picture-wrapper:after, .newsMain__picture-wrap:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	transition: background-color .25s;
}
.stand__picture-wrap:hover:after, .news2__picture-wrapper:hover:after, .newsMain__picture-wrap:hover:after {
	background-color: rgba(0, 0, 0, 0.0);
}
.stand__darked {
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.stand__picture {
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stand__title {
	display: block;
	margin: 10px 0;
	font-size: 24px;
	color: #141414;
	font-weight: 500;
	line-height: 1.2;
}
.stand__title:hover {
	text-decoration: none;
}
.stand__date {
	font-size: 16px;
	font-weight: 500;
	color: #A29A97;
}

/* Фотогалерея */
.photos {
	display: flex;
	flex-wrap: wrap;
}
.photos__item {
	flex: 1 1 33.33%;
	max-width: 33.33%;
	padding-top: 25%;
	position: relative;
	overflow: hidden;
}
.photos__item:hover:after {
	background-color: rgba(0, 0, 0, .5);
}
.photos__item:hover .photos__icon-zoom {
	opacity: 1;
}
.photos__item:after {
	cursor: pointer;
	content: '';
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
	background-color: rgba(0, 0, 0, 0);
	transition: background-color .25s;
}
.photos__icon-zoom {
	transition: opacity .25s;
	opacity: 0;
	fill: #fff;
	max-width: 48px;
	max-height: 48px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
}
.photo__picture-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Разделения на левую/правую сторону main */
.separation_with_main {
	display: flex;
	gap: 80px;
	margin-bottom: 60px;
}
.separation_with_main-left {
	max-width: 64.29%;
	flex-basis: 64.29%;
}
.separation_with_main-right {
	flex-basis: 26.39%;
	max-width: 26.39%;
}

.separation_with_center {
	display: flex;
	gap: 50px;
	margin-bottom: 60px;
}
.separation_with_center-left {
	flex-basis: 33.89%;
	max-width: 33.89%;
}
.separation_with_center-right {
	flex-basis: 56.77%;
	max-width: 56.77%;
}

/* Инфо блок сферху main */
.banner {
	position: relative;
	width: 100%;
}
.separation_with_main-left {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
.separation_with_main-left::after {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #141414 10.75%, rgba(0, 0, 0, 0) 96.37%);
  transition: all 0.25s;
	z-index: 2;
}
.separation_with_main-left:hover::after {
  transform: translateX(-15%);
}

.banner__picture-wrap {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 50.52%;
	z-index: 1;
}
.banner__picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.banner__wrap {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	padding: 50px 40px;
}
.banner__title {
	max-width: 385px;
	margin: 0;
	font-size: 32px;
	color: #fcfcfc;
}
.banner__subtitle {
	margin-top: 13px;
	font-size: 16px;
	max-width: 275px;
	color: #fcfcfc;
	opacity: 0.5;
}

.banner__catalogLink {
	padding: 8px 22px;
}

/* История заказов */
.sale-order-list-container .row {
	margin: 0;
}
.sale-order-list-container {
	padding: 0;
}
.sale-order-list-inner-row .sale-order-list-top-border{
	margin: 0;
}
.sale-order-list-inner-row .sale-order-list-about-container, .col-md-2 {
	width: 30%;
}
.sale-order-list-inner-row {
	padding-top: 15px;
}
.sale-order-title {
	margin-bottom: 30px;
}

/* Меню */
.nav {
	display: flex;
	margin: -4px;
}
.menu__bottom .container:before, .menu__bottom .container:after, .header__bottom .container:before, .header__bottom .container:after, .header__bottom .container .row:after, .header__bottom .container .row:before, .header__col .nav:after, .header__col .nav:before{
	content: none;
}
.nav__item {
	margin: 0 4px;
}
.nav__link {
	position: relative;
	width: 35px;
	height: 35px;
	background-color: #FBE6E6;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	transition: background-color .25s;
	border: none;
}
.nav__link:hover {
	background-color: #fcd7d7;
}
/* корзина */
.nav__link_item_count:hover, .nav__icon-cart:hover, .nav__link_item_count .nav__link:hover {
	transform: none;
}
#bx_basketT0kNhm {
	position: absolute;
	top: 100%;
	right: -20px;
	background-color: #fff;
	padding: 25px;
	border-radius: 25px;
	display: flex;
	flex-direction: column-reverse;
	z-index: 999;
}
.bx-basket-item-list-item {
	display: flex;
	min-width: 500px;
	padding: 0;
}
.bx-basket-item-wrapper {
	flex-basis: 80%;
	max-width: 80%;
	text-align: start;
	padding: 5px;
}
.bx-basket-item-list-item-price-block {
	display: flex;
	justify-content: space-between;
}
.bx-basket-item-list-item-remove {
	top: 10px;
	right: 0;
}
.bx-basket-item-list-item-price-summ {
	text-align: end;
	font-size: 12px;
}
.bx-basket-item-list-item-name a {
	color: #141414;
	text-decoration: none;
	font-weight: 500;
}
.bx-basket-item-list {
	display: flex;
	flex-direction: column-reverse;
}
.bx-basket-item-list-item-img {
	flex-basis: 10%;
	max-width: 10%;
}
.bx-basket-wrapper-img {
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
	border: none;
}
.bx-basket-wrapper-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.pc-cartgroup__count {
	position: absolute;
	bottom: -5px;
	right: -5px;
	font-size: 12px;
	line-height: 18px;
	background-color: #F32020;
	color: #fff;
	border-radius: 50%;
	z-index: 1000;
	width: 16px;
	height: 16px;
	text-align: center;
}
.bx-basket-block {
	margin: 10px auto;
	padding: 0;
}

/* Новости сверху main */
.newsMain {
	display: flex;
	flex-direction: column;
	gap: 25px;
	text-align: right;
}
.newsMain__item {
	display: flex;
	justify-content: end;
	gap: 20px;
}
.newsMain__left {
	display: flex;
	flex-direction: column;
}

.newsMain__picture-wrap {
	position: relative;
	overflow: hidden;
	width: 60px;
	height: 60px;
	border-radius: 15px;
}
.newsMain__picture {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
}

.newsMain__title {
	margin: inherit;
	margin-bottom: 10px;
	font-size: 32px;
	font-weight: 500;
	color: #141414;
}
.newsMain__subtitle {
	font-size: 20px;
	font-weight: 500;
	color: #141414;
	overflow: hidden;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.newsMain__subtitle:hover {
	text-decoration: none;
	color: #141414;
}
.newsMain__link {
	font-size: 16px;
	color: #f32020;
}
.newsMain__link:hover {
	text-decoration: none;
}
.newsMain__date {
	font-size: 16px;
	font-weight: 500;
	color: #A29A97;
}

/* Наши преисущества main */
.advantages {
	margin-top: 80px;
	margin-bottom: 80px;
	display: flex;
	gap: 50px;
}
.advantages__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center
}
.advantages__title {
	display: block;
	max-width: 160px;
	margin: 10px 0;
	font-size: 24px;
	font-weight: 500;
	color: #141414;
	line-height: 1.2;
}
.advantages__text {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #A29A97;
}
.advantages__text:hover, .advantages__title:hover {
	text-decoration: none;
}

/* Новости2 в main */
.news2 {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.news2__item {
	display: flex;
	gap: 20px;
}
.news2__picture-wrap {
	max-width: 35.80%;
	flex: 0 0 35.80%;
}
.news2__content-wrap {
	flex-basis: 59.25%;
	max-width: 59.25%;
}

.news2__suptitle {
	font-size: 32px;
	font-weight: 500;
	color: #141414;
	margin: inherit;
}
.news2__picture-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 100%;
	border-radius: 15px;
}
.news2__picture {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.news2__title {
	font-size: 24px;
	font-weight: 500;
	color: #141414;
	margin-bottom: 8px;
}
.news2__text {
	font-size: 16px;
	font-weight: 500;
	color: #A29A97;
	margin-bottom: 8px;

	overflow: hidden;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news2__next {
	font-size: 16px;
	font-weight: 500;
	color: #f32020;
}
.news2__title:hover {
	text-decoration: none;
}

/* Акции, статьи */
.stocks {
	margin-bottom: 40px;
}
.shares__detail, .article__detail {
	font-size: 16px;
	color: #141414;
	font-weight: 500;
}
.shares-wrapper, .news__detail-wrapper {
	max-width: 500px;
}
.shares__detail-picture-wrap, .article__detail-picture-wrap {
	position: relative;
	width: 100%;
	padding-top: 55%;
	border-radius: 15px;
	overflow: hidden;
}
.shares__detail-picture, .article__detail-picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.shares__detail-date, .article__detail-date {
	margin: 0;
	margin-bottom: 10px;
	color: #A29A97;
}
.shares__detail-title, .article__detail-title {
	font-size: 32px;
	color: #141414;
	font-weight: 500;
	margin: 30px 0 15px 0;
}

/* Новости подробно */
.news__detail-picture {
	border-radius: 10px;
	height: auto;
	width: 100%;
	margin-bottom: 15px;
}

/* Акции */
.news__items.stand__item:last-child {
	display: block;
}

/* Контакты */
.contact__img-wrap {
	border-radius: 10px;
}
.contacts__div {
	display: flex;
	align-items: center;
	gap: 10px;
}
.contacts__div + .contacts__div {
	margin-top: 10px;
}

/* Фотогалерея */
.pswp__top-bar {
	background-color: rgba(0, 0, 0, 0.25);
}
.pswp__button--arrow--prev {
	font-size: 14px;
}

/* Пагинация */
.catalog__pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto 0;
}
.catalog__pagination-item {
	margin-left: 8px;
	padding: 11px 17px;
	background-color: #e9e9e9;
	color: #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	-moz-transition: all .25s;
	transition: background-color .25s;
}
.catalog__pagination-item:first-child {
	margin-left: 0;
	cursor: pointer;
}
.catalog__pagination-item.active, .catalog__pagination-item.active:hover {
	background-color: #ee3c3c;
	color: #fff;
}
.catalog__pagination-item:hover {
	text-decoration: none;
	background-color: #e4e4e4;
}

/* Поиск */
.header__search {
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
	right: 0;
	z-index: 1;
	overflow: hidden;
	transition: width .25s;
	min-width: 35px;
}
.header__search.off {
	width: 100%;
}
.header__search-box {
	display: inline-block;
	width: 35px;
	height: 35px;
	position: relative;
}
.header__search-form form table tbody {
	display: flex;
}
.header__icon {
	border: 1px solid rgba(0, 0, 0, 0);
	min-width: 35px;
	cursor: pointer;
	z-index: 1;
}
.nav__icon_search {
	position: absolute;
	top: 9px;
	right: 9px;
	user-select: none;
	pointer-events: none;
	z-index: 2;
}
.search__form {
	position: relative;
}
.header__search-form {
	padding-left: 2rem;
	display: flex;
	border-left: 1px solid #bdbdbd;
}
#title-search form {
	display: flex;
	border: 1px solid #F0F0F0;
	border-radius: 10px;
}
.icon_close {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 40px;
	width: 17px;
	height: 17px;
	fill: #A29A97;
	transform: rotate(90deg);
}
#title-search-input:focus {
	outline: 0;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#title-search-input {
	margin-right: -20px;
	border: none;
	padding: 7px 40px 7px 12px;
	max-width: 300px;
	width:300px;
	z-index: 0;
}
#title-search-input::placeholder {
	color: #A29A97;
}
.search__rrr {
	position: absolute;
	top: 0%;
	right: 0;
	cursor: pointer;
}

/* Отзывы */
.feedback {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px;
}
.feedback__item {
	flex-basis: 25%;
	max-width: 25%;
	padding: 0 25px;
}
.feedback__wrap {
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
}
.feedback__wrap::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 15px;
	height: 100%;
	background: radial-gradient(rgba(0,0,0,0), white);
}

.feedback__picture-wrap {
	display: inline-block;
	position: relative;
	flex: 0 0 40px;
	height: 40px;
}
.feedback__picture {
	border-radius: 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feedback__title {
	flex: 1 1 auto;
	font-size: 24px;
	font-weight: 500;
	color: #141414;
	
	overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.feedback__text {
	font-size: 16px;
	font-weight: 500;
	color: #A29A97;
}
.feedback__text {
	overflow: hidden;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.feedback__bext {
	color: #f32020;
}
.feedback__title:hover {
	text-decoration: none;
}
/* Отзывы о нас */
.feedback__text-company {
	color: #A29A97;
}
.feedback__item-company {
	margin-bottom: 30px;
}

.company-right .container .catalogList__wrapper {
	gap: 15px;
}
.catalogProduct__wrapper .mainpageProducts__itemInfoRight {
	height: 33px;
}
.company-right .container {
	width: 100%;
	margin: inherit;
}
.form-control-dark {
	background-color: rgb(240, 240, 240);
}

/* Ответы на вопросы */
.answers__item {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 34px 0;
}
.answers__item:first-child {
	padding-top: inherit;
	border-top: inherit;
}
.answers__item:last-child {
	padding-bottom: inherit;
	border-bottom: inherit;
}

.answers__question {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.answers__title {
	flex: 1 1 auto;
	pointer-events: none;
	font-size: 24px;
	color: #141414;
	font-weight: 500;
}
.answers__close {
	margin-left: 5px;
	pointer-events: none;
	flex: 0 0 28px;
	position: relative;
	height: 28px;
	border-radius: 10px;
	background-color: #f0f0f0;
	transition: all .5s linear;
}
.answers__close.active {
	background-color: #F32020;
}
.answers__line {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 1px;
	border-radius: 1px;
	transition: all .2s linear;
}
.answers__close .answers__line:first-child {
	background-color: #141414;
	width: 6px;
	transform: translate(-85%, -50%) rotate(45deg);
}
.answers__close .answers__line:last-child {
	background-color: #141414;
	width: 6px;
	transform: translate(-15%, -50%) rotate(-45deg);
}
.answers__close.active .answers__line:first-child {
	background-color: #fff;
	width: 10px;
	transform: translate(-50%, -50%) rotate(45deg);
}
.answers__close.active .answers__line:last-child {
	background-color: #fff;
	width: 10px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* Футер */
.footer__container {
	display: flex;
	flex-direction: column;
}
.footer__top {
	display: flex;
	margin-bottom: 32px;
}
.footer__bottom {
	display: flex;
	justify-content: space-between;
	font-weight: 500;
	font-size: 16px;
	color: #141414;
}
.footer__left {
	margin-right: 40px;
	flex-basis: 47.45%;
	max-width: 47.45%;
}
.footer__center {
	max-width: fit-content;
}
.footer__right {
	display: flex;
	flex: 1 1 auto;
	justify-content: end;
	align-items: flex-end;
}

.footer__card {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 21px;
}
.footer__card-wrap {
	position: relative;
	width: 100%;
	padding-top: 48.70%;
}
.footer__title {
	font-size: 24px;
	font-weight: 500;
	color: #141414;
	margin: inherit;
}
.footer__text {
	margin: 7px 0 16px 0;
}
.footer__text a {
	font-weight: 500;
	font-size: 16px;
	color: #A29A97;
}
.footer__text:last-child {
	margin-bottom: inherit;
}

.footer__politic, .footer__truth a{
	font-weight: 500;
	font-size: 16px;
	color: #141414;
}
.footer__politic:hover, .footer__truth a:hover, .footer__text a:hover {
	text-decoration: none;
}

/* Фотогалерея */
.photo__picture {
	width: 100%;
	height: auto;
}

/* Контакты в футере */
.contacts {
	display: flex;
	gap: 10px;
}
.contacts__item {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #FBE6E6;
	border-radius: 15px;
	transition: all .25s;
}
.contacts__item:hover {
	transform: scale(1.05);
}
/* Нижнее меню */
.nav__wrap-icon {
	margin-bottom: 8px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav__link-b {
	color: inherit;
}
.nav__link-b:hover {
	text-decoration: none;
}
.menu__bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	padding: 12px 0;
	width: 100vw;
	background-color: #FCFCFC;
	z-index: 100;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 10%);
} 
.nav__bottom {
	display: flex;
	justify-content: space-between;
}
.nav__item-b {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	min-height: 35px;
}
.nav__item-b:hover .nav__icon-b, .nav__item-b.active .nav__icon-b {
	fill: #f32020;
}
.nav__item-b:hover .nav__title-b, .nav__item-b.active .nav__title-b {
	color: #f32020;
}
.nav__icon-b {
	fill: #A29A97;
	transition: fill .25s;
}
.nav__icon-home {
	width: 18px;
	height: 19px;
}
.nav__icon-catalog {
	width: 19px;
	height: 11px;
}
.nav__icon-love {
	width: 20px;
	height: 17px;
}
.nav__icon-cart {
	width: 16px;
	height: 17px;
}
.nav__title-b {
	font-size: 12px;
	font-weight: 500;
	transition: color .25s;
}

.catalogList__item-fav {
	display: flex;
	flex-wrap: wrap;
}
.catalogList__item-fav .catalogProduct__wrapper {
	flex: 0 0 50%;
	max-width: 50%;
}

/* О нас */
.company {
	display: flex;
}
.company-left {
	flex: 25.42%;
	max-width: 25.42% ;
}
.company-right {
	color: #141414;
	flex: 64.4%;
	max-width: 64.4%;
	padding-left: 100px;
}
.company__title {
	font-weight: 500;
	margin: 0 0 50px 0;
	font-size: 32px;
}
.company__subtitle {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
	margin: 25px 0;
}
.company__text {
	font-size: 16px;
}
.company__text-gray {
	color: #A29A97;
}
.company__img-wrap {
	position: relative;
	width: 100%;
	padding-top: 50%;
	border-radius: 15px;
	overflow: hidden;
}
.company__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	object-fit: cover;
}
/* Меню о нас */
.company__menu {
	padding: 0;
}
.company__menu .company__menu-item {
	list-style: none;
	padding: 0;
}
.company__menu-item {
	font-weight: 500;
	display: flex;
	margin-bottom: 6px;
}
.company__menu-item.selected {
	cursor: inherit;
}
.company__menu-title {
	font-size: 24px;
	color: #141414;
	margin-bottom: 23px;
}
.company__menu-link {
	font-size: 18px;
	color: #141414;
	transition: color .25s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.company__menu-link:hover {
	text-decoration: none;
}
.company__menu-link.selected {
	color: #A29A97;
}
.company__menu-icon-wrap {
	flex: 0 0 35px;
	height: 35px;
	background-color: #FBE6E6;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 13px;
	transition: background-color .25s;
}
.company__menu-icon-wrap.selected {
	background-color: #F0F0F0;
}
.company__menu-icon {
	fill: #F32020;
	width: 7px;
	height: 7px;
	transition: fill .25s;
}
.company__menu-icon.selected {
	fill: #A29A97;
}
.company__menu-item:hover .company__menu-icon {
	fill: #fff;
}
.company__menu-item:hover .company__menu-icon-wrap {
	background-color: #F32020;
}
.company__menu-item:hover .company__menu-link {
	color: #F32020;
}
.company__menu-item:hover .company__menu-icon.selected {
	fill: #A29A97;
}
.company__menu-item:hover .company__menu-icon-wrap.selected {
	background-color: #F0F0F0;
}
.company__menu-item:hover .company__menu-link.selected {
	color: #A29A97;
}

/* Вакансии */
.jobs__item {
	border-bottom: 1px solid #f0f0f0;
}
.jobs__item:last-child {
	border-bottom: none;
}
.jobs__dropdown {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.jobs__content, .answers__content {
	max-height: 0;
	overflow: hidden;
	transition: max-height .5s;
}
.jobs__title {
	font-weight: 500;
	pointer-events: none;
}
.jobs__salary {
	color: #F32020;
}
.jobs__btn {
	background-color: #F32020;
	border-radius: 10px;
	border: none;
	color: #fcfcfc;
	font-size: 16px;
	padding: 8px 27px;
	margin-bottom: 10px;
	cursor: pointer;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.jobs__btn:active {
	transform: scale(0.95);
}

/* Ветеринарные врачи */
.stuff {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.stuff__item {
	flex: 50%;
	max-width: 50%;
	padding: 0 20px;
	color: #141414;
	margin-bottom: 30px;
}
.stuff__picture-wrap {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 111.11%;
	border-radius: 15px;
	overflow: hidden;
}
.stuff__picture {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.stuff__title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}
.stuff__text {
	font-size: 16px;
	font-weight: 500;
}
.stuff__subtext {
	font-size: 14px;
	color: #A29A97;
	margin: 6px 0;
}

.breadcrumb {
	max-height: 34px;
	overflow: hidden;
}
.bx-breadcrumb {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	padding: 14px 0;
	margin: 0;
}
.bx-breadcrumb .bx-breadcrumb-item,
.bx-breadcrumb .bx-breadcrumb-item span {
	white-space: nowrap;
}

/* Адаптив */
@media screen and (max-width: 992px) {
	.company-right {
		flex-basis: auto;
		max-width: inherit;
	}
	.stuff {
		margin: 0;
	}
	.stuff__item {
		flex: 100%;
		max-width: inherit;
		color: #141414;
		margin-bottom: 30px;
		padding: 0;
	}
	.company__subtitle {
		font-size: 20px;
	}
	.suptitle {
		font-size: 28px;
	}
	.newsMain__subtitle {
		font-size: 18px;
	}
	.mainpageService__item {
		padding: 8px 10px;
	}
	.separation_with_main-right {
		display: none;
	}
	.separation_with_main-left {
		flex-basis: 100%;
		max-width: 100%;
	}
	.mainpageService {
		padding-bottom: 1.25rem;
	}
	.main-product-slider-wrapper .swiper {
		padding: inherit;
	}
	.advantages {
		margin-top: 50px;
		margin-bottom: 50px;
		gap: 40px;
	}
	.advantages__title {
		font-size: 18px;
	}
	.advantages__text {
		font-size: 14px;
	}
	.news2__title {
		font-size: 18px;
	}
	.news2__text {
		margin: 8px 0;
		font-size: 16px;
	}
	.answers__title {
		font-size: 18px;
	}
	.answers__text {
		font-size: 14px;
		margin: 10px 0;
	}
	.answers__item {
		padding: 14px 0;
	}
	.stand__item {
		margin-bottom: inherit;
	}
	.feedback {
		gap: 25px;
	}
	.footer__title {
		font-size: 18px;
	}
	.footer__text a {
		font-size: 14px;
	}
	.stand__title {
		font-size: 16px;
	}
	.stand__date {
		font-size: 14px;
		margin-top: inherit;
	}
	.feedback__item {
		flex-basis: calc(50% - 50px);
		max-width: calc(50% - 50px);
	}
	.separation_with_center {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	.basket-item-block-actions {
		position: inherit;
	}
	.basket-item-actions-remove {
		position: absolute;
		top: 10px;
		right: 0px;
	}
	.basket-items-list-item-removed-container {
		display: flex;
		gap: 5px;
		flex-direction: column;
	}
	.price-list {
		max-width: 100%;
    overflow-x: auto;
	}
	.news2 {
		gap: inherit;
	}
	.stocks {
		margin-bottom: 10px;
	}
	.news2__item {
		margin-bottom: 20px;
	}
	.news2__item:last-child {
		margin-bottom: inherit;
	}
	.footer__top {
		flex-direction: column;
		gap: 25px;
		align-items: center;
	}
	.footer__left {
		flex: 1 1 auto;
		max-width: 100%;
		width: 100%;
		margin-right: inherit;
	}
	.footer__right {
		display: inherit;
		justify-content: inherit;
		align-items: inherit;
	}
	.news2__text {
		display: none;
	}
	.news2__item {
		gap: 10px;
	}
	.stand {
		margin: -10px;
		margin-bottom: 15px;
	}
	.feedback__text {
		margin: 10px 0;
	}
	.stand__item {
		padding: 0 10px;
	}
	.header__telText a {
		font-size: 18px;
	}
	.header__catalogLink {
		display: none;
	}
	.header__logo {
		padding: 0;
	}
	.advantages__text {
		display: none;
	}
	.footer__truth {
		margin: 5px 0 8px 0;
	}
	.footer__bottom {
		flex-direction: column;
	}
	.header__tel {
		display: none;
	}
	.navbar {
		display: none;
	}
	.footer__center {
		text-align: center;
	}
	.header__bottom {
		width: 100%;
		border-radius: 0;
	}
}
@media screen and (max-width: 576px) {	
	.sale-order-detail-order-item-td {
		min-width: inherit;
	}
	.sale-order-detail-order-section {
		width: 100%;
	}
	.sale-order-detail-about-order-inner-container-repeat-button {
		min-width: 150px;
	}
	.col-md-2 {
		width: 100%;
	}
	.sale-order-detail-about-order-inner-container-repeat {
    margin: 10px 0;
	}
	.catalogList__item-fav .catalogProduct__wrapper {
		margin-top: 20px;
		flex: 0 0 100%;
		max-width: 100%;
	}
	/* #title-search {
		display: none;
	} */
	.photos__item {
		flex-basis: 50%;
		max-width: 50%;
		padding-top: 35%;
	}
	.footer {
		margin-bottom: 60px;
	}
	.company {
		flex-direction: column;
	}
	.company-left {
		flex: 100%;
		max-width: inherit;
		text-align: center;
		margin-bottom: 15px;
	}
	.company-right {
		padding: inherit;
		flex: 100%;
		max-width: inherit;
	}
	.row {
		margin: 0 -0.625rem;
	}
	.header__bottom,
	.breadcrumb,
	.bx-breadcrumb .bx-breadcrumb-item {
		margin-bottom: 0;
	}
	.nav__link {
		display: none;
	}
	.nav__link-search {
		display: inherit;
	}
	.nav__link-door, #myButton {
		display: inherit;
	}
	.menu__bottom {
		display: block;
	}
	.catalog__headline {
		font-size: 24px;
		margin: 20px 0;
		line-height: inherit;
	}
	.banner__wrap  {
		padding: 20px;
	}
	.banner__title {
		font-size: 24px;
	}
	.banner__subtitle {
		font-size: 14px;
	}
	.row {
		position: relative;
	}
	.separation_with_main {
		margin-bottom: inherit;
	}
	.advantages {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	.advantages__title {
		max-width: inherit;
		margin: 5px 0;
	}
	.advantages__text {
		display: inherit;
		max-width: 300px;
	}
	.separation_with_center {
		flex-direction: column;
	}
	.separation_with_center-left {
		flex-basis: 100%;
		max-width: inherit;
	}
	.separation_with_center-right {
		flex-basis: 100%;
		max-width: inherit;
	}
	.stand__item {
		flex-basis: 50%;
		max-width: inherit;
	}
	.stand__item:nth-last-child(-n+2) {
		margin-bottom: 30px;
	}
	.stocks {
		margin-top: 10px;
	}
	.news2__item {
		margin-bottom: 10px;
	}
	.news2__title {
		display: block;
	}
	.news2__picture-wrap {
		max-width: 20%;
    flex: 0 0 20%;
	}
	.feedback {
		flex-direction: column;
	}
	.feedback__item {
    flex-basis: 100%;
    max-width: inherit;
	}
	.footer {
		margin-top: 15px;
	}
	.search-page__inp {
		max-width: 300px;
	}
	.search-page__inpSub {
		margin-top: 10px;
	}
	.form-Mysearc {
		text-align: center;
	}
	.pc-cartgroup__count {
		font-size: 9px;
		line-height: 14px;
		width: 12px;
		height: 12px;
	}
	.detailProduct__wrapper {
		margin-top: 0;
	}
	.detailProduct__img { padding-top: 80%; }
	.contacts__div { flex-wrap: wrap; gap: 0; }

	.order {
		padding-left: 0;
		padding-right: 0;
	}
	.bx-soa {
		padding-left: 10px;
		padding-right: 10px;
		max-width: 100%;
	}
	.bx-soa-pp-item-container { flex-basis: 100%; }
	#bx-soa-properties .col-sm-12,
	#bx-soa-total.bx-soa-sidebar { width: 100%; }
}
@media screen and (max-width: 440px) {
	.banner__subtitle {
		display: none;
	}
	.banner__title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#title-search-input {
		max-width: 244px;
	}
}
@media screen and (max-width: 375px) {
	.sale-order-list-inner-row  {
		display: flex;
		gap: 10px;
		flex-direction: column;
	}
	.sale-order-list-inner-row .sale-order-list-about-container, .col-md-2 {
		width: 100%;
	}
	.nav__link-door {
		margin-right: 5px;
	}
	.container {
		width: 90%;
	}
	.banner__wrap {
		text-align: center;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.main-product-slider-wrapper {
		width: 80%;
	}
	.container__wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.header__col {
		padding: 0;
	}
}

.sale-order-detail-back-to-list-link-up {
	padding-bottom: 40px;
}

.sale-order-detail-general-head {
	margin-bottom: 50px;
}
.sale-order-detail-about-order-container, .sale-order-detail-payment-options-inner-container {
	margin-bottom: 50px;
}
.sale-order-detail-total-payment-container {
	margin-top: 30px;
}
.sale-order-detail-about-order-inner-container .row {
	display: flex;
	flex-direction: column;
}
.history__bottom {
	margin-top: 15px;
}
.sale-order-detail-payment-options-info {
	padding-top: 50px;
}
.sale-order-detail-payment-options-shipment {
	padding-top: 40px;
}
.sale-order-detail-order-section {
	margin-top: 30px;
}
.sale-order-detail-general {
	margin-bottom: 40px;
}
div.sale-order-detail-payment-options-shipment {
	padding-top: 40px;
}
.sale-order-detail-payment-options-shipment-composition-map {
	margin-top: 10px;
}
.sale-order-detail-payment-options-methods-info-title-status-alert {
	margin: 10px 0;
}
.sale-order-detail-payment-options-methods-info-total-price {
	margin-bottom: 5px;
}
.sale-order-history-link {
	display: none;
}
.sale-order-payment-change-status-alert {
	margin: 5px 0;
}
.sale-order-detail-payment-inner-row-template {
	margin-top: 40px;
}
.bx-soa-more-btn {
	margin-bottom: 10px;
}
.history__top {
	margin-top: 10px;
}
.bx-soa-cart-total {
	padding: 10px;
	padding-top: 0;
}
.basket-items-list-item-remove {
	display: block;
}

/*page-404*/

.page-not-found{
	padding-left:0;
	list-style:none;
}
.page-not-found__list{
	margin-bottom:15px;
}

.page-not-found__description{
	margin-bottom:15px;

}

.page-not-found__link{
	display:block;
	margin-bottom:5px;
	width:fit-content;
}

.bx-404-container{
    width: 100%;
    max-width: 686px;
    margin: 0 auto;
    padding: 8.75rem 0;
    display: flex;
	flex-direction: column;
    text-align: center;
}

.bx-404-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.75rem;
    color: #000;
    margin-bottom: 0.5rem;
}

.bx-404-text {
    font-size: 14px;
    line-height: 1.125rem;
    color: #252525;
    margin-bottom: 6px;
	max-width: 300px;
	text-align: center;
	margin: 18px auto;
}

.bx-404-link {
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.125rem;
    color: #f32020;
}

.bx-404-block {
    font-weight: 700;
    font-size: 10rem;
    line-height: 6rem;
    color: #f32020;
	margin-bottom: 40px;
}