
* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;

}

:hover {
  transition: 0.3s;
}

body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 0 auto;
  background: #fff;
  color: #000000;
}

img {
  max-width: 100%;
}

input:focus {
  
  outline:none;
}

textarea:focus {
  outline: none;
}

textarea {
  font: inherit;
  border: none;
}

input {
  font: inherit;
  border: none;
}

button {
  font: inherit;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}

a {
  font: inherit;
  text-decoration: none;
}

a:hover {
  transition: 0.3s;
}

button:hover {
  transition: 0.3s;
}

button:focus {
  outline: none !important;
}

svg {
  transition: 0.3s;
}

b {
  font-weight: inherit;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: inherit;
  font-size: inherit;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clear {clear:both;}

.container {
  max-width: 1440px !important;
  margin: 0 auto;
}

/*header*/

.header {
  background: url(../images/header.svg) 50% 0 no-repeat;
  background-size: cover;
  padding: 11px 0;
  position: relative;
  z-index: 10;
  
  -webkit-box-shadow: 0px 8px 15px 0px rgba(34, 60, 80, 0.4);
-moz-box-shadow: 0px 8px 15px 0px rgba(34, 60, 80, 0.4);
box-shadow: 0px 8px 15px 0px rgba(34, 60, 80, 0.4);
}

.header_left {
  display: flex;
  align-items: center;
}

.header_logo a {
  display: flex;
}

.header_nav {
  padding: 0 0 0 60px;
}

.header_nav ul {
  display: flex;
  margin: 0;
}

.header_nav ul li {
  display: flex;
}

.header_nav ul li a {
  padding: 9px 33px;
  display: inline;
  border-radius: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.header_nav ul li a:hover {
  outline: 2px solid #fff;
  text-decoration: none;
}

.header_nav ul li a span {
  top: -2px;
  right: 20px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  padding: 0px 4px 0px 4px;
  font-weight: 800;
  font-size: 11px;
  line-height: 7px;
  color: #111;
  background-color: beige;
  /* background: url(../images/header_nav.svg) 50% 50% no-repeat; */
}

.header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header_links ul {
  margin: 0;
  display: flex;
  align-items: center;
}

.header_links ul li {
  display: flex;
  padding: 0 17px 0 0;
}

.header_links ul li:last-child {
  padding: 0;
}

.header_links ul li a {
  display: flex;
  position: relative;
}

.header_links ul li button {
  display: flex;
}

.header_links ul li a span {
  top: -9px;
  right: -9px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  padding: 0px 4px 0px 4px;
  font-weight: 800;
  font-size: 11px;
  line-height: 7px;
  color: #111;
  background-color: beige;
  /* background: url(../images/header_nav.svg) 50% 50% no-repeat; */
}

.header_btn {
  padding: 0 0 0 48px;
}

.header_btn button {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  border-radius: 16px;
  border: 2px solid #fff;
  padding: 8px 10px;
}

.header_btn button:hover {
  background: #fff;
  color: #000;
}

/*BURGER*/

.mt-munu-mb {
  
}


.body-open {
  position: relative;
}

.body-open:before {
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.62);
  z-index: 10;
  transition: 0.3s;
}

.burger {
  position: absolute;
  top: 25px;
  right: 15px;
  display: none !important;
  cursor: pointer;
  z-index: 12;
  align-items: center;
}
.burger i:nth-of-type(1) {
  height: 15px;
  align-items: center;
  display: flex;
}
.burger i:nth-of-type(2) {
  display: none;
}
.burger.burger-open {
  color: #2a3255;
}
.burger.burger-open i:nth-of-type(1) {
  display: none;
}
.burger.burger-open i:nth-of-type(2) {
  display: flex;
}

.mt-mobile {
  overflow: auto;
  position: absolute;
  top: 66px;
  z-index: 11;
  right: 0px;
  background: #2C335E;
  max-width: 300px;
  width: 100%;
  height: auto;
  padding: 40px 15px 40px 15px;
  transition: 0.5s ease all;
  clip-path: circle(0 at 100% 0);
  z-index: -1;
}


.mt-mobile.nav-open {
  clip-path: circle(200%);
  z-index: 11;
}

/*one*/

.one {
  padding: 5px 0 70px 0;
  overflow: hidden;
}

.one_container {
  padding: 0 !important;
}


.one_banner {
  display: flex;
  height: 621px;
}

.one_banner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}


.one_relative {
  position: relative;
}

.one_img {
  display: flex;
  width: 1184px;
  position: absolute;
  top: -16px;
  left: 32px;
}

.one h3 {
  margin: 0;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  position: absolute;
  bottom: 117px;
  right: 179px;
  z-index: 1;
}

.one h3 span {
  float: right;
  margin: 0 -50px 0 0;
}

/*two*/

.two_flex {
  display: flex;
  margin: 0 -14px;
}

.two_block {
  width: 20%;
  padding: 0 14px;
}

.two_link {
  position: relative;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 4px 4px 100px 0px rgba(34, 60, 80, 0.08);
  -moz-box-shadow: 4px 4px 100px 0px rgba(34, 60, 80, 0.08);
  box-shadow: 4px 4px 100px 0px rgba(34, 60, 80, 0.08);
}

.two_title {
  padding: 0px 0;
  min-height: 40px;
  line-height: 40px;
}

.two_title h3 {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px; 
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0px 0px 4px 0px;
  display: inline-block;
  width: 100%;
}

.two_img {
  display: flex;
  /* height: 174px; */
}

.two_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.two_link a:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.two_bg {
  /* background: url(../images/two_bg.svg) 50% 0 no-repeat; */
  background-size: cover;
  background: #1F2542;
  background: linear-gradient(122deg,rgba(31, 37, 66, 1) 0%, rgba(55, 55, 79, 1) 80%, rgba(31, 37, 66, 1) 80%);
}

.two_bg2 {
  background: url(../images/two_bg2.svg) 50% 0 no-repeat;
  background-size: cover;
}

.two_bg3 {
  background: url(../images/two_bg3.svg) 50% 0 no-repeat;
  background-size: cover;
}

.two_bg4 {
  background: url(../images/two_bg4.svg) 50% 0 no-repeat;
  background-size: cover;
}

.two_bg5 {
  background: url(../images/two_bg5.svg) 50% 0 no-repeat;
  background-size: cover;
}

/*three*/

.three {
  padding: 60px 0 0 0;
}

.title_flex {
  display: flex;
  align-items: center;
}

.title_red {
  height: 20px;
  width: 4px;
  background: #EB6464;
}

.title_gray {
  background: #E5E5E5;
  height: 20px;
}

.title_small {
  width: 11px;
}

.title_flex h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #585858;
  margin: -2px 16px 0 12px;
}

.title_big {
  width: 66px;
}

.three_title p {
  max-width: 960px;
  margin: 18px auto 23px auto;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #858585;
}

.three_bg {
  background: #F4F2F3;
  padding: 34px 0 40px 0;
}

.three_text {
  text-align: center;
}

.three_text h3 {
  font-weight: 400;
  font-size: 96px;
  line-height: 113px;
  text-transform: uppercase;
  color: #858585;
  margin: 0;
}

.three_text p {
  margin: -14px 0 0 0;
  font-size: 24px;
  line-height: 28px;
  color: #858585;
}

.mobile_fixed {
  display: none;
}

/*four*/

.four {
  padding: 50px 0 0 0;
}

.four_wrap {
  display: flex;
  margin: 30px -14px 0 -14px;
}

.four_block {
  padding: 0 14px;
  width: 20%;
}

.four_img {
  position: relative;
  background: #F4F2F3;
  /* height: 175px; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1.48;
}

.four_img img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  aspect-ratio: 1.48;
  mix-blend-mode: multiply;
}

.four_absolute {
  z-index: 1;
  position: absolute;
  bottom: 9px;
  right: 8px;
}

.four_absolute ul {
  margin: 0;
  display: flex;
  align-items: flex-end;
}

.four_absolute ul li {
  display: flex;
  padding: 0 5px 0 0;
}

.four_absolute ul li:last-child {
  padding: 0;
}

.four_absolute ul li button {
  display: flex;
  align-items: flex-end;
}

.four_absolute ul li button:focus svg path {
  fill: #3F3F3F;
}

.four_absolute ul li button span {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #3F3F3F;
  margin: 0 0 0 5px;
}

.four_info {
  padding: 2px 0 4px 0;
}

.four_info a {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-name{
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}
.card-name a{
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}
.card-info{
	display: block;
    height: 30px;
}


.four_restagle {
  background: #000000;
  height: 1px;
  width: 160px;
  margin: 6px 0 8px 0;
}

.four_info p {
  font-size: 11px;
  line-height: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.four_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 0;
}

.card-info.empty-text{
	background: #f9f9f9;
	border-radius: 10px;
}

.four_price {
  text-align: center;
  height: 50px;
}

.four_price p {
  color: #6C6C6C;
}

.four_price h4 {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
}

.four_basket button {
  display: flex;
}

/*five*/

.five {
  padding: 80px 0 120px 0;
}

.five_slider {
  padding: 0 20px;
}

.five_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.five_relative {
  position: relative;
  margin: 7px 0 0 0;
}

.five_arrows {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
}

.five_arrows_btn {
  display: flex;
}

.five_swiper .swiper-wrapper {
  align-items: center;
}

/*footer*/

.footer {
  background: url(../images/footer.jpg) 50% 0 no-repeat;
  background-size: cover;
  padding: 26px 0 50px 0;
}

.footer_logo {
  padding: 0 0 0 60px;
}

.footer_logo a {
  display: flex;
}

.footer_nav {
  display: flex;
}

.footer_nav_block {
  padding: 0 55px 0 0;
}

.footer_nav_block:last-child {
  padding: 0;
}

.footer_nav h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer_nav ul {
  margin: 0;
}

.footer_nav ul li {
  padding: 0 0 10px 0;
  display: flex;
}

.footer_nav ul li:last-child {
  padding: 0;
}

.footer_nav ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  color: #fff;
}

.footer_button {
  text-align: right;
}

.footer_button button {
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  border: 2px solid #FFFFFF;
  border-radius: 16px;
  width: 189px;
  height: 47px;
}

.footer_button button:hover {
  background: #fff;
  color: #000;
}

.footer_pd {
  padding: 0 75px 0 20px;
}

.footer_bottom {
  padding: 30px 0 0 0;
}

.footer_text p {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

.footer_social {
  justify-content: flex-end;
  display: flex;
  margin: 0;
}

.footer_social li {
  display: flex;
  padding: 0 10px 0 0;
}

.footer_social li:last-child {
  padding: 0;
}

.footer_social li a {
  display: flex;
}

.footer_social li a:hover {
  opacity: 0.6;
}

/*catalog*/

.setting_search {
  padding: 40px 0 0 0;
}

.setting_search_flex {
  display: flex;
  align-items: center;
}

.setting_search_setting {
  margin: 0;
  padding: 0 0 0 25px;
  display: flex;
}

.setting_search_setting li {
  display: flex;
  padding: 0 30px 0 0;
}

.setting_search_setting li:last-child {
  padding: 0;
}

.setting_search_setting li button {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #838383;
}

.setting_search_setting li button img {
  margin: 0 5px 0 0;
}

.setting_search_input {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #838383;
  margin: 0 0 0 0;
  width: 617px;
  padding: 0 40px 0 20px;
  height: 47px; 
  background: none;
  border: 2px solid #838383;
  border-radius: 16px;
  box-sizing: border-box;
}


.setting_search_input::-webkit-input-placeholder {
  color: #838383;
}

.setting_search_input::-moz-placeholder {
  color: #838383;
}

.setting_search_input:-ms-input-placeholder {
  color: #838383;
}

.setting_search_input::placeholder {
  color: #838383;
}

.setting_search_search {
  padding: 0 0 0 35px;
  position: relative;
}

.setting_search_search button {
  display: flex;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.catalog {
  position: relative;
  padding: 0px 0 70px 0;
}

.catalog_pd {
  /* padding: 0 0 30px 0; */
}

.catalog_pd:last-child {
  padding: 0;
}

.catalog_flex {
  margin: -10px -14px 0 -14px;
  display: flex;
  flex-wrap: wrap;
}

.catalog_flex_block {
  width: 20%;
  padding: 20px 14px 12px 14px;
}

.catalog_inner {
  flex-wrap: wrap;
  display: flex;
  margin: -20px -14px 0 -14px;
}

.catalog_inner_block {
  width: 20%;
  padding: 20px 1% 24px 1%;
}
@media screen and (min-width: 1200px) {
	.catalog_inner_block.firstColumn {
		padding: 20px 1% 24px 14px;
	} 
	.catalog_inner_block.lastColumn {
		padding: 20px 14px 24px 1%;
	} 
}

.opened .catalog_flex_block {
  width: 33.333333%;
}

.opened .catalog_inner_block {
  width: 33.3333333%;
}

.arrow_relative {
  position: relative;
  height: 100%;
}

.arrow_absolute {
  z-index: 3;
  display: flex;
  align-items: center;
  position: absolute;
  top: 330px;
  left: auto;
  /* transform: translate(-50%, 0); */
  right: 2px;
  transform: translate(0, 0);
  
}

.arrow_absolute.open {
	transform: translate(18px, 0);
}

.arrow_restagle {
  width: 1px;
  height: 390px;
  background: #b9b9b9;
}

.arrow_border {
  cursor: pointer;
  /* border: 1px solid #b7b7b7; */
  border-radius: 8px 0 0 8px;
  margin: 0 -1px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 76px;
  background-color: #51373f;
}

.arrow_border img {
  transform: rotate(180deg);
  filter: invert(1);
}

.basket {
  padding: 38px 0px 0 0;
}

.basket h2 {
  	font-weight: bold;
    font-size: 18px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
.basket.full {
	min-height: 65vh;
}

.basket.full h2 {
	font-size: 28px;
}
.empty-cart-container {
	min-height: 65vh;
	padding-top: 60px;
	width: 80%;
	margin: auto;
	max-width: 900px;
	text-align: center;
}
.empty-cart-container h2 {
	margin-top: 10px;
	font-size: 28px;
}
.empty-cart-container p {
	max-width: 400px;
    margin: auto;
    color: #777;
}
.empty-card {
	border-left: 30px solid #ccc;
	border-right: 30px solid #ccc;
	/* border-radius: 30px; */
	background: url(../images/empty-cart.jpg) 0 0 no-repeat;
	width: 100%;
    background-size: cover;
    aspect-ratio: 2.62;
    display: block;
  	
    margin: auto;
}


.basket_pd {
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #3F3F3F;
}

.basket_pd h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

.basket.full .basket_pd h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	background-color: #eee;
	padding: 4px 20px;
}

.basket_pd ul {
  margin: 0;
}

.basket_pd ul li {
  display: flex;
  padding: 7px 0 0 0;
  align-items: flex-start;
}

.basket_pd ul li p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}

.basket.full .basket_pd ul li p {
	font-size: 18px;
	line-height: 22px;
}

.basket_info_block:nth-child(1) {
  padding: 0 10px 0 0;
  width: 65%;
}

.basket_info_block:nth-child(2) {
  text-align: center;
  width: 100px;
}

.basket_info_block:nth-child(3) {
  width: 20%;
  text-align: right;
  font-weight: bold;
}

.basket.full .basket_info_block:nth-child(1){
	padding: 0 10px 0 20px;
}

.basket.full .basket_info_block:nth-child(2) {
  text-align: center;
  width: 120px;
}

.basket_result {
  padding: 30px 0 0 0;
}

.basket.full .basket_result {
  padding: 30px 20px 0 20px;
}
.basket.full .basket_result h3{
	font-size: 20px;
}

.basket_result_wrap {
  padding: 0 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.basket_result_wrap:last-child {
  padding: 0;
}

.basket_result h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.counter-block {
    display: flex;
    align-items: center;
}

.counter-block button {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.count {
  height: auto;
    width: 30px;
    text-align: center;
    margin: 0;
    font-weight: 400;
    font-size: 1rem;
    line-height: 19px;
    color: #000000;
}

.basket.full .count{
	font-size: 1.5rem;
}

.basket_result h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
}

.basket_button {
  padding: 50px 0 0 0;
}

.basket_button button {
  width: 100%;
  height: 55px;
  background: #51373F;
  border-radius: 16px;
  border: 2px solid #51373F;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
}

.basket.full .basket_button {
	max-width: 350px;
}

.basket_button button:hover {
  background: none;
  color: #51373F;
}

.arrow_open.closed .arrow_relative {
  position: unset;
}

.arrow_open.closed {
  position: unset;
}

.catalog .row {
  position: relative;
}



.setting_search_mobile button {
  display: flex;
}

.setting_search_mobile {
  display: none;
}

.mobile_basket {
  padding: 25px 15px 30px 15px;
    position: fixed;
    left: 0;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out; /* Плавная анимация */
    background: #fff;
    z-index: 1000;
}
.mobile_basket.open {
    transform: translateX(0);
}
.no-scroll {
    overflow: hidden; /* Отключаем скролл страницы */
}

/*category*/

.seeds ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.seeds ul li {
  display: flex;
  position: relative;
  padding: 0 15px 0 0;
}

.seeds ul li:last-child {
  padding: 0;
}

.seeds ul li:before {
  position: absolute;
  content: '/';
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #AEA8A8;
  top: 0;
  right: 5px;
}

.seeds ul li:last-child:before {
  display: none;
  font-size: 14px;
  line-height: 16px;
  color: #AEA8A8;
}

.seeds ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #AEA8A8;
}

.seeds ul li p {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #AEA8A8;
}


.category_banner {
  height: 410px;
  display: flex;
}

.category_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left_open.closed .category_banner {
  height: 410px;
}

.category {
  position: relative;
  margin: 6px 0 -30px 0;
}

.category_img {
  display: flex;
  position: absolute;
  left: 40px;
  top: -40px;
}

.left_open.closed .category_img {

}

.left_open.closed .category_img img {
  width: 400px;
}

.left_open {
    transition: width 0.3s ease;
}

.right_open {
    transition: opacity 0.3s ease;
}

.arrow_border img {
    transition: transform 0.3s ease;
}

.catalog_inner_block,
.catalog_flex_block {
    transition: width 0.3s ease;
}

.right_open {
    position: fixed; /* или absolute, в зависимости от контекста */
    top: 0;
    right: -100%; /* Начальное положение за пределами экрана */
    width: 30%; /* Ширина колонки (можно настроить) */
    height: 100%; /* Высота колонки */
    background-color: #fff; /* Цвет фона */
    z-index: 1000; /* Чтобы колонка была поверх других элементов */
}

/*card*/

.card_name {
  padding: 7px 0 0 0;
  display: flex;
  align-items: flex-start;
}

.card_name_button {
  padding: 10px 0 0 0;
}

.card_name_button button {
  display: flex;
}

.card_name_text {
  padding: 0 0 0 10px;
}

.card_name_text h1 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}

.card_name_text p {
  font-size: 14px;
  line-height: 20px;
  color: #AEA8A8;
  margin: 0;
}

.card_pd {
  padding: 0 0 50px 0;
}

.card_pd:last-child {
  padding: 0;
}

.card_img {
  display: flex;
  align-items: center;
  justify-content: center;
 /*  height: 498px; */
  overflow: hidden;
  background: #F4F2F3;
  position: relative;
}

.card_img img {
  mix-blend-mode: multiply;
  width:100%;
}

.card_info {
  padding: 15px 0 0 0;
}

.card_img .four_absolute {
  bottom: 17px;
  right: 17px;
}
.card_grey_line{
	height: 20px;
    background: #ccc;
    border-top: 5px solid #4e4672;
}
    

.card_flex {
  padding: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card_price p {
  font-size: 13px;
  line-height: 15px;
  margin: 0;
}

.card_price h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #7d7d7d;
}

.card_button {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  border-radius: 16px;
  width: 243px;
  height: 55px;
  background: #333151;
  border: 2px solid #333151;
}

.card_button:hover {
  background: none;
  color: #333151;
}

.card_text {
  padding: 24px 0 0 0;
}

.card_text h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 7px;
}

.card_text ul {
  padding: 0 0 0 20px;
  margin: 0;
}

.card_text ul li {
  list-style: disc;
  font-size: 12px;
  line-height: 14px;
}

.card_text ul li p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}

.card_mr {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: #3F3F3F;
}

.card_mr:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.card_mr h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #AEA8A8;
  margin: 0;
}

.card_compound{
	display: flex;
	flex-wrap: wrap;
    flex-direction: row;
}

.card_compound_flex {
  padding: 15px 0 0 0;
  display: flex;
  align-items: center;
  width: 260px;
  margin-right: 10px;
}

.card_compound_img {
  overflow: hidden;
  background: #F4F2F3;
  width: 90px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card_compound_img img {
  mix-blend-mode: multiply;
}

.card_compound_text {
  padding: 0 0 0 14px;
  width: 70%;
}

.card_compound_text h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
}

.card_compound_text p {
  margin: 2px 0 0 0;
  font-size: 12px;
  line-height: 14px;
  color: #AEA8A8;
}


.catalog_inner_card {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -14px 0 -14px;
}

.catalog_inner_block_card {
  width: 33.33333333%; 
  padding: 20px 14px 24px 14px;
}

.card_price {
  text-align: center;
}

.modal_lks {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 1000;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.js-modal {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.js-modal .modal__inner {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.5s ease-in-out 0.1s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  border-radius: 20px;
}
.js-modal.is-open {
  visibility: visible;
  opacity: 1;
  overflow: auto;
}
.js-modal.is-open .modal__inner {
  opacity: 1;
  transform: translateY(0);
}

.js-modal.is-open:before {
  display: none;
}

.modal_lks {
  background: rgba(0, 0, 0, 0.5);
}

.modal_lks .loginform-message{
	padding: 20px;
    background-color: #8a1a1a;
    margin-bottom: 20px;
    border-radius: 10px;
}

body.is-open {
  /* overflow: hidden; */
}

.modal_basket_close {
  z-index: 1;
  position: absolute;
  top: 12px;
  right: 14px;
}

.modal_basket_close button {
  display: flex;
}

.modal_basket {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  height: 100vh;
  padding: 18px 16px 26px 16px;
  background: #fff;
}

.modal_basket_title {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #AEA8A8;
  text-align: center;
  margin: 0;
}

.modal_basket_top {
  display: flex;
  padding: 18px 0 0 0;
}

.modal_basket_name {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 18px 0 0 0;
}

.modal_basket_img {
  position: relative;
  background: #F4F2F3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 278px;
  width: 363px;
}

.modal_basket_img img {
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.modal_basket_img .four_absolute {
  bottom: 10px;
  right: 12px;
}

.modal_basket_text {
  width: 60%;
  padding: 0 0 0 18px;
}

.modal_basket_text h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #AEA8A8;
  margin: 0;
}

.modal_basket_text ul {
  padding: 3px 0 0 0;
  margin: 0;
}

.modal_basket_text ul li p {
  font-size: 12px;
  line-height: 25px;
  margin: 0;
}

.modal_basket_price {
  padding: 17px 0 15px 0;
  width: fit-content;
  text-align: center;
}

.modal_basket_price p {
  font-size: 13px;
  line-height: 15px;
  margin: 0;
}

.modal_basket_price h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  margin: 0;
}

.modal_basket_pd {
  padding: 0 10px;
}

.modal_basket_inner {
  padding: 16px 0 35px 0;
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
}

.modal_basket_inner_pd {
  padding: 0 0 27px 0;
}

.modal_basket_inner_pd:last-child {
  padding: 0;
}

.modal_basket_inner h2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

.modal_basket_inner ul {
  margin: -10px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

.modal_basket_inner ul li {
  display: flex;
  padding: 37px 10px 0 0;
  width: 25%;
}

.checkbox-main_modal {
  display: flex;
  align-items: center;
  padding-left: 0;
  position: relative;
  cursor: pointer;
  margin: 0;
}

.checkbox-main_modal .checkbox {
  margin: 0 0 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #AEA8A8;
  -webkit-box-sizing: border-box;
  top: 0;
  left: 0;
  box-sizing: border-box;
  position: relative;
}

.checkbox-main_modal input[type="checkbox"] {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

.checkbox-main_modal input[type="checkbox"]:checked ~ .checkbox:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #AEA8A8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main_modal_flex {
  display: flex;
  align-items: center;
  width: 95%;
  padding: 0 0 0 8px;
}

.modal_basket_bottom {
  height: 75px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 30px 0 30px;
}

.modal_basket_bottom p {
  font-size: 13px;
  line-height: 15px;
  color: #949494;
  margin: 0;
}

.modal_basket_bottom h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
}

.modal_basket_bottom_block {
  text-align: center;
}

.modal_basket_bottom_block:nth-child(1) {
  padding: 0 60px 0 0;
}

.modal_basket_bottom_block:nth-child(2) {
  padding: 0 60px 0 0;
}

.modal_basket_bottom_block:nth-child(3) {
  padding: 0 70px 0 0;
}

.main_modal_flex .card_compound_text {
  width: 67%;
}

/*list-orders*/

.list_orders {
  padding: 40px 0 0 0;
}

.list_orders_button {
  text-align: right;
}

.list_orders_button button {
  font-size: 12px;
  line-height: 14px;
  color: #838383;
  width: 133px;
  height: 25px;
  border: 2px solid #838383;
  border-radius: 16px;
}

.list_orders_pd {
  padding: 30px 0 0 0;
}

.list_orders_flex {
  padding: 0 30px;
  display: flex;
}

.list_orders_flex h3 {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

.list_orders_flex p {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

.list_orders_list {
  margin: 0;
  padding: 24px 0 0 0;
}

.list_orders_list li {
  padding: 12px 0;
}

.page ul.list_orders_list, .page .pagination ul {
	margin-block-start: 0px; 
    margin-block-end: 0px;
    padding-inline-start: 0px;
}

.pagination ul{
    display: flex;
    justify-content: center;
    margin: 0;
}
.list_orders_list li {
	list-style-type: none;
	
}

.list_orders_list li:nth-child(odd) {
  background: #F4F2F3;
}

.list_orders_block:nth-child(1) {
  width: 5%;
}

.list_orders_block:nth-child(2) {
  width: 15%;
}

.list_orders_block:nth-child(3) {
  width: 7%;
}

.list_orders_block:nth-child(4) {
  width: 20%;
}

.list_orders_block:nth-child(5) {
  width: 17%;
}

.list_orders_block:nth-child(6) {
  width: 19%;
}

.list_orders_block:nth-child(7) {
  width: 7%;
}

.list_orders_block:nth-child(8) {
  width: 10%;
}

.list_orders_block:nth-child(1) p span {
  display: none;
}

.pagination {
  justify-content: center;
  padding: 25px 0 0 0;
}

.pagination ul, .page .pagination ul {
  display: flex;
  justify-content: center;
  margin: 0;
}

.pagination ul li, .page .pagination ul li{
  padding: 0 5px 0 0;
  display: flex;
}

.pagination ul li:last-child, .page .pagination ul li:last-child {
  padding: 0;
}

.pagination ul li button, .page .pagination ul li button {
  font-size: 14px;
  line-height: 16px;
  color: #000;
}

.pagination ul li a, .page .pagination ul li a {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  display: inline-block;
}

.four_list_orders {
  padding: 40px 0;
}

/*separate-order*/

.separate {
  padding: 24px 0 40px 0;
}

.separate_name .card_name_text h1 {
  font-size: 16px;
  line-height: 19px;
}

.separate_top {
  padding: 4px 0 0 0;
  display: flex;
}

.separate_progress {
    background: #AC15A9;
}

.separate_status {
  padding: 0 0 0 40px;
}

.separate_status p {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  color: #AEA8A8;
}

.separate_status p span {
  color: #fff;
  display: inline-block;
  padding: 2px 3px;
  margin: 0 0 0 6px;
}

.separate_name .card_name {
  padding: 0;
}

.separate_info {
  padding: 20px 0 0 0;
}

.separate_info p {
  font-size: 14px;
  line-height: 16px;
  color: #AEA8A8;
  margin: 0 0 5px 0;
}

.separate_info p:last-child {
  margin: 0;
}

.separate_info p span {
  color: #000000;
  margin: 0 0 0 10px;
}

.separate_button {
  padding: 15px 0 0 0;
}

.separate_button button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 109px;
  height: 37px;
  border: 2px solid #838383;
  border-radius: 16px;
  font-size: 12px;
  line-height: 14px;
  color: #838383;
}

.separate_button button svg {
  margin: 0 0 0 6px;
}

.separate_button button:hover {
  background: #838383;
  color: #fff;
}

.separate_button button:hover svg path {
  stroke: #fff;
}

.separate_result {
  text-align: right;
}

.separate_result p {
  font-size: 20px;
  line-height: 23px;
  color: #AEA8A8;
  margin: 0 0 6px 0;
}

.separate_result p span {
  color: #000;
  margin: 0 0 0 5px;
}

.separate_result h3 {
  margin: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #AEA8A8;
}

.separate_result h3 span {
  color: #000;
  margin: 0 0 0 5px;
}

.separate_hide {
  padding: 0 0 25px 24px;
}

.separate_hide button {
  font-size: 12px;
  line-height: 14px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #000000;
}

.separate_hide button:hover {
  text-decoration: none;
}

.separate_pd {
  padding: 20px 0 0 0;
}

.separate_flex {
  padding: 0 40px;
  display: flex;
}

.separate_flex h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

.separate_inner_block {
  padding: 10px 0 0 0;
}

.separate_restagle {
  height: 1px;
  width: 255px;
  background: #3F3F3F;
  margin: 10px 0 0 0;
}

.separate_inner_block:last-child .separate_restagle {
  display: none;
}

.separate_inner h3 {
  margin: 0 0 10px 40px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.separate_flex p {
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}

.separate_flex p span {
  display: none;
}

.separate_list li {
  padding: 5px 0;
}

.separate_list li:nth-child(odd) {
  background: #F4F2F3;
}

.separate_block:nth-child(1) {
  width: 7%;
}

.separate_block:nth-child(1) h3 {
  margin: 0 0 0 27px;
}

.separate_block:nth-child(2) {
  width: 30%;
  padding: 0 10px 0 0;
}

.separate_block:nth-child(3) {
  text-align: center;
  width: 10%;
}

.separate_block:nth-child(4) {
  width: 11%;
  text-align: center;
}

.separate_block:nth-child(5) {
  text-align: center;
  width: 10%;
}

.separate_block:nth-child(6) {
  text-align: center;
  width: 10%;
}

.separate_block:nth-child(7) {
  width: 11%;
  text-align: center;
}

.separate_block:nth-child(8) {
  width: 11%;
  text-align: center;
}

.separate_list .separate_flex {
  align-items: center;
}

/*profile*/

.profile {
  padding: 20px 0 0 0;
}

.profile_pd {
  padding: 60px 150px 0 70px;
}

.profile_banner {
  width: fit-content;
  position: relative;
}

.profile_banner_img {
  display: flex;
  height: 267px;
  width: 428px;
  border-radius: 40px;
  overflow: hidden;
}

.profile_banner_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.profile_logo {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.profile_absolute {
  position: absolute;
  right: 30px;
  bottom: 18px;
}

.profile_absolute_button {
  display: flex;
  justify-content: center;
}

.profile_absolute_button button {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  position: relative;
}

.profile_absolute_button button img {
  position: absolute;
  top: -7px;
  right: -7px;
}

.profile_absolute h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  position: relative;
  margin: 0;
}

.profile_absolute h3:before {
  position: absolute;
  content: '';
  background: url(../images/profile_absolute.svg) 0 0 no-repeat;
  width: 30px;
  height: 30px;
  bottom: -2px;
  left: -34px;
}

.profile_info_block {
  padding: 0 0 8px 0;
}

.profile_info_block:last-child {
  padding: 0;
}

.profile_info p {
  font-size: 14px;
  line-height: 16px;
  color: #AEA8A8;
  margin: 0 0 3px 0;
}

.profile_info h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  margin: 0;
}

.profile_edit {
  padding: 25px 0 0 0;
}

.profile_btn_decoration {
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #000;
}

.profile_btn_decoration:hover {
  text-decoration: none;
}

.profile_links {
  margin: 0;
}

.profile_links li {
  padding: 0 0 10px 0;
  display: flex;
  justify-content: flex-end;
}

.profile_links li:last-child {
  padding: 0;
}

.profile_links li a {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #000000;
}


.profile_links li a:hover {
  text-decoration: none;
  color: transparent;
}

.profile_links li:nth-child(1) a img {
  margin: 0 0 0 17px;
}

.profile_links li:nth-child(2) a img {
  margin: 0 0 0 12px;
}

.profile_links li:nth-child(3) a img {
  margin: 0 0 0 19px;
}

.profile_organizations {
  padding: 70px 0 0 0;
}

.profile_organizations_top {
  display: flex;
  align-items: flex-end;
}

.profile_organizations_add {
  padding: 0 0 0 40px;
}

.profile_organizations_list {
  margin: 0;
  padding: 14px 0 0 0;
}

.profile_organizations_list li {
  padding: 8px 30px 8px 80px;
}

.profile_organizations_list li:nth-child(odd) {
  background: #F4F2F3;
}

.profile_organizations_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile_organizations_left {
  width: 70%;
}

.profile_organizations_left p {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

.profile_organizations_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 30%;
}

.profile_organizations_left {
  display: flex;
}

.profile_organizations_left_block:nth-child(1) {
  width: 30%;
}

.profile_organizations_left_block:nth-child(2) {
  width: 25%;
}

.profile_organizations_left_block:nth-child(3) {
  width: 30%;
}

.profile_organizations_button {
  padding: 0 48px 0 0;
}

.profile_organizations_pd {
  padding: 16px 43px 0 43px;
}

.profile_organizations_border {
  border: 2px solid #DDDDDD;
  border-radius: 20px;
  padding: 50px 20px 60px 20px;
  text-align: center;
}

.profile_organizations_icon {
  width: 77px;
  height: 60px;
  border: 2px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
}

.profile_organizations_border p {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

.profile_organizations_border p span {
  color: #AEA8A8;
}

.four_profile {
  padding: 70px 0 60px 0;
}

.modal_sign {
  position: relative;
  max-width: 823px;
  margin: 80px auto 0 auto;
  background: url(../images/modal_sign.svg) 50% 0 no-repeat;
  background-size: cover;
  padding: 80px 20px 120px 20px;
  color: #fff;
}

.modal_logo {
  display: flex;
  justify-content: center;
}

.modal_form {
  max-width: 429px;
  margin: 70px auto 0 auto;
}

.modal_form_input {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin: 0 0 14px 0;
  width: 100%;
  padding: 0 20px 0 20px;
  height: 47px; 
  background: none;
  border: 2px solid #FFFFFF;
  border-radius: 16px;
  box-sizing: border-box;
}


.modal_form_input::-webkit-input-placeholder {
  color: #AEA8A8;
}

.modal_form_input::-moz-placeholder {
  color: #AEA8A8;
}

.modal_form_input:-ms-input-placeholder {
  color: #AEA8A8;
}

.modal_form_input::placeholder {
  color: #AEA8A8;
}

.modal_form_flex {
  display: flex;
  padding: 14px 0 0 0;
  align-items: center;
  justify-content: space-between;
}

.modal_form_link a {
  font-size: 16px;
  line-height: 19px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #fff;
}

.modal_form_link a:hover {
  text-decoration: none;
}

.modal_form_button button {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  
  text-decoration: none;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #392F46;
  width: 215px;
  height: 47px;
  background: #fff;
  border-radius: 16px;
  border: 2px solid #fff;
}

.modal_form_button button:hover {
  background: none;
  color: #fff;
  text-decoration: none;
}



.page {
	min-height:60vh;
}

.page ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}


.page ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}


.section-title {
	margin-top: 40px;
}

.card-image{
	transition: 0.5s;
}

.card-image:hover {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}


.btn-primary {
	
	background-color: #4b4f75 !important;
	border-color: #4b4f75 !important;
}

.btn-primary.focus, .btn-primary:focus{
	box-shadow: 0 0 0 .2rem rgb(49 55 137 / 50%) !important;
}




/*--------Страница новостей ---------- */


.page-title{
	margin-top: 30px;
    font-weight: 600;
    color: #aaa;
}

.page-title span{
	font-weight: 800;
    color: #ccc;
}
    

/*
.news-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.news-block {
	width: 30%;
	margin: 10px;
}
*/
.news-img-block{
	width:100%;
  	position: relative;
  	padding-top: 67%;
  	overflow: hidden;
}

.news-img-block img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h3.news-block-header{
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px 16px;
}

.news-block-text{
	line-height: 1.3;
	font-size: 14px;
}
.news-text{
	margin-bottom: 10px;
}

.news-block-data{
	margin-top: 10px;
	color: #aaa;
}

.page-main-img-container{
	position: relative;
	width:100%;
  	padding-top: 50%;
	overflow: hidden;
}
.page-main-img{
	position: absolute;
	left:0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: none !important;
	/* transition: transform 0s ease-in-out; Плавная анимация */
}


.h1, h1 {
    font-size: 1.7rem !important;
}


/* -------  CART ------------- */
.drawer_container {
  display: flex;
  height: 100%;
  align-items: stretch;
}

.right-drawer{
    background: #f4f4f4;
    flex-shrink: 0;
    /* transition: width 3s ease; */
    /* transition: 3s ease; */
    margin-left: 12px;
    overflow-x: hidden;
    border-left: 1px solid #b7b7b7;
    width: 0%;
    display: none;
}

.right-drawer .closed{
	width: 0%;
}

.right-drawer.open{
	display: block;
	width: 30%;
	margin-left: 30px;
	/* animation: SHW 3s;
    animation-fill-mode: both */
}

.center-drawer{
	flex-shrink: 1;
	transition: 3s ease;
}

@keyframes SHW {
    from {
    	width: 0%;

    }
    to {
        width: 30%;
    }
}

.cart{
	padding: 20px 20px 100px 20px;
}


.hidden {
    display: none !important;
}

.four_basket .to-card-button {
    display: flex;
    background: #e4e4e4;
    /* color: #fff; */
    padding: 10px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
}
.four_card:hover .four_basket .to-card-button {
	background: #50506a;
}
.four_card:hover .four_basket .to-card-button img{
	-webkit-filter: invert(1);
   	filter: invert(1);
}

.card-amount {
    line-height: 36px;
    font-size: 18px;
    height: 30px;
    display: block;
    width: 30px;
    padding: 0px;
    padding-left: 0px !important;
    float: left;
    text-align: center;
    font-weight: 600;
    border-radius: 0;
    border: 0px solid #cccccc;
    color: #fff;
    background: none;
}

.card-amount-big {
    line-height: 30px;
    font-size: 30px;
    height: 50px;
    display: block;
    width: 80px;
    padding: 0px;
    padding-left: 0px !important;
    float: left;
    text-align: center;
    font-weight: 600;
    border-radius: 0;
    border: 0px solid #cccccc;
    color: #52526d;
    background: none;
}

.card-counter-button {
    display: block;
    width: 26px;
    height: 30px;
    float: left;
    /* background: #dedede; */
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    line-height: 24px;
    opacity:0;
}

.card-counter-button-big {
    display: block;
    width: 56px;
    height: 50px;
    float: left;
    /* background: #dedede; */
    color: #8181a0;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    opacity:1;
}

.four_card:hover .card-counter-button {
	opacity:1;
}

.count-selector {
	background: #8181a0;
	border-radius: 14px;
	display: flex;
}

.card_basket .count-selector {
	background: #fff;
	border: solid 2px #8181a0;
	width: 243px;
	justify-content: space-around;
}


.four_card:hover .count-selector {
	background: #50506a;
}

.cart-counter-button{
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	color: #555;
}
.cart-counter-small-button{
	cursor: pointer;
	font-weight: 400;
	font-size: 20px;
	color: #555;
	line-height: 15px;
	height: 18px;
	width: 20px;
	opacity: 0;
	padding-bottom: 1px;
	background: #e9ecef;
	font-weight: 600;
	
}
.cart-counter-small-button.cart-item-minus {
	border-radius: 8px 0px 0px 8px;
}
.cart-counter-small-button.cart-item-plus {
	border-radius: 0px 8px 8px 0px;
}
.basket  ul li:hover .cart-counter-small-button {
	opacity: 1;
}

.cart-counter-big-button{
	cursor: pointer;
	font-weight: 400;
	font-size: 20px;
	color: #555;
	line-height: 15px;
	height: 22px;
	width: 22px;
	opacity: 0;
	margin: 0px 4px;
	padding-bottom: 1px;
	background: #e9ecef;
	font-weight: 600;
	
}
.basket  ul li:hover .cart-counter-big-button {
	opacity: 1;
}

.basket.full {
	max-width: 900px;
}

.help-block-error{
	color:#ff0000;
}

.no-price{
	font-size: 12px;
	line-height: 12px;	
	font-weight: 600;
	display: inline-block;
	background-color: #e4e4e4;
	padding: 2px 10px 4px 10px;
	border-radius: 14px;
}
.card_price ..no-price{
	padding: 10px 40px;
}


.table{
	font-size: 1.4rem
}
.kv-grid-group{
	background-color: #ccc;
	font-weight: bold;
	color: #777;
}
.list_orders_list a{
	color: #444;
	text-decoration: none;
}
.list_orders_list a:hover{
	color: #fff;
	text-decoration: none;
}
.list_orders_list li:hover a{
	color: #fff;
}
.list_orders_list li:hover{
	background-color: #999;
	color: #fff;
}

.order-panels{
	text-align:right;
	
}

.panel.order-panel {
	display: inline-block;
	background-color: #f8f8f8;
	margin-right: 10px; 
	height:160px; 
	min-width:200px;
	vertical-align: top;
}

.panel.order-panel .panel-heading{
	font-size:15px;
	font-weight: bold;
	text-align:center;
	text-transform: uppercase;
	background-color: #5c5d76;
    color: #fff; 
}

.breadcrumb, .page ul.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 6px 10px;
    margin-bottom: 5px;
    font-size: 14px;
    list-style: none;
    background: none;
    border-radius: .25rem;
    
}
.breadcrumb a, .breadcrumb li {
	color: #777;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.back-arrow-button {
	width: 30px;
	background-color: #E5E5E5;
	text-align: center;
	margin-right: 14px;
	border-radius: 8px;
	color: #777;
	font-weight: bold;
	font-size: 24px;
	position: relative;
}
.back-arrow-button i {
	position: absolute;
	top: 50%;
	margin-top: -13px;
	display: block;
	
	/* vertical-align: sub; */
}
.order-date{
	font-size: 16px;
	color: #999;
}
.order-project-name{
	font-size: 18px;
    color: #9e9e9e;
    margin-left: -4px;
    margin-top: 8px;
}
.title_flex .badge{
	 font-size:14px;
	 text-transform: uppercase;
}
