@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0 0 20px 0;
  text-rendering: optimizeLegibility;
}

p img {
  margin: 0;
}

a,
a:visited,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal;
}

li {
  display: list-item;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  float: none !important;
}

:focus {
  outline: 0;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -5px;
}

sub {
  bottom: 2px;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
}

textarea::-moz-placeholder {
  opacity: 1;
}

textarea:-moz-placeholder {
  opacity: 1;
}

textarea:-ms-input-placeholder {
  opacity: 1;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FONTS ------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------------------------------------------------------------- */
/*------------------------------------ START SETTINGS --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  min-height: 100vh;
  font-family: "Montserrat", serif;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}

.layout {
  width: 100%;
  flex: 1 0 auto;
  overflow: hidden;
  padding-top: 75px;
}
.layout::before {
  content: "";
  transition: all 0.3s;
}
.layout:has(.menu.active)::before {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #326CBE;
  opacity: 0.2;
  z-index: 4;
  pointer-events: none;
}

.limit {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  padding: 0 99px;
}
.limit.narrow {
  max-width: 1336px;
}

.hidden {
  display: none;
  visibility: hidden;
}

.hidden-message {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border: 1px dashed rgb(153, 153, 141);
  background: rgb(252, 252, 252);
  border-radius: 12px;
  gap: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #000000;
}

section.limit {
  margin-top: 150px;
}

.heading {
  margin-bottom: 42px;
  font-size: 52px;
  font-weight: 700;
  line-height: 63px;
}

.info-card {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  border: 2px solid rgb(246, 246, 246);
  border-radius: 13px;
}
.info-card.news .buttons .button.download {
  display: none;
}
.info-card .header {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 12px;
}
.info-card .header .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #232320;
}
.info-card .header .label {
  padding: 3px 13px;
  border: 2px solid rgb(244, 244, 240);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #232320;
}
.info-card .card-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #232320;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  box-orient: vertical;
  margin-bottom: 18px;
}
.info-card .buttons {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: auto;
}
.info-card .buttons .button:hover svg path {
  stroke: #fff;
}
.info-card .buttons .button.download:hover svg path {
  fill: #fff;
}

.button {
  padding: 12px 30px;
  border-radius: 30px;
  background-color: #F4F4F0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #232320;
  transition: all 0.3s;
  cursor: pointer;
}
.button svg path {
  transition: all 0.3s;
}
@media (hover: hover) {
  .button:hover {
    background-color: #326CBE;
    color: #fff;
  }
}
@media (hover: none) {
  .button:active {
    background-color: #326CBE;
    color: #fff;
  }
}

.page-container {
  margin-top: 60px;
}
.page-container h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  color: #232320;
  margin-bottom: 12px;
}
.page-container .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #99998D;
}

.article-content {
  margin-top: 42px;
}
.article-content img {
  margin-bottom: 31px;
  border-radius: 25px;
}
.article-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #2E2F30;
}
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  color: #232320;
  font-weight: 700;
  line-height: 130%;
  margin-top: 61px;
}
.article-content h2:first-child,
.article-content h3:first-child,
.article-content h4:first-child,
.article-content h5:first-child,
.article-content h6:first-child {
  margin-top: 0;
}
.article-content h2 {
  font-size: 34px;
  margin-bottom: 30px;
}
.article-content h3 {
  font-size: 32px;
  margin-bottom: 28px;
}
.article-content h4 {
  font-size: 30px;
  margin-bottom: 26px;
}
.article-content h5 {
  font-size: 28px;
  margin-bottom: 24px;
}
.article-content h6 {
  font-size: 26px;
  margin-bottom: 22px;
}
.article-content strong {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #2E2F30;
  display: block;
}
.article-content ol,
.article-content ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 18px;
}
.article-content ol li,
.article-content ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #2E2F30;
}
.article-content ol {
  margin-bottom: 30px;
}
.article-content ol li::marker {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  color: #2E2F30;
}
.article-content ul {
  margin-bottom: 24px;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- HEADER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
header.limit {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  z-index: 2;
}
header.limit .logo {
  font-size: 23px;
  font-weight: 600;
  line-height: 28px;
  color: #232320;
}
header.limit .menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 52px;
}
header.limit .menu li {
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #232320;
  cursor: pointer;
}
@media (hover: hover) {
  header.limit .menu li:hover {
    color: #326CBE;
  }
}
@media (hover: none) {
  header.limit .menu li:active {
    color: #326CBE;
  }
}
header.limit .menu li a {
  color: inherit;
}
header.limit .menu .phone-li {
  display: none;
}
header.limit .phone {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #232320;
}
header.limit .burger-btn {
  width: 22px;
  height: 20px;
  cursor: pointer;
  display: none;
  margin-right: 30px;
}
header.limit .burger-btn span {
  display: block;
  width: 22px;
  height: 2px;
  margin-bottom: 6px;
  position: relative;
  background: #232320;
  border-radius: 1px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
header.limit .burger-btn span:first-of-type {
  transform-origin: 0% 0%;
}
header.limit .burger-btn span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
header.limit .burger-btn.active span {
  opacity: 1;
  transform: rotate(45deg) translate(0px, 0px);
}
header.limit .burger-btn.active span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
header.limit .burger-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(0, -4px);
}

.shadow {
  box-shadow: 0px 4px 4px 0px rgba(50, 108, 190, 0.05);
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FOOTER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
footer {
  background-color: #FAFAFA;
  margin-top: 80px;
}
footer .limit {
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  align-items: center;
  gap: 65px;
}
footer .limit .logo {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #232320;
}
footer .limit .copyrignth {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #232320;
  text-align: center;
}
footer .limit .created_by {
  margin-left: auto;
}

/*------------------------------------------------------------------------------------------- */
/*---------------------------------------- CONTENT ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.first-screen {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.first-screen-text {
  display: flex;
  justify-content: space-between;
  align-items: end;
  overflow: hidden;
}
.first-screen-text h1 {
  max-width: 712px;
  font-size: 60px;
  font-weight: 700;
  line-height: 73px;
  color: #232320;
  transform: translateY(100%);
  transition: all 1s;
}
.first-screen-text p {
  margin: 0;
  max-width: 554px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  color: #232320;
  transform: translateY(100%);
  transition: all 1s;
}
.first-screen-text.animate h1,
.first-screen-text.animate p {
  transform: translateY(0);
}
.first-screen-image {
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 86/29;
}
.first-screen-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about {
  overflow: hidden;
}
.about .heading {
  text-align: center;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 1s;
}
.about p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 1s;
}
.about .hidden-message {
  opacity: 0;
  transform: translateY(-100%);
  transition: all 1s;
}
.about.animate .heading,
.about.animate p,
.about.animate .hidden-message {
  opacity: 1;
  transform: translateY(0);
}
.about-cards {
  margin-top: 41px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.about-cards .about-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transition: all 0.4s;
}
.about-cards .about-card h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #232320;
}
.about-cards .about-card p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #232320;
}
.about-cards .about-card:nth-child(1) {
  transition-delay: 0s;
}
.about-cards .about-card:nth-child(2) {
  transition-delay: 0.2s;
}
.about-cards .about-card:nth-child(3) {
  transition-delay: 0.4s;
}
.about-cards .about-card:nth-child(4) {
  transition-delay: 0.6s;
}
.about-cards .about-card:nth-child(5) {
  transition-delay: 0.8s;
}
.about-cards .about-card:nth-child(6) {
  transition-delay: 1s;
}
.about-cards .about-card:nth-child(7) {
  transition-delay: 1.2s;
}
.about-cards .about-card:nth-child(8) {
  transition-delay: 1.4s;
}
.about-cards .about-card:nth-child(9) {
  transition-delay: 1.6s;
}
.about-cards .about-card:nth-child(10) {
  transition-delay: 1.8s;
}
.about-cards.animate .about-card {
  opacity: 1;
}

.station {
  display: flex;
  flex-direction: column;
}
.station-block {
  justify-content: space-between;
  display: flex;
  align-items: start;
  gap: 42px;
  margin-bottom: 42px;
}
.station-block:last-of-type {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
.station-block:last-of-type .text {
  max-width: 542px;
  width: 100%;
  height: 100%;
}
.station-block:last-of-type .image-container {
  aspect-ratio: 5/4;
}
.station-block:last-of-type .text,
.station-block:last-of-type .image-container {
  opacity: 0;
  transition: all 1s ease;
  transform: translateX(100%);
}
.station-block:last-of-type .image-container {
  transform: translateX(-100%);
}
.station-block .text {
  display: flex;
  flex-direction: column;
  max-width: 688px;
}
.station-block .text h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  color: #232320;
  margin-bottom: 20px;
}
.station-block .text p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #232320;
}
.station-block .text ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 32px;
}
.station-block .text ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #232320;
}
.station-block .text ul li span {
  font-weight: 700;
}
.station-block .text .station-stats ul {
  list-style-type: disc;
  margin-left: 15px;
}
.station-block .text .station-stats ul li::marker {
  width: 5px;
  height: 5px;
  color: #DAAD0D;
}
.station-block .text .hidden-message {
  padding-top: 95px;
  padding-bottom: 95px;
  flex-direction: column;
  align-items: center;
}
.station-block .text .hidden-message svg {
  width: 51px;
  height: 51px;
}
.station-block .image-container {
  overflow: hidden;
  border-radius: 30px;
  min-width: 408px;
}
.station-block .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.station-block .text,
.station-block .image-container {
  opacity: 0;
  transition: all 1s ease;
  transform: translateX(-100%);
}
.station-block .image-container {
  transform: translateX(100%);
}
.station-block.animate .text {
  opacity: 1;
  transform: translateX(0);
}
.station-block.animate .image-container {
  opacity: 1;
  transform: translateX(0);
}
.station-block:nth-child(2) .text,
.station-block:nth-child(2) .image-container {
  transition-delay: 0.1s;
  /* Задержка для второго блока */
}

.unscrolled {
  overflow: hidden;
}

.information .heading {
  text-align: center;
}
.information .tabs-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  gap: 7px;
  width: 100%;
  padding-bottom: 5px;
}
.information .tabs-heading::-webkit-scrollbar {
  display: none;
}
.information .tabs-heading::-webkit-scrollbar-thumb {
  display: none;
}
.information .tabs-heading .tab {
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #232320;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
}
.information .tabs-heading .tab::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: 6px;
  border-radius: 48px;
  background-color: #F4F4F0;
  transition: all 0.3s;
}
.information .tabs-heading .tab.active::before {
  background-color: #326CBE;
}
.information .tab-content {
  margin-top: 36px;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  transition: all 0.3s;
}
.information .tab-content.active {
  display: grid;
}
.information .tab-content .info-card {
  opacity: 0;
  transition: all 0.3s;
}
.information .tab-content .info-card:nth-child(1) {
  transition-delay: 0s;
}
.information .tab-content .info-card:nth-child(2) {
  transition-delay: 0.3s;
}
.information .tab-content .info-card:nth-child(3) {
  transition-delay: 0.6s;
}
.information .tab-content .info-card:nth-child(4) {
  transition-delay: 0.9s;
}
.information .tab-content .info-card:nth-child(5) {
  transition-delay: 1.2s;
}
.information .tab-content .info-card:nth-child(6) {
  transition-delay: 1.5s;
}
.information .tab-content .info-card:nth-child(7) {
  transition-delay: 1.8s;
}
.information .tab-content .info-card:nth-child(8) {
  transition-delay: 2.1s;
}
.information .tab-content .info-card:nth-child(9) {
  transition-delay: 2.4s;
}
.information .tab-content .info-card:nth-child(10) {
  transition-delay: 2.7s;
}
.information .tab-content.animate .info-card {
  opacity: 1;
}

.contacts .heading {
  text-align: center;
}
.contacts.animate .contacts-container .image-container,
.contacts.animate .contacts-container .contacts-info {
  opacity: 1;
  transform: translateX(0);
}
.contacts-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.contacts-container .image-container {
  width: 50%;
  height: 410px;
  overflow: hidden;
  border-radius: 16px;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 1s;
}
.contacts-container .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contacts-container .contacts-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 50%;
  opacity: 0;
  transform: translateX(100%);
  transition: all 1s;
}
.contacts-container .contacts-info-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contacts-container .contacts-info-block .label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #232320;
}
.contacts-container .contacts-info-block .text {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #232320;
  padding-left: 36px;
}
.contacts-container .contacts-info-block .text.name {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  padding-left: 0;
}
.contacts-container .contacts-info-block .hidden-message {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-left: 36px;
}

@-moz-document url-prefix() {
  .tabs-heading {
    scrollbar-width: none;
  }
}
@media (max-width: 1500px) {
  .limit {
    padding: 0 30px;
  }
}
@media (max-width: 1350px) {
  header.limit {
    justify-content: start;
  }
  header.limit .phone {
    margin-left: auto;
  }
  header.limit .menu {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateX(-100%);
    transition: all 0.3s;
    flex-direction: column;
    align-items: start;
    padding-left: 71px;
    padding-right: 82px;
    padding-bottom: 50px;
    gap: 68px;
    background-color: #326CBE;
    z-index: 5;
    padding-top: 44px;
    height: calc(100dvh - 75px);
  }
  header.limit .menu.active {
    transform: translateX(0);
  }
  header.limit .menu li {
    color: white;
    font-size: 22px;
    line-height: 27px;
  }
  header.limit .burger-btn {
    display: block;
    margin-right: 25px;
  }
  .first-screen-text {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .info-card .buttons {
    gap: 10px;
  }
  .info-card .buttons .button {
    padding: 13px 25px;
  }
}
@media (max-width: 1150px) {
  .first-screen-text h1 {
    font-size: clamp(52px, 5.217vw, 60px);
    line-height: 63px;
  }
  .about-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .station-block:last-of-type .text {
    max-width: 415px;
  }
  .contacts-container {
    gap: 30px;
  }
  .first-screen-image {
    height: 315px;
  }
  footer .limit .logo {
    font-size: 16px;
  }
}
@media (max-width: 999px) {
  footer .limit {
    gap: 20px;
  }
  footer .limit .logo {
    font-size: 14px;
  }
  .first-screen {
    gap: 42px;
  }
  .limit {
    padding: 0 28px;
  }
  .first-screen-text h1 {
    font-size: clamp(46px, 5vw, 52px);
    line-height: 56px;
  }
  .first-screen-text p {
    font-size: 18px;
    max-width: 495px;
  }
  .heading {
    font-size: clamp(42px, 4.55vw, 52px);
  }
  .station-block {
    gap: 30px;
  }
  .information .tab-content {
    grid-template-columns: 1fr;
  }
  .info-card .buttons .button {
    padding: 12px 30px;
  }
}
@media (max-width: 919px) {
  .station-block {
    flex-direction: column;
  }
  .station-block:last-of-type {
    flex-direction: column;
  }
  .station-block:last-of-type .text {
    max-width: 100%;
  }
  .station-block:last-of-type .image-container {
    max-width: 408px;
    height: 389px;
  }
  .station-block .text {
    max-width: 100%;
  }
  .station-block .text .hidden-message {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (max-width: 900px) {
  footer .limit {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  footer .limit .created_by {
    margin-left: 0;
    order: -1;
  }
  footer .limit .logo {
    order: -1;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
  .contacts-container {
    flex-direction: column;
  }
  .contacts-container .image-container {
    width: 100%;
  }
  .contacts-container .contacts-info {
    width: 100%;
  }
  .contacts-container .contacts-info .hidden-message {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 720px) {
  header {
    height: 75px;
  }
  .limit {
    padding: 0 18px;
  }
  header.limit .menu {
    padding-left: 56px;
    padding-right: 58px;
  }
  header.limit .menu .phone-li {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-top: auto;
  }
  header.limit .menu .phone-li a svg path {
    fill: white;
  }
  header.limit .menu .phone-li .phone {
    display: flex;
  }
  header.limit .phone {
    display: none;
  }
  header.limit .logo {
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 650px) {
  .page-container h1 {
    font-size: clamp(26px, 5.538vw, 36px);
  }
  .article-content p {
    font-size: 14px;
  }
  .article-content h2 {
    font-size: clamp(24px, 5.231vw, 34px);
  }
  .article-content h3 {
    font-size: clamp(22px, 4.923vw, 32px);
  }
  .article-content h4 {
    font-size: clamp(20px, 4.615vw, 30px);
  }
  .article-content h5 {
    font-size: clamp(18px, 4.308vw, 28px);
  }
  .article-content h6 {
    font-size: clamp(16px, 4vw, 26px);
  }
  .article-content ol li,
  .article-content ul li {
    font-size: 14px;
  }
  .article-content ol li::marker {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .first-screen-text {
    gap: 24px;
  }
  .first-screen-text h1 {
    font-size: clamp(36px, 7.667vw, 46px);
    line-height: 44px;
  }
  .first-screen-text p {
    font-size: 16px;
  }
  .first-screen-image {
    height: 225px;
  }
  section.limit {
    margin-top: 130px;
  }
  .heading {
    font-size: clamp(32px, 7vw, 42px);
    line-height: 39px;
  }
  .about-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .about-cards .about-card {
    display: grid;
    grid-template-columns: 56px auto;
    gap: 8px 16px;
    align-items: self-start;
  }
  .about-cards .about-card .image-container {
    width: 56px;
    height: 56px;
    grid-row: span 2;
  }
  .about-cards .about-card .image-container svg {
    width: 56px;
    height: 56px;
  }
  .about-cards .about-card p {
    text-align: left;
  }
  .station .heading {
    text-align: center;
  }
  .station-block .text h3 {
    text-align: center;
  }
  .station-block:last-of-type .text h3 {
    text-align: left;
  }
  .station-block .text p {
    text-align: center;
  }
  .station-block .image-container {
    margin: 0 auto;
  }
  .station-block .text .hidden-message {
    padding-top: 117px;
    padding-bottom: 117px;
  }
  .station-block:last-of-type .image-container {
    margin: 0;
  }
  .information .tabs-heading {
    justify-content: start;
    padding-bottom: 5px;
  }
  .info-card .buttons .button {
    padding: 12px 25px;
  }
  .contacts-container .contacts-info-block .text.name {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  header.limit .menu {
    width: 100%;
    align-items: center;
  }
}
@media (max-width: 479px) {
  .layout {
    padding-top: 51px;
  }
  .first-screen-image {
    border-radius: 20px;
  }
  header {
    height: 51px;
  }
  header.limit .menu {
    height: calc(100dvh - 51px);
  }
  .limit {
    padding: 0 16px;
  }
  header.limit .logo {
    font-size: 17px;
    line-height: 21px;
  }
  .first-screen-text h1 {
    text-align: center;
    font-size: clamp(30px, 7.516vw, 36px);
    line-height: 37px;
  }
  .first-screen-text p {
    font-size: 14px;
    text-align: center;
  }
  .first-screen-image {
    height: 178px;
  }
  .heading {
    font-size: 30px;
  }
  .about p {
    font-size: 14px;
  }
  .hidden-message {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 23px 77px;
  }
  .about-cards {
    margin-top: 52px;
  }
  .about-cards .about-card h3 {
    font-size: 16px;
  }
  .about-cards .about-card p {
    font-size: 14px;
  }
  .station-block .text h3 {
    font-size: 18px;
  }
  .station-block .text p {
    font-size: 14px;
  }
  .station-block .image-container {
    min-width: 100%;
  }
  .station-block .text ul li {
    font-size: 14px;
  }
  .station-block .text .hidden-message {
    padding: 101px 20px;
  }
  .station-block:last-of-type .image-container {
    max-width: 100%;
  }
  .info-card .card-text {
    font-size: 14px;
  }
  .info-card .buttons {
    flex-direction: column;
    align-items: start;
  }
  .contacts-container .contacts-info-block .text.name {
    font-size: 20px;
    line-height: 24px;
  }
  footer .limit .logo {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */