:root {
  --black: #1f1f1f;
  --dark-blue: #1d155e;
  --blue: #1387f4;
  --light-blue: #d3eaff;
  --border-blue: #2a60f6;
  --red: #e1393c;
  --blue-opacity: rgba(211, 234, 255, 0.78);
  --white: #fefefe;
}

@font-face {
  font-family: univers;
  src: url("../fonts/Univers.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: univers;
  src: url("../fonts/Univers-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html,
body {
  min-height: 100vh;
}

.text-dark-blue {
  color: var(--dark-blue);
}

.background-dark-blue {
  background-color: var(--dark-blue);
}

.background-red {
  background-color: var(--red);
}

.light-blue {
  background-color: var(--light-blue);
}

.bg-blue {
  background-color: var(--blue);
}

.border-red {
  border-bottom: 6px solid var(--red) !important;
}

.text-red {
  color: var(--red);
}

.border-dark-blue {
  border-bottom: 16px solid var(--dark-blue);
}

.text-regular {
  font-size: 1rem;
}

.text-regular--message{
  font-size: 1.3rem;
}

.modal {
  z-index: 9999 !important;
}

.header {
  position: sticky !important;
  top: 0;
  z-index: 5;
}

.container-block {
  padding: 1rem;
}

.header__contact {
  font-size: 1rem;
  font-weight: 700;
  color: var(--black);
  text-decoration: none;
}

.header__contact:hover {
  color: var(--dark-blue);
}

.header-icon {
  width: 1.5rem;
  aspect-ratio: 1;
}

.navbar {
  --bs-navbar-padding-y: 0rem;
}

.navbar-triangle {
  position: absolute;
  left: -3.625rem;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 3.625rem solid transparent;
  border-bottom: 6.25rem solid var(--dark-blue);
  border-left: 3.625rem solid transparent;
}

.nav-link {
  font-size: 1rem;
  white-space: nowrap;
  position: relative;
}

.nav-link.active::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 0.375rem;
  top: -0.875rem;
  background-color: var(--white);
}

.navbar-toggler {
  position: relative;
  top: -2rem;
  border: 2px solid var(--dark-blue);
  background-color: var(--blue) !important;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 2em;
  vertical-align: middle;
  background-image: url("/templates/images/burger-line-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

.modal-body-bg {
  background-color: var(--blue) !important;
}

.btn-close {
  filter: invert(1);
}

.social-icon {
  display: inline-block;
  transition: transform 0.4s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}

.banner-main {
  top: 0px;
  z-index: 0;
  background: url("/templates/images/header-img.jpg") no-repeat center center;
  background-size: cover;
  height: 44rem;
}

.abaut-main-banner {
  top: 0px;
  z-index: 0;
  background: url("/templates/images/abaut-banner-img.jpg") no-repeat center bottom;
  background-size: cover;
  height: 44rem;
}

.logistics-main-banner {
  top: 0px;
  z-index: 0;
  background: url("/templates/images/logistic-banner.png") no-repeat center center;
  background-size: cover;
  height: 44rem;
}

.contact-main-banner {
  top: 0px;
  z-index: 0;
  background: url("/templates/images/contact-banner.jpg") no-repeat center center;
  background-size: cover;
  height: 44rem;
}

.banner-main-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.54);
  inset: 0;
  z-index: 0;
}

.banner-main-title {
  padding-top: 48px;
  padding-bottom: 48px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: var(--dark-blue);
  margin-bottom: 1rem;
  z-index: 1;
  text-shadow: 1px 2px 3px rgba(15, 5, 60, 0.6);
}

.abaut-main-title {
  padding-top: 162px;
  text-shadow: 1px 2px 3px rgba(15, 5, 60, 0.6);
}

.abaut-main-title {
  z-index: 1;
}

.banner-main__block-left {
  position: relative;
  border-radius: 2rem;
  background-color: var(--blue-opacity);
  color: var(--dark-blue);
  z-index: 1;
}

.banner-main__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-main__icon {
  position: relative;
  top: -1.5rem;
  height: 4rem;
}

.banner-main__text {
  position: relative;
  top: -0.8rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.banner-main-button {
  display: inline-block;
  padding: 0.5rem 2rem 0.7rem;
  font-size: 1rem;
  font-weight: 700;
  background-color: var(--blue);
  color: var(--white);
  border: 3px solid var(--dark-blue);
  border-radius: 50px;
  text-align: center;
  z-index: 1;
}

.banner-main-button:hover,
.banner-main-button:active {
  background-color: var(--dark-blue) !important;
  color: var(--white) !important;
  border: 3px solid var(--blue);
}

.main-title {
  font-size: 2rem;
}

.card-item {
  max-width: 538px;
}

.main-card-title {
  font-size: 1.5rem;
}

.card-title {
  text-shadow: 0 2px 2px var(--black);
  color: var(--black);
  transition: color 0.6s ease;
}

.card-item::before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  inset: 0;
  z-index: 1;
  transition: opacity 0.6s ease;
}

.card-item:hover::before {
  opacity: 0;
}

.card-item:hover .card-title {
  color: var(--white) !important;
}

.main-call-back {
  max-width: 1140px;
}

.call-back-text {
  font-size: 1rem;
}

.call-back-hover {
  padding: 0.3rem 0.8rem;
  transition: background-color 0.4s ease-in-out;
}
.call-back-hover:hover {
  background-color: rgba(255, 255, 255, 0.28);
}
.footer-block-position {
  display: flex;
  justify-content: center;
}

.footer-divider {
  opacity: 1;
  border-bottom: 4px solid var(--dark-blue);
}

.footer-block {
  border-radius: 2rem;
  border: 6px solid var(--border-blue);
  padding: 2rem 2rem 0;
}

.footer-line::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  z-index: -1;
  border-top: 5rem solid var(--red);
  border-bottom: 5rem solid var(--dark-blue);
  top: 50%;
  transform: translateY(-50%);
}

.footer-social-icons {
  bottom: -20px;
}

.contact-banner-block {
  position: absolute;
  bottom: 4rem;
  z-index: 1;
}

@media (min-width: 1601px) {
  .container-block {
    padding: 1.5rem 7.5rem;
  }

  .text-regular {
    font-size: 2rem;
  }
	
.text-regular--message{
  font-size: 2.5rem;
}

  .header__navbar {
    max-width: 54%;
    min-width: 50%;
    position: absolute;
    bottom: -2.4rem;
    right: 0;
    height: 6.25rem;
    padding: 0 7.5rem 0 1.25rem;
    background-color: var(--dark-blue);
    z-index: 1;
  }

  .img-fluid {
    max-height: 170px;
  }

  .header__contact {
    font-size: 2rem;
  }

  .header-icon {
    width: 4rem;
  }

  .nav-link {
    font-size: 2rem;
  }

  .banner-main-title {
    padding-top: 80px;
    padding-bottom: 120px;
    font-size: 3.6rem;
    text-align: right;
	font-size: calc(
      3.1rem + (min(max(100vw, 1600px), 1920px) - 1600px) * 0.0015625
    );
  }

  .banner-main__block-left {
    max-width: 38.75rem;
    border-radius: 3.5rem;
  }

  .banner-main__icon {
    position: relative;
    top: -2rem;
    height: 6rem;
  }

  .banner-main__text {
    font-size: 2rem;
  }

  .banner-main-button {
    font-size: 2rem;
  }

  .main-title {
    font-size: 3.6rem;
  }

  .call-back-text {
    font-size: 2rem;
  }

  .footer-block-position {
    display: flex;
    justify-content: start;
  }

  .footer-divider {
    opacity: 1;
    border-bottom: 8px solid var(--dark-blue);
  }

  .footer-block {
    border-radius: 5rem;
    border: 6px solid var(--border-blue);
    padding: 4rem 6.25rem 2.5rem;
  }

  .footer-social-icons {
    bottom: -120px;
  }

  :root {
    --breakpoint: "3xl";
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .container-block {
    padding: 1.5rem 4.5rem;
  }

  .text-regular {
    font-size: 1.5rem;
  }
	.text-regular--message{
  font-size: 2rem;
}

  .header__navbar {
    max-width: 54%;
    min-width: 46%;
    position: absolute;
    bottom: -2.4rem;
    right: 0rem;
    height: 5.25rem;
    padding: 0 4.5rem 0 1.25rem;
    background-color: var(--dark-blue);
    z-index: 1;
  }

  .navbar-triangle {
    position: absolute;
    left: -3.625rem;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 3.625rem solid transparent;
    border-bottom: 5.25rem solid var(--dark-blue);
    border-left: 3.625rem solid transparent;
  }

  .header__contact {
    font-size: 1.5rem;
  }

  .header-icon {
    width: 3rem;
  }

  .nav-link {
    font-size: 1.5rem;
  }

  .banner-main-title {
    padding-top: 80px;
    padding-bottom: 120px;
    font-size: 3.2rem;
    text-align: right;
  }

  .banner-main__block-left {
    max-width: 38.75rem;
    border-radius: 3.5rem;
  }

  .banner-main__icon {
    position: relative;
    top: -2rem;
    height: 6rem;
  }

  .banner-main__text {
    font-size: 2rem;
  }

  .banner-main-button {
    font-size: 2rem;
  }

  .main-title {
    font-size: 3.2rem;
  }

  .call-back-text {
    font-size: 2rem;
  }

  .footer-block-position {
    display: flex;
    justify-content: start;
  }

  .footer-divider {
    opacity: 1;
    border-bottom: 8px solid var(--dark-blue);
  }

  .footer-block {
    border-radius: 5rem;
    border: 6px solid var(--border-blue);
    padding: 4rem 6.25rem 2.5rem;
  }

  .footer-social-icons {
    bottom: -120px;
  }

  :root {
    --breakpoint: "2xl";
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .container-block {
    padding: 1.5rem 3.5rem;
  }

  .text-regular {
    font-size: 1.5rem;
  }
.text-regular--message{
  font-size: 2rem;
}
  .header__navbar {
    max-width: 54%;
    min-width: 50%;
    position: absolute;
    bottom: -2.4rem;
    right: 0rem;
    height: 5.25rem;
    padding: 0 3.5rem 0 1.25rem;
    background-color: var(--dark-blue);
    z-index: 1;
  }

  .navbar-triangle {
    position: absolute;
    left: -3.625rem;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 3.625rem solid transparent;
    border-bottom: 5.25rem solid var(--dark-blue);
    border-left: 3.625rem solid transparent;
  }

  . {
    font-size: 1.5rem;
  }

  .header-icon {
    width: 3rem;
  }

  .nav-link {
    font-size: 1.5rem;
  }

  .banner-main-title {
    padding-top: 82px;
    padding-bottom: 160px;
    font-size: 2.6rem;
    text-align: right;
  }

  .banner-main__block-left {
    max-width: 32rem;
    border-radius: 3.5rem;
  }

  .banner-main__icon {
    position: relative;
    top: -1.5rem;
    height: 5rem;
  }

  .banner-main__text {
    font-size: 1.5rem;
  }

  .banner-main-button {
    font-size: 1.5rem;
  }

  .card-item {
    max-width: 438px;
  }

  .main-title {
    font-size: 2.6rem;
  }

  .main-call-back {
    max-width: 940px;
  }

  .call-back-text {
    font-size: 1.5rem;
  }

  .footer-block-position {
    display: flex;
    justify-content: start;
  }

  .footer-divider {
    opacity: 1;
    border-bottom: 8px solid var(--dark-blue);
  }

  .footer-block {
    border-radius: 4.5rem;
    border: 6px solid var(--border-blue);
    padding: 3rem 4.25rem 1.5rem;
  }

  .footer-social-icons {
    bottom: -120px;
  }

  :root {
    --breakpoint: "xl";
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .container-block {
    padding: 1.5rem 2.5rem;
  }

  .text-regular {
    font-size: 1.2rem;
  }
    .text-regular--message{
    font-size: 1.5rem;
  }

  .header__navbar {
    max-width: 54%;
    min-width: 50%;
    position: absolute;
    bottom: -2.4rem;
    right: 0rem;
    height: 4.25rem;
    padding: 0 2.5rem 0 1.25rem;
    background-color: var(--dark-blue);
    z-index: 1;
  }

  .navbar-triangle {
    position: absolute;
    left: -3.625rem;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 3.625rem solid transparent;
    border-bottom: 4.25rem solid var(--dark-blue);
    border-left: 3.625rem solid transparent;
  }

  .nav-link.active::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 0.375rem;
    top: -0.5rem;
    background-color: aliceblue;
  }

  . {
    font-size: 1.2rem;
  }

  .header-icon {
    width: 2rem;
  }

  .nav-link {
    font-size: 1.2rem;
  }

  .banner-main {
    height: 40rem;
  }

  .abaut-main-banner {
    height: 40rem;
  }

  .logistics-main-banner {
    height: 40rem;
  }

  .contact-main-banner {
    height: 40rem;
  }

  .banner-main-title {
    padding-top: 62px;
    padding-bottom: 140px;
    font-size: 2.3rem;
    text-align: right;
  }

  .banner-main__block-left {
    max-width: 26rem;
    border-radius: 3.5rem;
  }

  .banner-main__icon {
    position: relative;
    top: -1.5rem;
    height: 5rem;
  }

  .banner-main__text {
    font-size: 1.2rem;
  }

  .banner-main-button {
    font-size: 1.2rem;
  }

  .card-item {
    max-width: 438px;
  }

  .main-title {
    font-size: 2.3rem;
  }

  .main-call-back {
    margin-top: 1rem;
    max-width: 914px;
  }

  .footer-divider {
    opacity: 1;
    border-bottom: 6px solid var(--dark-blue);
  }

  .footer-block {
    border-radius: 3.5rem;
    border: 6px solid var(--border-blue);
    padding: 2rem 3rem 1rem;
  }

  :root {
    --breakpoint: "lg";
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container-block {
    padding: 1rem 2.5rem;
  }

  .header__navbar {
    z-index: 1;
  }

  .navbar-triangle {
    display: none;
  }

  .navbar-collapse {
    background-color: var(--dark-blue);
    padding: 1rem;
    margin-top: 0.5rem;
  }

  .navbar-toggler {
    position: relative;
    top: -2.3rem;
    border: 2px solid var(--dark-blue);
    background-color: var(--blue) !important;
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 2em;
    height: 2.5em;
    vertical-align: middle;
    background-image: url("../images/burger-line-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
  }

  .banner-main {
    height: 40rem;
  }

  .abaut-main-banner {
    height: 40rem;
  }

  .logistics-main-banner {
    height: 40rem;
  }

  .contact-main-banner {
    height: 40rem;
  }

  .banner-main-title {
    padding-top: 48px;
    padding-bottom: 48px;
    font-size: 2.3rem;
    text-align: center;
  }

  .banner-main__block-left {
    border-radius: 2.5rem;
  }

  .banner-main__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 1rem;
  }

  .banner-main__icon {
    position: relative;
    top: -0.5rem;
    height: 5rem;
    margin-right: 1rem;
  }

  .banner-main__text {
    font-size: 1.2rem;
  }

  .banner-main-button {
    font-size: 1.2rem;
  }

  .card-item {
    max-width: 320px;
  }

  .main-card-title {
    font-size: 1.2rem;
  }

  .main-call-back {
    margin-top: 1rem;
    max-width: 670px;
  }

  :root {
    --breakpoint: "md";
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container-block {
    padding: 1rem 1.5rem;
  }

  .header__navbar {
    z-index: 1;
  }

  .navbar-toggler {
    position: relative;
    top: -2.3rem;
    border: 2px solid var(--dark-blue);
    background-color: var(--blue) !important;
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 2em;
    height: 2.5em;
    vertical-align: middle;
    background-image: url("/templates/images/burger-line-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
  }

  .main-call-back {
    margin-top: 1rem;
    max-width: 560px;
  }

  :root {
    --breakpoint: "sm";
  }
}

@media (max-width: 576px) {
  .container-block {
    padding: 1rem;
  }

  .header__navbar {
    z-index: 1;
  }

  .main-call-back {
    flex-direction: column;
  }

  .call-back-block {
    border-radius: 1rem;
    width: 100%;
    text-align: center;
    margin: 0.2rem;
  }

  :root {
    --breakpoint: "xs";
  }
}

.banner-main-title {
  position: relative;
  animation-name: fadeInTop;
  animation-duration: 2s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInTop {
  from {
    bottom: -200px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

.abaut-main-title {
  position: relative;
  animation-name: fadeInTop;
  animation-duration: 2s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInTop {
  from {
    bottom: -200px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

.events-hover {
  pointer-events: none;
}
.hide{display:none;]