/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: #fff0;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid #fff0;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-indent: -9999999px;
  z-index: 10;
  cursor: pointer;
}
.slick-slider .slick-arrow.slick-next {
  right: 0;
}

/* Bootstrap 5 Responsive layout */

*,
*::before,
*::after {
  box-sizing: border-box;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.float-end {
  float: right !important;
}
.float-start {
  float: left !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-5 {
  z-index: 5;
}
.z-6 {
  z-index: 6;
}
.z-7 {
  z-index: 7;
}
.z-8 {
  z-index: 8;
}
.z-9 {
  z-index: 9;
}
.z-10 {
  z-index: 10;
}
.z-9999 {
  z-index: 9999;
}
.img-fluid {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.d-flex {
  display: flex;
}
.d-inline {
  display: inline !important;
}
.d-block {
  display: block !important;
}
.d-none {
  display: none !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}
.container {
  width: 100%;
  max-width: 1344px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100% !important;
}
.col-md-12 {
  flex: 0 0 auto;
  width: 100%;
}
.col-md-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-md-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-md-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-md-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-md-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-md-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-md-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-md-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-md-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-md-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col {
  flex: 1 0 0%;
}
.rounded-0 {
  border-radius: 0;
}
.rounded-10 {
  border-radius: 10px;
}
.rounded-20 {
  border-radius: 20px;
}
.rounded-30 {
  border-radius: 30px;
}
.t-0 {
  top: 0;
}
.p-0 {
  padding: 0 !important;
}
.p-20 {
  padding: 20px !important;
}
.p-220 {
  padding: 0 220px;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.mt-120 {
  margin-top: 120px;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.text-white {
  color: #fff !important;
}
.btn {
  display: inline-block;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
}
.btn-primary {
  background: #febe10;
  color: #171717;
  font-size: 18px;
  border-radius: 9px;
  padding: 10px 42px;
}

/* Main CSS */
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter_18pt-Thin.ttf") format("ttf");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter_18pt-Light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter_18pt-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter_18pt-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter_18pt-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter_18pt-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter_18pt-ExtraBold.ttf") format("ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-737373: #737373;
  --color-636363: #636363;
  --color-171717: #171717;
  --color-2d2d2d: #2d2d2d;
  --color-000000: #000000;
  --color-5e6a67: #5e6a67;
  --color-f8f8f8: #f8f8f8;

  --color-febe10: #febe10;
  --color-2d3945: #2d3945;
  --color-c5c5c5: #c5c5c5;

  --main-font: "Inter", sans-serif !important;

  --transition: all 0.2s ease-in-out;
  --icons: "FontAwesome";
  --border-radius: 10px;
}

h1 {
  font-size: 50px;
  font-weight: 300;
  color: var(--color-171717);
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #636363;
  font-family: var(--main-font);
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  overflow-x: hidden;
}

a,
a > * {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a {
  text-decoration: none;
  color: var(--color-000000);
}
/* Top Nav  */

.navbar {
  background-color: #fff;
  color: #171717;
}

.navbar-home {
  background: transparent;
}
.navbar-home ul.top-nav li a {
  display: flex;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  align-items: center;
}
.navbar-contacts {
  font-size: 14px;
}
.navbar-contacts a {
  text-decoration: none;
  color: #febe10;
}
.navbar .brand {
  padding: 0;
}
.navbar nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

ul.top-nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
ul.top-nav li a {
  display: block;
  font-size: 18px;
  color: #171717;
  font-weight: 300;
  text-decoration: none;
}
ul.top-nav > li {
  padding: 0 2px;
}
ul.top-nav > li > a {
  padding: 8px 17px;
  border-radius: 9px;
}
.page-template-home-page ul.top-nav > li > a:hover {
  background: #5d6967;
  color: #fff;
}
ul.top-nav > li.current-menu-item > a,
ul.top-nav > li.current-product-category-ancestor > a {
  background-color: var(--color-febe10);
}

ul.top-nav > li > a:hover {
  background-color: var(--color-febe10);
  color: #000;
}
.navbar.navbar-sticky {
  background: #fff;
  box-shadow: -1px 10px 32px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 10px 32px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 10px 32px 0px rgba(0, 0, 0, 0.1);
}
.navbar.navbar-sticky .navbar-contacts {
  display: none;
}
.navbar.navbar-sticky .brand {
  padding-top: 10px;
  padding-bottom: 8px;
}
.navbar.navbar-sticky .brand img {
  height: 36px;
  width: auto;
}
.navbar-sticky ul.top-nav li a {
  color: #171717;
}
.navbar-sticky ul.top-nav > li > a:hover {
  background: #febe10;
}

/* Wpml lang switcher */

.wpml-language-switcher {
  background: transparent;
  border: none;
  color: #171717;
  text-transform: uppercase;
}
.wpml-language-switcher option:not(:checked) {
  color: #171717;
}
.navbar-home .wpml-language-switcher,
.navbar-sticky .wpml-language-switcher {
  color: #171717;
}

/* Breadcrumb */

.breadcrumbs {
  margin-top: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #808181;
  font-size: 16px;
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}
.breadcrumbs a {
  color: #171717;
  text-decoration: none;
}
.breadcrumbs span.sep {
  padding-left: 4px;
  padding-right: 4px;
}

/* Section */

.section {
  padding-top: 70px;
  padding-bottom: 60px;
}

.section-dark {
  background: #171717;
}
.section-light {
  background: #f8f8f8;
}

.page-section {
  padding-top: 50px;
  padding-bottom: 60px;
}

h1.page-title {
  font-size: 50px;
  color: #171717;
  font-weight: 300;
  text-wrap: wrap;
  margin: 0;
}
h1.main-page-title {
  font-size: 50px;
  color: #171717;
  font-weight: 300;
  text-wrap: wrap;
  margin: 0 !important;
}
.page-template-home-page h1.page-title,
.page-template-home-page h2.section-title-light {
  font-size: 60px;
  font-weight: 300;
  color: #fff;
}
h2.section-title-light span {
  font-weight: 800;
  color: #febe10;
}

h2.section-title-dark {
  font-size: 50px;
  font-weight: 300;
  color: #232323;
}
h2.section-title-dark span {
  font-weight: 800;
  color: #232323;
}

/* Product Single */
.product-form.mobile-form {
  display: none;
}
.product-form {
  background: #5e6a67;
  margin-top: 50px;
  padding: 28px;
}
.product-form-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.valiutosMainContainer {
  font-weight: 800;
  color: var(--color-171717);
  margin: 0 0 30px;
}
.product-form .product-form-holder {
  margin: 0 -10px;
}
.product-form span.wpcf7-form-control-wrap {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.product-form .product-form-holder span.wpcf7-form-control-wrap {
  float: left;
  width: 50%;
  display: block;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}
.product-form .product-textarea span.wpcf7-form-control-wrap textarea {
  display: block;
  width: 100%;
  height: 200px;
  resize: none;
  border-radius: 20px;
  background: #fff;
  border: none;
  padding: 15px;
  font-size: 14px;
  color: #171717;
}
.product-form input {
  width: 100%;
  border-radius: 80px;
  background: #fff;
  border: none;
  padding: 15px;
  font-size: 14px;
  color: #171717;
}
.product-item-img-holder {
  background-color: #fff;
  border-radius: var(--border-radius);
}
.container-text {
  display: flex;
  flex-direction: column;
}
.container-text .aukstis {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 20px;
  display: block;
}
.container-text .price {
  font-size: 20px;
  font-weight: 600;
}
.container-text .price small {
  font-size: 16px;
  font-weight: 300;
}
.similar-products {
  background: var(--color-f8f8f8);
  padding: 50px 0;
  margin: 80px 0 0;
  overflow: clip;
}
.similar-products h2 {
  font-size: 50px;
  font-weight: 300;
  color: var(--color-171717);
  margin: 0 0 65px;
}
/*Table*/

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1px auto;
}
tr:nth-of-type(odd) {
  background: #1f2021;
}
th {
  background: #3498db;
  color: white;
  font-weight: bold;
}
td,
th {
  padding: 10px;
  border: 1px solid #393a3a;
  text-align: left;
}
/* Products list */

.product-filter-form {
  background: #fff;
}
.cpa-filter-group {
  border-bottom: 1px solid #737373;
}
.cpa-filter-group-title {
  font-size: 18px;
  color: #171717;
  font-weight: 700;
  width: 100%;
}
.product-list-section {
  padding-top: 60px;
  padding-bottom: 120px;
}
.product-list a.product-item {
  text-decoration: none;
}
.product-list a.product-item .product-item-img-holder {
  overflow: hidden;
}
.product-list a.product-item .product-item-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}
.product-list a.product-item h3 {
  margin-top: 30px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.product-list a.product-item:hover .product-item-img-holder {
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.35);
}
.product-list a.product-item:hover h3 {
  color: #febe10;
}
.similar-products .product-list .slick-list {
  margin: 0 -20px;
}
.similar-products .product-list-sngle {
  margin: 0 20px;
}
/* Box with overlay */

.box-item {
  overflow: hidden;
}
.box-item::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.box-item h3 {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 1px;
  left: 30px;
  bottom: 34px;
}
.box-item:hover::before {
  background: rgba(0, 0, 0, 0.65);
}
.box-item:hover h3 {
  color: #febe10;
}

/* Extra classes */
.main-btnDiv {
  display: flex;
}
.main-btn {
  border-radius: var(--border-radius);
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 500;
  background: var(--color-febe10);
  color: var(--color-000000);
  text-decoration: none;
}
/* Header */
.g-trans,
.gtranslate_wrapper,
.gt_switcher,
.gt_selected a {
  width: 120px !important;
}
.gtranslate_wrapper {
  position: absolute;
  top: 25px;
}
.gt_selected a {
  border: none !important;
  color: #000 !important;
}
.home .gt_selected a,
.burger-content .gt_selected a {
  color: #fff !important;
}
.home .navbar-sticky .gt_selected a {
  color: var(--color-171717) !important;
}
.gt_selected a:hover {
  color: #000 !important;
}
.gt_selected a::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23fff'/></svg>") !important;
}
.gt_selected {
  background: transparent !important;
}
.page-template-home-page .navbar-home .decktop-nav ul li {
  display: flex;
  justify-content: end;
}
.page-template-home-page .navbar-home .decktop-nav ul li span {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.mobile-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.navbar-sticky .mobile-buttonZone .mob-phone {
  width: 38px;
  height: 38px;
}
.navbar-sticky .mobile-buttonZone .mob-phone i {
  font-size: 16px;
}
.navbar-sticky .burger-btn {
  width: 38px;
  height: 38px;
  padding: 8px;
}
.navbar-sticky .mobile-buttonZone .active span:nth-child(1) {
  top: 6px !important;
}
.navbar-sticky .mobile-buttonZone .burger-btn .brg-btn.opened.active {
  top: 55%;
  left: 53%;
}
.navbar-sticky .burger-btn span {
  width: 90%;
  height: 3px;
}
.mobile-buttonZone {
  display: flex;
  gap: 15px;
}
.mobile-buttonZone .mob-phone {
  background: var(--color-febe10);
  border-radius: var(--border-radius);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.mobile-buttonZone .mob-phone i {
  color: #fff;
  font-size: 20px;
}
.navbar-mobile {
  display: none;
}
.mobile-container .burger-content {
  display: flex;
  background: rgba(53, 59, 58, 0.95);
  flex-direction: column;
  align-items: flex-start;
  padding: 45px 15px 40px 70px;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 1;
  transition: var(--transition);
  width: 100%;
  font-size: 22px;
}
.mobile-container .burger-content.open {
  padding: 0px 15px 40px 70px;
}
.mobile-container .burger-content li.menu-item > .sub-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  position: relative;
  top: 0;
  left: -102%;
  z-index: 2;
  transition: var(--transition);
  width: 100%;
  height: 0;
  transition: var(--transition);
}
.mobile-container .burger-content li.menu-item > .sub-menu > li {
  padding: 10px 0;
  border-bottom: 1px solid #737675;
  width: 100%;
}
.mobile-container .burger-content li.menu-item > .sub-menu > li:last-child {
  border-bottom: none;
}
.mobile-container .burger-content li.menu-item > .sub-menu > li > a {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.mobile-container .burger-content li.menu-item > .sub-menu.active {
  left: 0;
  padding: 0;
  height: 100%;
}
.mobile-container .burger-content.active {
  right: 0;
}
.mobile-container .burger-content ul.top-nav {
  flex-direction: column;
  width: 90%;
  overflow: hidden;
}
.mobile-container ul.top-nav > li > a {
  padding: 15px 0;
  border-radius: 0;
  color: #fff;
  font-weight: 400;
}
.mobile-container ul.top-nav > li.menu-item-has-children.open::after {
  display: none;
}
.mobile-container ul.top-nav > li.menu-item-has-children.open > a::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
  transition: var(--transition);
  cursor: pointer;
  color: #fff;
  font-size: 19px;
  margin-right: 10px;
}
.mobile-container ul.top-nav > li {
  border-bottom: 1px solid #737675;
  position: relative;
  transition: var(--transition);
}
.mobile-container ul.top-nav > li:last-child,
.mobile-container ul.top-nav > li.open {
  border-bottom: none;
}
.mobile-container ul.top-nav > li > a:hover {
  background: none !important;
}
.mobile-container ul.top-nav > li.menu-item-has-children::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 31%;
  transition: var(--transition);
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}
.mobile-container ul.top-nav > li.current-menu-item > a,
.mobile-container ul.top-nav > li.current-product-category-ancestor > a {
  background-color: transparent;
}
.mobile-buttonZone .mob-phone,
.burger-btn {
  z-index: 2;
}
.mobile-container .current-language-name,
.mobile-container .custom-language-switcher .current-language i {
  color: #fff !important;
  font-size: 11.2px;
}
.burger-content .mobile-nav-email {
  margin: 150px 0 25px;
}
.burger-content .mobile-nav-email span,
.burger-content .mobile-nav-email a {
  font-size: 18px;
  font-weight: 300;
}
.burger-content .custom-language-switcher {
  margin: 0;
}
.burger-content .mobile-nav-email span {
  color: #fff !important;
}
.burger-content .mobile-nav-email a {
  color: var(--color-febe10);
}
/* WPML Language */
.custom-language-switcher {
  display: flex;
  align-items: center;
  margin: 0 0 0 80px;
  position: relative;
  cursor: pointer;
}
.custom-language-switcher-mob {
  display: flex;
  gap: 15px;
}
.page-template-home-page .custom-language-switcher .sub-menu li a span {
  color: var(--color-171717);
}
.custom-language-switcher .sub-menu li a span {
  transition: var(--transition);
  font-size: 14px;
  font-weight: 600;
}
.custom-language-switcher .sub-menu li a span:hover {
  color: var(--color-febe10);
  text-decoration: underline;
}
.custom-language-switcher .sub-menu {
  display: none;
  background: #fff;
  color: var(--color-171717);
  position: absolute;
  top: 43%;
  left: -6px;
  z-index: 10;
  padding: 12px 10px;
  border-radius: var(--border-radius);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  z-index: 999;
}
.custom-language-switcher .sub-menu li {
  margin: 0 0 10px;
  list-style: none;
}
.custom-language-switcher .sub-menu li:last-child {
  margin: 0;
}
a.language-link {
  color: var(--color-025467);
  transition: var(--transition);
}
a.language-link:hover {
  text-decoration: 1.5px underline var(--color-025467);
  text-underline-offset: 4px;
}
.current-language-name,
.language-link .language-name {
  font-size: 11px;
  font-weight: 400;
}
.current-language {
  transition: var(--transition);
}
.current-language-name {
  color: var(--color-171717);
}
.page-template-home-page .current-language-name {
  color: #fff;
}
.current-language .current-language-name,
.custom-language-switcher .current-language i {
  transition: var(--transition);
}
.page-template-home-page .custom-language-switcher .current-language i {
  font-size: 11px;
  color: #fff;
}
.current-language.active .current-language-name,
.custom-language-switcher .current-language.active i {
  color: var(--color-171717);
}
.page-template-home-page .current-language.active .current-language-name,
.page-template-home-page .custom-language-switcher .current-language.active i {
  color: #fff;
}
.page-template-home-page
  .navbar-sticky
  .custom-language-switcher
  .current-language-name,
.page-template-home-page .navbar-sticky .custom-language-switcher i,
.page-template-home-page
  .navbar-sticky
  .custom-language-switcher
  .current-language.active
  i {
  color: var(--color-171717);
}
.current-language.active .custom-language-switcher .current-language i {
  font-size: 10px;
}
.custom-language-switcher-mob .current-language i {
  display: none;
}
.custom-language-switcher .current-language i {
  margin-left: 1px;
  color: #000;
  font-size: 10px;
  transition: var(--transition);
}
/* Header extra container */
.nuoma-subcat-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 22;
}
.nuoma-subcat-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 22;
}
.nuoma-subcat-container .container::before {
  content: "";
  position: absolute;
  top: -10px;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.4);
  z-index: 23;
}
.nuoma-subcat-container.subcat-container-parduodame .container::before {
  left: 60%;
}
.nuoma-subcat-container.subcat-container-nuoma .container::before {
  left: 51%;
}
.nuoma-subcat-container .container {
  padding: 0 !important;
}
.nuoma-subcat-container-ins {
  padding: 40px 0;
  width: 100%;
}
.nuoma-subcat-item {
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}

.nuoma-subcat-item img {
  width: 100%;
  height: auto;
  display: block;
}
.nuoma-subcat-item a {
  padding: 20px 15px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center !important;
  background: var(--color-febe10);
  border-radius: 20px;
  height: 135px;
  width: 100%;
  transition: var(--transition);
}
.nuoma-subcat-item a svg {
  max-height: 66px;
  margin-bottom: 10px;
  flex: 2;
}
.nuoma-subcat-item a svg circle,
.nuoma-subcat-item a svg path,
.nuoma-subcat-item a svg line,
.nuoma-subcat-item a svg ellipse,
.nuoma-subcat-item a svg rect {
  transition: var(--transition);
}
.nuoma-subcat-item:hover svg circle,
.nuoma-subcat-item:hover svg path,
.nuoma-subcat-item:hover svg line,
.nuoma-subcat-item:hover svg rect {
  stroke: #fff;
}
.nuoma-subcat-item:hover svg path.cls-1,
.nuoma-subcat-item:hover svg#Layer_1 path {
  fill: #fff;
}
.nuoma-subcat-item:hover a {
  background-color: var(--color-5e6a67);
}
.nuoma-subcat-item a p {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-171717);
  transition: var(--transition);
  margin: 0;
}
.nuoma-subcat-item:hover p {
  color: #fff;
}
.nuoma-arrows {
  position: absolute;
  top: 38%;
  left: -50px;
  display: flex;
  justify-content: space-between;
  width: 107.4%;
  z-index: -1;
}
.nuoma-arrows .slick-arrow {
  height: 46px;
  width: 46px;
  background: #d7d7d7;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}
.nuoma-arrows .slick-arrow i {
  font-size: 21px;
}
.sparkle-arrow {
  transition: opacity 0.3s ease-in-out;
  margin-left: 12px;
  font-size: 15px;
}
.menu-item-136:hover .sparkle-arrow,
.menu-item-97:hover .sparkle-arrow,
.menu-item-696:hover .sparkle-arrow,
.menu-item-695:hover .sparkle-arrow {
  animation: sparkle 1.5s infinite;
}
@keyframes sparkle {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Header extra container */
/* Header end */
/* Footer */
.section-footer {
  background: #171717 url("../images/footer.webp") center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.section-footer-copyright {
  font-size: 14px;
  color: #171717;
  font-weight: 500;
  padding-top: 24px;
  padding-bottom: 24px;
  background: #f8f8f8;
}
.section-footer-copyright a {
  text-decoration: none;
  color: #171717;
}
.section-footer-copyright svg {
  height: 34px;
  width: auto;
}
.footer-contacts {
  display: flex;
}
.footer-contacts .contact-info {
  padding: 75px 150px 75px 0;
  width: 40%;
}
.footer-contacts .contact-info {
  position: relative;
  z-index: 1;
}
.footer-contacts .contact-info::before {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  display: block;
  height: 689px;
  width: 178%;
  background: #f8f8f8;
  z-index: -1;
}
.footer-contacts .contact-info ul {
  margin: 0;
  padding: 50px 0 0;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.footer-contacts .contact-info ul li {
  list-style: none;
  font-weight: 300;
}
.footer-contacts .contact-info ul li a {
  font-weight: 600;
  margin-top: 10px;
  display: block;
}
.footer-contacts .contact-info ul li,
.footer-contacts .contact-info ul li a {
  color: var(--color-000000);
  font-size: 20px;
}
.footer-contacts .cf7-formCont {
  padding: 65px 65px 85px 220px;
  width: 60%;
}
.contact-from-universal {
  width: 511px;
}
.contact-from-universal h2.from-title {
  font-size: 52px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 40px;
}
.contact-from-universal h2.from-title strong {
  font-weight: 800;
}
.footer-contacts .cf7-formCont input,
.footer-contacts .cf7-formCont textarea {
  width: 100%;
  background: #656565;
  border-radius: 30px;
  padding: 15px 20px;
  border: none;
  font-family: var(--main-font);
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.8px;
}
.footer-contacts .cf7-formCont input:focus,
.footer-contacts .cf7-formCont textarea:focus {
  outline: none;
}
.footer-contacts .cf7-formCont input::placeholder,
.footer-contacts .cf7-formCont textarea::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.footer-contacts .cf7-formCont input {
  height: 55px;
}
.footer-contacts .cf7-formCont textarea {
  height: 140px;
}
.footer-contacts .cf7-formCont div {
  margin: 0 0 30px;
}
.footer-contacts .cf7-formCont .accep_btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 75px;
  padding: 10px 0 0;
  margin: 0;
}
.footer-contacts .cf7-formCont .accep_btn .acceptance_modal {
  display: flex;
  text-align: center;
  gap: 10px;
}
.footer-contacts .cf7-formCont .accep_btn .acceptance_modal label {
  text-align: left;
  margin: 6px 0 0;
}
.footer-contacts .cf7-formCont .accep_btn .acceptance_modal label,
.footer-contacts .cf7-formCont .accep_btn .acceptance_modal label a {
  font-size: 14px;
  font-weight: 300;
  color: #fff !important;
  letter-spacing: 0.8px;
}
.footer-contacts .cf7-formCont .accep_btn .acceptance_modal label a {
  color: var(--color-636363);
  text-decoration: underline;
}
.footer-contacts .cf7-formCont .accep_btn .acceptance_modal input {
  appearance: none;
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  border-radius: 6px !important;
  border: none;
  background: #656565;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.footer-contacts .cf7-formCont .accep_btn .acceptance_modal .wpcf7-list-item {
  margin: 0;
}
.footer-contacts
  .cf7-formCont
  .accep_btn
  .acceptance_modal
  input:checked::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 3px;
  left: 4px;
  font-size: 18px;
  color: #fff;
}
.footer-contacts .cf7-formCont .accep_btn button#submitBtn {
  border: 3px solid #fff;
  border-radius: var(--border-radius);
  padding: 15px 60px;
  font-size: 18px;
  font-weight: 500;
  color: #f8f8f8;
  background: var(--color-171717);
  letter-spacing: 0.8px;
}
span.wpcf7-not-valid-tip {
  font-size: 13px;
  font-weight: 300;
  margin: 5px;
}
.section-footer-copyright span {
  margin: 0 5px;
}
.section-footer-copyright .devider {
  height: 15px;
  width: 1px;
  background: var(--color-000000);
  margin: 0 10px;
  display: block;
}
a.facebook-link {
  display: block;
}
.socials {
  margin-left: auto;
}
a.facebook-link i,
a.instagram-link i {
  font-size: 35px;
}
a.instagram-link {
  margin-left: 20px;
}
.section-footer-copyright .flex-content {
  margin-left: 10px;
}
.section-footer-copyright .flex-content {
  display: flex;
}
/* Footer end */
/* Home page */
.hero-slider-container {
  background: #2a2a2a;
}

.hero-slider-container::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 2;
}

.hero-slider-content {
  width: 750px;
  padding: 50px 80px;
  left: 10%;
  bottom: 0;
  border-radius-webkit-border-top-left-radius: 34px;
  -webkit-border-top-right-radius: 34px;
  -moz-border-radius-topleft: 34px;
  -moz-border-radius-topright: 34px;
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
  background-color: rgba(0, 0, 0, 0.4);
}

.hero-slider-content p {
  margin-top: 10px;
  margin-bottom: 34px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.hero-slider-content ul.slick-dots {
  list-style: none;
  margin: 0;
  margin-top: 100px;
  padding: 0;
}

.hero-slider-content ul.slick-dots li {
  display: inline-block;
}

.hero-slider-content ul.slick-dots li button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 27px;
  height: 7px;
  margin-right: 9px;
  border: none;
  text-indent: -999999999px;
  background: #febe10;
  border-radius: 10px;
}

.hero-slider-content ul.slick-dots li.slick-active button {
  width: 65px;
  background: #fff;
}

.hero-slider-content .slick-arrow {
  display: none !important;
}

.hero-slider-btns {
  width: 100%;
  top: 65%;
}

.hero-slider-btns .hs-btn {
  cursor: pointer;
  width: 16px;
  height: 28px;
}

.hero-slider-btns .hs-btn.prev-btn {
  left: 26px;
}

.hero-slider-btns .hs-btn.next-btn {
  right: 26px;
}
.home-why-page {
  margin: 0 0 50px;
}
.home-why-page ul {
  padding: 40px 0 50px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.home-why-page ul li {
  list-style: none;
  font-size: 20px;
  font-weight: 600;
  padding-left: 40px;
  position: relative;
  display: flex;
  align-items: center;
  color: var(--color-000000);
}
.home-why-page ul li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-febe10);
  border-radius: 100%;
  color: var(--color-febe10);
  height: 24px;
  width: 24px;
  font-size: 15px;
}
.content-news h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  min-height: 50px;
  font-size: 20px;
  color: var(--color-000000);
  transition: var(--transition);
}
.news-carousel-item:hover h3 {
  color: var(--color-febe10);
}
.news-carousel .image-container {
  max-height: 269px;
  overflow: hidden;
}
.date {
  font-size: 13.63px;
  color: var(--color-000000);
}
.content-news p {
  font-size: 16px;
  font-weight: 300;
  color: var(--color-737373);
}
.arrows-container {
  position: absolute;
  top: 41%;
  left: -100px;
  width: 115%;
  display: flex;
  justify-content: space-between;
}

.arrows-container .slick-arrow {
  height: 63px;
  width: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
}
.arrows-container .slick-arrow svg {
  height: 35px;
  width: 18px;
}
.arrows-container .slick-arrow.slick-hidden {
  display: none;
}
.home-news {
  padding-bottom: 120px;
}
.news-withLink {
  align-items: end;
  margin: 0 0 50px;
}
.news-withLink h2 {
  margin: 0;
}
.news-withLink a {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-000000);
  text-decoration: none;
}
.home-representatives {
  display: flex;
  align-items: center;
  gap: 170px;
  margin: 0 0 30px;
}
.home-representatives .left-side span {
  font-size: 24px;
  font-weight: 400;
  color: var(--color-000000);
}
.home-representatives .left-side {
  width: 35%;
}
.home-representatives .right-side {
  width: 65%;
}
.home-representatives .right-side .supported div a {
  display: flex;
  justify-content: center;
}
.home-representatives .right-side .supported .slick-track {
  display: flex;
  align-items: center;
}
.home-representatives .right-side .supported div img {
  height: 100%;
  width: 64%;
}
.section-dark .tab-imgs {
  width: 62.5%;
  height: 592px;
  overflow: hidden;
  border-radius: var(--border-radius);
  padding: 0;
  margin: 0 15px;
}
.section-dark .tab-imgs img {
  min-height: 592px;
}
.section-dark .tab-list {
  width: 35%;
}
.tab-list .tab-list-item {
  width: 100%;
}
.tab-list .tab-list-item .svg-container {
  width: 75px;
}
.tab-list .tab-list-item .svg-container svg {
  max-height: 50px;
  max-width: 55px;
}
.tab-list .tab-list-item svg path,
.tab-list .tab-list-item svg rect {
  stroke: #fff;
}
.tab-list .tab-list-item p {
  font-weight: 500;
  letter-spacing: 1px;
}
.tabs-content .img-text {
  position: absolute;
  padding: 30px 50px;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 50%;
}
.tabList-top {
  margin: 0 0 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tabList-top h2 {
  margin: 0;
  width: 37%;
  font-size: 50px;
}
.tabList-top .text {
  width: 40%;
}
.tabList-top .text p {
  margin: 0;
}
/* Uinversal dots */
.universal-dots ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.universal-dots ul li {
  list-style: none;
}
.universal-dots ul li button {
  display: none;
}
.universal-dots ul li::before {
  content: "";
  width: 27px;
  height: 7px;
  background-color: var(--color-febe10);
  border-radius: var(--border-radius);
  display: block;
  transition: all 0.2s ease-in-out;
}
.universal-dots ul li.slick-active::before {
  width: 65px;
  background: var(--color-171717);
}
/* button */
.burger-btn {
  width: 48px;
  position: relative;
  height: 48px;
  background: #5e6a67;
  padding: 12px;
  border-radius: var(--border-radius);
  transition: var(--transition);
}
.burger-btn .brg-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  cursor: pointer;
}
.burger-btn span {
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 4px;
  background: #fff;
  transition: all 0.3s;
  position: relative;
}
.burger-btn span + span {
  margin-top: 5px;
}
.active span:nth-child(1) {
  animation: ease 0.7s top forwards;
}

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

.active span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}

.not-active span:nth-child(2) {
  width: 58%;
  animation: ease 0.7s scaled-2 forwards;
}

.active span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}

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

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

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

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

@keyframes bottom-2 {
  0% {
    bottom: 10px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 10px;
    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);
  }
}
/* Home page end */

/* About us page */
.about-us .page-top {
  display: flex;
  gap: 360px;
  margin: 50px 0 70px;
}
.about-us h1 {
  min-width: 245px;
}
.about-us h1,
.about-us p,
.about-us h2 {
  margin: 0;
  color: var(--color-171717);
}
.about-us p {
  margin: 0 0 30px;
}
.about-us .page-main {
  background-color: var(--color-171717);
  overflow: hidden;
  position: relative;
}
.about-us .page-main p,
.about-us .page-main h2,
.about-us .page-main span {
  color: #fff;
}
.about-us .page-main .container {
  display: flex;
}
.about-us .page-main .img-container {
  width: 42%;
}
.about-us .page-main .img-container img {
  position: absolute;
  left: -58%;
  top: 0;
  height: 100%;
  width: 168%;
  z-index: 10;
  object-fit: contain;
}
.about-us .page-main .page-txt {
  padding: 85px 0 0 50px;
  width: 58%;
}
.about-us .page-main .page-txt h2 {
  margin: 0 0 70px;
  font-size: 50px;
  font-weight: 300;
}
.about-us .page-main .page-txt h2 span {
  color: var(--color-febe10);
  font-weight: 800;
}
.about-us .page-main .page-txt p,
.about-us p {
  font-weight: 300;
  letter-spacing: 0.8px;
  line-height: 30px;
}
.about-us .page-main .page-txt .page-offer {
  z-index: 1;
}
.about-us .page-main .page-txt .page-offer::before {
  content: "";
  background: #5e6a67;
  position: absolute;
  left: -50px;
  top: 0;
  height: 100%;
  width: 500%;
  z-index: -1;
}
.about-us .page-main .page-txt .iso_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin: 85px 0 0;
  padding: 110px 0;
}
.about-us .page-main .page-txt .iso_list .single-content {
  display: flex;
  flex-direction: column;
}
.about-us .page-main .page-txt .iso_list .single-content .icon {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
}
.about-us .page-main .page-txt .iso_list .single-content .icon span,
.about-us .page-main .page-txt .iso_list .single-content .icon {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 5px;
}
.about-us .page-main .page-txt .iso_list .single-content p {
  text-align: center;
  font-size: 24px;
  margin: 0;
  letter-spacing: 0.8px;
}
/* About us page end*/
/* Contact page */
.page-template-page-contact .footer-representatives {
  display: none;
}
.contact-main {
  display: flex;
  margin: 70px 0 115px;
}
.contact-main .left h1 {
  margin: 0 0 50px;
}
.contact-main .left p {
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: 300;
  color: var(--color-000000);
  letter-spacing: 1px;
  line-height: 34px;
}
.contact-main .left p strong {
  font-weight: bold;
}
.contact-main .left,
.contact-main .right {
  width: 50%;
}
.contact-main .right {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.contact-main .right iframe {
  height: 100%;
  width: 100%;
}
/* Contact page end */
/* News page */
.news-page h1 {
  margin: 70px 0 0;
}
.news-page ul.all-news {
  margin: 70px 0 100px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 70px 25px;
}
.news-page ul.all-news li {
  list-style: none;
  width: calc(33.96% - 25px);
  max-width: 33.96%;
}
.news-page ul.all-news li a {
  height: 100%;
  width: 100%;
  display: block;
}
.news-page ul.all-news li .single-img-container {
  width: 100%;
  height: 285px;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.news-page ul.all-news li .single-img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-page ul.all-news li .text h5 {
  font-size: 19.47px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  min-height: 50px;
  transition: var(--transition);
  margin: 15px 0;
}
.news-page ul.all-news li:hover .text h5 {
  color: var(--color-febe10);
}
.news-page ul.all-news li .text p {
  font-size: 16px;
  font-weight: 300;
  color: var(--color-737373);
}
.load-more-str {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 25px;
}
/* News page end */
/* Single news page */
.single-newPage {
  display: flex;
  flex-direction: column;
  padding: 0 210px 50px;
  border-bottom: 1px solid #a8a8a8;
}
.single-newPage p,
.page-universal-ul ul li {
  font-size: 16px;
  font-weight: 300;
  color: var(--color-737373);
  line-height: 25px;
}
.single-newPage p strong {
  padding: 0 0 16px;
  display: block;
}
.single-newPage p strong {
  font-size: 20px;
  font-weight: 500;
  color: #232323;
}
.page-universal-ul ul {
  padding-left: 15px;
  margin: 0 0 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page-universal-ul ul li {
  list-style: none;
  padding-left: 30px;
  position: relative;
  display: flex;
  align-items: center;
}
.page-universal-ul ul li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-febe10);
  border-radius: 100%;
  color: var(--color-febe10);
  height: 22px;
  width: 22px;
  font-size: 13px;
}
.single-newPage h1 {
  margin: 20px 0 0;
}
.single-newPage .date {
  font-size: 14px;
  color: var(--color-000000);
  margin: 25px 0;
  display: block;
}
.single-newPage .page-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 45px;
}
.single-newPage .page-image img {
  height: auto;
  width: 100%;
  border-radius: var(--border-radius);
}
.single-straipsinis-gallery ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin: 40px 0;
  padding: 0;
}
.single-straipsinis-gallery ul li {
  list-style: none;
  width: calc(33.96% - 25px);
  max-width: 33.96%;
  overflow: hidden;
  border-radius: var(--border-radius);
  position: relative;
  height: 178px;
}
.single-straipsinis-gallery ul li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.show-more-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
a.next-post {
  font-size: 18px;
  font-weight: 500;
}
/* Single news page end */
/* Shop page */
.shop-page h1 span.highlight-word {
  color: var(--color-febe10);
  font-weight: 800;
}
.shop-page table tr {
  background: unset;
}
.main-filter-container {
  background-color: #fff;
  transition: var(--transition);
}
.filter-mob {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px;
  cursor: pointer;
}
.filter-mob p {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-171717);
  margin: 0;
}
.filter-mob svg {
  width: 14px;
  height: 14px;
}
/* Slider ui */
.ui-slider-horizontal .ui-slider-range {
  width: 100% !important;
  left: 0 !important;
}
.range-slider {
  width: 93%;
  margin-left: 11px;
  margin-top: 25px;
}
.ui-slider-horizontal {
  height: 7px;
  border: none !important;
}
.ui-slider-horizontal div {
  background: var(--color-737373) !important;
}
.ui-slider-horizontal span {
  background: var(--color-737373) !important;
  border: none !important;
  border-radius: 0 !important;
  width: 20px !important;
  top: -10px !important;
}
.range-label {
  width: 108%;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 -10px;
}
/* Shop page end */
/* Nuoma page */
.term-14 h1 {
  color: var(--color-171717);
  margin-left: 15px;
  margin-bottom: 0 !important;
}
.col-md-9.filter-results.Filter-form-hidden {
  width: 100%;
}
.Filter-form-hidden .product-list a.product-item .product-item-img-holder {
  overflow: hidden;
  height: 280px;
}
.Filter-form-hidden .container-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  padding: 35px 25px;
  display: flex;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.4);
  border-radius: var(--border-radius);
}
.Filter-form-hidden .container-text span {
  display: none;
}
.Filter-form-hidden.product-list-section {
  padding-top: 0 !important;
  background-color: transparent !important;
}
.Filter-form-hidden .product-list a.product-item h3 {
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.Filter-form-hidden .product-list a.product-item:hover h3 {
  color: var(--color-febe10);
}
.Filter-form-hidden .col-md-4 {
  padding: 0 !important;
  width: calc(33.9% - 25px);
  position: relative;
  margin-bottom: 0 !important;
}
.Filter-form-hidden .product-list {
  gap: 25px;
  margin: 0;
}
.acceptance-buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
  padding-top: 20px;
}
.acceptance-buttons span.wpcf7-spinner {
  position: absolute;
  top: 25%;
  right: 0;
}
.acceptance-buttons input.wpcf7-form-control {
  width: 172px;
  border-radius: 10px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
.acceptance-buttons span.wpcf7-form-control-wrap {
  margin: 0 !important;
  display: flex;
  align-items: center;
}
.acceptance-buttons span.wpcf7-form-control-wrap input {
  appearance: none;
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  border-radius: 8px;
  background: #fff;
  padding: 0;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}
.acceptance-buttons span.wpcf7-form-control-wrap input:checked::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 4px;
  left: 5px;
  font-size: 17px;
  color: #000;
}
.acceptance-buttons span.wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}
.acceptance-buttons span.wpcf7-form-control-wrap label {
  display: flex;
  align-items: center;
}
.acceptance-buttons span.wpcf7-form-control-wrap label span,
.acceptance-buttons span.wpcf7-form-control-wrap label span a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.acceptance-buttons span.wpcf7-form-control-wrap label span a {
  text-decoration: underline;
}
.acceptance-buttons span.wpcf7-form-control-wrap label span::before,
.acceptance-buttons span.wpcf7-form-control-wrap label span::after {
  display: none;
}
div#active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
span.active-filter-item.remove-filter {
  font-size: 14px;
  font-weight: 300;
  color: var(--color-171717);
  padding: 10px;
  background: #fff;
  border-radius: var(--border-radius);
  display: block;
  cursor: pointer;
}
.cpa-filter-group {
  display: flex;
  flex-direction: column;
}
.cpa-filter-group label {
  display: flex !important;
  align-items: center;
  gap: 10px;
}
.cpa-filter-group input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  border-radius: 0;
  border: 1px solid var(--color-171717);
  background: #fff;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.cpa-filter-group input[type="checkbox"]:checked::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 20px;
  color: #000;
}
.product-content h1 {
  margin: 0 0 40px;
}
.product-content .product-options {
  margin: 40px 0 0;
}
.product-content .product-attribute {
  margin-bottom: 10px;
  display: flex;
}
.product-content strong {
  color: var(--color-171717);
  font-size: 18px;
}
.product-content .product-attribute span {
  display: block;
  width: 50%;
}
.single-prod-page .left-side {
  width: 55%;
}
.single-prod-page .right-side {
  width: 45%;
  padding: 0 55px 0;
}
/* Nuoma page */
/* Simple page */
.simple-page .container {
  border-bottom: 1px solid #a6a6a6;
  padding-bottom: 85px;
}
.simple-page h1 {
  margin: 70px 0 40px;
}
.simple-page.page-section {
  padding: 0 !important;
}
.simple-page p {
  font-size: 16px;
  font-weight: 300;
  color: var(--color-737373);
}
.simple-page p strong {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-171717);
  letter-spacing: 1px;
}
.simple-page img {
  height: auto;
  width: 100%;
  margin: 0 0 60px;
  display: block;
}
/* Simple page end */
@media screen and (max-width: 1580px) {
  /* Home page */
  .arrows-container {
    left: -55px;
    width: 108%;
  }
}
@media screen and (max-width: 1460px) {
  /* Home page */
  .arrows-container {
    display: none;
  }
  /* Header */
  .nuoma-arrows {
    display: none;
  }
  .custom-dots-igivendinti-nuoma {
    padding: 0 0 20px;
  }
  .nuoma-subcat-container-ins {
    padding: 25px 0 15px;
    width: 100%;
  }
  .nuoma-subcat-item a {
    padding: 15px;
    height: 125px;
  }
  .nuoma-subcat-container-ins .slick-list {
    padding-right: 80px;
  }
  /* Simple page */
  .p-220 {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1360px) {
  /* Header */
  .nuoma-subcat-container .container::before {
    display: none;
  }
  /* Home page */
  .hero-slider-content {
    width: 595px !important;
    padding: 15px 40px !important;
  }
  h2.section-title-light {
    font-size: 40px;
  }
  .hero-slider-content p {
    margin-bottom: 16px !important;
    font-size: 18px !important;
    line-height: 31px !important;
  }
  .hero-slider-content ul.slick-dots {
    margin-top: 35px !important;
  }
  .home-representatives .left-side span {
    font-size: 20px;
    text-wrap: nowrap;
  }
  .section-dark .tab-imgs {
    width: 61.5%;
  }
  .tab-list .tab-list-item {
    font-size: 14px;
  }
  /* Footer */
  .footer-contacts .cf7-formCont {
    padding: 65px 35px 55px 75px;
  }
  .footer-contacts .contact-info {
    padding: 70px 30px 70px 0;
    width: 40%;
  }
  .footer-contacts .contact-info ul li,
  .footer-contacts .contact-info ul li a {
    font-size: 18px;
  }
  .home-representatives .right-side {
    width: 60%;
  }
  .home-representatives {
    gap: 70px;
  }
  /* About us */
  .about-us .page-main .page-txt .iso_list {
    gap: 0;
    margin: 50px 0 0;
    padding: 40px 0;
  }
  .about-us .page-main .page-txt .iso_list .single-content .icon span,
  .about-us .page-main .page-txt .iso_list .single-content .icon {
    font-size: 30px;
  }
  .about-us .page-main .page-txt .iso_list .single-content p {
    font-size: 18px;
    margin: 0;
  }
  .about-us .page-top {
    gap: 330px;
    margin: 35px 0 0;
  }
  .about-us .page-main .img-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
  }
  .about-us .page-main .img-container img {
    position: relative;
    left: -23%;
    width: 100%;
  }
  .about-us .page-main .container {
    justify-content: flex-end;
  }
  .about-us .page-main .page-txt {
    width: 85%;
    z-index: 11;
    background: rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 1230px) {
  .mt-120 {
    margin-top: 98px;
  }
  /* Header */
  .decktop-nav {
    display: none;
  }
  header.navbar-simple {
    position: static;
    width: 100%;
  }
  .navbar-mobile {
    position: fixed;
    top: 0;
    z-index: 999;
    display: block;
    width: 100%;
    transition: var(--transition);
  }
  .navbar-mobile.scrolled {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar-mobile.extra-class {
    top: 0;
  }
  .gtranslate_wrapper {
    position: relative;
    top: 0;
  }
  /* Single news */
  .single-newPage {
    padding: 0 100px 25px;
  }
  /* Prod page */
  .Filter-form-hidden .product-list a.product-item .product-item-img-holder {
    height: 250px;
  }
  /* Shop page */
  .product-list-section .col-md-3 {
    margin: 0 0 50px;
  }
  .product-list-section .col-md-3,
  .product-list-section .col-md-9 {
    width: 100%;
  }
  .filter-mob {
    display: flex;
  }
  .main-filter-container .product-filter-form {
    display: none;
    border-radius: 0 0 10px 10px;
  }
  .main-filter-container {
    border: 2px solid #d0d0d0;
  }
  .main-filter-container.open {
    border: none;
  }
  .range-slider {
    width: 98%;
  }
  .range-label {
    width: 101.8%;
  }
}
@media screen and (max-width: 1060px) {
  h1.main-page-title,
  h1.page-title,
  .page-template-home-page h1.page-title,
  .page-template-home-page h2.section-title-light {
    font-size: 40px;
  }
  .page-section {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  /* Footer */
  .footer-contacts {
    flex-direction: column;
  }
  .footer-contacts .contact-info::before {
    height: 573px;
  }
  .footer-contacts .contact-info {
    padding: 50px 20px 0 0;
    width: 51%;
  }
  .footer-contacts .cf7-formCont {
    padding: 90px 0 2px;
    display: flex;
    justify-content: center;
  }
  .home-representatives .right-side .supported .slick-list {
    padding-right: 100px;
  }
  .home-representatives .right-side {
    padding: 30px 0 0;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .footer-contacts .cf7-formCont,
  .footer-contacts .cf7-formCont div.wpcf7 {
    width: 100%;
  }
  .footer-contacts .cf7-formCont form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact-from-universal {
    width: 70%;
  }
  /* Home page */
  .section-dark .tab-imgs img {
    min-height: 488px;
  }
  .section-dark .tabs-content .row {
    flex-direction: column-reverse;
  }
  .section-dark .tab-imgs {
    margin: 0 0 30px;
    height: auto;
  }
  .tabs-content .img-text {
    position: absolute;
    padding: 15px 35px;
    bottom: 5px;
    right: 15px;
    border-radius: 0 0 10px 0;
  }
  .section-dark .tab-imgs .tab-img {
    padding: 0 15px;
  }
  .section-dark .tab-list,
  .section-dark .tab-imgs {
    width: 100%;
  }
  .tab-list ul.list-unstyled {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .tab-list ul.list-unstyled li.tab-list-hover {
    width: calc(33.9% - 20px);
    display: flex;
  }
  .tab-list ul.list-unstyled li a {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
  }
  .tab-list ul.list-unstyled li a p {
    margin: 5px 0 0;
    text-align: center;
  }
  .section-dark .section-title-light {
    margin: 0;
  }
  .tab-list .tab-list-item .svg-container {
    width: 50px;
  }
  .tab-list .tab-list-item .svg-container svg {
    max-height: 43px;
    max-width: 50px;
  }
  /* About us */
  .about-us .page-top {
    gap: 170px;
  }
  .about-us .page-main .img-container {
    width: 100%;
  }
  /* News page */
  .news-page ul.all-news {
    margin: 30px 0;
    gap: 30px 25px;
  }
  .news-page ul.all-news li .single-img-container {
    height: 210px;
  }
  .news-page h1 {
    margin: 30px 0 0;
  }
  /* Single news */
  .single-newPage {
    padding: 0 0 25px;
  }
  /* Contact */
  .contact-main .left p {
    margin: 0 0 20px;
    font-size: 20px;
  }
  /* Simple page */
  .p-220 {
    padding: 0;
  }
  .simple-page .container {
    padding-bottom: 40px;
  }
  .simple-page h1 {
    margin: 30px 0;
  }
  .simple-page img {
    margin: 0 0 40px;
  }
  /* Prod page */
  .Filter-form-hidden .container-text {
    padding: 20px 15px;
  }
  .Filter-form-hidden .product-list a.product-item .product-item-img-holder {
    height: 210px;
  }
  .Filter-form-hidden .product-list a.product-item h3,
  .product-list a.product-item h3 {
    font-size: 16px;
  }
  /* Shop page  */
}
@media screen and (max-width: 990px) {
  .single-prod-page .right-side {
    padding: 0 20px 0;
  }
}
@media screen and (max-width: 880px) {
  /* Home page */
  .home-why-page {
    flex-direction: column;
  }
  .tab-list ul.list-unstyled li a p {
    font-size: 11px;
  }
  .home-why-page .col-md-6 {
    width: 100%;
  }
  .home-why-page .image-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .home-why-page .col-md-6 img {
    width: 70%;
  }
  .tabList-top {
    margin: 0 0 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
  .tabList-top .text,
  .tabList-top h2 {
    width: 100%;
    text-align: center;
  }
  .hero-slider .img-fluid {
    height: 496px;
  }
  .hero-slider-content {
    width: 484px !important;
  }
  .tab-list .tab-list-item .svg-container svg {
    max-height: 33px;
    max-width: 40px;
  }
  .tab-list .tab-list-item .svg-container {
    width: 40px;
  }
  .tab-list .tab-list-item {
    min-height: 60px;
  }
  /* About us */
  .about-us .page-main .page-txt {
    padding: 35px 0 0 20px;
  }
  .about-us .page-main .page-txt h2 {
    margin: 0 0 25px;
    font-size: 35px;
  }
  .about-us p {
    margin: 0 0 20px;
  }
  .about-us .page-top {
    gap: 70px;
  }
  /* News page */
  .news-page ul.all-news li {
    width: calc(51.5% - 25px);
    max-width: 51.5%;
  }
  .news-page ul.all-news li .single-img-container {
    height: 300px;
  }
  /* Single news */
  .single-newPage .page-image {
    margin: 0 0 25px;
  }
  /* Contact */
  .contact-main {
    margin: 30px 0 60px;
    flex-direction: column;
    gap: 30px;
  }
  .contact-main .left,
  .contact-main .right {
    width: 100%;
  }
  .contact-main .left,
  .contact-main .right {
    width: 100%;
  }
  .contact-main .right {
    height: 500px;
  }
  /* Prod page */
  .Filter-form-hidden .product-list {
    gap: 20px;
  }
  .Filter-form-hidden .col-md-4 {
    width: calc(51.2% - 20px);
  }
  .Filter-form-hidden .product-list a.product-item .product-item-img-holder {
    height: 300px;
  }
  .shop-page .col-md-4,
  .shop-page .col-md-8 {
    width: 100%;
  }
  .container-text .price,
  .product-list a.product-item h3 {
    font-size: 16px;
  }
  .product-list a.product-item h3 {
    margin-top: 15px;
  }
  .container-text .aukstis {
    font-size: 14px;
    margin: 0 0 10px;
  }
  /* Single prod page */
  .single-prod-page .right-side {
    padding: 0;
  }
  .single-prod-page .row {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .single-prod-page .row .col-md-6 {
    width: 100%;
  }
  .single-prod-page {
    padding: 15px;
  }
  .similar-products .product-list .slick-list {
    margin: 0 -10px;
    padding-right: 80px;
  }
  .similar-products .product-list-sngle {
    margin: 0 10px;
  }
  .product-form.desctop-form {
    display: none;
  }
  .product-form.mobile-form {
    display: block;
  }
  .news-carousel .slick-list {
    padding-right: 80px;
  }
}
@media screen and (max-width: 720px) {
  h1 {
    font-size: 40px;
  }
  /* Home page */
  .footer-contacts .contact-info {
    width: 70%;
  }
  /* About us */
  .about-us .page-top {
    flex-direction: column;
    gap: 30px;
  }
  .about-us .page-main .container {
    flex-direction: column;
  }
  .about-us .page-main .img-container img {
    position: relative;
    left: 0;
  }
  .about-us .page-main .img-container {
    width: 105%;
    left: -15px;
    position: relative;
  }
  .about-us .page-main .page-txt {
    padding: 35px 0 0 0;
  }
  /* Footer */
  .section-footer-copyright {
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  a.facebook-link i,
  a.instagram-link i {
    font-size: 22px;
  }
  /* News page */
  .news-page ul.all-news li .single-img-container {
    height: 220px;
  }
  /* Single news */
  .single-straipsinis-gallery ul li {
    height: 145px;
  }
  /* Header */
  .nuoma-subcat-item a p {
    font-size: 11px;
  }
  /* Prod page */
  .Filter-form-hidden .product-list a.product-item .product-item-img-holder {
    height: 250px;
  }
  .product-list-section {
    padding-top: 35px !important;
    padding-bottom: 60px !important;
  }
  #filter-results .col-md-4 {
    width: calc(51.48% - 20px);
  }
}
@media screen and (max-width: 600px) {
  h1,
  h1.main-page-title,
  h1.page-title,
  .page-template-home-page h1.page-title,
  .page-template-home-page h2.section-title-light {
    font-size: 24px;
  }
  body p,
  body {
    font-size: 14px;
    margin: 8px 0;
  }
  .col-md-6 {
    padding: 0;
  }
  .mb-40 {
    margin-bottom: 25px !important;
  }
  .mb-30 {
    margin-bottom: 20px !important;
  }
  .mt-60 {
    margin-top: 35px !important;
  }
  .mt-120 {
    margin-top: 80px;
  }
  .breadcrumbs {
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
  /* Home page */
  body.page-template-home-page .navbar.navbar-sticky {
    top: 0;
  }
  h2.section-title-dark {
    font-size: 22px;
    margin: 15px 0 0;
  }
  .hero-slider-content {
    padding: 15px 30px !important;
  }
  h2.section-title-light {
    font-size: 26px;
  }
  .hero-slider-content p {
    margin-bottom: 15px !important;
    font-size: 14px !important;
    line-height: 20px;
  }
  .btn-primary,
  .main-btn {
    padding: 8px 30px;
    font-size: 14px;
  }
  .hero-slider-content ul.slick-dots li.slick-active button,
  .universal-dots ul li.slick-active::before {
    width: 40px !important;
  }
  .hero-slider-content ul.slick-dots li button,
  .universal-dots ul li::before {
    width: 17px !important;
  }
  .section-dark .tab-imgs img {
    min-height: 329px;
  }
  .tab-list ul.list-unstyled li.tab-list-hover {
    width: calc(51.4% - 20px);
  }
  .section-dark .home-cat {
    display: none;
  }
  .home-representatives {
    margin: 0 0 20px;
    flex-direction: column;
    gap: 20px;
  }
  .home-representatives .right-side {
    padding: 0;
  }
  .home-representatives .left-side,
  .home-representatives .right-side {
    width: 100%;
  }
  .home-representatives .left-side {
    display: flex;
    justify-content: center;
  }
  .tabs-content .img-text {
    padding: 15px 20px;
  }
  .home-why-page ul {
    padding: 15px 0 20px;
    gap: 15px;
  }
  .home-why-page ul li {
    font-size: 16px;
    padding-left: 30px;
  }
  .home-why-page ul li::before {
    height: 16px;
    width: 16px;
    font-size: 8px;
  }
  .hero-slider-content {
    width: 80% !important;
  }
  .news-withLink {
    margin: 0 0 20px;
  }
  .content-news h3 {
    font-size: 16px;
    margin: 15px 0 0;
  }
  .content-news p {
    font-size: 13px;
  }
  .date {
    font-size: 11.63px;
  }
  .news-carousel-item {
    padding-left: 0 !important;
  }
  .news-withLink a {
    font-size: 16px;
  }
  /* Footer */
  .footer-info {
    flex-direction: column;
    gap: 10px;
  }
  .socials {
    margin-left: unset;
  }
  .footer-contacts .contact-info ul {
    padding: 25px 0 0;
    gap: 25px;
  }
  a.brand img {
    width: 133px;
    height: 40px;
  }
  .footer-contacts .contact-info ul li,
  .footer-contacts .contact-info ul li a {
    font-size: 14px;
  }
  .footer-contacts .contact-info::before {
    height: 415px;
  }
  .contact-from-universal h2.from-title {
    font-size: 22px;
    margin: 0 0 25px;
  }
  .footer-contacts .cf7-formCont input {
    height: 40px;
  }
  .footer-contacts .cf7-formCont input,
  .footer-contacts .cf7-formCont textarea {
    padding: 10px 15px;
    font-size: 12px;
  }
  .contact-from-universal {
    width: 100%;
  }
  .footer-contacts .cf7-formCont div {
    margin: 0 0 20px;
    width: 100%;
  }
  .footer-contacts .cf7-formCont .accep_btn button#submitBtn {
    padding: 8px 35px;
    font-size: 14px;
  }
  .footer-contacts .cf7-formCont .accep_btn .acceptance_modal label,
  .footer-contacts .cf7-formCont .accep_btn .acceptance_modal label a {
    font-size: 12px;
  }
  .footer-contacts .cf7-formCont .accep_btn .acceptance_modal input {
    height: 18px;
    width: 18px;
    border-radius: 4px !important;
  }
  .footer-contacts
    .cf7-formCont
    .accep_btn
    .acceptance_modal
    input:checked::before {
    font-size: 12px;
  }
  .footer-contacts .cf7-formCont {
    padding: 60px 0 0px;
  }
  /* Header */
  .hero-slider-container {
    top: -8px;
  }
  .section.section-dark {
    top: -8px;
    position: relative;
  }
  .burger-btn {
    width: 38px;
    height: 38px;
    padding: 8px;
  }
  .mobile-buttonZone .mob-phone {
    width: 38px;
    height: 38px;
  }
  .mobile-buttonZone .mob-phone i {
    font-size: 16px;
  }
  .burger-btn span {
    height: 3px;
  }
  .mobile-buttonZone .active span:nth-child(1) {
    top: 6px !important;
  }
  .mobile-buttonZone .burger-btn .brg-btn.opened.active {
    top: 56%;
    left: 51%;
  }
  .mobile-container .burger-content {
    padding: 45px 25px 50px;
    width: 100%;
  }
  .mobile-container .burger-content ul.top-nav {
    width: 96%;
    margin: 0;
  }
  .burger-content .mobile-nav-email {
    margin: 110px 0 25px;
  }
  .mobile-container .current-language-name,
  .mobile-container .custom-language-switcher .current-language i {
    font-size: 10px;
  }
  ul.top-nav li a {
    font-size: 22px;
  }
  .mobile-container .burger-content.open {
    padding: 10px 15px 40px 25px;
  }
  /* About us */
  .about-us .page-main .page-txt p,
  .about-us p {
    line-height: 25px;
  }
  .about-us .page-main .page-txt {
    width: 100%;
    padding: 35px 15px 0 20px;
  }
  .about-us .page-main .container {
    padding: 0 !important;
  }
  .about-us .page-main .page-txt .iso_list {
    margin: 30px 0 0;
    padding: 20px 0;
  }
  .about-us .page-main .page-txt .iso_list .single-content .icon span,
  .about-us .page-main .page-txt .iso_list .single-content .icon {
    font-size: 22px;
    margin: 0 0 10px;
  }
  .about-us .page-main .page-txt .iso_list .single-content .icon span {
    margin: 0;
  }
  .about-us .page-main .page-txt .iso_list .single-content .icon {
    justify-content: center;
  }
  .about-us .page-main .page-txt .iso_list .single-content p {
    font-size: 14px;
  }
  .about-us .page-top {
    gap: 15px;
    margin: 15px 0 0;
  }
  /* News page */
  .news-page ul.all-news li .single-img-container {
    height: 175px;
  }
  .news-page ul.all-news li .text h5 {
    font-size: 15.47px;
  }
  .news-page ul.all-news li .text p {
    font-size: 13px;
  }
  .nuoma-subcat-item a {
    padding: 10px;
    height: 115px;
  }
  /* Single news */
  .single-newPage p,
  .page-universal-ul ul li {
    font-size: 14px;
  }
  .single-newPage p strong {
    font-size: 16px;
  }
  .page-universal-ul ul {
    padding-left: 10px;
    margin: 0 0 15px;
  }
  .page-universal-ul ul li::before {
    height: 16px;
    width: 16px;
    font-size: 9px;
  }
  .page-universal-ul ul li {
    padding-left: 22px;
  }
  .single-straipsinis-gallery ul li {
    width: calc(52% - 25px);
    max-width: 52%;
    height: 175px;
  }
  .single-newPage .date {
    font-size: 12px;
    margin: 15px 0;
  }
  .single-newPage h1 {
    margin: 0;
  }
  a.next-post {
    font-size: 16px;
    margin: 20px 0 0;
  }
  /* Contact */
  .contact-main .left h1 {
    margin: 0 0 15px;
  }
  .contact-main .left p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 25px;
  }
  .contact-main {
    margin: 20px 0 45px;
    gap: 20px;
  }
  .contact-main .right {
    height: 365px;
  }
  /* Simple page */
  .simple-page h1 {
    margin: 20px 0;
  }
  .simple-page p strong {
    font-size: 16px;
  }
  .simple-page p {
    font-size: 14px;
  }
  .simple-page img {
    margin: 0px 0 20px;
  }
  /* Prod page */
  .Filter-form-hidden .product-list a.product-item h3 {
    font-size: 14px;
  }
  .Filter-form-hidden .product-list a.product-item .product-item-img-holder {
    height: 200px;
  }
  .product-form .product-textarea span.wpcf7-form-control-wrap textarea {
    font-size: 12px;
    padding: 12px;
    height: 140px;
  }
  .cpa-filter-group-title {
    font-size: 16px;
    margin-bottom: 12px !important;
  }
  .cpa-filter-group {
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
  }
  .container-text .price,
  .product-list a.product-item h3 {
    font-size: 14px;
  }
  .container-text .aukstis {
    font-size: 12px;
  }
  .container-text .price small {
    font-size: 12px;
  }
  .ui-slider-horizontal span {
    width: 15px !important;
    top: -7px !important;
  }
  .range-slider {
    width: 96%;
  }
  #filter-results .col-md-4 {
    width: calc(51.84% - 20px);
  }
  /* Single prod page */
  .product-gallery-arrows .hs-btn {
    width: 28px;
    height: 28px;
  }
  .product-gallery-arrows .hs-btn svg {
    width: 9px;
    height: 13px;
  }
  .product-form-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .product-form input {
    padding: 10px;
    font-size: 12px;
  }
  .product-form {
    margin-top: 30px;
    padding: 20px;
  }
  .similar-products h2 {
    font-size: 22px;
    margin: 0 0 25px;
  }
  .similar-products {
    padding: 25px 0;
    margin: 30px 0 0;
  }
  .single-prod-page .row {
    gap: 25px;
  }
  .acceptance-buttons input.wpcf7-form-control {
    width: 130px;
    font-size: 14px;
  }
  .acceptance-buttons span.wpcf7-form-control-wrap input {
    height: 18px;
    width: 18px;
    border-radius: 5px;
  }
  .acceptance-buttons span.wpcf7-form-control-wrap input:checked::before {
    top: 4px;
    left: 4px;
    font-size: 11px;
  }
  .acceptance-buttons span.wpcf7-form-control-wrap label span,
  .acceptance-buttons span.wpcf7-form-control-wrap label span a {
    font-size: 12px;
  }
  .acceptance-buttons {
    padding-top: 0;
  }
  .product-gallery ul.slick-dots li.slick-active button {
    width: 40px;
  }
  .product-gallery ul.slick-dots li button {
    width: 19px;
    height: 5px;
  }
  .product-content .product-options {
    margin: 20px 0 0;
  }
  .product-content h1 {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 500px) {
  /* Home page */
  .hero-slider-content {
    width: 100% !important;
    left: 0 !important;
    border-radius: 0 !important;
  }
  .tab-list ul.list-unstyled li.tab-list-hover {
    width: calc(100%);
  }
  .tab-list .tab-list-item .svg-container svg {
    max-height: 44px;
    max-width: 46px;
  }
  .tab-list ul.list-unstyled li a p {
    font-size: 12px;
  }
  .hero-slider-btns {
    display: none;
  }
  .section-dark .tab-imgs img {
    min-height: 254px;
  }
  .tab-list .tab-list-item {
    min-height: 45px;
  }
  .tab-list .tab-list-item .svg-container svg {
    max-height: 22px;
    max-width: 30px;
  }
  .tab-list .tab-list-item .svg-container {
    width: 30px;
  }
  /* Footer */
  .footer-contacts .contact-info {
    width: 91%;
  }
  .footer-contacts .cf7-formCont .accep_btn {
    gap: 0px;
    flex-direction: column;
  }
  .tabs-content .img-text {
    width: 93.5%;
    border-radius: 0 0 10px 10px;
  }
  .accep_btn span.spinner_pos,
  .accep_btn span.spinner_pos button {
    width: 100%;
  }
  /* Single news */
  .single-straipsinis-gallery ul li {
    height: 150px;
  }
  .about-us .page-main .img-container img {
    left: 0;
    object-fit: cover;
  }
  /* Prod page */
  .Filter-form-hidden .product-list a.product-item .product-item-img-holder {
    height: 160px;
  }
  /* Single prod page */
  .product-form .product-form-holder span.wpcf7-form-control-wrap {
    width: 100%;
  }
  .acceptance-buttons {
    flex-direction: column;
    gap: 15px;
    padding-top: 10px;
  }
  .acceptance-buttons input.wpcf7-form-control {
    width: 100%;
    font-size: 12px;
  }
  .product-gallery .slick-slide {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 400px) {
  /* Home page */
  .tabs-content .img-text {
    width: 92%;
  }
  /* Footer */
  a.facebook-link {
    top: 61%;
  }
  a.facebook-link i,
  a.instagram-link i {
    font-size: 16px;
  }
  /* Header */
  ul.top-nav li a {
    font-size: 18px;
  }
  .burger-content .mobile-nav-email span,
  .burger-content .mobile-nav-email a,
  .mobile-container .burger-content li.menu-item > .sub-menu > li > a {
    font-size: 14px;
  }
  .mobile-container .burger-content {
    padding: 45px 15px 35px;
  }
  .burger-content .mobile-nav-email {
    margin: 65px 0 15px;
  }
  .mobile-container ul.top-nav > li.menu-item-has-children.open > a::before {
    font-size: 16px;
  }
  /* About us */
  .about-us .page-main .page-txt .iso_list .single-content .icon {
    justify-content: center;
  }
  .about-us .page-main .page-txt .iso_list .single-content .icon span,
  .about-us .page-main .page-txt .iso_list .single-content .icon {
    font-size: 15px;
    margin: 0;
  }
  .about-us .page-main .page-txt .iso_list .single-content p {
    font-size: 10px;
  }
  .about-us .page-main .page-txt h2 {
    margin: 0 0 20px;
    font-size: 28px;
  }
  .about-us p {
    margin: 0 0 15px;
  }
  /* News page */
  .news-page ul.all-news li {
    width: 100%;
    max-width: 100%;
  }
  .news-page ul.all-news li .single-img-container {
    height: auto;
  }
  /* Single news */
  .single-straipsinis-gallery ul li {
    width: 100%;
    max-width: 100%;
    height: 240px;
  }
  /* Contact */
  .contact-main .right {
    height: 270px;
  }
  /* Prod page */
  .Filter-form-hidden .col-md-4 {
    width: 100%;
  }
  .Filter-form-hidden .product-list a.product-item .product-item-img-holder {
    height: 222px;
  }
  #filter-results .col-md-4 {
    width: 100%;
    padding: 0 65px;
  }
  .product-list-section {
    padding-top: 20px !important;
    padding-bottom: 35px !important;
  }
  .filter-mob {
    padding: 9px;
  }
  .main-filter-container {
    border: 1px solid #d0d0d0;
  }
  .range-slider {
    width: 94%;
  }
}
@media screen and (max-width: 360px) {
  /* Single news */
  .single-straipsinis-gallery ul li {
    width: 100%;
    max-width: 100%;
    height: 190px;
  }
  .show-more-overlay {
    font-size: 26px;
  }
  #filter-results .col-md-4 {
    width: 100%;
    padding: 0 35px;
  }
  .range-slider {
    width: 93%;
  }
}

/* html, body {
	overflow-x: hidden;
} */
/* * {
	outline: 1px solid red;
} */
.screen-reader-response {
  display: none !important;
}
/* header {
    display: none;
} */
