@charset "utf-8";

*{
	box-sizing: border-box;
}

/* Настройки чат-бота */
:root {
	--chat--toggle--background: #ff99fc !important;
	--chat--toggle--hover--background: #fdb4fa !important;
	--chat--toggle--active--background: #ff99fc !important;

	--chat--header--background: #4D9C31 !important;
}

a {
	text-decoration: none;
	color: black;
}
a:hover{
	text-decoration: none;
	color: black;
}

.main-info{
	text-align: center;
	margin-top: 25px;
	position: relative;
}

.main-header{
	text-align: center;
	margin: 15px 0px;
	margin-left: -50px;
}

.search_hide_100{
	width: 100%;
	float: none;
}

.link{
	text-decoration: none;
	transition: 0.8s;
	color: black;
}
.link:hover{
	color:#0617D3;
	text-decoration: none;
}

.hide{
  display: none;
}
.input-disabled {
	pointer-events: none;
}

.flex{
	display: flex;
}

.right {
  float: right;
}
.left {
  float: left;
}
.underline{
	text-decoration: underline;
}

#ScrollTop{
	text-align: center;
	font-size: 25pt;
	height: 45px;
	width: 45px;
	border-radius: 100%;
	position: fixed;
	bottom: 40px;
	left: 30px;
	cursor: pointer;
	display: none;
	transition: ease-in-out 0.7s;
	background-color: #ff99fc;
	border: 1px solid #fff;
	
}
#ScrollTop:hover{
	transform: rotate(360deg);
	background-color: #4D9C31;
}
.katalog{
	top: 250px;
	height: 220px;
	max-height: 350px;
	width: 300px;
	border: 1px solid black;
	float: left;
	margin: 25px 0px 0px 15px;
	text-align: center;
	font-size: 15pt;
	border-radius: 7px;
}
.image,.image_noScale{
min-width: 230px;
min-height: 120px;
max-height: 160px;
max-width: 290px;
border-radius: 5px;
overflow: hidden;
}
.fa-angle-down,.fa-angle-up{
	font-size: 14pt;
}


.dropdown2{
 position: absolute;
 border: 1px solid black;
 width: 330px;
 border-radius: 5px;
 text-align: left;
 background-color: white;
 display: none;
 font-weight: 600;
 padding-left: 3px;
 right: 0px;
 z-index: 2;
 color: white;
 text-align: center;
 background-color: red;
 font-size: 13pt;
}

.delimiter{
	height:25px;
	border-left:1px solid #ddd;
	margin:0;
	padding:0;
}
.cont_head{
 color: red;
 font-size: 13pt;
 font-weight: 600;
}
.BtnClose{
 position: relative;
 max-width: 18px;
 max-height: 18px;
 float: right;
 right: 3px;
 top: 3px;
 cursor: pointer;
 transition: 1.5s;
}
.BtnClose:hover{
 transform: rotate(180deg);
}

.popup {
	position: fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
	text-align:center;
	z-index: 11;
}

.popup_bg {
	background:rgba(0,0,0,0.4);
	position:absolute;
	height:100%;
	width:100%;
	cursor: zoom-out;
}

.popup_img {
	position: relative;
	margin:0 auto;
	z-index:11;
	max-height:80%;
	max-width:90%;
	margin:5% 0 10% 0;
	border-radius: 7px;
	overflow: hidden;
}

#kontakti{
	font-size: 18pt;
	left: 16%;
	text-align: center;
}
#main-part{
	width: 100%;
	display: flex;
	flex-direction: column;
}
#main-part .wrapper{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.right-section{
	width: 100%;
}

.trigger-btn {
	background-color: #ED4C4F;
	color: #fff;
	border-radius: 30px;
	padding: .7rem 1rem;
	cursor: pointer;
	transition: .5s;
	width: fit-content;
	height: fit-content;
}

.trigger-btn:hover {
	background-color: #ed4c4fc9;
}

#spec_top_menu{
	width: 120px;
}

.footer_long{
	height: 800px;
}

.price_chisl{
	color: red;
	font-weight: 700;
}

.gsx_name{
	font-weight: 600;
}

#logo{
	width: 125px;
	height: 40px;
	cursor: pointer;
}

#logo_max{
	position: relative;
	width: 660px;
	height: 200px;
}

#uslovia{
	float: right; width:calc(-240px + 100%); padding: 10px;
}

/* Start of cart */
.cart-cont{
	position: absolute;
	width: 90px;
	top: 150px;
	right: 5px;
	z-index: 2;
}
.cart{
	text-align: center;
}
.cart img{
	max-width: 90px;
	max-height: 70px;
}
.number_cart{
	position: absolute;
	right: 15px;
	font-size: 14pt;
	font-weight: 600;
}
.cart_cont{
	width: 97%;
	left: 20px;
	margin: 0;
}
.cart_cont_page{
	display: grid;
	margin-left: 10px;
	grid-template-columns: repeat(2,1fr);
}
.inp_cont{
	display: grid;
	justify-items: left;
	grid-gap: 8px;
}
.input_info{
	font-size: 11pt;
}
.input_info::after {
	margin-left: 2px;
	content: "*";
	color: red;
	font-size: 11pt;
}
.input{
	border-radius: 5px;
	border: 1px solid #e2e3e4;
	min-width: 50%;
}
.checkbox_cart{
	max-width: 150px;
	border-bottom: 1px solid black;
}
.cust_info{
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 50px;
}
.deliver_desc{
	display:  block;
	margin-left: 20px;
	font-size: 11pt;
}
.cart_icon_cont{
	float: left;
	height: 70px;
	width: 65px;
}
.deliver_type{
	margin-bottom: 15px;
}
.cart_block{
	margin-right: 2vw;
	float: right;
	width: 30vw;
	max-width: 95%;
	background-color: #f8f8f8;
	border-radius: 5px;
	box-shadow: 2px 2px 8px grey;
}
.cart_block_header{
	padding: 0.8rem 1.3rem;
	position: relative;
	font-size: 16px;
}
.show_goods{
	display: grid;
	position: relative;
	padding: 0.8rem 1.3rem;
	grid-template-columns: repeat(2,1fr);
	border-bottom: 1px solid #e2e3e4;
}
.good_price{
	text-align: center;
}
.sum_cont{
	position: relative;
	display: grid;
	grid-template-columns: repeat(2,2fr);
	padding: 0.8rem 1.3rem;
	background-color: #FF99FC;
	font-weight: 600;
}

.btn_buy{
	text-decoration: none;
  outline: none;
  display: inline-block;
  color: white;
	margin: 10px 20px;
	width: 40%;
	height: 50px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  background-image: linear-gradient(to right, #FF99FC 0%, #4830F0 51%, #FF99FC 100%);
  background-size: 200% auto;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
	transition: .5s;
	color: white;
	cursor: pointer;
	border: none;
}
.btn_buy:hover{
	background-position: right center;
	color: white;
	text-decoration: none;
}

.input-error{
	font-size: .9rem;
	margin-top: -8px;
	margin-bottom: .8rem;
	color: red;
}

/* END OF COMPLETE PAGE */

.cart_cart{
	margin: 1% 1% 1% 1%;
	width: 98%;
	display: grid;
	grid-template-columns: 2fr 1fr;
}

.cart_good_header{
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	text-align: center;
	margin-bottom: 15px;
}


.good_cont{
	background-color: #f0f0f0;
	border-bottom: 1px solid #e2e3e4;
}
.good-inline-cont{
	display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 30px;
}
.good-inline-cont-book{
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	
}

.cust-profit{
  text-align: right;
  padding-bottom: 15px;
}
.discount-cont{
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 2;
  color: #fff;
  font-size: 1.4rem;
  background-color: red;
  padding: 5px;
  border-radius: 0 7px;
}
.cust-profit span{
  margin-right: 20%;
}
.cust-profit-block{
	margin-top: 40px;
	display: none;
}

.JS_good_part{
	padding: 1.6rem 0;
	text-align: center;
}

.JS_input_kol{
	width: 45px;
	height: 40px;
	border: 1px #e2e3e4 solid;
	border-radius: 5px;
}
.kol_cont{
	display: flex;
	justify-content: center;
}
.good_increaseVal,.good_reduceVal{
	font-size: 10px;
	cursor: pointer;
	transition-duration: 0.8s;
}
.good_increaseVal:hover,.good_reduceVal:hover{
	color: red;
}
.res_cost{
	font-size: 16pt;
	font-weight: 600;
}

#res_block{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	text-align: center;
}

#res_block_btn1{
	padding-top: 5px;
	height: 40px;
	width: 70%;
	margin-top: 15px;
	background-color: #4b4f58;
	border-radius: 5px;
	transition: 0.5s;
}
#res_block_btn1:hover{
	background-color: #575b66;
}
#res_block_btn2{
	padding-top: 5px;
	height: 40px;
	width: 70%;
	margin-top: 15px;
	background-color: red;
	border-radius: 5px;
	transition: 0.5s;
	margin-bottom: 15px;
}
#res_block_btn2:hover{
	background-color: #f65c74;
}
.link-white{
	color: white;
	text-decoration: none;
}
.link-white:hover{
	color: white;
	text-decoration: none;
}
.btn_clear_minus{
	height: 18px;
	width: 18px;
	margin-left: 5px;
	transition: 1.5s;
}
.btn_clear_minus:hover{
	transform: rotate(180deg);
}

.good_kol{
	font-size: 10pt;
}
.good_type{
	font-size: 10pt;
}
.sel_links{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	position: relative;
	width: 100%;
	margin: 25px 0px 25px 0px;
	padding: 0 10px 0 10px;
	font-size: 13pt;
}

.GoToCart{
	padding: 15px 0 15px 20px;
	font-size: 10pt;
}
.order-bonus-message {
	padding: 15px 0 15px 20px;
	font-size: 10pt;
	font-weight: bold;
}
.from-left {		
	position: relative;	
	color: black;
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);	
	cursor: pointer;
	user-select: none;
	text-decoration: none;
	padding: 5px;
	font-size: 13pt;
	font-weight: 600;
}


.from-left:hover {
	color: white;
	text-decoration: none;
	transition-delay: .6s;
}

.from-left:hover:before {
	transition-delay: 0s;
	border-radius: 5px;
}

.from-left:hover:after {
	background: blue;
	transition-delay: .4s;
	border-radius: 5px;
}
.from-left:before, 
.from-left:after {
	top: 0;
	width: 0;
	height: 100%;
	content: '';
	position: absolute;	
	transition: inherit;
	z-index: -1;
	border-radius: 5px;
}

.from-left:before {
	right: 0;
	border: 1px solid blue;
	border-left: 0;
	border-right: 0;
}

.from-left:after {
	left: 0;
}

.from-left:hover:before,
.from-left:hover:after {
	width: 100%;
}

.from-right {		
	position: relative;	
	color: black;
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);	
	cursor: pointer;
	user-select: none;
	text-decoration: none;
	padding: 5px;
	font-size: 13pt;
	font-weight: 600;
}
.from-right:hover {
	color: white;
	text-decoration: none;
	transition-delay: .6s;
}
.from-right:hover:before {
	transition-delay: 0s;
	border-radius: 5px;
}
.from-right:hover:after {
	background: blue;
	transition-delay: .4s;
	border-radius: 5px;
}
.from-right:before, 
.from-right:after {
	top: 0;
	width: 0;
	height: 100%;
	content: '';
	position: absolute;	
	transition: inherit;
	z-index: -1;
	border-radius: 5px;
}

.from-right:before {
	left: 0;
	border: 1px solid blue;
	border-left: 0;
	border-right: 0;	
}

.from-right:after {
	right: 0;
}

.from-right:hover:before,
.from-right:hover:after {
	width: 100%;
}

.btn_delete_good_cont{
	display:flex;
	justify-content:center;
	align-items: center;
}
.btn_delete_good{
	float: right;
	height: 14px;
	width: 14px;
	transition: 1.5s;
}
.btn_delete_good:hover{
	transform: rotate(180deg);
}


.cart_message{
	text-align: center;
	position: fixed;
	height: 50px;
	width: 15vw;
	padding: 10px;
	top: 60px;
	left: 1%;
	background-color: rgba(237, 0, 0, 0.6);
	color: white;
	display: flex;
	font-weight: 600;
	font-size: 12pt;
	border-radius: 4px 4px 7px 7px;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.bookmark{
	position: absolute;
	height: 20px;
	width: 20px;
	margin: 4px 4px 0 0;
	margin: 25px 0 0 270px;
	cursor: pointer;
}

.bookmark_marked{
	color: #4D9C31;
	border: none;
}
/* End of cart */

.mobile-soc-btns-cont{
	display: none;
}
.bookmark_icon:hover{
	background-color: rgba(176, 92, 255, 0.6);
	color: white;
	width: 55px;
}
.bookmark_icon:hover i{
	color: white;
}
._bookmark_cont{
	display: block;
	flex-direction: column;
	left: 0;
	position: fixed;
	top: 385px;
	z-index: 1;
}

._bookmark_cont i{
	color: black;
}
.bookmark_icon{
	display: flex;
	height: 40px;
	width: 50px;
	border: 2px solid black;
	border-left: none;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
	border-radius: 0px 10px 10px 0px;
	cursor: pointer;
	transition: 0.5s ease-in-out;
}

.informationBlock{
  border: 1px solid black;
  margin-bottom: 20px;
  border-radius: 10px;
	box-shadow: 2px 2px 4px grey;
	text-align: left;
}
.info-date{
	position: relative;
	float: right;
	right: 10px;
	width: auto;
  margin-top: 10px;
  font-size: 13pt;
  color: red;
}
.information_block_content{
	padding: 10px;
  font-size: 13pt;
}
.information_block_header{
  margin: 10px 0 10px 10px;
}
.Scroll_Stop{
	height: 100%;
  overflow: hidden;
}
.Good_container{
  float: left;
  margin: 25px 0 0 15px;
  border: 1px solid #5f5f5f;
  min-height: 150px;
  width: 330px;
  padding: 10px 10px 5px 10px;
  position: relative;
	border-radius: 5px;
}
.Good_image{
  width: 100%;
  height: 200px;
  border-radius: 5px;
	overflow: hidden;
	cursor: zoom-in;
	display: flex;
	justify-content: center;
}

.Good_Name{
	text-align: left;
}
.Good_btns_cont{
	border: none;
	padding: 0;
}
.Good-info-panel{
	display: flex;
	margin-bottom: 10px;
	margin-top: 15px;
	justify-content: space-between;
	overflow: hidden;
}
.Good-stock-availibility{
	color: #00b01c;
	font-weight: 600;
}
.Good-price-wrapper{
	color: #f44a4a;
}
.Good-price__value{
	font-size: 1.3rem;
	position: relative;
}
.price-crossed{
	font-size: 1.2rem;
	color: #949494
}
.price-crossed::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 1.5px;
	background-color: #949494;
	transform: rotate(-30deg);
}
.Good-price__currency{
	font-size: .9rem;
}

.ribbon-wrapper {
	width: 110px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	top: -3px;
	left: -1px;
	z-index: 2;
}

.ribbon {
	text-align: center;
	-webkit-transform: rotate(-45deg);
	-moz-transform:    rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	-o-transform:      rotate(-45deg);
	position: relative;
	padding: 3px 8px;
	left: -45px;
	top: 25px;
	width: 180px;
	background: rgb(255, 0, 0);
	color: white;
	font-size: 14pt;
	-webkit-box-shadow: 0 2px 5px #808080;
	-moz-box-shadow:    0 2px 5px #808080;
	box-shadow: 0 2px 5px #808080;	
	font-weight: 600;
}
.Good_image img{
  position: relative;
  min-height: 100%;
	transition: .8s;
}
.Good_Name{
  color: #39404b;
  text-align: center;
  font-size: 13pt;
}
.Good_btns_cont{
  border-top:1px solid #ddd;
  padding-top: 3px;
}
.Good_In_Bookmarks{
  padding-right: 6px;
  margin-left: 6px;
	font-weight: 600;
	font-size: 11pt;
	color: green;
	cursor: pointer;
}
.Good_toCart,.Good_ToBookmarks,.Good_Description_Open,.Good_Description-modal, .Good_Description-modal{
  padding-right: 6px;
  margin-left: 6px;
  font-weight: 600;
  cursor: pointer;
	transition: .8s;
}
.Good_toCart:hover,.Good_ToBookmarks:hover,.Good_Description_Open:hover, .Good_Description-modal:hover{
  color: #e34d38;
}
.Good_price{
  margin-bottom: 5px;
  font-size: 13pt;
}
.Good_btns_cont{
  display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.image{
  transition: .8s;
}
.image:hover{
  transform: scale(1.1);
}


/* Modal Window Start */

.modal_cont{
  position: fixed;
  border: 1px solid red;
  min-height: 300px;
  width: 60%;
  margin:0 auto;
  overflow:visible;
  left:50%;
  top:40%;
  margin-left:-30%;
  margin-top:-150px;
  overflow: hidden;
	border-radius: 4px;
	z-index: 999;
	background-color: #fff;

  display: none;
  flex-direction: column;
}
.model_header{
	text-align: center;
	margin-top: 5px;
}
.modal_text{
  position: relative;
	padding: 0 15px;
	font-size: 14pt;
}

.modal_btn_cont{
  position: relative;
  top: 30%;
  margin-bottom: 25px;
}

.choose-modal__close{
  height: 26px;
  width: 26px;
  position: absolute;
  top: 18px;
  right: 18px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  margin: 0;
}
.choose-modal__close::before , .choose-modal__close::after{
  position: absolute;
  top: 4px;
  left: 4px;
  content: '';
  height: 2px;
  width: 18px;
  margin-top: 10px;
  background-color: #8a8a8a;
}
.choose-modal__close::before{
	transform: rotate(45deg);
}
.choose-modal__close::after{
	transform: rotate(-45deg);
}

.modal_btn_cont{
	border: 1px solid black;
	width: 100px;
	padding: 10px 15px;
	transition: 1s;
	cursor: pointer;
	overflow: hidden;
	border-radius: 5px;
	float: right;
	margin: 10px;
	text-align: center;
}
.modal_btn_cont:hover{
	color: white;
	font-weight: 600;
}
.modal_btn_cont::before{
	content: "";
  background: red;
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  transform: scaleX(0);
  -webkit-transform: scale(0);
  animation: 1s forwards no-hover-v linear;
  -webkit-animation: 1s forwards no-hover-v linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  z-index: -1;
}
.modal_btn_cont:hover::before{
	animation: .5s forwards hover-v linear;
  -webkit-animation: .5s forwards hover-v linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

/* Modal Window End */

.no-click{
  pointer-events: none;
}

.highlight{
	font-size: 13pt;
	text-decoration: underline;
	font-weight: 700;
	color: red;
}


/* START MODAL CHOOSE */

.choose-modal{
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: min(92vw, 1100px);
  max-height: calc(100vh - 120px);
  border: 1px solid #e2e3e4;
  border-radius: 6px;
  overflow: hidden;
  z-index: 20;
  background-color: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.model_header{
  margin: 0;
  padding: 24px 72px 18px 32px;
  font-size: 26px;
  font-weight: 500;
  color: #3a3a3a;
  border-bottom: 1px solid #ededed;
  line-height: 1.2;
}

.choose-modal__close{
  position: absolute;
  top: 18px;
  right: 18px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  opacity: 0.6;
}
.choose-modal__close:hover{
  opacity: 1;
}

.choose-modal__container{
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(260px, 0.85fr);
  gap: 28px;
  padding: 28px 32px 8px;
  align-items: start;
}

.choose-modal__img-container{
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #ededed;
  background-color: #f7f7f7;
  grid-column: 1;
  grid-row: 1 / span 2;
}
.choose-modal__photo{
  display: block;
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
  cursor: zoom-in;
  transition: transform 0.4s ease;
}
.choose-modal__photo:hover{
  transform: scale(1.02);
}

.choose-modal__type{
  width: 100%;
  padding: 0;
  font-size: 16px;
  color: #4b4b4b;
  grid-column: 2;
  grid-row: 1;
}
.choose-modal__type-title{
  font-weight: 600;
  margin-bottom: 10px;
}
.choose-modal__type-option{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  margin-bottom: 8px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background: #fafafa;
  cursor: pointer;
  transition: 0.2s ease;
}
.choose-modal__type-option:hover{
  border-color: #0e9f4b;
  background: #f3fbf6;
}
.choose-modal__type-option input{
  accent-color: #0e9f4b;
  width: 18px;
  height: 18px;
  margin: 0;
}
.choose-modal__type-option span{
  font-size: 16px;
  color: #2e2e2e;
}

.choose-modal__description-cont{
  width: 100%;
  padding: 0;
  font-size: 15px;
  color: #3f3f3f;
  grid-column: 2;
  grid-row: 2;
}
.choose-modal__description{
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
}

.choose-modal__price-cont{
  margin: 8px 32px 0 auto;
  width: min(320px, 100%);
  font-size: 16px;
  color: #6a6a6a;
}
.choose-modal__price{
  color: #333;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.5px;
}

.choose-modal__buttons-cont{
  margin: 14px 32px 28px auto;
  width: min(320px, 100%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.choose-modal__button-add, .choose-modal__bookmarks{
  padding: 12px 16px;
  border: 1px solid #0e9f4b;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  transition: 0.2s ease;
  cursor: pointer;
}
.choose-modal__button-add{
  background-color: #0e9f4b;
  color: #fff;
}
.choose-modal__button-add:hover{
  background-color: #0b8a40;
  border-color: #0b8a40;
}
.choose-modal__bookmarks{
  border: 1px solid #b05cff;
  color: #8c3ff2;
  background: #fff;
}
.choose-modal__bookmarks:hover{
  background-color: #b05cff;
  color: #fff;
}

.choose-modal__bookmarks-remove {
	border: 1px solid #f44a4a !important;
	background-color: #f44a4a !important;
	color: #fff !important;
}


/* SPECIAL ORDER STYLES */
.orders-container{
	width: 98%;
	float: right;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 1rem;
}
.order-cont{
	border: 1px solid #bababa;
	padding: .7rem;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	border-radius: 5px 30px;
	overflow: hidden;
}
.order-overlay{
	background-color: hsla(202, 100%, 68%, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
}
.order-comment{
	top: 30%;
	left: 50%;
	color: black;
	font-weight: 600;
	font-size: 1.3rem;
	padding: 1.2rem 0;
}
.spec-order-description {
	padding: 0 1.5rem;
}
/* END OF SPECIAL ORDER STYLES */


.btn-white {
  width: 140px;
  text-align: center;
  cursor: pointer;
  padding: 8px 15px;
  text-decoration: none;
  outline: none;
  color: black;
  display: inline-block;
  position: relative;
  border: 1px solid;
  border-image-slice: 1;
  text-transform: uppercase;
  overflow: hidden;
  border: 1px solid #a1a1a1;
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

.btn-white::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  color: white;
  background: linear-gradient(to top, rgb(2, 0, 121), rgb(124, 115, 247), rgb(106, 196, 255), rgb(141, 40, 209));
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-white:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}

.btn-white:hover::before {
  bottom: 0%;
  top: auto;
  height: 100%;
}
.motivation-text{
	margin-top: 25px;
	font-size: 1.3rem;
}
/* END OF SALE MODAL STYLES */



/* SPECIAL ORDER MODAL */
.spec-order-modal{
	border: 1px solid black;
	position: absolute;
	left: 10%;
	top: 20%;
	height: 50vh;
	width: 80%;
	border-radius: 10px;
	overflow: hidden;
	z-index: 99999999;
}

.spec-order-cont{
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 50vh;
	width: 100%;
	background-color: #fff;
}

.spec-modal-img{
	width: 50%;
	height: 100%;
	background: url('https://sun9-34.userapi.com/c845121/v845121795/f8f54/U-1HQQjSR-Q.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.spec-modal-info-cont{
	width: 50%;
	display: flex;
	align-items: center;
	flex-direction: column;
	background-color: #fff;
	padding: 10px;
}
.spec-modal-header{
	font-size: 2rem;
}
.spec-modal-description{
	font-style: italic;
	font-size: 1.1rem;
	margin-top: 15px;
}
.spec-modal-btn-close{
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	text-align: center;
  border-radius: 3px;
  padding: 5px 15px;
  font-weight: bolder;
  cursor: pointer;
  -webkit-transform: translateZ(0);
	transform: translateZ(0);
  background: white;
  border: 2px solid #7d7d7d;
  -webkit-transition: 0.8s;
	transition: 0.8s;
}
.spec-modal-btn-close::before{
	content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 0, 0, 0.7);
  -webkit-transform: scaleX(0);
	transform: scaleX(0);
  -webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
  -webkit-transition: .8s;
  transition: .8s;
}
.spec-modal-btn-close:hover{
	-webkit-transition: inherit;
	transition: inherit;
}
.spec-modal-btn-close:hover::before{
	content: '';
  -webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/* END MODAL CHOOSE */


/* START OF MULTIPLE IMAGES FUNC */
.arrows-cont{
  position: absolute;
  width: 100%;
  top: 90px;
  height: 25px;
  display: flex;
  justify-content: space-between;
}
.arrow-left, .arrow-right{
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 1.25rem;
  margin: 0 5px;
}

.arrows-cont a:hover{
  color: #fff;
}

.custom-blur{
  opacity: 1;
}

.image{
  transition: unset;
}

.dark-bcgr{
  position: fixed;
  top: 0;
  left: 0%;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 50;
  justify-content: center;
  align-items: center;
}

.bcgr-btns-cont{
  width: 100%;
  position: absolute;
  justify-content: space-between;
	padding: 0 15px;
	top: 50%;
}

.bcgr-btns-cont i{
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}

.bcgr-image-cont{
  border: none;
  width: 92vw;
  height: 92vh;
  max-height: 92vh;
  max-width: 92vw;
  border-radius: 8px;
  position: relative;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slideshow-controls{
	color: #fff;
	margin-top: 1em;
	font-size: 18pt;
	text-align: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
}

.slideshow-controls i{
	transition: .4s;
}

.slideshow-controls i:hover{
	color: #ddd;
	text-shadow: 2px 2px 5px #ccc;
}

.bcgr-image{
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}

.bcgr-close{
  position: absolute;
  color: red;
  font-size: 2rem;
  cursor: pointer;
  top: -3px;
  right: 5px; 
}

.bcgr-good-name{
  position: absolute;
	bottom: 5px;
	left: 5px;
	color: white;
	font-size: 1.2rem;
	font-weight: 500;
}
.hover-zoom{
  transition: .8s;
}
.hover-zoom:hover{
  transform: scale(1.2);
}
/* END OF MULTIPLE IMAGES FUNC */

/* Styles for bottom menu, filter, multy images */
.filters-cont{
	margin: 25px 0 0 5px;
	border: 1px solid #a1a1a1;
	height: 43px;
	overflow: hidden;
}
.filter__main-header{
  font-size: 16pt;
  background-color: #327918;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.filter__header{
  position: relative;
  font-size: 14pt;
  font-weight: 400;
  margin-bottom: 10px;
  background-color: rgb(247, 247, 247);
  padding: 3px;
  cursor: pointer;
}
.filter__variants{
  padding: 3px;
  margin-bottom: 10px;
}
.filter-open-hide{
  position: absolute;
  right: 5px;
  top: 7px;
}
#filter-colors{
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-gap: 7px;
}
.filter-color{
  width: 25px;
  height: 25px;
  border: 1px solid red;
  cursor: pointer;
  border: 1px solid #a1a1a1;
}
.filter-btns-cont{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 5px 0;
  padding: 5px;
}
.btn-reset{
  padding: 5px;
}
.btn-reset a{
  color: black;
}
.btn-reset a:hover{
  text-decoration: none;
}

.btn-spec-under {
  display: inline-block;
  font-size: 1.2rem;
  -webkit-transition: .8s;
  transition: .8s;
  position: relative;
  cursor: pointer;
}
.btn-spec-under::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: scaleX(0);
	transform: scaleX(0);
  -webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.btn-spec-under:hover {
  -webkit-transition: inherit;
  transition: inherit;
}
.btn-spec-under:hover::before {
  -webkit-transform: scale(1);
	transform: scale(1);
}

.filter-apply {
  display: inline-block;
  padding: 5px;
  text-align: center;
  border-radius: 3px;
  font-size: 1.1rem;
  font-weight: bolder;
  cursor: pointer;
  position: relative;
  -webkit-transform: translateZ(0);
	transform: translateZ(0);
  background: white;
  border: 2px solid #7d7d7d;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.filter-apply::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 153, 252, 0.575);
  -webkit-transform: scaleX(0);
	transform: scaleX(0);
  -webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
  -webkit-transition: .8s;
  transition: .8s;
}
.filter-apply:hover {
  -webkit-transition: inherit;
  transition: inherit;
}
.filter-apply:hover::before {
  content: '';
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.filter-color-active::before{
  content: '';
  position: absolute;
  background: url("/images/tick.png");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 50%;
  width: 25px;
  height: 25px;
}

.left-menu{
  overflow: hidden;
  border: 1px solid #a1a1a1;
  margin-top: 100px;
	margin-left: 5px;
	height: 43px;
}
.left-menu__header{
  padding: 5px;
  font-size: 16pt;
  margin-bottom: 10px;
  background-color: #327918;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.left-menu__header a{
  color: #fff;
  text-decoration: none;
}
.left-menu__elem{
  padding-left: 25px;
  padding-right: 10px;
  margin-bottom: 15px;
  font-size: 15px;
}
.left-menu__elem a{
  padding-bottom: 5px;
  color: black;
  text-decoration: none;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: #FF99FC;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox:hover input ~ .checkmark {
  background-color: rgb(255, 188, 253);
}
.custom-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.btn-underline-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-underline-cont a {
  position: relative;
}
.btn-underline-cont a::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: white;
}
.btn-underline-cont a:hover::before {
  width: 100%;
  left: 0;
  background-color: black;
}

.bottom-menu{
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  background-color: #fff;
  justify-content: space-around;
  background-color: #327918;
  box-shadow: -1px 0px 5px black;
}
.contact{
  margin: 3px 0px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  height: 45px;
  width: 45px;
}
.cont_icon{
  align-self: unset;
}
.botton-menu__item a{
  color: #cccccc;
  transition: .3s ease;
  text-decoration: none;
}
.botton-menu__item{
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 17px;
  font-weight: 600;
  color: #adadad;
  padding-top: 3px;
  cursor: pointer;
  border-bottom: 3px solid #cccccc;
  position: relative;
  transition: .3s ease;
}
.botton-menu__item::before{
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #e16796;
  transition: .3s ease;
}
.botton-menu__item:hover{
  color: #e16796;
}
.botton-menu__item:hover a{
  color: #e16796;
}
.botton-menu__item:hover::before{
  width: 100%;
}
.botton-menu__item-active, .botton-menu__item-active a{
  color: #e16796;
}
.botton-menu__item-active::before{
  width: 100%;
}
#contact-bottom-menu{
  position: absolute;
  left: 18px;
  border: 2px solid;
  border-image: linear-gradient(to top, #020079, #7c73f7, #6ac4ff, #8d28d1);
  border-image-slice: 1;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 3px;
  top: 57px;
}
#contact-bottom-menu a{
  margin-top: 0;
}
#contact-bottom-menu .contact{
  margin: 0;
  height: 40px;
  width: 40px;
}
#contact-bottom-menu .contact:not(:last-child){
  margin-bottom: 5px;
  padding: 0;
}

.audio-control{
	margin: 25px 0 0 5px;
	border: 1px solid #a1a1a1;
	height: 43px;
	overflow: hidden;
}

.audio__main-header{
	font-size: 16pt;
	background-color: #327918;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	color: #fff;
}

@media screen and ( max-width: 1252px){
.bcgr-image-cont{
	height: unset;
	max-height: 65%;
}

.bcgr-btns-cont{
	z-index: 9;
}

.right-section{
	width: 100%;
}

.cart_cart{
	display: block;
}

.btn_buy{
	width: 60%;
	font-size: 10pt;
}

.cart_cont_page{
	display: grid;
	margin-left: 10px;
	grid-template-columns: repeat(2,1fr);
}
.cart_block{
	margin-right: 2vw;
	width: 30vw;
	max-width: 95%;
	background-color: #f8f8f8;
	border-radius: 5px;
	box-shadow: 2px 2px 8px grey;
}

.fas{
	font-size: 13pt;
}
.bottom_menu_header{
	font-size: 12pt;
}

.popup_img {
	position: relative;
	margin:0 auto;
	z-index:10;
	max-height:75%;
	max-width:90%;
	margin:5% 0 10% 0;
}
	
.main-info{
  margin-top: 25px;
  position: relative;
}
	
#kontakti{
	font-size: 14pt;	
	left: 15%;
}	
	
#header_katalog{
	margin-bottom: 0;
}	
.search_input{
	width: 230px;
	height: 38px;
	margin-left: 15px;
	float: left;
	border-radius: 5px;
	display: block;
}
.btn_search{
	margin-left: 20px;
	width: 90px;
	height: 30px;
	border-radius: 5px;
	background-color: #4D9C31;
	color: white;
	font-weight: 500;
	transition: 1s;
}

.btn_search:hover{
	background-color: #FF00FF;
}
.spec_top_menu{
	max-width: 120px;
}
.carousel{
	position: relative;
	height: 450px;
	width: 650px;
	text-align: center;
}
.carousel_img{
	height: 100%;
	width: 100%;
}
#logo_max{
	display: none;
}

.contacts_cont{
	display: none;
}
.cart_message{
	font-size: 10pt;
	min-width: 20vw;
}

/* Start of Social Buttons */
._bookmark_cont{
	top: 300px;
	z-index: 10;
}
._bookmark_cont i{
	color: black;
}


.mobile-soc-btn,.bookmark_icon{
	display: flex;
	height: 40px;
	width: 40px;
	border: 2px solid black;
	border-left: none;
	justify-content: center;
	margin-bottom: 5px;
	border-radius: 0px 10px 10px 0px;
	cursor: pointer;    
	transition: 0.5s ease-in-out;
}
.mobile-soc-btn:hover,.bookmark_icon:hover,.mobile-soc-btn:active{
	width: 47px;
	color: white;
}
.mobile-soc-btn:nth-child(1):hover,.mobile-soc-btn:nth-child(1):active{
	background-color: rgba(0%, 0%, 100%, 0.6);
}
.mobile-soc-btn:nth-child(2):hover,.mobile-soc-btn:nth-child(2):active{
	background-color: rgba(30%, 76%, 28%, 0.6);
}
.mobile-soc-btn:nth-child(3):hover,.mobile-soc-btn:nth-child(3):active{
	background-color: rgba(0%, 67%, 93%, 0.6);
}
.mobile-soc-btn:hover i,.mobile-soc-btn:active i, .bookmark_icon a i{
	color: white;
}

/* End of Social Buttons */
#uslovia{
	width: 97%;
}

.search_hide{
	width: 100%;
	display: block;
}

.modal_cont{
	top: 30%;
}

.choose-modal{
	width: 90%;
	top: 45px;
}

}

@media screen and (max-width: 600px){
	#main-part .wrapper{
		flex-direction: column;
	}

	.popup_img {
		position: relative;
		margin:0 auto;
		z-index:10;
		max-height:80%;
		width:90%;
		margin:15% 0 0 0;
	}
	.bcgr-image-cont{
		height: unset;
		width: unset;
		max-width: 87%;
		max-height: 35%;
	}
	.fas{
		font-size: 12pt;
	}
	.cart_block{
		margin-right: 2vw;
		width: 95vw;
		background-color: #f8f8f8;
		border-radius: 5px;
		box-shadow: 2px 2px 8px grey;
		margin-bottom: 50px;
		float: none;
	}
	.cart_cont_page{
		display: block;
		margin-left: 10px;
		grid-template-columns: repeat(2,1fr);
	}
	.btn_buy{
		width: 55%;
		font-size: inherit;
	}
	#kontakti{
		font-size: 14pt;
		left: 5%;
	}	
	.cart_message{
		font-size: 9pt;
		width: 25vw;
	}
	.choose-modal{
		width: 95%;
		height: 95%;
		top: 20px;
		max-height: calc(100vh - 40px);
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
	}
	.model_header{
		padding: 16px 48px 12px 16px;
		font-size: 20px;
		line-height: 1.25;
	}
	.choose-modal__close{
		top: 12px;
		right: 12px;
		width: 22px;
		height: 22px;
	}
	.choose-modal__container{
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 16px 16px 4px;
	}
	.choose-modal__description-cont{
		width: 100%;
		font-size: 14px;
	}
	.choose-modal__buttons-cont{
		width: auto;
		margin: 12px 16px 18px;
		gap: 8px;
	}
	.choose-modal__price-cont{
		width: auto;
		margin: 8px 16px 0;
		text-align: right;
		font-size: 15px;
	}
	.choose-modal__price{
		font-size: 24px;
	}
	.choose-modal__photo{
		max-height: 240px;
	}
	.choose-modal__type{
		width: 100%;
		font-size: 15px;
	}
	.choose-modal__type-option{
		padding: 8px;
	}
	.choose-modal__type-option span{
		font-size: 15px;
	}
	.choose-modal__button-add,
	.choose-modal__bookmarks{
		padding: 11px 12px;
		font-size: 13px;
	}
	.choose-modal__img-container,
	.choose-modal__type,
	.choose-modal__description-cont{
		grid-column: 1;
		grid-row: auto;
	}
	.motivation-text{
		font-size: 1rem;
	}
	.left-part{
		padding: 3px;
	}
	.left-part::before, .left-part::after{
		content: none;
	}

	#res_block{
		display: block;
	}

}

/* ---------------------Animations--------------------- */

@keyframes hover-v {
  0% {
		transform: scaleX(0);
		-webkit-transform: scale(0);
		height: 5px;
	}
  45% {   
		transform: scaleX(1);
		-webkit-transform: scale(1);
		height: 5px;
	}
  55% {height: 5px;}
  100% {
		transform: scaleX(1);
		-webkit-transform: scale(1);
		height: 55px;
	}
}
@-webkit-keyframes hover-v {
  0% {
		transform: scaleX(0);
		-webkit-transform: scale(0);
		height: 5px;
	}
  45% {   
		transform: scaleX(1);
		-webkit-transform: scale(1);
		height: 5px;
	}
  55% {height: 5px;}
  100% {
		transform: scaleX(1);
		-webkit-transform: scale(1);
		height: 55px;
	}
}

@keyframes no-hover-v {
  0% {
		transform: scaleX(1);
		-webkit-transform: scale(1);
		height: 55px;
	}
  45% {height: 5px;}
  55% {   
		transform: scaleX(1);
		-webkit-transform: scale(1);
		height: 5px;
		opacity: 1;
	}
  
  100% {
		transform: scaleX(0);
		height: 5px;
		opacity: .02;
	}
}
@-webkit-keyframes no-hover-v {
  0% {
		transform: scaleX(1);
		-webkit-transform: scale(1);
		height: 55px;
	}
  45% {height: 5px;}
  55% {
		transform: scaleX(1);
		-webkit-transform: scale(1);
		height: 5px;
		opacity: 1;
	}
  
  100% {
		transform: scaleX(0);
		height: 5px;
		opacity: .02;
	}
}