/*!
Theme Name: nevezis
Theme URI: http://underscores.me/
Author: Only Media
Author URI: https://onlymedia.lt
Description: UAB Naujasis Nevėžis dizainas
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: nevezis
Tags:

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

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

/* 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%;
}

:focus-visible {
	outline: none;
}

/* 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: 10px;
	margin-top: 0px;
	font-family: 'Moderat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

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: #fff;
}

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

ul,
ol {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 15px;

	font-family: 'Moderat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

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%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

/* a:visited {
	color: #800080;
} */

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

/* a:focus {
	outline: thin dotted;
} */

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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 {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	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: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: 'Moderat';
    font-size: 16px;
    font-weight: 900;
    line-height: 19px;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #692815;

    margin-right: 32px;
}

.socials {
	text-align: center;
}

.socials a {
	margin-right: 16px;
}

.socials a:last-child {
	margin-right: 0px;
}

.d-flex-center-all {
	display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #D13D26;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: inline;
}

@media screen and (min-width: 992px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.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,
.page {
/* 	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;
}

.container, .container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}

@font-face {
  font-family: cocogoose;
  src: url('/wp-content/themes/nevezis/fonts/cocogoose-letterpress.ttf');
}

@font-face {
  font-family: 'Moderat';
  src: url('/wp-content/themes/nevezis/fonts/Moderat-Regular.ttf');
}

@font-face {
  font-family: 'Moderat-Bold';
  src: url('/wp-content/themes/nevezis/fonts/Moderat-Bold.ttf');
}

h2, h3 {
  font-family: cocogoose !important;
}

body {
	background: #FCEBB8;
	background-image: url('/wp-content/themes/nevezis/img/web-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.custom-logo {
	height: 100px;
	width: auto;
}

.hero {
	background: #FCEBB8;
	background-image: url('/wp-content/themes/nevezis/img/hero-img.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  background-color: #e1251b;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  font-weight: bold;
  font-family: 'Moderat';
}

.sidenav a:hover {
  color: #ffffff;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 20px;
}

.sidenav ul#primary-menu li {
	list-style: none;
}

.sidenav ul#primary-menu {
	margin-left: 0px;
    padding-left: 0px;
}

footer .custom-logo {
	width: 104px;
	height: 73.52px;
}

footer .container .row {
	border-top: 1px solid #DED0A3;
	padding-top: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

footer {
	padding-top: 40px;
	padding-bottom: 20px;
}

ul#menu-footer,
ul#menu-footer-english,
ul#menu-footer-russian {
    margin: 0;
    padding: 0;
    text-align: right;
}

ul#menu-footer li a,
ul#menu-footer-english li a,
ul#menu-footer-russian li a {
	color: #692815;
	text-decoration: none;
	font-family: 'Moderat';
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: 0em;
	text-transform: uppercase;
}

ul#menu-footer li a:hover,
ul#menu-footer li a:focus,
ul#menu-footer li a:active {
	color: #D13D26;
}

ul#menu-footer-english li a:hover,
ul#menu-footer-english li a:focus,
ul#menu-footer-english li a:active {
	color: #D13D26;
}

ul#menu-footer-russian li a:hover,
ul#menu-footer-russian li a:focus,
ul#menu-footer-russian li a:active {
	color: #D13D26;
}

ul#menu-footer li,
ul#menu-footer-english li {
	list-style: none;
	display: inline;
	margin-right: 64px;
}

ul#menu-footer-russian li {
	list-style: none;
	display: inline;
	margin-right: 48px;
}

ul#menu-footer li:last-child,
ul#menu-footer-english li:last-child,
ul#menu-footer-russian li:last-child {
	margin-right: 0px;
}

section#nav_menu-2 {
	margin-bottom: 0px;
}

header#masthead {
    padding-top: 20px;
    padding-bottom: 20px;
}

.hero-img {
	display: none;
}

.header-bottom {
	display: none;
}

header#masthead .row {
    border-bottom: 1px solid #DED0A3;
    padding-bottom: 20px;
}

body.home header#masthead .row  {
    border: none;
}

body.home header#masthead {
	position: absolute;
	top: 0px;
	width: 100%;
}

body.home .header-bottom {
	display: block;
}

body.home .header-div {
	margin-bottom: 60px;
}

.header-bottom {
    width: 100%;
    text-align: center;
    margin-top: -40px;
}

.btn {
	background: #D13D26;
	border-radius: 45px;
	padding: 25px 35px;
	color: white;
	text-decoration: none;
	font-family: 'Moderat';
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0em;
}

.btn:hover, .btn:focus {
	background: #F0482E;
	color: white;
}

body.home .hero-img {
	display: block;
	position: relative;
	z-index: -1;
}

button.menu-toggle {
    background: #e1251b;
    border: none;
    margin-right: 16px;
    border-radius: 10px !important;
    padding: 0.6em 1em 0.4em !important;
}

button.menu-toggle:hover {
	cursor: pointer;
}

button.menu-toggle img {
	filter: brightness(0) invert(1);
}

.facts h3 {
	font-family: 'Moderat-Bold' !important;
	font-weight: bold !important;
	font-size: 62px !important;
	line-height: 62px !important;
	text-align: center !important;
	color: #ED472E !important;
	margin-bottom: 10px;
}

.facts h4 {
	font-family: 'Moderat-Bold' !important;
	font-size: 18px !important;
	font-weight: bold !important;
	line-height: 24px !important;
	letter-spacing: 0em !important;
	text-align: center !important;
	color: #ED472E !important;
	margin-bottom: 15px;
}

.moderat p, .moderat, .moderat h2 {
	font-family: 'Moderat' !important;
}

.elementor-button span {
    font-family: 'Moderat';
}

.contacts-div p {
	margin-bottom: 10px;
	color: #692815;
	font-family: 'Moderat-Bold';
}

.contacts-div h4 {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 20px !important;
	line-height: 20px !important;
}

.contacts-div h4 a:hover {
	color: #D13D26 !important;
}

.contact-form p {
	font-family: 'Moderat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #A7A1A1;
}

table, th, td {
    border: 1px solid #ded0a3;
}

td {
	padding: 5px;
}

label {
	font-family: 'Moderat';
	font-style: normal;
	font-weight: 500;
	color: #000000;
	display: block;
}

input {
	width: 100%;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="tel"], textarea {
	width: 100%;
	border: none;
    border-bottom: 1px solid #D5D5D5;
    padding: 14px 0px;
    font-family: 'Moderat';
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0em;
	color: #BCBCBC;
	resize: none;
}

input[type="submit"] {
	width: auto;
	border: none;
	font-family: 'Moderat';
}

input[type="submit"]:hover {
	cursor: pointer;
}

span.wpcf7-spinner {
	display: none;
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    background: #ED472E !important;
    opacity: .2 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.tastes-title {
	font-family: 'Moderat';
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: center;
	color: #692815;
	margin-top: 10px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
 }

.tastesSwiper .swiper-slide {
    margin-bottom: 70px;
}

.page-title {
	color: #ED472E;
    font-size: 54px;
    font-weight: 400;
    line-height: 62px;
    text-align: center;
    font-family: cocogoose !important;
    margin-top: 54px;
    margin-bottom: 54px;
}

.related-title {
	font-family: 'Moderat' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 28px;
    color: #D13D26;
}

.related-div {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
}

.related-div img {
	border-radius: 20px;
	height: 200px;
	width: 100%;
	object-fit: cover;
}

a.page-numbers, span.page-numbers {
    font-family: 'Moderat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #454545;
    text-decoration: none;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 14px 22px;
    margin-right: 7px;
}

a.page-numbers:last-child, span.page-numbers:last-child {
    margin-right: 0px;
}

a.page-numbers:hover {
	background: #D13D26;
	color: white;	
}

a.next.page-numbers,
a.prev.page-numbers {
	display: none;
}

.nav-links {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

span.page-numbers.current {
	background: #D13D26;
	color: white;
}

body.blog article.post,
body.category article.post {
    background: #FFFFFF;
    box-shadow: 0px 4px 55px #c6b480;
    border-radius: 20px;
    margin-bottom: 40px;
}

body.blog article.post .post-image img,
body.category article.post .post-image img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

body.blog article.post .post-image img,
body.category article.post .post-image img {
	height: 250px;
	object-fit: cover;
	vertical-align: middle;
	width: 100%;
}

body.blog article.post .entry-header,
body.category article.post .entry-header {
	padding: 30px;
}

body.blog article.post .post-date,
body.category article.post .post-date,
.related-div .post-date {
	font-family: 'Moderat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: normal;
	color: #F17050;
}

.related-div {
	margin-bottom: 20px;
}

.related-div .post-date {
	margin-top: 15px;
	margin-bottom: 15px;
}

body.blog article.post .entry-header h1 a,
body.blog article.post .entry-header h1,
body.blog article.post .entry-header h2,
body.blog article.post .entry-header h2 a,
body.category article.post .entry-header h1 a,
body.category article.post .entry-header h1,
body.category article.post .entry-header h2,
body.category article.post .entry-header h2 a,
.related-div h6,
.related-div h6 a {
	font-family: 'Moderat';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
	color: #692815;
	text-decoration: none;
	min-height: 47px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-bottom: 0px;
}

.related-div h6 {
	margin: 0;
}

body.blog article.post .entry-header h1 a:hover,
body.blog article.post .entry-header h2 a:hover,
body.category article.post .entry-header h1 a:hover,
body.category article.post .entry-header h2 a:hover,
.related-div h6:hover,
.related-div h6 a:hover {
	color: #D13D26;
}

body.single h1.entry-title {
    font-family: 'Moderat';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 28px;
    color: #D13D26;
}

body.single .entry-content {
	font-family: 'Moderat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}

.back-btn {
	font-family: 'Moderat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	color: #D13D26;
	text-decoration: none;
	margin-bottom: 40px;
	margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}

.back-btn:hover, .back-btn:focus {
	color: #D13D26;
	text-decoration: underline;
}

.back-btn:before {
    content: '';
    background: url('/wp-content/themes/nevezis/svg/back.svg');
    margin-right: 10px;
    width: 25px;
    height: 26px;
    display: inline-block;
}

.with-arrow-down {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;	
}

.with-arrow-down:after {
    content: '';
    background: url('/wp-content/themes/nevezis/svg/arrow-down.svg');
    margin-left: 10px;
    width: 16px;
    height: 15px;
    display: inline-block;
}

.single-img {
	text-align: center;
}

.collapsible {
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  border: none;
  border-radius: 0px;
  background: white;
  padding: 30px 40px !important;
  font-family: "Moderat";
}

.collapsible.active, .collapsible:hover {
  background-color: #ED472E !important;
  color: white !important;
}

.collapsible.active {
	border-color: #ED472E;
}

.collapsible:hover .more-collapse img {
	filter: brightness(0) invert(1);	
}

.collapsible.active .more-collapse img {
	filter: brightness(0) invert(1);
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.collapsible-content {
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  background-color: white;
  display: none;
  border-bottom: 1px solid #EDEDED;
  color: white;
}

.collapsible-content p,
.collapsible-content ul,
.collapsible-content ol,
.collapsible-content li,
.collapsible-content a {
	color: white;
}

.collapse-div {
	background: white;
    border-radius: 20px;
}

.job-city .comma:last-child {
	display: none;
}

.job-title {
	width: 50%;
	display: inline-block;
	text-align: left;
	padding-right: 5px;
}

.job-city {
	width: 35%;
	display: inline-block;
	text-align: left;
}

.more-collapse {
	width: 15%;
	display: inline-block;
	text-align: right;
}

.collapse-div button {
	border-radius: 0px !important;
	background: white !important;
	border-bottom: 1px solid #EDEDED;
	color: black !important;
	display: flex;
    align-items: center;
    align-content: center;
    line-height: 24px !important;
}

.collapse-div .collapsible:first-of-type {
	border-top-left-radius: 20px !important;
	border-top-right-radius: 20px !important;
}

.collapse-div .collapsible:last-of-type{
	border-bottom-left-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}

.collapse-div .collapsible.active:last-of-type {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;	
}

.collapse-div .collapsible-content:last-of-type {
	border-bottom-left-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}

.job-left {
	float: left;
	width: 50%;
	padding: 0px 20px;
}

.job-right {
	float: right;
	width: 50%;
	padding: 0px 20px;
}

.btn.btn-outline {
	display: inline-block;
    background: #FFFFFF;
    color: #ED472E;
    margin-top: 20px;
    cursor: pointer;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: white;
  border-radius: 20px;
	margin: 0 auto;
	margin-top: 10%;
  padding: 40px;
  width: 700px; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  float: unset;
  text-align: right;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-content h3 {
	font-family: 'Moderat' !important;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
    line-height: 34px;
	color: #d13d26;
	margin: 0;
    margin-bottom: 20px;
    text-align: center;
}

.history-left {
	width: 40%;
	float: left;
	text-align: center;
}

.history-left img {
	height: 450px !important;
	object-fit: contain;
}

.history-right {
	width: 60%;
	float: left;
	padding: 0px 30px;
}

body.elementor-page-57:not(.elementor-motion-effects-element-type-background),
body.elementor-page-57 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-position-y: 100px !important;
    background-position-x: center !important;
}


body.elementor-page-59:not(.elementor-motion-effects-element-type-background),
body.elementor-page-59 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-position-y: 100px !important;
    background-position-x: center !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('/wp-content/themes/nevezis/svg/next.svg') !important;
    width: 52px !important;
   	height: 52px !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url('/wp-content/themes/nevezis/svg/prev.svg') !important;
    width: 52px !important;
   	height: 52px !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-next:after, .swiper-button-prev:after {
	display: none !important;
}

.historySwiper .swiper-slide {
    padding: 0px 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.history-year {
	font-family: 'Moderat-Bold';
	font-style: normal;
	font-weight: 900;
	font-size: 72px;
	line-height: 86px;
	color: #ED472E;
	margin-bottom: 20px;
	margin-top: 0px;
	text-align: left;
}

.history-title {
	font-family: 'Moderat';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #692815;
	margin-bottom: 30px;
	margin-top: 0px;
	text-align: left;
}

.history-text {
	font-family: 'Moderat';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #692815;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
}

.subtitle {
	font-family: 'Moderat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #692815;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
}

.award-div {
	border: 1px solid #692815;
	border-radius: 20px;
	padding: 30px;
}

.award-year {
	font-family: 'Moderat-Bold';
	font-style: normal;
	font-weight: 900;
	font-size: 72px;
	line-height: 86px;
	color: #ED472E;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0px;
}

.award-description p {
	font-family: 'Moderat';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #692815;
	margin-bottom: 0px;
	margin-top: 0px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    min-height: 78px;
}

.awardsSwiper .swiper-wrapper {
    padding-bottom: 60px;
}

.swiper-scrollbar-drag {
    background: #ED472E !important;
    cursor: pointer;
}

.swiper-scrollbar {
    background: rgb(255 255 255) !important;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 8px;
}

.elementor-widget-tabs .elementor-tab-content, .elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title:after, .elementor-widget-tabs .elementor-tab-title:before, .elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: none !important;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    border: 2px solid white !important;
    background: transparent;
}

.elementor-widget-tabs .elementor-tab-desktop-title,
.elementor-tab-title.elementor-tab-mobile-title {
    border-radius: 20px;
    font-family: 'cocogoose';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 22px;
    line-height: 26px !important;
    color: #692815;
    background: #F2E0AB;
    margin-right: 20px;
}

.elementor-tab-title.elementor-tab-mobile-title {
	margin-right: 0px;
	text-align: center;
	margin-bottom: 10px;
}

.elementor-widget-tabs .elementor-tab-desktop-title:last-child, {
    margin-right: 0px;
}

.productionDiv {
	text-align: center;
	margin-bottom: 60px;
}

.productCategory {
	width: 20%;
	float: left;
	text-align: center;
}

.productCategoryTitle {
	font-family: 'cocogoose';
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	color: #692815;
}

.productCategory img {
	height: 200px !important;
	object-fit: contain;
}

.productCategoryLink:hover h4 {
	color: #ED472E;
}

.productTastes .productTaste:last-child span.comma,
.productCats .productCat:last-child span.comma
 {
	display: none;
}

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

.productCat {
	font-family: 'Moderat';
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
	line-height: 19px;
	color: #ED472E;
}

.productionTitle,
.productionTitle a {
	font-family: 'cocogoose';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #ED472E;
	margin-top: 15px;
	margin-bottom: 15px;
	text-decoration: none;
}

.productionTitle a:hover {
	text-decoration: underline;
}

.productTastes .productTaste {
	font-family: 'Moderat';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #CDBC89;
}

.productionImage {
	background-image: url('/wp-content/uploads/2022/08/productBg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.productionImage:hover {
	background-image: url('/wp-content/uploads/2022/08/white-bg.png');	
}

.productBtn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    font-family: 'Moderat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 20px 30px;
	margin-top: 15px;
}

.productBtn:after {
    content: '';
    background: url('/wp-content/themes/nevezis/svg/white-arrow-right.svg');
    margin-left: 10px;
    width: 26px;
    height: 26px;
    display: inline-block;
}

.productionArchive {
	width: 20%;
	float: left;
    padding: 10px;
}

.productionArchive .inner {
	background: #F2E0AB;
    border-radius: 20px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border: 3px solid #F2E0AB;
}

.productionArchive.active .inner {
    border: 3px solid #ffffff;
    background: transparent;
}

.productionArchive:hover .inner {
    border: 3px solid #ffffff;
    background: transparent;
}

.productionArchive:hover .inner h4 {
	color: #d13d26;
}

.productionArchive .productionImg {
	width: 20%;
	float: left;
}

.productionArchive .productionImg img {
	height: unset !important;
}

.productionArchive .productionInfo {
	width: 80%;
	float: right;
}

.productionArchive .productionInfo .productCategoryLink {
	text-decoration: none;
}

.productionArchive h4.productCategoryTitle {
	margin-bottom: 0px;
	margin-top: 0px;
    font-size: 18px;
    line-height: 22px;
    padding-left: 5px;
    padding-right: 5px;
}

.productCategories {
	overflow: auto;
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.related-products .related-title {
	font-family: 'cocogoose' !important;
	font-style: normal;
	font-weight: 400;
	font-size: 54px;
	line-height: 62px;
	color: #ED472E;
}

.productPageDivs .productCatTitle {
	text-align: right;
}

.productPageDivs h1.entry-title {
	font-family: 'cocogoose' !important;
	font-weight: 400 !important;
	font-size: 32px !important;
	line-height: 42px !important;
	color: #ED472E !important;
	margin-top: 30px;
	margin-bottom: 30px;
}

.productPageDivs .productImage .single-img {
	text-align: left;
}

.productImage img {
	height: 500px;
	object-fit: contain;
}

.pack-size {
	font-family: 'Moderat';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #ED472E;
}

.productPageDivs {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.productInfo {
	background: #FFFCF1;
	border-radius: 20px;
	padding: 60px;
}

.productInfo h6 {
	font-family: 'Moderat-Bold';
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 24px;
	color: #ED472E;
	margin-bottom: 0px;
	margin-top: 0px;
}

.benefit {
	font-family: 'Moderat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	color: #692815;
	display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 15px;
}

.benefit:before {
    content: '';
    background: url('/wp-content/themes/nevezis/svg/check.svg');
    margin-right: 10px;
/*     width: 22px; */
	width: 55px;
    height: 23px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

.styled-table {
    border-collapse: collapse;
    margin-bottom: 25px;
    font-size: 0.9em;
    font-family: 'Moderat' !important;
    min-width: 400px;
}

.styled-table, .styled-table th, .styled-table td {
	border: none;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table th {
    background-color: #ed472e;
    color: #ffffff;
    text-align: left;
    font-weight: normal;
}

.tastesSwiper img {
	width: 75%;
}

.productionImage img {
    height: 225px !important;
    object-fit: contain;
	transition: all .2s ease-in-out;
}

.productionImage:hover img {
	transform: scale(1.05);
}

.tastesSwiper .swiper-slide img {
	transition: all .2s ease-in-out;	
}

.tastesSwiper .swiper-slide:hover img {
    transform: scale(1.05);
}

.candidateSocial img {
	filter: brightness(0) invert(1);
	vertical-align: top;
}

a.candidateSocial {
    display: inline-block;
}

.other {
	font-family: 'Moderat';
	padding-left: 15px;
	padding-right: 10px;
}

div#elementor-tab-content-2192 {
    padding-top: 50px;
}

div#elementor-tab-content-2193 {
	padding-top: 50px;
}

@media (max-width: 460px) {
	.other {
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
	}
	a.candidateSocial {
	    display: block;
	    text-align: center;
	}
	a#candidateButton {
		display: block;
		text-align: center;
	}
}

@media (max-width: 1300px) {
	ul#menu-footer li,
	ul#menu-footer-english li,
	ul#menu-footer-russian li {
		margin-right: 48px;
	}
}

@media (max-width: 1215px) {
	ul#menu-footer li,
	ul#menu-footer-english li,
	ul#menu-footer-russian li {
		margin-right: 24px;
	}
}

@media (max-width: 800px) {
	.modal-content {
	  width: 90%;
	}
}

@media (max-width: 992px) {
	.productCategories {
		display: block;
	}
	.productCategory {
		width: 50%;
		float: left;
	}
	.surus-uzkandziai.productCategory.productionArchive,
	.salty-snacks-en.productCategory.productionArchive,
	.\%d1\%87\%d0\%b8\%d0\%bf\%d1\%81\%d0\%b8-ru.productCategory.productionArchive.active
	 {
		clear: left;
	}
	.history-left, .history-right {
		width: 100%;
		float: unset;
	}

	.history-left {
		margin-bottom: 20px;
	}

	.historySwiper .swiper-slide {
	    padding: 0px 60px;
	    flex-direction: column;
	}

	.history-left img {
	    height: 300px !important;
	    padding: 0 20px;
	}

	.job-left, .job-right {
		float: unset;
		width: 100%;
		padding: 0px;
	}
	.collapsible-content {
	  padding-left: 40px;
	  padding-right: 40px;
	}
	.socials {
		text-align: right;
	}
	.hide-tablet {
		display: none !important;
	}
	footer .container .row {
		flex-direction: column;
	}
	ul#menu-footer li,
	ul#menu-footer-english li,
	ul#menu-footer-russian li {
		display: block;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	ul#menu-footer li:last-child,
	ul#menu-footer-english li:last-child,
	ul#menu-footer-footer li:last-child {
		margin-bottom: 0px;
	}
	ul#menu-footer,
	ul#menu-footer-english,
	ul#menu-footer-russian {
	    text-align: center;
	}
	.text-center-tablet {
		text-align: center;
	}
	.mb-tablet-3 {
		margin-bottom: 30px !important;
	}
}

@media (max-width: 768px) {
	div#elementor-tab-content-2192 {
	    padding-top: 20px;
	}

	div#elementor-tab-content-2193 {
		padding-top: 20px;
	}
	.tastesSwiper .swiper-slide:hover img {
	    transform: scale(1);
	}
	.productionImage:hover img {
		transform: scale(1);
	}
	.productPageDivs {
	    flex-direction: column-reverse;
	}
	.productPageDivs .productImage .single-img {
		text-align: center;
	}
	.productPageDivs .productImage {
		margin-bottom: 20px;
	}
	.productPageDivs .productCatTitle {
	    text-align: center;
	}
	.productCategory {
		width: 100%;
		float: left;
	}
	.job-title {
		width: unset;
		display: inline;
		text-align: unset;
	}

	.job-city {
		width: unset;
		display: inline;
		text-align: unset;
	}

	.more-collapse {
		width: unset;
		display: inline;
		text-align: unset;
	}
	.more-collapse .text {
		display: none;
	}
	.modal-content {
	  width: 95%;
	}
	body.blog article.post .entry-header h1 a,
	body.blog article.post .entry-header h1,
	body.blog article.post .entry-header h2,
	body.blog article.post .entry-header h2 a,
	body.category article.post .entry-header h1 a,
	body.category article.post .entry-header h1,
	body.category article.post .entry-header h2,
	body.category article.post .entry-header h2 a,
	.related-div h6,
	.related-div h6 a {
		min-height: unset;
		display: block;
	}
	.page-title {
	    font-size: 30px;
	    line-height: 42px;
	}
	.btn {
		padding: 15px 25px;
	}
	.socials {
		text-align: right;
	}
	.hide-mobile {
		display: none !important;
	}
	.text-center-mobile {
		text-align: center;
	}
	.mb-mobile-3 {
		margin-bottom: 30px !important;
	}
}

@media (max-width: 500px) {
	.custom-logo {
	    height: auto;
	    width: 100%;
	    vertical-align: middle;
	}
}

.pt-0 {
	padding-top: 0px;
}

.pt-1 {
	padding-top: 10px;
}

.pt-2 {
	padding-top: 20px;
}

.pt-3 {
	padding-top: 30px;
}

.pt-4 {
	padding-top: 40px;
}

.pt-5 {
	padding-top: 50px;
}

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

.mt-1 {
	margin-top: 10px;
}

.mt-2 {
	margin-top: 20px;
}

.mt-3 {
	margin-top: 30px;
}

.mt-4 {
	margin-top: 40px;
}

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

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

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

.mb-2 {
	margin-bottom: 20px;
}

.mb-3 {
	margin-bottom: 30px;
}

.mb-4 {
	margin-bottom: 40px;
}

.mb-5 {
	margin-bottom: 50px;
}

.pb-0 {
	padding-bottom: 0px;
}

.pb-1 {
	padding-bottom: 10px;
}

.pb-2 {
	padding-bottom: 20px;
}

.pb-3 {
	padding-bottom: 30px;
}

.pb-4 {
	padding-bottom: 40px;
}

.pb-5 {
	padding-bottom: 50px;
}

.pl-0 {
	padding-left: 0px !important;
}

.otgs-development-site-front-end {
    display: none;
}

.main-navigation li:last-child a {
	margin-right: 0px;
}

.main-navigation .wpml-ls-item a {
	background: #FFFFFF;
	border-radius: 4px;
	padding: 8px;
	width: 70px;
	text-align: center;
}

.socials a {
	display: inline-block;
}

.socials a img {
	vertical-align: middle;
}

ul.sub-menu {
	box-shadow: none !important;
    display: block;
}

.main-navigation ul ul a {
    width: 70px;
}

.wpml-ls-menu-item .wpml-ls-flag {
    box-shadow: 0px 2px 4px rgb(0 0 0 / 32%);
}

footer .widget {
    margin-bottom: 0px;
}

.sidenav ul.sub-menu {
    margin: 0;
    padding: 0;
}

h4.elementor-heading-title.elementor-size-default a {
    word-break: break-all;
}

/* hide en */

.extruded-semi-finished-products.productCategory.productionArchive,
.ekstruduoti-pusgaminiai.productCategory.productionArchive,
.\%d1\%8d\%d0\%ba\%d1\%81\%d1\%82\%d1\%80\%d1\%83\%d0\%b4\%d0\%b8\%d1\%80\%d0\%be\%d0\%b2\%d0\%b0\%d0\%bd\%d0\%bd\%d1\%8b\%d0\%b5-\%d0\%bf\%d0\%be\%d0\%bb\%d1\%83\%d1\%84\%d0\%b0\%d0\%b1\%d1\%80\%d0\%b8\%d0\%ba\%d0\%b0\%d1\%82\%d1\%8b.productCategory.productionArchive
{
	display: none;
}

html[lang="ru-RU"] a,
html[lang="ru-RU"] p,
html[lang="ru-RU"] span,
html[lang="ru-RU"] input,
html[lang="ru-RU"] textarea,
html[lang="ru-RU"] select,
html[lang="ru-RU"] button,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] table,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6 {
	font-family: 'Open Sans' !important;
}

html[lang="ru-RU"] .main-navigation a {
	font-weight: 700;
}

html[lang="ru-RU"] .productTastes .productTaste {
	font-weight: 500;
}

html[lang="ru-RU"] .productPageDivs h1.entry-title {
	font-family: 'Open Sans' !important;	
}

html[lang="ru-RU"] .productInfo h6 {
	font-weight: 500;	
}

html[lang="ru-RU"] .productCat {
	font-weight: 700;
}

.productBtn {
	display: none;
}

@media (max-width: 992px) {
	.historySwiper .swiper-slide {
		padding: 0px;
	}
	
	.historySwiper .swiper-button-next, .historySwiper  .swiper-container-rtl .swiper-button-prev {
		display: none;
	}
	
	.historySwiper .swiper-button-prev, .historySwiper .swiper-container-rtl .swiper-button-next {
		display: none;		
	}
	.history-left img {
    	height: auto !important;
	}
	.history-right p {
		font-size: 14px;
    	line-height: 18px;
	}
	.history-title {
		font-size: 20px;
		line-height: 24px;
	}
	.history-year {
		font-size: 60px;
		line-height: 65px;
	}
}

@media (max-width: 768px) {
	
	.productBtn {
		display: inline-flex;
	}
	
	.productInfo {
		padding: 30px;
	}
	
	.related-products .related-title {
		font-size: 32px;
		line-height: 48px;
	}
	
	.productImage img {
		height: auto;
		object-fit: contain;
	}
	
	.benefit {
		flex-direction: column;
		text-align: center;
	}
	
	.benefit:before {
		margin-right: 0px;
		margin-bottom: 10px;
	}
}

.wpml-ls-menu-item .wpml-ls-flag {
    margin-right: 5px;
}

.solution small {
	font-family: 'Moderat';
	color: black;
}

.solution small a {
	font-family: 'Moderat';
	color: black;
	text-decoration: none;
}

.grecaptcha-badge { 
    visibility: hidden;
}