/*!
Theme Name: Codemakers
Theme URI: https://codemakers.dk
Author: Codemakers
Author URI: https://codemakers.dk
Description: Description
Version: 1.0.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codemakers
*/
html {
    font-size: 10px;
    overscroll-behavior-y: none;
}
body {
    overscroll-behavior-y: none;
    transition: opacity var(--animtime1) ease;
    opacity: 0;
    margin: 0;
    color: var(--textclr1);
    --text-scaler: 1;
}

body.menuopen {
	touch-action: none;
	width: 100%;
	height: 10vh;
	position: fixed;
	left: 0;
	top: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 0!important;
}
img {max-width: 100%; height: auto;}
*, :after, :before {
    box-sizing: border-box!important;
	-webkit-tap-highlight-color: transparent;
}
.for-dekstop{
	display: block!important;
}
.for-mobile{
	display: none!important;
}
.hidden { display: none; }

#wpadminbar{
	z-index: 999999;
}

/* Copy link */
.admin-copy-link.section a {
	display: inline-block;
	visibility: hidden;
}
section:hover > .admin-copy-link.section a {
	animation: 2s fadeInCopy;
	animation-fill-mode: forwards;
}

@keyframes fadeInCopy {
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

/* Layout ========================================================================== */
section {
	position: relative;
	opacity: 0;
	transition: var(--animtime2);
	padding: 9rem 0;
    clear: both;
	width: 100%;
	overflow: hidden; /*needed for correct height calculation*/
}
.container {
    padding: 0 8.8rem;
    max-width: 144rem;
    width: 100%;
    margin: 0 auto;
}
.container_m {
    max-width: 113.2rem;
    margin: 0 auto;
}
.container_s {
    max-width: 100rem;
    margin: 0 auto;
	padding: 0 10rem;
}
.container_l {
    max-width: 126rem;
    margin: 0 auto;
}
blockquote {
    position: relative;
    margin: 3rem 0;
    color: var(--clr1);
    font-size: var(--fontsize_h3);
    line-height: var(--lineh_h3);
    font-weight: bold;
    padding-top: 7rem;
}
.blockquote-right,
.blockquote-left {
	float: left;
    width: 40%;
    padding: 7rem 0 1.7rem 0;
    margin: 3rem 3rem 3rem -14rem;
}
.blockquote-right {
	float: right;
    margin: 3rem -14rem 3rem 3rem;
}
hr {
    margin-top: 4rem;
    margin-bottom: 4rem;
    border: 0;
    border-top: var(--border1);
}
blockquote p {
    margin: 0;
}
blockquote em {
    font-size: var(--fontsize_p);
    font-weight: normal;
}
blockquote p:last-child {
	padding-bottom: 0;
}
blockquote:before {
	content: '”';
	position: absolute;
    top: 1.7rem;
    font-size: 6rem;
	line-height: 1;
}
p{
    margin: 1.6rem 0 0;
}
footer {
   clear: both;
}
.clear {
   display: block!important;
   clear: both;
}
.no-scroll {
  overflow: hidden;
}
.no-mt {
	margin-top: 0;
}
.no-mb {
	margin-bottom: 0;
}

/* Typography ===================================================================== */
body {
    font-family: "Poppins", sans-serif;
	font-size: calc(var(--fontsize_p) * var(--text-scaler));
	line-height: calc(var(--lineh_p) * var(--text-scaler));
    -webkit-font-smoothing: antialiased;
}
h1 {
	font-size: calc(var(--fontsize_h1) * var(--text-scaler));
	line-height: calc(var(--lineh_h1) * var(--text-scaler));
}
h2, .h2 {
	font-size: calc(var(--fontsize_h2) * var(--text-scaler));
	line-height: calc(var(--lineh_h2) * var(--text-scaler));
}
h3, .h3, p.subtitle {
	font-size: calc(var(--fontsize_h3) * var(--text-scaler));
	line-height: calc(var(--lineh_h3) * var(--text-scaler));
}
h4, .woocommerce-mini-cart__total * {
	font-size: calc(var(--fontsize_h4) * var(--text-scaler));
	line-height: calc(var(--lineh_h4) * var(--text-scaler));
}

h5, .h5 {
	font-size: calc(var(--fontsize_h5) * var(--text-scaler));
	line-height: calc(var(--lineh_h5) * var(--text-scaler));
    font-weight: 500;
}
a {
	color:var(--textclr1);
}
a:hover {
	text-decoration: none;
}
h1,h2,h3,h4, h5 {
	margin-bottom: 0;
	-webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4, h5 {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.label, label, .wp-caption-text, p.small, a.small, .woocommerce form .form-row label, .gfield_password_strength {
	font-size: calc(var(--fontsize_s) * var(--text-scaler));
	line-height: calc(var(--lineh_s) * var(--text-scaler));
}
a.text-link {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    font-weight: 500;
}

a.text-link svg{
    width: 2.6rem;
    height: auto;
}

strong{
    font-weight: 600;
}

a.text-link svg{
    transform: translateX(0);
    transition: var(--animtime1);
}

a.text-link:hover svg{
    transform: translateX(0.5rem);
}

/* No need to multiply by text-scaler */
.wp-caption-text {
    opacity: 0.55;
    margin-top: 1rem;
    margin-bottom: 0;
}
.wp-caption {
    max-width: 100%;
}
/* Links ========================================================================== */
.hover-underline:after {
    opacity: 0;
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    background: white;
    bottom: -2px;
    left: 0;
}
.hover-underline:hover:after {
    width: 100%;
    opacity: 1;
}
/*.read_more {*/
/*    text-decoration: none;*/
/*    width: 100%;*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*    position: relative;*/
/*    margin-top: -2rem;*/
/*    padding-top: 8.7rem;*/
/*	color: initial;*/
/*    font-weight: bold;*/
/*}*/
/*a.read_more:after, a.read_more:before {*/
/*    content: " ";*/
/*    border-top: 1px solid var(--textclr1);*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 0;*/
/*    width: 100%;*/
/*}*/
/*a.read_more:after {*/
/*    width: 4rem;*/
/*    height: 4rem;*/
/*	!*background-image: linear-gradient(120deg, var(--clr1) 0%, var(--clr2) 110%);*!*/
/*    background: var(--textclr1);*/
/*    border-radius: 5rem;*/
/*    left: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*    border: none;*/
/*}*/
/*a.read_more:hover:after {*/
/*	//background-image: linear-gradient(120deg, var(--clr2) 0%, var(--clr1) 110%);*/
/*}*/
/*a.read_more span:before, a.read_more span:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background-color: white;*/
/*    transition: transform 0.4s ease-out;*/
/*}*/
/*a.read_more span:after {*/

/*    top: 50%;*/
/*    right: 0;*/
/*    width: 19px;*/
/*    height: 1px;*/
/*}*/
/*a.read_more span:before {*/
/*    top: 50%;*/
/*    right: 0;*/
/*    width: 1px;*/
/*    height: 19px;*/
/*    margin-right: 9px;*/
/*    margin-top: -9px;*/
/*}*/
/*a.read_more.read-more-reset span:before {*/
/*	transform: scaleY(0);*/
/*}*/
/*.read_more span {*/
/*	position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    z-index: 1;*/
/*    transform: translate(-50%,-50%);*/
/*    width: 20px;*/
/*    height: 20px;*/
/*}*/
button.read-more-button.btn.btn-secondary {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    min-width: 26.1rem;
    text-align: center;
    align-items: center;
    justify-content: center;
}
button.read-more-button.btn.btn-secondary svg{
    height: 0.6rem;
    width: auto;
}
button.read-more-button.btn.btn-secondary svg path{
    transition: stroke 0.3s;
}
button.read-more-button.btn.btn-secondary:hover svg path{
    stroke: var(--textclr4);
}
.read_more.read-more-reset button.read-more-button.btn.btn-secondary svg{
    transform: rotate(180deg);
}
.icon-link {
	text-decoration: none;
	color: var(--textclr1);
	position: relative;
}
/*.icon-link svg, .close-mini-cart {*/
/*	position: absolute;*/
/*	width: 1.8rem;*/
/*	left: 0;*/
/*	top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/
.icon-link svg {
    width: 2.6rem;
    height: auto;
}
.icon-link svg path {
	stroke: var(--textclr1)
}
header .icon-link {
    margin-left: 2rem;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.save_page.disable svg path {
    fill: var(--clr1);
    stroke: var(--clr1);
}
/* Columns grid ======================================================================== */
.columns-2 {
	grid-template-columns: calc(50% - 4rem) calc(50% - 4rem);
}
.columns-3 {
	grid-template-columns: calc(33% - 5.25rem) calc(33% - 5.25rem) calc(33% - 5.25rem);
}
.columns-4 {
	grid-template-columns: calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem);
}
.columns-2,.columns-3,.columns-4 {
	display: flex;
    flex-direction: column;
}
/* GravityForm ======================================================================== */
.hide-gf {
	display: none;
}
/* Buttons ======================================================================== */
.btn, .button,
input[type="submit"],
.entry-summary .single_variation_wrap button.button,
.woocommerce div.product div.summary .button, .woocommerce a.button,
.cart_totals  .wc-proceed-to-checkout a.checkout-button.button, button#place_order, .coupon button.button, .checkout_coupon button.button,
.woocommerce button.button, .woocommerce-MyAccount-navigation-link--customer-logout a {
	border-radius: 100px;
    background-color: var(--clr2);
    padding: 1.5rem 4.1rem!important;
    color: white;
    text-decoration: none;
    display: inline-block;
    transition: var(--animtime1);
    font-size: calc(var(--fontsize_s) * var(--text-scaler));
    border: 0;
    width: auto;
    cursor: pointer;
    font-weight: 500;
    line-height: calc(var(--lineh_s) * var(--text-scaler));
    -webkit-font-smoothing: antialiased;
}
.btn:hover, .button:hover, input[type="submit"]:hover,
.entry-summary .single_variation_wrap button.button:hover,
.woocommerce div.product div.summary .button:hover, .woocommerce a.button:hover,
.cart_totals .wc-proceed-to-checkout a.checkout-button.button:hover, button#place_order:hover, .coupon button.button:hover, .checkout_coupon button.button:hover,
.woocommerce button.button:hover, .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: var(--clr1);
	color: white;
    text-decoration: none;
}
button.disabled:hover, button.disabled {
  cursor: auto!important;
  opacity: .5!important;
	background-color: var(--clr1)!important;
	pointer-events: none;
}
.btn-secondary {
    background-color: transparent;
	color: var(--textclr1);
	border:var(--border3);
}
.btn-secondary:hover {
	background-color: var(--clr7);
	color: white;
}
.close, .woocommerce-remove-coupon, .lity-close, .woocommerce a.remove {
    width: 2rem;
    height: 2rem;
    position: absolute;
	cursor: pointer;
	transform: rotate(45deg);
	color: transparent!important;
	border: 0;
}
.close:before, .close:after,
.woocommerce-remove-coupon:before, .woocommerce-remove-coupon:after,
.woocommerce a.remove:before, .woocommerce a.remove:after,
.lity-close:before, .lity-close:after {
	content: "";
    position: absolute;
    background-color: #2C2C30;
    transition: transform 0.4s ease-out;
}
.close-container:hover .close:before,
.close-container:hover .close:after,
.close:hover:before, .close:hover:after,
.woocommerce a.remove:hover:before, .woocommerce a.remove:hover:after,
.woocommerce-remove-coupon:hover:after, .woocommerce-remove-coupon:hover:before,
.lity-close:hover:after, .lity-close:hover:before {
    background-color: var(--clr1);
}
.close, .close:hover, div.woocommerce a.remove, div.woocommerce a.remove:hover, .lity-close, .lity-close:hover {
	background: transparent!important;
	color: transparent!important;
}
.close:before, .woocommerce-remove-coupon:before, .woocommerce a.remove:before, .lity-close:before {
    top: 50%;
    right: 0;
    width: 2px;
    height: 2rem;
    margin-right: 0.9rem;
    margin-top: -1rem;
}
.close:after, .woocommerce-remove-coupon:after, .woocommerce a.remove:after, .lity-close:after {
	top: 50%;
    right: 0;
    width: 2rem;
    height: 2px;
    margin-top: -1px
}
.close-container {
	cursor: pointer;
    position: absolute;
    z-index: 1;
    background: var(--clr2);
    width: 3.2rem;
    height: 3.2rem;
    right: 0;
    top: 0;
}
.close-container .close, .woocommerce a.remove, .lity-close {
    transform: translate(-50%,-50%) rotate(45deg);
    margin-left: 50%;
    margin-top: 50%;
}
.close-container .close:before, .close-container .close:after, .lity-close:before, .lity-close:after {
    background-color: #FFFFFF;
}

/* Sitewide notice */

.sitewide-notice{
	background-color: var(--clr2);
	padding: 0.9rem 0;
    font-size: calc(var(--fontsize_s) * var(--text-scaler));
    line-height: calc(var(--lineh_s) * var(--text-scaler));
}

.sitewide-notice .container .left-side {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    align-items: center;
    width: calc(100% - 3rem);
}

.sitewide-notice .close::before,
.sitewide-notice .close::after{
    content: none;
}

.sitewide-notice .close{
    transform: rotate(0);
    width: auto;
    height: auto;
}

.sitewide-notice .close svg path{
    stroke: #fff;
}

.sitewide-notice .container .left-side p{
	margin: 0;
}

.sitewide-notice .container .close{
	position: relative;
	left: unset;
	right: unset;
	top: unset;
	bottom: unset;
}

#sitewide-notice{
	display: none;
}

.sitewide-notice .container .left-side .btn{
    padding: 0.7rem 3rem!important;
    font-size: calc(var(--fontsize_s) * var(--text-scaler))!important;
    line-height: calc(var(--lineh_s) * var(--text-scaler))!important;
}

/* Navigation ===================================================================== */
.custom-logo-link img {
	vertical-align: middle;
    height: 3.8rem;
    width: auto;
}
#masthead, #headfixer.stickyhead {
    position: relative;
    /*display: none;*/
    width: 100%;
    z-index: 9999;
    top: 0;
    box-shadow: 0px 4px 15.9px 0px #0000001A;
    transition: var(--animtime2);
}
.to-left{
	left: -55rem!important;
}
.custom-logo-link.white {
    display: none;
}
body:not(.menuopen) #masthead.fixed #headfixer.stickyhead {
	transition: var(--animtime1);
}
body:not(.menuopen) #masthead.fixed:not(.scrollup) .burger-icon span,
body:not(.menuopen) #masthead.fixed:not(.scrollup) .close-mini-cart:before,
body:not(.menuopen) #masthead.fixed:not(.scrollup) .close-mini-cart:after {
	background: var(--textclr1);;
}
#headfixer {
    /*border-bottom: var(--border1);*/
	background: white;
	left: 0;
	transition: var(--animtime2);
}
.extra_nav {
    display: flex;
    flex-wrap: wrap;
}
.single-post-content .top-block .left-block .tags {
    color: var(--clr2);
    font-size: calc(var(--fontsize_big) * var(--text-scaler));
    line-height: calc(var(--lineh_big) * var(--text-scaler));
    font-weight: 500;
}
/*body:not(.menuopen) #masthead.fixed,*/
/*body:not(.menuopen) #masthead.fixed:not(.scrollup) {*/
/*	position: fixed;*/
/*}*/
/*body:not(.menuopen) #masthead.fixed:not(.scrollup) #headfixer {*/
/*	background: transparent;*/
/*	box-shadow: unset;*/
/*	border: 0;*/
/*}*/
/*body:not(.menuopen) #masthead.fixed:not(.scrollup) .menu-item-has-children > a:after {*/
/*	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down' style='%26%2310%3B stroke: %23FFF%3B%26%2310%3B'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center no-repeat;*/
/*    background-size: 100%;*/
/*}*/
/*body:not(.menuopen) #masthead.fixed:not(.scrollup) #headfixer * {*/
/*	color: var(--textclr4);*/
/*}*/
/*body:not(.menuopen) #masthead.fixed:not(.scrollup) #headfixer .main-navigation ul ul li a {*/
/*	color: var(--textclr1);*/
/*}*/
/*body:not(.menuopen) #masthead.fixed:not(.scrollup) .custom-logo-link.white  {*/
/*	display: block;*/
/*}*/
/*body:not(.menuopen) #masthead.fixed:not(.scrollup) .custom-logo-link:not(.white)  {*/
/*	display: none;*/
/*}*/
/*body:not(.menuopen) #masthead.fixed:not(.scrollup) #headfixer svg circle,*/
/*body:not(.menuopen) #masthead.fixed:not(.scrollup) #headfixer svg path {*/
/*	stroke: var(--textclr4) !important;*/
/*}*/
/*body:not(.menuopen) #masthead.fixed:not(.scrollup) #headfixer .icon-cart svg circle,*/
/*body:not(.menuopen) #masthead.fixed:not(.scrollup) #headfixer .icon-cart svg path {*/
/*	fill: var(--textclr4) !important;*/
/*}*/
#headfixer.stickyhead {
	position: fixed;
}
.nav-container {
    display: flex;
    align-items: center;
}
#masthead .btn {
	margin-bottom: 0;
}
#masthead .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li:first-child {
	margin-left: 0;
}
.main-navigation li {
    position: relative;
}
.main-navigation li.menu-item-has-children {
    margin-right: 1.8rem;
}
.main-navigation a {
	color: var(--textclr1);
	display: block;
	text-decoration: none;
    font-weight: 500;
    line-height: calc(var(--lineh_s) * var(--text-scaler));
	padding: 5rem 2.15rem;
    transition: var(--animtime1);
}
ul#primary-menu > li.menu-item-has-children > a.active{
    color: var(--clr2) !important;
}
/* .menu-item-has-children > a:after { */
    /* content: ""; */
    /* position: absolute; */
    /* width: 1.8rem; */
    /* height: 1.1rem; */
    /* background: url(img/icons/feather/chevron-down.svg) center no-repeat; */
	/* background-size: 100%; */
    /* margin-left: 1rem; */
    /* margin-top: 0.9rem; */
    /* transition: var(--animtime1); */
/* } */
.menu-item-has-children .arrow svg path{
	stroke-width: 2;
}
.menu-item-has-children .arrow svg {
    transition: var(--animtime1);
    transform: rotate(0deg);
    width: 1.6rem;
    height: auto;
}

/* Dropdown */
.main-navigation ul ul {
	display: block;
	padding: 3rem 2.5rem 2.3rem 2.5rem;
}
.main-navigation ul ul li {
	padding: 0;
}
.main-navigation ul ul a {
    min-width: unset;
	padding: 0;
}

@media screen and (min-width: 1001px) {
	.main-navigation ul ul {
		display: none;
	}
	/*.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 li > a.active + ul{
        transform: translateY(0);
	}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul:not(.language-dropdown) {
	display: block;
}

/* Top header line */

.top-header-line{
    background: var(--clr12);
    padding: 1.2rem 0;
}

.top-header-line svg{
    height: 1.8rem;
    width: auto;
}

.top-header-line a {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    gap: 0.9rem;
    align-items: center;
    color: var(--textclr2);
    font-weight: 500;
    font-size: calc(var(--fontsize_s) * var(--text-scaler))!important;
    line-height: calc(var(--lineh_s) * var(--text-scaler))!important;
}

.top-header-line .left-side{
    display: flex;
    flex-wrap: wrap;
    gap: 4.7rem;
}

.top-header-line .language-switch {
    display: flex;
    gap: 0.7rem;
}

/* Media ========================================================================== */
.video-icon {
	background: url('img/icons/play.svg') no-repeat;
	border: 1px solid white;
	border-radius: 50%;
	width: 6rem;
    height: 6rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: .5s ease-in-out;
	cursor: pointer;
	background-position: center;
    z-index: 9;
	background-position-x: 57%;
}
.media-container figure {
    margin: 0;
}
.media-container img, .media-container video { display: block;}
.media-container {
	position: relative;
	overflow: hidden;
}
.media-container.has-overlay:after{
    content: "";
    position: absolute;
    inset: 0;
    background: hsl(223 84% 50%);
    mix-blend-mode: color;
    pointer-events: none;
    z-index: 2;
}

.media-container.has-overlay:before{
    content: '';
    background-color: #2F4B6B40;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
}


.top-banner-image img,
.media-container.has-overlay img{
    filter: grayscale(1) brightness(1.17);
}
.top-banner-image::after{
    content: "";
    position: absolute;
    inset: 0;
    background: hsl(223 84% 50%);
    mix-blend-mode: color;
    pointer-events: none;
    z-index: 3;
}

.top-banner-image::before{
    content: '';
    background-color: #2F4B6B40;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
}

.text_module .first{
	width: 73.9rem;
	height: 57.1rem;
	position: relative;
}

.text_module .second {
    width: 46.9rem;
    height: 55.9rem;
    position: relative;
    z-index: 99;
    transform: translate(-15.5rem, 12rem);
	box-shadow: 20px 73px 66px #00000029;
}

.text_module .media,
.text_module .media figure{
	width: 100%;
	height: 100%;
}

.text_module .media figure video,
.text_module .media figure img{
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
}

.media-container-inside {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transform: translate(0, -28.5rem);
}

.text-second{
	padding-top: 0;
}

.text_module.additional-class{
	/* padding-bottom: 35.5rem; */
	padding-bottom: 42rem;
}

.text-second .html_content{
	margin-top: -13rem;
}

/* Lity =========================================================================== */
.lity {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: calc(1.4rem * var(--text-scaler));
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  position: fixed;
  right: 2rem;
  top: 4rem;
  margin: 0;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 90%;
    max-width: 300rem;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

.language-dropdown {
    display: none;
    position: absolute;
    background: white;
    list-style: none;
    padding: 1rem;
    margin: 0;
    z-index: 9;
    top: calc(100% + 0.5rem);
    border: 1px solid #D1D1D1;
    border-radius: var(--radius1);
}

.language-switch {
    cursor: pointer;
    position: relative;
}

.language-dropdown li a {
    color: var(--textclr1);
    text-decoration: none;
    font-size: calc(var(--fontsize_p) * var(--text-scaler)) !important;
    padding: 0.4rem 1rem;
    transition: var(--animtime1);
    font-weight: 500;
}
.language-dropdown li:hover a {
    color: var(--clr2);
}

a.glink.gt-current-lang {
    color: var(--clr2);
    font-weight: 500 !important;
}

.language-switch.active .language-dropdown {
    display: block;
}

/* Footer ========================================================================= */
.footer-main {
	background: var(--clr5);
	/* background: #222222; */
	/* padding-top: 10rem; */
    /* padding-bottom: 8rem; */
}
.footer-2 {
    display: flex;
    flex-wrap: wrap;
}
.footer-2 a {
    text-decoration: none;
    color: var(--textclr1);
	margin-right: 3rem;
}
.footer-2 a:last-child {
    float: right;
	margin-right: 0;
}
.footer-2 ul{
	display: flex;
	flex-wrap: wrap;
}

.footer-2 ul li{
	margin: 0 5rem 0 0;
}
.footer-2 ul li a{
	text-transform: uppercase;
	letter-spacing: 0.25px;
}
.footer-2 ul li a:hover{
	text-decoration: underline;
}
.footer-2 ul{
	margin: 0;
	padding: 5rem 0;
}
.footer_logo {
    margin-bottom: 2rem;
}
.footer_col1 {
    max-width: 30rem;
}
.footer-main .container {
    display: flex;
    flex-wrap: wrap;
}
.footer-main .container .inside-container {
    border-top: var(--border1);
    border-bottom: var(--border1);
    width: 100%;
    padding: 3rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-menu-container ul li a {
    font-size: 3rem;
    line-height: 4.5rem;
    position: relative;
    font-weight: 300;
    text-decoration: none;
    display: flex;
    color: var(--textclr1);
    align-items: center;
}
.footer-menu-container ul li a::before{
    content: "";
    width: 3.5rem;
    height: 1px;
    background-color: black;
    display: inline-block;
    margin-right: 1.5rem;
    -webkit-transition: var(--animtime1);
    transition: var(--animtime1);
}

.footer-menu-container ul li a:hover::before{
	width: 6rem;
}
.footer-menu-container {
    width: 50%;
    padding: 7rem 0;
}
.footer-menu-container ul{
	display: flex;
	flex-wrap: wrap;
}
.footer-menu-container ul li{
	width: 50%;
}
.footer-main .container .inside-container .left-block li{
    display: flex;
    flex-wrap: wrap;
    margin: 0.4rem 0;
}
.footer-main .container .inside-container .left-block li:first-child {
    margin-bottom: 2.5rem;
}
.footer-main .container .inside-container .left-block li span.title {
    width: 25rem;
}
.footer-main .container .inside-container .left-block li p {
    margin: 0;
}
.footer-main .container .inside-container .left-block li p a:hover{
	text-decoration: underline;
}
.footer-main .container .inside-container .social-media a {
    margin-left: 1.5rem;
	margin-right: 0;
}
footer .social-media {
    display: flex;
    flex-wrap: wrap;
    gap: 1.7rem;
}
.social-media a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-media svg {
    height: 2.2rem;
    width: auto;
}

.social-media a svg path{
    transition: fill 0.3s;
    fill: var(--textclr4);
}
.social-media a:hover svg path{
    fill: var(--clr2);
}
.footer-main ul {
	list-style: none;
	padding-left: 0;
    margin: 0;
}
.footer-main ul.sub-menu{
	display: none;
}
.footer-main .menu-item-has-children > a:after{
	content: none;
}
.footer-main li a {
	color: var(--textclr1);
	text-decoration: none;
	display: block;
}
.footer-2 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-2 .container .menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.footer-2 .container .menu li{
	list-style: none;
}
.footer-2 .container .menu li:first-child a{
	padding-left: 0;
}
.footer-2 .container .menu li a{
	padding: 0 1rem;
}
.footer-2 .container .menu li:last-child a{
	padding-right: 0;
}
.footer-2 .container .social-media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.newsletter-block .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.newsletter-block .container h3{
    margin: 0;
}

.newsletter-block .container p{
    margin: 1.8rem 0 0;
    font-weight: 300;
    font-size: calc(2.4rem * var(--text-scaler));
    line-height: calc(113.99999999999999% * var(--text-scaler));
}

.newsletter-block .container img{
    max-width: 68rem;
    height: auto;
}

.newsletter-block{
    padding: 7.5rem 0;
}

.footer-main {
    background: var(--bgclr1);
    padding: 9.1rem 0 10rem;
}

.footer-main .left-side{
    display: flex;
    flex-direction: column;
    width: 30.1rem;
}

footer .footer-main .left-side a.custom-logo-link{
    margin-bottom: 3.9rem;
    margin-top: 0;
}

.footer-main .left-side a {
    color: var(--clr9);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.9rem;
    font-size: calc(var(--fontsize_s) * var(--text-scaler));
    line-height: calc(var(--lineh_s) * var(--text-scaler));
    margin-top: 1.1rem;
    transition: var(--animtime1);
}

.footer-main .left-side a:hover{
    color: var(--clr2);
}

.footer-main .left-side a:not(.social-link) svg{
    width: 1.7rem;
    height: auto;
}

.footer-main .left-side a:not(.social-link) svg path{
    stroke: var(--clr9);
    transition: stroke 0.3s;
}

.footer-main .left-side a:not(.social-link):hover svg path{
    stroke: var(--clr2);
}

.footer-main .container .menu-side {
    padding-left: 12.6rem;
    display: flex;
    gap: 7.5rem;
    width: calc(100% - 30.1rem);
    justify-content: space-between;
    padding-bottom: 6rem;
}

.footer-main .container .menu-side ul.menu > li > a{
    font-size: calc(var(--fontsize_big) * var(--text-scaler));
    line-height: calc(var(--lineh_s) * var(--text-scaler));
    font-weight: 600;
    margin: 1.1rem 0 2rem 0;
    color: var(--textclr4);
}

.footer-main .container .menu-side ul.menu > li .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 !important;
}

.footer-main .container.bottom-line .top-content {
    margin-top: 6rem;
    border-top: var(--border4);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.45rem 0;
}

.footer-main .container.bottom-line .top-content .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin: 0;
}

.footer-main .container.bottom-line .top-content .menu a{
    font-size: calc(var(--fontsize_xs) * var(--text-scaler));
    line-height: calc(var(--lineh_xs) * var(--text-scaler));
    color: var(--textclr4);
    transition: var(--animtime1);
}

.footer-main .container .menu-side a{
    color: var(--textclr4);
    font-size: calc(1.5rem * var(--text-scaler));
    line-height: calc(3.7rem * var(--text-scaler));
    font-weight: 400;
    transition: var(--animtime1);
}

.footer-main .container .menu-side a:hover,
.footer-main .container.bottom-line .top-content a:hover{
    color: var(--clr2);
}

.footer-main .container.bottom-line .bottom-content{
    margin-top: 2.05rem;
    color: var(--clr9);
    font-size: calc(var(--fontsize_xs) * var(--text-scaler));
    line-height: calc(150% * var(--text-scaler));
}

.scroll-to-top {
    display: flex;
    margin-left: auto;
    cursor: pointer;
}

.scroll-to-top svg path{
    transition: stroke 0.3s;
}

.scroll-to-top:hover svg path{
    stroke: var(--clr2);
}

footer .departments{
    padding: 7rem 0;
    background-color: var(--clr4);
}

.departments-overflow{
    overflow: hidden;
}

footer .departments h3{
    font-size: calc(var(--fontsize_big) * var(--text-scaler));
    line-height: calc(150% * var(--text-scaler));
    font-weight: 600;
    margin: 0 0 2rem;
}

footer .departments ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 3.4rem;
}

footer .departments .departments-slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 5rem;
}


footer .departments ul li a{
    text-decoration: none;
    color: var(--textclr2);
    transition: var(--animtime1);
}

footer .street-address {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.5rem !important;
}

footer .departments ul li a:hover{
    color: var(--clr1);
}

footer .departments ul li a p{
    margin: 0;
    line-height: calc(150% * var(--text-scaler));
}

.menu-footer-top-container{
    width: 100%;
}

.menu-footer-top-container ul,
.menu-footer-shop-container ul{
    display: flex;
    gap: 7.5rem;
    justify-content: space-between;
}


.newsletter-block label.checkbox .label-description{
    padding-left: 2.8rem!important;
}

.newsletter-block label.checkbox {
    width: auto !important;
    padding: 0 !important;
    height: auto;
}

.newsletter-block .label-description::before{
    left: 0!important;
    width: 1.7rem!important;
    height: 1.7rem!important;
}

.newsletter-block .label-description::after{
    left: 0!important;
    width: 1.7rem!important;
    height: 1.7rem!important;
}

.newsletter-block .ml-form-formContent {
    width: 44.6rem !important;
    margin: 0 0 2.5rem 0 !important;
}

.newsletter-block .ml-validate-required a{
    color: #fff!important;
}

.newsletter-block .ml-subscribe-form{
    margin-top: 4rem!important;
}

.newsletter-block .ml-form-embedSubmit {
    top: 0;
    width: calc(100% - 45.3rem) !important;
    position: absolute;
    right: 0;
}
.newsletter-block .ml-form-embedSubmit button {
    height: 4.5rem !important;
}

.newsletter-block .ml-form-embedBody{
    padding: 0!important;
}

/* Various ======================================================================== */
.sticky-line .bottom-line {
    background: transparent;
    width: 100%;
    height: 0.5rem;
}
.loading {
	opacity: .6;
}
.progressbar {
    height: 100%;
	float: left;
	background: var(--clr1);
	transition: var(--animtime1);
}
.sticky-line {
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 3;
	bottom: -5px;
}
.read_more_hidden {
	display: none;
	overflow: hidden;
}
.media img {width: 100%; pointer-events: none;}
a.youtube-link {
    position: relative;
    display: block;
}
video {max-width: 100%;}

/* WCAG =========================================================================== */

.wcag-navigation button {
    border: 0;
    background: transparent;
    /*padding: 0.8rem 1.2rem !important;*/
    padding: 0.5rem 2rem!important;
    border-radius: 80px !important;
    display: flex;
    font-weight: 400!important;
    flex-wrap: wrap;
    column-gap: 0.8rem;
    color: #0A0A0A !important;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    line-height: var(--lineh_p);
    align-items: center;
    margin-bottom: 5px;
}
div#wcag-control {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: flex-start;
    color: #0A0A0A !important;
    margin-left: -2rem;
}

.wcag-navigation button span {
    color: #0A0A0A !important;
}

.wcag-navigation button svg path {
    stroke: #0A0A0A !important;
}

.wcag-navigation #text-scaler.active button svg path {
    stroke: #FFF !important;
}

.wcag-navigation #text-scaler.active .text-scaler-block {
    display: flex !important;
}

.wcag-navigation .text-scaler-block {
    width: 16.5rem;
    left: 0;
    top: 100%;
    flex-wrap: wrap;
    height: 5.4rem;
    background: var(--clr1);
    align-items: center;
    border-radius: 12px;
    justify-content: space-between;
    z-index: 999;
    color: #fff;
}

.wcag-navigation .text-scaler-minus svg{
    width: 10px;
}

.wcag-navigation .text-scaler-block button::before{
    content: none;
}

.wcag-navigation .text-scaler-block button {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 2.75rem);
    color: #fff !important;
}

section.single-post-content{
    overflow :unset;
}

.wcag-navigation .text-scaler-block span {
    width: 5.5rem;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 2.3rem;
    font-weight: 500;
}

.wcag-navigation button:hover, .wcag-navigation button.active {
    background: var(--clr1) !important;
    color: #fff !important;
}

.wcag-navigation button:hover svg path, .wcag-navigation button.active svg path {
    stroke: #fff !important;
}

.wcag-navigation button:hover span, .wcag-navigation button.active span {
    color: #fff !important;
}

#wcag-control .highlight-btn .button{
    transition-delay: 0s;
}
#wcag-control .highlight-btn .button::before{
    content: none;
}

.wcag-navigation {
    padding: 2rem 0;
    /*margin-bottom: 4.6rem;*/
}

.navigation button:not(.close)::before{
    content: none;
}

.selection-toolbar button::before{
    content: none;
}

.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: var(--radius1);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: calc(0.875rem * var(--text-scaler));
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 1.5rem 2.3rem 1.4rem;
	text-decoration: none;
	top: 0.5rem;
	width: auto;
	z-index: 100000;
}
#primary[tabindex="-1"]:focus {
	outline: 0;
}

:focus-visible {
    outline: 2px solid #005fcc; /* pasirink spalvą pagal dizainą */
    outline-offset: 2px;
}

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

/* Items ===================================================================== */

.item {
    border-radius: var(--radius1);
    overflow: hidden;
    display: flex;
    cursor: pointer;
    width: 100%;
    opacity: 0;
    flex-direction: column;
}
.item .media, .item .media figure{
	width: 100%;
    height: 23rem;
}

/*.item .media img, .item .media video {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    object-fit: cover;*/
/*    object-position: center;*/
/*}*/
.item h3 a { color: initial; text-decoration: none;}

/*.swiper-slide:not(.post, .departments-item, .logo-list-item) {*/
/*    width: 37.8rem!important;*/
/*    height: auto!important;*/
/*}*/

.items-list {
  display: flex;
	justify-content: space-between;
	    justify-content: center;
  row-gap: 3.5rem;
  flex-wrap: wrap;
}
/* .grid { */
	/* justify-content: space-between; */
  /* column-gap: 25px; */
/* } */
.grid .item {
  flex-basis: calc(33.333% - 1.6666rem);
}
.items-top-content {
    text-align: center;
}
.item.horizontal {
	display: flex;
    box-shadow: 0px 8px 19px rgb(0 0 0 / 10%);
	transition: var(--animtime1);
	position: relative;
	top: 0;
}
.item.horizontal:hover {
	top: -0.5rem;
}
.item.horizontal .itemtext {
	border: 0;
}
.item.horizontal .media {
	height: 100%;
	overflow: hidden;
}
.item.horizontal .media img {
	height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.itemtext.itemfooter {
    padding-top: 0;
}

.list-container, .grid-container{
	padding: 0;
    display: grid;
    justify-content: space-between;
    width: 100%;
    row-gap: 4rem;
}

.grid-container {
    row-gap: 0em;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-end;
}

.grid-container .item{
	width: calc(50% - 4rem);
}

.grid-container .item .media, .grid-container .item .media figure {
    width: 100%;
    height: 41vw;
    max-height: 50rem;
}

.grid-container .item:nth-child(even) {
	margin-top: 10rem;
}

.grid-container .item:nth-child(odd) {
	margin-bottom: auto;
}

/*.item.grid .itemtext {*/
/*    order: 1;*/
/*    border: 0;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    text-align: center;*/
/*    padding: 0 7rem;*/
/*	margin-bottom: 2rem;*/
/*}*/

/*.item.grid .media{*/
/*	order: 2;*/
/*}*/

/*.item.grid h3{*/
/*    font-size: calc(4.8rem * var(--text-scaler));*/
/*    line-height: calc(5.2rem * var(--text-scaler));*/
/*}*/

/*.item.grid a.btn {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    z-index: 9;*/
/*    margin: 0;*/
/*    transform: translateY(50%);*/
/*}*/

/*.item.grid{*/
/*	position: relative;*/
/*	overflow: unset;*/
/*	!* margin-bottom: 10rem; *!*/
/*}*/

/* Text ===================================================================== */
.text_module{
	overflow: unset;
	/* overflow: hidden; */
}
.text_module .html_content ul {
    padding: 0 0 0 0.8rem;
    list-style-position: inside;
}
.text_module .html_content ul.styled-ul{
    list-style-position: inside;
    padding: 0;
}
p.important-info {
    background-color: var(--clr10);
    border-radius: var(--radius1);
    padding: 0.9rem 2.6rem;
    display: inline-block;
    margin-top: 3rem;
}
.html_content table:not(.shop_table){
    background: var(--clr5);
    border-radius: var(--radius1);
}
.html_content table:not(.shop_table) tr{
    padding: 2.4rem 3.6rem;
    display: flex;
    height: auto!important;
}

.html_content table tr td{
    height: auto!important;
}
.html_content table:not(.shop_table) tr:nth-child(even){
    background-color: #f9fcff;
}
.text_module .html_content img{
    border-radius: var(--radius1);
}
.text_module .html_content a:not(.btn),
.accordion-top-content p a:not(.btn){
    color: var(--clr1);
    font-weight: 500;
    text-decoration: none;
}
.text_module .html_content a:not(.read_more, .btn):hover, .accordion-top-content p a:not(.read_more, .btn):hover{
    color: var(--clr2);
    text-decoration: underline;
}
ul.styled-ul li{
    padding: 1.65rem 0 1.65rem 5.1rem;
    border-top: var(--border5);
    font-size: calc(var(--fontsize_big) * var(--text-scaler));
    line-height: calc(var(--lineh_big) * var(--text-scaler));
}
ul.styled-ul li::marker {
    color: var(--clr2);
}
p.bigger-font-size {
    font-size: calc(2.4rem * var(--text-scaler));
    line-height: calc(3.5rem * var(--text-scaler));
    margin-bottom: 3rem;
}
.text_module.has-media .container {
    display: flex;
    row-gap: 2.5rem;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
    align-content: flex-start;
}
.text_module.has-media .block-left {
	width: 70%;
	padding-right: 6rem;
}
.text_module.has-media .block-right {
	width: 30%;
	position: sticky;
	top: 2rem;
}
.text_module.has-media img {
	height: auto;
	width: auto;
}
.text_module.has-media .block-left > *:first-child {
    margin-top: -0.5rem;
}
.text_module.additional-class{
	overflow: hidden;
}

.progress-bar {
    max-width: 28rem;
    height: 0.3rem;
    background: var(--clr5);
    overflow: hidden;
    width: 100%;
    margin-bottom: 2.4rem;
}
.bar-line {
    background: var(--clr2);
    width: 30%;
    height: 100%;
}
.counter-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.admin-edit-link a {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 3.3rem;
    font-weight: normal;
    color: #eee;
    font-size: 1.4rem;
    background-color: #23282d;
    padding: 0.8rem 0.8rem 0.8rem 3rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    transition: all .1s ease-in-out;
    display: none;
}
.accordion-block ul li:hover .admin-edit-link a {
    display: inline-block;
}
.admin-edit-link a {
    color: white!important;
    font-weight: normal!important;
    text-decoration: none!important;
    line-height: 1.3!important;
}
.admin-edit-link a:before {
    content: "\f464";
    top: 0.6rem;
    left: 0.5rem;
    font: normal 20px/1 dashicons;
    position: absolute;
    transition: all .1s ease-in-out;
    color: rgba(240,245,250,.6);
}
.admin-copy-link a:before {
    content: "\f103";
}
.admin-edit-link a:hover, .admin-edit-link a:hover:before {
    color: #00b9eb;
    background: #32373c;
}

.slider-arrow::after,
.slider-arrow::before{
    content: none!important;
}

.slider-arrow.swiper-button-prev img{
    transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 3rem!important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 3rem!important;
}



section .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background: #d9d9d9;
    opacity: 1;
    border-radius: 9999px;
    transition: width .25s ease, background-color .25s ease;
    margin: 0 0.6rem !important;
}

section .swiper-pagination-bullet-active {
    width: 3.3rem;
    background: var(--clr2);
}

.slider-arrow img{
    height: 2.4rem;
    width: auto;
 
}

.slider-arrow img:hover {
    filter: invert(55%) sepia(67%) saturate(1446%) hue-rotate(166deg) brightness(93%) contrast(92%);
}

/* Comments area */

.comments-area {
    margin: 0 auto;
    padding: 9rem 8.8rem;
    max-width: 144rem;
}

.comment-list{
    padding: 0;
    margin: 0;
}

.comment-list li{
    list-style: none;
    border-bottom: var(--border6);
    padding: 2.5rem 0;
    color: var(--clr1);
}

.comment-meta .comment-date{
    color: var(--clr1);
    text-decoration: none;
    font-weight: 600;
}

.comment-list li p{
    margin: 0;
}

.comments-title {
    margin-top: 0;
    color: var(--clr1);
}

.comment-author.vcard{
    display: none;
}

.comment-respond h3 {
    font-weight: 400;
    color: var(--clr1);
    margin-top: 6rem;
}

.comment-form-comment label{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

p.comment-form-privacy-policy {
    display: flex;
    align-items: center;
    font-size: calc(var(--fontsize_p) * var(--text-scaler));
    line-height: calc(var(--lineh_p) * var(--text-scaler));
    color: #6D6D6D;
}

p.comment-form-privacy-policy a{
    color: #6D6D6D!important;
    text-decoration: underline;
}

.custom-comment-form p.form-submit {
    margin-top: 2.2rem;
}

/* Testimonials */

.emp-image{
    width: 17rem;
    height: 17rem;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    background-color: #B0B0B033;
}

.emp-image img{
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
    position: absolute;
}

.cpt-comment .top-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cpt-comment .top-content h3{
    font-size: calc(var(--fontsize_big) * var(--text-scaler));
    line-height: calc(129% * var(--text-scaler));
    font-weight: 600;
    margin: 2.3rem 0 0 0;
}

.cpt-comment .top-content h3 + p{
    margin: 0;
    color: #6D6D6D;
    font-size: calc(1.5rem * var(--text-scaler));
    line-height: calc(129% * var(--text-scaler));
}

.cpt-comment__content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.cpt-comment {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    align-items: center;
}

.cpt-comment__content .left-side{
    font-size: calc(9.6rem * var(--text-scaler));
    line-height: calc(129% * var(--text-scaler));
    color: var(--clr2);
    font-family: "Times New Roman", Times, serif;
    margin-top: -2.2rem;
    width: 4.3rem;
}

.cpt-comment__content .right-side{
    width: calc(100% - 4.3rem);
}

.cpt-comment__content .right-side p{
    padding-left: 1.6rem;
    font-size: calc(var(--fontsize_p) * var(--text-scaler));
    line-height: calc(159% * var(--text-scaler));
    color: #6D6D6D;
    margin: 0;
}

.testimonials_module h2{
    text-align: center;
    margin-bottom: 6rem;
}

.testimonials_module .container {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonials_module .container .swiper-pagination{
    position: relative;
    bottom: unset;
    margin-top: 0;
}

.testimonials_module .btn {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}

.testimonials_module .btn svg path{
    transition: fill 0.3s;
}

.testimonials_module .btn:hover svg path{
    fill: var(--textclr4);
}

.testimonials_module.grid .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5rem;
    justify-items: center;
    align-items: start;
}

.testimonials_module.grid .container h2,
.testimonials_module.grid .container a.btn{
    grid-column: 1/-1;
}

.testimonials_module.list .cpt-comment__content {
    flex-direction: column;
    margin: 0;
    padding: 3rem 0;
    border-bottom: var(--border6);
}

.testimonials_module.list h2{
    margin-bottom: 3rem;
}

.testimonials_module.list .cpt-comment__content .right-side p{
    padding-left: 0;
}

.testimonials_module.list .cpt-comment__content .right-side {
    width: 100%;
    margin-top: -5rem;
}

.testimonials_module.list .container,
.testimonials_module.list .container .cpt-comment{
    align-items: unset;
}

/* Top banner image */

.top-banner-image{
    width: 100%;
    padding: 0;
    position: relative;
    height: 32.9rem;
}

.top-banner-image img{
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
    position: absolute;
}
.top-banner-image .container{
    position: relative;
    z-index: 4;
}
.top-banner-image .container h1{
    color: var(--textclr4);
    margin: 6rem 0 0;
    font-weight: 600;
}

.lity-prev,
.lity-next{
    position: absolute;
    top: 50%;
    background: transparent;
    transform: translateY(-50%);
    border: 0;
    cursor: pointer;
}
.lity-prev svg,
.lity-next svg{
    height: 3rem;
    width: auto;
}
.lity-prev{
    left: 2.4rem;
}
.lity-prev svg{
    transform: rotate(180deg);
}
.lity-next{
    right: 2.4rem;
}

/* Filter blocks */
.services-search,
.departments-filter {
    background: #F5F5F5;
    border: 1px solid #D1D1D1;
    border-radius: var(--radius1);
    padding: 5.5rem;
}

.services-search {
    margin-top: 2rem;
}

.services-search input:not([type="submit"]) {
    font-size: calc(var(--fontsize_p) * var(--text-scaler)) !important;
    line-height: calc(var(--lineh_h4) * var(--text-scaler)) !important;
    padding: 1.3rem 2.9rem !important;
    border-radius: 2.4rem !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 2.9rem) center !important;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.7504 18.75L14.4004 14.4M16.75 8.75C16.75 13.1683 13.1683 16.75 8.75 16.75C4.33172 16.75 0.75 13.1683 0.75 8.75C0.75 4.33172 4.33172 0.75 8.75 0.75C13.1683 0.75 16.75 4.33172 16.75 8.75Z" stroke="%23424242" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}

.departments-filter .cities-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.departments-filter .cities-container > ul{
    width: 100%;
    padding-left: 9.6rem;
    padding-bottom: 1.8rem;
}

/* Fix for MAC rendering letter e */
.departments-filter h3{
    margin: 0;
    font-size: calc(1.59rem * var(--text-scaler));
    line-height: calc(150% * var(--text-scaler));
}

.departments-filter .cities-column-1 h3 {
    min-width: 7.6rem;
}

.departments-filter .cities-column-2 h3 {
    min-width: 10.5rem;
}

.departments-filter .cities-container .cities-column{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.8rem;
}

.departments-filter ul li a{
    border: var(--border1);
    font-size: calc(var(--fontsize_xs) * var(--text-scaler));
    line-height: calc(131% * var(--text-scaler));
    padding: 1.2rem 2.2rem;
    text-decoration: none;
    border-radius: 40px;
    display: flex;
    transition: var(--animtime1);
}

.departments-filter ul li a:hover,
.departments-filter ul li a.active{
    background: var(--clr1);
    border-color: var(--clr1);
    color: var(--textclr4);
}

.departments-filter ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.9rem;
}

.departments-filter ul li{
    list-style: none;
}

.departments-filter .departments-item {
    display: flex;
    flex-wrap: wrap;
    gap: 2.1rem;
    align-items: center;
}


.departments-blocks .department {
    display: flex;
    flex-wrap: wrap;
    border-bottom: var(--border3);
    padding: 4.1rem 0;
}

.departments-blocks .department .left-side{
    width: 61.7rem;
}
.departments-blocks .department .left-side .big-slider{
    height: 41.1rem;
}
.departments-blocks .department .left-side .big-slider .swiper-slide.map-slide .dept-map {
    width: 100%;
    height: 100%;
}
.departments-blocks .department .left-side .slider-arrow img{
    height: 2.4rem;
    width: auto;
}
.departments-blocks .department .left-side .swiper{
    overflow: hidden;
    border-radius: var(--radius1);
}
.departments-blocks .department .left-side .swiper .swiper-slide{
    position: relative;
}
.departments-blocks .department .left-side .big-slider{
    margin-bottom: 3.3rem;
}
.departments-blocks .department .left-side .swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
    position: absolute;
}
.departments-blocks .department .left-side .swiper-button-next, .departments-blocks .department .left-side .swiper-rtl .swiper-button-prev {
    right: 1rem !important;
}

.departments-blocks .department .left-side  .swiper-button-prev, .departments-blocks .department .left-side  .swiper-rtl .swiper-button-next {
    left: 1rem !important;
}
.departments-blocks .department .left-side .small-slider .swiper-slide{
    height: 12.3rem;
    overflow: hidden;
    border-radius: var(--radius1);
    cursor: pointer;
}
.departments-blocks .department .right-side{
    width: calc(100% - 61.7rem);
    padding-left: 8.1rem;
}
.departments-blocks .department .contacts-block-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
}

.departments-blocks .department .contacts-block-info + .buttons-list {
    margin-top: 3rem;
}

.departments-blocks .department .contacts-block-info a, .departments-blocks .department .contacts-block-info span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.1rem;
    text-decoration: none;
}
.departments-blocks .department .contacts-block-info svg{
    width: 1.8rem;
    height: auto;
}
.departments-blocks .department .contacts-block-info a svg path{
    stroke: #9B9B9B;
}

.departments-blocks .department .right-side > h3{
    margin: 0 0 1rem;
}

.departments-blocks .department .right-side .services-list h3 {
    font-size: calc(var(--fontsize_big) * var(--text-scaler));
    line-height: calc(129% * var(--text-scaler));
    font-weight: 600;
    margin: 5rem 0 0;
    width: 100%;
}

.departments-blocks .department .right-side .services-list ul {
    list-style: none;
    padding: 1.5rem 0 7.3rem;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
}

.departments-blocks .department .right-side .services-list ul .circle {
    border-radius: 50%;
    width: 6.5rem;
    height: 6.5rem;
    border: var(--border2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--animtime1);
    cursor: pointer;
}

.departments-blocks .department .right-side .services-list ul .circle svg,
.departments-blocks .department .right-side .services-list ul .circle img{
    max-width: 3.9rem;
    max-height: 3.9rem;
    width: 100%;
    height: 100%;
}

.departments-blocks .department .right-side .services-list ul li{
    position: relative;
}

.departments-blocks .department .right-side .services-list ul .circle + span{
    display: none;
    position: absolute;
    bottom: -5.2rem;
    height: 4.2rem;
    background-color: var(--clr2);
    color: var(--textclr4);
    left: 50%;
    transform: translateX(-50%);
    padding: 0 2.3rem;
    border-radius: var(--radius1);
    font-size: calc(var(--fontsize_s) * var(--text-scaler));
    line-height: calc(150% * var(--text-scaler));
}

.departments-blocks .department .right-side .services-list ul .circle + span::before{
    width: 1.3rem;
    height: 1.3rem;
    content: '';
    background-color: var(--clr2);
    position: absolute;
    top: -0.4rem;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.departments-blocks .department .right-side .services-list ul .circle:hover{
    background: var(--clr8);
}

.departments-blocks .department .right-side .services-list ul .circle:hover img{
    filter: brightness(0) invert(1);
}
.departments-blocks .department .right-side .services-list ul .circle:hover svg path{
    fill: var(--textclr4);
}

.departments-blocks .department .right-side .services-list ul .circle:hover + span {
    display: flex;
    align-items: center;
}

.departments-blocks .department .right-side .buttons-list {
    display: flex;
    flex-direction: column;
    gap: 1.9rem;
    align-items: flex-start;
}

.departments-blocks .department .right-side .buttons-list .btn{
    min-width: 28.7rem;
    text-align: center;
}

.departments-blocks .department .content-after {
    margin-top: 5.4rem;
}

.departments-blocks .department .content-after p:first-of-type{
    margin-top: 0;
}

/* Form module */

section.form .container{
    display: flex;
    flex-wrap: wrap;
}

section.form .left-side{
    width: 68.2rem;
}

section.form .right-side{
    width: calc(100% - 68.2rem);
    padding-left: 6.5rem;
}

section.form .container h2{
    margin: 0;
    font-size: calc(2.4rem * var(--text-scaler));
    line-height: calc(131% * var(--text-scaler));
    font-weight: 600;
}

section.form .right-side a.contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.1rem;
    text-decoration: none;
}

section.form .right-side a.contact svg {
    width: 1.8rem;
    height: auto;
}

section.form .right-side h2,
section.form .right-side .text-content{
    margin-bottom: 2.2rem;
}

form#commentform{
    display: flex;
    flex-direction: column;
}

form#commentform .logged-in-as{
    order: 1;
}

form#commentform .comment-form-privacy-policy{
    order: 3;
}

form#commentform .comment-form-comment{
    order: 2;
}

form#commentform .form-submit{
    order: 4;
}

/* Employees list */

.services-list {
    column-gap: 1.7rem;
    margin-top: 6.6rem;
    row-gap: 1.9rem;
    align-items: stretch;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

body:not(.page-template-page-template-services) .services-list {
    display: block;
}

.services-list .service-card {
    background-color: var(--clr5);
    border-radius: var(--radius1);
    cursor: pointer;
    display: flex;
    align-items: center;
}
.services-list .service-card.hide {
    display:none;
}
.services-list .service-card h3 {
    margin: 0;
    font-size: calc(var(--fontsize_big) * var(--text-scaler));
    line-height: calc(var(--lineh_h1) * var(--text-scaler));
    font-weight: 600;
    color: var(--clr1);
}

.services-list .service-card a {
    padding: 2.2rem 3.3rem;
    text-decoration: unset;
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    align-items: center;
    gap: 1.5rem;
}

.services-list .service-card a img {
    width: 4rem;
    height: auto;
    filter: invert(16%) sepia(54%) saturate(7466%) hue-rotate(213deg) brightness(59%) contrast(90%);
}

.accordion-block.services-list-full .container > ul {
    gap: 1.6rem;
}

.services-list-full .container ul li .faq-answer table {
    color: #59595A;
    width: 100%;
}

.services-list-full .container ul li .faq-answer table tr {
    padding: 0;
    background-color: transparent;
    display: table-row;
}

.services-list-full .container ul li .faq-answer table th {
    padding: 2.4rem 5.2rem;
    font-size: calc(var(--fontsize_xs) * var(--text-scaler));
    line-height: calc(var(--lineh_h1) * var(--text-scaler));
    font-weight: 400;
}

.services-list-full .container ul li .faq-answer table td {
    padding: 2rem 5.2rem;
    font-size: calc(var(--fontsize_big) * var(--text-scaler));
    line-height: calc(var(--lineh_h1) * var(--text-scaler));
}

.services-list-full .container ul li .faq-answer table tr.select-department {
    text-align: center;
}

.time-select-department svg,
.services-list-full .container ul li .faq-answer table tr.select-department svg {
    width: auto;
    height: 2rem;
    vertical-align: bottom;
}

.time-select-department,
.services-list-full .container ul li .faq-answer table tr.select-department td {
    padding: 2.2rem 5.2rem;
    font-size: calc(var(--fontsize_s) * var(--text-scaler));
    line-height: calc(var(--lineh_h3) * var(--text-scaler));
    color: var(--clr2);
}

.time-select-department {
    padding-left: 0;
    padding-bottom: 0;
}

.services-list-full .container ul li .faq-answer table tr th,
.services-list-full .container ul li .faq-answer table tr td {
    border-bottom: 1px solid #C6C6C6;
}

.services-list-full .container ul li .faq-answer table tr th:first-child,
.services-list-full .container ul li .faq-answer table tr td:first-child {
    width: 70%;
}

.services-list-full .container ul li .faq-answer table tr:not(.heading):not(.select-department):hover {
    cursor: pointer;
    background-color: #F9F9F9;
}

.services-list-full .container {
    max-width: 100%;
    padding: 0;
}

.services-list-full .container ul li .faq-question .title {
    font-family: "Poppins", sans-serif;
    padding: 2.9rem 5.1rem;
    background-color: var(--clr5);
    border-radius: var(--radius1);
    width: 100%;
    font-size: calc(2.2rem * var(--text-scaler));
    line-height: 1;
    color: #59595A;
    font-weight: 500;
}

.services-list-full .container ul li .faq-answer {
    padding: 0 0 2.1rem 0;
}

.services-list-full .container ul li .faq-answer table {
    background: transparent;
    border-radius: 0;
    text-align: left;
    border-collapse: collapse;
}

.services-list-full.last-service .container .faq-question {
    display: none !important;
}

.services-list-full.last-service .container .faq-answer {
    display: block !important;
}

.services-list-full.last-service .container .faq-answer tr td {
    cursor: default;
}

.services-list-full.last-service .container .faq-answer tr:hover {
    background-color: unset !important;
}

.services-list-full.last-service .container ul li .faq-answer {
    background-color: var(--clr5);
    border-radius: var(--radius1);
    padding-bottom: 0;
}

.services-list-full.last-service .container ul li .faq-answer tr td {
    border-bottom: 0;
}

.employees-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 2rem;
    margin-top: 6.6rem;
    row-gap: 2.8rem;
}

section.employees-list-module .employees-list {
    margin-top: 1.6rem;
}

.single-paslauga .employees-list {
    margin-top: 2.6rem;
}

.employee-card{
    border: var(--border6);
    border-radius: var(--radius1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.employee-card .image{
    background: #E9E9E9;
    height: 19rem;
    position: relative;
}

.employee-card .image img{
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: top;
    position: absolute;
}

.employee-card .content{
    padding: 1.7rem 2rem 0;
}

.employee-card h3{
    margin: 0;
    font-size: calc(2.2rem * var(--text-scaler));
    line-height: calc(2.8rem * var(--text-scaler));
    font-weight: 600;
}

.employee-card span.profession {
    margin: 1.2rem 0 1.8rem 0;
    display: block;
    font-size: calc(1.2rem * var(--text-scaler));
    line-height: calc(1.8rem * var(--text-scaler));
}

.employee-card .services-list,
.employee-card .services-list a{
    text-decoration: none;
    font-size: calc(1.2rem * var(--text-scaler));
    line-height: calc(1.8rem * var(--text-scaler));
    gap: 0;
    margin: 0 0 1.8rem 0;
}

.employee-card .languages{
    margin: 0 0 1.4rem;
    font-size: calc(1.2rem * var(--text-scaler));
    line-height: calc(1.8rem * var(--text-scaler));
}

.employee-card .departments,
.employee-card .departments a{
    text-decoration: none;
    font-size: calc(1.2rem * var(--text-scaler));
    line-height: calc(1.8rem * var(--text-scaler));
    color: #ACACAC;
    display: block;
}

.employee-card .bottom-line a{
    font-size: calc(1.2rem * var(--text-scaler));
    line-height: calc(100% * var(--text-scaler));
    font-weight: 500;
    gap: 0.8rem;
}

.employee-card .bottom-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3.8rem 2rem 3.8rem;
    margin-top: auto;
}

.employee-card .bottom-line a.btn{
    padding: 0.97rem 2.2rem!important;
    background: var(--clr1);
}

.employee-card .bottom-line a.btn:hover{
    background: var(--clr2);
}

.employee-card .bottom-line .text-link{
    color: var(--clr1);
    padding: 0.95rem 0 !important;
    margin-left: auto;
}

.employee-card .bottom-line a.btn svg{
    width: 1rem;
    height: auto;
    margin-right: 0.2rem;
}
#primary-menu > li.menu-item-has-children > a.active + .sub-menu li.menu-column > a{
    display: none;
}
@media screen and (min-width: 1001px) {
    #primary-menu > li.menu-item-has-children > a.active + .sub-menu {
        display: flex;
        column-gap: 8.4rem;
        position: fixed;
        width: 100%;
        max-width: unset;
        margin: 0 auto;
        overflow-y: auto;
        max-height: calc(100vh - 15.8rem);
        top: 15.8rem;
        background-color: #fff;
        left: 50%;
        transform: translateX(-50%);
        /* padding: 7.5rem 5rem 7.5rem 8rem; */
        opacity: 1;
        animation-name: fadeInOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-duration: var(--animtime1);

    }

    #primary-menu > li.menu-item-has-children > a.active + .sub-menu > li > .sub-menu {
        display: grid!important;
        grid-template-columns: 1fr 1fr 1fr!important;
        column-gap: 8.4rem;
    }
    #primary-menu > li.menu-item-has-children > a.active + .sub-menu li .sub-menu {
        display: flex;
        flex-direction: column;
    }
    #primary-menu > li.menu-item-has-children .sub-menu{
        padding: 0;
    }
    #primary-menu > li.menu-item-has-children .sub-menu li{
        width: 100%;
    }
    #primary-menu > li.menu-item-has-children .sub-menu a{
        font-size: calc(var(--fontsize_big) * var(--text-scaler));
        line-height: calc(146% * var(--text-scaler));
    }

    #primary-menu > li.menu-item-has-children > a.active + .sub-menu li.menu-column > .sub-menu > li + li{
        margin-top: 3.2rem;
    }
    #primary-menu > li.menu-item-has-children li.menu-title{
        max-width: 144rem;
        margin: 0 auto;
        padding: 3.5rem 5rem 7.5rem 8.8rem;
        display: flex;
        flex-direction: column;
    }
    #primary-menu > li.menu-item-has-children li.menu-title > a{
        font-size: calc(var(--fontsize_h3) * var(--text-scaler));
        line-height: calc(146% * var(--text-scaler));
        font-weight: 600;
        margin-bottom: 5rem;
        pointer-events: none;
        cursor: default;
    }
    #primary-menu > li.menu-item-has-children .menu-button{
        width: 100%;
    }
    #primary-menu > li.menu-item-has-children li.menu-button{
        grid-column: 1/-1;
        margin-left: auto;
        margin-right: auto;
        width: auto;
        margin-top: 6.7rem;
        margin-bottom: 3rem;
    }
    #primary-menu > li.menu-item-has-children li.menu-button a{
        padding: 1.8rem 7.2rem;
        border-radius: 30px;
        border: 2px solid var(--clr1);
        font-size: calc(var(--fontsize_p) * var(--text-scaler));
        line-height: calc(var(--lineh_s) * var(--text-scaler));
        color: var(--clr1);
    }
    #primary-menu > li.menu-item-has-children li.menu-button:hover a{
        background: var(--clr1);
        color: var(--textclr4)!important;
    }
    ul#primary-menu > li.menu-item-has-children > .arrow{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        cursor: pointer;
    }
    ul#primary-menu > li.menu-item-has-children > a.active + ul + .arrow svg{
        transform: rotate(-180deg);
    }
    ul#primary-menu > li.menu-item-has-children > .arrow svg path{
        transition: stroke 0.3s;
    }
    ul#primary-menu > li.menu-item-has-children > a.active + ul + .arrow svg path,
    ul#primary-menu > li.menu-item-has-children:hover > .arrow svg path{
        stroke: var(--clr2);
    }
    body.desktop-menu-open{
        overflow: hidden;
        position: relative;
    }
    body.desktop-menu-open::after{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        z-index: 2;
        background: rgba(0, 0, 0, 0.5);
    }
    .main-navigation a:hover{
        color: var(--clr2) !important;
    }

}

.container.breadcrumb-container {
    position: absolute;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}

nav.woocommerce-breadcrumb {
    margin: 3.1rem 0 0 0;
}
nav.woocommerce-breadcrumb, nav.woocommerce-breadcrumb a {
    text-decoration: none;
    font-size: calc(var(--fontsize_s) * var(--text-scaler));
    line-height: calc(180% * var(--text-scaler));
    color: var(--clr9);
}
nav.woocommerce-breadcrumb span:not(.current) {
    color: var(--clr9);
}
nav.woocommerce-breadcrumb {
    color: #3E3E3E;
}

nav.woocommerce-breadcrumb a:hover {
    color: var(--clr1);
}

.cdm-breadcrumb {

}

.cdm-breadcrumb nav {

}



.top-banner-service.title-block h1 {
    margin-top: 0;
}

body.page-template-page-template-services .services-list-module h4 {
    margin-top: 0;
    padding-bottom: 1.6rem;
}



body.single-paslauga .text_module {
    padding-bottom: 0;
}

#primary section.text_module .html_content h1:first-of-type,
#primary section.text_module .html_content h2:first-of-type,
#primary section.text_module .html_content h3:first-of-type,
#primary section.text_module .html_content h4:first-of-type,
#primary section.text_module .html_content h5:first-of-type,
#primary section.text_module .html_content h6:first-of-type {
    margin-top: 0;
}

/* Responsive ===================================================================== */
@media screen and (max-width: 1440px) {
	html{
		font-size: 0.675vw;
	}
}
.top-header-line.mobile {
    display: none;
}
@media screen and (max-width: 1000px) {
    .services-list .service-card a {
        padding: 1.7rem;
    }
    .services-list .service-card a img {
        width: 3.1rem;
    }
    nav.woocommerce-breadcrumb {
        margin: 2.2rem 0 0 0;
    }
    .services-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .top-header-line:not(.mobile) {
        display: none;
    }
    .top-header-line.mobile {
        display: block;
    }
    .top-header-line.mobile .container {
        padding: 0;
    }
    .custom-logo-link img {
        height: 2.8rem;
        display: flex;
    }
    .cpt-comment {
        padding: 0 6rem;
    }

    .lity-prev svg,
    .lity-next svg {
        height: 2rem;
    }

    .lity-next {
        right: 1.4rem;
    }

    .lity-prev {
        left: 1.4rem;
    }

    .grid-container .item:nth-child(odd),
    .grid-container .item:nth-child(even) {
        margin-top: 0;
        margin-bottom: 6rem;
    }

    .item.grid .itemtext {
        margin-bottom: 0;
    }

    .columns-3,
    .columns-4 {
        grid-template-columns: calc(50% - 0.6rem) calc(50% - 0.6rem);
    }

    html {
        font-size: 10px;
    }

    .footer-menu-container {
        width: 90%;
        padding: 5rem 0;
    }

    .container {
        padding: 0 2.4rem;
    }

    .popup, .small-popup {
        bottom: 1.5rem;
        right: 1.5rem;
    }

    #masthead .container {
        border: 0;
        /*height: 5rem;*/
    }

    #masthead .container .custom-logo-link{
        padding: 2.5rem 0;
    }

    .main-navigation ul {
        /* padding-top: 2.5rem; */
        /*margin-top: 5rem;*/
        width: 100%;
    }

    .main-navigation ul ul {
        margin-top: 0;
    }

    .main-navigation ul ul a {
        min-width: unset;
        padding: 1rem 0;
        width: 100%;
        /*font-size: calc(var(--fontsize_h4) * var(--text-scaler));*/
        /*line-height: calc(var(--lineh_h4) * var(--text-scaler));*/
    }
    .main-navigation li.menu-item-has-children {
        margin-right: 0;
    }
    .main-navigation li {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    button.menu-toggle {
        /* background: url(img/icons/feather/menu.svg) center center no-repeat; */
        background: transparent;
        /* width: 44px; */
        /* height: 44px; */
        border: 0;
        /* font-size: 0; */
        /* cursor: pointer; */
        /* margin-left: 15px; */
    }
    
    .menu-item-has-children.focus > .arrow svg {
        transform: rotate(-180deg);
    }

    .focus > ul.sub-menu {
        display: block !important;
    }

    .focus.menu-item-has-children > a:after {
        transform: rotate(180deg);
    }

    .main-navigation a {
        padding: 0;
        /*color: var(--textclr4);*/
        display: flex;
        flex-wrap: wrap;
        /* justify-content: center; */
        align-items: center;
        font-size: calc(2rem * var(--text-scaler));
        line-height: calc(130% * var(--text-scaler));
        width: 100%;
    }

    .menu-item-has-children .arrow svg {
        width: 2.1rem;
    }

    .menu-item-has-children .arrow svg path {
        stroke: #fff;
    }

    header .icon-link {
        color: var(--textclr4);
        margin-left: 0;
        padding: 0;
    }

    header .icon-link svg {
        position: relative;
        width: 1.8rem;
        left: unset;
        margin-right: 0.8rem;
        top: 0;
        transform: translateY(0);
    }

    /*.icon-link svg path {*/
    /*    stroke: var(--textclr4);*/
    /*}*/

    /*a.icon-link.icon-cart.cart svg * {*/
    /*    fill: var(--textclr4) !important;*/
    /*}*/

    /* .toggled button.menu-toggle { */
    /* background-image: url(img/icons/feather/x.svg); */
    /* } */
    .menu-item-has-children > a:after {
        position: relative;
        right: 0;
        top: 0;
        margin: 0 0 0 1rem;
        background: url(img/icons/feather/chevron-down-white.svg) center no-repeat;
    }

    .menu-main-container {
        position: fixed;
        width: 100%;
        height: calc(((var(--vh) * 100)) - 5rem);
        z-index: -1;
        left: -100%;
        top: 5rem;
        display: flex;
        bottom: 0;
        overflow-y: auto;
        right: 0;
        transition: var(--animtime2);
        background: var(--clr3);
        align-items: flex-start;
        justify-content: center;
    }

    body.menuopen .menu-main-container {
        display: flex;
    }

    .toggled .menu-main-container {
        left: 0;
    }

    .menuopen #headfixer {
        top: 0 !important;
        position: fixed;
        width: 100%;
    }

    .extra_nav {
        position: fixed;
        bottom: 0;
        width: 100% !important;
        height: 5rem;
        left: -100%;
        transition: var(--animtime2);
    }

    .menuopen .extra_nav {
        justify-content: center !important;
        z-index: 9999;
        gap: 1.5rem;
        padding: 0 1rem;
        left: 0;
    }

    .item {
        flex-basis: calc(100%);
    }

    .items-list {
        column-gap: 0;
    }

    /*section:not(.featured-posts, .logo-list) .swiper-wrapper {*/
    /*	width: auto;*/
    /*	overflow: scroll;*/
    /*	overflow-y: hidden;*/
    /*	white-space: nowrap;*/
    /*}*/
    /* Start Šitą perkeliam į style.css ties (max-width: 1000px) kad niekur nesimatytų scroll bar vizualiai */
    /*::-webkit-scrollbar {*/
    /*	width: 0;*/
    /*	background: transparent;*/
    /*}*/
    ::-webkit-scrollbar-thumb {
        background: transparent;
    }

    /* End Šitą perkeliam į style.css ties (max-width: 1000px) kad niekur nesimatytų scroll bar vizualiai */
    .media-container-inside {
        position: absolute;
        transform: translate(0, -26.5vw);
        width: 100%;
    }

    .text_module .first {
        width: 70vw;
        height: 53vw;
    }

    .text_module .second {
        width: 40vw;
        height: 55vw;
        /* transform: translate(-10vw, 10vw); */
        transform: unset;
        margin: 10vw 0 0 -10vw;
    }

    .text-second .html_content {
        padding-top: 45.5vw;
    }

    .text-second .html_content {
        margin-top: 0;
    }

    .text_module.additional-class {
        padding-bottom: 33vw;
    }

    .blockquote-right {
        margin-right: 0;
    }

    .blockquote-left {
        margin-left: 0;
    }

    .burger-icon .btn-burger {
        width: 3rem;
        cursor: pointer;
    }

    .box.burger-icon {
        z-index: 999999999;
        padding: 0;
    }

    /* #side-burger {display: none;} */
    .burger-icon span {
        display: block;
        width: 100%;
        height: 2px;
        background: #000;
        transition: all .3s;
        position: relative;
    }

    .burger-icon span + span {
        margin-top: 0.6rem;
    }

    .burger-icon .btn-burger.active span:nth-child(1) {
        animation: ease .7s top forwards;
    }

    .burger-icon .btn-burger.not-active span:nth-child(1) {
        animation: ease .7s top-2 forwards;
    }

    .burger-icon .btn-burger.active span:nth-child(2) {
        animation: ease .7s scaled forwards;
    }

    .burger-icon .btn-burger.not-active span:nth-child(2) {
        animation: ease .7s scaled-2 forwards;
    }

    .burger-icon .btn-burger.active span:nth-child(3) {
        animation: ease .7s bottom forwards;
    }

    .burger-icon .btn-burger.not-active span:nth-child(3) {
        animation: ease .7s bottom-2 forwards;
    }

    @keyframes top {
        0% {
            top: 0;
            transform: rotate(0);
        }
        50% {
            top: 7px;
            transform: rotate(0);
        }
        100% {
            top: 7px;
            transform: rotate(45deg);
        }
    }

    @keyframes top-2 {
        0% {
            top: 7px;
            transform: rotate(45deg);
        }
        50% {
            top: 7px;
            transform: rotate(0deg);
        }
        100% {
            top: 0;
            transform: rotate(0deg);
        }
    }

    @keyframes bottom {
        0% {
            bottom: 0;
            transform: rotate(0);
        }
        50% {
            bottom: 9px;
            transform: rotate(0);
        }
        100% {
            bottom: 9px;
            transform: rotate(135deg);
        }
    }

    @keyframes bottom-2 {
        0% {
            bottom: 9px;
            transform: rotate(135deg);
        }
        50% {
            bottom: 9px;
            transform: rotate(0);
        }
        100% {
            bottom: 0;
            transform: rotate(0);
        }
    }

    @keyframes scaled {
        50% {
            transform: scale(0);
        }
        100% {
            transform: scale(0);
        }
    }

    @keyframes scaled-2 {
        0% {
            transform: scale(0);
        }
        50% {
            transform: scale(0);
        }
        100% {
            transform: scale(1);
        }
    }
    .text_module.has-media .block-right {
        width: 100%;
        position: relative;
        top: unset;
        order: 1;
    }

    .text_module.has-media .block-left {
        width: 100%;
        padding-right: 0;
        order: 2;
    }

    .item .media, .item .media figure {
        height: 21rem;
    }

    .grid-container .item .media,
    .grid-container .item .media figure {
        max-height: unset;
        height: auto;
    }

    .grid-container .item .media img, .grid-container .item .media video {
        position: relative;
    }

    .item.grid .itemtext {
        padding: 0;
    }

    .table-block {
        overflow-x: auto;
    }

    .footer-main .container .menu-side {
        width: 100%;
        padding-left: 0;
        margin-top: 4.3rem;
    }

    footer .departments .departments-slider .city-group {
        width: calc(33.33% - 2rem);
    }

    footer .departments .departments-slider {
        column-gap: 3rem;
    }

    .footer-main {
        padding: 5.3rem 0 6.7rem;
    }

    .footer-main .left-side a {
        color: var(--textclr4);

    }

    footer .footer-main .left-side a.custom-logo-link {
        margin-bottom: 2.3rem;
    }

    .footer-main .left-side a svg path {
        stroke: var(--textclr4);
    }

    .footer-main .container.bottom-line .top-content {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 3.8rem;
        padding: 1.75rem 0;
    }

    .table-container {
        width: 100%;
        overflow: auto;
    }

    .table-container table {
        width: 100rem !important;
    }

    .html_content table tr {
        padding: 2.4rem;
    }

    .testimonials_module.grid .container {
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
        column-gap: 2.4rem;
    }

    .comments-area {
        padding: 9rem 2.4rem;
    }

    .departments-filter {
        padding: 2.4rem;
    }

    .departments-filter .cities-container {
        flex-direction: column;
    }

    .departments-filter .cities-container .cities-column.cities-column-2 {
        margin-top: 1.8rem;
    }

    .departments-blocks .department .right-side {
        width: 100%;
        padding-left: 0;
        order: 1;
    }

    .departments-blocks .department .left-side {
        width: 100%;
        order: 3;
        margin-top: 2.4rem;
    }
    .departments-blocks .department .content-after {
        margin-top: 2.4rem;
        order: 2;
    }
    section.form .right-side {
        width: 100%;
        padding-left: 0;
        margin-top: 4rem;
    }
    section.form .left-side {
        width: 100%;
    }
    .employees-list {
        grid-template-columns: 1fr 1fr;
    }
    .employee-card .image {
        height: 30vw;
    }
    #primary-menu > li > .sub-menu {
        position: fixed!important;
        width: 100%;
        height: 100%;
        z-index: 1;
        left: 0;
        top: 0;
        overflow-y: auto;
        overflow-x: hidden;
        transition: var(--animtime2);
        background-color: #fff;
        padding: 0;
        transform: translateX(100%);
        display: inline-block;
        visibility: hidden;
    }
    .menu-primary-container {
        position: fixed!important;
        width: 100%;
        height: calc(100% - 7.8rem);
        z-index: -1;
        left: 0;
        /*top: 7.8rem;*/
        display: flex;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
        right: 0;
        transition: transform var(--animtime2), background-color var(--animtime2);
        will-change: transform, background-color;
        background-color: #fff;
        align-items: flex-start;
        justify-content: center;
        transform: translateX(100%);
        padding: 2.4rem;
    }
    .menuopen .menu-primary-container {
        transform: translateX(0);
        flex-direction: column;
        justify-content: space-between;
    }
    #primary-menu > li > a.active + .sub-menu {
        transform: translateX(0);
        visibility: visible;
    }
    .menu-item-has-children > .arrow{
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }
    .menu-item-has-children > .arrow svg path{
        stroke: var(--textclr1);
    }
    .menu-item-has-children > .arrow svg{
        transform: rotate(-90deg);
    }
    #primary-menu > li.menu-item-has-children li.menu-title > a {
        background-color: var(--clr10);
        padding: 2rem 2.4rem;
        text-align: center;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        position: relative;
    }
    #primary-menu > li.menu-item-has-children li.menu-title > a .arrow{
        display: flex;
        position: absolute;
        top: 50%;
        left: 2.4rem;
        transform: translateY(-50%);
    }
    #primary-menu > li.menu-item-has-children li.menu-title > a .arrow svg{
        transform: rotate(90deg);
    }
    #primary-menu > li.menu-item-has-children li.menu-title > a .arrow svg path{
        stroke: var(--textclr1);
    }
    .main-navigation ul ul {
        display: block;
        padding: 0;
    }
    #primary-menu > li.menu-item-has-children a.active + .sub-menu > li > .sub-menu {
        padding: 1.4rem 2.4rem 1.4rem;
    }
    #primary-menu > li + li{
        margin-top: 2rem;
    }
    .main-navigation .icon-search {
        display: flex !important;
        width: auto;
        padding: 1rem 0 1rem 1rem;
    }
    .main-navigation{
        display: flex;
        /*flex-wrap: wrap;*/
        gap: 1.6rem;
    }
    .extra_nav{
        display: none!important;
    }
    #primary-menu li.btn{
        background: transparent!important;
        padding: 0!important;
        align-items: flex-start !important;
        border: none!important;
    }
    #primary-menu li.btn a{
         background: var(--clr2);
        color: white;
        display: inline-block;
        width: auto;
        min-width: 26.1rem;
        padding: 1.55rem 3rem;
        border-radius: 100px;
        font-size: calc(var(--fontsize_s) * var(--text-scaler));
        line-height: calc(var(--lineh_s) * var(--text-scaler));
        text-align: center;
        font-weight: 700;
    }
    #primary-menu li.btn.btn-secondary a{
        background: var(--clr1);
    }
    #primary-menu > li:not(.btn) + li.btn{
        margin-top: 4.6rem;
    }
    .top-header-line{
        /*display: none;*/
        transform: translateX(100%);
        transition: var(--animtime2);
        position: fixed;
        width: 100%;
        bottom: 0;
        background: transparent;
    }
    .hide-top-header-line .top-header-line{
        display: none;
    }
    .menuopen .top-header-line {
        position: relative;
        transform: unset;
        padding-bottom: 0;
        padding-top: 4.6rem;
        transition: unset;
    }
    .top-header-line .left-side {
        gap: 1.6rem;
        flex-direction: column;
    }
    .top-header-line .container {
        justify-content: space-between;
        align-items: flex-start!important;
        flex-direction: column;
        gap: 1.6rem;
    }
    .top-header-line.mobile .language-switch .language-dropdown {
        display: flex !important;
        position: relative;
        padding: 0;
        border: 0;
        top: unset;
        gap: 0.9rem;
    }
    .top-header-line.mobile .language-switch {
        align-items: center;
        gap: 0.9rem;
    }
    .top-header-line.mobile .language-switch svg {
        flex: 0 0 1.8rem;
    }
    .top-header-line.mobile .language-switch .language-dropdown a{
        font-weight: 500;
        font-size: calc(var(--fontsize_s) * var(--text-scaler)) !important;
        line-height: calc(var(--lineh_s) * var(--text-scaler)) !important;
        padding: 0;
    }
}
@media screen and (max-width: 776px) {
	.html_content {
		max-width: 100%;
	}
	.social-media svg {
		height: 2.3rem;
		max-height: 2.3rem;
		width: auto;
		max-width: 2.3rem;
	}
	.footer-main .container .inside-container .social-media a {
		margin-left: 0;
		margin-right: 2rem;
	}
	.footer-main .container .inside-container .right-block{
		padding-top: 5rem;
	}
	.footer-main .container .inside-container .left-block li span.title {
		width: 40%;
	}
	.footer-menu-container {
		width: 100%;
		padding: 3rem 0;
	}
	.footer-menu-container ul li {
		width: 100%;
	}
	.footer-menu-container ul li a {
		font-size: 2.4rem;
		line-height: 4rem;
	}
	.footer-2 ul {
		padding: 2rem 0;
	}
	.footer-2 ul li a {
		font-size: 1.2rem;
	}
	.footer-2 ul li {
		margin: 0 2rem 0 0;
	}
	blockquote,
	.blockquote-right,
	.blockquote-left {
		float: unset;
		width: 100%;
		margin: 0;
	}
    footer .departments .departments-slider .city-group ul {
        display: none;
        padding: 1rem 0 2rem 1rem;
    }
    footer .departments .departments-slider .city-group h3{
        font-weight: 400;
        font-size: calc(var(--fontsize_p) * var(--text-scaler));
        line-height: calc(4.4rem * var(--text-scaler));
        margin: 0;
        position: relative;
    }
    footer .departments .departments-slider .city-group {
        width: 100%;
    }
    footer .departments .departments-slider{
        gap: 0;
    }
    footer .departments {
        padding: 5.4rem 0;
    }
    footer .departments .departments-slider .city-group h3::after,
    footer .departments .departments-slider .city-group h3::before{
        content: "";
        position: absolute;
        background-color: #2C2C30;
        transition: transform 0.4s ease-out;
    }
    footer .departments .departments-slider .city-group h3::before {
        top: 50%;
        right: 0;
        width: 0.2rem;
        height: 1.2rem;
        margin-right: 0.5rem;
        margin-top: -0.6rem;
    }
    footer .departments .departments-slider .city-group h3::after {
        top: 50%;
        right: 0;
        width: 1.2rem;
        height: 0.2rem;
        margin-top: -0.1rem;
    }
    footer .departments .departments-slider .city-group h3.opened::before {
        transform: scaleY(0);
    }
    footer .departments ul li a p {
        /*display: inline-block;*/
        margin-left: 0.3rem;
    }
    footer .departments ul li a p span{
        display: none;
    }
    footer .departments ul li a svg{
        display: flex;
    }
    footer .departments ul li a {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0.7rem;
        /*flex-direction: column;*/
    }
    footer .departments .departments-slider .city-group ul li + li{
        margin-top: 0.7rem;
    }
    .footer-main .container .menu-side h3 + div{
        display: none;
    }
    .footer-main .container .menu-side .menu-footer-top-container ul{
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding-bottom: 0;
    }
    .footer-main .container .menu-side ul.menu > li .sub-menu {
        display: none;
        padding: 1rem 0 2rem 1rem !important;
    }
    .footer-main .container .menu-side{
        padding-bottom: 0;
    }
    .footer-main .container .menu-side ul.menu > li > a{
        font-size: calc(var(--fontsize_big) * var(--text-scaler));
        line-height: calc(var(--lineh_big) * var(--text-scaler));
        font-weight: 500;
        margin: 0;

    }
    .footer-main .container .menu-side ul.menu > li.menu-item-has-children > a {
        pointer-events: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .footer-main .container.bottom-line .top-content .menu {
        flex-direction: column;
        gap: 2.5rem;
    }
    .newsletter-block{
        padding: 5.5rem 0;
    }
    .newsletter-block .container p {
        margin: 3.5rem 0 0;
        font-weight: 300;
        font-size: calc(var(--fontsize_p) * var(--text-scaler));
        line-height: calc(159% * var(--text-scaler));
    }
    .newsletter-block .container h3, .newsletter-block .container p {
        text-align: center;
        width: 100%;
    }
    .newsletter-block label.checkbox .label-description p{
        text-align: left;
    }
    .newsletter-block .container {
        /*align-items: flex-end;*/
    }
    .newsletter-block .container img {
        max-width: 50rem;
        margin: 0 auto;
    }
    .scroll-to-top{
        position: fixed;
        display: none;
    }
    .for-desktop{
        display: none!important;
    }
    .for-mobile{
        display: flex!important;
    }
    .footer-main .container .menu-side ul.menu > li.menu-item-has-children > a .arrow{
        padding-left: 1.2rem;
    }
    .footer-main .container .menu-side ul.menu > li.menu-item-has-children > a svg {
        height: 1.2rem;
        width: auto;
        transition: var(--animtime1);
    }
    .footer-main .container .menu-side ul.menu > li.menu-item-has-children.opened > a svg{
        transform: rotate(90deg);
    }
    body.single-paslauga .services-list-module,
    section{
        padding: 6rem 0;
    }
    /*.btn, .button, .entry-summary .single_variation_wrap button.button, .woocommerce div.product div.summary .button, .woocommerce a.button, .cart_totals .wc-proceed-to-checkout a.checkout-button.button, button#place_order, .coupon button.button, .checkout_coupon button.button, .woocommerce button.button, .woocommerce-MyAccount-navigation-link--customer-logout a{*/
    /*    font-weight: 700;*/
    /*}*/
    .cpt-comment {
        padding: 0;
    }
    .testimonials_module .slider-arrow{
        display: none;
    }
    .testimonials_module.grid .container {
        grid-template-columns: 1fr;
    }
    .top-banner-image{
        height: 21.1rem;
    }
    .top-banner-image .container h1 {
        margin: 3rem 0 0;
        font-size: calc(var(--fontsize_h2) * var(--text-scaler));
        line-height: calc(180% * var(--text-scaler));
    }
    p a.btn + a.btn{
        margin-top: 1.6rem;
    }
    .comments-area {
        padding: 6rem 2.4rem;
    }
    .departments-filter .departments-item {
        flex-direction: column;
        column-gap: 1.8rem;
        align-items: flex-start;
        row-gap: 1rem;
    }
    .departments-filter .cities-container .cities-column {
        gap: 2.5rem;
    }
    .departments-filter .cities-container > ul {
        padding-left: 0;
    }
    .departments-blocks .department .left-side .big-slider {
        height: 65vw;
    }
    .departments-blocks .department .left-side .small-slider .swiper-slide {
        height: 29vw;
    }
    ul.styled-ul li {
        padding: 1.65rem 0 1.65rem 0rem;
    }
    /*.top-header-line{*/
    /*    display: none;*/
    /*}*/
}
@media screen and (max-width: 670px) {
    .newsletter-block .container {
        align-items: flex-end;
    }
    .newsletter-block .ml-form-formContent {
        width: 100% !important;
        margin: 0 0 1.4rem 0 !important;
        order: 1;
    }
    .newsletter-block .ml-form-embedSubmit {
        top: unset;
        width: 100% !important;
        position: relative;
        right: unset;
        order: 2;
    }
    footer section.newsletter-block .ml-block-form .ml-form-checkboxRow.ml-validate-required{
        order: 3;
    }
    footer section.newsletter-block .ml-block-form{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .services-list .service-card {
        flex: 1 0 100%;
        max-width: 100%;
    }
    .employees-list {
        grid-template-columns: 1fr;
        row-gap: 2.4rem;
    }
    .employee-card .image {
        height: 50vw;
    }
    .services-list {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 560px) {
    .newsletter-block .container img {
        margin: unset;
    }
    .popup {
        width: calc(100% - 3rem);
    }
    .gfield.half {
        width: 100%!important;
    }
}
@media screen and (min-width: 1001px) {
	.hover-underline:after {
  	  transition: .3s ease-in-out;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
	.media-container:hover .video-icon,
	.youtube-link:hover .video-icon {
    transform: translate(-50%,-50%) scale(1.2);
	}
}
