/*
Theme Name: JMJBordados
Theme URI: http://blisq.pt
Author: blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blisq
Text Domain: blisq
*/

@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");

::selection {
  background-color: #CACBCC;
  color: #191919;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Lexend", sans-serif;
  position: relative;
  overflow-x: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table caption {
  font-size: 14px;
  margin-bottom: 20px;
  color: #5A5858;
  font-weight: 300;
}

address {
  font-style: normal;
}

td,
th {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 144.9%;
  padding: 20px;
}

.common-content td:first-child {
  padding-left: 0;
}

.common-content td:last-child {
  padding-right: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.common-content li,
.article-content li,
p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 144.9%;
}

p>a {
  color: inherit;
  text-decoration: underline;
  font-weight: 400;
}

h2 {
  color: #000;
  font-size: clamp(17px, 1.8vw, 30px);
  font-style: normal;
  font-weight: 500;
  line-height: 124.869%;
}

h3 {
  color: #000;
  font-size: clamp(16px, 1.8vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 124.869%;
}

h4 {
  color: #000;
  font-size: clamp(16px, 1.8vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

blockquote {
  background-color: #FAFBFC;
  padding: 15px 25px;
}

.events-none {
  pointer-events: none;
}

.primary-button {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  padding: 8px 24px;
  border-radius: 3px;
  border: 1px solid #000;
  position: relative;
  overflow: hidden;
  display: block;
  background-color: transparent;
  width: fit-content;
  cursor: pointer;
}

.primary-button.white {
  color: #fff;
  border: 1px solid #fff;
}

.primary-button.white-to-black:hover {
  color: #000;
}

.primary-button.black {
  background-color: #000;
  color: #fff;
}

.primary-button span {
  z-index: 1;
  position: relative;
}

.primary-button::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 103%;
  height: 100%;
  width: 100%;
  background-color: #d9d9d9;
  transition: all 0.2s;
}

.primary-button.black:hover {
  color: #000;
}

.primary-button.black::after {
  background-color: #fff;
}

.primary-button:hover::after {
  top: 0;
}

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

.video-button {
  position: absolute;
  bottom: 34px;
  right: 48px;
  cursor: pointer;
  background-color: transparent;
  cursor: pointer;
}

.secondary-text {
  color: #5a5858;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 42px;
}

.about .secondary-text {
  position: relative;
  z-index: 1;
}

.about {
  display: flex;
  align-items: center;
  position: relative;
  perspective: 1500px;
  overflow: hidden;
  padding: 0 5%;
}

.about .text-wrapper {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.about-word {
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(to top, #000 100%, #000 100%) no-repeat;
  background-size: 0% 100%;
  background-position: 0% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0.24);
  -webkit-text-fill-color: rgba(0, 0, 0, 0.24);
}

.about .primary-button {
  margin: 35px auto 0 auto;
}

.about-img {
  position: absolute;
  transform-origin: center center;
  will-change: transform, opacity;
}

/* Containers */

.container {
  max-width: 1516px;
  margin: 0 auto;
}

.container-secondary {
  max-width: 1489px;
  margin: 0 auto;
}

.container-sm {
  max-width: 900px;
  margin: 0 auto;
}

/* Header */

header {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 0 5%;
}

header .container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 60px;
}

header .header-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header-navigation a {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.header-navigation a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #000;
  height: 1px;
  transition: all 0.8s;
}

.header-navigation .current-menu-item a::after,
.header-navigation a:hover::after {
  width: 100%;
}

.menu-top,
.menu-top-right {
  display: flex;
  gap: 40px;
}

.menu-top-right a {
  text-transform: uppercase;
}

/* Footer */

footer {
  background-color: #000;
  padding: 120px 5% 23px 5%;
  min-height: 100vh;
}

footer a,
footer .main-span {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  position: relative;
}

footer a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  display: block;
  transition: all .8s;
}

footer a:hover::after {
  width: 100%;
}

footer .mini-span {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 207.143%;
  white-space: nowrap;
}

.footer-logo::after {
  display: none;
}

.footer-logo-links {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.menu-footer,
.footer-links>div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-main-content {
  display: grid;
  grid-template-columns: 22% 1fr;
  gap: 16%;
}

.group {
  display: flex;
  gap: 5px 10px;
  height: fit-content;
  flex-wrap: wrap;
}

footer a.group-logo {
  height: fit-content;
  transition: all .2s;
}

footer a.group-logo:hover {
  scale: 1.1;
}

footer a.group-logo::after {
  display: none;
}

.footer-info-intro .title-wrapper {
  max-width: 748px;
  margin-bottom: 20px;
}

.footer-info-intro .title-wrapper p {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-info-intro>p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.869%;
}

.footer-info-intro {
  margin-bottom: 60px;
}

.footer-contacts {
  display: flex;
  gap: 53px;
}

footer .email {
  margin-top: 30px;
}

.footer-certifications .main-span {
  margin-bottom: 10px;
}

.footer-contacts span,
.footer-contacts a {
  display: block;
}

.facebook {
  width: 20px;
  height: 20px;
  background-image: url(assets/images/facebook.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

span.call-to-national {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  margin-top: 10px;
}

.footer-certifications {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.footer-certifications>img {
  height: 109px;
  width: fit-content;
  aspect-ratio: 1;
}

.footer-financing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 64px;
}

.footer-financing a::after {
  display: none;
}

.footer-financing img {
  width: 100%;
  object-fit: contain;
}

.footer-blisq {
  margin-top: 86px;
  display: flex;
  justify-content: flex-end;
}

.footer-bottom-content {
  position: relative;
  margin-top: -50px;
}

/* Banner */

.banner {
  min-height: 100svh;
  padding: 316px 5% 200px 5%;
  background-color: #fafbfc;
  position: relative;
}

.banner .left-shape,
.banner .right-shape {
  position: absolute;
  height: 100%;
}

.banner .left-shape svg,
.banner .right-shape svg {
  height: 100%;
  width: 100%;
}

.banner .left-shape::before,
.banner .right-shape::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fafbfc;
  bottom: 0;
  animation: backgroundMove 2s ease-in forwards;
  animation-delay: 2.5s;
}

@keyframes backgroundMove {
  from {
    height: 100%;
  }

  to {
    height: 0;
  }
}

.banner .left-shape {
  left: 71px;
  top: 0;
}

.banner .right-shape {
  right: 0;
  top: 0;
}

.banner h1 {
  color: #000;
  text-align: center;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 92.5%;
}

.banner h1 .word {
  display: inline-block;
  overflow: hidden;
}

.banner h1 .word>span {
  display: inline-block;
  transform: translateY(100%);
  animation: wordUp 0.6s ease forwards;
}

/* atraso progressivo */
.banner h1 .word:nth-child(1)>span {
  animation-delay: 0s;
}

.banner h1 .word:nth-child(2)>span {
  animation-delay: 0.5s;
}

.banner h1 .word:nth-child(3)>span {
  animation-delay: 1s;
}

.banner h1 .word:nth-child(4)>span {
  animation-delay: 1.5s;
}

.banner h1 .word:nth-child(5)>span {
  animation-delay: 2s;
}

@keyframes wordUp {
  to {
    transform: translateY(0);
  }
}

.banner p {
  color: #8f9090;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  line-height: normal;
  overflow: hidden;
}

.banner p>span {
  display: inline-block;
  transform: translateY(100%);
  animation: paragraphUp 0.6s ease forwards;
}

.banner p:nth-child(1)>span {
  animation-delay: 0.5s;
}

.banner p:nth-child(2)>span {
  animation-delay: 1.5s;
}

@keyframes paragraphUp {
  to {
    transform: translateY(0);
  }
}

.banner .title-wrapper {
  max-width: 1309px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.banner .primary-button {
  margin: 40px auto 0 auto;
  display: block;
  width: fit-content;
  opacity: 0;
  visibility: hidden;
  animation: 2s buttonAppear ease forwards;
  animation-delay: 2.5s;
}

@keyframes buttonAppear {
  to {
    opacity: 1;
    visibility: visible;
  }
}

.banner .scroll-animation {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}

.about .scroll-animation {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.scroll-animation svg>rect:nth-of-type(2) {
  transform-box: fill-box;
  transform-origin: center;
  animation: svgCircle 2s ease-in-out infinite;
}

@keyframes svgCircle {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.scroll-animation svg {
  animation: scrollIcon 2s ease-in-out infinite;
}

@keyframes scrollIcon {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.about {
  min-height: 100vh;
}

.services {
  position: relative;
}

.slider-counter {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.services-slider {
  height: 100vh;
}

.services-slider-secondary .slick-list,
.services-slider-secondary .slick-track,
.services-slider .slick-list,
.services-slider .slick-track {
  height: 100% !important;
}

.services-slider-secondary {
  aspect-ratio: 2 / 1;
  height: 100%;
  width: 100%;
}

.service-card {
  position: relative;
  background-color: #000;
}

.service-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #00000099 15%, transparent);
}

.services img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.service-card h2,
.service-card h3 {
  position: relative;
  z-index: 1;
}

.service-card-content {
  position: absolute;
  left: 0;
  bottom: 110px;
}

.service-card h2,
.total-posts {
  color: #e0e0e0;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

.service-card h3,
.service-card h2 {
  margin-bottom: 40px;
}

.service-card h3,
.actual-post {
  color: #fff;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

.slider-counter {
  display: flex;
  gap: 30px;
}

.slider-counter .counter {
  display: flex;
  flex-direction: column;
}

.total-posts {
  align-self: flex-end;
}

.slider-counter .prev,
.slider-counter .next {
  border: none;
  background: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 55px;
  position: relative;
  top: 30px;
  cursor: pointer;
}

.slider-counter .prev {
  background-image: url(assets/images/arrow-left.svg);
}

.slider-counter .next {
  background-image: url(assets/images/arrow-right.svg);
}

.news {
  padding: 120px 0 230px 0;
}

.news-secondary {
  background-color: #FAFBFC;
}

.news-slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding-top: 63px;
  position: relative;
  cursor: grab;
}

.news-slider.active {
  cursor: grabbing;
}

.news-slider::-webkit-scrollbar {
  display: none;
}

.news-secondary-header {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-card {
  flex: 0 0 438px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  top: 0;
  padding-top: 34px;
  position: relative;
  transition: all 0.2s;
}

.news-card:hover {
  padding-top: 0;
}

.service-item-title,
.news-card h2 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.869%;
  transition: all 0.5s;
}

.news-card p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 124.869%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.know-more {
  color: #5a5858;
  font-size: 14px;
  font-weight: 300;
  line-height: 207.143%;
  position: relative;
  display: block;
  width: fit-content;
}

.know-more::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all 0.6s;
}

.news-card:hover .know-more::after {
  width: 100%;
}

.published-date {
  color: #5a5858;
  font-size: 12px;
  font-weight: 300;
  line-height: 124.869%;
}

.intro-section {
  padding: 290px 5% 168px 5%;
  position: relative;
}

.intro-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/intro-lines.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
  pointer-events: none;
  z-index: -1;
}

.title-wrapper {
  max-width: 80%;
}

.title-lg {
  font-size: clamp(28px, 3.2vw, 60px);
  color: #000;
  font-weight: 400;
  line-height: 133%;
  text-wrap: balance;
}

.title-lg>span {
  display: inline-block;
  transform: translateY(25px);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.title-lg>span.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.intro-text {
  max-width: 900px;
  margin: 40px 0 0 auto;
}

.intro-text>p {
  color: #000;
  font-size: clamp(20px, 1.8vw, 30px);
  font-weight: 300;
  line-height: 144%;
}

.image-section,
.video-section {
  display: flex;
  position: relative;
}

.video-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0.49) 100%);
}

.image-section>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-content {
  aspect-ratio: 12 / 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-grid-section {
  padding: 168px 5% 157px 5%;
  position: relative;
}

.text-grid-section.with-line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/highlighted-line.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  z-index: -1;
}

.text-grid {
  display: grid;
  grid-template-columns: 41% 1fr;
  gap: 10%;
}

.text-content>p {
  margin-bottom: 20px;
}

.text-content-highlighted>p {
  color: #000;
  font-size: clamp(20px, 1.8vw, 30px);
  font-weight: 400;
  line-height: 144%;
}

.values-section {
  border-top: 1px solid #CACBCC;
  margin: 35px 0 150px 0;
  padding: 0 5%;
}

.values-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8%;
}

.values-item {
  padding: 80px 0 40px 0;
  display: flex;
  justify-content: center;
  position: relative;
}

.values-item::after {
  content: '';
  position: absolute;
  right: -60px;
  bottom: 0;
  height: calc(100% + 34px);
  width: 1px;
  background-color: #CACBCC;
  display: block;
}

.values-item:last-child::after {
  display: none;
}

h1,
.values-item-title {
  color: #000;
  font-size: clamp(22px, 1.8vw, 30px);
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 20px;
}

h1 {
  margin-bottom: 0;
}

.cta-section {
  margin: 100px 0 160px 0;
  padding: 0 5%;
}

.cta-background {
  min-height: 340px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cta-background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.54) 100%);
}

.cta-content {
  max-width: 615px;
  position: relative;
  z-index: 1;
  margin-right: 18%;
}

.cta-title {
  color: #FFF;
  font-size: clamp(26px, 2.5vw, 40px);
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}

.intro-block {
  padding: 290px 0 68px 0;
  max-width: 1054px;
}

.intro-block>p,
.intro-block-text {
  color: #000;
  font-size: clamp(20px, 1.6vw, 30px);
  font-weight: 300;
  line-height: 144%;
}

.intro-block.intro-block-md {
  max-width: 900px;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px;
}

.d-flex {
  display: flex;
}

.blog-section,
.services-section {
  background-image: url(assets/images/intro-lines.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 0 5% 220px 5%;
}

.main-items {
  counter-reset: item-counter;
}

.service-item {
  transition: all .5s;
}

.service-item:hover {
  transform: translateY(-26px);
}

.service-item:hover .service-item-title {
  color: #CACBCC;
}

.item-image,
.service-item-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.item-image-wrap {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-item-content {
  position: relative;
  display: flex;
  margin-top: 12px;
  gap: 32px;
}

.item-content p,
.item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-title {
  font-size: clamp(17px, 1.5vw, 30px);
}

.item-content p {
  margin: 20px 0;
}

.service-item-content::before {
  counter-increment: item-counter;
  content: counter(item-counter, decimal-leading-zero);
  color: #CACBCC;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.869%;
}

.btn-know-more {
  color: #727373;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  position: relative;
  transition: all 0.5s;
}

.btn-know-more::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  display: block;
  transition: all 0.5s;
  background-color: #5A5858;
}

.btn-know-more.secondary,
.service-item:hover .btn-know-more {
  color: #5A5858;
  margin-top: auto;
}

.btn-know-more.secondary {
  width: fit-content;
  padding-bottom: 5px;
}

.blog-item:hover .btn-know-more::before,
.service-item:hover .btn-know-more::before {
  width: 100%;
}

.title-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 65px;
}

.services-others {
  background-color: #FAFBFC;
  padding: 100px 5%;
  counter-reset: item-counter;
}

.service-section {
  padding: 0 5% 60px 5%;
}

.title-sm {
  color: #5A5858;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.common-section {
  padding: 290px 5% 165px 5%;
  position: relative;
  background-image: url(assets/images/intro-lines.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.common-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url(assets/images/intro-lines-left.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top left;
  z-index: -1;
}

.common-content>* {
  margin-bottom: 20px;
}

.common-content>table {
  display: block;
  overflow-x: auto;
}

.common-content>ul {
  list-style: disc;
  padding-left: 25px;
}

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

.content-404 {
  max-width: 872px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(assets/images/404.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.content-404-margin {
  padding: 95px 0 30px 0;
  max-width: 683px;
}

.title-lg-margin {
  margin: 20px 0 60px 0;
  display: block;
  text-align: center;
}

.text-lg,
.title-404 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.869%;
}

.buttons-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 60px;
}

.item-date {
  color: #5A5858;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
  margin: 20px 0;
  display: block;
}

.blog-item {
  background: #FFF;
  padding: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all .2s;
}

.blog-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: block;
  z-index: -1;
}

.blog-item:hover::before {
  transform: translateY(30px);
}

.blog-item:hover {
  box-shadow: 0 30px 24px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(-30px);
}

.blog {
  background-color: #FAFBFC;
}

.item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.article {
  padding: 200px 0 100px 0;
}

.article-thumbnail {
  background-color: #FAFBFC;
}

.article-wrapper {
  padding-top: 100px;
}

.article-thumbnail-image {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.article-meta {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.article-category {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 144%;
  background: #000;
  padding: 4px;
}

.share-button,
.article-meta-text {
  color: #5A5858;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
}

.article-content>* {
  margin-bottom: 20px;
}

.article-content ul {
  list-style-type: disc;
  padding-left: 20px;
}

.article-content ol {
  padding-left: 20px;
}

.article-share {
  border-top: 1px solid #CACBCC;
  padding-top: 20px;
}

.article-share-media {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}

.article-content .article-share-media {
  list-style: none;
  padding: 0;
}

.share-button {
  font-weight: 600;
  transition: all .2s;
}

.share-button:hover {
  color: #000;
}

.form-groups {
  display: flex;
  gap: 25px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.form-label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
}

.form-control {
  border: 1px solid #CACBCC;
  height: 46px;
  padding: 15px;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  width: 100%;
}

.form-control.error {
  border-color: #DC3545;
}

.fw-normal {
  font-weight: 300;
}

.form-text {
  border: 1px solid #CACBCC;
  resize: none;
  height: 150px;
  padding: 15px;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  font-weight: 300;
  font-family: 'Lexend', sans-serif;
}

.form-text.error {
  border-color: #DC3545;
}

.form-checkbox {
  display: flex;
  align-items: center;
  gap: 5px 20px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.input-checkbox {
  appearance: none;
  aspect-ratio: 1;
  width: 20px;
  border: 1px solid #CACBCC;
}

.input-checkbox:checked {
  background-color: #CACBCC;
}

.input-checkbox.error {
  border-color: #DC3545;
}

.label-sm {
  color: #5A5858;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
}

.label-sm>a {
  color: inherit;
  font-weight: 400;
}

.contact-section {
  padding: 0 5% 164px 5%;
  background-image: url(assets/images/intro-lines.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.contact-grid {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 0 12%;
}

#contact-form {
  grid-row: span 2;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 15%;
  row-gap: 20px;
  max-width: 558px;
  margin-top: 40px;
}

.contact-info-email {
  grid-row: 2;
}

.contact-info-address {
  grid-row: span 2;
}

.contact-info {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  display: block;
  margin-bottom: 5px;
}

.contact-info-text {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  transition: all .2s;
  display: block;
}

a.contact-info-text:hover {
  color: #5A5858;
}

.contact-cta {
  background-color: #F9FAFB;
  padding: 20px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-info-small {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}

.map-content {
  display: flex;
}

.map-image {
  width: 100%;
  height: auto;
}

.form-field-error {
  font-size: 12px;
  color: #DC3545;
  display: block;
  margin-bottom: 10px;
  flex: 1 0 100%;
}

.loading {
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: none;
}

.loading::before {
  content: '';
  width: 10px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(#000 0 0);
  background:
    var(--c) 0% 50%,
    var(--c) 50% 50%,
    var(--c) 100% 50%;
  background-size: 20% 100%;
  animation: l1 1s infinite linear;
  order: 1;
}

@keyframes l1 {
  0% {
    background-size: 20% 100%, 20% 100%, 20% 100%
  }

  33% {
    background-size: 20% 10%, 20% 100%, 20% 100%
  }

  50% {
    background-size: 20% 100%, 20% 10%, 20% 100%
  }

  66% {
    background-size: 20% 100%, 20% 100%, 20% 10%
  }

  100% {
    background-size: 20% 100%, 20% 100%, 20% 100%
  }
}

@media screen and (max-height: 800px) {
  .banner {
    padding: 215px 5% 100px 5%;
  }

  .banner .scroll-animation {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1921px) {
  .banner {
    display: flex;
    align-items: center;
  }

  .about-word {
    font-size: 45px;
  }
}

@media screen and (max-width: 1800px) {
  .banner h1 {
    font-size: 110px;
  }

  .banner .title-wrapper {
    max-width: 1256px;
  }

  .banner p {
    font-size: 28px;
  }

  .service-card h3,
  .actual-post {
    font-size: 95px;
  }
}

@media screen and (max-width: 1720px) {
  .banner h1 {
    font-size: 100px;
  }

  .banner .title-wrapper {
    max-width: 1140px;
  }

  .banner p {
    font-size: 26px;
  }

  .service-card h3,
  .actual-post {
    font-size: 90px;
  }

  .cta-section {
    margin: 100px 0 125px 0;
  }
}

@media screen and (max-width: 1680px) {
  .grid-3 {
    gap: 90px;
  }

  footer {
    padding: 90px 5% 20px 5%;
    min-height: fit-content;
  }

  .banner h1 {
    font-size: 95px;
  }

  .banner .title-wrapper {
    max-width: 1081px;
  }

  .banner p {
    font-size: 25px;
  }

  .service-card h3,
  .actual-post {
    font-size: 85px;
  }

  .slider-counter .prev,
  .slider-counter .next {
    top: 20px;
  }

  .news .container {
    margin: 0 5%;
  }

  .service-item-content::before,
  .service-item-title,
  .news-card h2 {
    font-size: 27px;
  }

  .news-card p {
    font-size: 17px;
  }

  .footer-logo {
    max-width: 225px;
    display: block;
  }

  .footer-logo img {
    width: 100%;
    object-fit: contain;
  }

  .footer-info-intro .title-wrapper p {
    font-size: 36px;
  }

  .footer-info-intro>p,
  footer a,
  footer .main-span {
    font-size: 19px;
  }

  .text-grid-section {
    padding: 150px 5%;
  }

  .values-section {
    margin: 0 0 80px 0;
  }

  .title-lg-margin {
    margin: 20px 0 40px 0;
  }

  .buttons-actions {
    margin-top: 40px;
  }

  .intro-block {
    padding: 250px 0 60px 0;
  }

  .common-section,
  .intro-section {
    padding: 250px 5% 150px 5%;
  }
}

@media screen and (max-width: 1540px) {
  .grid-3 {
    gap: 60px 80px;
  }

  td,
  th,
  .article-content li,
  .common-content li,
  p {
    font-size: 16px;
  }

  .cta-content {
    margin-right: 10%;
  }

  .text-grid-section {
    padding: 120px 10%;
  }

  .intro-block {
    padding: 220px 0 55px 0;
  }

  .common-section,
  .intro-section {
    padding: 220px 10% 150px 10%;
  }

  .banner h1 {
    font-size: 90px;
  }

  .banner .title-wrapper {
    max-width: 1024px;
    margin-bottom: 30px;
  }

  .service-card h3,
  .actual-post {
    font-size: 80px;
  }

  .service-card h3,
  .service-card h2 {
    margin-bottom: 30px;
  }

  .service-item-content::before,
  .service-item-title,
  .news-card h2 {
    font-size: 25px;
  }

  .news-slider {
    padding-top: 50px;
  }

  .footer-info-intro>p,
  footer a,
  footer .main-span {
    font-size: 18px;
  }

  .footer-main-content {
    gap: 10%;
  }

  .footer-info-intro .title-wrapper p {
    font-size: 35px;
  }

  .footer-info-intro .title-wrapper {
    max-width: 730px;
  }

  .footer-logo {
    max-width: 195px;
  }

  .about-word {
    font-size: 35px;
  }

  .secondary-text {
    margin-bottom: 30px;
  }

  .text-grid-section.with-line::before {
    opacity: 0.5;
  }

  .cta-section {
    margin: 100px 0;
  }

  .values-item::after {
    right: -50px;
  }

  .values-item {
    padding: 60px 0 40px 0;
  }

  .footer-certifications>img {
    height: 85px;
  }
}

@media screen and (max-width: 1440px) {
  .banner h1 {
    font-size: 85px;
  }

  .banner .title-wrapper {
    max-width: 967px;
  }

  .banner p {
    font-size: 24px;
  }

  .service-card h3,
  .actual-post {
    font-size: 75px;
  }

  .slider-counter .prev,
  .slider-counter .next {
    width: 23px;
    height: 39px;
  }

  .slider-counter {
    gap: 25px;
  }

  .service-item-content::before,
  .service-item-title,
  .news-card h2 {
    font-size: 23px;
  }

  .news-card p {
    font-size: 16px;
  }

  .news {
    padding: 100px 0 150px 0;
  }

  .news-card {
    flex: 0 0 410px;
  }

  .footer-info-intro .title-wrapper p {
    font-size: 30px;
  }

  .footer-info-intro {
    margin-bottom: 35px;
  }

  .footer-info-intro .title-wrapper {
    max-width: 627px;
  }

  .footer-blisq {
    margin-top: 50px;
  }

  .footer-contacts {
    gap: 35px;
  }

  .about-word {
    font-size: 30px;
  }

  .service-item-content {
    gap: 15px;
  }

  .article-wrapper {
    padding-top: 65px;
  }

  .contact-info-text {
    font-size: 18px;
  }

  .form-control {
    height: 40px;
    font-size: 16px;
  }

  .form-text {
    font-size: 16px;
  }

  .blog-section,
  .services-section {
    padding: 0 10% 200px 10%
  }

  .service-section {
    padding: 0 10% 60px 10%;
  }

  .contact-section {
    padding: 0 10% 150px 10%;
  }

  .services-others {
    padding: 60px 10%;
  }

  .item-date,
  .item-content p {
    margin: 12px 0;
  }
}

@media screen and (max-width: 1376px) {
  .grid-3 {
    gap: 45px 60px;
  }

  .form-control,
  .form-text {
    font-size: 14px;
  }

  .common-section,
  .intro-section {
    padding: 200px 10% 135px 10%;
  }

  .intro-block {
    padding: 200px 0 50px 0;
  }

  .cta-content {
    margin-right: 0;
  }

  .cta-background {
    min-height: 290px;
  }

  .text-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8%;
  }

  .text-grid-section {
    padding: 100px 5%;
  }

  .banner h1 {
    font-size: 80px;
  }

  .banner .title-wrapper {
    max-width: 911px;
  }

  .banner p {
    font-size: 23px;
  }

  .custom-logo-link {
    max-width: 110px;
    display: block;
  }

  .custom-logo-link img {
    width: 100%;
    object-fit: contain;
  }

  .menu-top,
  .menu-top-right {
    gap: 35px;
  }

  .service-card h3,
  .actual-post {
    font-size: 70px;
  }

  .service-item-content::before,
  .service-item-title,
  .news-card h2 {
    font-size: 22px;
  }

  .news-card {
    flex: 0 0 385px;
  }

  .footer-main-content {
    gap: 45px;
    grid-template-columns: 26% 1fr;
  }

  .footer-logo {
    max-width: 165px;
  }

  .footer-info-intro>p,
  footer a,
  footer .main-span {
    font-size: 16px;
  }

  .secondary-text {
    font-size: 19px;
  }

  .cta-section {
    margin: 75px 0;
  }

  .common-section::before {
    opacity: 0.4;
  }

  .text-lg {
    font-size: 18px;
  }

  .title-lg-margin {
    margin: 20px 0;
  }

  .buttons-actions {
    margin-top: 30px;
  }

  article .container-sm {
    padding: 0 5%;
  }

  .article {
    padding: 170 0 55px 0;
  }

  .contact-grid {
    gap: 0 8%;
  }

  .footer-blisq {
    margin-top: 45px;
  }

  span.call-to-national {
    font-size: 10px;
  }
}

@media screen and (max-width: 1280px) {
  .banner h1 {
    font-size: 55px;
    text-wrap: balance;
  }

  .banner .title-wrapper {
    max-width: 854px;
  }

  .banner .right-shape {
    right: -30px;
  }

  .banner .left-shape {
    left: 30px;
  }

  .banner p {
    font-size: 22px;
  }

  .service-card h3,
  .actual-post {
    font-size: 65px;
  }

  .slider-counter .prev,
  .slider-counter .next {
    top: 15px;
    width: 21px;
    height: 35px;
  }

  .news-card {
    flex: 0 0 355px;
  }

  .footer-logo {
    max-width: 150px;
  }

  .footer-bottom-content {
    margin-top: 0;
  }

  .footer-certifications img {
    height: 70px;
  }

  .footer-info-intro .title-wrapper p {
    font-size: 24px;
    text-wrap: balance;
  }

  .about-word {
    font-size: 28px;
  }

  .about .text-wrapper {
    max-width: 885px;
  }

  .values-item::after {
    right: -40px;
  }

  .article-wrapper {
    padding-top: 35px;
  }

  .contact-info-text {
    font-size: 16px;
  }

  .contact-grid {
    grid-template-columns: 45% 1fr;
  }

  .contact-info-grid {
    column-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
    max-width: 100%;
  }

  .contact-info-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1180px) {
  .cta-content {
    max-width: 530px;
  }

  .banner h1 {
    font-size: 70px;
  }

  .banner .title-wrapper {
    max-width: 795px;
  }

  .banner p {
    font-size: 21px;
  }

  .menu-top {
    gap: 30px;
  }

  .menu-top,
  .menu-top-right {
    gap: 20px;
  }

  header .container {
    gap: 30px;
  }

  .banner {
    padding: 220px 5% 100px 5%;
  }

  .service-card h3,
  .service-card h2 {
    margin-bottom: 20px;
  }

  .service-card h3,
  .actual-post {
    font-size: 60px;
  }

  .service-card h2,
  .total-posts {
    font-size: 18px;
  }

  .service-item-content::before,
  .service-item-title,
  .news-card h2 {
    font-size: 21px;
  }

  .news-card {
    flex: 0 0 385px;
  }

  .footer-contacts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-contacts .group {
    grid-area: 2 / 2 / 3 / 4;
    justify-self: flex-end;
  }

  .footer-bottom-content {
    margin-top: 30px;
  }

  .secondary-text {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .cta-section {
    margin: 60px 0;
  }

  .values-item {
    padding: 40px 0;
  }
}

@media screen and (max-width: 1024px) {
  html.no-overflow {
    overflow: hidden;
  }

  header .container {
    justify-content: space-between;
  }

  .menu-toggle {
    cursor: pointer;
    display: block;
    z-index: 2;
  }

  .menu-toggle span {
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
    margin: 10px 0;
    transition: 0.4s ease-in-out all;
  }

  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 0 0;
    background: #fff
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 0 0;
    background: #fff;
  }

  .menu-top {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .header-navigation .menu-top a::after {
    height: 3px;
    background-color: #fff;
  }

  .header-navigation .menu-top-right a::after {
    background-color: #fff;
  }

  .common-section,
  .intro-section {
    padding: 200px 5% 120px 5%;
  }

  td,
  th,
  .article-content li,
  .common-content li,
  p {
    font-size: 15px;
  }

  .common-content td,
  .common-content th {
    padding: 8px;
  }

  .text-grid-section {
    padding: 75px 5%;
  }

  header .header-navigation {
    position: fixed;
    width: 100vw;
    height: 100dvh;
    margin: 0;
    right: -100vw;
    top: 0;
    background: linear-gradient(297.12deg, rgb(0 0 0 / 60%) 50%, rgb(0 0 0 / 60%) 65%);
    backdrop-filter: blur(5px);
    transition: 0.6s ease-in-out all;
    flex-direction: column;
    text-align: center;
  }

  .menu-toggle.active~.header-navigation {
    right: 0;
  }

  .header-navigation a {
    color: #fff;
  }

  .header-navigation .menu-top a {
    font-size: 6vw;
    line-height: 1;
  }

  .menu-top-right {
    padding: 50px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #191919;
    row-gap: 10px;
    flex-wrap: wrap;
  }

  .banner {
    display: flex;
    align-items: center;
  }

  .banner h1 {
    font-size: 65px;
  }

  .banner .title-wrapper {
    max-width: 736px;
  }

  .banner p {
    font-size: 20px;
  }

  .slider-counter .prev,
  .slider-counter .next {
    top: 12px;
  }

  .service-card-content {
    bottom: 80px;
  }

  .news {
    padding: 100px 0;
  }

  .news-card p {
    font-size: 15px;
  }

  .footer-main-content {
    grid-template-columns: 28% 1fr;
  }

  .footer-info-intro>p,
  footer a,
  footer .main-span {
    font-size: 15px;
  }

  .footer-info-intro .title-wrapper {
    max-width: 578px;
  }

  .footer-logo {
    max-width: 130px;
  }

  footer {
    padding: 55px 5%;
    min-height: auto;
  }

  .footer-info-intro {
    margin-bottom: 30px;
  }

  .footer-financing {
    grid-template-columns: repeat(2, 1fr);
    max-width: 90%;
  }

  .footer-blisq {
    margin-top: -24px;
  }

  .footer-certifications img {
    height: 65px;
  }

  .footer-contacts {
    gap: 25px;
  }

  .about .text-wrapper {
    max-width: 832px;
  }

  .grid-3 {
    gap: 40px;
  }

  .content-404-margin {
    max-width: 528px;
    padding: 30px 0;
  }

  .contact-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 45px;
  }

  .blog-section,
  .services-section {
    padding: 0 5% 200px 5%;
  }

  .service-section {
    padding: 0 5% 60px 5%;
  }

  .services-others {
    padding: 60px 5%;
  }

  .contact-section {
    padding: 0 5% 150px 5%;
  }

  .about-word {
    font-size: 5vw;
  }
}

@media screen and (max-width: 1024px) and (max-height: 768px) {
  .header-navigation .menu-top a {
    font-size: 30px;
  }

  .menu-top-right {
    padding: 30px 0;
  }

  .about-word {
    font-size: 26px;
  }
}

@media screen and (max-width: 926px) {
  .banner h1 {
    font-size: 63px;
  }

  .banner .title-wrapper {
    max-width: 712px;
  }

  .service-card h3,
  .actual-post {
    font-size: 55px;
  }

  .footer-main-content {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .footer-logo-links {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-info-intro {
    margin-bottom: 25px;
  }

  .menu-footer {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .menu-footer a {
    font-size: 12px;
  }

  .footer-links {
    grid-column: span 3;
  }

  .footer-financing {
    margin-top: 50px;
  }

  .footer-contacts .details {
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .footer-contacts .group {
    grid-area: auto;
    justify-self: self-start;
    grid-column: span 2;
  }

  .footer-certifications {
    justify-content: flex-start;
  }

  .footer-certifications img {
    max-width: 70px;
  }

  .values-section {
    padding: 0 22%;
    border-bottom: 1px solid #CACBCC;
  }

  .values-items {
    grid-template-columns: 100%;
    gap: 0px;
  }

  .values-item::after {
    width: 85vw;
    right: auto;
    bottom: 0;
    height: 1px;
  }

  .values-item {
    padding: 40px;
    border-right: 1px solid #CACBCC;
    border-left: 1px solid #CACBCC;
  }
}

@media screen and (max-width: 850px) {
  .banner h1 {
    font-size: 60px;
  }

  .banner .title-wrapper {
    max-width: 679px;
    margin-bottom: 20px;
  }

  .service-card h3,
  .actual-post {
    font-size: 50px;
  }

  .slider-counter .prev,
  .slider-counter .next {
    width: 18px;
    height: 32px;
  }

  .news-card {
    flex: 0 0 335px;
  }

  .service-item-content::before,
  .service-item-title,
  .news-card h2 {
    font-size: 20px;
  }

  .cta-background {
    min-height: 245px;
    background-position: center;
  }

  .cta-content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
  }

  .cta-title {
    text-align: center;
  }

  .intro-section::before {
    opacity: 0.2;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3.grid-3-md {
    display: flex;
    overflow-x: scroll;
    width: 100vw;
    margin: 0 -5%;
    scrollbar-width: none;
  }

  .grid-3.grid-3-md::-webkit-scrollbar {
    display: none;
  }

  .title-sm {
    font-size: 18px;
  }

  .services-others {
    padding: 70px 5%;
  }

  .service-item {
    flex: 0 0 280px;
  }

  .grid-3.grid-3-md>.service-item:first-child {
    margin-left: 5%;
  }

  .grid-3.grid-3-md>.service-item:last-child {
    margin-right: 5%;
  }

  .contact-grid {
    grid-template-columns: 100%;
    row-gap: 30px;
  }

  .contact-info-grid {
    margin-top: 20px;
  }

  #contact-form {
    grid-row: auto;
    order: 1;
  }

  .contact-info-wrapper {
    order: 0;
  }

  .contact-cta {
    order: 2;
  }

  .contact-section {
    padding: 0 5% 80px 5%;
  }
}

@media screen and (max-width: 768px) {
  .common-section {
    background-image: none;
  }

  .common-section::before {
    opacity: 0.2;
  }

  .common-section,
  .intro-section {
    padding: 170px 5% 90px 5%;
  }

  .intro-block {
    padding: 170px 0 40px 0;
  }

  .text-grid {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .banner h1 {
    font-size: 55px;
  }

  .banner .title-wrapper {
    max-width: 622px;
  }

  .banner p {
    font-size: 19px;
  }

  .slider-counter {
    gap: 20px;
  }

  .service-card h3,
  .actual-post {
    font-size: 45px;
  }

  .slider-counter .prev,
  .slider-counter .next {
    top: 8px;
  }

  .news-card p {
    font-size: 14px;
  }

  .news-slider {
    padding-top: 30px;
  }

  .news {
    padding: 80px 0;
  }

  .text-grid-section.with-line::before {
    opacity: 0.2;
  }

  .text-grid-section {
    padding: 60px 15%;
  }

  .video-content {
    aspect-ratio: 16 / 9;
  }

  .video-button {
    bottom: 20px;
    right: 20px;
  }

  .header-navigation .menu-top a::after {
    height: 1px;
  }
}

@media screen and (max-width: 670px) {
  .title-wrapper {
    max-width: 100%;
  }

  .banner h1 {
    font-size: 50px;
  }

  .banner .title-wrapper {
    max-width: 562px;
  }

  .banner p {
    font-size: 18px;
    text-wrap: balance;
  }

  .banner .left-shape,
  .banner .right-shape {
    display: none;
  }

  .service-card h3,
  .actual-post {
    font-size: 40px;
  }

  .slider-counter .prev,
  .slider-counter .next {
    width: 15px;
    height: 27px;
  }

  .service-card h2,
  .total-posts {
    font-size: 16px;
  }

  .footer-financing {
    max-width: 100%;
  }

  .footer-info-intro .title-wrapper p {
    font-size: 22px;
  }

  footer a {
    font-size: 14px;
  }

  .footer-info-intro .title-wrapper {
    max-width: 542px;
  }

  .footer-blisq {
    margin-top: 20px;
  }

  .about-word {
    font-size: 6vw;
  }

  .values-section {
    padding: 0 5%;
  }

  .values-item::after {
    width: 100vw;
  }

  .values-section {
    margin: 0 0 60px 0;
  }

  .grid-3 {
    gap: 30px;
  }

  .btn-know-more {
    font-size: 12px;
  }

  .title-sm {
    font-size: 16px;
  }

  .map-content {
    height: 350px;
  }

  .map-image {
    object-fit: cover;
  }
}

@media screen and (max-width: 600px) {
  .text-grid-section {
    padding: 35px 5%;
  }

  header .container {
    align-items: flex-start;
  }

  .header-navigation a {
    font-size: 12px;
  }

  .footer-contacts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-links {
    grid-column: span 2;
  }
}

@media screen and (max-width: 570px) {
  .banner h1 {
    font-size: 45px;
  }

  .custom-logo-link {
    max-width: 95px;
  }

  .service-card-content {
    bottom: 50px;
  }

  .service-item-content::before,
  .service-item-title,
  .news-card h2 {
    font-size: 19px;
  }

  .news-card {
    gap: 15px;
  }

  footer {
    background-color: #000;
    padding: 50px 5% 23px 5%;
    min-height: auto;
  }

  .services-slider-secondary {
    aspect-ratio: 5 / 4;
  }

  .text-lg {
    font-size: 16px;
  }

  .content-404-margin {
    padding: 0;
  }

  .article {
    padding: 170px 0 25px 0;
  }
}

@media screen and (max-width: 460px) {
  .footer-blisq {
    margin-top: 50px;
  }

  .socials {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .footer-financing {
    gap: 20px;
    margin-top: 40px;
  }

  .footer-main-content {
    gap: 20px;
  }

  .footer-info-intro {
    margin-bottom: 20px;
  }

  .banner {
    padding: 180px 20px 100px 20px;
  }

  .banner h1 {
    font-size: 37px;
  }

  .primary-button {
    font-size: 13px;
  }

  .service-card h3,
  .actual-post {
    font-size: 35px;
  }

  .slider-counter .prev,
  .slider-counter .next {
    top: 6px;
  }

  .news-card {
    flex: 0 0 275px;
  }

  .service-item-content::before,
  .service-item-title,
  .news-card h2 {
    font-size: 17px;
  }

  .news {
    padding: 50px 0;
  }

  .footer-logo-links {
    flex-direction: column;
    gap: 40px;
  }

  .menu-footer,
  .footer-links>div {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer-info-intro>p,
  footer a,
  footer .main-span {
    font-size: 14px;
  }

  .footer-logo {
    max-width: 110px;
  }

  .secondary-text {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .grid-3 {
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 420px) {
  .menu-footer {
    flex-direction: column;
  }

  .menu-footer a {
    font-size: 14px;
  }

  .footer-contacts {
    display: grid;
    grid-template-columns: 100%
  }

  .footer-contacts .details{
    grid-row: auto;
    height: fit-content;
  }

  .footer-contacts .group,
  .footer-links{
    grid-column: auto;
  }
}

@media screen and (max-width: 375px) {
  .footer-logo {
    max-width: 95px;
  }

  .banner {
    padding: 180px 20px 50px 20px;
    align-items: flex-start;
  }

  .banner h1 {
    font-size: 33px;
  }

  .title-lg {
    font-size: 26px;
  }

  .header-navigation a {
    font-size: 10px;
  }

  .footer-certifications img {
    max-width: 55px;
  }

  .form-groups {
    flex-direction: column;
    gap: 0;
  }
}
