@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
  color: white;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif !important;
}

body {
  overflow-x: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}

.hero-section,
.hero_bg,
.navbar,
.services-info,
.welcome-section,
.welcome-block:nth-child(1),
.why-us-item,
.why-us-section,
.footer {
  position: relative;
}

.hero_bg {
  width: 100vw;
  height: 80vh;
  object-fit: cover;
  filter: brightness(0.65);
  z-index: 0;
}

.glide {
  width: 100%;
  margin-top: -75px;
}

.navbar {
  width: 100%;
  background: #000000;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  backdrop-filter: blur(10px);
  z-index: 15;
  background: rgba(0, 0, 0, 0.1);
}

.navbar-links {
  display: flex;
  align-items: center;
  font-family: sans-serif;
  color: white;
  gap: 30px;
}

.hero-content {
  background: rgba(7, 64, 163, 0.5);
  position: absolute;
  padding: 30px;
  color: white;
  top: 130px;
  backdrop-filter: blur(6px);
  left: 50px;
}

.wrapper,
.services-info {
  overflow: hidden;
}

.services-bg {
  position: absolute;
}

.services-content {
  z-index: 15;
}

.hero-subtitle,
.hero-button {
  margin-top: 18px;
}

.hero-title {
  font-size: 52px;
  font-weight: 500;
}

.wrapper {
  background: #f9f9f9;
  z-index: -10;
  position: relative;
}

.hero-subtitle {
  max-width: 382px;
  line-height: 28px;
  font-weight: lighter;
}

.hero-button-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-left: 20vw;
}

.hero-button {
  width: 100%;
  background-color: white;
  color: #0740a3;
  padding: 18px 50px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  border: none;
  outline: none;
  text-align: center;
  font-weight: bold;
  display: block;
}

.welcome-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  background: linear-gradient(90deg, #0740a3 0%, #005dff 28%, #2c6cdc 51%, #0740a3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 500px) {
  .welcome-title {
    font-size: 28px;
  }
}

.welcome-section {
  display: flex;
}

.welcome-block {
  padding: 0 34px;
  margin-top: 60px;
}

.welcome-text {
  margin-top: 15px;
  max-width: 640px;
  line-height: 24px;
  font-size: 18px;
  line-height: 32px;
}

.glide__slide figure img {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}

.slider-buttons {
  position: absolute;
  right: 50px;
  bottom: 50px;
  gap: 15px;
  display: flex;
}

.slide-btn {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: solid 1px white;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  cursor: pointer;
}

.welcome-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.welcome-image-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  background: #e3e3e3;
  left: 0;
  top: 43%;
}

.welcome-content .welcome-block:nth-child(2) {
  border: none;
  width: 100vw;
}

.welcome-image {
  z-index: 15;
  border-radius: 50%;
  position: absolute;
  right: 10%;
  top: 35%;
}

.r_lines {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  max-width: 900px;
}

.services-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-image-wrapper {
  display: flex;
  width: 100%;
}
.services-image-wrapper img {
  width: 100%;
}

.services-section {
  display: flex;
  margin-top: 100px;
  width: 100%;
}

.services-title {
  font-size: 32px;
  font-weight: 800;
  color: #ffffff;
}

.services-description {
  margin: 18px 0;
  line-height: 28px;
  max-width: 433px;
  color: white;
}

.services-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.services-item p {
  font-weight: bold;
  color: #ffffff;
  max-width: 500px;
  font-size: 18px;
  line-height: 32px;
}
.services-item img {
  width: 18px;
  margin-top: 7px;
}

.why-us-title {
  width: 100%;
  text-align: center;
  font-size: 38px;
}

.why-us-content {
  padding-top: 150px;
}

.why-us-list-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 68px 30px 0;
}

.why-us-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.why-us-item {
  width: 316px;
  height: 308px;
  border-radius: 10px;
  padding: 28px;
}
.why-us-item:after {
  content: "";
  position: absolute;
  opacity: 0.5;
  inset: 0;
  border-radius: 10px;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: #0740a3;
  top: 0;
}
.why-us-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  backdrop-filter: blur(5px);
  border-radius: 10px;
  z-index: 1;
}

.why-us-feature,
.why-us-text,
.why-us-icon {
  color: white;
  z-index: 15;
  position: relative;
}

.why-us-feature {
  font-weight: bold;
}

.why-us-text {
  margin-top: 15px;
  line-height: 28px;
}

.why-us-bg {
  z-index: 0;
  position: absolute;
  filter: brightness(0.75);
  inset: 0;
}

.why-us-icon {
  margin-bottom: 21px;
}

.why-us-feature {
  font-size: 21px;
}

.why-us-section {
  padding-bottom: 200px;
}

.why-section-lines {
  top: 0;
  position: absolute;
  left: 40%;
}

.footer-contacts {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer {
  z-index: 15;
  background: white;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.footer-contact-text {
  font-style: italic;
  color: #0740a3;
}

.slide-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transition: 0.3s;
}
.slide-btn img {
  width: 10.5px;
}
.slide-btn:hover {
  opacity: 1;
}

.glide__arrow--right img {
  margin-left: 3px;
}

.footer-logo {
  width: 94px;
}

.about-hero-content {
  max-width: 100%;
  padding: 50px 101px 85px 26px;
}

.about-hero-subtitle {
  max-width: 100%;
}

@media screen and (max-width: 1200px) and (min-height: 1000px) {
  .hero_bg {
    height: 50vh;
  }
}
@media screen and (max-width: 680px) {
  .about-hero-content {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 90%;
    padding: 50px 30px 85px 30px !important;
  }
  .about-hero-title {
    font-size: 52px;
  }
}
@media screen and (max-width: 553px) {
  .about-hero-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 395px) {
  .about-hero-title {
    font-size: 30px !important;
  }
}
.about_item_container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about__title {
  max-width: 543px;
  width: 100%;
}
.about__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  background: linear-gradient(90deg, #0740a3 0%, #005dff 28%, #2c6cdc 51%, #0740a3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 500px) {
  .about__title {
    font-size: 28px;
  }
}

.about__text {
  line-height: 24px;
  font-size: 18px;
  max-width: 552px;
  margin-top: 30px;
  line-height: 32px;
}

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

.about__content {
  padding: 0 20px;
}

.about__image,
.about__content,
.about__image-wrap {
  width: 100%;
}

.about .about__item:nth-child(1) .about__image {
  width: 560px;
}
.about .about__item:nth-child(1) .about__image-wrap {
  display: flex;
  justify-content: center;
  padding-top: 300px;
}

.about .about__item:nth-child(2),
.about .about__item:nth-child(3) {
  padding-top: 150px;
}

.about_r-lines {
  position: absolute;
  width: 900px;
  right: 179px;
}

.about_l-lines {
  position: absolute;
  width: 1000px;
  right: 0;
  margin-top: 150px;
}

.about_item_container {
  position: relative;
  z-index: 5;
}

.about__item-svg {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
}

.merged_lines {
  display: none;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1300px) {
  .merged_lines {
    display: block;
  }
  .about__item-svg {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .about__image-wrap {
    width: 70%;
  }
  .about .about__item:nth-child(1) .about__image {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .about_item_container {
    flex-direction: column;
  }
  .about .about__item:nth-child(1) .about__image-wrap {
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }
  .about .about__item:nth-child(2) .about_item_container {
    flex-direction: column-reverse;
  }
  .about__item {
    padding-top: 0 !important;
    position: relative;
  }
  .about__item .about__content {
    width: 100%;
    margin: 90px 0;
    justify-content: center;
  }
  .about_l-lines {
    height: 120%;
    top: 50%;
  }
  .about__image-wrap {
    width: 100%;
  }
  .about__image-wrap img {
    height: 400px;
    object-fit: cover;
  }
}
.tram-section {
  margin-top: 150px;
}

.train_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  filter: brightness(0.25);
  left: 0;
  z-index: -1;
}

.tram-container {
  padding-top: 125px;
  color: white;
  position: relative;
  z-index: 15;
}
.tram-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(7, 64, 163, 0.45);
  backdrop-filter: blur(12px);
}

.tram-image-secondary {
  max-width: 800px;
  position: relative;
  top: 80px;
}

.tram-description {
  margin-top: 44px;
}

.tram-details {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: -200px;
}

.tram_details_container {
  max-width: 547px;
  z-index: 25;
}

.tram-title {
  font-weight: bold;
  line-height: 32px;
  font-size: 21px;
}

.tram-description {
  line-height: 24px;
  font-size: 18px;
  line-height: 32px;
}

.tram-image-container {
  display: flex;
  justify-content: flex-end;
  margin-right: 33px;
  z-index: 25;
  position: relative;
}

.about__gallery {
  padding-top: 300px;
  position: relative;
}

.gallery {
  display: flex;
}

.about__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about__gallery-title {
  font-size: 33px;
  max-width: 923px;
  text-align: center;
  line-height: 45px;
  color: #0740a3;
}

.about_gallery-link {
  margin-top: 35px;
  background: rgba(7, 64, 163, 0.05);
  padding: 16px 40px;
  text-decoration: none;
  border-radius: 6px;
  color: #0740a3;
  font-weight: bold;
}

.about__gallery {
  padding-bottom: 150px;
}

.gallery {
  margin-top: 85px;
}

.about_r_lines {
  position: absolute;
  right: 100px;
  top: 80px;
  z-index: -1;
}

.item {
  background: #24a861;
  color: white;
  font-weight: bold;
  font-size: 21px;
  height: 250px;
}
.item img {
  height: 100%;
  object-fit: cover;
  display: block;
}

.about__gallery-img {
  object-fit: cover;
}

.slick-slide {
  margin: 0 3px;
}

@media screen and (max-width: 1050px) {
  .tram-details {
    margin-left: 0;
  }
  .tram-image-container {
    justify-content: center;
    padding: 0px 20px;
    margin-right: 0;
  }
  .tram-image-secondary {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .tram_details_container {
    max-width: 100%;
    padding: 0px 20px;
  }
  .tram-image-secondary {
    height: 40vh;
    object-fit: cover;
  }
  .tram-container {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .item {
    width: 100% !important;
  }
  .item img {
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1100px) {
  .about__gallery {
    padding-top: 180px;
  }
}
@media screen and (max-width: 560px) {
  .about__gallery-title {
    font-size: 29px;
    padding: 0px 10px;
  }
  .tram-section {
    margin-top: 50px;
  }
  .gallery_container {
    padding: 10px;
  }
  .about__item .about__content {
    margin: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .about__gallery-title {
    font-size: 21px;
    line-height: 30px;
  }
}
.contacts__container {
  padding: 23px 160px;
}

.contacts__title {
  font-size: 60px;
  margin-bottom: 30px;
}

.contacts__description,
.contacts__title,
.contacts__text {
  color: white;
}

.contacts__description {
  max-width: 480px;
  margin-top: 10px;
  line-height: 28px;
  font-weight: 200;
}

.contacts__list {
  display: flex;
  padding-top: 40px;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}

.contacts__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.contacts__item img {
  width: 25px;
  height: 25px;
}
.contacts__item p {
  font-style: italic;
  font-weight: lighter;
}

.contacts__item:nth-child(3) img {
  width: 22px;
  margin-left: 2.5px;
}

.submit_container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.contacts {
  overflow: hidden;
  position: relative;
}

.contacts__container {
  position: relative;
  z-index: 15;
}
.contacts__container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(7, 64, 163, 0.45);
  backdrop-filter: blur(12px);
}

.contacts__info {
  display: flex;
  justify-content: center;
}

.contacts__info-block {
  width: 100%;
  position: relative;
  right: 15px;
  display: flex;
  justify-content: center;
  border-right: 1px solid rgba(217, 217, 217, 0.25);
}

.contacts__info-block-container {
  width: max-content;
}

.contacts_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.contacts__form-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contacts__form {
  flex-direction: column;
  display: flex;
  max-width: 650px;
}

.contacts__form {
  height: 100%;
  width: 100%;
  padding: 0 48px;
}

.contacts__map {
  padding-top: 47px;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.contacts__map iframe {
  width: 100%;
  border-radius: 5px;
}

.contacts__form-input,
.contacts__form-textarea {
  width: 100%;
  border-radius: 5px;
  padding: 13px 20px;
  font-style: italic;
  color: #0740a3;
  outline: none;
  resize: none;
  border: none;
  margin-top: 20px;
  font-size: 16px;
}
.contacts__form-input::placeholder,
.contacts__form-textarea::placeholder {
  color: #0740a3;
  opacity: 0.5;
}

.contacts__form-submit {
  background-color: white;
  color: #0740a3;
  padding: 12px 45px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  border: none;
  outline: none;
  font-size: 18px;
  padding: 15px 45px;
  margin-top: 13px;
}

.contacts__info-block-container,
.contacts__form-wrap {
  padding-top: 55px;
}

@media screen and (max-width: 1300px) {
  .contacts__container {
    padding: 23px 100px;
  }
}
@media screen and (max-width: 1200px) {
  .contacts__container {
    padding: 23px 50px;
  }
}
@media screen and (max-width: 1100px) {
  .contacts__info {
    flex-direction: column;
  }
  .contacts__map {
    padding: 24px;
    margin-top: 20px;
  }
  .contacts__info-block {
    border-right: none;
    border-bottom: 1px solid rgba(217, 217, 217, 0.25);
    padding-bottom: 50px;
    right: 0;
  }
  .contacts__container {
    padding: 23px 0px;
  }
  .contacts__form-wrap {
    padding-top: 35px;
  }
}
@media screen and (max-width: 650px) {
  .contacts__info {
    padding: 0 24px;
  }
  .contacts__form {
    padding: 0;
  }
  .contacts__form-submit {
    width: 100%;
  }
  .contacts__item p {
    font-size: 14px;
    line-height: 24px;
  }
  .contacts__list {
    gap: 23px;
  }
  .contacts__item p {
    margin-left: 5px;
  }
  .contacts__map-iframe {
    height: 250px;
  }
}
::backdrop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(7, 64, 163, 0.5);
  backdrop-filter: blur(12px);
  border-radius: 10px;
  width: 482px;
  height: 452px;
  border: none;
  transform: translate(-50%, -50%);
  position: fixed;
  padding-bottom: 30px;
}

.modal_container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.modal_nav {
  width: 100%;
}

.modal_content {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modal_content p {
  font-weight: bold;
  padding: 0 15px;
  font-style: italic;
  color: white;
  font-size: 18px;
  max-width: 440px;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
}

.modal_nav {
  display: flex;
  justify-content: flex-end;
}

.close_btn {
  position: relative;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1600px) {
  .services-item {
    margin-top: 5px;
  }
  .services-item p {
    max-width: 660px;
    font-size: 20px;
  }
  .services-title {
    font-size: 36px;
  }
  .services-description {
    max-width: 550px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1350px) {
  .services-info {
    padding: 50px;
  }
  .welcome-image {
    right: 13%;
  }
}
@media screen and (max-width: 1100px) {
  .why-us-list {
    flex-wrap: wrap;
  }
  .why-us-section {
    padding-bottom: 150px;
  }
  .services-info {
    overflow: hidden;
  }
  .services-bg {
    height: auto;
  }
  .services-section {
    flex-direction: column;
  }
  .services-info {
    padding: 100px;
  }
  .services-image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
  .why-us-list-container {
    padding-top: 100px;
  }
  .welcome-image-wrapper {
    display: none;
  }
  .welcome-content .welcome-block:nth-child(2) {
    border-top: 1.5px #e3e3e3 solid;
    width: 100vw;
    padding-top: 40px;
    margin-top: 30px;
  }
  .welcome-block {
    margin-top: 40px;
  }
}
@media screen and (max-width: 937px) {
  .welcome-content::before {
    top: 360px;
  }
  .r_lines {
    height: 100vh;
    right: -5%;
  }
}
@media screen and (max-width: 715px) {
  .footer {
    flex-direction: column;
    padding: 0px;
    padding-bottom: 50px;
  }
  .footer-logo {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 620px) {
  .hero-content {
    top: 50%;
    width: 90vw;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hero-button-wrapper {
    margin-left: 0;
    justify-content: flex-start;
  }
  .hero-button {
    width: 200px;
    margin-top: 30px;
    padding: 18px 40px;
  }
  .services-info {
    padding: 50px;
  }
}
@media screen and (max-width: 500px) {
  .welcome-block {
    padding: 0 15px;
  }
  .footer-contacts {
    flex-direction: column;
  }
  .services-item p {
    font-size: 16px;
    max-width: 90%;
  }
  .services-title {
    font-size: 25px;
  }
  .services-info {
    padding: 50px 20px;
  }
  .why-section-lines {
    left: 0;
  }
  .hero-content {
    padding: 25px;
  }
  .hero-title {
    font-size: 34px;
  }
  .hero-button {
    width: 170px;
    margin-top: 30px;
    padding: 18px 0;
  }
  .why-us-title {
    font-size: 30px;
  }
  .why-us-content {
    padding-top: 80px;
  }
  .why-us-list-container {
    padding-top: 80px;
  }
  .welcome-title {
    font-size: 28px;
  }
  .welcome-content .welcome-block:nth-child(2) {
    padding-top: 30px;
  }
  .slider-buttons {
    gap: 11px;
  }
}
@media screen and (max-width: 408px) {
  .services-title {
    font-size: 22px;
  }
  .services-item p {
    font-size: 15px;
  }
  .services-item img {
    width: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-height: 710px) {
  .hero_bg {
    height: 100vh;
  }
}

/*# sourceMappingURL=style.css.map */
