body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	overflow-x: hidden;
}

html {
	overflow-x: hidden;
}

header {
	display: flex;
	justify-content: space-around;
	align-items: center;
	z-index: 100000;
	width: 100%;
	background-color: rgb(248, 248, 248);
	padding: 20px 0px;
}

input[type="number"] {
	padding: 2px 3px;
	padding-top: 4px;
	width: 40px;
}
.wt_edit .why_text,
.why_we__container p {
	margin: 10px 0;
	color: black;
	text-align: justify;
}

.why_we__container h1,
.why_we__container h2 {
	text-align: center;
	font-weight: bold;

	margin: 15px 0 10px;
}

.why_we__video {
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .why_we__video {
        width: 100%;
    }
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	z-index: 1000;
	overflow: hidden;
}

.logo {
	width: 210px;
	height: auto;
	cursor: pointer;
}

.social {
	width: 24%;
	display: flex;
	justify-content: space-between;
}

.social img {
	width: 60px;
	height: 60px;
	transition: .4s;
	border-radius: 50%;
}

.social img:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
	transform: scale(1.1);
}

.social img:nth-child(1) {
	width: 57px;
	height: 57px;
}

.social img:nth-child(2) {
	width: 55px;
	height: 55px;
}

.cont_text_1 {
	font-size: 14px;
}

.tel_header {
	font-size: 22px;
	text-decoration: none;
	color: black;
}

.contact {
	display: flex;
	align-items: center;
	width: 35%;
	padding-right: 10px;
	justify-content: flex-end;
}

.cont_text {
	display: flex;
	flex-direction: column;
}

.cont_text_1 {
	margin: 0px;
}

.contact_img {
	width: 80px;
	height: 80px;
	margin-right: 20px;
	border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffc122;
}

.navigation {
	width: 100%;
	text-align: center;
	background-color: #ffc122;
	z-index: 10000;
	transition: 1s;
}

.navigation ul {
	display: flex;
	list-style-type: none;
	justify-content: center;
	margin: 0px;
	padding-left: 0px;
}

.navigation a {
	text-decoration: none;
	color: black;
}

.navigation li {
	padding: 5px 20px;
	font-size: 18px;
	cursor: pointer;
	transition: .3s;
}

.navigation li:hover {
	color: white;
	background-color: rgba(0, 0, 0, .5);
}

.logo_div {
	width: 35%;
	padding-left: 10px;
}

.gallary {
	display: flex;
	width: 100%;
	height: 400px;
	justify-content: space-between;
}

.foto_gal {
	transition: .4s;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	align-items: center;
	justify-content: center;
}

.foto_gal:hover {
	opacity: 1;
}

.l1 {
	background-image: url("../images/l6.jpg");
	width: 80%;
}

.l2 {
	background-image: url("../images/l2.jpg");
	width: 4%;
}

.l3 {
	background-image: url("../images/l7.jpg");
	width: 4%;
}

.l4 {
	background-image: url("../images/l8.jpg");
	width: 4%;
}

.l5 {
	background-image: url("../images/l5.jpg");
	width: 4%;
}

.l6 {
	background-image: url("../images/l1.jpg");
	width: 4%;
}

.buttons div {
	width: 20px;
	height: 20px;
	background-color: red;
}

.buttons {
	display: none;
}


.gal {
	padding: 20px 0px;
}

.sale_text1 {
	font-size: 24px;
	margin: 0px;
	text-align: right;
}

.sale_text2 {
	font-size: 24px;
	margin: 0px;
}

.sale_img {
	transition: .2s;
	width: 120px;
	margin-left: 10%;
}

.katalog {
	max-width: 1200px;
	margin: 20px auto;
}

.katalog_row {
	display: flex;
}

.katalog_row:nth-child(1) {
	margin-bottom: 20px;
}

.katalog_item {
	height: 250px;
	width: 50%;
	transition: .4s;
	cursor: pointer;
}

.katalog_item:hover {
	transform: scale(1.04);
}

.katalog_item:hover .item_bg {
	background-color: rgba(0, 0, 0, .3);
}

.katalog_item:hover .item_bg p {
	background-color: rgba(0, 0, 0, .7);
}

.katalog_item:nth-child(1) {
	margin-right: 20px;
}

.q1 {
	background-size: cover;
	background-position: right bottom;
	background-image: url("../images/q1.jpg");
}

.q2 {
	background-size: cover;
	background-position: left bottom;
	background-image: url("../images/q2.jpg");
}

.q3 {
	background-size: cover;
	background-position: right top;
	background-image: url("../images/q3.jpg");
}

.q4 {
	background-size: cover;
	background-position: left top;
	background-image: url("../images/q4.jpg");
}

.item_bg {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .4);
	transition: .3s;
}

.item_bg p {
	font-size: 30px;
	font-weight: 100;
	width: 100%;
	color: white;
	text-align: center;
	background-color: rgba(0, 0, 0, .6);
	padding: 10px 0px 15px 0px;
	transition: .3s;
}

.why_we_other {
	width: 100% !important;
}

.why_we_other .span3 {
	margin-top: 0px !important;
}
.why_we_black_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, .1); */
}
.why_we{
	min-height: 520px;
}
.why_we,
.why_we_other {
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 1200px;
	/* height: 100%; */
	margin: 0px auto;
	align-items: center;
	justify-content: center;
	transition: .4s;
	/* overflow-y: scroll; */
	/* background-color: rgba(255, 193, 34, 1); */
	border: 6px solid rgba(255, 193, 34, 1);
	box-sizing: border-box;
}

.why_we__container {
	width: 100%;
	height: 100%;
	/*display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;*/
	/* background-color: rgba(0, 0, 0, .5); */
	transition: .3s;
	overflow: hidden;
	z-index: 1;
	padding: 0 30px;
}

.why_button {
	/* background-color: rgba(0, 0, 0, .5);
	color: white; */
	background-color: rgba(255, 193, 34, 1); 
	color: #000;
	margin-top: 20px;
	padding: 5px 25px;
	font-weight: 100;
	font-size: 20px;
	transition: .5s;
}

.why_text,
.why_we__container p{
	text-align: justify;
	color: black;
}

.why_we__textMore {
	transition: .5s;
}
.why_we_wrapper{
	width: 70%;
	margin: 0 auto;
	padding: 20px 0;
}
.why_we__textMore p {
	color: black;
	font-size: 22px;
	font-weight: 100;
	margin: 5px;
	/* height: 0; */
}

.span3 {
	text-align: center;
	background-color: rgba(255, 193, 34, 1); 
	font-size: 30px;
	padding: 5px;
	margin-top: 150px;
}

.contact1 {
	display: flex;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	background-color: #ffc122;
	align-items: center;
	justify-content: center;
}

.contact_map {
	width: 50%;
	height: 100%;
	padding-left: 20px;
	padding-right: 0px;
}

.contact_info {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 20px;
}

.contact_info p,
.contact_info a {
	margin: 5px 0px;
	font-size: 20px;
	background-color: rgba(0, 0, 0, .65);
	color: white;
	text-align: center;
	text-decoration: none;
}

.contact_info_social {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 20px auto;
}

.contact_info_social a {
	border-radius: 50%;
}

.contact_info_social img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: white;
	padding: 3px;
}

.num_footer {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.num_footer a {
	width: 100%;
}

.ci40 {
	font-size: 27px !important;
}

.contact_map iframe {
	min-height: 303px;
}

footer {
	background-color: rgb(240, 240, 240);
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 3px solid #ffc122;
}

@keyframes skirl {
	0% {
		transform: translateX(0px);
	}

	1% {
		transform: translateX(-5px);
	}

	2% {
		transform: translateX(5px);
	}

	4% {
		transform: translateX(-5px);
	}

	6% {
		transform: translateX(5px);
	}

	8% {
		transform: translateX(5px);
	}

	10% {
		transform: translateX(-5px);
	}

	12% {
		transform: translateX(5px);
	}

	14% {
		transform: translateX(5px);
	}

	16% {
		transform: translateX(-5px);
	}

	18% {
		transform: translateX(0px);
	}
}

@keyframes back {
	0% {
		transform: translateX(0px);
	}

	15% {
		transform: translateX(-10px);
	}

	30% {
		transform: translateX(0px);
	}

	45% {
		transform: translateX(-10px);
	}

	60% {
		transform: translateX(0px);
	}
}

.buttons div:nth-child(1) {
	background-image: url(../images/m1.jpg);
	background-size: cover;
	background-position: center;
}

.buttons div:nth-child(2) {
	background-image: url(../images/m2.jpg);
	background-size: cover;
	background-position: center;
}

.buttons div:nth-child(3) {
	background-image: url(../images/m7.jpg);
	background-size: cover;
	background-position: center;
}

.buttons div:nth-child(4) {
	background-image: url(../images/m8.jpg);
	background-size: cover;
	background-position: center;
}

.buttons div:nth-child(5) {
	background-image: url(../images/m5.jpg);
	background-size: cover;
	background-position: center;
}

.buttons div:nth-child(6) {
	background-image: url(../images/m6.jpg);
	background-size: cover;
	background-position: center;
}

.nav_kat_active {
	background-color: #0000003b;
	color: white !important;
}

.k_nav_inset a {
	text-decoration: none;
	color: black;
	display: flex;
	transition: .5s;
	align-items: center;
	padding: 10px;
	margin: 0px;
}

.k_nav_inset a:hover {
	color: white;
	background-color: rgba(0, 0, 0, .5) !important;
}


@media (max-width: 850px) {
	.logo {
		width: 150px;
	}

	.logo_div {
		width: 20%;
	}

	.tel_header {
		font-size: 20px;
	}

	.cont_text_1 {
		font-size: 12px;
	}

	.contact_img {
		width: 60px;
		height: 60px;
	}

	.contact {
		width: 30%;
	}

	.social {
		width: 30%;
	}

	.social img {
		width: 40px !important;
		height: 40px !important;
	}

	.social img:last-child {
		width: 45px !important;
		height: 45px !important;
	}

	.sale_text1 {
		font-size: 30px;
	}

	.sale_text2 {
		font-size: 20px;
	}

	.sale_img {
		width: 100px;
	}

	.item_bg p {
		font-size: 25px;
	}

	.katalog_item {
		height: 200px;
	}
}

@media (max-width: 850px) {
	.contact {
		display: none;
	}

	header {
		padding: 10px 0px;
	}

	.logo {
		width: 120px;
	}

	.navigation li {
		font-size: 12px;
		padding: 10px 2px;
	}

	.navigation ul {
		justify-content: space-around;
	}
}

@media (max-width: 500px) {

	.wt_edit .why_text,
	.why_we__container p {
		font-size: 14px;
	}

	.phone {
		width: 60px;
		height: 60px;
		bottom: 40%;
		right: 10px;
		background-color: red;
	}

	.select_phone_row div {
		width: 60px;
		height: 60px;
	}

	.phone:hover {
		width: 120px;
		height: 120px;
	}

	.logo_div {
		/* width: 45%; */
		width: 25%;
	}

	.social {
		width: 45%;
	}

	.gal {
		padding: 10px 0px;
	}

	.gallary {
		height: 250px;
	}

	.buttons {
		display: flex;
		justify-content: space-between;
	}

	.buttons div {
		width: 20%;
		text-align: center;
		background-color: rgba(255, 193, 34, 0.5);
		padding: 5px 0px 8px 0px;
		font-weight: 500;
	}

	.item_bg p {
		font-size: 20px;
	}

	.katalog_item {
		height: 150px;
	}

	.why_button {
		opacity: 1;
	}

	.span3 {
		margin-top: 170px;
	}

	.why_we__textMore p {
		font-size: 20px;
	}

	.contact1 {
		flex-direction: column;
		margin: 0;
	}

	.contact_map {
		padding-left: 0px;
		width: 100%;
	}

	.contact_map iframe {
		min-height: 200px;
	}

	.contact_map {
		height: 200px;
	}

	.contact_info {
		width: 100%;
	}

	.katalog {
		margin: 10p9x 0px;
	}

	.katalog_row:nth-child(1) {
		margin-bottom: 10px;
	}

	.katalog_item:nth-child(1) {
		margin-right: 10px;
	}

	.item_bg p {
		padding: 2px 0px 7px 0px;
	}

	.k_item {
		width: 95% !important;
	}

	.k_nav_inset a {
		text-decoration: none !important;
		color: black !important;
		font-size: 10px !important;
		padding: 10px !important;
	}

	.k_container {
		width: 100% !important;
	}

	.close_item {
		margin-top: 5px !important;
	}

	.why_we__container {
		padding-bottom: 20px;
	}
}

@media (max-width: 350px) {
	.katalog_row {
		flex-direction: column;
	}

	.katalog_row div:nth-child(1) {
		margin-bottom: 10px;
	}

	.katalog_item {
		width: 100%;
		height: 80px;
	}
}

*::-webkit-scrollbar {
    display: none;
}

*::-webkit-scrollbar {
    display: block;
    position: absolute;
    width: 10px !important;
    height: 10px !important;
    top: 0;
    right: 0;
}

*::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #fff;
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    //background: #dedede !important;
    background: #ffc122 !important;
}

*::placeholder {
    color: #c9c9c9 !important;
}

*::-webkit-scrollbar-corner {
	background-color: transparent;
}

/*::-webkit-scrollbar:hover {
	width: 10px;
	background-color: red;
	transition: .3s;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: red;
}

::-webkit-scrollbar-track {
	background-color: #ffc122;
}

::-webkit-scrollbar-track-piece {
	background-color: black;
}

::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #ffc122;
	border-radius: 3px;
}

::-webkit-scrollbar-corner {
	background-color: #999;
}

::-webkit-resizer {
	background-color: #666;
}*/

.close_item {
	background-color: #ffc122;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 0px 5px 0px;
	cursor: pointer;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
}

.back_button {
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

.close_item p {
	font-size: 22px;
	font-family: "Arial";
	margin: 5px;
	display: flex;
	align-items: center;
}

.k_overlay {
	background-color: white;
	width: 100%;
}

.k_container {
	width: 80%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}
.k_container_empty_block{
	width: 100%;
	height: 10vh;
}
.k_item {
	width: 300px;
	margin: 2%;
	/* background-color: #ffc122; */
	box-sizing: border-box;
	height: fit-content;
	cursor: pointer;
}

.k_nav {
	background-color: rgba(255, 193, 34, 1);
	background-position: center;
	background-size: cover;
}

.k_nav_inset {
	display: flex;
	justify-content: space-around;
	cursor: pointer;
}

.k_nav_inset p {
	width: 25%;
	color: black;
	transition: .3s;
	text-align: center;
	margin: 0px;
	padding: 20px;
	font-size: 20px;
}

.k_nav_inset p:hover {
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
}

.send_form_num {
	width: 100%;
	cursor: pointer;
}

.k_overlay .opa {
	opacity: 1 !important;
	background-color: white;
}

.kc_1sec span {
	z-index: 10;
	background-color: #ffc122;
	padding: 2px 5px;
	font-size: 20px;
}

.kc_1sec img {
	width: 100%;
	//height: auto;
	position: absolute;
	object-fit: cover;
	//min-height: 100%;
	//min-width: 100%;
	//top: 40%;
	//left: 50%;
	//transform: translate(-50%, -50%);
	//margin-bottom: 0px;
}

.kc_1sec {
    position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.order_div {
	/* margin-top: -25px; */
	width: 100%;
	height: 80px;
	/* background-color: #ffc122; */
	background-color: white;
}
.order_div a {
	display: block;
	text-decoration: none;
}     
.order_div p {
	font-size: 22px;
	font-family: "Myriad Pro";
	color: rgb(0, 0, 0);
	text-align: left;
	/* height: 50%; */
	margin: 0;
	padding-left: 23px;
	line-height: 35px;
	position: relative;
	background-color: #ffc122;
	transition: all .5s ease;
}
.order_div p:hover{
	color: white;
	background-color: #7f6011;
}
.order_div .add_to_cart{
	margin-bottom: 5px;
}
/*.add_to_cart:after{
	content: url(../images/cart.png);
	position: absolute;
	top: 8px;
    right: 32px;
}
.by_one_click:after{
	content: url(../images/one_click.png);
	position: absolute;
	top: 8px;
    right: 32px;
}*/


.send_form_num {
	display: flex;
}

.input_num {
	width: 80%;
	padding: 15px;
	font-size: 18px;
}

.button_katalog {
	width: 20%;
	background-color: #ffc122;
	font-size: 25px;
	border: none;
}

.button_katalog img {
	width: 20px;
	height: 20px;
}

.input_block {
	display: none;
}

.by_one_click:hover .input_block {
	display: flex;
}

.by_one_click:hover .order_div p {
	display: none;
}
.wt_edit {
	height: auto !important;
	border: 6px solid rgba(255, 193, 34, 1);
	background: #fff;
}
.why_we__container {
	padding: 30px 30px 50px;
	box-sizing: border-box;
}

/* popup */

.b-container{
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(11,17,20, 0.7);
	width: 100%;
	height: 100%;
	z-index: 55500000;
}

.conteiner_popup_product{	
	width: 800px;
	background-color: white;
	margin: 2% auto;
	position: relative;
}
.container_close_popup{
	background-image: url(/images/close.png);
	background-size: cover;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 3px;
	right: 4px;
	cursor: pointer;
}
.product_atribute{
	font-size: 14px;
	background-color: white;
	margin-top: -20px;
	padding: 10px 0px;
	margin: 0 auto;
}
.popup{
	position: absolute;
	top: 5px;
	right: 10%;
}
.arrow_popup{
	width: 35px;
	height: 35px;
	background-color: #FFC122;
	text-align: center;
	position: absolute;
	top: 45%;
	background-image: url(../images/arrow_p.png);
	background-size: cover;
}


#popup_order{
	display: block;
}
#popup_order #close_popup{
	font-size: 24px;
}
.product_order_box{
	width: 700px;
	min-height: 75%;
	max-height: 90vh;
	overflow: auto;
}
.conteiner_two_rows{
	width: 100%;	
	display: flex;
	flex-direction: row;
}
.conteiner_two_left_row,
.conteiner_two_right_row{
	height: 100%;
	flex-direction: column;
	justify-content: space-around;
}
.conteiner_two_left_row{
	width: 60%;
	display: flex;
	flex-direction: row;
}
.conteiner_two_right_row{
	width: 40%;
}
.conteiner_two_right_row h1{
	font-size: 24px;
}
.conteiner_two_right_row h3{
	font-size: 24px;
}
.conteiner_two_right_row .description{
	font-size: 14px;
}

#product_main_conteiner{
	/* width: 70%; */
	height: auto;
	margin: 20px auto;
}
#product_main_conteiner #product_main_image{
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.mini_images_box{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 0;
	margin: 0 10px;
}
.mini_images{
	cursor: pointer;
}

.add_cart {
    position: relative;
	width: 250px;
	padding: 10px 20px 12px;
	display: flex;
	justify-content: space-between;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 24px;
	background-color: #FFC122;
	border: 0;
	border-radius: 5px;
	transition: all .2s ease-in-out;
}
.add_cart:hover,
.add_cart:focus {
    background-color: #e0a800;
}
.add_cart:disabled {
    background-color: #FFC122;
}
.add_cart:after{
	content: url(../images/cart.png);
	width: 10px;
	height: 10px;
	position: absolute;
	top: 10px;
    right: 35px;
}
.quantity_switch{
	text-align: center;
    display: flex;
}
.quantity_switch input{
	border: 1px solid #FFC122;
    text-align: center;
    margin: 0 5px;
}
.quantity_switch span{
	border: 1px solid #FFC122;
	padding: 2px 10px;
	cursor: pointer;
	user-select: none;
}
.conteiner_two_right_row select{
	width: 75%;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #FFC122;
	font-weight: bold;
}
.conteiner_two_right_row h1{
	font-size: 25px;
	margin: 10px 0;
}
.conteiner_two_right_row h3{
	font-size: 25px;
	margin: 10px 0;
}
.conteiner_two_right_row p{
	font-size: 14px;
}
.conteiner_two_right_row span{
	font-size: 16px;
}
.conteiner_two_right_row .price{
	font-size: 22px;
	font-weight: bold;
}
#form_order_to_card select{
	font-size: 12px;
	outline: none;
	width: 100%;
}
@media (max-width: 768px){
	.product_order_box{
		width: 100%;
		height: 100%;
	}
	#product_main_conteiner #product_main_image{
		width: 100%;
	}
	.add_cart{
		width: 200px;
	}
	.conteiner_two_rows{
		height: auto;
	}

 #popup_order .mini_images_box .product_main_image, 
.k_container .mini_images_box .product_main_image{
	width: 30%;
} 	
}
/* //  popup */

.baner{
	position: relative;
	display: flex;
	flex-direction: row;
	padding: 25px 0;
	margin: 0 auto;
	overflow-x: hidden;
	margin-top: 20px;
	max-width: 1200px;
	width: 100%;
	font-size: 23px;
	background-color: #FFC122;
	transition: .3s;
}
.baner-conteiner{
	width: 50%;
	margin: 0 20px;
}
.baner-conteiner:last-child .baner-advantage:last-child{
	margin-bottom: 0;
}
.baner-advantage{
	display: flex;
	align-items: flex-end;
	margin-bottom: 10px;
	box-sizing: border-box;
	height: 70px;
}
.baner-advantage p{
	margin: 0;
}
.baner-advantage p,
.baner-img{
	display: inline-block;
}

.baner-img{
	display: flex;
	align-items: flex-end;
	margin-right: 15px;
}
.baner-car img{
	width: 70px;
	transition: .3s;
}
.baner-ukr-post{
	margin-right: 5px;
}
.baner-ukr-post img{
	width: 10px;
}
.baner .baner-free-post{
	display: block;
	font-size: 16px;
}
svg{
	overflow: visible;
    width: 70px;
	height: 60px;
	transition: .3s; 
}
.sewing-machine svg{
	transform: scale(1.2);
}
.st0{
	fill:transparent;
}
.st1{fill:none;
	stroke:#231f20;
	stroke-width:50;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-miterlimit:10;
}
@media (max-width: 1240px){
	.baner-shop-page{
		font-size: 18px;
	}
	.baner-shop-page .baner-advantage{
		height: 45px;
	}
	.baner .baner-free-post,
	.baner-shop-page .baner-free-post{
		font-size: 14px;
	}
	.baner-shop-page .baner-car img{
		width: 55px;
	}
	.baner-shop-page svg{
		height: 45px;
		width: 55px;
	}
}
@media (max-width: 990px){
	.baner{
		display: block;
		font-size: 18px;
		margin-top: 10px;
		padding: 15px 0 17px;
	}
	.baner-shop-page .baner-advantage,
	.baner-advantage{
		height: auto;
	}
	.baner-ukr-post img{
		width: 8px;
	}
	.baner-conteiner{
		width: 100%;
	}
	.baner-shop-page .baner-car img,
	.baner-car img{
		width: 45px;
	}
	.baner-shop-page svg,
	.baner svg{
		height: 35px;
		width: 45px;
	}
}
@media (max-width: 770px){
	.baner-advantage{
		height: auto;
		margin-bottom: 5px;
	}
	.baner .baner-free-post,
	.baner-shop-page .baner-free-post{
		font-size: 12px;
	}
	.baner-shop-page .baner-car img,
	.baner-car img{
		width: 35px;
	}
	.baner svg,
	.baner-shop-page svg{
		height: 30px;
		width: 40px;
	}
}
@media (max-width: 500px){
	.baner,
	.baner-shop-page{
		font-size: 16px;
		margin-top: 5px;
		padding: 5px 0 7px;
	}
	.baner-conteiner{
		width: 90%;
		margin: 0 auto;
	}
	.baner .baner-free-post{
		font-size: 11px;
	}
	.baner-ukr-post img{
		width: 7px;
	}
	.baner-shop-page .baner-car img,
	.baner-car img{
		width: 30px;
	}
	.baner-shop-page svg,
	.baner svg{
		height: 25px;
		width: 35px;
	}
}
@media (max-width: 400px){
	.baner{
		font-size: 15px;
	}
	.baner-shop-page .baner-free-post,
	.baner .baner-free-post{
		font-size: 10px;
	}
	.baner-conteiner{
		width: 95%;
	}
}
@media (max-width: 375px){
	.baner,
	.baner-shop-page{
		font-size: 14px;
	}
}

.popup_cart{
	display: block;
}
.cart_order_box{
	height: 90vh;
	width: 590px;
	/* height: 760px; */
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	overflow-y: auto;
}
.order{
	text-align: center;
}
.product_cart_conteiner{
	overflow-x: hidden;
}
.product_cart_conteiner::-webkit-scrollbar {
    background-color: #143861;
}
.product_img{
	width: 75px;
	height: 71px;
}
.product_img img{
	width: 100%;
	height: 100%;
}
.product_row{
	display: grid;
    grid-template-columns: 2fr 3.5fr 2fr 2fr 0.5fr;
	margin-bottom: 10px;
}
.cart_product_info h3{
	font-size: 14px;
	margin: 0 0 7px 0;
}
.cart_product_info p{
	line-height: 12px;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
}
.cart_product_count p{
	margin: 0;
}
.count_button{
	background-color: white;
	border: 1px solid #FFC122;
	outline: none;
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 2px;
}
.count_product{
	border: 1px solid #FFC122;
	width: 30px;
	box-sizing: border-box;
}
.cart_product_price{
	font-weight: 600;
	min-width: 60px;
}
.cart_product_price p{
    margin: 0;
}
.delete_product{
	width: 20px;
	min-width: 20px;
	height: 20px;
	position: static;
}
.sum_row{
	text-align: right;
}
.sum{
	font-size: 18px;
	font-weight: 600;
	margin-right: 60px;
}
.total-sum {
	font-size: 18px;
	font-weight: 600;
}
.prepayment{
	font-size: 14px;
	color: #808080;
}
.buyer_data_name{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
}
.buyer_data{
	border: 1px solid #FFC122;
	padding: 5px;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #6A6A6A;
	outline: none;
	line-height: 5px;
	height: 22px;
}
.contact_row{
	padding-bottom: 0px;
}
.checking_row{
	display: flex;
	flex-direction: row;
}
.checking_row div{
	width: 50%;
}
.change_name{
	font-size: 14px;
	font-weight: bold;
}
.variant_row{
	font-size: 12px;
	font-weight: bold;
}
.order_send_box{
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}
/*.order_send_box button{
	width: 40%;
	height: 50px;
	outline: none;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFC122;
	border: none;
	cursor: pointer;
}*/
/*#continue_shoping{
	background-color: white;
	border: 2px solid #FFC122;
}*/
.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.custom-checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
  }
  .custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #FFC122;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}
.custom-checkbox:checked+label::before {
	border-color: #FFC122;
	background-color: #FFC122;
}
.cart{
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #FFC122;
	border: 2px solid black;
	position: fixed;
	animation: skirl;
	animation-delay: 1s;
	animation-duration: 2s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	bottom: 20px;
	left: 20px;
	z-index: 11100;
	cursor: pointer;
}
.cart img{
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	/* padding-top: 35%;
	padding-left: 12%; */
}
.cart_inside{
	font-size: 16px;
	margin: 0 auto;
}
#cart_order{
	display: none;
}
.empty_cart{
	font-size: 50px;
	text-align: center;
	margin-top: 30%;
	color: #FFC122;
}
.checking_row p{
	line-height: 14px;
}
@media (max-width: 500px) {
	.cart{
		width: 60px;
		height: 60px;
		bottom: 40%;
		left: 10px;
	}
	.cart img{
		width: 17px;
		height: 17px;
	}
	.cart_inside{
		font-size: 14px;
	}
	.add_cart{
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.count_product{
		width: 30px !important;
	}

}
@media (max-width: 585px){
	.conteiner_two_right_row .quantity_switch input{
		width: 100px;
	}

	.parent{
		display: flex;
		flex-flow: column;
	}
	.child {
		width: 100%;
	}

	.count_button{
		width: 40px;
	}

	.count_product{
		text-align: center;
	}
	.product_img img{
		width: 100%;
		height: auto;
	}
	.cart_product_count p{
		display: flex;
		flex-direction: row;
	}
}
@media (max-width: 440px){
	.conteiner_two_right_row .quantity_switch input{
		width: 50px;
	}

	.conteiner_two_right_row p{
		font-size: 12px;
	}

	#form_order_to_card option{
		font-size: 12px;
	}
}
@media (max-width: 1005px){
	.baner .baner_text1,
	.baner .sale_text2{
		font-size: 18px;
	}
}
@media (max-width: 850px){
	.baner .baner_text1,
	.baner .sale_text2{
		font-size: 16px;
	}
}
@media (max-width: 750px){
	.baner .baner_text1,
	.baner .sale_text2{
		font-size: 18px;
	}
}
@media (max-width: 600px){
	.cart_order_box{
		width: 100%;
		height: 100%;
	}
}
@media (max-width: 375px){
	.cart_product_info h3{
		font-size: 12px;
	}
	.product_price{
		font-size: 14px;
	}
	.kc_1sec {
		margin-bottom: 5px;
	}
}
@media (max-width: 349px){
	.product_img{
		width: 60px;
		height: 62px;
	}
}
.change-box form{
    display: flex;
}
.change-box img{
   width: 300px;
}
.change-box .form-group{
   order: -1;
}
.quantity_rezult{
	width: 20px;
}

.cart_href{
	position: relative;
	order: 1;
	cursor: pointer;
}
.cart_sum_box{
	position: absolute;
	top: -12px;
    left: 45px;
	font-size: 13px;
	width: 50px;
}
.cart_href:hover .cart_sum_box{
	top: -14px;
    left: 45px;
	font-size: 14px;
}
.cart_sum_box span{
	word-wrap: normal;
}
@media (max-width: 850px){
	.cart_href img {
		width: 45px !important;
		height: 45px !important;
	}
	.cart_sum_box{
		top: -11px;
		left: 34px;
		font-size: 10px;
	}
}
@media (max-width: 600px){
	.quantity_rezult{
		width: 15px;
		font-size: 10px;
	}
	.order_send_box{
		height: 120px;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	.order_send_box button{
		width: 75%;
	}
	#continue_shoping{
		margin-top: 10px;
	}
}
@media (max-width: 440px){
	.logo {
		width: 100px;
	}
	.cart_href img {
		width: 35px !important;
		height: 35px !important;
	}
	.social img:last-child {
		width: 35px !important;
		height: 35px !important;
	}
}

.conteiner_two_right_row ul {
	padding-left: 20px;
}
.cart_fon{
	width: 60px;
	height: 60px;
	transition: .4s;
	border-radius: 50%;
	background-color: #FFC122;
}
.social .cart_fon:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
	transform: scale(1.1);
	cursor: pointer;
}
.cart_fon:after{
	content: "";
	width: 30px;
	height: 30px;
	background: url(/images/cart.png);
	background-size: cover;
	position: absolute;
	top: 15px;
    left: 25%;
}
.cart_total_box{
	position: absolute;
	width: 22px;
	height: 22px;
	background-color: red;
	border-radius: 50%;
	bottom:6px;
    right: 39px;
	padding-bottom: 5px;
	box-sizing: border-box;
	cursor: pointer;
	color: white;
}
#cart_total{
	font-size: 13px;
	display:inline-block;
	vertical-align: text-top;
	width: 22px;
	text-align: center;
}
@media (max-width: 850px){
	.cart_fon {
		width: 45px !important;
		height: 45px !important;
	}
	.cart_total_box{
		bottom: 4px;
		left: -4px;
	}
	.cart_fon:after{
		width: 15px;
		height: 15px;
		top: 7px;
		left: 34%;
	}
}
.option_name{
	font-size: 14px;
	/* font-weight: 600; */
}
.option_name p{
	margin-top: 3px;
	padding: 0;
}

input[type=radio].form-check-input {
    right: 0;
}

@media (max-width: 375px) {
	.kc_1sec {
		margin-bottom: 5px;
	}

	.plus_count {
		z-index: 1000;
	}
}

.plus_count {
	z-index: 1000;
}

#popup_order .mini_images_box .product_main_image,
.k_container .mini_images_box .product_main_image
{
	max-height: 125px;
	object-fit: cover;
}

.form-check>input[type="number"]{
    right: 0;
    height: 25px;
    position: absolute;
}

.form-check {
	padding: 2px;
}

.add_cart_box {
    padding: 20px 0px;
    justify-content: center;
    display: flex
}


.add_to_cart a, .kc_1sec a{
	text-decoration: none;
	color: black;
}

@media (max-width: 1200px){
	.mobile-hide{
		display: none;
	}

	.rowall, #popup_order .conteiner_two_left_row{
		display: flex;
		flex-flow: wrap;
	}

	.row1, .row2, .row3, .row4 { width: 100%;}
	.row1 {order: 0;}
	.row2 {order: 2;}
	.row3 {order: 3;}
	.row4 {order: 1;}

	.mini_images_box {order: 1;}
	#product_main_conteiner {order: 0;}

	.mini_images_box {
		flex-direction: row;
		width: 100%;
		margin: 0;
	}

}

div.description{
	border-top: 2px solid #FFC122;
	margin-bottom: 50px;
	padding: 20px ;
}

.row4 p{
	font-weight: 600;
	font-size: 18px;
	margin-top: 0;
}

@media (max-width: 1024px){
	.mini_images_box {
    padding: 0;
	}
}

.price-block {
    display: inline-grid;
    position: absolute;
    top: 0;
    left: 0;
}

.old-price {
    color: #808080;
    text-decoration: line-through;
}

.product_status.active {
    color: #00a046;
}

.product_status.inactive {
    color: #f84147;
}

button:not(:disabled) {
    cursor: pointer;
}

button:disabled,
button:disabled:before,
button:disabled:after {
  opacity: 0.65;
}

/* ================================================ */

.container {
    margin: 0 auto;
    padding: 0 15px;
}

.products {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 25px 0;
}

.product-item {
    background: #f5f5f5;
    border-radius: 15px;
    border: 1px solid #e9e9e9;
}

.product-item a {
    color: #000;
}

.product-item:hover {
    box-shadow: 0 16px 16px #0000003d;
}

.product-item:hover .product-image {
    transform: scale(1.05);
}

.product-item.inactive {
    opacity: .4;
}

.product-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.product-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: .2s ease-in-out;
}

.product-info {
    padding: 20px;
}

.product-info-top {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
    margin-bottom: 10px;
}

.product-title-wrapper {
    align-self: end;
}

.product-title {
    height: 64px;
    line-height: 1.3;
    overflow: hidden;
}

.product-info-top .product-price {
    justify-self: end;
    align-self: end;
}

.product-info-top .old-price {
    font-size: 14px;
    line-height: 1;
}

.product-info-top .price {
    font-size: 22px;
    line-height: 1;
}

.price--red {
    color: #f84147;
}

.product-info-top .product_status {
    font-size: 14px;
}

.product_status.active {
    color: #00a046;
}

.product_status.inactive {
    color: #f84147;
}

.price-block {
    display: inline-grid;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    //background: #ffc122;
    background: #f84147;
    border-radius: 0 0 15px 0;
    z-index: 1;
}

.old-price {
    color: #808080;
    text-decoration: line-through;
}

.add_cart_wrapper {
    height: 116px;
}

.add_cart_box.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 15px 0px;
    background: #fff;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
    z-index: 999;
}

.add_cart_box.fixed .add_cart {
    margin-bottom: 0;
}

.social-icons {
    position: fixed;
    right: 0px;
    top: 250px;
    z-index: 99;
    width: 50px;
    height: 150px;
}

.social-icon {
    display: flex;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 45px;
}

.social-icon:hover {
    background-size: 50px;
}

.social-icon--viber {
    background-image: url("../images/social/viber.png");
}

.social-icon--instagram {
    background-image: url("../images/social/instagram.png");
}

.social-icon--telegram {
    background-image: url("../images/social/telegram.png");
}

.form-price {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 15px 0;
}

.conteiner_cart_content {
    padding: 30px;
}

.conteiner_cart_content h2 {
    margin: 0 0 20px 0;
}

.radio-buttons-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.btn {
    padding: 6px 12px 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 24px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.btn-primary {
    background-color: #ffc122;
    border-color: #ffc122;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #e0a800;
}

.btn-outline {
    color: #ffc122;
    border-color: #ffc122;
}

.btn-outline:hover,
.btn-outline:focus {
    color: #fff;
    background-color: #e0a800;
    border-color: #e0a800;
}

.btn-center {
    margin: 0 auto;
}

.btn-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

a {
    text-decoration: none;
}

select {
    cursor: pointer;
}

.overflow-hidden {
    overflow: hidden;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-15 {
    margin-top: 15px;
}

.me-5 {
    margin-right: 5px;
}

.me-8 {
    margin-right: 8px;
}

@media (min-width: 480px) {
  .products {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 585px) and (max-width: 1200px){ 
    .conteiner_two_rows {
        gap: 25px;
    }
    
    .conteiner_two_left_row,
    .conteiner_two_right_row {
        width: 50%;
    }
    
    .product_main_image {
        width: 30%;
    }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  
.products {
      grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px){
    .conteiner_cart_content{
		padding: 20px;
	}
	.product_row {
	    grid-template-columns: 2fr 4fr 1fr;
	    grid-row-gap: 10px;
	}
	.cart_product_count {
	    grid-column-start: 2;
	    align-self: center;
	}
	.delete_product {
	    grid-column: 3;
        grid-row: 1;
        justify-self: end;
        align-self: center;
	}
	.cart_product_price {
	    align-self: center;
	}
	
	.cart_product_info p {
	    font-size: 12px;
	}
}
