<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(foundation.min.css);
@import url(jquery.fancybox.css);
@import url(slick.css);

:root {
  --primary-color: #e11b22;
  --secondary-color: #011b56;
  --nav-fs: 2rem;
  --phone-fs: 2.4rem;
  --caption-fs: 3.6rem;
  --upper-distance: 10rem;
  --services-title: 4.6rem;
  --services-txt: 3.2rem;
  --service-title: 2rem;
  --about-us-txt: 2.4rem;
  --form-title-fs: 3.4rem;
  --news-title: 2.2rem;
  --news-desc: 1.8rem;
  --footer-titles-fs: 2.6rem;
}

html {
  font-size: 62.5%;
}

.inline-list.socialLinks {
  display: flex;
  justify-content: flex-end;

  i {
    font-size: 2.6rem;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
h1,
h2,
h3,
h4,
h5,
h6,
html,
body,
audio,
canvas,
video,
a,
small,
label,
legend,
button,
input,
textarea,
time,
.top-bar-section ul li&gt;a {
  font-family: "Roboto", serif;
  font-weight: normal;
}

.error&gt;label&gt;small {
  text-transform: none;
}

.button,
button {
  background-color: #257696;
}

.button:hover,
button:hover {
  background-color: #113644;
}


.innerpage-programmata .static-page__content p a,
.innerpage-programmata .category-page__content a {
  font-size: clamp(1.8rem, 1.042vw, var(--nav-fs));
  color: #fff;
  padding: clamp(1rem, 0.781vw, 1.5rem);
  background-color: var(--primary-color);
  border-radius: 24.5rem;
  line-height: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 2rem;
  display: block;
  width: fit-content;
  max-width: 34rem;
}

.top-bar-section li:last-child:not(.has-form) a.events:not(.button) {
  text-decoration: none !important;
  color: #ffffff !important;
  background-color: #333333 !important;
}

.top-bar-section li:last-child:not(.has-form) a:hover.events:not(.button) {
  background-color: #999999 !important;
}

hr {
  border: 1.3px solid black;
}

.st_fblike_hcount {
  margin-right: 25px;
}

.st_pinterest_hcount {
  margin-left: 20px;
}

.contain-to-grid,
.top-bar,
.top-bar-section ul {
  font-size: 1rem;
  color: #666666 !important;
  background-color: transparent !important;
}

h4 {
  position: relative;
}

h4.digital-customer::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 18px;
  font-size: 14px;
  width: 25px;
  height: 14px;
  background-image: url(../img/arrow.png);
  filter: invert(1);
}


.content {
  max-height: 0;
  margin-left: 20px;
  overflow: hidden;
  transition: all .4s;
}

h4.digital-customer.expand+.content {
  display: block;
  max-height: 100vh;
  transition: all .8s;
}

h4.digital-customer {
  cursor: pointer;
  background-color: var(--secondary-color);
  padding: 8px;
  margin-bottom: 2rem;
  color: white;
  border-radius: 1rem;
}

.top-bar-section {
  margin-top: 10px;
}

.top-bar-section .has-dropdown&gt;a:after {
  border-color: #666666 transparent transparent transparent;
}

ul.dropdown {
  background-color: white !important;
}

.slider,
.slider img {
  width: 100%;
}

.row {
  max-width: 1200px;
}

[data-magellan-expedition="fixed"] {
  width: 1200px;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.breadcrumbs {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.breadcrumbs a:not(.current):hover,
.breadcrumbs a:hover i {
  color: #a69c00;
}

div.breadcrumb {
  max-width: 1200px;
  margin: 0 auto 25px;
}

.breadcrumbs * {
  color: #333333;
}

.breadcrumbs *,
.breadcrumbs&gt;.current {
  line-height: 28px;
  text-transform: capitalize;
  font-size: 1rem;
}

.captcha input {
  margin-top: 8px;
}

.packages&gt;div {
  max-width: 500px;
}

body {
  opacity: 1;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0;
  background-color: transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.site-header.scrolled {
  background-color: white;
  -webkit-box-shadow: 0 1px 1px 0 rgba(208, 206, 206, 0.7);
  box-shadow: 0 1px 1px 0 rgba(208, 206, 206, 0.7);
}

.site-header #navbar .top-bar-section .center li a {
  color: white;
}

.site-header #navbar .top-bar-section .center .has-dropdown li a {
  color: black;
}

.site-header.scrolled #navbar .top-bar-section .center li a {
  color: black;
}

.site-header.scrolled .phone img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.site-header.scrolled .phone a {
  color: black;
}

.top-bar .toggle-topbar.menu-icon a::after {
  top: -3px;
  left: 5px;
}

.top-bar {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: clamp(200px, 80.208vw, 154rem);
  padding: 0 1rem;
  margin: 0 auto;
}

.top-bar-section {
  margin-top: 0;
}

.top-bar .toggle-topbar.menu-icon {
  top: 17px;
  /* an to header exei upsos 65px diaforetika anaprosarmogi */
  left: 15px;
  right: auto;
  margin-top: 0;
  padding: 0;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 25px;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 40px;
}

p {
  margin-bottom: 20px;
}

.homepage main {
  padding-top: 0;
}

.innerpage main {
  padding-top: 100px;
}

.row--padding,
.columns,
.column {
  padding-left: 12px;
  padding-right: 12px;
}




.row--lg {
  max-width: 1744px;
}

.form-validation input {
  margin-top: 8px;
}

#submitform {
  margin-top: 10px;
  font-family: "Roboto", serif;
  font-weight: 600 !important;
  background-color: white;
  color: var(--secondary-color);
  border-radius: 1rem;
  font-size: var(--service-title);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#submitform:hover:not(:disabled) {
  outline: 1px solid white;
  background-color: var(--secondary-color);
  color: white;
}

.home-active li:first-of-type a {
  font-weight: 800;
  text-decoration: none;
}

ul.title-area #logo {
  display: inline-block;
}

.top-bar .name {
  height: initial;
}

.check-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;

  .politiki-aporritou,
  p {
    color: white;
    font-size: var(--phone-fs);
    line-height: 1.2;
  }

  input {
    margin: 1rem 0 0;
    width: 2rem;
    font-size: 2rem;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

#submitform:disabled {
  cursor: not-allowed;
}

/* Plain header links */
.top-bar-section li:not(.has-form) a:not(.button) {
  font-size: clamp(1.8rem, 1.042vw, var(--nav-fs));
  color: #fff;
  background-color: transparent;
  position: relative;
  display: inline-block;
  padding: 0;
  line-height: 45px;
}

/* Links with after element */
.top-bar-section li:not(.has-form) ul.dropdown a:not(.button)::after {
  display: none;
}

/* No Dropdown Arrow */
.top-bar-section .has-dropdown&gt;a {
  padding-right: 0 !important;
}

.top-bar-section .has-dropdown&gt;a:after {
  display: none;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
  padding: 0;
}

.top-bar-section ul li:hover:not(.has-form)&gt;a,
.top-bar-section .dropdown li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  color: #fff;
  background-color: transparent;
}

.top-bar-section .dropdown li:not(.has-form):hover&gt;a:not(.button) {
  color: #f58220;
  background-color: #fff;
}

.top-bar-section .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, 1.563vw, 3rem);
}

.top-bar-section .dropdown li:not(.has-form)&gt;a:not(.button),
.top-bar-section .dropdown li:not(.has-form):hover&gt;a:not(.button) {
  background: transparent;
}

.no-js .top-bar-section .has-dropdown:hover&gt;.dropdown {
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 1px 1px 0 rgba(208, 206, 206, 0.7);

}

.top-bar-section .dropdown li:not(.has-form)&gt;a:not(.button) {
  padding: 0 2rem;
}

.top-bar-section .center&gt;li .dropdown a::before {
  display: none;
}

.top-bar .title-area {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.top-bar-section {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: clamp(15px, 5.99vw, 11.5rem);
}

.top-bar-section .center&gt;li a {
  position: relative;
}

.top-bar-section .center&gt;li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  width: 0;
  background-color: var(--primary-color);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.top-bar-section .center&gt;li a:hover:before {
  width: 90%;
}

.top-bar-section .center&gt;li.active a::before {
  width: 90%;
}

.phone-contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-left: auto;
  gap: clamp(1rem, 2.083vw, 4rem);
}

.phone a,
.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(1rem, 1.302vw, 2.5rem);
}

.phone a {
  color: white;
  font-size: clamp(1.8rem, 1.25vw, var(--phone-fs));
}

.contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-us a {
  font-size: clamp(1.8rem, 1.042vw, var(--nav-fs));
  color: #fff;
  padding: clamp(1rem, 0.781vw, 1.5rem);
  background-color: var(--primary-color);
  border-radius: 24.5rem;
  line-height: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.contact-us a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* ------- HERO ------- */
#slider_1 {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

#slider_1::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../img/slider-symbol.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: clamp(150px, 20vw, 384px);
  height: clamp(80px, 8.854vw, 170px);
  z-index: 1;
}

#slider_1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/logo-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(200px, 22.344vw, 429px);
  height: clamp(50px, 8.75vw, 168px);
  z-index: 1;
}

#slider_1 .slick-slide {
  position: relative;
}

#slider_1 .sliderCaption {
  position: absolute;
  top: 16.5rem;
  right: 0;
  padding: 1.5rem 20rem 1.5rem 9rem;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(225, 27, 34, 0)),
      to(rgba(225, 27, 34, 1)));
  background: -o-linear-gradient(left,
      rgba(225, 27, 34, 0) 0%,
      rgba(225, 27, 34, 1) 100%);
  background: linear-gradient(90deg,
      rgba(225, 27, 34, 0) 0%,
      rgba(225, 27, 34, 1) 100%);
  color: white;
  font-weight: 700;
  font-size: var(--caption-fs);
}

#slider_1 .sliderCaption span {
  width: 42.5rem;
  display: block;
  line-height: 1.1;
}

#slider_1 {
  position: relative;
}

#slider_1 .slick-dots {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3.5rem;
}

#slider_1 .slick-dots li {
  list-style-type: none;
}

#slider_1 .slick-dots button {
  font-size: 0;
  background-color: white;
  margin: 0;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

#slider_1 .slick-dots li:not(.slick-active) {
  -webkit-filter: opacity(0.6);
  filter: opacity(0.6);
}

.slick-slider {
  margin-bottom: 0;
}

/* ------- SERVICES ------- */

.innerpage .services-outer-container {
  margin-top: unset;
}

.services-outer-container {
  margin-top: var(--upper-distance);
}

.services-outer-container h2 {
  color: #222;
  font-size: var(--services-title);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 7.5rem;
}

.services-outer-container&gt;p {
  font-size: var(--services-txt);
  font-weight: 700;
  margin: 0 auto 12.5rem;
  max-width: 69rem;
  text-align: center;
  line-height: 1.2;
}

.innerpage-proionta.services-products-container {
  max-width: 168.5rem;
}

.services-products-container {
  max-width: 158.5rem;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 15rem;
}

.homepage .services-products-container {
  max-width: 158.5rem;
}

.text-area textarea {
  font-size: 1.8rem;
  color: white;
  background-color: transparent;
  border: unset;
  border-bottom: 2px solid white;
}

.text-area textarea::-webkit-input-placeholder {
  color: white;
}

.text-area textarea::-moz-placeholder {
  color: white;
}

.text-area textarea:-ms-input-placeholder {
  color: white;
}

.text-area textarea::-ms-input-placeholder {
  color: white;
}

.text-area textarea::placeholder {
  color: white;
}

/* .service::after {
  content: "";
  position: absolute;
  left: 0%;
  top: -40%;
  transform: translate(-50%, -50%);
  background: linear-gradient(45deg, var(--secondary-color) 0%, var(--secondary-color) 100%);
  width: 380px;
  height: 340px;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  z-index: -1;
  animation: morph 8s ease-in-out infinite;
  display: none;
} */

/* @keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(0deg);
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    transform: rotate(180deg);
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(0deg);
  }
} */

.homepage .forInnerpage {
  display: none;
}

.service::after {
  content: "";
  background-image: url("../img/vector-image.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 390px;
  height: 381px;
  position: absolute;
  top: 39%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: -1;
  /* animation: morph .6s ease-in-out 1; */
  display: none;
}

@-webkit-keyframes morph {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-50%, -50%) rotate(4deg);
    transform: translate(-50%, -50%) rotate(4deg);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-4deg);
    transform: translate(-50%, -50%) rotate(-4deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes morph {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-50%, -50%) rotate(4deg);
    transform: translate(-50%, -50%) rotate(4deg);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-4deg);
    transform: translate(-50%, -50%) rotate(-4deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

.service:hover:after {
  display: block;
}

.service {
  max-width: 41rem;
  width: 100%;
  border-left: 1px solid black;
  position: relative;
}

.service * {
  color: black;
  margin: 0;
  font-size: 16px;
}

.service:hover p {
  color: #fff;
}

.service .title p {
  font-size: var(--service-title);
  font-weight: 700;
  margin-top: 1rem;
}

.service:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.service&gt;div {
  max-width: 32.5rem;
  margin: 0 auto;
}

/* ABOUT */
.about-us-outer-container {
  margin: 30rem auto 0;
  position: relative;
  padding-top: 2rem;
  max-width: 192rem;
}

.category__img img,
.main__image img {
  width: 100%;
  filter: brightness(0.8);
}

.main__image {
  position: relative;
}

.main__image.article__image span {
  padding-left: 340px;
  max-width: 1020px;
}

.main__image span {
  position: absolute;
  bottom: 4rem;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  height: fit-content;
  font-weight: 700;
  text-align: right;
  padding-right: 4rem;
  font-size: var(--services-title);
  animation: movingTitle 1s ease-in-out 1 forwards;
  width: fit-content;
  padding-left: 460px;
  line-height: 1.4;
  display: block;
  background: linear-gradient(90deg,
      rgba(225, 27, 34, 0.2) 0%,
      rgba(225, 27, 34, 1) 100%);
}

@keyframes movingTitle {
  0% {
    left: -100vw;
  }

  100% {
    left: 0;
  }
}

.about-us-outer-container::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 99.5rem;
  width: clamp(50rem, 67.708vw, 130rem);
  background-color: var(--secondary-color);
  z-index: -1;
  border-bottom-left-radius: 4rem;
  border-top-left-radius: 4rem;
}

.about-us-outer-container::after {
  content: "";
  background-image: url("../img/about-us-symbol.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(200px, 16.719vw, 321px);
  height: clamp(300px, 32.396vw, 622px);
  bottom: -22rem;
  right: 0;
  position: absolute;
}

.about-us-outer-container&gt;div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(5rem, 6.771vw, 13rem);
  width: clamp(50rem, 90.104vw, 173rem);
}

.about-us-txt-container {
  max-width: clamp(40rem, 32.813vw, 63rem);
  margin-right: auto;
  padding-right: 1rem;
}

.about-us-txt-container a {
  font-size: var(--about-us-txt);
  color: white;
  position: relative;
}

.about-us-txt-container a::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
  width: 68%;
  height: 2px;
}

.about-us-txt-container&gt;p {
  margin: 5rem 0 0 0;
}

.about-us-txt {
  text-align: justify;
  font-size: var(--about-us-txt);
  color: #fff;
  line-height: 1.2;
}

.about-us-txt ul {
  margin: 5.5rem 0 0;
}

.images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, 1.823vw, 3.5rem);
}

.images-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.images-container&gt;div:first-of-type img {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.images-container&gt;div:last-of-type img {
  border-radius: 1.5rem;
}

.our-company {
  color: white;
  font-size: var(--services-title);
  font-weight: 700;
  margin-top: 5.5rem;
}

.about-us-txt ul {
  list-style-type: none;
}

.about-us-txt li {
  font-size: var(--about-us-txt);
  color: #fff;
  text-align: justify;
  list-style-position: inside;
  position: relative;
  line-height: 1.2;
  margin-bottom: 3.5rem;
}

.about-us-txt li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 1rem;
  border-radius: 50%;
}

.about-us-txt ul li {
  text-indent: 20px;
}

/* homepage contact */
.contact-outer-container {
  position: relative;
  z-index: 1;
}

.contact-outer-container::before {
  content: "";
  background-color: var(--secondary-color);
  width: 100%;
  height: 11rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.contact-outer-container&gt;div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(2rem, 2.865vw, 5.5rem);
  margin-top: 18rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-image h3 {
  font-size: var(--services-title);
  font-weight: 700;
  line-height: 1.2;
  max-width: 71rem;
  margin-top: 4.5rem;
  margin-left: clamp(2rem, 10.417vw, 20rem);
}

.contact-image&gt;div {
  border: 10px solid white;
  border-radius: 3.2rem;
  border-bottom-left-radius: unset;
  border-top-left-radius: unset;
}

.contact-image&gt;div img {
  border-radius: 2rem;
  border-bottom-left-radius: unset;
  border-top-left-radius: unset;
}

.contact-form.interest-form select:focus-visible {
  outline: none;
}

.contact-form.interest-form .captcha {
  margin: auto;
}

p.final-price {
  display: none;
}

.contact-form.interest-form select {
  font-size: var(--about-us-txt);
  background: var(--secondary-color);
  height: auto;
  border: none;
  border-bottom: 2px solid white;
  /* padding-bottom: 3rem; */
  padding-left: 0;
  color: white;
}

.contact-form {
  background-color: var(--secondary-color);
  padding: 4rem 2.5rem 1.5rem;
  border-radius: 2.4rem;
  max-width: 57rem;
  width: 100%;
  border: 10px solid white;
}

.contact-form.interest-form {
  max-width: 100%;
}

#interest-form p {
  font-size: var(--about-us-txt);
  color: white;
}

#contact form&gt;p {
  color: white;
  font-weight: 700;
  font-size: var(--form-title-fs);
  text-align: center;
}

#contact form input {
  font-size: var(--about-us-txt);
  background-color: transparent;
  border: unset;
  border-bottom: 2px solid white;
  padding-left: 0;
  padding-top: 2rem;
  padding-bottom: 3rem;
  color: #fff;
}

#contact form&gt;div {
  margin-bottom: 4.5rem;
}

#contact form input:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

#contact form small {
  font-size: 1.6rem;
}

#contact form input::-webkit-input-placeholder {
  color: white;
}

#contact form input::-moz-placeholder {
  color: white;
}

#contact form input:-ms-input-placeholder {
  color: white;
}

#contact form input::-ms-input-placeholder {
  color: white;
}

#contact form input::placeholder {
  color: white;
}

#contact form label {
  font-size: var(--service-title);
  color: white;
}

#messageType {
  background-color: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: unset;
  border-bottom: 2px solid white;
  color: white;
  font-size: var(--about-us-txt);
  height: 6rem;
  padding: 0;

  option {
    color: black;
  }
}

.captcha {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#messageType:focus {
  outline: unset;
}

/* OUR NEWS */
.our-news-outer-container {
  background-color: var(--secondary-color);
}

.our-news-outer-container&gt;div {
  padding-top: var(--upper-distance);
  position: relative;
  z-index: 1;
}

.our-news-outer-container&gt;div::before {
  content: "";
  background-image: url("../img/news-bg-left-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(120px, calc(17.188vw / 1.1), calc(330px / 1.1));
  height: clamp(800px, calc(53.906vw / 1.1), calc(1035px / 1.1));

  /* width: clamp(120px, 17.188vw, 330px); */
  /* height: clamp(800px, 53.906vw, 1035px); */
  position: absolute;
  bottom: -22rem;
  left: 0;
  z-index: 0;
}

.blog-outer-container&gt;div::before {
  display: none;
}

.blog-outer-container .news {
  margin-right: unset;
  margin-left: 3rem;
}

.blog-outer-container .news-container {
  margin-left: unset;
  margin-right: auto;
  padding-left: unset;
  padding-right: 1rem;
  padding-left: 1rem;
  margin: auto;
  width: clamp(300px, 100vw, 173.5rem);
}

.blog-outer-container .news-container .slick-dots {
  left: unset;
  right: 1rem;
}

.contact-outer-container&gt;div {
  position: relative;
}

.contact-outer-container&gt;div::after {
  content: "";
  background-image: url("../img/news-background-image-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(150px, 20.052vw, 385px);
  height: clamp(500px, 42.188vw, 810px);
  position: absolute;
  bottom: -470px;
  right: 0;
  z-index: -1;
}

.news-title a,
.news-title {
  font-size: var(--services-title);
  color: white;
  font-weight: 700;
  text-align: center;
}

.news-container {
  width: clamp(300px, 77.865vw, 149.5rem);
  margin-left: auto;
  padding-top: 4rem;
  padding-left: 1rem;
}

.news {
  width: clamp(50rem, 28.594vw, 54.9rem);
  margin-right: 3rem;
}

.news figure {
  margin: 0 0 1.5rem;
  position: relative;
}

.news figure::before {
  content: "";
  background-image: url("../img/news-top-left-image.png");
  width: 104px;
  height: 182px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.news figure:hover:before {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}

.news figure:hover:after {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}

.news figure::after {
  content: "";
  background-image: url("../img/news-bottom-right-image.png");
  width: 145px;
  height: 249px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.news-container .slick-dots li:focus-visible a,
.news-container .slick-dots li:focus-visible,
.news-container .slick-dots li:focus a,
.news-container .slick-dots li:focus {
  outline: unset;
}

.news&gt;div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
}

.news .read-more {
  padding-bottom: 6px;
}

.news&gt;div * {
  color: white;
  font-size: var(--news-desc);
}

.news article a,
.news article {
  line-height: 1.2;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.news h4 a,
.news h4 {
  font-size: var(--news-title);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.time-container time {
  font-size: var(--caption-fs);
  font-weight: 700;
}

.time-container time:first-of-type {
  font-weight: 400;
  font-size: 11px;
  margin-bottom: 7px;
  display: block;
}

.news&gt;div&gt;div:last-of-type {
  position: relative;
}

.news&gt;div&gt;div:last-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  height: 16rem;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.648);
}

.read-more {
  margin-top: 2rem;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.read-more&gt;a {
  position: relative;
}

.read-more&gt;a::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 65%;
  height: 2px;
  background-color: white;
}

.innerpage .news .read-more&gt;a::before {
  background-color: var(--secondary-color);
}

.news:hover .read-more {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}

.news-container .slick-dots {
  margin: 0;
  position: absolute;
  top: 0;
  left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;

  button {
    background-color: white;
    padding: 1px 5rem;
    border: unset;
    font-size: 0;
    margin: 0;
  }

  button:focus-visible {
    outline: unset;
  }
}

.news-container .slick-dots li:not(.slick-active) button {
  -webkit-filter: opacity(0.6);
  filter: opacity(0.6);
}

/* CUSTOMERS */
.customers-outer-container {
  padding-top: var(--upper-distance);
  /* margin-bottom: var(--upper-distance); */
  background-color: var(--secondary-color);
}

.customers-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  max-width: 154rem;
  padding: 3rem 2rem;
  margin: 0 auto;
  background-color: white;
  border-radius: 5rem;
  z-index: 2;
  position: relative;
  column-gap: 8rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}

.customers-title.news-title {
  margin-bottom: 10rem;
  color: #fff;
}

/* ------- STATIC PAGE ------- */

.static-page__title {
  text-align: center;
  font-size: 32px;
}

.static-page__content p {
  line-height: 28px;
}

.innerpage .site-header {
  background-color: white;
}

/* ------- CATEGORY PAGE ------- */
.category-page__content {
  font-size: var(--service-title);
  max-width: 100rem;
  padding: 0 1rem;
  margin: 0 auto 5rem;
}

.category-page__content * {
  font-size: var(--service-title);
}

/* ------- FOOTER ------- */

.site-footer {
  background-color: var(--secondary-color);
  padding-top: var(--upper-distance);
  padding-bottom: 4rem;
}

.site-footer&gt;div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 154rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.footer-logo {
  margin-bottom: 9rem;
}

.politiki-aporritou a {
  color: white;
  text-decoration: underline;
}

.static-page__content a {
  color: var(--secondary-color);
  font-weight: 700;
}

.category__img {
  margin-bottom: var(--upper-distance);
}

.footer-menu-container a:hover,
.footer-menu-container a:focus,
.footer-menu-container * {
  color: white;
  font-size: var(--about-us-txt);
}

.footer-menu-container li {
  list-style-type: none;
  line-height: 1;
  margin-bottom: 1rem;
}

.footer-menu-container ul {
  margin: 0;
}

.footer-menu-container ul.center li:nth-of-type(3)&gt;a {
  font-size: 0;
  display: none;
}

.footer-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 117.5rem;
  margin: 0 auto;
  width: 100%;
}

.working-hours {
  max-width: 325px;
  margin-right: auto;
}

.footer-information {
  max-width: 275px;
  margin-left: auto;
}

.footer-information&gt;div a:first-of-type {
  line-height: 1.2;
}

.footer-information&gt;div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.footer-menu-container h5 {
  font-size: var(--footer-titles-fs);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.site-footer&gt;div&gt;div:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: var(--about-us-txt);
  margin-top: 2rem;
}

.site-footer&gt;div&gt;div:last-of-type .site-footer__copyrights a,
.site-footer&gt;div&gt;div:last-of-type .site-footer__copyrights {
  color: #fff;
  font-size: var(--about-us-txt);
}

/* innerpage */

.innerpage .services-products-container {
  list-style-type: none;
  padding-bottom: 20rem;
  margin-top: 10rem;
}

.innerpage .site-header #navbar .top-bar-section .center li a {
  color: #000;
  text-align: center;
}

.site-header #navbar .top-bar-section .center li a {
  text-align: center;
}

.innerpage .site-header .phone a {
  color: #000;
}

.innerpage .site-header .phone img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.innerpage-contact-container {
  padding: 0 1rem;
}

.innerpage-contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  max-width: 154rem;
  margin: 0 auto var(--upper-distance);

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

.static-page__content,
.main__image {
  margin-bottom: var(--upper-distance);
}

.breadcrumbs {
  margin-left: 3px;
}

.breadcrumbs *,
.breadcrumbs&gt;.current {
  font-size: 1.8rem;
}

.breadcrumbs img {
  position: relative;
  top: -2px;
}

.breadcrumbs a:not(.current):hover,
.breadcrumbs a:hover i {
  color: var(--secondary-color);
}

.static-page__content * {
  font-size: var(--news-title);
}

.pagination {
  margin: 2rem 0 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.pagination li.current a,
ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
  background: var(--primary-color);
}

ul.pagination li a {
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
}

ul.pagination li:hover a,
ul.pagination li a:focus {
  background: var(--orange-color);
  color: var(--secondary-color);
}

.innerpage .news-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  list-style-type: none;
  width: 100%;
  max-width: unset;
  column-gap: 1rem;
  row-gap: 3rem;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: var(--upper-distance) 1rem;
}

.innerpage .news-container .news h4 a,
.innerpage .news-container .news&gt;div *,
.innerpage .news-container .news .read-more {
  color: var(--secondary-color);
}

.innerpage .news-container .news&gt;div&gt;div:last-of-type::before {
  background-color: var(--secondary-color);
}

.innerpage .news-container .news figure::before {
  background-image: url("../img/news-top-left-image-white.png");
}

.innerpage .news-container .news figure::after {
  background-image: url("../img/news-bottom-right-image-white.png");
}

.alert-box {
  font-size: 18px;
  text-align: center;
}

.static-page__content h1 {
  font-weight: 700;
  color: #e11b22;
  margin-bottom: 20px;
  font-size: 38px;
}

.software-choice {
  box-shadow: -3px 5px 10px rgb(0 0 0 / 20%);
  background-color: #f8fcff;
  padding: 3rem;
  border-radius: 1rem;
  height: inherit;
  display: flex;
  flex-direction: column;
}

.software-choice&gt;p:first-of-type strong {
  font-weight: 700;
  color: var(--primary-color);
  font-size: var(--footer-titles-fs);
  margin-bottom: 1.5rem;
  text-align: center;
  display: block;
  text-wrap: balance;
}

.innerpage-programmata .software-choice&gt;a {
  margin-top: auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
  width: 100%;
  text-align: center;
}

.innerpage-programmata .category-page__content&gt;h1 {
  font-size: var(--caption-fs);
  color: var(--primary-color);
  font-weight: 700;
}

.innerpage-programmata h2 {
  margin: 3rem 0;
  font-size: calc(var(--services-txt) - .5rem);

  * {
    font-size: calc(var(--services-txt) - .5rem);
  }
}
.category-page__content h1 {
    font-size: var(--caption-fs);
    color: var(--primary-color);
    font-weight: 700;
}

@media screen and (max-width: 1600px) {
  :root {
    --caption-fs: 3rem;
    --about-us-txt: 2.2rem;
    --services-title: 3.6rem;
  }

  .top-bar-section .dropdown li {
    margin-top: 1rem;
  }

  .title-area {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .site-header #navbar .top-bar-section .center li a {
    line-height: 1.4;
  }

  .top-bar-section {
    /* -webkit-box-ordinal-group: 4; */
    /* -ms-flex-order: 3; */
    /* order: 3; */
    width: fit-content;
  }

  #slider_1 {
    margin-top: 10rem;
  }

  .top-bar-section .center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-bar-section {
    margin: 0 auto;
  }

  .top-bar {
    max-width: unset;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button) {
    line-height: 3.5rem;
  }

  .contact-us a {
    line-height: 1.6;
  }

  #slider_1 .sliderCaption {
    top: 12rem;
    padding: 1.5rem 2rem 1.5rem 6rem;
  }

  .contact-form {
    max-width: 47rem;
    padding: 4rem 2.5rem 0;
  }

  .contact-outer-container&gt;div {
    gap: 2rem;
  }

  .customers-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .customer {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: center;
  }

  .news {
    width: clamp(47rem, 28.594vw, 54.9rem);
  }

  .news-container {
    width: clamp(300px, 82.865vw, 149.5rem);
  }

  .contact-outer-container&gt;div::after {
    bottom: -30rem;
  }

  #slider_1::after {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .phone span {
    display: none;
  }

  .contact-outer-container&gt;div {
    margin-top: 8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-image&gt;div {
    border-color: var(--secondary-color);
    border-radius: 3.2rem;
  }

  .contact-image&gt;div img {
    border-radius: 2.2rem;
  }

  .contact-form {
    max-width: 68rem;
    padding: 4rem 4.5rem 0;
  }

  .contact-image h3 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .contact-outer-container&gt;div::after {
    bottom: -20rem;
  }

  .contact-image&gt;div {
    margin: 0 auto;
    max-width: 67rem;
  }

  .about-us-outer-container&gt;div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about-us-txt-container {
    margin: 0 auto;
  }

  .about-us-outer-container&gt;div {
    margin: 0 auto;
  }

  .about-us-outer-container::before {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    top: 0;
    width: 100%;
    border-radius: unset;
  }

  .about-us-txt-container {
    max-width: 55rem;
  }

  .images-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .images-container&gt;div:first-of-type img {
    border-radius: 1.5rem;
  }

  .about-us-outer-container {
    margin-top: 15rem;
  }

  .news .read-more {
    -webkit-filter: opacity(1);
    filter: opacity(1);
  }

  .news-container .slick-dots {
    button {
      padding: 1px 4rem;
    }
  }

  .about-us-outer-container::after {
    display: none;
  }

  .innerpage-contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .innerpage-contact-container iframe {
    max-width: 68rem;
    width: 100vw;
    padding: 0 1rem;
    margin: 0 auto;
    height: 60rem;
  }

  .main__image.article__image span,
  .main__image span {
    position: static;
    animation: unset;
    text-align: center;
    color: #000;
    width: fit-content;
    margin: 5rem auto 0;
    background: unset;
    padding: unset;
  }

  .main__image {
    margin-bottom: 0;
  }

  .customer img {
    width: 200px;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --caption-fs: 2rem;
  }

  [class*="block-grid-"] {
    max-width: 660px;
    /* Ξ±Ξ»Ξ»Ξ±Ξ³Ξ� Ξ±Ξ½Ξ¬Ξ»ΞΏΞ³Ξ± ΞΌΞ΅ ΟΞΏ ΞΌΞ­Ξ³Ξ΅ΞΈΞΏΟ ΟΞΏΟ thumb */
    margin: auto;
  }

  .news figure::after,
  .news figure::before {
    display: none;
  }

  .service {
    border: unset;
  }

  .services-products-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #slider_1 .sliderCaption {
    top: 9rem;
    padding: 1.5rem 1rem 1.5rem 3rem;
  }

  .footer-menu-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .working-hours {
    text-align: center;
    margin: 0 auto;
  }

  .footer-menu {
    text-align: center;
    margin: 5rem 0;
  }

  .footer-information {
    margin: 0 auto;
    text-align: center;
  }

  .news-container {
    width: 100%;
  }

  .our-news-outer-container&gt;div::before {
    display: none;
  }

  .contact-us {
    display: none;
  }

  .site-header .phone img {
    width: 3rem;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  :root {
    --upper-distance: 5rem;
    --services-txt: 2.2rem;
    --services-title: 2.2rem;
    --news-title: 2rem;
    --about-us-txt: 1.8rem;
    --phone-fs: 2rem;
    --form-title-fs: 2.8rem;
  }

  .top-bar-section {
    width: 100%;
  }

  .top-bar-section .has-dropdown&gt;.dropdown {
    left: 100% !important;
    transform: unset !important;
  }

  .top-bar-section .center li {
    width: 100%;
  }

  .st_linkedin_hcount {
    display: none;
  }

  [class*="block-grid-"] {
    max-width: 330px;
    /* Ξ±Ξ»Ξ»Ξ±Ξ³Ξ� Ξ±Ξ½Ξ¬Ξ»ΞΏΞ³Ξ± ΞΌΞ΅ ΟΞΏ ΞΌΞ­Ξ³Ξ΅ΞΈΞΏΟ ΟΞΏΟ thumb */
    margin: auto;
  }

  .breadcrumbs *,
  .breadcrumbs&gt;.current {
    font-size: 15px;
  }

  .top-bar-section {
    float: none !important;
  }

  .top-bar .toggle-topbar.menu-icon a {
    color: #000000;
    margin-top: 10px;
  }

  .top-bar .toggle-topbar.menu-icon a {
    position: relative;
    width: 2.4rem;
    padding-right: 0;
    height: auto;
  }

  /* .top-bar .toggle-topbar.menu-icon a::after {
    box-shadow: 0 10px 0 1px #000000, 0 16px 0 1px #000000, 0 22px 0 1px #000000;
  } */

  .top-bar .toggle-topbar.menu-icon a::after {
    display: none !important;
  }

  .top-bar .toggle-topbar.menu-icon a span {
    display: block;
    width: 100%;
    border-radius: 3px;
    height: 0.3rem;
    background: var(--secondary);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
  }

  .top-bar .toggle-topbar.menu-icon a span+span {
    margin-top: 0.3rem;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(1) {
    -webkit-animation: ease 0.7s top forwards;
    animation: ease 0.7s top forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(1) {
    -webkit-animation: ease 0.7s top-2 forwards;
    animation: ease 0.7s top-2 forwards;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(2) {
    -webkit-animation: ease 0.7s scaled forwards;
    animation: ease 0.7s scaled forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(2) {
    -webkit-animation: ease 0.7s scaled-2 forwards;
    animation: ease 0.7s scaled-2 forwards;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(3) {
    -webkit-animation: ease 0.7s bottom forwards;
    animation: ease 0.7s bottom forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(3) {
    -webkit-animation: ease 0.7s bottom-2 forwards;
    animation: ease 0.7s bottom-2 forwards;
  }

  @-webkit-keyframes top {
    0% {
      top: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }

  @keyframes top {
    0% {
      top: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }

  @-webkit-keyframes top-2 {
    0% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      top: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @keyframes top-2 {
    0% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      top: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @-webkit-keyframes bottom {
    0% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }

  @keyframes bottom {
    0% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }

  @-webkit-keyframes bottom-2 {
    0% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }

    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }

  @keyframes bottom-2 {
    0% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }

    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }

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

    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }

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

    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }

  @-webkit-keyframes scaled-2 {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes scaled-2 {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .top-bar.expanded .title-area {
    background: #ffffff;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    text-align: center;
  }

  .top-bar {
    height: 65px;
  }

  ul.dropdown {
    background: transparent !important;
  }

  .services-outer-container h2 {
    margin-bottom: 4rem;
  }

  .services-outer-container&gt;p {
    margin: 0 auto 4.5rem;
  }

  .contact-outer-container&gt;div::after {
    display: none;
  }

  .contact-image {
    padding: 0 1rem;
  }

  .customers-title.news-title {
    margin-bottom: 3rem;
  }

  .customers-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-container .slick-dots {
    button {
      padding: 1px 3rem;
    }
  }

  .top-bar {
    flex-direction: column;
  }

  .phone-contact-container {
    margin: 0;
  }

  .news-container .slick-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .news-container .slick-dots {
    button {
      padding: 1rem;
      border-radius: 50%;
    }
  }

  .innerpage main {
    padding-top: 6.6rem;
  }

  .service:hover:after {
    display: none;
  }

  .service:hover img {
    -webkit-filter: invert(0);
    filter: invert(0);
  }

  .service:hover p {
    color: black;
  }

  .services-products-container {
    row-gap: 5rem;
  }

  .about-us-txt-container,
  .services-outer-container&gt;p {
    padding: 0 1rem;
  }

  .contact-form {
    padding: 4rem 1rem 0;
  }

  .site-footer&gt;div&gt;div:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4rem;
    gap: 2rem;
  }

  .customer {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 25rem;
  }

  .news {
    width: 100vw;
  }

  .about-us-outer-container&gt;div {
    width: 100%;
  }

  .our-company {
    margin-top: 2.5rem;
  }

  .contact-image h3 {
    margin-top: 0;
  }

  .news-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .news&gt;div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .time-container time:first-of-type {
    font-size: 12px;
  }

  #slider_1::after,
  #slider_1::before {
    display: none;
  }

  #slider_1 .sliderCaption span {
    width: 100%;
    padding: 0 1rem;
  }

  #slider_1 .sliderCaption {
    padding: 2rem 0 0;
    color: white;
    background: unset;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 0px 0px 10px black;
  }

  #slider_1 .slick-slide {
    img {
      filter: brightness(0.7);
      height: 100%;
      height: 30rem;
      -o-object-fit: cover;
      object-fit: cover;
    }
  }

  #slider_1 .slick-dots {
    bottom: 2rem;
  }

  .service * {
    text-align: center;
  }

  .about-us-outer-container {
    margin-top: 5rem;
  }

  .about-us-txt-container&gt;p,
  .our-company {
    text-align: center;
  }

  .news&gt;div {
    position: relative;
  }

  .time-container {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .news-container {
    padding-left: 0;
    padding-right: 0;
  }

  .news,
  .news-container .slick-initialized .slick-slide {
    padding: 0 1rem;
  }

  .news-container .read-more {
    margin-top: 4rem;
  }

  .news&gt;div&gt;div:last-of-type::before {
    display: none;
  }

  .contact-us {
    display: none;
  }

  .top-bar-section .center {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 3rem;
  }

  .top-bar-section .center li {
    margin: 0 auto;

    width: fit-content;
    padding: 0.5rem 0;
  }

  .top-bar .toggle-topbar.menu-icon a span {
    background: black;
  }

  .top-bar {
    padding-top: 1rem;
  }

  .site-header.scrolled .phone img {
    width: 2rem;
    height: auto;
  }

  .top-bar .toggle-topbar.menu-icon a {
    margin: 0;
  }

  .top-bar .toggle-topbar.menu-icon {
    left: unset;
    right: 0;
  }

  .top-bar {
    position: relative;
  }

  .phone-contact-container {
    position: absolute;
    top: 25px;
    right: 5rem;
    z-index: 1;
  }

  .top-bar .title-area {
    width: 100%;
  }

  #slider_1 {
    margin-top: 66px;
  }

  .customers-title.news-title {
    padding: 0 1rem;
  }

  .customer img {
    width: 150px;
  }

  .news {
    margin-right: 0;
  }

  .news figure img {
    width: 100%;
  }

  .news&gt;div {
    flex-direction: column;
  }

  .news&gt;div .time-container {
    position: relative;
  }

  .news&gt;div {
    gap: 1rem;
  }

  .news h4 a,
  .news h4 {
    margin-bottom: 1rem;
  }

  .news-container .read-more {
    margin-top: 1rem;
  }

  .inline-list.socialLinks {
    justify-content: flex-start;
  }

  .news&gt;div .time-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 0.5rem;
  }

  .time-container time:first-of-type {
    margin-bottom: 0;
    font-weight: 700;
  }

  .innerpage .news {
    padding: 0;
  }

  .time-container time,
  .time-container time:first-of-type {
    font-size: 1.6rem;
    font-weight: 700;
  }

  .footer-logo {
    margin-bottom: 2.5rem;
  }

  .footer-menu {
    margin: 2rem 0;
  }

  .category-page__content li,
  .category-page__content p,
  .static-page__content p,
  .static-page__content li,
  .static-page__content * {
    font-size: 1.6rem;
  }

  .category-page__content {
    margin-bottom: 2rem;
  }

  .top-bar {
    padding-top: 0;
    display: block;
  }

  .top-bar .title-area {
    height: 6.5rem;
    display: flex;
    align-items: center;
  }

  .top-bar .toggle-topbar.menu-icon {
    top: 2.7rem;
  }

  .top-bar-section .center {
    margin-top: 0;
  }

  .static-page__content h1 {
    font-size: 22px;
  }
}

.row .inline-list.socialLinks i {
  font-size: 4rem;
  color: var(--secondary-color);
}

@media screen and (max-width: 400px) {
  #slider_1 .slick-dots {
    bottom: 2rem;
  }
}

.packages {
  max-width: 152rem;
  margin: auto;
  padding-bottom: 5rem;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 3rem;
  display: flex;
}




.packages&gt;div {
  padding: 0 1rem;

  position: relative;
}

.packages&gt;div&gt;div&gt;.is-popular {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  background-color: var(--primary-color);
  color: #fff;
  transform: translateX(-50%);
  font-size: 1.6rem;
  display: block;
  padding: 1rem;
}

.packages&gt;div&gt;div {
  box-shadow: -3px 5px 10px rgb(0 0 0 / 20%);
  background-color: #f8fcff;
  padding: 3rem;
  border-radius: 1rem;
  height: 100%;
}

.packages&gt;div&gt;div h2 {
  text-align: center;
  font-weight: 700;
  color: var(--primary-color);
  font-size: 4.8rem;
  margin-bottom: 1.5rem;
}

.packages&gt;div&gt;div h2+span {
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
  display: block;
}

.packages&gt;div&gt;div p,
.packages&gt;div&gt;div li {
  font-size: 1.8rem;
  color: #131313;
}

.quota {
  padding: 1rem;
  background-color: var(--primary-color);
  color: #fff;
  width: 100%;
  font-size: 1.8rem;
  display: block;
  text-align: center;
  border-radius: 0.5rem;
}

.quota:hover {
  color: #fff;
}

.packages&gt;div&gt;div ul {
  margin-left: 2rem;
}

.packages&gt;div&gt;div h2+span+p {
  text-align: center;
  font-size: 1.8rem;
  color: #131313;
  margin-bottom: 1rem;
  margin-top: 1rem;
}</pre></body></html>