@import "../fonts/onest/stylesheet.css";
body {
  font-family: "Onest";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  height: 100%;
  margin: 0;
  padding: 0;
}

.wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #eef5ff;
}

header {
  margin: 1.5rem 0;
}
header .header-menu a {
  color: rgb(28, 28, 28);
  font-family: Onest;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
  text-decoration: none;
  margin-right: 3.75rem;
}
header .header-menu a:last-child {
  margin-right: 0;
}
header .header-menu a.active, header .header-menu a:hover {
  color: #0342a0;
}
header .telegram {
  margin-left: 4.25rem;
}

/* Anchor navigation in hero navbar */
.header-anchor-nav {
  display: flex;
  gap: .25rem;
  align-items: center;
}
.header-anchor-nav a {
  color: #fff;
  font-family: Onest;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  padding: 9px 16px;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s;
}
.header-anchor-nav a:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

/* Sticky navbar on scroll */
.navbar-placeholder {
  visibility: hidden;
}
.navbar-custom.sticky-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000 !important;
  background-color: var(--btn-blue) !important;
  background-image: url('../img/new/top-bg.png') !important;
  background-size: contain !important;
  background-position: center !important;
  background-blend-mode: screen !important;
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.navbar-custom.sticky-fixed .header-anchor-nav a {
  color: #fff;
}
.navbar-custom.sticky-fixed .header-anchor-nav a:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.banner {
  width: 100%;
  aspect-ratio: 1920/500;
  background: url(../img/redesign/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: grid;
  align-content: center;
}
.banner__title .name {
  color: rgb(255, 255, 255);
  font-family: Onest;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}
.banner__title .slogan {
  color: rgb(255, 255, 255);
  font-family: Onest;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}

footer {
  background: #0f49b0;
  padding: 3.125rem 0;
}
footer .content {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8rem;
  align-items: center;
}
footer .content .footer-menu a {
  color: rgb(255, 255, 255);
  font-family: Onest;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
  text-decoration: none;
  margin-right: 50px;
}
footer .content .footer-menu a:last-child {
  margin-right: 0;
}
footer .content .telegram {
  color: rgb(255, 255, 255);
  font-family: Onest;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
  text-decoration: none;
}

.map .content {
  position: relative;
}
.map .content .panel {
  border-radius: 30px;
  background: rgb(3, 66, 160);
  color: #fff;
  padding: 3rem 2.875rem;
  position: absolute;
  top: 100px;
  bottom: 100px;
  width: 420px;
}

.contact-grid {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
}
.contact-grid p {
  color: rgb(255, 255, 255);
  font-family: Onest;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.125;
  letter-spacing: 0%;
  text-align: left;
}
.contact-grid p a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.contact-grid p span {
  color: rgb(255, 255, 255);
  font-family: Onest;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0%;
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.25rem;
}

.usefullinks {
  padding: 5.375rem 0 10.625rem;
}
.usefullinks h3 {
  color: rgb(28, 28, 28);
  font-family: Onest;
  font-size: 54px;
  font-weight: 700;
  line-height: 69px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 4.375rem;
}
.usefullinks .usefull-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.usefullinks .usefull-grid a {
  text-decoration: none;
}
.usefullinks .usefull-grid a:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 30px;
}
.usefullinks .usefull-grid .panel-white {
  border-radius: 30px;
  background: rgb(255, 255, 255);
  padding: 60px 42px;
  height: 100%;
  align-content: center;
  text-align: center;
}

.hotlinks {
  padding: 8.75rem 0 8.25rem;
}
.hotlinks h3 {
  color: rgb(28, 28, 28);
  font-family: Onest;
  font-size: 54px;
  font-weight: 700;
  line-height: 69px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 4.375rem;
}
.hotlinks .hotlinks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.hotlinks .hotlinks-grid p {
  font-family: Onest;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 2rem;
}
.hotlinks .hotlinks-grid a {
  font-family: Onest;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0%;
  text-align: left;
  display: block;
  text-decoration: none;
  color: #0f49b0;
}
.hotlinks .hotlinks-grid .panel-white {
  border-radius: 30px;
  background: rgb(255, 255, 255);
  padding: 60px 42px;
  height: 100%;
  align-content: center;
  text-align: center;
}

.modalforms {
  padding: 8.4375rem 0;
}
.modalforms .forms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.modalforms .forms-grid .panel {
  padding: 2.375rem;
  border-radius: 30px;
  background: rgb(255, 255, 255);
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}
.modalforms .forms-grid .panel .icon {
  margin-bottom: 2rem;
}
.modalforms .forms-grid .panel .title {
  margin-bottom: 30px;
  color: rgb(28, 28, 28);
  font-family: Onest;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}
.modalforms .forms-grid .panel .description {
  color: rgb(0, 0, 0);
  font-family: Onest;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
}
.modalforms .forms-grid .panel .action {
  margin-top: 20px;
  text-align: center;
}

.carousel {
  padding: 100px 0 140px;
}
.carousel h3 {
  color: rgb(28, 28, 28);
  font-family: Onest;
  font-size: 54px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 70px;
}

.button {
  display: flex;
  border-radius: 100px;
  background: rgb(85, 153, 255);
  padding: 20px 100px 20px 100px;
  color: rgb(255, 255, 255);
  font-family: Onest;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.button:hover {
  background: #0342a0;
}

.container-offset {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5 + 18.75rem);
}


.glide__slide {
  max-width: 420px !important;
}

#projects .glide__slides {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
#projects .projects-title {
  padding-top: 3rem;
  padding-bottom: 0;
}
#projects .projects-title h3 {
  color: rgb(28, 28, 28);
  font-family: Onest;
  font-size: 54px;
  font-weight: 700;
  line-height: 69px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.overview__slide-content-text {
  background: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.overview__back {
  text-decoration: none;
}

.main-page__content-information-link {
  text-decoration: none;
}

.project-content {
  padding: 40px 0 40px;
}

.project-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.project-content-grid .content-ul {
  padding: 35px 45px;
  box-sizing: border-box;
  border-radius: 30px;
}
.project-content-grid .content-ul .ul-title {
  color: rgb(28, 28, 28);
  font-family: Onest;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 18px;
}
.project-content-grid .content-ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-content-grid .content-ul ul li {
  color: rgb(0, 0, 0);
  font-family: Onest;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
  position: relative;
  margin-bottom: 1rem;
  padding-left: 65px;
}
.project-content-grid .content-ul ul li:before {
  content: url(../img/resolve.svg);
  left: 0;
  position: absolute;
}
.project-content-grid .content-left {
  border: 2px solid rgb(158, 158, 158);
  background: rgb(237, 236, 236);
}
.project-content-grid .content-right {
  border: 2px solid rgb(0, 162, 142);
  background: rgb(223, 255, 240);
}
.project-content-grid .content-right .ul-title {
  color: rgb(0, 122, 107);
}
.project-content-grid .content-right ul li:before {
  content: url(../img/result.svg);
}

#views-exposed-form-measures-search-page .views-exposed-widgets {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 1rem;
  box-shadow: 0 20px 40px rgba(34, 110, 125, 0.15);
  padding: 1rem;
  background: #fff;
  row-gap: 0;
  border-radius: 10px;
  padding: 25px;
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background-color: #eef5ff;
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 1rem;
  }
  .navbar-collapse a {
    margin-bottom: 1rem;
  }
  #views-exposed-form-measures-search-page .views-exposed-widgets {
    display: grid;
    grid-template-columns: 1fr;
  }
  .project-content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .project-content-grid .content-ul {
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    border-radius: 1.25rem;
  }
  .project-content {
    padding: 1.5rem 0;
  }
  #projects .glide__slides {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #projects .projects-title {
    padding-top: 1.5rem;
  }
  #projects .projects-title h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 2rem;
    text-align: center;
  }
  .navbar-toggler {
    border: none;
  }
  .wrapper {
    max-width: 100%;
    width: 100%;
  }
  .main {
    max-width: 100%;
  }
  .map .content .panel {
    width: 100%;
    max-width: 100%;
    padding: 1.25rem;
    position: relative;
    top: inherit;
    bottom: inherit;
    margin: 1.5rem auto;
  }
  .map .content .panel .contact-grid p {
    font-size: 20px;
  }
  .map .content .panel .contact-grid p span {
    font-size: 22px;
  }
  header {
    max-width: 100%;
  }
  header .telegram {
    margin-left: 0;
    display: none;
  }
  .banner {
    aspect-ratio: 768/200;
    text-align: center;
  }
  .banner .banner__title .name {
    font-size: 2rem;
    text-align: center;
  }
  .banner .banner__title .slogan {
    font-size: 1rem;
    text-align: center;
  }
  .carousel {
    padding: 50px 0 70px;
    max-width: 100%;
  }
  .carousel .carousel-title-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .carousel h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 2rem;
    text-align: center;
  }
  .modalforms {
    max-width: 100%;
    padding: 3.5rem 0;
  }
  .modalforms h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 2rem;
    text-align: center;
  }
  .modalforms .forms-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .modalforms .forms-grid .panel {
    padding: 1.375rem;
  }
  .modalforms .forms-grid .panel .title {
    margin-bottom: 1rem;
    font-size: 26px;
    line-height: 26px;
  }
  .button {
    display: flex;
    border-radius: 50px;
    background: rgb(85, 153, 255);
    padding: 10px 50px 10px 50px;
    color: rgb(255, 255, 255);
    font-family: Onest;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
  }
  .hotlinks {
    max-width: 100%;
    padding: 3.5rem 0;
  }
  .hotlinks .hotlinks-grid {
    grid-template-columns: 1fr;
  }
  .hotlinks .hotlinks-grid .hotlink a {
    text-align: center;
    font-size: 26px;
  }
  .hotlinks .hotlinks-grid .hotlink p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .hotlinks h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 2rem;
    text-align: center;
  }
  .glide__arrows {
    margin-top: 3rem;
    text-align: center;
  }
  .projects-link {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .usefullinks {
    max-width: 100%;
    padding: 2.5rem 0 5.25rem;
  }
  .usefullinks .usefull-grid {
    grid-template-columns: 1fr;
  }
  .usefullinks .usefull-grid .panel-white {
    border-radius: 20px;
    background: rgb(255, 255, 255);
    padding: 30px 20px;
    height: 100%;
    align-content: center;
    text-align: center;
  }
  .usefullinks .usefull-grid .panel-white svg {
    max-width: calc(100% - 100px);
    text-align: center;
  }
  .usefullinks h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 2rem;
    text-align: center;
  }
  .container-offset {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  footer {
    max-width: 100%;
  }
  footer .content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: center;
    width: 50%;
    margin: auto;
  }
  footer .content .logo {
    text-align: left;
  }
  footer .content .footer-menu {
    margin-right: auto;
  }
  footer .content .footer-menu a {
    display: inline-block;
    width: 100%;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background-color: #eef5ff;
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 1rem;
  }
  .navbar-collapse a {
    margin-bottom: 1rem;
  }
  #views-exposed-form-measures-search-page .views-exposed-widgets {
    display: grid;
    grid-template-columns: 1fr;
  }
  .project-content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .project-content-grid .content-ul {
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    border-radius: 1.25rem;
  }
  .project-content {
    padding: 1.5rem 0;
  }
  #projects .glide__slides {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  #projects .projects-title {
    padding-top: 1.5rem;
  }
  #projects .projects-title h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 2rem;
    text-align: center;
  }
  .navbar-toggler {
    border: none;
  }
  .wrapper {
    max-width: 100%;
    width: 100%;
  }
  .main {
    max-width: 100%;
  }
  .map .content .panel {
    width: 100%;
    max-width: 100%;
    padding: 1.25rem;
    position: relative;
    top: inherit;
    bottom: inherit;
    margin: 1.5rem auto;
  }
  .map .content .panel .contact-grid p {
    font-size: 20px;
  }
  .map .content .panel .contact-grid p span {
    font-size: 22px;
  }
  header {
    max-width: 100%;
  }
  header .telegram {
    margin-left: 0;
    display: none;
  }
  .banner {
    aspect-ratio: 768/200;
    text-align: center;
  }
  .banner .banner__title .name {
    font-size: 3rem;
    text-align: center;
  }
  .banner .banner__title .slogan {
    font-size: 1.5rem;
    text-align: center;
  }
  .carousel {
    padding: 50px 0 70px;
    max-width: 100%;
  }
  .carousel .carousel-title-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .carousel h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 2rem;
    text-align: center;
  }
  .modalforms {
    max-width: 100%;
    padding: 3.5rem 0;
  }
  .modalforms h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 2rem;
    text-align: center;
  }
  .modalforms .forms-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .modalforms .forms-grid .panel {
    padding: 1.375rem;
  }
  .modalforms .forms-grid .panel .title {
    margin-bottom: 1rem;
    font-size: 26px;
    line-height: 26px;
  }
  .button {
    display: flex;
    border-radius: 50px;
    background: rgb(85, 153, 255);
    padding: 10px 50px 10px 50px;
    color: rgb(255, 255, 255);
    font-family: Onest;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
  }
  .hotlinks {
    max-width: 100%;
    padding: 3.5rem 0;
  }
  .hotlinks .hotlinks-grid {
    grid-template-columns: 1fr;
  }
  .hotlinks .hotlinks-grid .hotlink a {
    text-align: center;
    font-size: 26px;
  }
  .hotlinks .hotlinks-grid .hotlink p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .hotlinks h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 2rem;
    text-align: center;
  }
  .glide__arrows {
    margin-top: 3rem;
    text-align: center;
  }
  .projects-link {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .usefullinks {
    max-width: 100%;
    padding: 2.5rem 0 5.25rem;
  }
  .usefullinks .usefull-grid {
    grid-template-columns: 1fr 1fr;
  }
  .usefullinks .usefull-grid .panel-white {
    border-radius: 20px;
    background: rgb(255, 255, 255);
    padding: 30px 20px;
    height: 100%;
    align-content: center;
    text-align: center;
  }
  .usefullinks .usefull-grid .panel-white svg {
    max-width: 200px;
    text-align: center;
  }
  .usefullinks h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 2rem;
    text-align: center;
  }
  .container-offset {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  footer {
    max-width: 100%;
  }
  footer .content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: center;
    width: 50%;
    margin: auto;
  }
  footer .content .logo {
    text-align: left;
  }
  footer .content .footer-menu {
    margin-right: auto;
  }
  footer .content .footer-menu a {
    display: inline-block;
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1000px) {
  #views-exposed-form-measures-search-page .views-exposed-widgets {
    display: grid;
    grid-template-columns: 1fr;
  }
  .project-content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .project-content-grid .content-ul {
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    border-radius: 1.25rem;
  }
  .project-content {
    padding: 1.5rem 0;
  }
  #projects .glide__slides {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  #projects .projects-title {
    padding-top: 1.5rem;
  }
  #projects .projects-title h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 2rem;
    text-align: center;
  }
  .navbar-toggler {
    border: none;
  }
  .wrapper {
    max-width: 100%;
    width: 100%;
  }
  .main {
    max-width: 100%;
  }
  .map .content .panel {
    width: 100%;
    max-width: 100%;
    padding: 1.25rem;
    position: relative;
    top: inherit;
    bottom: inherit;
    margin: 1.5rem auto;
  }
  .map .content .panel .contact-grid p {
    font-size: 20px;
  }
  .map .content .panel .contact-grid p span {
    font-size: 22px;
  }
  header {
    max-width: 100%;
  }
  header .telegram {
    margin-left: 0;
    display: none;
  }
  .banner {
    aspect-ratio: 768/200;
    text-align: center;
  }
  .banner .banner__title .name {
    font-size: 3rem;
    text-align: center;
  }
  .banner .banner__title .slogan {
    font-size: 1.5rem;
    text-align: center;
  }
  .carousel {
    padding: 50px 0 70px;
    max-width: 100%;
  }
  .carousel .carousel-title-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .carousel h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 2rem;
    text-align: center;
  }
  .modalforms {
    max-width: 100%;
    padding: 3.5rem 0;
  }
  .modalforms h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 2rem;
    text-align: center;
  }
  .modalforms .forms-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .modalforms .forms-grid .panel {
    padding: 1.375rem;
  }
  .modalforms .forms-grid .panel .title {
    margin-bottom: 1rem;
    font-size: 26px;
    line-height: 26px;
  }
  .button {
    display: flex;
    border-radius: 50px;
    background: rgb(85, 153, 255);
    padding: 10px 50px 10px 50px;
    color: rgb(255, 255, 255);
    font-family: Onest;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
  }
  .hotlinks {
    max-width: 100%;
    padding: 3.5rem 0;
  }
  .hotlinks .hotlinks-grid {
    grid-template-columns: 1fr;
  }
  .hotlinks .hotlinks-grid .hotlink a {
    text-align: center;
    font-size: 26px;
  }
  .hotlinks .hotlinks-grid .hotlink p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .hotlinks h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 2rem;
    text-align: center;
  }
  .glide__arrows {
    margin-top: 3rem;
    text-align: center;
  }
  .projects-link {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .usefullinks {
    max-width: 100%;
    padding: 2.5rem 0 5.25rem;
  }
  .usefullinks .usefull-grid {
    grid-template-columns: 1fr 1fr;
  }
  .usefullinks .usefull-grid .panel-white {
    border-radius: 20px;
    background: rgb(255, 255, 255);
    padding: 30px 20px;
    height: 100%;
    align-content: center;
    text-align: center;
  }
  .usefullinks .usefull-grid .panel-white svg {
    max-width: 200px;
    text-align: center;
  }
  .usefullinks h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 2rem;
    text-align: center;
  }
  .container-offset {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  footer {
    max-width: 100%;
  }
  footer .content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: center;
    width: 50%;
    margin: auto;
  }
  footer .content .logo {
    text-align: left;
  }
  footer .content .footer-menu {
    margin-right: auto;
  }
  footer .content .footer-menu a {
    display: inline-block;
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  .button {
    display: flex;
    border-radius: 50px;
    background: rgb(85, 153, 255);
    padding: 10px 50px 10px 50px;
    color: rgb(255, 255, 255);
    font-family: Onest;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
  }
  .modalforms {
    max-width: 100%;
    padding: 3.5rem 0;
  }
  .modalforms h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 2rem;
    text-align: center;
  }
  .modalforms .forms-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .modalforms .forms-grid .panel {
    padding: 1.375rem;
  }
  .modalforms .forms-grid .panel .title {
    margin-bottom: 1rem;
    font-size: 26px;
    line-height: 26px;
  }
  #projects .glide__slides {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
  }
  #projects .projects-title {
    padding-top: 1.5rem;
  }
  #projects .projects-title h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 2rem;
    text-align: center;
  }
  .usefullinks {
    max-width: 100%;
    padding: 2.5rem 0 5.25rem;
  }
  .usefullinks .usefull-grid {
    grid-template-columns: 1fr 1fr;
  }
  .usefullinks .usefull-grid .panel-white {
    border-radius: 20px;
    background: rgb(255, 255, 255);
    padding: 30px 20px;
    height: 100%;
    align-content: center;
    text-align: center;
  }
  .usefullinks .usefull-grid .panel-white svg {
    max-width: 200px;
    text-align: center;
  }
  .usefullinks h3 {
    margin-bottom: 2rem;
    text-align: center;
  }
  .hotlinks {
    max-width: 100%;
    padding: 3.5rem 0;
  }
  .hotlinks .hotlinks-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hotlinks .hotlinks-grid .hotlink a {
    text-align: left;
    font-size: 26px;
  }
  .hotlinks .hotlinks-grid .hotlink p {
    text-align: left;
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .hotlinks h3 {
    margin-bottom: 2rem;
    text-align: center;
  }
}


