/*!
Theme Name: gyumryfish
Theme URI: http://underscores.me/
Author: ApricotSpace
Author URI: https://www.apricotspace.com
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: gyumryfish
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.

gyumryfish 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Fonts
	- Vars
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
	font-family: "MontserratArm";
	src: url("fonts/Montserratarm-Regular.otf") format("opentype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

@font-face {
	font-family: "MontserratArm";
	src: url("fonts/Montserratarm-Medium.otf") format("opentype");
	font-style: normal;
	font-display: swap;
	font-weight: 500;
}

@font-face {
	font-family: "MontserratArm";
	src: url("fonts/Montserratarm-SemiBold.otf") format("opentype");
	font-style: normal;
	font-display: swap;
	font-weight: 600;
}

/*--------------------------------------------------------------
# Vars
--------------------------------------------------------------*/
:root {
	--primary: #0A4058;
	--secondary: #95B08F;
	--light-text: #FFFFFF;
	--dark-text: #000000;
	--page-bg: #FAFAFA;
	--transition-duration: 0.3s;
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--page-bg);
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
}

/* Links
--------------------------------------------- */
a {
	color: var(--secondary);
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	/* color: #191970; */
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background: none;
	color: var(--dark-text);
	border: none;
	border-bottom: 1px solid #737B7D;
	padding: 11px 16px;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
	letter-spacing: 0.5px;
}

input[data-autocompleted] {
	background-color: transparent !important;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 10000s ease-in-out 0s;
	-webkit-transition: background-color 10000s ease-in-out 0s;
	-o-transition: background-color 10000s ease-in-out 0s;
	box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, 0);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: 0;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	resize: none;
	height: 84px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: 0;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	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;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* new */
.container {
	max-width: 1210px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.sr-only {
	position: absolute;
	margin: -1px;
	padding: 0;
	height: 1px;
	width: 1px;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	border: 0;
}

.iconic {
	line-height: 0;
	-webkit-tap-highlight-color: unset;
	display: block;
	outline: none;
}

.object-cover,
.object-contain {
	position: relative;
	overflow: hidden;
}

.object-contain img,
.object-contain svg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.object-cover img,
.object-contain svg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zoom img {
	transition: 0.4s ease;
}

.zoom:hover img {
	transform: scale(1.2);
}

.editor-content {
	word-break: break-word;
}

.editor-content *:first-child {
	margin-top: 0;
}

.editor-content *:last-child {
	margin-bottom: 0;
}

.heading-bordered,
.editor-content h2 {
	border-left: 5px solid var(--secondary);
	padding: 0 0 0 15px;
}

.heading-2,
.editor-content h2 {
	font-size: 36px;
	font-weight: 500;
	font-weight: 500;
	line-height: 43.88px;
	text-align: left;
	margin: 0 0 30px;
}

.heading-2--light,
.heading-bordered--light {
	color: var(--light-text);
	border-left-color: var(--light-text);
}

.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 26px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	cursor: pointer;
	border: 1px solid var(--primary);
	border-radius: 2px;
	box-shadow: 0px 0px 5.6px 0px rgba(0, 0, 0, 0.25);
	background-color: var(--light-text);
	color: var(--primary);
}

.btn:active,
.btn:hover,
.btn:focus {
	border-color: var(--primary);
}

.btn--dark {
	background-color: var(--primary);
	color: var(--light-text);
	box-shadow: 0px 1px 11.9px -1px rgba(0, 0, 0, 0.25);
	border: none;
}

.waved {
	position: relative;
	padding-bottom: 25px;
}

.waved::after {
	content: "";
	width: 37px;
	height: 12px;
	background: url(./img/wave.svg) left center / cover no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}

.waved--light::after {
	background-image: url(./img/wave-light.svg);
}

body {
	color: var(--dark-text);
	font-size: 14px;
	line-height: 21px;
	font-family: 'MontserratArm', sans-serif;
	font-weight: 400;
	min-width: 300px;
}

/* header */
.site-header {
	width: 100%;
}

.site-header__top {
	background-color: var(--primary);
	color: var(--light-text);
	padding: 6px 0;
}

.site-header__top-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
}

.site-header__top img {
	width: 24px;
	height: 24px;
}

.site-header__top a {
	line-height: 0;
}

.phone-link {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--light-text);
}

.social-links {
	display: flex;
	align-items: center;
	gap: 25px;
}

.site-header__bottom {
	background-color: var(--light-text);
	box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.25);
	padding: 12px 0;
}

.site-header__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-branding__link {
	width: 148px;
	height: 46px;
	display: block;
}

.menu-toggle {
	display: none;
	border: none;
	background: none;
	padding: 5px 0 5px 10px;
	outline: 0;
	position: relative;
}

.toggled .menu-toggle {
	width: 30px;
	height: 30px;
}

.toggled .menu-toggle__line {
	margin: 0 !important;
	position: absolute;
	right: 0;
}

.toggled .menu-toggle__line:nth-last-of-type(2) {
	display: none;
}

.toggled .menu-toggle__line:nth-last-of-type(1) {
	transform: rotate(45deg);
}

.toggled .menu-toggle__line:nth-last-of-type(3) {
	transform: rotate(-45deg);
}

.menu-toggle__line {
	display: block;
	width: 32.5px;
	border: 2.5px solid var(--dark-text);
	border-radius: 10px;
	transition: 0.3s;
}

.menu-toggle__line+.menu-toggle__line {
	margin-top: 5.5px;
}

.main-navigation {
	margin-left: 76px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-navigation .nav-menu {
	display: flex;
	align-items: center;
	gap: 40px;
}

.main-navigation .nav-menu a {
	color: var(--dark-text);
	font-size: 16px;
	font-weight: 400;
	line-height: 19.5px;
	text-transform: capitalize;
}

.main-navigation .current-menu-item a,
.footer__nav .current-menu-item a {
	font-weight: 500;
	text-shadow: 0.5px 0px 0px var(--dark-text);
}

.main-navigation .menu-item:not(.current-menu-item) a:hover {
	text-shadow: 0.5px 0px 0px var(--dark-text);
}

.footer__nav .menu-item:not(.current-menu-item) a:hover {
	text-shadow: 0.3px 0.3px 0px var(--light-text);
}

.site-header--light .phone-link {
	color: var(--dark-text);
}

/* wpml language dropdown */
.wpml-ls {
	width: unset;
}

.wpml-ls-sub-menu {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}

.wpml-ls a.wpml-ls-item-toggle,
.wpml-ls .wpml-ls-current-language:hover>a,
.wpml-ls a {
	border: none;
	background: var(--light-text);
}

.wpml-ls .wpml-ls-sub-menu,
.wpml-ls .wpml-ls-sub-menu a {
	border: 0;
}

.wpml-ls .wpml-ls-item:not(:first-child) {
	border-top: 1px solid rgba(217, 217, 217, 1);
}

.wpml-ls .wpml-ls-current-language:focus .wpml-ls-sub-menu,
.wpml-ls .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wpml-ls .wpml-ls-sub-menu {
	right: unset;
}

.wpml-ls-flag {
	width: 30px;
	height: 20px;
	box-shadow: 0px 1px 4.1px 0px rgba(0, 0, 0, 0.25);
}

.wpml-ls-sub-menu a {
	padding: 9px 13px;
}

/* footer */
.site-footer {
	background-color: var(--primary);
	color: var(--light-text);
	padding: 60px 0 30px;
}

.footer__cols {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.footer__logo {
	display: block;
	width: 170px;
	height: 58px;
	margin-bottom: 26px;
}

.footer__description {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	max-width: 370px;
	margin: 0;
}

.footer__nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer__nav ul li {
	margin-bottom: 27px;
}

.footer__nav a {
	color: inherit;
	font-size: 18px;
	font-weight: 400;
	line-height: 21.94px;
	text-align: left;
	text-transform: capitalize;
}

.footer__title {
	font-size: 18px;
	font-weight: 400;
	line-height: 21.94px;
	text-align: left;
	margin: 0 0 20px;
	text-transform: capitalize;
}

.social-media {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 30px;
	width: 90px;
}

.social-media__item {
	display: block;
	width: 30px;
	height: 30px;
}

.site-info {
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.copyright {
	font-size: 11px;
	font-weight: 500;
	line-height: 13.41px;
	text-align: left;

}

.creators__link {
	display: block;
	width: 64px;
	height: 20px;
}

/* main slider */
.main-slider-wr {}

.main-slider__item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: var(--primary);
	height: 523px;
	padding: 20px;
}

.main-slider__item img {
	position: absolute;
	left: 0;
	top: 0;
}

.main-slider__item .title {
	font-size: 44px;
	font-weight: 500;
	line-height: 53.64px;
	text-align: center;
	color: var(--light-text);
	text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.22);
	position: relative;
	max-width: 478px;
}

.main-slider__item .link {
	margin: 30px 0 0;
	position: relative;
}

.main-slider .owl-dots {
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.main-slider button.owl-dot {
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: rgba(209, 209, 209, 0.8);
	transition: 0.3s;
}

.main-slider button.owl-dot.active {
	background-color: var(--light-text);
	width: 22px;
	border-radius: 5px;
}

/* about us */
.about-us {
	padding: 64px 0 80px;
	background: var(--page-bg);
	min-height: 300px;
}

.about-us__inner {
	position: relative;
}

.about-us__content {
	max-width: calc(100% - 411px);
	word-break: break-word;
	position: relative;
	z-index: 3;
}

.about-us__image-box {
	width: 411.02px;
	height: 417.54px;
	flex-shrink: 0;
	position: absolute;
	right: -25px;
	top: 0;
	z-index: 2;
}

/* partners */
.partners {
	padding: 60px 0;
	background-color: var(--secondary);
	color: var(--light-text);
}

.partners__content {
	max-width: 787px;
}

.partners__list {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 30px 0 0;
	padding: 0;
}

.partners__item {
	width: 206px;
	min-height: 206px;
	height: 100%;
	background: rgba(255, 255, 255, 0.85);
	padding: 44px 15px 25px;
	color: var(--dark-text);
	font-weight: 500;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-align: center;
	display: block;
	overflow: hidden;
	transition: 0.3s ease;
	box-shadow: 0px 0px 14.4px 2px rgba(0, 0, 0, 0.15);
}

.img-box {
	width: 83px;
	height: 80px;
	margin: 0 auto 20px;
}

.name {
	word-wrap: break-word;
}

/* product */
.product {
	/* width: 288px; */
	background-color: var(--light-text);
	box-shadow: 0px 0px 7.2px 0px rgba(0, 0, 0, 0.25);
}

.product__img-wr {
	width: 100%;
	height: 288px;
	border-bottom: 1px solid rgba(141, 141, 141, 0.5);
	margin: 0 auto;
	overflow: hidden;
}

.product__footer {
	padding: 16px 0 14px;
}

.product__content {
	padding: 0 16px;
}

.product__name {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-align: left;
	word-wrap: break-word;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 46px;
	margin: 0;
}

.product__price .price {
	margin-top: 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 19.5px;
	text-align: right;
	color: var(--secondary);
	text-align: right;
	padding: 0 14px;
	height: 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 12px;
}

.product__price del {
	color: #8E8E8E;
}

.product__price ins {
	background: none;
}

.product__price .woocommerce-Price-currencySymbol img {
	width: 11px;
	height: auto;
}

.product__price bdi {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/* leading products */
.leading-products {
	padding: 80px 0 100px;
	overflow: hidden;
}

.leading-products-slider .owl-stage {
	padding: 5px;
	margin: 0 auto;
}

.leading-products-slider .owl-nav {
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: space-between;
	width: 105%;
	pointer-events: none;
}

.leading-products-slider .owl-nav button.owl-next,
.leading-products-slider .owl-nav button.owl-prev {
	pointer-events: initial;
}

.leading-products-slider .owl-nav svg {
	width: 33px;
	height: auto;
}

.leading-products-slider .owl-nav button.owl-next.disabled path,
.leading-products-slider .owl-nav button.owl-prev.disabled path {
	fill: #333333;
	opacity: 0.5;
}

.leading-products-slider .owl-nav button.owl-next.disabled,
.leading-products-slider .owl-nav button.owl-prev.disabled {
	cursor: initial;
}

/* yoast breadcrumbs */
.yoast-breadcrumbs {
	background: rgba(0, 0, 0, 0.28);
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.yoast-breadcrumbs__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 36px;
}

.yoast-breadcrumbs a {
	color: var(--light-text);
	text-decoration: none;
}

.yoast-breadcrumbs .breadcrumb_last {
	color: var(--light-text);
	font-weight: 500;
}

/* page  */
.page-banner {
	height: 255px;
	background-color: var(--primary);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.post-banner__img {
	position: absolute;
	left: 0;
	top: 0;
}

.entry-content {
	padding: 50px 0 100px;
	margin-top: 0;
}

.entry-header {
	position: relative;
}

.entry-title {
	text-align: center;
	font-weight: 500;
	font-size: 44px;
	font-weight: 500;
	line-height: 53.64px;
	color: var(--light-text);
	margin: 0;
	text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.3);
}

/* gallery */
.gallery-box {
	display: grid;
	grid-gap: 34px;
}

.gallery-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 36px;
	grid-template-rows: repeat(1, 269px);
	grid-auto-rows: 269px;
}

.gallery-row:nth-of-type(odd) .gallery__item:nth-child(1) {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}

.gallery__item {
	height: 100%;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	background-color: grey;
	box-shadow: 0px 0px 14.4px 2px rgba(0, 0, 0, 0.15);
}

.gallery__item-box {
	height: 100%;
}

.gallery-row:nth-of-type(even) .gallery__item:last-child:not(:first-child):not(:nth-child(2)) {
	grid-column: 3 / 5;
	grid-row: 1 / 3;
}

.gallery__btn {
	margin: 30px auto 0;
}

/* magnific popup */
.mfp-figure figcaption {
	display: none;
}

.mfp-close-btn-in .mfp-close {
	font-size: 45px;
}

.mfp-content .mfp-figure:after {
	display: none;
}

.mfp-zoom-out-cur {
	cursor: initial;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

/* wc */
.products {
	margin: 0;
	padding: 0;
	display: grid;
	grid-gap: 9px;
	grid-template-columns: repeat(4, 1fr);
}

.products li {
	list-style-type: none;
}

.woocommerce-result-count {
	display: none;
}

.products__footer {
	margin-top: 30px;
}

.products__show-more {
	margin: 0 auto;
}

/* product categories */
.product-cat {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-cat__link+.product-cat__link {
	margin-top: 58px;
	display: block;
}

.product-cat__title a,
.product-cat__link {
	color: var(--dark-text);
}

.product-cat__title {
	font-size: 32px;
	width: 290px;
	flex-shrink: 0;
	margin-right: 25px;
	word-wrap: break-word;
	word-break: break-word;
}

.product-cat__thumb-box {
	height: 270px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.19);
	width: 100%;
}

.onsale {
	display: none;
}

/* contact us */


.contact {
	display: grid;
	grid-gap: 40px 73px;
	grid-template-columns: repeat(2, 1fr);
}

.contact__text {
	margin-bottom: 50px;
}

.form-group {
	display: block;
	position: relative;
}

.form-group+.form-group {
	margin-top: 20px;
}

.form__label-text {
	position: absolute;
	left: 16px;
	top: 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
	letter-spacing: 0.5px;
	color: #8E8E8E;
	transition: 0.3s;
	z-index: 2;
}

.form__label-text.focused {
	transform: translate(0, -100%);
}

.form__files-wr {
	display: inline-block;
}

.form__file {
	width: max-content;
}

.form__file .icon {
	width: 24px;
	height: auto;
	margin-right: 6px;
}

.form__files {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.form__files-item,
.form__files-name-wr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 6px;
}

.form__files-item {
	border: 1px solid #8E8E8E;
	padding: 8px 16px
}

.form__files-name {
	word-break: break-word;
	margin: 0 0 0 4px;
	color: #8E8E8E;
}

.form__files-item .icon {
	width: 18px;
	height: auto;
	flex-shrink: 0;
}

.form__files-item .file-delete {
	cursor: pointer;
	width: 14px;
}

.form-acceptance {
	margin-top: 24px;
}

.form-submit {
	margin-top: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-form__submit {
	color: var(--secondary);
}

/* wpcf7 */
.wpcf7-list-item {
	margin: 0
}

.wpcf7-spinner {
	display: none;
}

.form-submitting .wpcf7-spinner {
	display: block;
}

.wpcf7-acceptance label {
	display: flex;
	align-items: center;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	margin-left: 5px;
}

.map {
	max-width: 560px;
	width: 100%;
	height: 533.39px;
	box-shadow: 0px -1px 12.9px 0px rgb(0 0 0 / 25%);
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}

.map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.contact-add-info {
	background: #EEEEEE;
	min-height: 367px;
	margin-top: 50px;
	overflow: hidden;
}

.contact-add-info .container {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}

.bg-text {
	position: absolute;
	left: 0;
	top: -30px;
	font-weight: 500;
	font-size: 212px;
	font-weight: 500;
	line-height: 214.12px;
	text-align: left;
	color: var(--page-bg);
	text-transform: uppercase;
	pointer-events: none;
}

.contact-add-info__group {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 40px 60px;
	position: relative;
}

.contact-add-info__item {
	transition: 0.3s;
	width: 206px;
	height: 206px;
	padding: 47px 16px;
	background: rgba(149, 176, 143, 0.56);
	box-shadow: 0px 8px 35px 0px rgba(193, 207, 190, 1);
	text-align: center;
}

.contact-add-info__item .icon {
	width: 40px;
	height: 40px;
	margin-bottom: 20px;
}

.contact-add-info__title {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: var(--primary);
	margin: 0;
	transition: 0.3s;
}

.contact-add-info__text {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: var(--light-text);
	margin: 0;
}

/* qa */
.qa {
	background: #F2F2F2;
}

.qa__inner {
	padding: 40px 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 425px;
}

.qa__inner .bg-text {
	text-align: right;
	left: unset;
	right: 0;
	color: rgba(250, 250, 250, 0.6);
	text-transform: capitalize;
}

.qa_left {
	min-width: 520px;
	position: relative;
	margin-right: 30px;
	padding-left: 24px;
}

.qa__text {
	margin-bottom: 24px;
}

.qa__text h2 {
	margin-left: -24px;
}

.qa__list {
	margin: 0;
	padding: 0;
	list-style-type: none;

}

.qa__item {
	display: flex;
	align-items: center;
}

.qa__item+.qa__item {
	margin-top: 24px;
}

.qa__icon-wr {
	min-width: 50px;
	width: 50px;
	height: 50px;
	margin-right: 15px;
}

.qa__icon-wr img {
	width: 100%;
	height: 100%;
}

.qa__descr {
	margin: 0;
	word-break: break-word;
}

.qa__awards {
	position: relative;
}

.awards {
	display: flex;
	align-items: center;

}

.awards__item {
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.16);
	padding: 23px;
	box-sizing: content-box;
}

.awards__item+.awards__item {
	margin-left: 60px;
}

.awards__figure {
	width: 200px;
	height: 200px;
	background: var(--light-text);
	border-radius: 50%;
	box-shadow: 0px 1px 12.2px -2px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	outline: 2px solid rgba(0, 0, 0, 0.2);
	outline-offset: 12px;
	margin: 0;
	padding: 35px;
	box-sizing: border-box;
}

.qa-products {
	padding-top: 80px;
}

.qa-products__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 8px;
}

.qa-products__btn {
	margin: 30px auto 0;
	color: var(--secondary);
	width: max-content;
}

.no-scroll {
	overflow: hidden;
}

/* error 404 */
.error-404__img-box {
	margin: 0 auto 30px;
	max-width: 556px;
}

.error-404__title {
	font-size: 36px;
	font-weight: 500;
	line-height: 43.88px;
	text-align: center;
	color: var(--primary);
	text-transform: uppercase;
	margin: 0 0 25px;
}

.error-404__link {
	color: var(--secondary);
	width: max-content;
	margin: 0 auto 0;
}

.term-description {
	margin-bottom: 20px;
}

.term-description img,
.term-description img:last-child,
.term-description img:first-child {
	margin: 0 20px 15px;
	box-shadow: 0px -1px 12.9px 0px rgb(0 0 0 / 25%);
	display: inline-block;
}

.term-description img.aligncenter {
	display: block;
	margin: 0 auto 25px;
}

.term-description blockquote {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
}
.term-description blockquote p {
	margin: 0;
}
.term-description blockquote::after, .term-description blockquote::before {
	content: none;
}

/* hover effects */

@media (min-width: 992px) {

	.partners__item:hover {
		transform: translateY(-10px);
		background-color: var(--primary);
		color: var(--light-text);
	}

	.contact-add-info__item:hover {
		background: rgba(10, 64, 88, 1);
		box-shadow: 0px 4px 18.7px 0px rgba(73, 118, 138, 0.75);
		transform: translateY(-10px);
	}

	.contact-add-info__item:hover .contact-add-info__title {
		color: var(--light-text);
	}

}

@media (max-width: 1280px) {
	.container {
		max-width: 960px;
	}

	.main-navigation {
		margin-left: 50px;
	}

	.main-navigation .nav-menu {
		gap: 20px;
	}

	.about-us__image-box {
		right: -10px;
	}

	.gallery-row,
	.gallery-box {
		grid-gap: 16px;
	}

	.gallery-row {
		grid-template-rows: repeat(1, 220px);
		grid-auto-rows: 220px;
	}

	.contact {
		grid-gap: 50px;
	}

	.bg-text {
		font-size: 16vw;
		line-height: 1;
		top: -15px;
	}

	.qa__inner {
		flex-direction: column;
		gap: 50px;
		padding: 50px 0 45px;
		min-height: unset;
	}

	.qa-products__list .product__img-wr,
	.products .product__img-wr {
		height: 225px;
	}
}


@media (max-width: 991px) {
	.container {
		max-width: 720px;
	}

	.site-header__top-inner {
		justify-content: center;
	}

	.social-links,
	.site-header__top-inner {
		gap: 32px;
	}

	.site-branding__link {
		width: 109.21px;
		height: 34px;
	}

	.main-navigation {
		margin-left: 20px;
		width: auto;
	}

	.menu-toggle {
		display: block;
	}

	.wpml-ls {
		width: max-content;
		margin: 0 auto;
	}

	.wpml-ls .wpml-ls-current-language:focus .wpml-ls-sub-menu,
	.wpml-ls .wpml-ls-current-language:hover .wpml-ls-sub-menu {
		display: block;
		position: relative;
	}

	.wpml-ls .wpml-ls-current-language:hover>a,
	.wpml-ls a:focus,
	.wpml-ls a:hover {
		background: none;
	}

	.wpml-ls-sub-menu {
		box-shadow: none;
	}

	.wpml-ls-sub-menu a {
		padding: 10px;
	}

	.wpml-ls .wpml-ls-item:not(:first-child) {
		border: none;
	}

	.phone-link__text {
		display: none;
	}

	.site-header {
		position: relative;
		z-index: 10;
	}

	.site-header__bottom {
		position: relative;
	}

	.main-navigation {
		position: absolute;
		margin-left: 0;
		right: 100%;
		width: 100%;
		height: calc(100vh - 90px);
		top: 100%;
		background-color: var(--light-text);
		z-index: 3;
		padding-bottom: 25px;
		overflow-y: auto;
		width: 0;
		transition: right 0.3s;
		display: block;
	}

	.toggled .main-navigation {
		width: 100%;
		right: 0;
	}

	.main-navigation .nav-menu {
		flex-direction: column;
		padding: 40px 15px 35px;
		gap: 36px;
	}

	.main-navigation .nav-menu a {
		font-weight: 500;
	}

	.site-footer {
		padding: 50px 0 20px;
	}

	.footer__logo {
		margin: 0 auto 20px;
	}

	.footer__description {
		max-width: 420px;
		text-align: center;
		margin: 0 auto 30px;
	}

	.footer__cols {
		flex-direction: column;
		gap: 0;
	}

	.footer__nav ul li {
		text-align: center;
		margin-bottom: 30px;
	}

	.footer__title {
		margin-bottom: 10px;
		text-align: center;
	}

	.social-media {
		max-width: max-content;
		grid-gap: 15px 25px;
		margin: 0 auto;
	}

	.site-info {
		margin-top: 50px;
	}

	.main-slider__item {
		height: 427px;
	}

	.main-slider__item .title {
		font-size: 26px;
		font-weight: 500;
		line-height: 31.69px;
		text-align: center;
	}

	.main-slider__item .link {
		margin: 10px 0 0;
	}

	.btn {
		font-size: 15px;
		line-height: 18.28px;
		padding: 9px 26px;
	}

	.heading-2,
	.editor-content h2 {
		font-size: 24px;
		font-weight: 500;
		line-height: 29.26px;
		text-align: left;
		margin: 0 0 20px;
	}

	.main-slider .owl-dots {
		bottom: 15px;
	}

	.about-us {
		padding: 50px 0 70px;
		min-height: unset;
	}

	.about-us__content {
		max-width: 100%;
	}

	.about-us__image-box {
		width: 220px;
		height: 225px;
		right: 0;
		top: calc(100% - 70px);
	}

	.partners {
		padding: 50px 0;
	}

	.partners__item {
		width: 136px;
		min-height: 136px;
		padding: 25px 5px 13px;
		font-size: 15px;
		line-height: 22px;
	}

	.partners__list {
		margin: 25px 0 0;
		gap: 16px;
	}

	.img-box {
		width: 60px;
		height: 60px;
		margin-bottom: 15px;
	}

	.page-banner {
		height: 204px;
	}

	.entry-title {
		font-size: 26px;
		line-height: 31.69px;
	}

	.yoast-breadcrumbs__inner {
		min-height: 28px;
	}

	.yoast-breadcrumbs a,
	.yoast-breadcrumbs .breadcrumb_last {
		font-size: 12px;
		line-height: 14.63px;
	}

	.gallery-row {
		grid-template-rows: repeat(1, 160px);
		grid-auto-rows: 160px;
	}

	.contact-add-info__group {
		gap: 30px;
	}

	.qa-products {
		padding-top: 50px;
	}

	.qa-products__list,
	.products {
		grid-template-columns: repeat(2, 1fr);
	}

	.qa-products__list .product__img-wr,
	.products .product__img-wr {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		position: relative;
	}

	.qa-products__list .product__img-wr img,
	.products .product__img-wr img {
		position: absolute;
		left: 0;
		top: 0;
	}

	.error-404 .entry-content {
		padding-top: 30px;
	}

	.error-404__title {
		font-size: 20px;
		line-height: 24.38px;
		margin-bottom: 20px;
	}

	.product-cat__title {
		font-size: 20px;
		font-weight: 500;
		line-height: 24.38px;
		border-left: 5px solid var(--secondary);
		padding-left: 14px;
	}

	.product-cat {
		flex-direction: column;
		align-items: flex-start;
	}

	.product-cat__link+.product-cat__link {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.container {
		max-width: 540px;
	}

	.leading-products {
		padding: 50px 0 100px;
	}

	.leading-products-slider .owl-item {}

	.product__img-wr {
		width: 216px;
		height: 216px;
	}

	.product__footer {
		padding: 12px 0 10px;
	}

	.product__content,
	product__price .price {
		padding: 0 13px;
	}

	.gallery-box {
		display: block;
	}

	.gallery-row {
		display: flex;
		flex-wrap: wrap;
	}

	.gallery-row+.gallery-row {
		margin-top: 16px;
		/* gap */
	}

	.gallery__item {
		flex: 1 1 calc(50% - 16px);
		padding-bottom: 47.5%;
		position: relative;
	}

	.gallery-row:nth-of-type(odd) .gallery__item:first-child,
	.gallery-row:nth-of-type(even) .gallery__item:last-child {
		flex: 1 1 100%;
		padding-bottom: 100%;
	}

	.gallery__item-box {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}

	.contact {
		grid-template-columns: 1fr;
	}

	.form__label-text,
	.contact__form-wr input,
	.contact__form-wr textarea {
		font-size: 15px;
		line-height: 20px;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea {
		padding: 9px 10px;
	}

	.form__label-text {
		left: 10px;
	}

	.form__label-text.focused {
		transform: translate(0, -115%);
	}

	.contact__form-wr textarea {
		height: 120px;
	}

	.form__file {
		font-size: 14px;
	}

	.map {
		height: 276px;
	}

	.contact-add-info {
		min-height: unset;

	}

	.contact-add-info .container {
		padding-top: 90px;
		padding-bottom: 40px;
	}

	.contact-add-info__group {
		flex-wrap: wrap;
		grid-gap: 16px;
	}

	.contact-add-info__item {
		width: 136px;
		height: 136px;
		padding: 16px 10px;
	}

	.contact-add-info__title,
	.contact-add-info__text {
		font-size: 11px;
		line-height: 20px;
	}

	.qa_left {
		margin-right: 0;
		padding-left: 0;
		min-width: 100%;
	}

	.awards__item {
		padding: 14px;
	}

	.awards__item+.awards__item {
		margin-left: 15px;
	}

	.awards__figure {
		width: 136px;
		height: 136px;
		outline-offset: 7px;
		padding: 25px;
	}

	.qa__inner .bg-text {
		top: unset;
		bottom: 6px;
	}

	.term-description img,
	.term-description img:last-child,
	.term-description img:first-child {
		margin: 0 auto 1.5em;
	}
}

@media (max-width: 540px) {
	.leading-products__inner {
		margin-right: -15px;
	}

	.leading-products-slider .owl-stage {
		display: flex;
	}

	.bg-text {
		top: -5px;
	}

	.awards__figure {
		width: 106px;
		height: 106px;
		padding: 20px;
	}

	.qa-products__list .product__name,
	.products .product__name {
		font-size: 13px;
		font-weight: 500;
		line-height: 15.85px;
		height: 32px;
	}

	.qa-products__list .price,
	.products .price {
		font-size: 14px;
		font-weight: 500;
		line-height: 17.07px;
		margin-top: 10px;
	}
}