@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);
#development h3,
.block-header h2,
footer h2,
header .menu nav ul li a {
  text-transform: uppercase;
}
.btn-blue,
.submit button,
a {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
body {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #083f75;
  padding: 0;
  margin: 0;
  position: relative;
  min-width: 300px;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .block-header h2,
  .container {
    width: 100%;
    padding: 0 10px;
  }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0 !important;
}
button,
header .c-hamburger:focus,
input,
select,
textarea {
  outline: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-header h2:after,
.container:after,
.header:after,
.menu_top:after,
.news_list .news:after,
.preim_block:after,
.section:after,
.shop-pane:after,
.tab_content:after,
.top_menu:after,
.wrraper:after {
  display: block;
  content: "";
  clear: both;
}
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  cursor: pointer;
}
ol,
ul {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
  display: block;
}
html {
  height: 100%;
}
img {
  max-width: 100%;
  max-height: 100%;
}
a:hover img {
  opacity: 0.7;
}
h2 {
  font-size: 30px;
  font-weight: 500;
  color: #083f75;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h2.title {
  margin-bottom: 0;
}
h3,
p {
  margin-bottom: 20px;
}
h3 {
  font-size: 28px;
}
p {
  font-size: 14px;
  font-weight: 400;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table tr td {
  border: 1px solid #666;
  padding: 10px 20px;
}
.bg-img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.bg-img .wrapper {
  background-color: #bde9ffe0;
  display: inline-block;
  width: 380px;
  float: right;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 60px;
}
.block-header {
  max-width: 1440px;
  margin: 0 auto 20px auto;
  position: relative;
  z-index: 10;
}
.block-header.block-slider {
  margin-top: 112px;
}
.block-header h2 {
  display: block;
  padding: 20px 50px 20px 20px;
  font-weight: 800;
  font-size: 36px;
  background-color: #bde9ffd9;
  border-radius: 0 60px 60px 0;
  width: fit-content;
}
.block-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background-color: #bde9ffd9;
}
header {
  z-index: 99;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bde9ffe0;
  -webkit-box-shadow: 00px 7px 7px 6px rgba(189, 233, 254, 0.88);
  box-shadow: 0px 7px 7px 6px rgba(189, 233, 254, 0.88);
  backdrop-filter: blur(18.700000762939453px);
  backdrop-filter: blur(11.800000190734863px);
  z-index: 40;
}
header.no-scroll {
}
header .box {
  position: relative;
  z-index: 100;
}
header .logo {
  display: block;
  margin: 10px 0;
  text-align: center;
  position: relative;
  z-index: 40;
}
header.no-scroll .logo {
  margin: 20px auto 10px auto;
}
header .logo img {
  max-width: 125px;
  width: 100%;
  height: 100%;
}
header .logo img.logo-line {
  max-width: unset;
  display: none;
}
header.no-scroll .menu {
  display: block !important;
  background-color: #083f75;
  backdrop-filter: blur(10px);
  border-radius: 60px;
  width: 100%;
  position: relative;
  top: 0;
  right: 0;
  z-index: 40;
}

header .menu {
  display: none;
  position: absolute;
  /* border-radius: 0 0 60px 60px; */
  top: 89px;
  right: 10px;
  width: fit-content;
  background-color: transparent;
}

header .menu nav {
  display: block;
}
header.no-scroll .menu nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 60px;
  padding: 0 30px;
}

header .menu nav ul {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 85px;
  border-radius: 0 0 60px 60px;

  background-color: #083f75;
  backdrop-filter: blur(10px);
}

header .menu nav ul li {
  display: inline-block;
  float: left;
}

header .menu nav ul li a {
  display: inline-block;
  color: #bde9fe;
  padding: 15px 20px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
header.no-scroll .menu nav ul li a {
  /* white-space: wrap; */
  padding: 30px 15px;
}
header .menu nav ul li a:hover {
  color: #fff;
}
header .c-hamburger {
  /* display: none; */
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: auto 0 auto auto;
  padding: 0;
  width: 70px;
  height: 45px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background: 0 0;
}
header .c-hamburger span {
  display: block;
  position: absolute;
  /* top: 20px; */
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  right: 18px;
  height: 4px;
  background-color: #083f75;
  border-radius: 20px;
}
header .c-hamburger:hover span,
header .c-hamburger:hover span::after,
header .c-hamburger:hover span::before {
  background-color: #0054a6;
}
header .c-hamburger span::after,
header .c-hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #083f75;
  border-radius: 20px;
  content: "";
}
header .c-hamburger span::before {
  top: -10px;
}
header .c-hamburger span::after {
  bottom: -10px;
}
header .c-hamburger--htx span {
  transition: background 0s 0.3s;
}
header .c-hamburger--htx span::after,
header .c-hamburger--htx span::before {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
header .c-hamburger--htx span::before {
  transition-property: top, transform;
}
header .c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
header .c-hamburger--htx.is-active span {
  background: 0 0;
}
#about .about-slide-1 .terminal-map,
.about-slide-2 .map-img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
header .c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
header .c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
header .c-hamburger--htx.is-active span::after,
header .c-hamburger--htx.is-active span::before {
  transition-delay: 0s, 0.3s;
}
header .c-hamburger.c_hamburger_bot span {
  height: 2px;
}
header .c-hamburger.c_hamburger_bot span:after,
header .c-hamburger.c_hamburger_bot span:before {
  height: 2px;
  width: 100%;
}
header.no-scroll .c-hamburger {
  display: none;
}

header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
header.no-scroll .container {
  flex-direction: column;
}

@media screen and (min-height: 701px) and (min-width: 1201px) {
  header .menu {
    /* display: inline-block !important; */
  }
}
@media screen and (max-height: 700px), screen and (max-width: 1200px) {
  header .logo {
    margin: 10px 0;
  }
  header .logo img.logo-line {
    display: inline;
  }
  header.no-scroll .c-hamburger,
  header .c-hamburger {
    display: inline-block;
    position: relative;
    z-index: 40;
  }
  header .menu {
    display: none;
    position: absolute;
    z-index: 5;
    border-radius: 0 0 60px 60px;
    top: 89px;
    right: 10px;
    width: fit-content;
    background-color: transparent;
  }
  header .menu nav {
    width: 1220px;
    margin: 0 auto;
  }
  header .menu nav ul li a {
    padding: 20px;
  }
  header .menu nav ul li a {
    padding: 15px 20px;
    white-space: nowrap;
  }
  .topmenu {
    overflow: auto;
  }
  header.no-scroll .menu nav ul,
  header .menu nav ul {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 45px 85px;
    border-radius: 0 0 60px 60px;

    background-color: #083f75;
    backdrop-filter: blur(10px);
  }
}
#main .top-slide,
#main .top-slide .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -moz-align-items: center;
}
@media screen and (max-width: 1200px) {
  header .menu nav {
    width: fit-content;
  }
}
@media screen and (max-width: 1000px) {
  header .menu nav ul li,
  header .menu nav ul li a {
    width: 100%;
  }
}
#main .top-slide {
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}
#main .top-slide video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
@media (min-aspect-ratio: 16 / 9) {
  #main .top-slide #video_bg {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16 / 9) {
  #main .top-slide #video_bg {
    width: 300%;
    left: -100%;
  }
}
@supports (object-fit: cover) {
  #main .top-slide #video_bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#main .top-slide .wrapper {
  padding: 100px 75px;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70%;
  text-align: center;
}
#main .top-slide .wrapper h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #083f75;
  text-align: start;
}
#main .top-slide .wrapper h3 {
  font-size: 16px;
  font-weight: 300;
  color: #083f75;
  text-align: start;
}
#main .top-slide .wrapper h3 strong {
  font-weight: 700;
}
@media screen and (max-width: 630px) {
  #main .top-slide .wrapper {
    width: 100%;
    padding: 50px 35px;
  }
}
@media screen and (max-width: 520px) {
  #main .top-slide .wrapper {
    width: 100%;
    padding: 40px 10px;
  }
}
@media screen and (max-width: 340px) {
  #main .top-slide .wrapper {
    margin-top: 50px;
  }
}
#main .advantages {
  background-image: url(../img/bg2.png);
  background-position: 50% 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 40px 0;
  width: 100%;
}
#main .advantages ul {
  text-align: center;
}
#main .advantages ul li {
  display: inline-block;
  width: 308px;
  vertical-align: top;
  margin-right: 80px;
  margin-bottom: 30px;
}
#main .advantages ul li:nth-child(3n) {
  margin-right: 0;
}
#main .advantages ul li:nth-child(4),
#main .advantages ul li:nth-child(5) {
  margin-bottom: 0;
}
#main .advantages ul li .icon {
  height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 10px;
}
#main .advantages ul li .icon img {
  height: auto;
  width: auto;
  margin: auto;
}
#main .advantages ul li .text {
  font-weight: 300;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  #main .advantages ul li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1070px) {
  #main .advantages ul li {
    width: 250px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 570px) {
  #main .advantages ul li {
    margin: 0 15px 20px;
  }
}
@media screen and (max-width: 520px) {
  #main .advantages ul li {
    margin: 0 0 20px;
  }
}
#yuzhniy-port {
  padding: 30px 0 25px;
  background-color: #fff;
  overflow: hidden;
}
#yuzhniy-port .list {
  display: inline-block;
  float: left;
  width: 570px;
}
#yuzhniy-port .list li {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  padding-left: 35px;
}
#yuzhniy-port .list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  background: #083f75;
  border-radius: 50%;
}
#yuzhniy-port img {
  display: inline-block;
  float: right;
}
@media screen and (max-width: 1200px) {
  #yuzhniy-port .list,
  #yuzhniy-port img {
    width: 48%;
  }
}
@media screen and (max-width: 950px) {
  #yuzhniy-port .list {
    width: 100%;
    float: none;
  }
  #yuzhniy-port img {
    float: none;
    width: auto;
    margin: 20px auto;
    display: block;
  }
}
#about {
  position: relative;
}
#about .about-slide-1 {
  display: inline-block;
  width: 100%;
  background-image: url(../img/coords_bg_2.jpg);
  height: calc(100vh - 127px);
  min-height: 650px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-top: -200px;
}
#about .about-slide-1 .wrapper {
  margin-top: 5%;
  padding: 75px 80px;
  max-width: 50%;
}
#about .about-slide-1 .wrapper .wrap-top {
  color: #083f75;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 13px;
  border-bottom: 2px solid #083f7540;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

#about .about-slide-1 .wrapper .wrap-top p.caption_title {
  text-transform: uppercase;
  text-align: left;
}
.caption_item img {
  height: 80px;
  width: 80px;
  margin: auto;
  display: block;
}
#about .about-slide-1 .wrapper .wrap-top p {
  font-weight: 800;
  font-size: 16px;
  text-align: center;
}
#about .about-slide-1 .wrapper .wrap-top .caption p {
  color: #083f75;
  font-size: 12px;
  margin-bottom: 3px;
}
#about .about-slide-1 .wrapper .wrap-top .caption img {
  margin-bottom: 5px;
}

#about .about-slide-1 .wrapper .param {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 10px;
}
#about .about-slide-1 .wrapper .param li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  filter: brightness(0) saturate(100%) invert(24%) sepia(69%) saturate(1018%)
    hue-rotate(188deg) brightness(96%) contrast(84%);
}
#about .about-slide-1 .wrapper .param li .icon img {
  height: 100px;
  width: 100px;
  object-fit: contain;
}
#about .about-slide-1 .wrapper .param li .text {
  font-weight: 300;
  color: #2d5593;
  font-size: 16px;
  text-align: center;
  display: grid;
  grid-template-rows: 50px auto;
}
#about .about-slide-1 .wrapper .param li .text span.text_value {
  font-size: 20px;
  font-weight: 700;
}
#about .about-slide-1 .wrapper .param li .text span.text_value strong {
  font-size: 36px;
}
@media screen and (max-height: 800px) {
  #about .about-slide-1 .wrapper {
    margin-top: 30px;
  }
  #about .about-slide-1 .wrapper .wrap-top {
    margin-bottom: 50px;
  }
  #about .about-slide-1 .wrapper .param li:nth-child(3),
  #about .about-slide-1 .wrapper .param li:nth-child(4) {
    margin-bottom: 0;
  }
}

@media (max-width: 1300px) {
  #about .about-slide-1 .wrapper {
    padding: 55px 70px;
  }
  #about .about-slide-1 .wrapper .wrap-top {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1100px) {
  #about .about-slide-1 .wrapper {
    padding: 35px 45px;
  }
  #about .about-slide-1 .wrapper .wrap-top {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  #about .about-slide-1 .wrapper .param li {
    width: 100%;
  }

  #about .about-slide-1 .wrapper .param li .icon img {
    height: 90px;
    width: 90px;
  }
}
#about .about-slide-1 .terminal-map {
  position: absolute;
  width: 60%;
  height: 100%;
  left: -2px;
}

#about .about-slide-1 .terminal-map svg {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}

#about .about-slide-1 .terminal-map .map-point {
  position: absolute;
  background-image: none;
  background-color: #bde9ffd9;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  width: 185px;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .about-slide-1 .terminal-map .map-point .map-point-text {
  text-align: center;
  color: #083f75;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
#about .about-slide-1 .terminal-map .map-point:after {
  content: "";
  background-image: url(../img/map-triangle1.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 97%;
  right: 54px;
  width: 45px;
  height: 40px;
}

.terminal-map {
  position: relative;
}

.map-point {
  transform: translate(-60%, -140%);
}
@media screen and (max-width: 950px) and (min-height: 851px) {
  #about .about-slide-1 .terminal-map .map-point {
    width: 200px;
    /* height: 200px; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0 0;
  }
  #about .about-slide-1 .terminal-map .map-point .map-point-text {
    padding-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  #about .about-slide-1 {
    height: auto;
  }
  #about .about-slide-1 .terminal-map {
    position: relative;
    height: 600px;
    width: calc(100% + 20px);
    background-position: 0 50%;
  }
  #about .about-slide-1 .wrapper {
    float: none;
    display: block;
    margin: 40px auto;
    max-width: 90%;
  }
  #about .about-slide-1 .wrapper:after {
    display: table;
    clear: both;
    content: "";
  }
}

@media screen and (max-width: 440px) {
  #about .about-slide-1 .wrapper {
    width: 100%;
  }
  #about .about-slide-1 .wrapper .wrap-top {
    padding-left: 10px;
  }
  #about .about-slide-1 .wrapper .wrap-top .caption {
    margin-right: 0;
  }
}
@media screen and (max-width: 400px) {
  #about .about-slide-1 .terminal-map .map-point {
    left: 100px;
  }
}
@media screen and (max-width: 350px) {
  #about .about-slide-1 .terminal-map {
    background-position: 50% 50%;
  }
  #about .about-slide-1 .terminal-map .map-point {
    left: calc(50% - 100px);
  }
}
.about-slide-2 .map-img,
.terminal .map-img {
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.about-slide-2 {
  height: calc(100vh - 50px);
  min-height: 660px;
  display: inline-block;
  width: 100%;
  background-image: url(../img/coords_bg_3.jpg);
  position: relative;
  overflow: hidden;
}
.about-slide-2 .map-img {
  position: absolute;
  width: 50%;
  height: 100%;
  background-image: url(../img/sheme-1.png);
  background-size: cover;
}
.about-slide-2 .description {
  display: inline-block;
  float: right;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  width: 420px;
  margin-top: 5%;
}
.about-slide-2 .param {
  position: absolute;
  bottom: 10%;
  left: 46%;
}
.about-slide-2 .param .bline {
  display: inline-block;
  height: 2px;
  width: 150px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-slide-2 .param .hline,
.about-slide-2 .param .tline {
  background-color: #fff;
  position: absolute;
  left: 150px;
  display: inline-block;
}
.about-slide-2 .param .hline {
  height: 500px;
  width: 2px;
  bottom: 0;
}
.about-slide-2 .param .tline {
  height: 2px;
  width: 150px;
  bottom: 500px;
}
.about-slide-2 .param .text {
  display: inline-block;
  color: #fff;
  position: relative;
  bottom: 450px;
  left: 300px;
  border: 1px solid #fff;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  width: 300px;
}
.about-slide-2 .param.param-1 {
  bottom: 13%;
}
.about-slide-2 .param.param-2 {
  bottom: 21%;
}
.about-slide-2 .param.param-2 .bline {
  width: 160px;
}
.about-slide-2 .param.param-2 .hline {
  height: 300px;
  left: 160px;
}
.about-slide-2 .param.param-2 .tline {
  bottom: 300px;
  left: 160px;
  width: 140px;
}
.about-slide-2 .param.param-2 .text {
  bottom: 250px;
}
.about-slide-2 .param.param-3 {
  bottom: 27%;
}
.about-slide-2 .param.param-3 .bline {
  width: 170px;
}
.about-slide-2 .param.param-3 .hline {
  height: 100px;
  left: 170px;
}
.about-slide-2 .param.param-3 .tline {
  bottom: 100px;
  left: 170px;
  width: 130px;
}
.about-slide-2 .param.param-3 .text {
  bottom: 50px;
}
@media screen and (max-height: 700px) {
  .about-slide-2 .param.param-1 .hline {
    height: 400px;
  }
  .about-slide-2 .param.param-1 .tline {
    bottom: 400px;
  }
  .about-slide-2 .param.param-1 .text {
    bottom: 350px;
  }
  .about-slide-2 .param.param-2 .hline {
    height: 200px;
  }
  .about-slide-2 .param.param-2 .tline {
    bottom: 200px;
  }
  .about-slide-2 .param.param-2 .text {
    bottom: 150px;
  }
  .about-slide-2 .param.param-3 .hline {
    height: 0;
  }
  .about-slide-2 .param.param-3 .tline {
    bottom: 0;
  }
  .about-slide-2 .param.param-3 .text {
    bottom: -50px;
  }
}
@media screen and (max-width: 850px) {
  .about-slide-2 .map-img {
    width: 100%;
  }
  .about-slide-2 .description {
    background-color: #fff;
    color: #231f20;
    z-index: 3;
    opacity: 0.9999999;
    padding: 5px;
  }
  .about-slide-2 .param {
    left: unset;
    right: 10px;
  }
  .about-slide-2 .param .bline,
  .about-slide-2 .param .hline,
  .about-slide-2 .param .tline {
    display: none;
  }
  .about-slide-2 .param .text {
    left: unset;
  }
  .about-slide-2 .param.param-1 .text {
    background-color: rgba(230, 230, 0, 0.7);
    color: #231f20;
  }
  .about-slide-2 .param.param-2 .text {
    background-color: rgba(92, 214, 92, 0.7);
    color: #231f20;
  }
  .about-slide-2 .param.param-3 .text {
    background-color: rgba(255, 51, 51, 0.7);
    color: #231f20;
  }
}
@media screen and (max-width: 440px) {
  .about-slide-2 .description {
    width: 100%;
  }
  .about-slide-2 .param.param-1 .text {
    bottom: 350px;
  }
  .about-slide-2 .param.param-2 .text {
    bottom: 200px;
  }
  .about-slide-2 .param.param-3 .text {
    bottom: 40px;
  }
}
@media screen and (max-width: 360px) {
  .about-slide-2 .description {
    width: 100%;
    font-size: 18px;
  }
  .about-slide-2 .param .text {
    font-size: 18px;
    width: 250px;
  }
  .about-slide-2 .param.param-1 .text {
    bottom: 330px;
  }
  .about-slide-2 .param.param-2 .text {
    bottom: 180px;
  }
  .about-slide-2 .param.param-3 .text {
    bottom: 20px;
  }
}
.terminal {
  overflow: hidden;
}
.terminal .slide {
  position: relative;
  height: calc(100vh - 140px);
  min-height: 640px;
  margin-top: -200px;
}
.terminal .map-img {
  display: inline-block;
  position: absolute;
  width: 50%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.terminal .terminal-params {
  margin-top: 5%;
  float: right;
  padding: 40px 25px;
}
.terminal .terminal-params .param li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.terminal .terminal-params .param li:last-child {
  margin-bottom: 0;
}
.terminal .terminal-params .param li .icon {
  margin-right: 15px;
  width: 50px;
}
.terminal .terminal-params .param li .text {
  width: calc(100% - 65px);
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-height: 730px) {
  .terminal .terminal-params {
    margin-top: 15px;
  }
}
@media screen and (max-height: 685px) {
  .terminal .terminal-params {
    padding: 15px;
  }
}
@media screen and (max-width: 850px) {
  .terminal .slide .map-img {
    position: relative;
    height: 500px;
    width: 100%;
    background-position: 50% 100%;
  }
  .block-header .terminal .slide h2,
  .terminal .slide .block-header h2,
  .terminal .slide .container {
    padding: 200px 10px 30px 10px;
  }
  .terminal .slide .wrapper {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .terminal .slide .wrapper:after {
    display: table;
    clear: both;
    content: "";
  }
}
@media screen and (max-width: 410px) {
  .terminal .slide .wrapper {
    width: 100%;
  }
}
#development {
  background-color: #fff;
  margin-bottom: 40px;
}
#development h2 {
  margin-top: 15px;
}
#development h3 {
  text-align: center;
  color: #083f75;
  font-size: 31px;
  font-weight: 600;
}
#development .development-list {
  display: block;
  width: 766px;
  margin: 0 auto;
}
#development .development-list:after {
  display: table;
  clear: both;
  content: "";
}
#development .development-list .development-left {
  display: inline-block;
  float: left;
  width: calc(50% + 1px);
  border-right: 2px solid #083f75;
  padding-top: 30px;
}
#development .development-list .development-left:after {
  display: table;
  clear: both;
  content: "";
}
#development .development-list .development-right {
  display: inline-block;
  float: left;
  width: calc(50% - 1px);
  padding-top: 120px;
}
#development .development-list .development-right:after {
  display: table;
  clear: both;
  content: "";
}
#development .development-list .development-right .status {
  float: right;
}
#development .development-list .development-right .status:last-child {
  margin-bottom: 0;
}
#development .development-list .status {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  height: 90px;
  width: 340px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 90px;
  padding: 10px 20px;
  height: 150px;
  background-color: #bde9ffd9;
  border-radius: 60px;
}
@media (max-width: 1200px) {
  #development .development-list .status {
    height: calc(90px + (150 - 90) * ((100vw - 400px) / (1200 - 400)));
  }
}
@media screen and (max-width: 790px) {
  #development .development-list {
    width: 100%;
  }
  #development .development-list .development-left {
    border: none;
  }
  #development .development-list .development-right {
    padding-top: 135px;
  }
  #development .development-list .status {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 400px) {
  #development .development-list .development-right {
    padding-top: 165px;
  }
  #development .development-list .status {
    width: 180%;
    height: 120px;
    margin-bottom: 150px;
  }
}
#timeline {
  clear: both;
}
#timeline .timeline-scheme {
  text-align: center;
  margin: 20px 0;
  overflow: hidden;
}
#timeline .timeline-scheme .mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  #timeline .timeline-scheme .pc {
    display: none;
  }
  #timeline .timeline-scheme .mobile {
    display: inline;
  }
}
#video {
  margin-bottom: 40px;
}
#downloads {
  overflow: hidden;
  margin-bottom: 50px;
}
#downloads .download-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-around;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#downloads .download-links li {
  display: inline-block;
  text-align: center;
  min-width: 16px;
}
#downloads .download-links .icon {
  background-color: #bde9ffd9;
  backdrop-filter: blur(10px);

  border-radius: 60px;
  height: 146px;
  width: 166px;
  padding: 30px;
}
#downloads .download-links li img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#downloads .download-links li a {
  color: #083f75;
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-top: 5px;
}
#downloads .download-links li a:hover {
  color: #0054a6;
}
@media screen and (max-width: 520px) {
  #downloads .download-links {
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #downloads .download-links li {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 10px;
    width: 100%;
  }
  #downloads .download-links li a {
    font-size: 18px;
    font-weight: 400;
  }
  footer h2 {
    text-align: center;
  }
}
footer {
  background-color: #083f75;
  backdrop-filter: blur(10px);
  padding: 50px 0;
}
footer h2 {
  color: #c6ecff;
  font-size: 31px;
}
footer .contacts-list {
  flex: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 300px;
  gap: 30px;
}
footer .contacts-list .email,
footer .contacts-list .phone,
footer .contacts-list .site {
  display: inline-block;
  text-align: center;
  min-width: 160px;
  margin: auto;
}
footer .contacts-list .email img,
footer .contacts-list .phone img,
footer .contacts-list .site img {
  height: 30px;
  filter: brightness(0) saturate(100%) invert(93%) sepia(4%) saturate(5860%)
    hue-rotate(176deg) brightness(102%) contrast(107%);
}
footer .contacts-list .email a,
footer .contacts-list .phone a,
footer .contacts-list .site a {
  color: #c6ecff;
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-top: 5px;
}
footer .contacts-list .email a:hover,
footer .contacts-list .phone a:hover,
footer .contacts-list .site a:hover {
  color: #0054a6;
}

@media screen and (max-width: 520px) {
  footer .contacts-list {
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  footer .contacts-list .email,
  footer .contacts-list .phone,
  footer .contacts-list .site {
    margin-bottom: 10px;
    width: 100%;
  }
  footer .contacts-list .email a,
  footer .contacts-list .phone a,
  footer .contacts-list .site a {
    font-size: 18px;
    font-weight: 400;
  }
}
/* New styles */
html {
  scroll-behavior: smooth;
}
body.menu_open {
  overflow: hidden;
}
.container {
  max-width: 1400px;
  width: 100%;
  padding: 0 20px;
}

.grain-photo img,
.container-photo img,
.cargo-photo img,
.railway-photo img,
.substation-photo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.terminal .terminal-params .param .text li {
  margin-bottom: 0;
}
.bg-img .wrapper {
  width: auto;
  max-width: 100%;
}
.leadership-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.leadership {
  flex: auto;
  padding-top: 200px;
  padding-bottom: 50px;
}
.leadership_list {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.leader_item_img {
  max-height: 300px;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 370 / 500;
  border: 1px solid #b0afaf;
  border-radius: 60px;
  overflow: hidden;
  margin: 0 auto 10px auto;
}
.leadership_item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.leadership_item_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 800;
}
.footer {
  width: 100%;
}

.timeline {
  position: relative;
  padding: 180px 90px;
}
.timeline_line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 4px dashed #ebb418;
  transform: translateY(-50%);
}
.timeline_line::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #ebb418;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  position: absolute;
  right: -12px;
  top: -8px;
}

.timeline_list {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.timeline_item {
  position: relative;
  width: 16%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timeline_item_top {
  justify-content: flex-end;
}
.timeline_content {
  text-align: center;
  position: absolute;
}
.timeline_item_top .timeline_content {
  margin-bottom: 100px;
}
.timeline_item_top .timeline_text {
  border-bottom: 1px solid;
}

.timeline_item_bottom {
  justify-content: flex-start;
}
.timeline_item_bottom .timeline_content {
  margin-top: 100px;
}
.timeline_item_bottom .timeline_text {
  border-top: 1px solid;
}

.timeline_dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  z-index: 1;
  top: -10px;
  outline-offset: 9px;
}

.timeline_dot::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.timeline_dot::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 90px;
  width: 2px;
}

.timeline_item_top .timeline_dot::before {
  top: -70px;
}

.timeline_dot::after {
  width: 60px;
  height: 60px;
  border: 1px solid #8b8b8b;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.timeline_content {
  font-size: 14px;
}

.timeline_year {
  font-weight: bold;
  margin-bottom: 5px;
}

.timeline_text {
  font-size: 12px;
  text-transform: uppercase;
}

/* Dots colors */
.timeline_dot_aqua {
  background: #1ea79d;
  outline: 2px solid #1ea79d !important;
}
.timeline_dot_aqua::before {
  background-color: #1ea79d;
}
.text-aqua {
  color: #1ea79d;
}

.timeline_dot_blue {
  background: #0054a5;
  outline: 2px solid #0054a5 !important;
}
.timeline_dot_blue::before {
  background-color: #0054a5;
}
.text-blue {
  color: #0054a5;
}

.timeline_dot_orange {
  background: #f59524;
  outline: 2px solid #f59524 !important;
}
.timeline_dot_orange::before {
  background-color: #f59524;
}
.text-orange {
  color: #f59524;
}

.timeline_dot_gold {
  background: #b29752;
  outline: 2px solid #b29752 !important;
}
.timeline_dot_gold::before {
  background-color: #b29752;
}
.text-gold {
  color: #b29752;
}

.timeline_dot_gray {
  background: #86a6b1;
  outline: 2px solid #86a6b1 !important;
}
.timeline_dot_gray::before {
  background-color: #86a6b1;
}
.text-gray {
  color: #86a6b1;
}

.timeline_dot_green {
  background: #76a940;
  outline: 2px solid #76a940 !important;
}
.timeline_dot_green::before {
  background-color: #76a940;
}
.text-green {
  color: #76a940;
}
.about-slide-2 {
  background-image: url(../img/terminals-bg.png);
  width: 100%;
  aspect-ratio: 1280 / 720;
  background-size: cover;
  background-repeat: no-repeat;
}

.map_image {
  width: 100%;
}
.about-slide-2 .map-img {
  background-image: none;
  width: 100%;
  height: 100%;
  aspect-ratio: 1280 / 720;
  overflow: hidden;
}
.about-slide-2 .map-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.terminals-svg {
  width: 100%;
  display: block;
}

/* активний стан */
.map_terminal_show {
  opacity: 1;
  transform: translateY(0);
  color: white;
  font-size: 20px;
}
.map-img polygon {
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
  transition: 0.5s;
}
.map-img polygon.polygon_show {
  opacity: 0.47;
  transform: scale(1);
}

.map_block {
  position: relative;
  width: 100%;
  height: 100%;
}
.map_terminals {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map_terminal {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.5s;
  z-index: 2;
}

.map_terminal_show {
  opacity: 1;
  transform: translateY(0);
}
.map_terminal_1 {
  top: 40%;
  left: 20%;
}
.map_terminal_2 {
  top: 45%;
  left: 39%;
}
.map_terminal_3 {
  top: 75%;
  left: 40%;
}
.map_terminal_4 {
  top: 20%;
  left: 60%;
}
.map_terminal_5 {
  top: 30%;
  left: 50%;
}

.about-slide-2 {
  background-image: none;
  height: auto;
  min-height: fit-content;
}

#substation .container,
#cargo .container,
#grain .container,
#railway .container {
  height: 100%;
  display: flex;
}
#grain.terminal .terminal-params,
#railway.terminal .terminal-params {
  margin-top: auto;
  margin-bottom: 5%;
}

#substation.terminal .terminal-params,
#cargo.terminal .terminal-params {
  margin: auto 0 5% auto;
}

#leadership {
  padding: 100px 0;
  border-top: 5px solid #083f7538;
  height: calc(100% - 290px);
  min-height: calc(100vh - 500px);
}

.bg-img {
  margin-bottom: 10px;
}

.advantages .icon,
.contacts-list img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%)
    hue-rotate(51deg) brightness(112%) contrast(101%);
}

.caption_item {
  filter: brightness(0) saturate(100%) invert(17%) sepia(98%) saturate(1178%)
    hue-rotate(186deg) brightness(92%) contrast(96%);
}

.param .icon {
  filter: brightness(0) saturate(100%) invert(17%) sepia(26%) saturate(5623%)
    hue-rotate(195deg) brightness(92%) contrast(94%);
}

.slide {
  position: relative;
}
.slider_visual {
  position: absolute;
  inset: 0;
  z-index: 1; 
}

.container {
  position: relative;
  z-index: 3; 
}

.slider_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  color: #083f75;
}

.swiper-pagination-bullet-active {
  background-color: #083f75;
}

.open_gallery_btn {
  display: none;
}

@media (max-width: 1200px) {
  .leadership {
    padding-top: 100px;
  }

  #main .top-slide .wrapper h2,
  .footer h2,
  h2,
  .block-header h2 {
    font-size: calc(23px + (36 - 23) * ((100vw - 320px) / (1200 - 320)));
  }
  .map_terminal_show {
    font-size: calc(10px + (20 - 10) * ((100vw - 320px) / (1200 - 320)));
  }
  .terminal .terminal-params .param li .text,
  #development .development-list .status,
  #downloads .download-links li a,
  .footer a,
  #yuzhniy-port .list li,
  #main .advantages ul li .text {
    font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1200 - 320)));
  }
  #about .about-slide-1 .wrapper .param li .text span.text_value strong {
    font-size: calc(20px + (36 - 20) * ((100vw - 320px) / (1200 - 320)));
  }
  #about .about-slide-1 .wrapper .param li .text span.text_value {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1200 - 320)));
  }
  #development h3 {
    font-size: calc(22px + (31 - 22) * ((100vw - 320px) / (1200 - 320)));
  }
  .block-header.block-slider {
    margin-top: calc(20px + (112 - 20) * ((100vw - 320px) / (1200 - 320)));
  }
  footer .contacts-list {
    margin-left: calc(0px + (300 - 0) * ((100vw - 1000px) / (1200 - 1000)));
  }
  #downloads .download-links .icon {
    width: calc(126px + (166 - 126) * ((100vw - 320px) / (1200 - 320)));
    height: calc(100px + (146 - 100) * ((100vw - 320px) / (1200 - 320)));
    padding: calc(5px + (30 - 5) * ((100vw - 320px) / (1200 - 1000)));
  }
}

@media screen and (max-width: 1000px) {
  header .menu nav ul li,
  header .menu nav ul li a {
    width: auto;
  }
  .timeline {
    padding: 180px 50px;
  }
  #main .top-slide .wrapper {
    padding: 65px 55px;
  }
  footer .contacts-list {
    margin-left: 0;
  }
}

@media screen and (max-width: 850px) {
  .terminal .slide .map-img {
    height: auto;
  }
  .bg-img .wrapper {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .leadership_list {
    flex-direction: column;
  }
  .bg-img .wrapper {
    max-width: 100%;
  }

  .timeline {
    padding: 80px 0;
    height: 600px;
  }
  .timeline_list {
    flex-direction: column;
    height: 100%;
    margin-right: 26px;
    align-items: end;
  }
  .timeline_item {
    width: 100%;
    flex-direction: row;
    align-items: end;
    margin-right: 46px;
  }

  .timeline_item_bottom {
    flex-direction: row-reverse;
  }
  .timeline_line {
    width: 0;
    border-bottom: 0;
    left: unset;
    right: 80px;
    height: 100%;
    border-left: 4px dashed #ebb418;
  }

  .timeline_line::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid #ebb418;
    position: absolute;
    right: -8px;
    top: 100%;
  }
  .timeline_dot::before {
    height: 2px;
    width: 190px;
    left: unset;
    right: 12px;
    transform: unset;
  }
  .timeline_item_top .timeline_dot::before {
    top: 10px;
  }
  .timeline_item_top .timeline_content {
    margin-right: 35%;
    margin-bottom: -28px;
  }
  .timeline_item_bottom .timeline_content {
    margin-right: 35%;
    margin-bottom: -28px;
  }
  .timeline_item_bottom .timeline_text,
  .timeline_item_top .timeline_text {
    border-top: 1px solid;
    border-bottom: 0;
    line-height: 2.3;
  }
  .timeline_item_bottom .timeline_content {
    display: flex;
    flex-direction: column-reverse;
  }
  #main .top-slide .wrapper h3 {
    font-size: 14px;
  }
  header .menu {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 75px;
    border-radius: 0;
  }
  header .menu nav {
    width: 100%;
    height: calc(100% - 50px);
    background-color: #083f75;
  }
  header .menu nav ul {
    display: flex;
    border-radius: 0;
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 45px;
  }

  #about .about-slide-1 .wrapper .param li .text {
    font-size: 14px;
  }
  #about .about-slide-1 .wrapper .param li .icon {
    margin-bottom: 5px;
  }
  #about .about-slide-1 .wrapper .param li .icon img {
    height: 70px;
    width: 70px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    height: 30px;
  }
  header .logo {
    margin: 0;
  }
  .block-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .open_gallery_btn {
    display: block;
    background-color: transparent;
    border: none;
    margin-right: 20px;
    flex: 0 0 auto;
  }
  #leadership {
    height: 100%;
  }
}
@media (max-width: 750px) {
  .timeline_dot::before {
    width: calc(50px + (190 - 50) * ((100vw - 320px) / (750 - 320)));
  }
}
@media (max-width: 680px) {
  #about .about-slide-1 .wrapper .param li .text {
    grid-template-rows: 30px auto;
  }
}
@media screen and (max-width: 520px) {
  #main .top-slide .wrapper {
    padding: 35px 45px;
  }
  header .logo img {
    max-width: 100px;
  }
  header .c-hamburger {
    height: 35px;
    width: 65px;
  }
  header::before {
    box-shadow: 0px -1px 4px 6px rgba(189, 233, 254, 0.88);
  }
  header .container {
    margin-top: 4px;
  }
  header .menu {
    top: 55px;
  }
  header .menu nav {
    height: calc(100% - 55px);
  }
}
@media (max-width: 577px) {
  #about .about-slide-1 .wrapper .param {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  #about .about-slide-1 .wrapper .wrap-top {
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #about .about-slide-1 .wrapper .wrap-top p.caption_title {
    flex: 1 1 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .caption_item {
    width: 45%;
  }
  #about .about-slide-1 .wrapper .param li {
    display: flex;
  }
  #about .about-slide-1 .wrapper .param li .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .timeline_line {
    right: 60px;
  }
  .timeline_item {
    margin-right: 26px;
  }
}

@media (max-width: 375px) {
  .timeline_line {
    right: 40px;
  }
  .timeline_item {
    margin-right: 6px;
  }
  .timeline_item_top .timeline_content,
  .timeline_item_bottom .timeline_content {
    margin-right: 30%;
  }
  #main .top-slide .wrapper {
    padding: 25px 35px;
  }
  #about .about-slide-1 .wrapper {
    padding: 30px 20px;
  }
  .block-header h2 {
    padding-right: 30px;
  }
}
