:root {
  --layout-width-more: 1350px;
  --layout-width-less: 1300px;
  --main-font-family: "PT Sans", sans-serif;
  --main-header-font-family: "PT Serif", serif;
  --main-sub-header-family: "PT Serif Caption", serif;
  --small-font-family: "PT Sans Caption", sans-serif;
  --narrow-font-family: "PT Sans Narrow", sans-serif;

  --color-dark-blue: #054277;
  --color-very-dark-blue: #054277;
  --color-light: rgb(5 66 119 / 50%);
  --color-line-light: rgb(5 66 119 / 15%);

  --color-active-otdel: #ff5722;
  --color-active-filial: #b8e519;
  --color-active-zona: #9bbcdb;

  /* font-family: var(--main-header-font-family); */

  /* font-family: "pt sans caption", sans-serif; */

  /* --header-font-weight: 700;
  --text-font-weight: 400;
  --accent-font-family: ;

  --color-light: #fff;
  --color-dark: #000; */
}
html {
  font-size: 10px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
blockquote {
  margin: 0;
  padding: 0;
}

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

img {
  width: 100%;
}
.main-content img {
  height: auto;
}

.section-shadow {
  box-shadow: 0 0 15px rgb(5 66 119 / 8%);
}
.section-radius-l {
  border-radius: 7px;
  overflow: hidden;
}

.main-section {
  position: relative;
  width: 100%;
  padding: 0 30px;
}

@media (max-width: 1200px) {
  .main-section {
    padding: 0 15px;
  }
}

.main__margin-b {
  margin-bottom: 110px;
}

@media (max-width: 1250px) {
  .main__margin-b {
    margin-bottom: 50px;
  }
}

.main-section__inner {
  position: relative;
  max-width: 1350px;
  height: 100%;
  margin: auto;
}

.header-section__inner {
  position: relative;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin: auto;
}

@media (max-width: 800px) {
  .header-section__inner {
    display: flex;
    flex-direction: column;
  }
}

.main-section__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 40px;
  height: 100%;
}
@media (max-width: 1250px) {
  .main-section__grid {
    gap: 50px 40px;
  }
}

@media (max-width: 600px) {
  .main-section__grid {
    gap: 50px 0;
  }
}

@media (min-width: 1200px) {
  .grid-12 {
    grid-column: span 12;
  }
  .grid-11 {
    grid-column: span 11;
  }
  .grid-10 {
    grid-column: span 10;
  }
  .grid-9 {
    grid-column: span 9;
  }
  .grid-8 {
    grid-column: span 8;
  }
  .grid-7 {
    grid-column: span 7;
  }
  .grid-6 {
    grid-column: span 6;
  }
  .grid-5 {
    grid-column: span 5;
  }
  .grid-4 {
    grid-column: span 4;
  }
  .grid-3 {
    grid-column: span 3;
  }
  .grid-2 {
    grid-column: span 2;
  }
  .grid-1 {
    grid-column: span 1;
  }
}

@media (max-width: 1200px) {
  .grid-m-12 {
    grid-column: span 12;
  }
  .grid-m-11 {
    grid-column: span 11;
  }
  .grid-m-10 {
    grid-column: span 10;
  }
  .grid-m-9 {
    grid-column: span 9;
  }
  .grid-m-8 {
    grid-column: span 8;
  }
  .grid-m-6 {
    grid-column: span 6;
  }
  .grid-m-5 {
    grid-column: span 5;
  }
  .grid-m-4 {
    grid-column: span 4;
  }
  .grid-m-3 {
    grid-column: span 3;
  }
  .grid-m-2 {
    grid-column: span 2;
  }
  .grid-m-1 {
    grid-column: span 1;
  }
}

@media (max-width: 900px) {
  .grid-s-12 {
    grid-column: span 12;
  }
  .grid-s-11 {
    grid-column: span 11;
  }
  .grid-s-10 {
    grid-column: span 10;
  }
  .grid-s-9 {
    grid-column: span 9;
  }
  .grid-s-8 {
    grid-column: span 8;
  }
  .grid-s-6 {
    grid-column: span 6;
  }
  .grid-s-5 {
    grid-column: span 5;
  }
  .grid-s-4 {
    grid-column: span 4;
  }
  .grid-s-3 {
    grid-column: span 3;
  }
}

.body {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  font-family: var(--main-font-family);
  background-color: #f7f9fd;
}
.body__inner {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  position: relative;
}

.header_main-page {
  /* min-height: 100vh; */
}

.logo {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 220px;
  border-top: 0;
  padding: 20px 20px 15px;
  background-color: #7ebbf347;
}
@media (max-width: 800px) {
  .logo {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    border-top: 0;
    padding: 5px 0 20px;
    background-color: transparent;
    order: 2;
  }

  .logo_main-page {
  }
}

.logo__img {
  max-width: 120px;
}

.logo__text {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .logo__text {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: right;
    text-transform: uppercase;
  }
}

.header__block_main-page {
  min-height: 100vh;
  background-image: url(../images/kompas.svg),
    url(../images/header-top-background.svg),
    linear-gradient(90deg, rgb(0 61 114), rgb(3 68 116 / 90%), transparent 75%),
    linear-gradient(180deg, #004372 0%, rgb(0 60 114 / 92%), transparent 42%),
    linear-gradient(0deg, #004372, #055a9587, transparent 40%),
    url(../images/header3.jpg);
  background-repeat: no-repeat;
  background-position: calc(100% - 50px) calc(100% - 50px), center top, center,
    center, center, center bottom;
  background-size: 230px, cover, cover, cover, cover, cover;
}

.header__block {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

@media (max-width: 900px) {
  .header__block {
    background-image: url(../images/header-top-background.svg),
      linear-gradient(
        90deg,
        rgb(0 61 114),
        rgb(3 68 116 / 90%),
        transparent 75%
      ),
      linear-gradient(180deg, #004372 0%, rgb(0 60 114 / 92%), transparent 42%),
      linear-gradient(0deg, #004372, #055a9587, transparent 40%),
      url(../images/header3.jpg);
    background-position: center top, center, center, center, center bottom;

    background-size: cover, cover, cover, cover, cover;
  }
}

.bg-video {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* filter: hue-rotate(330deg) brightness(1.03); */
  filter: brightness(1.03);
}

.video__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgb(11 85 113 / 77%);
  /* mix-blend-mode: hue; */
  mix-blend-mode: color;
}

.header__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgb(20 138 243 / 30%);
  mix-blend-mode: color;
}

.header-top {
  height: 40px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

@media (max-width: 800px) {
.header-top {
display: none;
}
}

.header__social {
  height: 100%;
  display: flex;
  justify-content: end;
}

.header__social-list {
  display: flex;
  justify-self: end;
  gap: 12px;
  height: 100%;
  list-style: none;
}

.header__social-item {
  align-self: center;
  color: #fff;
  font-family: var(--small-font-family);
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}

.header-bottom {
  flex: 1 0 0;
}

.header-bottom__block {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* верхнее меню */

.main-menu {
  border-bottom: 1px solid rgb(255 255 255 / 15%);
  border-image: linear-gradient(
    to right,
    transparent 10%,
    rgb(255 255 255 / 22%)
  );
  border-image-slice: 1;
}

@media (max-width: 1200px) {
  .main-menu {
    border-bottom: 0;
    border-image: none;
  }
}

.main-menu__list {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  height: 100px;
  list-style: none;
}
.main-menu__list li {
  font-size: 16px;
  line-height: 1;
}
.main-menu__list li a {
  color: #fff;
  text-decoration: none;
}

.main-menu__list li a:hover {
  border-bottom: 4px solid #ffc107;
}

/* end of верхнее меню */

.header-bottom__full-name {
  align-self: end;
  width: 100%;
  max-width: 460px;
  margin-top: 20px;
  line-height: 1.2;
  text-align: end;
  font-family: var(--small-font-family);
  font-size: 13px;
}

@media (max-width: 800px) {
  .header-bottom__full-name {
    /* font-size: 12px;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 15px;
    max-width: 100%;
    text-align: start;
    align-self: flex-start;
    text-transform: uppercase; */

    display: none;
  }
}

.header-bottom__full-name-text {
  color: rgb(255 255 255);
}

.about {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  gap: 45px;
  padding-top: 6%;
  padding-bottom: 60px;
}
@media (max-width: 800px) {
  .about {
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    gap: 45px;
    padding-top: 40px;
    padding-bottom: 15px;
    justify-content: start;
  }
}

.about__name {
  position: relative;
  max-width: 850px;
  color: #ffffff;
  font-family: var(--main-header-font-family);
  font-weight: normal;
  font-size: 104px;
  font-size: clamp(4rem, 0rem + 12.8vw, 10.4rem);
  /* clamp(6rem, 3.412rem + 5.176vw, 10.4rem); */
  line-height: 0.9;
  letter-spacing: 3px;
}

@media (max-width: 800px) {
  .about__name {
    letter-spacing: 0;
    display: none;
  }
}

@media (max-width: 600px) {
  .about__name {
    letter-spacing: 0;
  }
}

.about__name-link,
.about__name-link:hover,
.about__name-link:visited {
  position: relative;
  color: #ffffff;
  text-decoration: none;
}

.about__name-link div {
  display: inline;
}

.about__name-link::after {
  content: "Подробнее";
  position: relative;
  /* margin-left: 20px; */
  border: 1px solid #ffffff66;
  padding: 6px 15px 7px;
  color: #f2f2f2;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0px;
  text-decoration: none;
}

.about__desc {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 700px;
}

.about__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.2;
}
@media (max-width: 900px) {
  .about__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.2;
  }
}

.about__link::before {
  content: "";
  display: flex;
  flex: 0 0 55px;
  justify-content: center;
  align-items: center;
  height: 47px;
  opacity: 0.5;
  color: #01457a;
  background-image: url(/images/icon/ar1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 900px) {
  .about__link::before {
    flex: 0 0 15px;
    justify-content: center;
    align-items: center;
    height: 100%;
    opacity: 0.8;
    background-position: top left;
  }
}

.about__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-items: end;
  align-self: flex-start;
  margin-left: 40px;
  border-radius: 5px;
  padding: 15px 30px;
  color: #ffffff;
  font-family: var(--small-font-family);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #3171aa;
}

.run {
  border-top: 1px solid #ffffff33;
}

.run__block {
  display: flex;
  align-items: center;
  min-height: 60px;
  border-top: 1px solid #3576a28c;
}

.run__link {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
}

.main__container {
  flex: 1 0 0;
}

.main-page__container {
  background-image: url(../images/dashed-line.svg),
    url(../images/main-background.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  background-attachment: fixed;
}

.sub-section__header {
  margin: 0;
  padding: 15px 30px;
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--color-dark-blue);
}

.main__sub-section {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .main__sub-section:not(:last-child) {
  }
}

.sub-section__body {
  flex: 1 0 0;
  padding: 30px;
  background-color: #fff;
}

.top-icons {
  margin: auto;
  padding-top: clamp(4rem, 1.647rem + 4.706vw, 8rem);
  padding-bottom: clamp(4rem, 1.647rem + 4.706vw, 8rem);
  background-color: #ffffff;
}

.top-icons__block {
  margin: auto;
}

.top-icons__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  list-style: none;
}

@media (max-width: 900px) {
  .top-icons__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.top-icons__list li,
.top-icons__text {
  display: flex;
  max-width: 120px;
  color: var(--color-dark-blue);
  font-weight: bold;
  font-size: clamp(1.4rem, 1.212rem + 0.6vw, 1.7rem);
  line-height: 1.2;
  letter-spacing: 1px;
}

.top-icons__list a,
.top-icons__link {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.333rem + 2.667vw, 2.5rem);
  text-decoration: none;
}

.top-icons__list a::before,
.top-icons__link::before {
  content: "";
  display: flex;
  flex: 0 0 clamp(3rem, 2.644rem + 1.422vw, 3.8rem);
  justify-content: center;
  align-items: center;
  min-height: clamp(3rem, 2.644rem + 1.422vw, 3.8rem);
  background-image: url(/images/icon/vawe-blue.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 98%;
}

.top-icons__img-block {
  display: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 70px;
  object-position: center;
  background-repeat: no-repeat;
}

.top-icons__img {
  width: 60%;
  object-fit: contain;
  object-position: center;
}
.top-icons__text {
  max-width: 120px;
  color: var(--color-dark-blue);
  font-weight: bold;
  font-size: clamp(1.4rem, 1.212rem + 0.6vw, 1.7rem);
  line-height: 1.2;
  letter-spacing: 1px;
}

.news-main__header-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 50px;
}
.news-main__header-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.news-main__header {
  margin-top: 0;
  margin-bottom: 10px;
  color: #07396d;
  font-family: var(--main-header-font-family);
  font-weight: normal;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
}
.news-main__subheader {
  border-radius: 3px;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  background-color: #013f73;
}

.big-news {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

@media (max-width: 1250px) {
  .big-news {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .big-news {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .big-news {
    grid-template-columns: repeat(1, 1fr);
  }
}

.big-news__item {
  border-radius: 7px;
  overflow: hidden;
  background-color: #fff;
}

@media (max-width: 1250px) {
  .big-news__item:nth-child(4) {
    display: none;
  }
}

@media (max-width: 900px) {
  .big-news__item:nth-child(3) {
    display: none;
  }
}

.big-news__item-inner {
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  min-height: 100%;
}

@media (max-width: 900px) {
  .big-news__item-inner {
  }
}

.news-main__small-block {
  padding: 30px;
  background-color: #fff;
}

.big-news__item-body {
  flex: 1 0 0;
}

.big-news__item-prew {
  font-size: 0;
}

.big-news__item-img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

@media (max-width: 600px) {
  .big-news__item-img {
    aspect-ratio: 3 / 2;
  }
}

.big-news__item-text-block {
  display: flex;
  flex-direction: column;
  flex: 1 0 50%;
  justify-content: space-between;
}

.big-news__item-data {
  position: relative;
  display: flex;
  gap: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.big-news__item-data-inner {
  width: 100%;
  border-bottom: 1px solid var(--color-dark-blue);
  padding: 20px 20px 20px;
  color: #ffffff;
  background-color: var(--color-dark-blue);
}

.big-news__item-data-line {
  position: relative;
  display: flex;
  flex: 1 1 0;
  align-items: center;
}

.big-news__item-data-line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  opacity: 0.3;
}

.big-news__item-data-line::before {
  /* content: "";
    position: absolute;
    flex: 1 0 100%;
    width: 100%;
    height: 13px;
    background-image: url(img/arrow31.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    transform: scaleX(-1);
    z-index: 1; */
}

.big-news__item-body {
  margin: 0 20px 0px;
  font-size: 16px;
  line-height: 1.3;
}

.big-news__item-body-link {
  color: #07396d;
  text-decoration: none;
}

.big-news__item-footer {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 20px;
}

.big-news__item-footer-link {
  width: fit-content;
  border-radius: 3px;
  padding: 10px 20px;
  color: var(--color-dark-blue);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ffc107;
}

/* small news */
/* 
.news-main__small-news {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.small-news__item-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.small-news__item {
  padding: 20px;
  background-color: #ffffff;
}

.small-news__data {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0effc;
  padding: 0px 0 13px;
  color: var(--color-dark-blue);
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}

.small-news__body {
  font-size: 15px;
  line-height: 1.3;
}

.small-news__body a {
  color: #07396d;
  text-decoration: none;
}

.small-news__footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.small-news__footer-link {

} */

/* Объявления */

.public {
  background-image: url(../images/ship-fon.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 35px) center;
  background-size: 120px;
}
.public__block {
  max-width: 75%;
}
.public__header {
  margin: 0 0 20px;
  color: var(--color-dark-blue);
  font-family: var(--small-font-family);
  font-weight: bold;
  font-size: 19px;
}

.public__data {
  margin-bottom: 10px;
  opacity: 0.5;
  color: var(--color-dark-blue);
  font-family: var(--small-font-family);
  font-size: 13px;
}

.public__body {
  display: -webkit-box;
  overflow: hidden;
  font-family: var(--small-font-family);
  font-size: 13px;
  line-height: 1.35;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.public__body-link {
  color: var(--color-dark-blue);
  text-decoration: none;
}
.public__footer {
  margin-top: 40px;
  color: var(--color-dark-blue);
  font-family: var(--small-font-family);
  font-size: 13px;
  text-transform: uppercase;
}

.public__footer-link {
  opacity: 0.5;
  color: var(--color-dark-blue);
  text-decoration: none;
}

/* Ресурсы */

.resurs__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 30px;
  list-style: none;
}

@media (max-width: 500px) {
  .resurs__list {
    grid-template-columns: 1fr;
    gap: 10px 10px;
  }
}

.resurs__list li {
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
}

.resurs__list a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  color: var(--color-dark-blue);
  text-decoration: none;
}

.resurs__list a::before {
  content: "";
  display: flex;
  flex: 0 0 40px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 40px;
  border-radius: 3px;
  background-color: #e1eef7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

/* @media (max-width: 500px) {
.resurs__list a::before {
  display: none;
    background-image: none;
    flex: 0 0 5px;
}
} */

.resurs__item-izvestia::before {
  background-image: url(/images/icon/izvestia.svg);
}
.resurs__item-act::before {
  background-image: url(/images/icon/act-01.svg);
}
.resurs__item-smi::before {
  background-image: url(/images/icon/smi.svg);
}
.resurs__item-vmese::before {
  background-image: url(/images/icon/hashtag-01.svg);
}
.resurs__item-losos::before {
  background-image: url(/images/icon/fish-svgrepo-com.svg);
}
.resurs__item-aqua::before {
  background-image: url(/images/icon/aqua-b.png);
  /* background-size: 65% !important; */
}
.resurs__item-bibl::before {
  background-image: url(/images/icon/book-open.svg);
}
.resurs__item-sciens::before {
  background-image: url(/images/icon/user-03.svg);
}

/* video на главной */

.video-section {
  background-image: linear-gradient(180deg, #ffffff, transparent);
}

.video-section__inner {
  display: flex;
  min-height: 400px;
  border-radius: 7px;
  overflow: hidden;
  background-color: var(--color-dark-blue);
}

@media (max-width: 900px) {
  .video-section__inner {
    flex-direction: column;
  }
}

.video-section__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video__sub-section {
  flex: 0 0 50%;
}

.video-section__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  /* padding: 100px 130px 100px 105px; */
  padding-top: clamp(3rem, -1.118rem + 8.235vw, 10rem);
  padding-right: clamp(3rem, -2.882rem + 11.765vw, 13rem);
  padding-bottom: clamp(3rem, -1.118rem + 8.235vw, 10rem);
  padding-left: clamp(3rem, -1.118rem + 8.235vw, 10rem);
}

.video-section__header {
  margin: 0 0 40px;
  color: #fff;
  font-family: var(--main-header-font-family);
  font-weight: bold;
  font-size: clamp(3rem, 2.412rem + 1.176vw, 4rem);
  line-height: 1.1;
  text-transform: none;
}

.video-section__text-inner {
}

.video-section__text p {
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
}

.video-section__buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.video-section__buttons-item {
  display: flex;
  flex: 0 1 50%;
}

.video-section__buttons-link {
  display: flex;
  flex: 1 0 0;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  width: 100%;
  border: 1px solid #ffffff2b;
  padding: 15px;
  color: #ffffffb5;
  font-size: 17px;
  line-height: 1.1;
  text-decoration: none;
}

.video-section__buttons-link:hover {
  background-color: #ffc107;
  color: var(--color-dark-blue);
}

/* продукты на главной */

.product__block {
  padding: 30px 30px 30px 32%;
  background-image: url(/images/icon/shturval.svg);
  background-repeat: no-repeat;
  background-position: 70px center;
  background-size: 19%;
}

@media (max-width: 900px) {
  .product__block {
    padding: 30px 30px 30px 30px;
    background-image: none;
  }
}

.product__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 30px;
  height: 100%;
  list-style: none;
}

@media (max-width: 900px) {
  .product__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .product__list {
    grid-template-columns: 1fr;
    gap: 10px 10px;
  }
}

.product__list a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-dark-blue);
  font-size: 15px;
  line-height: 1.25;
  text-transform: uppercase;
}
.product__list a::before {
  content: "";
  display: flex;
  flex: 0 0 38px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 38px;
  background-image: url(/images/icon/angle-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

/* @media (max-width: 500px) {
.product__list a::before {
  display: none;
    background-image: none;
    flex: 0 0 5px;
}
} */

.product__list li a {
  display: flex;
  text-decoration: none;
}

/* информация на главной */

.inform__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
  height: 100%;
  list-style: none;
}

@media (max-width: 1250px) {
  .inform__list {
    flex-direction: row;
  }
}

.inform__list li {
  display: flex;
  flex: 1 0 0;
  align-items: center;
  font-size: 15px;
  line-height: 1.25;
  text-transform: uppercase;
}

.inform__list a {
  display: flex;
  flex: 1 0 0;
  align-items: center;
  gap: 0;
  color: #01457a;
}
.inform__list a::before {
  content: "";
  display: flex;
  flex: 0 0 38px;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  background-image: url(/images/icon/vawe-blue.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 60%;
}

@media (max-width: 900px) {
  .inform__list li {
    position: relative;
    display: flex;
    flex: 1 0 20%;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1.25;
    /* border: 1px solid #ccc; */
    text-transform: uppercase;
  }
}

.inform__list li a {
  display: flex;
  text-decoration: none;
}
/* end of информация на главной */

.map-section {
  padding-bottom: 130px;
  background-image: linear-gradient(0deg, #ffffff, transparent);
}

/* end of map */

.footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  color: #fff;
  font-size: 15px;
  background-color: #033561;
  background-position: center top;
}

.footer__top {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
}

.footer__top-block {
  /* padding-top: 50px;
    padding-bottom: 40px; */
}

.custom.footer__org-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__orgs p {
  margin: 0;
  text-align: left;
}

.footer__org-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.footer__org-link::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 4px;
  /* background-color: #9bbcdb52; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 72%;
}

.footer__minselhoz::before {
  background-image: url(http://cdn.vniro.ru/images/msh.svg);
}

.footer__rosryb::before {
  background-image: url(http://cdn.vniro.ru/images/rosryb.svg);
}

.footer__vniro::before {
  background-image: url(http://cdn.vniro.ru/images/logo_ru_ellips_sm.svg);
}

.footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 900px) {
  .footer__contact {
    align-items: flex-start;
  }
}

.footer__adress {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.footer__adress ul {
  list-style-type: none;
}

.footer__adress ul li {
  margin-bottom: 10px;
  color: #ffffffd9;
  font-size: 15px;
  line-height: 1;
}

.footer__social {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
.footer__social p {
  display: flex;
}
.footer a {
  color: #ffffffd9;
  text-decoration: none;
}
.footer__top-block p {
  color: #fff;
  font-size: 15px;
}

.footer__social-img {
  width: 26px;
  height: 26px;
  border-radius: 3px;
}

.footer__bottom {
  width: 100%;
  border-top: 1px solid rgb(255 255 255 / 12%);
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer__copy {
  margin: 0;
  color: rgb(107 208 232);
  line-height: 1;
}

.footer__cookie {
  margin: 0;
  opacity: 0.5;
  color: rgb(107 208 232);
  line-height: 1;
}

.scrollToTop img {
  width: 26px !important;
}

/* бегущая строка */

.marquee-container {
  /* background-image: linear-gradient(90deg, #146ec4, #146ec4e6, #ffffff); */
  position: relative;
  width: 100%;
  overflow: hidden;
}
.marquee-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(90deg, #014375, #0542778a, #00427400);
}

.marquee-container::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(90deg, #00427400, #0542778a, #014375);
}

.marquee-text {
  display: inline-flex;
  align-items: center;
  height: 100%;
  font-size: 1.6rem;
  opacity: 0.7;
  text-transform: uppercase;
  animation: marquee 1s linear infinite;
  /* display: inline-block; */
  padding-left: 50%;
  white-space: nowrap;
}

.marquee-text a {
  color: #fff;
  text-shadow: #043c6f 1px 1px 5px;
}

@keyframes marquee {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(-100%);
  }
}
