/*!
Theme Name: kukarika_basic
Author: kukarika
Author URI: http://www.kukarika.com
Description: kukarika custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kukarikaTheme
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 with others.

kukarikaTheme is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	height: 100vh;
    scroll-behavior: smooth;
	line-height: 1.15; 
	-webkit-text-size-adjust: 100%;
}

:root {
    scrollbar-color: rgba(0,0,0,.2)!important;
    scrollbar-width: thin!important
}

::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.4)
}

::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

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

/**
 * Remove the margin in all browsers.
 */

body {
    font-family: Manrope-Medium !important;
	margin: 0;
    background-color: #F2F2F2;
}

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

:root {
  --basic_color: #ED1B24;
  --secondary_color: #000000;
}

/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START FONTS						   */
/*-------------------------------------------------------------*/

@font-face {
    font-family: Manrope-ExtraBold;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/kukarika_basic/fonts/Manrope/Manrope-ExtraBold.woff2") format("woff2");

}
.Manrope-ExtraBold{
	font-family:Manrope-ExtraBold;
}

@font-face {
    font-family: Manrope-Medium;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/kukarika_basic/fonts/Manrope/Manrope-Medium.woff2") format("woff2");

}
.Manrope-Medium{
	font-family:Manrope-Medium;
}

@font-face {
    font-family: Manrope-Regular;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/kukarika_basic/fonts/Manrope/Manrope-Regular.woff2") format("woff2");

}
.Manrope-Regular{
	font-family:Manrope-Regular;
}

@font-face {
    font-family: Manrope-SemiBold;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/kukarika_basic/fonts/Manrope/Manrope-SemiBold.woff2") format("woff2");

}
.Manrope-SemiBold{
	font-family:Manrope-SemiBold;
}

/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   	    START COLORS 					   */
/*-------------------------------------------------------------*/

.whiteFontColor {
	color: #ffffff !important;
}

.whiteBackgroundColor {
	background-color: #ffffff;
}

.blackFontColor {
	color: #252626;
}

.blackBackgroundColor {
	background-color: #252626;
}

/*-------------------------------------------------------------*/
/* 					   	    END	COLORS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html {
	height: 100vh;
	scroll-behavior: smooth;
}

#contentArea {
    max-width: 1920px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	line-height: normal;
}

.displaynone {
	display: none !important;
}

.displayblock {
	display: block !important;
}

.displayflex {
	display: flex !important;
}

.mobile .display-desktop {
	display: none;
}

.desktop .display-mobile {
    display: none;
}

/*-------------------------------------------------------------*/
/* 				    START ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/


/* write your style here */
.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #333333;
}

.classic_href {
	color: inherit;
	text-decoration: none;
}

/*-------------------------------------------------------------*/
/* 				    END ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/

.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu li a {
	text-decoration: none;
}

.error404 #colophon {
	display: none !important;
}

.wpcf7-text {
    width: 100%;
    padding-left: 0 !important;
    padding-bottom: 0;
    outline: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #000 !important;
}

.wpcf7-textarea {
    resize: none;
    padding-left: 0 !important;
    padding-bottom: 0;
    outline: 0 !important;
    box-shadow: none !important;
	width: 100%;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #000 !important;
}

.wpcf7-text, .wpcf7-textarea {
    margin-top: 18px;
}

.wpcf7-text[name="your-fname"] {
    margin-top: 0;
}

.wpcf7-spinner {
    position: absolute;
    left: 0;
}

form.wpcf7-form {
    position: relative;
}

.wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    top: 35px;
    font-size: x-small;
}

.site-header {
    background: transparent !important;
}

.wpcf7-submit {
    outline: 0 !important;
    box-shadow: none !important;
}

.error404 .error-404 {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
}

button.kuka_accordion * {
    color: #000;
}

a {
    outline: 0 !important;
    box-shadow: none !important;
}

.kuka_accordion:hover {
    background-color: transparent !important;
}

.kuka_category-description {
    line-height: normal;
}

.kuka_accordion {
    font-weight: normal !important;
}

.site-footer {
    padding: 0;
}

.main_logo {
    max-height: max-content;
    max-width: max-content;
}

#colophon .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#colophon .menu a {
    text-decoration: none;
    color: #fff;
}

#menu {
    height: 100dvh;
}

.btn-close {
    background: none !important;
    opacity: 1;
    padding: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    z-index: 9;
    position: absolute;
}

.offcanvas .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span {
    text-decoration: none;
}

.offcanvas .menu {
    text-align: center;
    height: 100dvh;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menu_toggler {
    background: transparent !important;
    padding: 0;
	border: none !important;
}

#colophon .menu_additions {
    display: none;
}

#menu {
    border: none;
}

.mobile #colophon h5.whiteFontColor {
    margin-top: 35px;
}

.mobile .bottom_footer_row .col-12 * {
    text-align: center;
    margin: auto;
}

.mobile .wpcf7-response-output {
    line-height: normal;
    margin-top: 15px !important;
}

a.remove::before {
    color: #000;
}

.hentry .entry-content a {
    text-decoration: none;
}

.mobile .additional-info-wrapper {
    margin-left: 76px;
}

.home #primary {
    margin: 0;
}

.home #main {
    margin: 0;
}

.wpcf7-submit, .basic_button {
    border: 0 !important;
    border-radius: 100px !important;
    background: none !important;
    background-color: #252626 !important;
    color: #F3EFEF !important;
    cursor: pointer !important;
    text-decoration: none !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
    -webkit-appearance: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    width: max-content;
    font-family: Manrope-SemiBold !important;
}

.kuka_panel p {
    font-size: small;
}

button.kuka_accordion * {
    color: #000;
    font-weight: 500;
}

.croppedContent {
    margin: auto;
}

.swiper-button-next, .swiper-button-prev {
    color: #000 !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -50px;
    right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -50px;
    left: auto;
}

.mobile .swiper-button-next, .mobile .swiper-rtl .swiper-button-next {
    right: -20px;
}

.mobile .swiper-button-prev, .mobile .swiper-rtl .swiper-button-prev {
    left: -20px;
}

.mobile .swiper-button-next::after, .mobile .swiper-rtl .swiper-button-next::after, .mobile .swiper-button-prev::after, .mobile .swiper-rtl .swiper-button-prev::after {
    font-size: 22px;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--basic_color) !important;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

#masthead {
    position: absolute;
    top: 0;
    width: 100%;
    background: transparent !important;
    margin: 0;
    padding: 0;
	z-index: 9;
}

.site-branding {
    margin: 0;
}

.croppedContentBigger {
    max-width: 60%;
    margin: auto;
}

.mobile .croppedContentBigger {
    max-width: 80%;
    margin: auto;
}

.offcanvas .menu a {
	color: #252626;
    font-family: Manrope-ExtraBold;
}

#masthead .menu a {
    color: #252626;
    text-transform: uppercase;
    font-family: Manrope-ExtraBold;
}

#masthead .menu {
    display: flex;
    align-items: center;
}

.nav_menu .menu-item-has-children > a::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%226%22%20height%3D%224%22%20viewBox%3D%220%200%206%204%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.67071%203.18026L-5.31277e-05%20-9.79928e-07L5.34147%20-5.12957e-07L2.67071%203.18026Z%22%20fill%3D%22%23252626%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    transform-origin: 50% 50%;
    display: inline-flex;
    margin-left: 6.33px;
}

.nav_menu .menu li {
    position: relative;
}

.nav_menu .menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    background: rgba(217, 217, 217, 0.3);
    list-style: none;
    z-index: 999;
    border-radius: 6px;
    transition: opacity .4s ease, transform .4s ease;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    box-shadow: none;
    margin-top: 0 !important;
}

.nav_menu .menu li:hover > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.nav_menu .menu .sub-menu li {
    line-height: 1;
}

.nav_menu .menu .sub-menu li a {
    text-transform: none !important;
}

.nav_menu .menu .sub-menu li:last-child {
    margin-bottom: 0;
}

#colophon {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#colophon .menu a {
    color: #252626;
}

.bottom_footer_row a {
    width: max-content;
    margin: auto;
}

.middle_footer_row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.disclaimer_text {
    opacity: 0.66;
}

#colophon .menu li {
    width: max-content;
}

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

#colophon .menu-footer-menu-3-container .menu, #colophon .menu-footer-menu-3-en-container .menu {
    margin-right: 0;
}

.site-footer .upper_footer_row {
    justify-content: space-between;
}

.multi_colored span {
    color: #98DEC4 !important;
    /* temp */
    color: #507567 !important;
}

#colophon .basic_button {
    width: max-content;
    display: flex;
}

.desktop .site-footer .upper_footer_row {
    align-items: flex-end;
}

.error404 #masthead {
    display: none !important;
}

.error-404 {
    background-image: url(/wp-content/uploads/2025/10/bg_img_not_found.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.post_date {
    margin-right: 0 !important;
}

.page_header img {
    width: 100%;
    object-fit: cover;
}

.swiper_buttons {
    display: flex;
}

.swiper_buttons .swiper-button-prev-custom {
    margin-right: 7.04px;
}

.two_images_slider img {
    width: 100%;
    object-fit: cover;
}

.swiper-button-disabled {
    opacity: 0.5;
}

.list-item {
    border-top: 1px solid #000000;
    padding-top: 5px;
}

.list-item .inner_info {
    display: flex;
    align-items: flex-start;
}

.single-post .page_header img {
    height: 100vh;
}

.two_images img, .single_image img {
    width: 100%;
    object-fit: cover;
}

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

.post_navigation_section img {
    width: 100%;
    object-fit: cover;
}

.post_thumb {
    display: flex;
    align-items: flex-end;
}

.max_img_width {
    max-width: max-content;
}

.title_and_image_grid img {
    width: 100%;
    object-fit: cover;
}

.title_and_image_grid .col-lg-6:first-child, .title_and_image_grid .col-lg-6:nth-child(2) {
    margin-top: 0 !important;
}

.files_section img {
    mix-blend-mode: darken;
}

.file_inner_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #000000;
}

.articles_rows .row img {
    width: 100%;
    object-fit: cover;
}

.articles_rows .col-lg-5 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.load-more-wrapper {
    display: flex;
    justify-content: center;
}

.addtoany_shortcode a .a2a_svg {
    display: none !important;
}

.addtoany_shortcode a .a2a_svg {
    display: none !important;
}

span.a2a_label {
    color: #252626 !important;
    border: none;
    width: 100%;
    height: 100%;
    position: relative !important;
    clip-path: none;
    overflow: visible !important;
}

span.a2a_label {
    margin-right: 0 !important;
}

.wpcf7-acceptance {
    display: block;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-submit {
    display: flex;
    margin: auto;
}

.wpcf7-response-output {
    position: absolute;
    left: 0;
    right: 0;
}

.support span.wpcf7-list-item-label::before {
    content: '';
    border: 1px solid #fff;
    border-radius: 100px;
    display: inline-flex;
    background: #D9D9D9;
}

.support input[type="checkbox"]:checked+span.wpcf7-list-item-label::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'><circle cx='8.36523' cy='8.36523' r='8.36523' fill='%23252626'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
}

.support form .wpcf7-acceptance input {
    opacity: 0;
    width: 0;
    position: absolute;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpcf7-acceptance * {
    cursor: pointer;
}

.support #contact_toggler {
    display: none !important;
}

#contact_toggler {
    background: #98DEC4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_btn a {
    color: #241F20 !important;
}

.contact_btn #contact_toggler {
    position: fixed;
    right: 0;
    writing-mode: sideways-lr;
}

.privacy-policy .title_and_description a, .terms-of-use .title_and_description a {
    color: inherit;
}

.a2a_kit a {
    padding-left: 0 !important;
}

.opacity66 {
    opacity: 0.66;
}

.white_btn {
    background-color: #F2F2F2 !important;
    color: #252626 !important;
    border: 1px solid #252626 !important;
    text-transform: initial !important;
}

.counters img, .big_slider_section_slider img {
    width: 100%;
    object-fit: cover;
    opacity: 0.4;
    transition:  all .3s ease;
}

.counters img, .big_slider_section_slider img:hover {
    opacity: 1;
    transition:  all .3s ease;
}

.pages_section img {
    width: 100%;
    object-fit: cover;
}

.opacity_layer {
    background: #00000042;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.zindex1 {
    z-index: 1;
}

.mobile .pr40mbl {
    padding-right: 20px;
}

.mobile .call_to_action .ml20 {
    margin-left: 0;
    margin-top: 15px;
}

.mobile .counters .swiper_buttons {
    margin-top: 30px;
    margin-bottom: 20px;
}

.mobile .gx0mbl {
    --bs-gutter-x: 0;
}

.mobile .big_slider_section .swiper_buttons {
    padding-bottom: 20px;
    margin-bottom: 0;
    padding-right: 0;
}

.mobile .big_slider_section {
    padding-right: 20px;
}

.mobile .big_slider_section_slider img {
    opacity: 1;
}

.mobile .pages_section .pr40 {
    padding-right: 0;
}

.mobile .site-footer .bottom_footer_row {
    margin-top: 15px;
}

.mobile .footer_menus_col {
    margin-top: 35px;
}

.mobile .header_title_section {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.mobile .title_and_description h3.pl40 {
    margin-bottom: 15px;
}

.mobile .single_image .main_content_wrapper {
    padding-left: 0;
}

.mobile .two_images_slider {
    padding-left: 20px;
}

.mobile .img_grid .blackFontColor.mt-2 {
    margin-bottom: 35px;
}

.mobile .title_and_image_grid .pr20 {
    padding-right: 0;
}

.mobile .list-item {
    padding-top: 10px;
}

.mobile .counters_half_width .col-12:first-child .list-item {
    margin-top: 40px;
}

.mobile .date_wrapper {
    margin-top: 25px;
}

.mobile .single-post .page_header img {
    height: 50vh;
}

.mobile .post_header_title_section .d-flex.align-items-center {
    width: 100%;
    min-width: 100%;
    justify-content: space-between;
}

.mobile .post_header_title_section .date_wrapper, .mobile .post_header_title_section .share_wrapper {
    margin-top: 0;
    margin-bottom: 25px;
}

.mobile .two_images .main_content_wrapper {
    padding: 0;
}

.mobile .two_images img {
    margin-bottom: 15px;
}

.mobile .footer_top_logo {
    margin-top: 15px;
}

.mobile .title_main {
    margin-bottom: 25px;
}

.mobile .files_section img {
    margin-top: 30px;
    margin-bottom: 40px;
}

.mobile .files_section .pl90 {
    padding-right: 20px;
}

.mobile .files_section .main_content_wrapper {
    padding-right: 20px;
}

.mobile .files_section .blackFontColor.Manrope-ExtraBold {
    max-width: 90%;
}

.mobile .info_contact_wrapper {
    padding-right: 20px;
}

.mobile .support span.wpcf7-list-item-label::before {
    min-width: 20px;
    min-height: 20px;
}

.mobile span.wpcf7-list-item-label {
    align-items: flex-start;
}

.mobile .error-404 {
    background-size: cover;
}

.mobile .kuka_panel table p {
    line-height: normal;
}

.mobile .offcanvas .menu .sub-menu {
    height: 0;
    opacity: 0;
    z-index: -1;
    position: relative;
}

.mobile .offcanvas .menu .menu-item-has-children > a::after {
    content: "";
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%226%22%20height%3D%224%22%20viewBox%3D%220%200%206%204%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.67071%203.18026L-5.31277e-05%20-9.79928e-07L5.34147%20-5.12957e-07L2.67071%203.18026Z%22%20fill%3D%22%23252626%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    display: inline-flex;
    margin-left: 8px;
    width: 10px;
    height: 13px;
}

.mobile .offcanvas .menu .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile .offcanvas .menu .sub-menu * {
    font-size: 20px;
    line-height: 35px;
}

.mobile .offcanvas .menu .active .sub-menu {
    height: auto;
    opacity: 1;
    z-index: 1;
}

.mobile .offcanvas .menu .menu-item-has-children.active > a::after {
    transform: rotate(180deg) translateY(10px);
}

.mobile #masthead {
    z-index: 9999;
}

.mobile .btn-close {
    right: 24px;
    top: 21px;
}

.offcanvas-open .menu_toggler {
    display: none !important;
}

body:not(.offcanvas-open) .btn-close {
    display: none;
}

.wpcf7-submit, .basic_button {
    line-height: 1 !important;
}

.mobile .privacy-policy .page_header.half_width_header, .mobile .terms-of-use .page_header.half_width_header {
    margin-top: 60px;
}

.mobile .post_thumb {
    padding-bottom: 0;
}

.mobile .wpcf7-textarea {
    margin-top: 10px !important;
}

.mobile .privacy-policy #main, .mobile .terms-of-use #main {
    padding-bottom: 80px;
}

.mobile .pages_section .pb30 {
    padding-bottom: 0;
}

.text_under {
    text-transform: initial !important;
}

.mobile .counters .swiper_buttons, .mobile .two_images_slider .swiper_buttons {
    justify-content: flex-end;
}

span.wpml-ls-native {
    margin-right: 0 !important;
}

a.wpml-ls-link {
    margin-right: 0 !important;
}

.wpml-ls-first-item a.wpml-ls-link {
    padding: 0;
}

.wpml-ls-item:not(.wpml-ls-current-language) a {
    opacity: 0.5;
}

.wpml-ls {
    padding: 0;
}

.nav_menu .menu li {
    line-height: 1;
}

.mobile .wpml-ls-legacy-list-horizontal a span {
    font-size: 20px;
    line-height: 40px;
}

#colophon .menu a, #masthead .menu a, .title_and_image_grid a .blackFontColor.Manrope-ExtraBold.mt-2 {
    position: relative !important;
    padding: 0 !important;
    text-decoration: none !important;
    background-image: linear-gradient(#252626,#252626) !important;
    background-position: 0% 100% !important;
    background-repeat: no-repeat !important;
    background-size: 0 1px !important;
    transition: color .3s,background-size .3s !important;
    width: max-content !important;
}

#colophon .menu a:hover, #masthead .menu a:hover, .title_and_image_grid a:hover .blackFontColor.Manrope-ExtraBold.mt-2 {
    background-size: 100% 1px!important;
}

#masthead .menu .menu-item-has-children > a {
    background-image: none !important;
    background-size: 0 !important;
}

.wpml-ls-last-item a {
    padding-right: 0;
}

.wpml-ls-last-item {
    padding-left: 10px !important;
}

.basic_button.white_btn {
    transition: all .3s ease;
}

.basic_button.white_btn:hover {
    transition: all .3s ease;
    background-color: #252626 !important;
    color: #F2F2F2 !important;
    border: 1px solid #252626 !important;
}

.basic_button:not(.white_btn), .wpcf7-submit {
    border: 1px solid #252626 !important;
    transition: all .3s ease;
}

.basic_button:not(.white_btn):hover, .wpcf7-submit:hover {
    transition: all .3s ease;
    background-color: transparent !important;
    color: #252626 !important;
    border: 1px solid #252626 !important;
}

.post_navigation_section .classic_href .post_thumb {
    transition: all .3s ease;
}

.post_navigation_section .classic_href:hover .post_thumb {
    background-size: 102% !important;
    transition: all .3s ease;
}

.error404 .basic_button:not(.white_btn):hover {
    background: transparent !important;
}

.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s ease;
}

.contact .title_and_list a {
    color: inherit;
    text-decoration: none;
}

/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/

@media (min-width: 320px) {
    h1, h1 p {
        font-size: 25px;
        line-height: 25px;
        letter-spacing: -0.05em;
    }

    h1.big, h1.big p {
        font-size: 80px;
        line-height: 55px;
        letter-spacing: -0.05em;
    }

    h2, h2 p {
        font-size: 70px;
        line-height: 70px;
        letter-spacing: -0.05em;
    }

    h3, h3 p {
        font-size: 25px;
        line-height: 27px;
        letter-spacing: -0.05em;
    }

    h4, h4 p {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: -0.05em;
    }

    h5, h5 p, #colophon .menu a {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.02em;
    }

    h6, h6 p {
        font-size: 13px;
        line-height: 18px;
        letter-spacing: -0.01em;
    }

    p, .wpcf7-acceptance, .privacy-policy .title_and_description li, .terms-of-use .title_and_description li {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.01em;
    }

    .disclaimer_text, .disclaimer_text p {
        font-size: 12px;
        line-height: 19px;
        letter-spacing: -0.01em;
    }

    #masthead .menu a, .post_date, span.a2a_label, .cf7_label, .wpcf7-text, .wpcf7-textarea, .wpcf7-response-output, .wpml-ls-legacy-list-horizontal a span {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.05em;
        margin-right: 1.563vw;
    }

    #contact_toggler {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.01em;
        border-bottom-left-radius: 23px;
        border-top-left-radius: 23px;
    }

    .wpcf7-submit, .basic_button {
        height: 23px;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.01em;
        padding-left: 30px;
        padding-right: 30px;
    }

    .sidebar_btn {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.01em;
    }

    .site-footer .upper_footer_row {
        padding-top: 0;
        padding-bottom: 2.083vw;
        padding-left: 20px;
        padding-right: 20px;
    }

    .middle_footer_row {
        padding-bottom: 40px;
    }

    .site-footer .bottom_footer_row {
        padding-bottom: 40px;
        padding-top: 0;
    }

    .main_logo {
        height: 40px !important;
    }

    .btn-close {
        width: 30px;
        right: 40px;
        top: 30px;
    }

    .offcanvas .menu a {
        font-size: 30px;
        line-height: 50px;
    }

    .menu_toggler svg {
        width: 37px;
    }

    .wpcf7-text {
        height: 37px;
    }

    .croppedContent {
        max-width: 80%;
    }

    #masthead {
        padding-top: 15px;
        padding-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .wpcf7-text, .wpcf7-textarea {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav_menu .menu-item-has-children > a::after {
        width: 7.17px;
        height: 5.24px;
    }

    .nav_menu .menu .sub-menu {
        margin-top: 0.521vw;
        padding: 1.042vw;
        padding-top: 1.042vw;
        padding-left: 0.914vw;
        padding-right: 0;
    }

   .nav_menu .menu .sub-menu li {
        margin-bottom: 0.833vw;
        min-width: 11.182vw;
    }

    .nav_menu .menu .sub-menu li a {
        margin-right: 2.508vw !important;
    }

    #colophon {
        min-height: max-content;
    }

    .footer_logo {
        height: 60px;
    }

    .footer_top_logo {
        width: 100px;
        margin-bottom: 25px;
    }

    .bottom_footer_logos_wrapper {
        height: auto;
        width: 80%;
    }

    .disclaimer_text {
        margin-top: 35px;
        max-width: 90%;
    }

    #colophon .basic_button {
        margin-right: 0;
    }

    .error404 .basic_button {
        margin-top: 40px;
    }
    
    .footer_bottom_logo {
        width: auto;
        height: 35px;
    }

    .page_header img {
        height: 50vh;
    }

    .title_and_description {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .main_content_wrapper {
        padding-left: 20px;
    }

    .half_width_text, .inner_info {
        max-width: 100%;
    }

    .section_big_title, .list_title {
        margin-bottom: 15px;
    }

    .two_images_slider {
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .swiper_buttons {
        margin-bottom: 25px;
    }

    .two_images_slider img {
        height: 400px;
    }

    .swiper_buttons svg {
        width: auto;
        height: 25px;
    }

    .list-item {
        padding-bottom: 30px;
        padding-left: 0;
    }

    .list-item:last-child {
        margin-bottom: 30px;
        padding-bottom: 0;
    }

    .single-post .page_header {
        padding-bottom: 40px;
    }

    .two_images, .single_image {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
    }

    .pr40 {
        padding-right: 20px;
    }

    .two_images img {
        height: 250px;
    }

    .post_header_title_section {
        padding-top: 40px;
        padding-left: 20px;
    }

    .date_wrapper {
        margin-right: 15px;
    }

    .two_images {
        padding-top: 15px;
    }

    .post_navigation_section {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .post_navigation_section .post_thumb {
        height: 180px;
    }

    .next-post-title {
        margin-bottom: 25px;
    }

    .post_thumb {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .next-post-title {
        max-width: max-content;
    }

    .pl40 {
        padding-left: 20px;
    }

    .counters_half_width {
        padding-top: 25px;
    }

    .title_and_image_grid {
        margin-bottom: 70px;
    }

    .img_grid {
        margin-top: 25px;
    }
    
    .title_and_image_grid img {
        height: 250px;
    }

    .pr20 {
        padding-right: 20px;
    }

    .title_and_image_grid .col-lg-6 {
        margin-top: 0;
    }

    .title_and_image_grid .main_row, .files_section .main_content_wrapper_inner {
        margin-right: 0;
    }

    .pl90 {
        padding-left: 20px;
    }

    .files_section {
        margin-bottom: 110px;
    }

    .files_section img {
        height: 100px;
    }

    .files_section svg {
        width: auto;
        height: 20px;
    }

    .file_inner_wrapper {
        padding: 10px;
        margin-bottom: 15px;
    }

    .nea #main {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 110px;
        padding-bottom: 90px;
    }

    .articles_rows .row {
        margin-bottom: 20px;
    }

    .articles_rows .row img {
        height: 250px;
    }

    .pb30 {
        padding-bottom: 20px;
    }

    .pb100 {
        padding-bottom: 25px;
    }

    .load-more-wrapper {
        margin-top: 60px;
    }

    .header_title_section_contact {
        padding-top: 50px;
        padding-left: 20px;
    }

    .support #main, .privacy-policy #main, .terms-of-use #main {
        padding-bottom: 150px;
    }

    .wpcf7-text {
        margin-bottom: 8px;
    }

    .wpcf7-textarea {
        margin-bottom: 3px;
        height: 140px;
    }

    .wpcf7-text, .wpcf7-textarea {
        margin-top: 3.83px;
    }

    .wpcf7-not-valid-tip {
        right: 5px;
    }

    .support .page_header img {
        height: 50vh;
    }

    .wpcf7-acceptance {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    
    .wpcf7-submit {
        width: max-content;
    }

    .wpcf7-response-output {
        margin-top: 15px !important;
    }

    .support span.wpcf7-list-item-label::before {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }

    .support input[type="checkbox"]:checked+span.wpcf7-list-item-label::before {
        background-size: 8px;
    }

    .info_contact_wrapper {
        padding-top: 40px;
    }

    .privacy-policy .title_and_description .row, .terms-of-use .title_and_description .row {
        margin-bottom: 25px;
    }

    .call_to_action {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .ml20 {
        margin-left: 15px;
    }

    .counters {
        padding-bottom: 70px;
    }

    .pl45 {
        padding-left: 25px;
    }

    .counters img {
        height: 480px;
    }

    .h42 {
        height: 0;
    }

    .big_slider_section {
        margin-bottom: 70px;
    }

    .ml45 {
        margin-left: 25px;
    }

    .pages_section {
        padding-bottom: 70px;
    }

    .mw435 {
        max-width: 90%;
        margin-bottom: 0;
    }

    .footer_bottom_logo:nth-child(4) {
        margin-left: 3px;
        margin-right: -5px;
    }

    .contact #main {
        margin-bottom: 70px;
    }
}

@media (min-width: 992px) {
    h1, h1 p {
        font-size: 4.167vw;
        line-height: 4.167vw;
        letter-spacing: -0.05em;
    }

    h1.big, h1.big p {
        font-size: 5.729vw;
        line-height: 4.427vw;
        letter-spacing: -0.05em;
    }

    h2, h2 p {
        font-size: 4.167vw;
        line-height: 4.167vw;
        letter-spacing: -0.05em;
    }

    h3, h3 p {
        font-size: 1.979vw;
        line-height: 2.083vw;
        letter-spacing: -0.05em;
    }

    h4, h4 p {
        font-size: 1.458vw;
        line-height: 1.563vw;
        letter-spacing: -0.05em;
    }

    h5, h5 p, #colophon .menu a {
        font-size: 1.25vw;
        line-height: 1.667vw;
        letter-spacing: -0.02em;
    }

    h6, h6 p {
        font-size: 1.042vw;
        line-height: 1.302vw;
        letter-spacing: -0.01em;
    }

    p, .wpcf7-acceptance, .privacy-policy .title_and_description li, .terms-of-use .title_and_description li {
        font-size: 1.146vw;
        line-height: 1.458vw;
        letter-spacing: -0.01em;
    }

    .disclaimer_text, .disclaimer_text p {
        font-size: max(0.625vw, 8px);
        line-height: 0.99vw;
        letter-spacing: -0.01em;
    }

    #masthead .menu a, .post_date, span.a2a_label, .cf7_label, .wpcf7-text, .wpcf7-textarea, .wpcf7-response-output, .wpml-ls-legacy-list-horizontal a span {
        font-size: max(0.781vw, 10px);
        line-height: 1.042vw;
        letter-spacing: -0.05em;
        margin-right: 1.563vw;
    }

    #contact_toggler {
        font-size: max(0.833vw, 10px);
        line-height: 1.198vw;
        letter-spacing: -0.01em;
        border-bottom-left-radius: 1.198vw;
        border-top-left-radius: 1.198vw;
    }

    .wpcf7-submit, .basic_button {
        height: 1.198vw;
        font-size: max(0.833vw, 10px);
        line-height: 1.198vw;
        letter-spacing: -0.01em;
        padding-left: 1.4vw;
        padding-right: 1.4vw;
    }

    .sidebar_btn {
        font-size: max(0.833vw, 10px);
        line-height: 1.198vw;
        letter-spacing: -0.01em;
    }

    .site-footer .upper_footer_row {
        padding-top: 0;
        padding-bottom: 2.083vw;
        padding-left: 2.939vw;
        padding-right: 6.444vw;
    }

    .middle_footer_row {
        padding-bottom: 4.196vw;
    }

    .site-footer .bottom_footer_row {
        padding-bottom: 40px;
        padding-top: 0;
    }

    .main_logo {
        height: 3.813vw !important;
    }

    .btn-close {
        width: 1.563vw;
        right: 2.083vw;
        top: 1.563vw;
    }

    .offcanvas .menu a {
        font-size: 1.563vw;
        line-height: 2.604vw;
    }

    .menu_toggler svg {
        width: 1.927vw;
    }

    .wpcf7-text {
        height: 1.927vw;
    }

    .croppedContent {
        max-width: 72.917vw;
    }

    #masthead {
        padding-top: 1.875vw;
        padding-bottom: 0;
        padding-left: 2.24vw;
        padding-right: 2.083vw;
    }

    .wpcf7-text, .wpcf7-textarea {
        padding-left: 0.781vw;
        padding-right: 0.781vw;
    }

    .nav_menu .menu-item-has-children > a::after {
        width: 7.17px;
        height: 5.24px;
    }

    .nav_menu .menu .sub-menu {
        margin-top: 0.521vw;
        padding: 1.042vw;
        padding-top: 1.042vw;
        padding-left: 0.914vw;
        padding-right: 0;
    }

   .nav_menu .menu .sub-menu li {
        margin-bottom: 0.833vw;
        min-width: 11.182vw;
    }

    .nav_menu .menu .sub-menu li a {
        margin-right: 2.508vw !important;
    }

    #colophon {
        min-height: 38.383vw;
    }

    .footer_logo {
        height: 5.719vw;
    }

    .footer_top_logo {
        width: 6.056vw;
        margin-bottom: 3.646vw;
    }

    .bottom_footer_logos_wrapper {
        height: 3.125vw;
        width: 27.865vw;
    }

    .disclaimer_text {
        margin-top: 0.833vw;
        max-width: 25.313vw;
    }

    #colophon .menu {
        margin-right: 7.813vw;
    }

    #colophon .basic_button {
        margin-right: 1.042vw;
    }

    .error404 .basic_button {
        margin-top: 3.953vw;
    }

    .footer_bottom_logo {
        width: auto;
        height: 2.865vw;
    }

    .header_title_section {
        padding-top: 8.594vw;
        padding-left: 1.25vw;
    }

    .page_header img {
        height: 37.656vw;
    }

    .title_and_description {
        padding-top: 5.208vw;
        padding-bottom: 5.208vw;
    }

    .main_content_wrapper {
        padding-left: 1.25vw;
    }

    .half_width_text, .inner_info {
        max-width: 38.281vw;
    }

    .section_big_title, .list_title {
        margin-bottom: 2.083vw;
    }

    .two_images_slider {
        padding-top: 2.604vw;
        padding-bottom: 7.813vw;
    }

    .swiper_buttons {
        margin-bottom: 0.619vw;
    }

    .two_images_slider img {
        height: 39.198vw;
    }

    .swiper_buttons svg {
        width: 3.333vw;
        height: 2.188vw;
    }

    .list-item {
        padding-bottom: 3.125vw;
        padding-left: 0.781vw;
    }

    .list-item:last-child {
        margin-bottom: 4.167vw;
        padding-bottom: 0;
    }

    .single-post .page_header {
        padding-bottom: 3.854vw;
    }

    .single-post .big_slider_section {
        margin-bottom: 3.646vw;
    }

    .two_images, .single_image {
        padding-left: 1.042vw;
        padding-right: 1.042vw;
        padding-bottom: 1.25vw;
    }

    .pr40 {
        padding-right: 1.042vw;
    }

    .two_images img {
        height: 39.323vw;
    }

    .post_header_title_section {
        padding-top: 6.25vw;
        padding-left: 1.25vw;
    }

    .date_wrapper {
        margin-right: 4.01vw;
    }

    .two_images {
        padding-top: 4.167vw;
    }

    .post_navigation_section {
        padding-top: 8.333vw;
        padding-bottom: 9.115vw;
    }

    .post_navigation_section .post_thumb {
        height: 24.854vw;
    }

    .next-post-title {
        margin-bottom: 0.772vw;
    }

    .post_thumb {
        padding-left: 1.823vw;
        padding-right: 1.823vw;
        padding-bottom: 1.458vw;
    }

    .next-post-title {
        max-width: 34.375vw;
    }

    .pl40 {
        padding-left: 2.083vw;
    }

    .counters_half_width {
        padding-top: 5.208vw;
    }

    .title_and_image_grid {
        margin-bottom: 9.896vw;
    }

    .img_grid {
        margin-top: 5.208vw;
    }

    .title_and_image_grid img {
        height: 23.125vw;
    }

    .pr20 {
        padding-right: 1.042vw;
    }

    .title_and_image_grid .col-lg-6 {
        margin-top: 4.167vw;
    }

    .title_and_image_grid .main_row, .files_section .main_content_wrapper_inner {
        margin-right: 10.156vw;
    }

    .pl90 {
        padding-left: 4.688vw;
    }
    
    .files_section {
        margin-bottom: 15.625vw;
    }

    .files_section img {
        height: 11.094vw;
    }

    .files_section svg {
        width: 1.369vw;
        height: 1.661vw;
    }

    .file_inner_wrapper {
        padding: 1.51vw;
        margin-bottom: 1.302vw;
    }

    .nea #main {
        padding-left: 2.083vw;
        padding-right: 2.083vw;
        padding-top: 14.063vw;
        padding-bottom: 12.76vw;
    }

    .articles_rows .row {
        margin-bottom: 3.906vw;
    }

    .articles_rows .row img {
        height: 41.094vw;
    }

    .pb30 {
        padding-bottom: 1.563vw;
    }

    .pb100 {
        padding-bottom: 5.208vw;
    }

    .load-more-wrapper {
        margin-top: 14.01vw;
    }

    .header_title_section_contact {
        padding-top: 7.552vw;
        padding-left: 9.219vw;
    }

    .support #main, .privacy-policy #main, .terms-of-use #main {
        padding-bottom: 15.625vw;
    }

    .wpcf7-text {
        margin-bottom: 0.521vw;
    }

    .wpcf7-textarea {
        margin-bottom: 0.208vw;
        height: 8.229vw;
    }

    .wpcf7-text, .wpcf7-textarea {
        margin-top: 0.938vw;
    }

    .wpcf7-not-valid-tip {
        right: 1.563vw;
    }

    .support .page_header img {
        height: 25.26vw;
    }

    .wpcf7-acceptance {
        margin-top: 4.948vw;
        margin-bottom: 3.646vw;
    }

    .wpcf7-submit {
        width: 17.188vw;
    }

    .wpcf7-response-output {
        margin-top: 1.563vw !important;
    }

    .support span.wpcf7-list-item-label::before {
        width: 1.545vw;
        height: 1.545vw;
        margin-right: 0.677vw;
    }

    .support input[type="checkbox"]:checked+span.wpcf7-list-item-label::before {
        background-size: 0.767vw;
    }

    .info_contact_wrapper {
        padding-top: 4.01vw;
    }

    #contact_toggler {
        height: 11.849vw;
        width: 2.083vw;
        top: 12.5vw;
    }

    .privacy-policy .title_and_description .row, .terms-of-use .title_and_description .row {
        margin-bottom: 4.167vw;
    }

    .call_to_action {
        padding-top: 7.813vw;
        padding-bottom: 11.458vw;
    }

    .ml20 {
        margin-left: 1.042vw;
    }

    .counters {
        padding-bottom: 14.063vw;
    }

    .pl45 {
        padding-left: 2.344vw;
    }

    .mwidth800 {
        max-width: 41.927vw;
    }

    .counters img {
        height: 39.198vw;
    }

    .h42 {
        height: 2.754vw;
    }

    .big_slider_section {
        margin-bottom: 12.24vw;
    }

    .ml45 {
        margin-left: 2.344vw;
    }

    .pages_section {
        padding-bottom: 19.792vw;
    }

    .mw435 {
        max-width: 22.656vw;
    }

    .footer_bottom_logo:nth-child(4) {
        margin-left: 0.156vw;
        margin-right: -0.26vw;
    }

    .wpcf7-submit, .basic_button {
        min-height: max(1.25vw, 17px);
    }

    .privacy-policy #main, .terms-of-use #main {
        padding-bottom: 5.208vw;
    }

    .contact #main {
        margin-bottom: 11.458vw;
    }
}

@media (min-width: 1920px) {
    h1, h1 p {
        font-size: 80px;
        line-height: 80px;
        letter-spacing: -0.05em;
    }

    h1.big, h1.big p {
        font-size: 110px;
        line-height: 85px;
        letter-spacing: -0.05em;
    }

    h2, h2 p {
        font-size: 80px;
        line-height: 80px;
        letter-spacing: -0.05em;
    }

    h3, h3 p {
        font-size: 38px;
        line-height: 40px;
        letter-spacing: -0.05em;
    }

    h4, h4 p {
        font-size: 28px;
        line-height: 30px;
        letter-spacing: -0.05em;
    }

    h5, h5 p, #colophon .menu a {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.02em;
    }

    h6, h6 p {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: -0.01em;
    }

    p, .wpcf7-acceptance, .privacy-policy .title_and_description li, .terms-of-use .title_and_description li {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.01em;
    }

    .disclaimer_text, .disclaimer_text p {
        font-size: 12px;
        line-height: 19px;
        letter-spacing: -0.01em;
    }

    #masthead .menu a, .post_date, span.a2a_label, .cf7_label, .wpcf7-text, .wpcf7-textarea, .wpcf7-response-output, .wpml-ls-legacy-list-horizontal a span {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.05em;
        margin-right: 30px;
    }

    #contact_toggler {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.01em;
        border-bottom-left-radius: 23px;
        border-top-left-radius: 23px;
    }

    .wpcf7-submit, .basic_button {
        height: 23px;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.01em;
        padding-left: 41.38px;
        padding-right: 41.38px;
    }

    .sidebar_btn {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.01em;
    }

    .site-footer .upper_footer_row {
        padding-top: 0;
        padding-bottom: 40px;
        padding-left: 56.43px;
        padding-right: 123.73px;
    }

    .middle_footer_row {
        padding-bottom: 80.56px;
    }

    .site-footer .bottom_footer_row {
        padding-bottom: 77.2px;
        padding-top: 0;
    }

    .main_logo {
        height: 73.2px !important;
    }

    .btn-close {
        width: 30px;
        right: 40px;
        top: 30px;
    }

    .offcanvas .menu a {
        font-size: 30px;
        line-height: 50px;
    }

    .menu_toggler svg {
        width: 37px;
    }

    .wpcf7-text {
        height: 37px;
    }

    .croppedContent {
        max-width: 1400px;
    }

    #masthead {
        padding-top: 36px;
        padding-bottom: 0;
        padding-left: 43px;
        padding-right: 40px;
    }

    .wpcf7-text, .wpcf7-textarea {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav_menu .menu-item-has-children > a::after {
        width: 7.17px;
        height: 5.24px;
    }

    .nav_menu .menu .sub-menu {
        margin-top: 10px;
        padding: 20px;
        padding-top: 20px;
        padding-left: 17.55px;
        padding-right: 0;
    }

   .nav_menu .menu .sub-menu li {
        margin-bottom: 16px;
        min-width: 214.7px;
    }

    .nav_menu .menu .sub-menu li a {
        margin-right: 48.15px !important;
    }

    #colophon {
        min-height: 736.95px;
    }

    .footer_logo {
        height: 109.8px;
    }

    .footer_top_logo {
        width: 116.28px;
        margin-bottom: 70px;
    }

    .bottom_footer_logos_wrapper {
        height: 60px;
        width: 535px;
    }

    .disclaimer_text {
        margin-top: 16px;
        max-width: 486px;
    }

    #colophon .menu {
        margin-right: 150px;
    }

    #colophon .basic_button {
        margin-right: 20px;
    }

    .error404 .basic_button {
        margin-top: 75.89px;
    }

    .footer_bottom_logo {
        width: auto;
        height: 55px;
    }

    .header_title_section {
        padding-top: 165px;
        padding-left: 24px;
    }

    .page_header img {
        height: 723px;
    }

    .title_and_description {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .main_content_wrapper {
        padding-left: 24px;
    }

    .half_width_text, .inner_info {
        max-width: 735px;
    }

    .section_big_title, .list_title {
        margin-bottom: 40px;
    }

    .two_images_slider {
        padding-top: 50px;
        padding-bottom: 150px;
    }

    .swiper_buttons {
        margin-bottom: 11.88px;
    }

    .two_images_slider img {
        height: 752.6px;
    }

    .swiper_buttons svg {
        width: 64px;
        height: 42px;
    }

    .list-item {
        padding-bottom: 60px;
        padding-left: 15px;
    }

    .list-item:last-child {
        margin-bottom: 80px;
        padding-bottom: 0;
    }

    .single-post .page_header {
        padding-bottom: 74px;
    }

    .single-post .big_slider_section {
        margin-bottom: 70px;
    }

    .two_images, .single_image {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 24px;
    }

    .pr40 {
        padding-right: 40px;
    }

    .two_images img {
        height: 755px;
    }

    .post_header_title_section {
        padding-top: 120px;
        padding-left: 24px;
    }

    .date_wrapper {
        margin-right: 77px;
    }

    .two_images {
        padding-top: 80px;
    }

    .post_navigation_section {
        padding-top: 160px;
        padding-bottom: 175px;
    }

    .post_navigation_section .post_thumb {
        height: 477.2px;
    }

    .next-post-title {
        margin-bottom: 14.83px;
    }

    .post_thumb {
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 28px;
    }

    .next-post-title {
        max-width: 660px;
    }

    .pl40 {
        padding-left: 40px;
    }
    
    .counters_half_width {
        padding-top: 100px;
    }

    .title_and_image_grid {
        margin-bottom: 190px;
    }

    .img_grid {
        margin-top: 100px;
    }

    .title_and_image_grid img {
        height: 444px;
    }

    .pr20 {
        padding-right: 20px;
    }

    .title_and_image_grid .col-lg-6 {
        margin-top: 80px;
    }

    .title_and_image_grid .main_row, .files_section .main_content_wrapper_inner {
        margin-right: 195px;
    }

    .pl90 {
        padding-left: 90px;
    }

    .files_section {
        margin-bottom: 300px;
    }

    .files_section img {
        height: 213px;
    }

    .files_section svg {
        width: 26.29px;
        height: 31.9px;
    }
    
    .file_inner_wrapper {
        padding: 29px;
        margin-bottom: 25px;
    }

    .nea #main {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 270px;
        padding-bottom: 245px;
    }

    .articles_rows .row {
        margin-bottom: 75px;
    }

    .articles_rows .row img {
        height: 789px;
    }

    .pb30 {
        padding-bottom: 30px;
    }

    .pb100 {
        padding-bottom: 100px;
    }

    .load-more-wrapper {
        margin-top: 269px;
    }

    .header_title_section_contact {
        padding-top: 145px;
        padding-left: 177px;
    }

    .support #main, .privacy-policy #main, .terms-of-use #main {
        padding-bottom: 300px;
    }

    .wpcf7-text {
        margin-bottom: 10px;
    }

    .wpcf7-textarea {
        margin-bottom: 4px;
        height: 158px;
    }

    .wpcf7-text, .wpcf7-textarea {
        margin-top: 18px;
    }

    .wpcf7-not-valid-tip {
        right: 30px;
    }

    .support .page_header img {
        height: 485px;
    }

    .wpcf7-acceptance {
        margin-top: 95px;
        margin-bottom: 70px;
    }

    .wpcf7-submit {
        width: 330px;
    }

    .wpcf7-response-output {
        margin-top: 30px !important;
    }

    .support span.wpcf7-list-item-label::before {
        width: 29.67px;
        height: 29.67px;
        margin-right: 13px;
    }

    .support input[type="checkbox"]:checked+span.wpcf7-list-item-label::before {
        background-size: 14.73px;
    }

    .info_contact_wrapper {
        padding-top: 77px;
    }

    #contact_toggler {
        height: 227.5px;
        width: 40px;
        top: 240px;
        border-bottom-left-radius: 23px;
        border-top-left-radius: 23px;
    }

    .privacy-policy .title_and_description .row, .terms-of-use .title_and_description .row {
        margin-bottom: 80px;
    }

    .call_to_action {
        padding-top: 150px;
        padding-bottom: 220px;
    }

    .ml20 {
        margin-left: 20px;
    }

    .counters {
        padding-bottom: 270px;
    }

    .pl45 {
        padding-left: 45px;
    }

    .mwidth800 {
        max-width: 805px;
    }

    .counters img {
        height: 752.6px;
    }

    .h42 {
        height: 52.88px;
    }

    .big_slider_section {
        margin-bottom: 235px;
    }

    .ml45 {
        margin-left: 45px;
    }

    .pages_section {
        padding-bottom: 380px;
    }

    .mw435 {
        max-width: 435px;
    }

    .footer_bottom_logo:nth-child(4) {
        margin-left: 3px;
        margin-right: -5px;
    }

    .wpcf7-submit, .basic_button {
        min-height: 24px;
    }

    .privacy-policy #main, .terms-of-use #main {
        padding-bottom: 100px;
    }

    .contact #main {
        margin-bottom: 220px;
    }
}

@media (min-width: 1921px) {
    .page_header img {
        height: 37.656vw;
    }

    .two_images_slider img {
        height: 39.198vw;
    }

    .two_images img {
        height: 39.323vw;
    }

    .post_navigation_section .post_thumb {
        height: 24.854vw;
    }

    .title_and_image_grid img {
        height: 23.125vw;
    }

    .files_section img {
        height: 11.094vw;
    }

    .articles_rows .row img {
        height: 41.094vw;
    }

    .support .page_header img {
        height: 25.26vw;
    }

    .counters img {
        height: 39.198vw;
    }
}