/*!
Theme Name: StarFood
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: starfoodwebtop
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

StarFood is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Space+Grotesk:wght@400;700&display=swap');

:root {
	--main-color: #F25603;
	--mainHover-color: #c54400;
	--heading-color: #1E1E1E;
	--second-color: #136450;
	--secondHover-color: #034434;
	--text-color: #606060;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2;
	color: var(--text-color);
}
img {
	width: auto;
	height: inherit;
	max-width: 100%;
	max-height: 100%;
}
a, a:hover {
	text-decoration: none;
	color: var(--text-color);
	transition: .25s;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	font-weight: 700;
	font-family: 'Space Grotesk', sans-serif;
	line-height: 1.2;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}
p, ul, ol, blockquote, .wp-caption, .gallery {
	margin-bottom: 20px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child, .wp-caption:last-child, .gallery:last-child {
	margin-bottom: 0;
}
.form-field {
	position: relative;
	margin-bottom: 15px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
	width: 100%;
	background: #FFFFFF;
	line-height: 1.5;
	padding: 10px 20px;
	outline: none;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}
select {
	cursor: pointer;
}
textarea {
	height: 80px;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
}
.wpcf7 form .wpcf7-response-output {
	text-align: center;
	margin: 20px 0 0;
	font-size: 14px;
}


.modal-content {
	border: none;
	box-shadow: 0 4px 10px rgba(0,0,0,.25);
}
.modal-header {
	padding: 15px 20px;
}
.modal-title {
	color: var(--heading-color);
}
.modal-body {
	padding: 15px 20px 30px;
}



.btn {
    --bs-btn-padding-x: 35px;
    --bs-btn-padding-y: 10px;
    --bs-btn-font-size: 16px;
    --bs-btn-font-weight: 700;
    --bs-btn-border-radius: 30px;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-box-shadow: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    min-width: 200px;
    transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--main-color);
    --bs-btn-border-color: var(--main-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--mainHover-color);
    --bs-btn-hover-border-color: var(--mainHover-color);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--mainHover-color);
    --bs-btn-active-border-color: var(--mainHover-color);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--main-color);
    --bs-btn-disabled-border-color: var(--main-color);
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--second-color);
    --bs-btn-border-color: var(--second-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--secondHover-color);
    --bs-btn-hover-border-color: var(--secondHover-color);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--secondHover-color);
    --bs-btn-active-border-color: var(--secondHover-color);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--second-color);
    --bs-btn-disabled-border-color: var(--second-color);
}
.btn-third {
    --bs-btn-color: var(--heading-color);
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--mainHover-color);
    --bs-btn-hover-border-color: var(--mainHover-color);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--mainHover-color);
    --bs-btn-active-border-color: var(--mainHover-color);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--heading-color);
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;
}
.btn-outline-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--mainHover-color);
    --bs-btn-hover-border-color: var(--mainHover-color);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--mainHover-color);
    --bs-btn-active-border-color: var(--mainHover-color);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fff;
}




.section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	z-index: 1;
}
.section-md {
	position: relative;
	padding-top: 56px;
	padding-bottom: 56px;
	z-index: 1;
}

.heading {
	position: relative;
	margin-bottom: 45px;
}
.heading h2 {
	font-size: 40px;
	color: var(--main-color);
}
.heading.black h2 {
	color: var(--heading-color);
}


.bg-grey {
	background: #F2F2F2;
}




.soc-links {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.soc-links li {
	margin-right: 25px;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 0 5px;
}
.soc-links.orange li a {
	background: var(--main-color);
}
.soc-links.orange li a:hover {
	background: var(--mainHover-color);
}
.soc-links.green li a {
	background: var(--second-color);
}
.soc-links.green li a:hover {
	background: var(--secondHover-color);
}
.soc-links li a svg {
	flex: 0 0 16px;
	max-width: 16px;
	height: 16px;
}



.soc-linksFixed {
	position: fixed;
	bottom: 20px;
	right: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 80;
}
.soc-linksFixed li {
	margin-top: 10px;
}
.soc-linksFixed li:first-child {
	margin-top: 0;
}
.soc-linksFixed li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
}
.soc-linksFixed li a svg {
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
	transition: 1s;
}
.soc-linksFixed li a:hover svg {
	transform: scale(1.05);
}




.contacts-info {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
}
.contacts-info li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 30px;
	color: var(--heading-color);
}
.contacts-info li:last-child {
	margin-bottom: 0;
}
.contacts-info li:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--second-color);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.contacts-info li.phone:before {
    -webkit-mask-image: url(images/phone.svg);
    mask-image: url(images/phone.svg);
}
.contacts-info li.email:before {
	-webkit-mask-image: url(images/email.svg);
    mask-image: url(images/email.svg);
}
.contacts-info li.address:before {
	-webkit-mask-image: url(images/location-pin.svg);
    mask-image: url(images/location-pin.svg);
}
.contacts-info li a {
	color: var(--heading-color);
}
.contacts-info li a:hover {
	color: var(--main-color);
}




.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



.wrapper {
	position: relative;
}
.header {
	position: relative;
	background: #fff;
	box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.25);
	z-index: 99;
}
.header-wrap {
	display: flex;
	align-items: center;
}
.header-logo {
	flex: 0 0 220px;
	max-width: 220px;
	margin: 10px 0;
}
.header-inner {
	flex: auto;
	max-width: 100%;
	padding-left: 80px;
}
.header-top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #DBDBDB;
	padding: 20px 0;
}
.header-search {
	flex: 0 0 520px;
	max-width: 520px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	padding: 0;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	top: 7px;
	left: 18px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 9px 24px 9px 48px;
}
.lang-menu {
	flex: auto;
	justify-content: flex-end;
	display: flex;
	align-items: center;
	margin: 0 24px;
	padding: 0;
	list-style: none;
}
.lang-menu li {
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
	z-index: 1;
}
.lang-menu li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.lang-menu li:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 26px;
	background: #DBDBDB;
	top: calc(50% - 13px);
	right: 0;
	z-index: 1;
}
.lang-menu li:last-child:after {
	display: none;
}
.lang-menu li a {
	font-weight: 700;
	text-transform: uppercase;
}
.lang-menu li a:hover,
.lang-menu li.active a {
	color: var(--main-color);
}
.header-bottom {
	position: relative;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.main-menu > li {
	position: relative;
	margin-right: 60px;
}
.main-menu > li.menu-item-has-children {
	padding-right: 15px;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li > a {
	display: block;
	padding: 10px 0;
	color: var(--heading-color);
}
.main-menu > li:hover > a {
	color: var(--main-color);
}
.main-menu > li > i {
	position: absolute;
	top: 13px;
	right: 0;
	background: url(images/arrow-down.svg) no-repeat center;
	background-size: contain;
	width: 15px;
	height: 15px;
	transition: .25s;
	z-index: 1;
}
.main-menu > li:hover > i {
	transform: rotate(180deg);
}
.main-menu ul {
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	transform: translateY(30px);
	visibility: hidden;
	z-index: -99;
	background: #ffffff;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 10px 10px;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	width: 220px;
	transition: .25s;
}
.main-menu li:hover > ul {
	opacity: 1;
	transform: translateY(0);
	visibility: inherit;
	z-index: 99;
}
.main-menu ul > li {
	margin-bottom: 10px;
}
.main-menu ul > li:last-child {
	margin-bottom: 0;
}
.main-menu ul > li > a {
	display: block;
	padding: 5px 15px;
	color: var(--heading-color);
}
.main-menu ul > li:hover > a {
	color: var(--main-color);
}





.mainSlider-section {
	position: relative;
	z-index: 1;
}
.mainSlider-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.mainSlider-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.mainSlider-swiper {
	position: relative;
	overflow: hidden;
}
.mainSlider-item {
	position: relative;
	min-height: 620px;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}
.mainSlider-item__inner {
	position: relative;
	margin-bottom: 60px;
}
.mainSlider-item__content {
	position: relative;
	color: #ffffff;
}
.mainSlider-item__content h1 {
	font-size: 64px;
}
.mainSlider-item__button {
	position: relative;
	margin-top: 35px;
}
.mainSlider-nav {
	position: absolute;
    bottom: 40px;
    left: calc((100% - 1296px) / 2);
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}
.mainSlider-button {
	flex: 0 0 25px;
	max-width: 25px;
	height: 25px;
	background: #FEE902;
	border-radius: 0px 5px;
	border: none;
	padding: 0;
	outline: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
}
.mainSlider-button:hover {
	background: var(--mainHover-color);
}
.mainSlider-button:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-down.svg);
    mask-image: url(images/arrow-down.svg);
    background-color: var(--heading-color);
    flex: 0 0 20px;
    max-width: 20px;
    height: 20px;
	transition: .25s;
}
.mainSlider-button-prev:before {
	transform: rotate(90deg);
}
.mainSlider-button-next:before {
	transform: rotate(-90deg);
}
.mainSlider-button:hover:before {
	background: #ffffff;
}
.mainSlider-pagination {
	position: relative;
    top: 0;
    left: 0;
    flex: auto;
    max-width: 100%;
    color: #fff;
    font-weight: 700;
}




.productions-items {
	position: relative;
}
.productions-item {
	position: relative;
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
}
.productions-item:last-child {
	margin-bottom: 0;
}
.productions-item:nth-child(2n) {
	flex-direction: row-reverse;
}
.productions-item__cat {
	position: relative;
	flex: 0 0 27%;
	max-width: 27%;
	border-radius: 0 20px;
	overflow: hidden;
	z-index: 1;
}
.productions-item__cat-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.productions-item__cat-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.productions-item__cat-image:after {
	content: '';
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.productions-item__cat-inner {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 15px;
}
.productions-item__cat-inner img {
	max-width: 50px;
	flex: 0 0 50px;
	max-height: 50px;
	margin-bottom: 15px;
}
.productions-item__cat-inner h3 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #ffffff;
}
.productions-item__products {
	flex: 0 0 73%;
	max-width: 73%;
	padding-left: 25px;
}
.productions-item:nth-child(2n) .productions-item__products {
	padding-left: 0;
	padding-right: 25px;
}
.productions-button {
	position: relative;
	margin-top: 35px;
	z-index: 2;
}





.woocommerce .products ul, .woocommerce ul.products {
	margin: 0 0 -25px;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: none;
	margin: 0 20px 25px 0;
	width: inherit;
}
.woocommerce ul.products li.product:last-child, .woocommerce-page ul.products li.product:last-child {
	margin-right: 0;
}
.woocommerce-page.columns-4 ul.products li.product, .woocommerce.columns-4 ul.products li.product,
.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
	flex: 0 0 calc((100% / 4) - (3 * 20px / 4));
	max-width: calc((100% / 4) - (3 * 20px / 4));
}
.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product,
.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
	flex: 0 0 calc((100% / 5) - (4 * 20px / 5));
	max-width: calc((100% / 5) - (4 * 20px / 5));
	width: auto;
}
.woocommerce-page.columns-4 ul.products li.product:nth-child(4n), .woocommerce.columns-4 ul.products li.product:nth-child(4n),
.woocommerce ul.products.columns-4 li.product:nth-child(4n), .woocommerce-page ul.products.columns-4 li.product:nth-child(4n) {
	margin-right: 0;
}
.woocommerce-page.columns-5 ul.products li.product:nth-child(5n), .woocommerce.columns-5 ul.products li.product:nth-child(5n),
.woocommerce ul.products.columns-5 li.product:nth-child(5n), .woocommerce-page ul.products.columns-5 li.product:nth-child(5n) {
	margin-right: 0;
}
.woocommerce ul.products li.product a {
	display: flex !important;
	flex-direction: column;
	height: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	border-radius: 0px 20px;
	overflow: hidden;
}
.product-image {
	flex: 0 0 180px;
	max-height: 180px;
	margin: 15px 15px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.woocommerce ul.products li.product a img {
	width: auto;
	max-height: 180px;
	margin-bottom: 0;
	display: inline-block;
}
.product-info {
	flex: auto;
	max-height: 100%;
	margin: 0 15px 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
	margin-bottom: 10px;
	font-size: 16px;
	color: var(--heading-color);
	flex: 0 0 100%;
	max-width: 100%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
	color: var(--main-color);
}
.woocommerce ul.products li.product .price {
	margin-bottom: 0;
	font-size: 18px;
	color: var(--main-color);
	font-weight: 700;
}
.product-weight {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-weight:after {
	/*content: '';*/
    border-radius: 20px 0px 0px 0px;
    background: var(--second-color);
    height: 3px;
    flex: auto;
    max-width: 100%;
    margin-left: 60px;
    margin-right: -15px;
}
.product-btn {
	flex: 0 0 46px;
	max-height: 46px;
	border-radius: 0;
	width: 100%;
}





.advantages-item {
	position: relative;
	margin-bottom: -30px;
}
.advantages-item {
	position: relative;
	margin-bottom: 30px;
}
.advantages-item__wrap {
	position: relative;
	max-width: 250px;
	margin: 0 auto;
}
.advantages-item__image {
	position: relative;
	margin-bottom: 20px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.advantages-item__image img {
	max-height: 50px;
}
.advantages-item__wrap h6 {
	color: var(--main-color);
	margin-bottom: 10px;
}






.about-section:before {
	content: '';
    background: url(images/bg-about.png) no-repeat top;
    background-size: cover;
    width: 100%;
    height: 538px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.about-content {
	color: var(--heading-color);
}
.about-button {
	position: relative;
	margin-top: 35px;
}



.orderCall-section {
	background: rgb(251,251,26);
	background: -moz-radial-gradient(circle, rgba(251,251,26,1) 0%, rgba(255,113,37,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(251,251,26,1) 0%, rgba(255,113,37,1) 100%);
	background: radial-gradient(circle, rgba(251,251,26,1) 0%, rgba(255,113,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbfb1a",endColorstr="#ff7125",GradientType=1);
}
.orderCall-content {
	color: var(--second-color);
	margin-bottom: 30px;
}
.form-fields-orderCall {
	display: flex;
}
.form-fields-orderCall .form-field {
	margin-right: 30px;
	flex: auto;
	max-width: 100%;
}
.form-fields-orderCall .form-field-btn {
	margin-right: 0;
}
.form-fields-orderCall input[type="text"],
.form-fields-orderCall input[type="tel"] {	
	border-radius: 30px;
	border: 1px solid #ffffff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}





.news-items {
	position: relative;
	margin-bottom: -30px;
}
.news-item {
	position: relative;
	margin-bottom: 30px;
}
.news-item__wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #F2F2F2;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 0px 20px;
	overflow: hidden;
	z-index: 1;
}
.news-item__image {
	flex: 0 0 245px;
	max-height: 245px;
}
.news-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.news-item__info {
	flex: auto;
	max-height: 100%;
	padding: 15px 20px 20px;
	display: flex;
	flex-direction: column;
}
.news-item__title {
	font-size: 18px;
	margin-bottom: 15px;
	color: var(--heading-color);
}
.news-item__title a {
	color: var(--heading-color);
}
.news-item__title a:hover {
	color: var(--main-color);
}
.news-item__content {
	flex: auto;
	max-height: 100%;
	margin-bottom: 20px;
}
.news-item__more {
	position: relative;
}
.news-item__more a {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	color: var(--main-color);
}
.news-item__more a:after {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-down.svg);
    mask-image: url(images/arrow-down.svg);
    background-color: var(--main-color);
    transform: rotate(-90deg);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    z-index: 1;
    transition: .25s;
}
.news-item__more a:hover:after {
	transform: rotate(-90deg) translateY(10px);
}
.news-button {
	position: relative;
	margin-top: 35px;
	z-index: 2;
}



.iframe-map {
	position: relative;
}
.iframe-map iframe {
	width: 100%;
	height: 480px;
}



.footer {
	position: relative;
	background: #fff;
	box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.25);
	z-index: 1;
}
.footer-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-social {
	flex: 0 0 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #DBDBDB;
	padding: 20px 0 10px;
	margin-bottom: 30px;
}
.footer-social label {
	line-height: 1.2;
	margin-bottom: 0;
}
.footer-soc {

}
.footer-contacts {
	font-size: 16px;
}
.footer-widget {
	position: relative;
	max-width: 25%;
	margin-right: 30px;
}
.footer-widget-title {
	font-size: 20px;
	font-weight: bold;
	color: var(--heading-color);
	margin-bottom: 20px;
}
.footer-logo img {
	max-width: 250px;
}
.footer-menu {
	padding: 0 0 0 20px;
}
.footer-menu li {
	margin-bottom: 5px;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-menu li a {
	color: var(--heading-color);
}
.footer-menu li a:hover {
	color: var(--main-color);
}
.footer-menu ul {
	display: none;
}
.footer-button {
	margin-bottom: 30px;
}
.footer-full-address {
	max-width: 240px;
}
.copyright {
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	border-top: 1px solid #DBDBDB;
	padding: 10px 0;
	margin-top: 30px;
	font-size: 14px;
	text-align: center;
}








.page-header {
	position: relative;
	padding: 40px 0;
	z-index: 1;
}
.page-header:before {
	content: '';
	background: url(images/bg-page-header.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
}
.page-header:after {
	content: '';
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.aioseo-breadcrumbs {
	position: relative;
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}
.aioseo-breadcrumbs a {
	color: #fff;
}
.aioseo-breadcrumbs a:hover {
	color: var(--main-color);
}
.page-title {
	color: #ffffff;
}




.product-cats {
	position: relative;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.product-cats li {
	position: relative;
	margin-bottom: 18px;
}
.product-cats li:last-child {
	margin-bottom: 0;
}
.product-cats li a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 20px 25px;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	color: var(--heading-color);
	font-size: 20px;
	font-weight: 700;
	z-index: 1;
}
.product-cats li a:hover,
.product-cats li.active a {
	border-color: var(--main-color);
	color: var(--main-color);
}
.product-cats li a i {
	display: block;
	flex: 0 0 50px;
	max-width: 50px;
	height: 50px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--main-color);
    margin-right: 30px;
    transition: .25s;
}
.product-cats li a span {
	flex: auto;
	max-width: 100%;
}



.pageShop-top {
	position: relative;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: none;
	margin-bottom: 0;
}
.woocommerce .woocommerce-ordering {
	text-align: right;
}
.woocommerce .woocommerce-ordering select {
	width: auto;
	max-width: 100%;
}
.term-description,
.page-description {
	position: relative;
	margin-top: 50px;
	z-index: 2;
}




.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: none;
	width: 100%;
	margin-bottom: 0;
}
.productSingle-image {
	text-align: center;
}
.productSingle-image img {
	max-height: 360px;
}
.woocommerce div.product .product_title {
	margin-bottom: 30px;
	color: var(--heading-color);
}
.productSingle-content {
	position: relative;
}
.productSingle-content-heading {
	color: var(--heading-color);
}
.woocommerce div.product div.summary {
	height: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-size: 24px;
	font-weight: 700;
	color: var(--main-color);
}
.woocommerce-product-details__short-description {
	flex: auto;
	max-height: 100%;
	color: var(--heading-color);
}
.woocommerce-product-details__short-description p {
	margin-bottom: 10px;
}
.woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}




.error-404-number {
	font-size: 220px;
	color: var(--second-color);
	font-weight: bold;
	text-align: center;
	line-height: 1;
}




.navigation.pagination {
	display: block;
	position: relative;
	margin-top: 50px;
	z-index: 2;
}
.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-links .page-numbers {
	margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px;
    height: 32px;
    min-width: 32px;
    text-align: center;
    padding: 0 5px;
    transition: .25s;
}
.nav-links .page-numbers:last-child {
	margin-right: 0;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
	background: var(--main-color);
	color: #ffffff;
}






.newsSingle-wrap {
	position: relative;
	overflow: hidden;
}
.newsSingle-image {
	position: relative;
	display: inline-block;
	border-radius: 0 20px;
	overflow: hidden;
	float: left;
	margin: 0 40px 20px 0;
}
.newsSingle-image img {
	max-width: 420px;
	max-height: 320px;
}





.header-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 62px;
	max-width: 62px;
}
.header-toggle button {
	flex: 0 0 32px;
	max-width: 32px;
	height: 32px;
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--heading-color);
	border-radius: 0;
	border: none;
	padding: 0;
	outline: none !important;
	transition: .25s;
}
.header-toggle button:hover {
	background-color: var(--main-color);
}


.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
  	transition: .25s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .25s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
	position: relative;
	background: #fff;
	border-radius: 4px 0 0 4px;
	height: 100%;
	width: 100%;
	max-width: 420px;
	margin-left: auto;
	transform: translateX(100%);
	padding: 70px 20px 20px;
	transition: .25s;
	overflow: auto;
	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
	position: absolute;
	top: 20px;
	right: 20px;
	-webkit-mask-image: url(images/cancel.svg);
	mask-image: url(images/cancel.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--heading-color);
	width: 24px;
	height: 24px;
	border: none;
	padding: 0;
	outline: none !important;
	transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--main-color);
}






@media (max-width: 1399px) {
	.header-logo {
		flex: 0 0 180px;
		max-width: 180px;
	}
	.header-inner {
		padding-left: 50px;
	}
	.header-top,
	.header-bottom {
		padding: 12px 0;
	}
	.main-menu > li {
		margin-right: 45px;
	}
	.mainSlider-nav {
		left: calc((100% - 1116px) / 2);
	}
	.mainSlider-item__content h1 {
	    font-size: 56px;
	}
	.productions-item__cat {
		flex: 0 0 23%;
		max-width: 23%;
	}
	.productions-item__products {
		flex: 0 0 77%;
		max-width: 77%;
	}
	.product-cats li a {
		font-size: 18px;
	}
	.footer-logo img {
	    max-width: 180px;
	}
}





@media (max-width: 1199px) {
	h1,
	.heading h2 {
		font-size: 36px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 21px;
	}
	h6 {
		font-size: 18px;
	}
	.btn {
		--bs-btn-padding-x: 30px;
		min-width: 165px;
	}
	.heading {
		margin-bottom: 35px;
	}
	.header-logo {
	    flex: 0 0 150px;
	    max-width: 150px;
	}
	.header-search {
	    flex: 0 0 380px;
	    max-width: 380px;
	}
	.main-menu > li {
	    margin-right: 35px;
	}
	.mainSlider-item {
		min-height: 480px;
	}
	.mainSlider-item__content h1 {
	    font-size: 48px;
	}
	.mainSlider-nav {
		left: calc((100% - 936px) / 2);
	}
	.productions-item__cat {
	    flex: 0 0 20%;
	    max-width: 20%;
	}
	.productions-item__products {
	    flex: 0 0 80%;
	    max-width: 80%;
	    padding-left: 20px;
	}
	.productions-item:nth-child(2n) .productions-item__products {
	    padding-left: 0;
	    padding-right: 20px;
	}
	.productions-item__cat-inner img {
		margin-bottom: 10px;
	}
	.productions-item__cat-inner h3 {
		font-size: 21px;
	}
	.news-item__image {
	    flex: 0 0 200px;
	    max-height: 200px;
	}
	.iframe-map iframe {
		height: 360px;
	}
	.footer-logo img {
	    max-width: 150px;
	}
	.footer-full-address {
	    max-width: 215px;
	}
	.product-cats li a i {
	    flex: 0 0 36px;
	    max-width: 36px;
	    height: 36px;
	    margin-right: 15px;
	}
	.product-image {
	    flex: 0 0 140px;
	    max-height: 140px;
	}
	.woocommerce ul.products li.product a img {
		max-height: 140px;
	}
	.productSingle-image img {
	    max-height: 300px;
	}
}




@media(max-width:991px) {
	.header {
		position: sticky;
		top: 0;
	}
	.header-inner {
	    padding-left: 30px;
	}
	.header-top {
		border-bottom: none;
		justify-content: flex-end;
	}
	.header-logo {
	    flex: 0 0 120px;
	    max-width: 120px;
	}
	.header-search {
	    flex: 0 0 25px;
	    max-width: 25px;
		overflow: hidden;
	}
	.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler, html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
	    max-width: 25px;
	}
	.dgwt-wcas-search-icon {
	    width: 25px;
	}
	.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler {
	    max-width: 25px !important;
	    height: 25px;
	}
	.lang-menu {
		flex: 0 0 auto;
		margin-right: 0;
	}
	.mainSlider-item {
		text-align: center;
	}
	.mainSlider-item__image {
		margin-bottom: 25px;
	}
	.mainSlider-item__image img {
		max-height: 280px;
	}
	.mainSlider-item__content h1 {
	    font-size: 40px;
	}
	.mainSlider-item__button {
		margin-top: 25px;
	}
	.mainSlider-nav {
		left: calc(50% - 70px);
	}
	.productions-item {
		margin-bottom: 40px;
	}
	.productions-item__cat {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.productions-item__products {
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding: 0 !important;
	}
	.about-section {
		text-align: center;
	}
	.about-image {
		margin-bottom: 25px;
	}
	.about-image img {
		max-height: 320px;
	}
	.footer-widget {
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.footer-logo,
	.footer-widget-title,
	.footer-button,
	.footer-full-address {
		text-align: center;
	}
	.footer-widget-title {
		font-size: 18px;
	}
	.footer-menu {
		max-width: 200px;
		margin: auto;
		text-align: center;
	}
	.footer-contacts {
		max-width: 100%;
		margin: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.footer-full-address {
		margin:auto;
		max-width: 100%;
	}

	.main-menu {
		display: block;
		margin-bottom: 40px;
	}
	.main-menu > li {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.main-menu > li:last-child {
		margin-bottom: 0;
	}
	.main-menu > li.menu-item-has-children {
		padding-right: 30px;
	}
	.main-menu > li > i {
	    top: 5px;
	    background-size: 24px;
	    width: 30px;
	    height: 30px;
	    cursor: pointer;
	}
	.main-menu > li:hover > i {
		transform: rotate(0deg);
	}
	.main-menu > li.active > i {
		transform: rotate(180deg);
	}
	.main-menu ul {
		position: relative;
		opacity: 1;
	    transform: translateY(0);
	    visibility: inherit;
	    z-index: 99;
	    width: calc(100% + 30px);
	    display: none;
	    box-shadow: none;
	    margin-left: 30px;
	}
	.main-menu li.active > ul {
		display: block;
	}
	.main-menu ul > li > a {
		padding: 5px 0;
	}
	.product-cats {
		display: none;
	}
	.active > .product-cats {
		display: block;
		margin-top: 20px;
	}
	.productSingle-image {
		margin-bottom: 25px;
	}
	.woocommerce div.product .product_title {
		margin-bottom: 20px;
	}
	.woocommerce div.product div.summary,
	.productSingle-content {
		text-align: center;
	}
	.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product,
	.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
		flex: 0 0 calc((100% / 4) - (3 * 20px / 4));
		max-width: calc((100% / 4) - (3 * 20px / 4));
		width: auto;
	}
	.woocommerce-page.columns-5 ul.products li.product:nth-child(5n), .woocommerce.columns-5 ul.products li.product:nth-child(5n),
	.woocommerce ul.products.columns-5 li.product:nth-child(5n), .woocommerce-page ul.products.columns-5 li.product:nth-child(5n) {
		margin-right: 20px;
	}
	.woocommerce-page.columns-5 ul.products li.product:nth-child(4n), .woocommerce.columns-5 ul.products li.product:nth-child(4n),
	.woocommerce ul.products.columns-5 li.product:nth-child(4n), .woocommerce-page ul.products.columns-5 li.product:nth-child(4n) {
		margin-right: 0;
	}
	.woocommerce .related ul.products li.product:nth-child(5n) {
		display: none;
	}
	.newsSingle-image {
		float: none;
		margin-right: 0;
	}
	.newsSingle-image img {
		max-width: 100%;
	}

	.error-404-number {
	    font-size: 160px;
	}
}




@media (max-width: 767px) {
	h1,
	.heading h2 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 21px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.mainSlider-item__content h1 {
	    font-size: 36px;
	}
	.mainSlider-item__image img {
	    max-height: 240px;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
		margin: 0 20px 25px 0;
		width: auto;
	}
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
		margin-right: 0;
	}
	.form-fields-orderCall {
		flex-wrap: wrap;
	}
	.form-fields-orderCall .form-field {
		margin-right: 0;
		margin-bottom: 15px;
		flex: 0 0 100%;
	}
	.form-field-btn {
		text-align: center;
	}
	.woocommerce .related ul.products li.product:nth-child(5n) {
		display: block;
	}
}




@media (max-width: 575px) {
	.mainSlider-item__content h1 {
	    font-size: 32px;
	}
	.woocommerce-result-count {
		margin-bottom: 15px !important;
	}
	.woocommerce .woocommerce-ordering {
		text-align: left;
	}
	.woocommerce .woocommerce-ordering select {
		width: 100%;
	}
	.woocommerce ul.products li.product .price {
		font-size: 16px;
	}
	.woocommerce div.product .product_title {
		font-size: 24px;
	}
	.woocommerce div.product p.price, .woocommerce div.product span.price {
		font-size: 20px;
	}
	.soc-linksFixed {
		right: 10px;
	}
	.header-logo img {
		max-height: 60px;
	}
}