@charset "UTF-8";

a {
	text-decoration: none;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
}

.route {
  background: #FFF;
  border-radius: 30px;
}

.route-heading {
  color: #50575B;
  font-family: "PTRootUI", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

.route-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.route-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 35px 30px;
  gap: 25px;
  flex: 0 0 540px;
  border-radius: 30px;
  background: #F7F8FA;
}
.route-info__phone a {
  color: #50575B;
  font-family: "PTRootUI", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.route-info__title {
  color: #929EA6;
  font-family: "PTRootUI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 3px;
}
.route-info__email a {
  color: #50575B;
  font-family: "PTRootUI", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.route-info__storage {
  flex: 0 0 100%;
}
.route-info__address {
  color: #50575B;
  font-family: "PTRootUI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 7px;
}
.route-info__address b {
  color: #50575B;
  font-family: "PTRootUI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.route-info__hours {
  font-family: "PTRootUI", sans-serif;
  color: #50575B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.route-gallery {
  position: relative;
  flex: 1 1 auto;
}
.route-gallery__slider {
  position: relative;
  width: 600px;
}
.route-gallery__slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  height: 100%;
  width: 55%;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
}
.route-gallery__slider::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  height: 100%;
  width: 55%;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
}
.route-gallery__item {
  display: block;
  position: relative;
  height: 272px;
  border-radius: 15px;
  overflow: hidden;
  transform: scale(0.8) !important;
  transition: all 0.3s ease;
}
.route-gallery__item img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.route-gallery__item.swiper-slide-active {
  transform: scale(1) !important;
}

.route-gallery__prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  background: #F7F8FA;
  border-radius: 100%;
  box-shadow: -1px 27px 40px -17px rgba(34, 60, 80, 0.2);
  z-index: 2;
  cursor: pointer;
}

.route-gallery__prev.swiper-button-disabled {
	display: none;
}

.route-gallery__next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
  background: #F7F8FA;
  border-radius: 100%;
  box-shadow: -1px 27px 40px -17px rgba(34, 60, 80, 0.2);
  z-index: 2;
  cursor: pointer;
}

.route-gallery__next.swiper-button-disabled {
	display: none;
}

.route-map {
  margin-top: 80px;
  width: 100%;
}

.route-map__content {
  width: 100%;
  height: 710px;
  border-radius: 30px;
  overflow: hidden;
}

.route-map__title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
}

@media (max-width: 1590px) {
  .route-content {
    justify-content: center;
  }
  .route-info {
    margin-bottom: 30px;
  }
  .route-gallery {
    flex: 0 0 100%;
  }
}
@media (max-width: 992px) {
  .route-gallery__prev {
    left: 0;
  }
  .route-gallery__next {
    right: 0;
  }
  .route-gallery__slider {
    width: 320px;
  }
  .route-heading {
    font-size: 24px;
  }
  .route-map {
    margin-top: 50px;
  }
  .route-map__content {
    height: 500px;
  }
  .route-info__title {
    font-size: 14px;
  }
  .route-info__phone a {
    font-size: 16px;
  }
  .route-info__email a {
    font-size: 16px;
  }
  .route-info {
    padding: 25px;
    gap: 15px;
  }
  .route-info__address {
    font-size: 16px;
  }
  .route-info__hours {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .route-info {
    flex: 1 1 auto;
  }
}

.requisites {
	margin-top: 30px;
}

.requisites-heading {
	font-size: 20px;
	font-weight: 700;
    line-height: 1.1em;
    display: block;
	margin-bottom: 20px;
}

.requisites-text {
	display: block;
    font-weight: 500;
    font-size: 18px;
    color: #50575B;
    text-decoration: none;
    margin: 0 0 10px 0;
    line-height: 1.4em;
    color: #50575B;
}



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