@font-face {
	font-family: Poppins-Regular;
	src: url(../fonts/Poppins-Regular.ttf);
}

:root {
	--color-black: #000;
	--color-white: #fff;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
	color: #fff
}

body {
	box-sizing: border-box;
	color: #2b2d31;
}

img {
	max-width: 100%;
	height: auto;
}

aside,
nav,
footer,
header,
section {
	display: block;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

ul li {
	margin-bottom: 10px
}

a,
a:visited {
	text-decoration: none;
}

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

ul li {
	list-style: none;
}

dl,
ol,
ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
}

p {
	margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
	margin: 0;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body {
	background: #FFF;
	line-height: 1.2;
}

* {
	font-family: Poppins-Regular;
	color: #000000;
}

.logo img {
	margin-top: 5px;
}

.right_header,
.cart_top {
	float: right;
}

.top_left_menu,
.menu_top {
	float: left;
}

.headre_top .conteiner {
	overflow: hidden;
	padding: 10px;
}

.menu_top a {
	display: block;
	padding: 10px 15px;
    color: #000000;
}

.menu_top a:hover {
	color: #f26838;

}

.cart_top img {
	padding: 9px;
}

.count {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 3px 6px;
	background: #f26838;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	line-height: 1;
}

.wc-block-components-address-form__country  {
display: none;
}

.childer:after {
	content: " ";
	display: block;
	width: 10px;
	height: 5px;
	background-image: url(../img/main/arrow_down.png);
	background-repeat: no-repeat;
	float: right;
	margin-top: 8px;
	margin-left: 10px;
	position: absolute;
	top: 9px;
	right: 5px;
}

.childer {
	padding-right: 15px;
}

.menu_top li {
	position: relative;
}

.top_info_block {
	background-image: url(../img/main/slider.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px 0 0 0;
	background-size: cover;
}

.slider_center {
	align-self: center;
}

.slider_left {
	align-self: end;
}

.slider_right {
	align-self: end;
}

.slider_left img,
.slider_right img {
	
}

.menu_top {
	margin-top: 5px;
}

.slider_center {
	text-align: center;
}

.slider_center h1 {
	font-weight: 500;
	font-size: 64px;
	color: #fff;
	margin-top: 15px;
}

.slider_center p {
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 25px;
}

.left_link {
	font-size: 12px;
	line-height: 2;
	border-radius: 30px;
	background: #fff;
	padding: 10px 20px;
	text-align: center;
	margin-right: 10px;
	font-weight: bold;
	border: 2px solid #fff;
	box-sizing: border-box;
	transition: 1s;
}

.left_link:hover {
	background: transparent;
	transition: 1s;
	color: #fff;
}

.hover_full_menu_1,
.hover_full_menu_2,
.hover_full_menu_3 {
	display: none;
}

.hover_full_menu_1 ul {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.hover_full_menu_2 ul {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.hover_full_menu_3 ul {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.right_link {
	font-size: 12px;
	line-height: 2;
	border-radius: 30px;
	padding: 10px 20px;
	text-align: center;
	margin-right: 10px;
	font-weight: bold;
	color: #fff;
	border: 2px solid #fff;
	box-sizing: border-box;
	transition: 1s;
}

.right_link:hover {
	background: #fff;
	transition: 1s;
}

.background_image {
	background: #f26838;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fore_block_mini2 img {
	
}

.fore_block_mini3 img {
	padding-top: 0px;
}

.fore_block_mini4 img {
	padding-top: 0px;
}

.fore_block_mini2 p,
.fore_block_mini3 p,
.fore_block_mini4 p {
	margin-top: 30px;
	font-size: 16px;
	font-weight: 900;
	line-height: 24px;
}

.fore_block_mini1,
.fore_block_mini2,
.fore_block_mini3,
.fore_block_mini4 {
	width: 24%;
	padding: 20px;
	border-radius: 15px;
}

.fore_block_mini2,
.fore_block_mini3,
.fore_block_mini4 {
	background: #F5F5F5;
}

.fore_block_mini2,
.fore_block_mini3 {
	margin: 0 2% 0 2%;
}

.fore_block .conteiner {
	align-items: stretch;
	justify-content: center;
}

.fore_block {
	margin: 80px 0 80px 0;
}

.fore_block_video {
	margin: 80px 0 80px 0;
}

.kaip-tai-veikia-video .wp-video {
    margin: 0 auto;
}

.kaip-tai-veikia-video {
    width: 100%;
}

.kaip-tai-veikia-video .wp-video,
.kaip-tai-veikia-video video {
    width: 100% !important;
    height: auto !important;
}

.big_slider_2_fon {
	width: 100%;
	background-image: url(../img/main/fon2.svg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
	padding: 100px 0;
}

.produkt_show {
	margin: 1%;
	float: left;
	background: #fff;
	border-radius: 20px;
	padding: 10px 15px;
}

.big_shop .produkt_show {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 440px) {
	.produkt_show {
		width: 100%;
		margin-bottom: 
	}
}

.produkt_show button,
.click_prodat {
	background: #f26838;
	border-radius: 30px;
	border: none;
	padding: 10px 40px;
	color: #fff;
	font-size: 10px;
	line-height: 12.5px;
	text-align: center;
	font-weight: bold;
	float: right;
	line-height: 12.5px;
}

@media (max-width: 440px) {
	.produkt_show button,
.click_prodat {
	 padding: 5px 20px;
}
} 

.block_price div span {
	display: block;
	margin: 15px 0 5px 0;
}

.fore_block_mini1 h2 {
	font-weight: bold;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}

.fore_block_mini1 p {
	font-size: 12px;
	line-height: 18px;
}

.big_slider_2_center {
	width: 50%;
	text-align: center;
}

.big_slider_2_center h2 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: center;
	color: #000;
}

.big_slider_2_center p {
	font-size: 30px;
	font-weight: 500;
	line-height: 37.65px;
	text-align: center;
	color: #fff;
}

.big_slider_2_left,
.big_slider_2_right {
	width: 25%;
}

.big_slider_2_left {
	text-align: center;
}

.big_slider_2_right {
	text-align: center;
}

.big_slider_2 {
	margin: 0 0 80px 0;
}

.big_shop {
	background: #F5F5F5;
	overflow: hidden;
	padding-bottom: 80px;
}

.icon_grid,
.icon_list {
	float: left;
	margin-right: 10px;
}

.navigation_top {
	border-bottom: 1px solid #C5C5C5;
	padding: 20px 0;
	margin-bottom: 50px;
}

.search_produkt {
	width: 50%;
	position: relative;
}

.page-template-buy-overview .search_produkt {
	width: 70%;
}

.big_shop .facetwp-input-wrap {
	width: 100%;
}

.big_shop .facetwp-search, .searche_input, 
.search_produkt .search-field {
	width: 100%;
	border: 1px solid #C5C5C5;
	border-radius: 20px;
	padding: 8px 8px 8px 50px;
}


.search_button,
.search_produkt button {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 18px;
	height: 18px;
	background-image: url(../img/main/search.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: none;
	background-color: transparent;
	cursor: pointer;
	font-size: 0px;
}

.facetwp-filter {
	width: 150px;
	border: 1px solid #C5C5C5;
	border-radius: 20px;
	padding: 8px;
	background: #fff;
	font-size: 12px;
	line-height: 20px;
}
.big_shop .facetwp-facet {
	margin-bottom: 0px;
}

.category_produkt,
.block_price span {
	font-size: 12px;
	color: #A3A3A3;
}

.produkt_show h3,
.block_price strong {
	font-size: 15px;
	font-weight: 900;
	line-height: 22.5px;
	text-align: left;
	margin-bottom: 40px;
	height: 30px;
}

.slider_bloc_3 {
	background: #F26739;
	padding: 80px 0 80px 0;
}

.slider_bloc_3_left,
.slider_bloc_3_right,
.info_block_left,
.info_block_right,
.subscr_left,
.subscr_right {
	width: 50%;
}

.slider_bloc_3_left span {
	font-size: 16px;
	font-weight: 500;
	line-height: 20.08px;
	text-align: center;
	font-weight: bold;
}

.slider_bloc_3_left h2 {
	font-size: 36px;
	font-weight: 500;
	line-height: 45.18px;
	text-align: left;
	color: #fff;
	margin-top: 30px;
}

.slider_bloc_3_left a {
	width: 142px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 50px;
	padding: 0px 30px;
	background: #000;
	color: #fff;
	border-radius: 30px;
	margin-top: 50px;
}

.slider_bloc_3_right img {
	padding-left: 20%
}

.slider_bloc_3_right img {
	display:none;
}
.slider_bloc_3_right img:first-child {
	display:block;
}

.info_block {
	margin: 80px 0;
}

.info_block_left img {
	width: 90%;
	height: auto;
	margin-right: 100px;
	border-radius: 20px 20px;
}

.info_block_left .kaip-tai-veikia-video {
	width: 90%;
	height: auto;
	margin-right: 100px;
	border-radius: 20px 20px;
}

.info_block_right h2 {
	font-size: 32px;
	font-weight: 500;
	line-height: 40.16px;
	text-align: left;
	margin-bottom: 30px;
}


.info_block_right p {
	margin-bottom: 30px;
}

.list_block {
	overflow: hidden;
	margin-bottom: 20px;
}

.list_block_number {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	background: #F26739;
	font-size: 20px;
	font-weight: 500;
	line-height: 45px;
	text-align: center;
	color: #fff;
	float: left;
}

.list_block_text {
	width: calc(100% - 100px);
	float: right;
}

.list_block_text h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 25.1px;
	text-align: left;
	margin-bottom: 20px;
}

.list_block_text p {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
}

.reiwe_block {
	margin: 80px 0;
}

.reiwe_block_title {
	overflow: hidden;
	margin-bottom: 50px;
}

.reiwe_block_title h2 {
	font-size: 30px;
	font-weight: 900;
	line-height: 37.65px;
	text-align: left;
	float: left;
}

.tov_google {
	float: right;
}

.number_raiting {
	font-size: 20px;
	font-weight: 500;
	line-height: 25.1px;
	text-align: left;
	padding-right: 15px;
}

.stars_raiting {
	color: #FBBE19;
	font-size: 26px;
}

.info_google a {
	padding-left: 15px;
	font-size: 15px;
	font-weight: 400;
	line-height: 18.82px;
	color: #7E7A7A;
}

.info_rev {
	overflow: hidden;
}

.info_rev img,
.name_stars {
	float: left;
}

.info_rev img {
	margin-right: 20px;
}

.name_stars h5 {
	font-size: 12px;
	font-weight: 500;
	line-height: 15.06px;
	font-weight: bold;
	margin-top: 10px;
}

.name_stars span {
	color: #FBBE19;
}

.text_rev {
	margin-top: 30px;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}

.start_rew_slider {
	background: #F5F5F5;
	padding: 20px 40px;
	border-radius: 20px;
}

.owl-item.active_now+.owl-item .start_rew_slider {
	margin: 0 10px 0 10px !important;
}

.owl-buttons {
	width: 100%;
	position: relative;
}

.owl-prev,
.owl-next {
	width: 31px;
	height: 31px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	font-size: 0px;
	color: transparent;
	position: absolute;
	margin-top: 20px;
}

.owl-prev {
	left: 0;
	top: -37px;
	background-image: url(../img/main/left_arrow.svg);
}

.owl-next {
	right: 0;
	top: -37px;
	background-image: url(../img/main/right_arrow.svg);
}

.owl-pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: stretch;
}

.owl-pagination .owl-page {
	background: #D9D9D9;
	height: 5px;
	display: block;
	width: 100%;
}

.owl-pagination .owl-page.active {
	background: #000;
}

.owl-controls.clickable {
	margin-top: 10px;
}

.owl-pagination {
	width: calc(100% - 100px);
	margin-left: 50px;
}

.full_subsc {
	background: #000;
	padding: 50px 0 50px 0;
}

.subscr_left h3 {
	font-size: 32px;
	font-weight: 500;
	line-height: 40.16px;
	color: #fff;
	margin-bottom: 30px;
}

.subscr_left p {
	font-size: 16px;
	font-weight: 400;
	line-height: 20.08px;
	color: #fff;
}

.subscr_left {
	float: left;
}

.subscr_right {
	float: right;
	text-align: right;
	margin-top: 30px;
}

.subscr_right p {
	display: flex;
}

.subscr {
	overflow: hidden;
}

.input_subscr {
	width: 100%;
	max-width: 400px;
	border: 1px solid #C5C5C5;
	border-radius: 20px;
	padding: 8px 8px 8px 8px;
	margin-right: 30px;
}

.input_submin {
	width: 100%;
	max-width: 140px;
	text-align: center;
	border: 1px solid #F26739;
	border-radius: 20px;
	padding: 8px 8px 8px 8px;
	background: #F26739;
	color: #fff;
}

.full_footer {
	background: #F26739;
	padding: 50px 0 50px 0;
}

.top_footer_full.full_flex {
	-ms-flex-align: start;
	align-items: start;
}

.top_footer_full h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 5px;
}

.footer_right_menu1 a,
.footer_right_menu2 a,
.footer_right_menu3 a,
.footer_right_menu4 a {
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	color: #fff;
}

.delivery {
	margin-top: 80px;
}

.delivery img {
	margin-right: 15px;
}

.bottom_menu .full_flex {
	-ms-flex-align: end;
	align-items: end;
}

.bottom_menu {
	background: #F26739;
	padding: 0 0 50px 0;
}

.rekviz {
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
}

.copiryng {
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
}

.sekite {
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	display: flex;
	align-items: center;
}

.sekite a:first-child {
	padding-left: 22px;
}
.sekite a {
	padding-left: 8px;
}

.sekite img {
	vertical-align: middle;
}

.big_menu,
.menu_big_in_block {
	overflow: hidden;
}

.left_menu {
	width: 30%;
	float: left;
	padding: 100px 50px 100px 0;
	background: #fff;
}

.right_menu {
	width: 70%;
	float: right;
	padding: 100px 100px;
	background: #F5F5F5;
	text-align: center;
}

.right_menu li {
	display: inline-block;
	margin: 10px;
}

.right_menu li a {
	display: block;
	padding: 15px 30px;
	background: #fff;
	cursor: pointer;
	border-radius: 10px;
	color: #000000;
}

header .big_menu {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
}

.active {
	display: block !important;
}

.hover_click a,
.current-menu-item a {
	color: #f26838;
}

.hover_click a:after,
.current-menu-item:after {
	background-image: url(../img/main/orange_arrow.svg);
}

.menu_top li {
	cursor: pointer;
}

.right_menu {
	font-size: 15px;
}

.left_menu a {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	position: relative;
	color: #000000;
}

.left_menu a:after {
	content: ' ';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: url(../img/main/white_arrow.svg);
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 100%;
}

.hover_click_left:hover,
.left_menu a:hover {
	color: #f26838;
}

.hover_click_left {
	color: #f26838;
}

.hover_click_left:after,
.left_menu a:hover:after {
	background-image: url(../img/main/white_arrow.svg);
	background-color: #f26838 !important;
}

@media (min-width: 1279px) {
	.menu_mob {
		display: block;
	}

	.full_flex {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
	}

	.conteiner {
		width: 1279px;
		margin: auto;
		box-sizing: border-box;
		padding: 0 10px;
		position: relative;
	}

	.mob_image,
	.mob_block_slider,
	.skrit {
		display: none;
	}

	.menu_mob {
		float: left;
	}

	.cart_top {
		position: relative;
	}
}

@media (max-width: 1279px) {
	.full_flex {}

	.conteiner {
		width: 100%;
		margin: auto;
		box-sizing: border-box;
		padding: 0 21px;
		position: relative;
	}

	.big_menu {
		display: none !important;
	}

	.slider_right,
	.slider_left,
	.fore_block>.conteiner>.fore_block_mini2,
	.fore_block>.conteiner>.fore_block_mini3,
	.fore_block>.conteiner>.fore_block_mini4,
	.big_slider_2_left,
	.big_slider_2_right {
		display: none;
	}

	#content1 {
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		background: #fff;
		z-index: 2;
	}

	#content1 li {
		border-bottom: 2px solid #000;
		margin: 0;
		padding: 10px 0 10px 0;
	}

	.headre_top .conteiner {
		overflow: visible !important;
		height: 71px;
	}

	.menu_mob {
		overflow: hidden;
		float: right;
	}

	.menu-btn {
		width: 50px;
		height: 50px;
		display: block;
		position: relative;
		cursor: pointer;
		border-radius: 30px;
	}

	.cart_top {
		width: 56px;
		position: relative;
	}

	.menu-btn span,
	.menu-btn span::after,
	.menu-btn span::before {
		position: absolute;
		width: 35px;
		height: 2px;
		display: block;
		top: 50%;
		left: 50%;
		margin-bottom: -1px;
		margin-left: -17.5px;
		background: #000;
	}

	.menu-btn span::after,
	.menu-btn span::before {
		content: "";
		display: block;
		transition: 1s;
	}

	.menu-btn span::after {
		transform: translateY(7px);
	}

	.menu-btn span::before {
		transform: translateY(-9px);
	}

	.menu-btn-active span {
		height: 0;
	}

	.menu-btn-active span::after {
		transform: rotate(45deg);
	}

	.menu-btn-active span::before {
		transform: rotate(-45deg);
	}

	.mob_image {
		text-align: center;
		margin: 40px 0 0px 0;
	}

	.mob_image img {
		width: 48%;
	}

	.fore_block_mini1,
	.fore_block_mini2,
	.fore_block_mini3,
	.fore_block_mini4,
	.big_slider_2_center,
	.slider_bloc_3_left,
	.slider_bloc_3_right,
	.info_block_left,
	.info_block_right,
	.subscr_left,
	.subscr_right {
		width: 100%;
		padding: 20px 29px;
		border-radius: 15px;
	}

	.fore_block_mini {
		padding: 20px !important;
		box-sizing: border-box;
	}

	.navigation_top.full_flex {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
	}

	.big_slider_2_fon {
		background: #f26838;
		border-radius: 20px;
		padding: 50px 10px !important;
	}

	.big_slider_2_fon .mob_image {
		text-align: center;
	}

	.big_slider_2_fon .mob_image img:first-child {
		width: 30%;
		margin-left: 20%;
	}

	.slider_bloc_3_left,
	.slider_bloc_3_left h2 {
		text-align: center;
	}

	.slider_bloc_3_left a {
		margin: 20px auto;
	}

	.slider_bloc_3_right {
		text-align: center;
	}

	.slider_bloc_3_right img {
		padding: 0;
		max-width: 100%;
		height: auto;
		margin: 0px auto;
	}

	.info_block_left img {
		width: 100%;
		margin-right: 0 !important;
	}

	.reiwe_block_title h2 {
		text-align: center;
		float: none;
		margin-bottom: 40px;
	}

	.tov_google {
		width: 300px;
		margin: auto;
	}

	.subscr_right {
		float: none;
		text-align: left;
		margin-top: 30px;
	}

	.input_submin {
		margin-top: 20px;
	}

	.footer_right_menu1,
	.footer_right_menu2,
	.footer_right_menu3,
	.footer_right_menu4 {
		width: 50%;
		float: left;
	}

	.top_footer_full.full_flex {
		overflow: hidden;
	}

	.top_center .delivery,
	.bottom_menu {
		display: none !important;
	}

	.top_center {
		margin-bottom: 30px;
	}

	.bottom_orange {
		background: #F26739;
		margin-top: 0px !important;
	}

	.mob_image .rekviz {
		text-align: left !important;
		padding-top: 30px;
	}

	.mob_image .sekite img {
		height: 20px;
		width: auto;
	}

	.mob_image .sekite>div {
		margin: 20px 0 20px 0;
	}

	.mob_image .delivery img {
		width: auto;
		height: 25px;
	}

	.mob_image .delivery {
		margin-top: 0px !important;
	}

	.mob_image .copiryng {
		padding: 20px 0 20px 0;
	}

	.top_info_block {
		background-size: cover;
	}
}

.page_full_block {
	padding: 130px 0 130px 0;
	background-repeat: no-repeat;
	margin-bottom: 50px;
	background-position: center center;
	background-size: cover;
}

.page_full_block h1 {
	font-weight: bold;
}

.about_text p {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 20px;
}

.about_text img {
	border-radius: 0 !important;
}

.about_text_mini img {
	vertical-align: middle;
	margin-left: 20px;
}

.about_text_mini {
	font-size: 14px;
	margin-top: 50px;
}

.margin_top_30 {
	margin-top: 30px;
}

@media (max-width: 1279px) {

	.three_block_about .fore_block_mini2,
	.three_block_about .fore_block_mini3,
	.three_block_about .fore_block_mini4 {
		display: block !important;
		width: 100%;
		margin: 15px 0 0 0;
		padding: 20px !important;
	}
}

@media (min-width: 1279px) {

	.three_block_about .fore_block_mini2,
	.three_block_about .fore_block_mini3,
	.three_block_about .fore_block_mini4 {
		display: block !important;
		width: 32%;
		padding: 20px !important;
	}

	.three_block_about .fore_block_mini2,
	.three_block_about .fore_block_mini4 {
		margin: 0 !important;
	}

	.three_block_about .fore_block_mini3 {
		margin: 0 2% 0 2% !important;
	}
}

.our_people_work {
	background: #F26838;
	padding: 50px 0 50px 0;
}

.our_people_work h2 {
	font-size: 36px;
	font-weight: 500;
	line-height: 54px;
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}

.people_work img {
	width: 150px;
	height: 150px;
	border-radius: 100px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 20px;
}

.people_work {
	text-align: center;
	margin-bottom: 30px;
}

.people_work p {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: -0.05em;
}

.vakansi {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.05em;
	font-weight: bold;
}

.zaolov h1 {
	font-size: 30px;
	font-weight: 900;
	line-height: 37.65px;
	text-align: left;
	margin: 30px 0 50px 0;
}

.singl_page .conteiner {
	/* overflow: hidden; */
}

.headre_top {
	border-bottom: 1px solid #D7D7D7;
}

.breadcrawn {
	margin-top: 20px;
	overflow: hidden;
}

.breadcrawn a {
	font-size: 12px;
	;
}

.rekvizit {
	padding: 15px 0 15px 0;
	font-family: Poppins;
	font-size: 15px;
	line-height: 22.5px;
	letter-spacing: -0.05em;
	border-bottom: 1px solid #D7D7D7;
	overflow: hidden;
}

.rekviz_left {
	width: 20%;
	float: left;
	padding: 10px;
	font-weight: 600;
}

@media (max-width: 440px) {
	.rekviz_left, .rekviz_right {
	width: 100% !important;
}
}

.rekviz_right {
	width: 80%;
	float: right;
	padding: 10px;
}

.singl_page {
	padding-bottom: 50px;
}

.full_contact {
	width: 100%;
	overflow: hidden;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	flex-wrap: wrap;
}

.full_contact .single_contact{
	width: 320px;
}


.left_contact {
	float: left;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}

.right_contact {
	float: right;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}

.full_contact.grey_fon .left_contact,
.full_contact.grey_fon .right_contact{
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_contact_info .left_contact,
.main_contact_info .right_contact {
	padding: 10px 100px 10px 10px;
}

@media (max-width: 440px) {
	.main_contact_info .left_contact,
.main_contact_info .right_contact {
	padding: 10px 0px 10px 0px;
}
.main_contact_info .left_contact {
	margin-bottom: 30px;
}
}

.full_contact.grey_fon {
	background: #F5F5F5;
	text-align: center;
	padding: 20px 0 20px 0;
	display: flex;
	justify-content: center;
}

.kontaktai {
	margin-bottom: 0 !important;
}

.full_contact.grey_fon span {
	background: #f26838;
	border-radius: 100px;
	vertical-align: middle;
	margin-right: 10px;
}

.conta_mail {
	width: 37px;
	height: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.conta_phone {
	width: 37px;
	height: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.title_h2_contact {
	font-size: 50px;
	font-weight: 500;
	line-height: 75px;
	text-align: center;
	margin: 50px 0 80px 0;
}

.main_contact_info img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	border-radius: 20px;
	max-height: 300px;
}

.main_contact_info h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 45px;
	text-align: left;
	margin: 20px 0;
}

.contact_mini_text {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.05em;
	margin-bottom: 10px;
}

.center_contact_text {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: -0.05em;
	margin-bottom: 20px;
}

.main_contact_info span {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: -0.05em;
}

.separate_page h2 {
	font-size: 28px;
	font-weight: 900;
	line-height: 37.65px;
	text-align: left;
	margin: 30px 0 50px 0;
}

@media (max-width: 1279px) {
	.left_contact {
		float: none;
		width: 100%;
	}

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

	.title_h2_contact {
		font-size: 30px;
		margin: 20px 0 40px 0;
	}

	.main_contact_info h3 {
		font-size: 24px;
	}

	.main_contact_info img {
		margin-bottom: 0px;
	}

	.separate_page h2 {
		font-size: 24px;
		font-weight: 900;
		line-height: 37.65px;
		text-align: left;
		margin: 20px 0 30px 0;
	}
}

.separate_page p {
	font-family: Poppins-Regular;
	font-size: 15px;
	font-weight: 500;
	line-height: 22.5px;
	letter-spacing: -0.05em;
	margin-bottom: 20px;
}

.separate_page ul li {
	font-family: Poppins-Regular;
	font-size: 15px;
	position: relative;
	margin-bottom: 0;
	line-height: 22.5px;
	list-style: disc;
}

.separate_page .woocommerce-table ul li:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #000;
}


.separate_page ul {
	margin-bottom: 10px;
	padding-left: 0px;
	list-style-type: disc;
}

/*STAT BLOG*/
.product_list__item {
	width: 32%;
	background: #F5F5F5;
	border-radius: 30px;
	margin-bottom: 30px;
}

@media (min-width: 1279px) {
	.fill_list_news {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: start;
	}
}

@media (max-width: 1279px) {
	.product_list__item {
		width: 100%;
		max-width: 500px;
		margin: auto;
		background: #F5F5F5;
		border-radius: 30px;
		margin-bottom: 30px;
	}
}

.padding_news {
	padding: 15px;
	position: relative;
}

.product_list__item-img img {
	width: 100%;
	border-radius: 20px 20px 0 0;
	-o-object-fit: cover;
	object-fit: cover;
	height: 250px;
}

.date_post {
	display: block;
	color: #A3A3A3;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.product_list__item h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 15px;
}

.short_description_new p {
	font-size: 12px;
	line-height: 18px;
}

.product_list__item a {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 18.82px;
	border: 1px solid #000;
	padding: 15px 0 15px 0;
	text-align: center;
	border-radius: 30px;
	font-weight: bold;
}

.product_list__item a:hover {
	opacity: 0.8;
}

.pagination {
	text-align: center;
}

.pagination a {
	color: #D4D4D4;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	border: 1px solid #D4D4D4;
	border-radius: 30px;
}

.pagination a:hover {
	color: #000;
	border: 1px solid #000;
}

.page-numbers.current {
	font-size: 16px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
}

.pagination {
	padding: 20px 0;
}

/*FINISH BLOG*/

/*Start shop page*/
.slider_produkt .produkt_show {
	width: 90%;
	padding-bottom: 20px;
	background-color: #F5F5F5;
}

@media (max-width: 496px) {
	.slider_produkt .produkt_show {
		width: 100%;
	}
}

.woocommerce-product-details__category {
	margin: 0 0 10px 0;
}

.woocommerce-product-details__category a {
	font-size: 12px;
	line-height: 18px;
	color: #7E7A7A;
}

.main_page_produkt img {
	display: block;
	margin: 0 auto 40px;
}

.woocommerce-product-details__category li {
	display: inline-block;
	margin-bottom: 0px;
	margin-right: 5px;
}

.produkt_show .woocommerce-loop-product__title {
	font-size: 15px;
	font-weight: bold;
	line-height: 22.5px;
	height: 45px;
}

.list .produkt_show .woocommerce-loop-product__title {
	height: 22px;
}

.produkt_show .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	float: right;
	background: #F26739;
	color: #fff;
	font-size: 10px;
	line-height: 12.5px;
	padding: 10px 40px;
	border-radius: 30px;
}

.produkt_show .price {
	float: left;
}

.list .produkt_show .price {
	float: none;
}

.price bdi {
	font-size: 20px;
	font-weight: 900;
	line-height: 25px;
}

.main_page_produkt {
	margin-bottom: 100px;
}

.mini_orange_blck {
	background: #F26739;
	padding: 40px;
	border-radius: 20px;
	max-width: 380px;
}

.slider_bloc_3 {
	background-size: cover;
}

.image_shop_three_block {
	max-width: 120px;
	float: right;
}

.background_image_arrov {
	background: #f26838;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	text-align: center;
}

.three_block_left {
	float: left;
}

.shop_theree_block {
	width: 32%;
	margin: 0;
}

.rostyanyt {
	justify-content: space-between !important;
	overflow: hidden;
}

@media (max-width: 1279px) {
	.shop_theree_block {
		width: 100%;
		max-width: 400px;
		margin: 10px auto;
		display: block !important;
		background: #F5F5F5;
		padding: 20px;
		border-radius: 15px;
		overflow: hidden;
	}
}

/*Finish shop page*/

/*START PRODUCT PAGE*/
.custom-product-info {
	width: 100%;
	background: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-top: 50px;
	color: white;
	text-align: center;
	padding: 20px;
	border-top: 1px solid #9A9A9A;
}

.site-main {
	position: relative;
}

#main {
	position: relative;
}

.custom-product-info h2 {
	float: left;
	font-size: 20px;
	padding-top: 10px;
	line-height: 25px;
	font-weight: 900;
}

.custom-product-info p,
.custom-product-info a {
	float: right;
}

.custom-product-info bdi,
.custom-product-info .amount,
.woocommerce-Price-currencySymbol {
	font-size: 30px;
	font-weight: 500;
	line-height: 37.5px;
}

.woocommerce .woocommerce-Price-currencySymbol {
	font-size: 14px;
	font-weight: 500;
	line-height: 15.5px;
}

.wooccm_order_attachments_wrapper {
	display: none;
}

.kaina {
	color: #A3A3A3;
	font-size: 20px;
	line-height: 25px;
	margin-right: 20px;
}

.knopochka_kypit {
	display: block;
	width: 140px;
	text-align: center;
	border: 1px solid #F26739;
	border-radius: 20px;
	padding: 8px 8px 8px 8px;
	background: #F26739;
	color: #fff;
	margin-left: 20px;
}

.ogranich_width {
	width: 1200px;
	margin: auto;
}

.full_produckt {
	margin-top: 80px;
	padding-bottom: 150px;
	display: flex;
justify-content: space-between;
}

.produkt_left .woocommerce-product-gallery {
	position: sticky;
	top: 100px;
}
.produkt_left {
	width: 49%;
	float: left;
	margin-right: 1%;
}

.produkt_right {
	width: 49%;
	float: right;
	margin-left: 1%;
}

@media (max-width: 1279px) {

	.custom-product-info bdi,
	.woocommerce-Price-currencySymbol {
		font-size: 28px;
		font-weight: 500;
		line-height: 32px;
	}

	.ogranich_width {
		width: 100%;
	}

	.ogranich_width h2 {
		display: none;
	}

	.ogranich_width p {
		float: left;
	}

	.full_produckt {
		display: block;
	}
	
	.produkt_left {
		width: 100%;
		float: none;
		margin-right: 0%;
		position: relative;
	}

	.produkt_right {
		width: 100%;
		float: none;
		margin-left: 0%;
		position: relative;
	}
}

.product_title.entry-title,
.grey_background h3 {
	font-size: 30px;
	font-weight: 900;
	line-height: 37.5px;
}

.grey_background h3 {
	margin-bottom: 30px;
}

.grey_background {
	padding: 40px;
	box-sizing: border-box;
	border-radius: 30px;
	background-color: #F5F5F5;
	margin-bottom: 20px;
}

.main_attribyt h4 {
	font-size: 15px;
	font-weight: 900;
	margin-bottom: 15px;
	line-height: 18.75px;
}

.main_attribyt {
	padding: 15px 0 15px 0;
	border-top: 1px solid #9A9A9A;
	margin-top: 20px;
}

.block_attribyt {
	overflow: hidden;
}

.block_attribyt p {
	display: block;
	width: 28px;
	height: 28px;
	float: left;
	text-align: center;
	color: #fff;
	line-height: 28px;
	border-radius: 100%;
}

.block_attribyt span {
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	margin-left: 10px;
}

.produkt_right>.price,
.produkt_right>.cart .quantity {
	display: none;
}

.produkt_right .single_add_to_cart_button.button.alt {
	display: block;
	width: 100%;
	text-align: center;
	border: 1px solid #F26739;
	border-radius: 20px;
	padding: 12px 8px 12px 8px;
	background: #F26739;
	color: #fff;
	font-weight: 300;
}

.produkt_right .single_add_to_cart_button.button.alt:hover,
.knopochka_kypit:hover {
	background: #F26739;
	opacity: 0.8;
	color: #fff;
}

.button.wc-forward {
	border-radius: 20px !important;
	padding: 12px 30px 12px 30px !important;
	font-weight: 300 !important;
	font-size: 12px !important;
}

.custom-info-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: start;
	margin: 30px 0 0 0;
}

.cart_down {
	width: 32%;
	text-align: center;
	padding: 20px 0 0 0;
}

.cart_down img {
	height: 32px !important;
	width: auto;
	text-align: center;
}

.cart_down p {
	font-size: 15px;
	font-weight: 700;
	line-height: 18.75px;
	margin-top: 20px;
}

.woocommerce-message {
	margin-top: 30px !important;
}

.accordion {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	border-radius: 5px;
	overflow: hidden;
}

.accordion-item {
	border-bottom: 1px solid #ddd;
}

.accordion-header {
	padding: 15px 0;
	color: #000;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	transition: background-color 0.3s ease;
}

.accordion-content {
	display: none;
	padding: 15px 0;
}

.accordion-content p {
	margin: 0;
}

.accordion-header:before {
	content: ' ';
	display: block;
	width: 13px;
	height: 9px;
	background-image: url(http://izo.somyh.com/wp-content/uploads/2024/07/triangle.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	right: 10px;
}

.foto_NFTS {
	text-align: center;
}



.single_mini_page {
	max-width: 700px;
}

.single_mini_page .zaolov h1 {
	margin-bottom: 10px;
}

.single_mini_page .date_post {
	margin-bottom: 50px;
}

.woocommerce-product-details__category ul li:before {
	display: none;
}

.woocommerce-product-details__category ul li {
	padding-left: 0;
}

.woocommerce-product-details__category ul {
	margin-bottom: 0;
}

.produkt_show .woocommerce-loop-product__title {
	margin: 0;
margin-bottom: 40px;
}

@media (max-width: 767px) {
.produkt_show .woocommerce-loop-product__title {
margin-bottom: 0px;
}
}

.list .produkt_show .woocommerce-loop-product__title {
margin-bottom: 0;
	text-align: right;
}

.catalogs_right .price bdi,
.catalogs_right .woocommerce-Price-currencySymbol {
	font-size: 20px;
	font-weight: 900;
	line-height: 22.5px;
	text-align: left;
}

.catalogs_right .price:before,
.block_price .price:before {
	content: 'Kaina';
	display: block;
	font-size: 12px;
	color: #A3A3A3;
}


.catalogs {
	background: #F5F5F5;
}

.catalogs_right .produkt_show img,
.block_produkt img {
	margin-bottom: 30px;
    margin-top: -40px;
}


.list .catalogs_right .produkt_show img,
.list .block_produkt img {
	margin-bottom: 30px;
}

/*FINISH PRODUCT PAGE*/
/*START CATALOG*/
.catalogs_right .woocommerce-ordering {
	display: none;
}

.select_catecory .woocommerce-ordering,
.facetwp-filter select {
	width: 100%;
	margin-bottom: 0px !important;
}

.select_catecory {
	width: 250px;
	border: 1px solid #C5C5C5;
	border-radius: 20px;
	padding: 8px;
	background: #fff;
	font-size: 12px;
	line-height: 20px;
}

@media (max-width: 440px) {
	.select_catecory {
		width: 150px;
	}
}

.woocommerce .woocommerce-ordering select {
	vertical-align: middle;
}

.select_catecory .woocommerce-ordering,
.select_catecory select {
	width: 100%;
	margin-bottom: 0px !important;
	text-align: center;
}

.select_catecory select {
	border: none;
	position: relative;
	padding-right: 15px;
}

.select_catecory:after {
	content: " ";
	display: block;
	width: 10px;
	height: 5px;
	background-image: url(../img/main/arrow_down.png);
	background-repeat: no-repeat;
	float: right;
	margin-top: 9px;
	margin-left: 10px;
	position: absolute;
	top: 27px;
    right: 28px;
}

.facetwp-filter select {
	border: none;
	position: relative;
	padding-right: 15px;
}

.facetwp-filter:after {
	content: " ";
	display: block;
	width: 10px;
	height: 5px;
	background-image: url(../img/main/arrow_down.png);
	background-repeat: no-repeat;
	float: right;
	margin-top: 9px;
	margin-left: 10px;
	position: absolute;
	top: 7px;
	right: 8px;
}

.big_shop .facetwp-filter {
	width: 190px;
	position: relative;
}

.hiden_filtr {
	font-size: 12px;
	font-weight: bold;
}

.hiden_filtr span {
	margin-right: 10px;
}

.hiden_filtr {
	width: 150px;
	border: 1px solid #C5C5C5;
	border-radius: 20px;
	padding: 8px;
	background: #fff;
	font-size: 12px;
	line-height: 20px;
}

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

.archive .big_shop {
	padding-bottom: 10px;
}

.catalogs {
	overflow: hidden;
}

.catalogs_right .conteiner {
	padding: 0px !important;
	width: auto;
}

.catalogs_right {
	width: 70%;
	float: right;
}

.catalogs_left {
	width: 28%;
	float: left;
	background: #fff;
	border-radius: 30px;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 10px;
}

.catalogs.hidden .catalogs_right {
	width: 100%;
	float: none;
}

.catalogs.hidden .catalogs_left {
	width: 100%;
	float: none;
}

.catalogs.hidden .catalogs_left {
	display: none;
}

@media (min-width: 968px) {
	.home .produkt_show {
		width: 100%;
	}
	
	.home .owl-carousel .owl-item {
		padding: 15px;
	}

	.catalogs .produkt_show {
		
	}

	.catalogs.hidden .produkt_show {
		
	}

	.catalogs.visible .produkt_show:nth-child(3n+1) {
		margin: 1% 0 1% 0;
	}

	.catalogs.visible .produkt_show:nth-child(3n+2) {
		margin: 1% 0 1% 0;
	}

	.catalogs.visible .produkt_show:nth-child(3n+3) {
		margin: 1% 0 1% 0;
	}

	.catalogs.hidden .produkt_show:nth-child(4n+2),
	.home .produkt_show:nth-child(4n+2) {
		margin: 1% 1.3% 1% 2.6%;
	}

	.catalogs.hidden .produkt_show:nth-child(4n+3),
	.home .produkt_show:nth-child(4n+3) {
		margin: 1% 2.6% 1% 1.3%;
	}

	.catalogs.hidden .produkt_show:nth-child(4n+4),
	.catalogs.hidden .produkt_show:nth-child(4n+1),
	.home .produkt_show:nth-child(4n+4),
	.home .produkt_show:nth-child(4n+1) {
		margin: 1% 0 1% 0;
	}
}

@media (max-width: 1024px) {

	.catalogs .produkt_show,
	.home .produkt_show {
		width: 48%;
	}

	.catalogs.hidden .produkt_show,
	.home .produkt_show {
		width: 48%;
	}

	.catalogs.visible .produkt_show:nth-child(2n+1),
	.home .produkt_show:nth-child(2n+1) {
		margin: 1% 1% 1% 0;
	}

	.catalogs.visible .produkt_show:nth-child(2n+2),
	.home .produkt_show:nth-child(2n+2) {
		margin: 1% 0 1% 1%;
	}
}

@media (max-width: 768px) {

	.catalogs .produkt_show,
	.home .produkt_show {
		width: 100%;
	}

	.catalogs.hidden .produkt_show,
	.home .produkt_show {
		width: 100%;
	}

	.catalogs.visible .produkt_show:nth-child(2n+1),
	.home .produkt_show:nth-child(2n+1) {
		margin: 1% 0 1% 0;
	}

	.catalogs.visible .produkt_show:nth-child(2n+2),
	.home .produkt_show:nth-child(2n+2) {
		margin: 1% 0 1% 0;
	}
}

.list .produkt_show {
	width: 100% !important;
	/* max-width: 1000px !important; */
	margin: 0 auto 1% !important;

}

.view-button img {
	opacity: 0.5;
	cursor: pointer;
}

.view-button.active img {
	opacity: 1;
}

.archive .catalog_produkt {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
}

.archive .catalog_produkt.list, .big_shop .catalog_produkt.list .catalog_produkt.columns-4  {
	display: block !important;
}


.big_shop .catalog_produkt.columns-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.big_shop .catalog_produkt.columns-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media (max-width: 440px) {
	.big_shop .catalog_produkt.columns-4 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.big_shop .catalog_produkt.columns-3 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
}

.catalog_produkt.columns-4.list .produkt_show {
	display: block;
	overflow: hidden;
}

.catalog_produkt.list .catalog_produkt.columns-4 .produkt_show {
	display: block;
	overflow: hidden;
}

.catalog_produkt.columns-3.list .produkt_show {
	display: block;
	overflow: hidden;
}

.orderby {
	cursor: pointer;
	line-height: 1.5;
}

#filter-toggle {
	cursor: pointer;
}

#filter-toggle:after {
	content: " ";
	display: block;
	width: 15px;
	height: 13px;
	background-image: url(/wp-content/uploads/2024/07/filter.svg);
	background-repeat: no-repeat;
	float: left;
	margin-top: 3px;
	margin-left: 10px;
	margin-right: 10px;
}

.wc-block-price-filter__range-input-progress.wc-block-components-price-slider__range-input-progress {
	color: #f26838;
}

.catalogs_left h3 {
	font-weight: bold;
}

.wc-block-stock-filter .wc-block-components-checkbox__input[type=checkbox],
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
	border-radius: 100% !important;
}

.wc-block-components-filter-reset-button span {
	color: #f26838;
}

.wc-block-components-filter-reset-button {
	text-decoration: none !important;
}

@media (max-width: 992px) {
	.search_produkt {
		display: none;
		width: 0%;
	}

	.grid_list {
		width: 75px;
		margin-left: 10px;
	}

	.navigation_top.full_flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.catalogs_left,
	.catalogs_right {
		width: 100%;
	}

	.catalogs_left {
		margin-bottom: 20px;
	}

	.catalog_produkt.columns-4.list .produkt_show {
		overflow: hidden;
	}
	
	.catalog_produkt.list .catalog_produkt.columns-4 .produkt_show {
		overflow: hidden;
	}
	
	.catalog_produkt.columns-3.list .produkt_show {
		overflow: hidden;
	}


	.product_thumbnail_list {
		display: none;
	}
}

@media (min-width: 768px) {
	.list .produkt_show {
		position: relative;
	}

	.list .product_thumbnail_list {
		left: 10px;
		top: 10px;
		height: calc(100% - 20px);
		width: auto;
		max-width: 260px;
		padding-right: 20px;
		border-right: 1px solid #C5C5C5;
	}

	.list .product_thumbnail_list img {
		margin-bottom: 0 !important;
	}
}

.grid .product_thumbnail_list {
	display: none;
}

@media (min-width: 768px) {
	.catalog_produkt.columns-4.list .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail {
		width: 150px;
		margin-bottom: 5px;
	}
	
	.catalog_produkt.list .catalog_produkt.columns-4 .produkt_img img {
		width: 150px;
		margin-bottom: 5px;
	}
	
	.catalog_produkt.columns-3.list .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail {
		width: 150px;
		margin-bottom: 5px;
	}

	.list .button.product_type_simple {
		position: absolute;
		bottom: 10px;
		right: 10px;
	}
}

.product_thumbnail_list {
	float: left;
}

.product_thumbnail_list {
	margin-right: 20px;
}

/*FINISH CATALOG*/
@media (max-width: 768px) {

	.footer_right_menu1,
	.footer_right_menu2,
	.footer_right_menu3,
	.footer_right_menu4 {
		width: 100%;
	}
}

@media (min-width: 768px) {

	.footer_right_menu1,
	.footer_right_menu2,
	.footer_right_menu3,
	.footer_right_menu4 {
		width: 25%;
	}
}

.top_footer_full.full_flex .current-menu-item a {
	color: #fff !important;
}

.padding_news h3 {
	min-height: 50px;
}

.padding_news .short_description_new {
	height: 55px;
	overflow: hidden;
}

.right_menu li a:active {
	color: #000;
}

.right_menu li a:hover {
	opacity: 0.8;
}

.telefonu-priedai-thumbnail {
	text-align: center;
}

.input_block {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 900;
	line-height: 15px;
}

.input_block input {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	padding: 6px 10px 6px 10px;
	background: #fff;
	border-radius: 30px;
	margin: 5px 0 5px 0;
	border: 1px solid transparent;
}

.wpcf7-text,
.wpcf7-number,
.wpcf7-textarea {
	width: 350px;
}

.input_block label span {
	margin: 5px 0 5px 0;
}

.input_block label label {
	margin-right: 10px;
}

.input_block textarea {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	padding: 3px 10px 3px 10px;
	background: #fff;
	border-radius: 30px;
	margin: 5px 0 5px 0;
	border: 1px solid transparent;
}

.prodat {
	margin-bottom: 30px;
}

.input_block>p>label>span {
	display: block;
	margin-top: 15px;
}

.send_soobchen {
	display: none;
}

.wpcf7-list-item-label {
	font-weight: 500 !important;
}



.produkt_show>a.button.product_type_simple.add_to_cart_button {
	float: right;
	background: #F26739;
	color: #fff;
	font-size: 10px;
	line-height: 12.5px;
	padding: 10px 40px;
	border-radius: 30px;
}

.wapf-field-container .wapf-field-input input {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	padding: 6px 10px 6px 10px;
	background: #fff;
	border-radius: 30px;
	margin: 5px 0 5px 0;
	border: 1px solid transparent;
}

.wapf-field-container .wapf-field-input textarea {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	padding: 10px 10px 10px 10px;
	background: #fff;
	border-radius: 30px;
	margin: 5px 0 5px 0;
	border: 1px solid transparent;
	min-height: 150px;
}

.wapf-field-container .wapf-radios {
	display: flex;
	gap: 20px;
}

.facetwp__loader {
	clear: both;
	text-align: center;
}

.facetwp__loader button {
	background: #f26838;
    border-radius: 30px;
    border: none;
    padding: 10px 40px;
    color: #fff;
    font-size: 10px;
    line-height: 12.5px;
    text-align: center;
    font-weight: bold;
    line-height: 12.5px;
	margin: 15px;
}

.condition_description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.condition_items {
    display: flex;
    flex-direction: column; /
    gap: 30px;
}

.condition_item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px;
	margin-bottom: 25px;
    background-color: #f9f9f9;
}
@media (max-width: 767px) {
.condition_item {
    flex-direction: column;
}
}

.condition_img {
    flex-shrink: 0;
    margin-right: 20px;
    max-width: 300px;/
}

.condition_img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.condition_text {
    flex-grow: 1;
}

.condition_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}


.condition_list ul {
    list-style-type: none;
    padding: 0;
	padding-left: 20px;
    margin: 10px 0;
}

.condition_list ul li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.condition_list ul li::before {
    content: '\2713';
    font-size: 18px;
    color: #F26739; 
    margin-right: 10px;
}

.condition_note {
    font-size: 14px;
    color: #555;
    margin-top: 20px;
}

.breadcrumbs__current {
	font-size: 12px;
}

#menu-main .sub-menu {display: none }

#menu-main li.hover_click .sub-menu {display: block}

@media (min-width: 768px) {
	#menu-main li.hover_click .sub-menu {display: none}
}


#menu-main li.hover_click .sub-menu li {border: none}

#menu-main li.hover_click .sub-menu .hover_click_child a {margin-left: 15px; color: #000000; }

#search-form-wrapper  {
	float: left;
    max-width: 450px;
	width: 100%;
    margin-left: 45px;
}

@media (max-width: 1024px) {
	#search-form-wrapper {
	    max-width: 600px;
		width: 100%;
	}
}

@media (max-width: 768px) {
	#search-form-wrapper {
	    max-width: 350px;
		width: 100%;
	}
}

@media (max-width: 560px) {
	#search-form-wrapper {
	    position: absolute;
		top: 80px;
		width: 95%;
		max-width: 100%;
		margin: 0px;
	}
}

.woocommerce-product-details__short-description {
	padding: 20px;
}

.vi-wpvs-variation-style.vi-wpvs-variation-style-horizontal {
    grid-template-columns: 1fr !important;
}

.cfvsw-product-page table.variations .label label {
	font-weight: 900;
}

.all_category {
	text-align: left;
    padding-left: 9px;
}

.all_category a {
	color: #f26838;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    text-align: center;
    border: 1px solid #F26739;
    border-radius: 20px;
    padding: 8px 8px 8px 8px;
    background: #F26739;
    color: #ffffff !important;
}

.woocommerce table.shop_table {
	display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover {
	background-color: #F26739 !important;
}

.slider_left img {
    animation: moveLeft 3s ease-in-out infinite alternate;
}

.slider_right img {
    animation: moveRight 3s ease-in-out infinite alternate;
}

@keyframes moveLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(130px); 
    }
}

@keyframes moveRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-130px); 
    }
}

@keyframes moveLeftMob {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(60px); }
}

@keyframes moveRightMob {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-60px); }
}

.top_info_block .mob_image img:first-child {
    animation: moveLeftMob 4s infinite;
}

.top_info_block .mob_image img:last-child {
    animation: moveRightMob 4s infinite;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background: #f26838 !important;
}

.cart__wrapper .actions {
	display: none;
}

.woocommerce-cart .separate_page h2 {
	margin: 0;
}

.reiwe_block_title {
	margin-bottom: 43px;
}

.cart__order-input option[disabled] {
  color: #999; 
}

.wc-block-components-address-form__state {
    display: none !important;
}