

/* === case-studies-entry-03 === */

body {
  margin-top: 0;
}

.case-studies-entry-03 {
  --cs3padding: 50px;
  padding: 0px 0 var(--cs3padding);
}

.case-studies-entry-03 .container {
  position: relative;
  z-index: 1;
}

.case-studies-entry-03 .case_header {
  height: 55vh;
  max-height: 590px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.case-studies-entry-03 .case_header::before {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.case-studies-entry-03 .case_title {
  padding-bottom: 45px;
  text-align: center;
}

.case-studies-entry-03 .category {
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: #fd020d;
  margin-bottom: 5px;
}

.case-studies-entry-03 .case-title {
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.case-studies-entry-03 .title {
  color: #1a1a1a;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
}

.case-studies-entry-03 .case_header + .container {
  padding-top: var(--cs3padding);
}

#studiesCarousel {
  position: relative;
  padding-bottom: 45px;
  border-bottom: 1px solid #d6d6d6;
}

.case-studies-entry-03 .btn {
  width: 100%;
  max-width: 445px;
  margin-top: 10px;
}

/* .case-studies-entry-03 .case-studies-content {
  padding: 0 0 85px;
} */

.case-studies-entry-03 .case-studies-content .row {
  margin-top: 45px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}

.case-studies-entry-03
  .case-studies-content
  .row:last-child {
  border-bottom: none;
}

.case-studies-title {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  color: #1a1a1a;
}

.case-studies-text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.case-studies-text ul {
  list-style: none;
  padding-left: 0;
}

.case-studies-text ul li {
  position: relative;
  padding-left: 20px;
}

.case-studies-text ul li::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f054";
  position: absolute;
  left: 0;
  top: 0;
  color: #fd020d;
  font-size: 16px;
}

.case-studies-entry-03 .loc-block {
  padding-top: 45px;
}

.case-studies-entry-03 .loc-scope-info {
  padding: 40px 0;
  background-color: #efeff0;
}

.case-studies-entry-03 .loc-scope-info .info {
  font-size: 18px;
  line-height: 24px;
}

.case-studies-entry-03 .loc-scope-info .info span {
  color: #fd020d;
  font-size: 20px;
  font-weight: 600;
}

.case-studies-entry-03 .loc-scope-info .info span i {
  font-weight: 900;
}

.case-studies-footer {
  margin-top: 60px;
}

.case-studies-contacttext::before {
  content: "";
  position: absolute;
  width: 80px;
  border-top: 1px solid #909090;
  top: -30px;
}

.case-studies-contacttext,
.case-studies-contacttext:hover {
  margin-bottom: 0;
  color: #000;
  text-decoration: none;
  font-size: 24px;
  position: relative;
}

.case-studies-contacttext svg {
  fill: #000;
  padding-left: 25px;
  height: 17px;
}

.case-studies-entry-03 .grid-cs-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 35px;
}

.case-studies-entry-03
  .grid-cs-images
  img:nth-child(2):last-child,
.case-studies-entry-03
  .grid-cs-images
  img:nth-child(4):last-child,
.case-studies-entry-03
  .grid-cs-images
  img:nth-child(7):last-child {
  grid-column: 1 / 3;
}

.case-studies-entry-03 .grid-cs-images img:first-child {
  grid-column: 1 / span 2;
}

.case-studies-entry-03 .grid-cs-images img:nth-child(5) {
  grid-row: 3 / span 2;
  grid-column: 2;
  height: 100%;
  object-fit: cover;
}

.case-studies-entry-03 .grid-cs-images img:nth-child(7) {
  grid-row: 5 / span 2;
  height: 100%;
  object-fit: cover;
}

.case-studies-entry-03 .grid-cs-images img:nth-child(10) {
  grid-column: 1 / span 2;
}

.case-studies-entry-03 .grid-cs-images img,
.case-studies-entry-03 .grid-cs-images video,
.case-studies-entry-03 .grid-cs-images .video_placeholder {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.case-studies-entry-03 .grid-cs-images video {
  max-width: 100%;
  max-height: 100%;
}

.case-studies-entry-03 .grid-cs-images .video_placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.case-studies-entry-03
  .grid-cs-images
  .video_placeholder
  video {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.case-studies-entry-03
  .grid-cs-images
  .video_placeholder:after {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.6);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s all;
  opacity: 0.3;
}

.case-studies-entry-03
  .grid-cs-images
  .video_placeholder:hover:after {
  opacity: 0.9;
}

.case-studies-entry-03
  .grid-cs-images
  .video_placeholder:active:after {
  transform: translate(-50%, -50%) scale(0.9);
}

.case-studies-entry-03
  .grid-cs-images
  .video_placeholder.play:after {
  content: "\f04c";
}

#studiesCarousel .slick-slide {
  margin: 0 calc(var(--bs-gutter-x) / 2);
}

#studiesCarousel .slick-list {
  margin: 0 calc(var(--bs-gutter-x) / -2);
}

#studiesCarousel .prev-icon,
#studiesCarousel .next-icon {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  color: #fff;
  background-color: #242424;
  border: none;
  z-index: 1;
}

#studiesCarousel .prev-icon {
  left: 0;
  transform: translate(-50%, -50%);
}

#studiesCarousel .next-icon {
  right: 0;
  transform: translate(50%, -50%);
}

#studiesCarousel .carousel-item {
  height: auto;
  background: none;
  border-radius: 10px;
}

#studiesCarousel .carousel-item > img {
  position: static;
  width: 100%;
  height: 365px;
  max-height: 365px;
  object-fit: cover;
  border-radius: 10px;
  cursor:pointer;
}

#studiesCarousel .carousel-indicators {
  position: static;
  margin: 0;
  margin-top: 15px;
  justify-content: flex-start;
}

#studiesCarousel .carousel-indicators li {
  background-color: #b8b8b8;
  flex-basis: 20%;
  text-indent: initial;
  margin: 0;
  margin-left: 15px;
  cursor: pointer;
}

#studiesCarousel .carousel-indicators li:first-child {
  margin-left: 0;
}

#studiesCarousel .carousel-indicators li img {
  max-width: 100%;
}

/* === case-studies-entry-03 === */



/* === case-studies-06 === */

.cs06 {
  /* background-image: url("");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: #222;
  overflow: hidden;
  padding: 90px 0 50px;
  position: relative;
}

.cs06 .block-header {
  width: auto;
}

.cs06 .case-gallery:not(.slick-initialized) {
  display: none;
}

.cs06 .slick-slide {
  margin: 0 calc(var(--bs-gutter-x) * 0.5);
}

.cs06 .slick-list {
  margin: 0 calc(var(--bs-gutter-x) * -0.5);
  overflow: visible;
}

.cs06 h2 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

.cs06 h2 strong {
  font-weight: 600;
}

.cs06 .next-icon,
.cs06 .prev-icon {
  background: none;
  border: none;
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: auto;
  color: #fff;
  font-size: 16px;
  height: 56px;
  opacity: 1;
  top: 49.5%;
  transition: 0.3s all;
  width: 56px;
  z-index: 10;
}

.cs06 .case-item {
  overflow: hidden;
  position: relative;
}

.cs06 .image-wrapper {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  padding-bottom: 61%;
  position: relative;
  transition: 0.4s all;
  z-index: 2;
}

.cs06 .image-wrapper:hover::after {
  opacity: 0.35;
  transform: translateY(60%);
}

.cs06 .image-wrapper img {
  border-radius: 10px 10px 0 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  transform: translate3d(0, 0, 10px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efeff1;
  color: #1f1f1f !important;
  text-decoration: unset !important;
  font-size: 16px;
  text-wrap: balance;
  font-style: italic;
}

.cs06 .text {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 25px;
  width: 100%;
}

.cs06 .text .summary {
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 30px;
}

.cs06 .more-info {
  align-items: center;
  border-radius: 50%;
  bottom: 20px;
  display: flex;
  height: 48px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 20px;
  text-decoration: none;
  width: 48px;
  z-index: 2;
}

.cs06 .text .category {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cs06 .text .title {
  color: #1f1f1f;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.cs06 .text .title a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.cs06 .text .title span {
  width: calc(100% - 20px - 18px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

.cs06 .text .title i {
  display: flex;
  color: #fd020d;
  justify-content: end;
}

.cs06 .text a {
  color: #1f1f1f;
  text-decoration: none;
}

.cs06 .text a svg {
  fill: #fff;
  height: 20px;
  width: 20px;
}

.cs06 .btn.show-more {
  background-color: #fff;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  padding: 14px 60px;
}

.cs06 .btn.show-more::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  margin-left: 10px;
  vertical-align: middle;
}

.cs06 .buttom.view-all {
  position: relative;
  z-index: 10;
}

.cs06 .carousel-nav {
  gap: 10px;
}

@media screen and (width >=1200px) and (height <=600px) {
  .cs06 {
    padding: 60px 0;
  }
}

@media (width <=1199px) {
  .cs06 .image-wrapper::after {
    height: 125px;
  }

  .cs06 .image-wrapper {
    min-height: 335px;
    padding-bottom: 70%;
  }
}

@media (width <=991px) {
  .cs06 .case-item:hover .text {
    opacity: 1;
    pointer-events: all;
    transform: none;
  }

  .cs06 .btn.show-more {
    margin-top: 10px;
  }
}

@media (width <=767px) {
  .cs06 {
    padding: 60px 0;
  }

  .cs06 h2 br {
    display: none;
  }
}

@media (width <=575.98px) {
  .cs06 h2 {
    margin: 0 auto;
    text-align: center;
  }

  .cs06 .carousel-nav {
    justify-content: center;
  }
}
/* === case-studies-06 === */



/* === logos-01 === */

.logos-01 {
  background-color: var(--logos-01-background);
  color: var(--logos-01-color);
  padding: 90px 0 60px;
}

.logos-01-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.logos-01-wrapper {
  justify-content: center;
}

.logos-01-wrapper img {
  display: block;
  margin: 0 auto 30px;
  max-width: 100%;
}

.logos-01 + .areas-covered {
  padding-top: 0;
}

@media (width <= 575.98px) {
  .logos-01-wrapper img {
    height: 60px;
  }
}

/* === logos-01 === */



/* === areas-covered === */

.areas-covered {
  --gradient-margin: 200px;

  background: linear-gradient(
    to bottom,
    #fff,
    #fff var(--gradient-margin, 0),
    #222 var(--gradient-margin, 0),
    #222
  );

  padding: 65px 0;
  overflow: hidden;
}

.areas-covered .bg-wrapper {
  border-radius: 10px;
  min-height: 520px;
}

.areas-covered .banner {
  background: #fff;
  border-radius: 10px;
  padding: 40px 80px 40px 50px;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.areas-covered .areas-map {
  border-radius: 10px;
}

.areas-covered .leaflet-map-pane .leaflet-layer {
  filter: grayscale(1);
}

.areas-covered .areas-map .leaflet-marker-pane img {
  filter: hue-rotate(148deg);
}

.areas-covered .block-title {
  font-size: 40px;
  line-height: 44px;
}

.areas-covered .block-text {
  margin-top: 28px;
}

.areas-covered .block-text ul {
  color: var(--button-background);
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.areas-covered .block-text ul li {
  align-items: center;
  color: #fd020d;
  display: flex;
  font-size: 18px;
  gap: 10px;
  line-height: 1;
}

.areas-covered .block-text ul li i {
  font-size: 16px;
}

@media (width <= 767.98px) {
  .areas-covered .banner {
    left: 35px;
    right: 35px;
    width: calc(100% - 70px);
  }

  .areas-covered .block-title br {
    display: none;
  }

  .areas-covered .block-text ul {
    grid-template-columns: 1fr 1fr;
  }
}

@media (width <= 575.98px) {
  .areas-covered .bg-wrapper {
    min-height: auto;
    display: flex;
    flex-direction: column;
  }

  .areas-covered .areas-map {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: 300px !important;
    z-index: auto !important;
    border-radius: 10px 10px 0 0;
  }

  .areas-covered .banner {
    position: static !important;
    transform: none !important;
    padding: 25px 30px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    width: 100%;
  }

  .areas-covered .block-title {
    font-size: 24px;
    line-height: 32px;
  }

  .areas-covered .block-text {
    margin-top: 15px;
  }

  .areas-covered .block-text ul {
    grid-template-columns: 1fr;
  }
}

@media (width <= 575.98px) {
  .areas-covered .areas-map {
    overflow: hidden;
    position: relative !important;
  }

  .areas-covered .areas-map .leaflet-pane,
  .areas-covered .areas-map .leaflet-map-pane,
  .areas-covered .areas-map .leaflet-tile-pane,
  .areas-covered .areas-map .leaflet-overlay-pane,
  .areas-covered .areas-map .leaflet-shadow-pane,
  .areas-covered .areas-map .leaflet-marker-pane,
  .areas-covered .areas-map .leaflet-tooltip-pane,
  .areas-covered .areas-map .leaflet-popup-pane {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* === areas-covered === */



/* === form-section === */

.form-section {
  background-color: #232323;
  color: #fff;
  overflow-x: clip;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.form-section .form-section-top-title {
  border-bottom: 4px dashed #fff;
  font-size: 14px;
  margin-bottom: 25px;
  max-width: 40%;
  padding-bottom: 25px;
  text-transform: uppercase;
}

.form-section .form-section-main-title h2 {
  letter-spacing: -0.025em;
  margin-bottom: 0;
}

.form-section .form-section-main-text {
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 20px;
  text-align: left;
}

.form-section .form-section-main-text p:last-of-type {
  margin-bottom: 0;
}

.form-section input,
.form-section select,
.form-section textarea {
  background-color: #fff;
  border: none !important;
  border-radius: 3px;
  min-height: 60px;
}

.form-section .has-error input.error,
.form-section .has-error select.error,
.form-section .has-error textarea.error {
  background-color: #ffc8c8;
}

.form-section .required-star {
  color: #fff;
  display: none;
}

.form-section .form-section-form .col-form-label {
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 5px;
  padding-top: 0;
}

.form-section .form-section-form .checkbox + label {
  font-size: 15px;
  line-height: 22px;
  padding-left: 34px !important;
}

.form-section .form > .row {
  --bs-gutter-x: 40px;
}

.form-section .form-section-form .checkbox + label::before {
  background-color: #fff;
  border: none !important;
  border-radius: 3px;
  content: "";
  display: block;
  height: 19px;
  top: 0;
  width: 19px;
}

.form-section
  .form-section-form
  .tickbox.has-error
  label::before {
  background-color: rgb(255 0 0);
}

.form-section
  .form-section-form
  .checkbox:checked
  + label::before {
  content: "";
}

.form-section
  .form-section-form
  .checkbox:checked
  + label::after {
  color: #000;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: bold;
  left: 2px;
  position: absolute;
  top: -1px;
}

.form-section .form-section-form .required {
  display: none;
}

.form-section .form-section-grid {
  display: grid;
}

.form-section .form-section-grid .content {
  align-content: center;
  column-gap: 12px;
  display: flex;
}

.form-section .content-wrapper:nth-child(2) {
  margin-top: 20px;
}

.form-section .content-wrapper:nth-child(2) .icon-link a {
  color: #fff;
}

.form-section .icon {
  color: var(--button-background);
  font-size: 20px;
}

.form-section .icon-text {
  font-size: 13px;
  margin-bottom: 10px;
}

.form-section .icon-link {
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
}

.form-section .icon-link a {
  text-decoration: none;
}

.form-section .social-links {
  display: grid !important;
  gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  width: max-content;
}

.form-section .social-links a {
  align-items: center;
  background-color: #323337;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 56px;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  transition: 0.3s all;
  width: 56px;
}

.form-section .social-links a:active {
  background-color: #fff;
  color: #000;
}

.form-section .social-links a i {
  font-size: 20px;
}

.form-section .social-links a img,
.form-section .social-links a svg {
  fill: currentcolor;
  height: auto;
  width: 24px;
}

.form-section .social {
  margin-top: 35px;
  padding-left: 0;
}

.form-section .social-links a svg g > * {
  transition: 0.3s fill, 0.3s stroke;
}

.form-section .social-links a:active svg g > * {
  fill: #fff !important;
  stroke: #fff !important;
}

.form-section .reg-info {
  font-size: 16px;
  letter-spacing: -0.025em;
  line-height: 22px;
}

.form-section .reg-info .company-name {
  font-size: 18px;
  letter-spacing: -0.025em;
  line-height: 26px;
  margin-bottom: 8px;
}

.form-section a.view-on-map-link {
  color: var(--button-background) !important;
  text-decoration: none;
}

.form-section .reg-info > p {
  margin-bottom: 0;
}

.form-section .reload-captcha.btn {
  border: 1px solid #282828;
  color: #282828;
}

.form-section .reload-captcha.btn:hover,
.form-section .reload-captcha.btn:active,
.form-section .reload-captcha.btn:focus,
.form-section .reload-captcha.btn:focus-within {
  color: #282828;
}

.form-section .captcha-whatis {
  color: #282828;
  text-decoration: none;
}

.form-section
  .form-section-form
  .row:nth-child(2)
  .form-group:last-child {
  margin-top: 30px;
}

.form-section .form-section-form .form-group {
  margin-bottom: 20px;
}

.form-section button[type="submit"] {
  align-items: center;
  background-color: #fd020d;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  height: 56px;
  justify-content: center;
  letter-spacing: 2px;
  padding: 0 50px;
  text-transform: uppercase;
  width: max-content;
}

.form-section .email-contact .icon-link a,
.form-section .call-contact .icon-link a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.form-section .email-contact .icon-link a::before {
  content: "E: ";
}

.form-section .call-contact .icon-link a::before {
  content: "T: ";
}

.form-section .email-contact,
.form-section .call-contact {
  color: #fd020d;
  display: grid;
  gap: 30px;
}

.form-section .call-contact {
  margin-top: 25px;
}

.form-section .address {
  margin-top: 20px;
}

.form-section .content-title {
  display: none;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 6px;
}

.form-section .icon-wrapper,
.form-section a.view-on-map-link {
  display: none;
}

.form-section .footer-registration-wrapper {
  margin-top: 55px;
}

.form-section .form textarea.form-control {
  height: 230px;
}

.form-section .form input[type="checkbox"] {
  display: inline-block;
  margin-top: 5px;
  width: auto;
}

.form-section .form .checkbox + label {
  font-size: 15px;
  line-height: 22px;
  padding-left: 34px !important;
}

.form-section .form .checkbox + label::before {
  background-color: #fff;
  border: 0 !important;
  border-radius: 3px;
  box-shadow: inset 0 2px 2px rgb(172 172 172 / 27%);
  content: "";
  display: block;
  height: 19px;
  left: 0;
  position: absolute;
  top: 0;
  width: 19px;
}

.form-section .form .checkbox:checked + label::after {
  color: #000;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: bold;
  left: 2px;
  position: absolute;
  top: -1px;
}

.form-section .form input[type="checkbox"] {
  /*display: none;*/
}

.form-section .form input.error,
.form-section .form select.error,
.form-section .form textarea.error,
.form-section .form canvas.error,
.form-section .form .radio-multi.has-error .tickbox {
  background-color: #ffc8c8;
  background-image: url("/images/error-field.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
  border-color: var(--errorinput-border);
  border-width: 2px;
}

.form-section .form .error + .error {
  display: none !important;
}

.form-section .form .form-group {
  position: relative;
}

@document url-prefix() {
  .form-section .form select {
    padding-top: 19px;
  }
}

@media (width <= 1199.98px) {
  .form-section .form-section-main-text {
    font-size: 20px;
    line-height: 26px;
    max-width: 380px;
  }

  .footer-block .footer-menu > .nav-item {
    font-size: 18px;
    font-weight: 500;
  }
}

@media (width >= 567px) {
  .form-section .form .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (width <= 1399.98px) {
  .form-section .form-section-main-text br {
    display: none;
  }

  .form-section .address {
    margin-top: 24px;
  }
}

@media (height <= 567px) {
  .form-section {
    padding: 45px 0 30px;
  }

  .form-section .form-section-form .form-group {
    margin-bottom: 10px;
  }
}

@media (width <= 991.98px) {
  .form-section {
    padding-bottom: 45px;
    padding-top: 45px;
  }

  .form-section .form-section-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
  }

  .form-section .content:first-child {
    margin-top: 0;
  }

  .form-section .address,
  .form-section .email-contact {
    grid-column: 2/3;
    padding-left: 18px;
  }

  .form-section .address,
  .form-section .call-contact,
  .form-section .email-contact {
    margin-top: 0;
  }

  .form-section .social {
    grid-column: 1 / span 2;
    margin-top: 4px;
  }

  .form-section .form-section-form {
    margin-top: 60px;
  }

  .form-section button[type="submit"] {
    margin-top: 0;
  }

  .form-section .form-section-main-text {
    grid-column: 1/2;
    margin-top: 10px;
    padding-right: 30px;
  }

  .form-section .footer-registration-wrapper {
    grid-row: 3 / span 3;
    margin-top: 0;
  }

  .form-section .address {
    margin-top: 14px;
  }

  .form-section .form-group.bottom-box {
    text-align: center;
  }

  .form-section .form-section-grid .content {
    order: 1;
  }

  .form-section .address,
  .form-section .email-contact {
    padding-left: 0;
  }

  .form-section .contacts-content {
    margin-top: 10px;
  }
}

@media (width <= 767.98px) {
  .form-section .form-section-main-title {
    grid-column: span 2;
  }

  .form-section .form-section-main-title h2 {
    margin-bottom: 0;
  }

  .form-section .form-section-top-title {
    margin: 0 auto 25px;
  }

  .form-section .content {
    margin-top: 0;
    padding-bottom: 0%;
    position: static;
  }

  .form-section .address {
    grid-column: 1;
    grid-row: span 3;
    padding-left: 0;
  }

  .form-section .call-contact,
  .form-section .email-contact {
    margin-bottom: 0;
    padding-left: 0;
  }

  .form-section .social {
    margin-top: 0;
    padding-left: 9px;
  }

  .form-section .reg-info {
    padding-top: 0;
  }

  .form-section .form-section-main-text {
    grid-column: span 2;
    margin-bottom: 22px;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }

  .form-section .form-section-main-text p br {
    display: none;
  }

  .form-section .bottom-box {
    text-align: center;
  }

  .form-section .footer-registration-wrapper {
    grid-row: 6;
    margin-top: 16px;
  }

  .form-section .form-section-form {
    margin-top: 45px;
  }

  .form-section .form-section-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .form-section .social-links {
    margin-top: 20px;
  }
}

@media (width <= 575.98px) {
  .form-section {
    padding: 40px 0 70px;
  }

  .form-section .content {
    grid-column: 1;
    margin-top: 20px;
    padding-bottom: 0%;
    width: 100%;
  }

  .form-section .form .bottom-box {
    text-align: center;
  }

  .form-section .social-links {
    justify-content: start;
    margin-top: 8px;
    width: max-content;
  }

  .form-section .call-contact,
  .form-section .email-contact {
    padding: 0;
  }

  .form-section .form-section-form {
    margin-top: 26px;
  }

  .form-section button[type="submit"] {
    width: 100%;
  }

  .form-section .form-section-grid {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    row-gap: 0;
  }

  .form-section .address,
  .form-section .call-contact,
  .form-section .email-contact,
  .form-section .social {
    grid-column: 1;
  }

  .form-section .form-section-main-text {
    font-size: 22px;
    grid-column: span 1;
    line-height: 30px;
    margin-bottom: 7px;
    padding-right: 0;
    text-align: left;
  }

  .form-section .call-contact,
  .form-section .email-contact {
    margin-bottom: 0;
    padding-left: 0;
  }

  .form-section .call-contact + .email-contact {
    margin-top: 0;
  }

  .form-section .social {
    margin-top: 10px;
    padding-left: 0;
  }

  .form-section .form-section-form .form-group {
    margin-bottom: 12px;
  }

  .form-section .form-section-main-title {
    grid-column: span 1;
  }

  .form-section .footer-registration-wrapper {
    grid-row: unset;
  }
}

/* === form-section === */



/* === footer-block === */

.footer-block {
    background-color: #232323;
    border-top: 1px solid #363636;
    color: #fff;
    padding: 45px 0 60px;
}

    .footer-block a {
        color: #fff;
        text-decoration: none;
    }

    .footer-block img {
        height: 17px;
        width: auto;
    }

    .footer-block .separator {
        font-style: normal;
        padding: 0 3px;
    }

    .footer-block .footer-menu {
        display: flex;
        font-size: 24px;
        justify-content: space-between;
        line-height: 1;
        margin-bottom: 20px;
    }

        .footer-block .footer-menu > .nav-item {
            font-size: 24px;
            font-weight: 500;
            text-align: center;
            width: auto;
            z-index: 1;
        }

            .footer-block .footer-menu > .nav-item .nav-link {
                color: #fff !important;
                padding: 0 !important;
            }

                .footer-block .footer-menu > .nav-item .nav-link .dd-caret {
                    display: none;
                }

    .footer-block .container {
    }

    .footer-block .company-name,
    .footer-block .website-design {
        font-size: 14px;
        line-height: 1;
    }

    .footer-block .website-design {
        text-align: end;
    }

    .footer-block .footer-info {
        display: flex;
        justify-content: space-between;
    }

@media (width < 1200px) {
    .footer-block .footer-menu > .nav-item .nav-link {
        font-size: 18px;
        font-weight: 500;
    }
}

@media (width <= 991.98px) {
    .footer-block {
        padding: 30px 0 45px;
    }

        .footer-block .footer-menu {
            display: grid;
            font-size: 16px;
            grid-area: 1;
            grid-template-columns: 1fr 1fr;
            justify-content: space-evenly;
            width: 100%;
        }

            .footer-block .footer-menu > .nav-item {
                font-size: 18px;
                line-height: 36px;
                text-align: left;
            }

        .footer-block .footer-info {
            align-items: flex-start;
            flex-direction: column;
            gap: 8px;
            justify-content: flex-start;
        }
}

@media (width <= 767.98px) {
    .footer-block {
        padding: 30px 0 50px;
    }
}

@media (width <= 575.98px) {
    .footer-block {
        padding: 45px 0;
    }

        .footer-block .footer-menu {
            flex-direction: column;
            grid-template-columns: 1fr;
            justify-content: center;
            row-gap: 14px;
            text-align: center;
        }

            .footer-block .footer-menu > .nav-item {
                text-align: center;
            }

        .footer-block .company-name {
            display: grid;
            gap: 10px;
            margin-top: 0;
            text-align: center;
        }

        .footer-block .website-design {
            margin-top: 10px;
        }

        .footer-block .separator {
            display: none;
        }

        .footer-block .footer-info {
            align-items: center;
            justify-content: center;
        }
}

/* === footer-block === */

