body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #FCFCFC;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

::-webkit-scrollbar {
  width: 15px;
  transition: all .5s ease;
}

::-webkit-scrollbar-track {
  background: #6e6e6e;
  box-shadow: 0 0 2px rgba(0, 0, 0, 2) inset;
  transition: all .5s ease;
}

::-webkit-scrollbar-thumb {
  transition: all .5s ease;
  background: #444444;
  border-radius: 8px;
  border: 3px solid #444444;
}

::-webkit-scrollbar-thumb:hover {
  background: #303030;
  transition: all .5s ease;
}

*,
::before,
::after {
  box-sizing: border-box;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
button,
input,
textarea {
  outline: none;
}

a,
a:hover {
  color: #FFFFFF;
}

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
}

button:focus {
  outline: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
  width: 60%;
  height: 60%;
}

svg {
  overflow: visible;
}

.main-wrapper {
  position: relative;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 13px 30px;
  background: #030303;
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__menu-bttn {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 33.3333%;
}

.header__menu-bttn button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  background: #fff;
}

.header__menu-bttn button:before,
.header__menu-bttn button:after {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: #000000;
}

.header__menu-bttn button:before {
  margin-top: auto;
}

.header__menu-bttn button:after {
  margin-bottom: auto;
}

.header__menu-bttn button span {
  display: block;
  width: 32px;
  height: 2px;
  margin: 8px 0;
  background: #000000;
}

.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 92px;
}

.header__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 33.3333%;
  margin-right: 60px;
}

.header__contact-number {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;

}

.header__contact-number svg {
  margin-right: 5px;
}

.header__contact-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: underline;
  color: #1F95A2;
  margin-top: -5px;
}

.header__contact-link:hover {
  text-decoration: none;
  color: #1F95A2;
}

.top-banner {
  position: relative;
  height: 960px;
  overflow: hidden;
}

.top-banner__bg-video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.top-banner__bg-video:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}

.top-banner__bg-video video {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-banner__inner {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.top-banner__title {
  margin: 0 0 84px;
  font-size: 90px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 50px;
}

.top-banner__links {
  position: absolute;
  right: 60px;
  bottom: 86px;
  z-index: 10;
  /*font-size:22px*/
}

.top-banner__links a {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.top-banner__links a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: calc(100% + 8px);
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.top-banner__links a:hover:before {
  opacity: 0;
}

.top-banner__scroll-down {
  position: absolute;
  left: 50%;
  bottom: 96px;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top-banner__scroll-down {
    position: relative;
    animation: moveUpDown 1s infinite alternate; /* Движение вверх и вниз каждые 3 секунды */
}

@keyframes moveUpDown {
    0% {
      position: absolute;
      left: 50%;
      bottom: 96px;
      z-index: 10;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); /* Начальная позиция (вверх) */
    }
    100% {
      position: absolute;
      left: 50%;
      bottom: 70px;
      z-index: 10;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
    }
}
.top-banner__scroll-down button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 52px;
  border: 1px solid #fff;
  border-radius: 80px;
  cursor: pointer;
  overflow: hidden;
}

.top-banner__scroll-down button:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 2px;
  height: 14px;
  background: #D9D9D9;
}

.bttn-dflt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 374px;
  width: 100%;
  padding: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.bttn-dflt_green {
  background: #1f95a2;
  border: 2px solid #1f95a2;
  transition: all .5s ease;
}
.bttn-dflt_green2 {
  background: #1f95a2;
  border: 2px solid #1f95a2;
  transition: all .5s ease;
}
.bttn-dflt_green2:hover {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #1f95a2;
  transition: all .5s ease;
}
.bttn-dflt_green:hover {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #1f95a2;
  color: #000;
  transition: all .5s ease;
}


.bttn-dflt_gray {
  color: #000;
  background: #EFEFEF;
  border: 2px solid #EFEFEF;
  transition: all .5s ease;
}
.bttn-dflt_gray:hover {
  color: #000;
  background: none;
  border: 2px solid #EFEFEF;
  transition: all .5s ease;
}

.bttn-dflt_gray:hover {
  color: #000;
}

.bttn-dflt_br20 {
  border-radius: 20px;
}

.bttn-dflt_br50 {
  border-radius: 50px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal-content {
  background-color: #000;
  border-radius: 5px;
  width: calc(100% - 0px);
  /* ширина минус отступы */
  height: calc(100% - 0px);
  /* высота минус отступы */
  margin: 0px auto;
  position: relative;
  padding: 50px;
}

.close {
  position: absolute;
  top: 41px;
  right: 85px;
  font-size: 73px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
}

ul {
  list-style-type: none;
  padding: 0;
}

li {
  padding: 15px 0;
  left: 70px;
  margin: 20px;

}

TextA {
  left: 50px;
  font-size: 35px;
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  /* добавляем плавный переход цвета и подчеркивания */
}

TextA:hover {
  color: #1F95A2;
  /* цвет текста при наведении */
  text-decoration: underline;
  /* подчеркивание при наведении */
}

/* Добавляем стиль для текущего пункта меню */
TextA.active,
TextA.active:hover {
  color: #1F95A2;
  /* цвет текста текущего пункта */
  text-decoration: underline;
  /* подчеркивание текущего пункта */
}

@media screen and (max-width: 1300px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    padding: 13px 30px;
    background: #030303;
  }
  
  .header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .header__menu-bttn {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 33.3333%;
  }
  
  .header__menu-bttn button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
  }
  
  .header__menu-bttn button:before,
  .header__menu-bttn button:after {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: #000000;
  }
  
  .header__menu-bttn button:before {
    margin-top: auto;
  }
  
  .header__menu-bttn button:after {
    margin-bottom: auto;
  }
  
  .header__menu-bttn button span {
    display: block;
    width: 32px;
    height: 2px;
    margin: 8px 0;
    background: #000000;
  }
  
  .header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 92px;
  }
  
  .header__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 33.3333%;
    margin-right: 20px;
  }
  
  .header__contact-number {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
  
  }
  
  .header__contact-number svg {
    margin-right: 5px;
  }
  
  .header__contact-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: underline;
    color: #1F95A2;
    margin-top: -5px;
  }
  
  .header__contact-link:hover {
    text-decoration: none;
    color: #1F95A2;
  }
  
  .top-banner {
    position: relative;
    height: 1370px;
    overflow: hidden;
  }
  
  .top-banner__bg-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  
  .top-banner__bg-video:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    background: rgba(0, 0, 0, 0.5);
  }
  
  .top-banner__bg-video video {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .top-banner__inner {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  
  .top-banner__title {
    margin: 0 0 84px;
    font-size: 90px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 50px;
  }
  
  .top-banner__links {
    position: absolute;
    right: 60px;
    bottom: 86px;
    z-index: 10;
    /*font-size:22px*/
  }
  
  .top-banner__links a {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  
  .top-banner__links a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: calc(100% + 8px);
    height: 2px;
    background: #FFFFFF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  .top-banner__links a:hover:before {
    opacity: 0;
  }
  
  .top-banner__scroll-down {
    position: absolute;
    left: 50%;
    bottom: 96px;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .top-banner__scroll-down button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 52px;
    border: 1px solid #fff;
    border-radius: 80px;
    cursor: pointer;
    overflow: hidden;
  }
  
  .top-banner__scroll-down button:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 2px;
    height: 14px;
    background: #D9D9D9;
  }
  
  .bttn-dflt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 374px;
    width: 100%;
    padding: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  .bttn-dflt_green {
    background: #1f95a2;
  }
  
  .bttn-dflt_gray {
    color: #000;
    background: #EFEFEF;
  }
  
  .bttn-dflt_gray:hover {
    color: #000;
  }
  
  .bttn-dflt_br20 {
    border-radius: 20px;
  }
  
  .bttn-dflt_br50 {
    border-radius: 50px;
  }
  
  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  
  .modal-content {
    background-color: #000;
    border-radius: 5px;
    width: calc(100% - 0px);
    /* ширина минус отступы */
    height: calc(100% - 0px);
    /* высота минус отступы */
    margin: 0px auto;
    position: relative;
    padding: 20px;
  }
  
  .close {
    position: absolute;
    top: 21px;
    right: 85px;
    font-size: 73px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
  }
  
  ul {
    list-style-type: none;
    padding: 0;
  }
  
  li {
    padding: 15px 0;
    left: 70px;
    margin: 20px;
  
  }
  
  TextA {
    left: 50px;
    font-size: 35px;
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease, text-decoration 0.3s ease;
    /* добавляем плавный переход цвета и подчеркивания */
  }
  
  TextA:hover {
    color: #1F95A2;
    /* цвет текста при наведении */
    text-decoration: underline;
    /* подчеркивание при наведении */
  }
  
  /* Добавляем стиль для текущего пункта меню */
  TextA.active,
  TextA.active:hover {
    color: #1F95A2;
    /* цвет текста текущего пункта */
    text-decoration: underline;
    /* подчеркивание текущего пункта */
  }
}

@media screen and (max-width: 600px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    padding: 13px 0px;
    background: #030303;
  }
  
  .header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .header__menu-bttn {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 33.3333%;
    margin-left: 20px;
  }
  
  .header__menu-bttn button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
  }
  
  .header__menu-bttn button:before,
  .header__menu-bttn button:after {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: #000000;
  }
  
  .header__menu-bttn button:before {
    margin-top: auto;
  }
  
  .header__menu-bttn button:after {
    margin-bottom: auto;
  }
  
  .header__menu-bttn button span {
    display: block;
    width: 32px;
    height: 2px;
    margin: 8px 0px;
    background: #000000;
  }
  
  .header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 92px;
    display: none;
  }
  
  .header__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 40.3333%;
    margin-right: 20px;
  }
  
  .header__contact-number {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
  
  }
  
  .header__contact-number svg {
    margin-right: 5px;
    width: 25px;
  }
  
  .header__contact-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: underline;
    color: #1F95A2;
    margin-top: -5px;
  }
  
  .header__contact-link:hover {
    text-decoration: none;
    color: #1F95A2;
  }
  
  .top-banner {
    position: relative;
    height: 870px;
    overflow: hidden;
  }
  
  .top-banner__bg-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  
  .top-banner__bg-video:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    background: rgba(0, 0, 0, 0.5);
  }
  
  .top-banner__bg-video video {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .top-banner__inner {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    bottom: 90px;
  }
  
  .top-banner__title {
    margin: 0 0 0px;
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 50px;
  }
  
  .top-banner__links {
    position: absolute;
    right: 20%;
    bottom: 196px;
    z-index: 10;
    /*font-size:22px*/
  }
  
  .top-banner__links a {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  
  .top-banner__links a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: calc(100% + 8px);
    height: 2px;
    background: #FFFFFF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  .top-banner__links a:hover:before {
    opacity: 0;
  }
  
  .top-banner__scroll-down {
    position: absolute;
    left: 50%;
    bottom: 96px;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .top-banner__scroll-down button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 52px;
    border: 1px solid #fff;
    border-radius: 80px;
    cursor: pointer;
    overflow: hidden;
  }
  
  .top-banner__scroll-down button:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 2px;
    height: 14px;
    background: #D9D9D9;
  }
  
  .bttn-dflt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 374px;
    width: 100%;
    padding: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  .bttn-dflt_green {
    background: #1f95a2;
  }
  
  .bttn-dflt_gray {
    color: #000;
    background: #EFEFEF;
  }
  
  .bttn-dflt_gray:hover {
    color: #000;
  }
  
  .bttn-dflt_br20 {
    border-radius: 20px;
  }
  
  .bttn-dflt_br50 {
    border-radius: 50px;
  }
  
  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  
  .modal-content {
    background-color: #000;
    border-radius: 5px;
    width: calc(100% - 0px);
    /* ширина минус отступы */
    height: calc(100% - 0px);
    /* высота минус отступы */
    margin: 20px auto;
    position: relative;
    padding: 20px;
  }
  
  .close {
    position: absolute;
    top: 35px;
    right: 35px;
    font-size: 53px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
  }
  
  ul {
    list-style-type: none;
    padding: 0;
  }
  
  li {
    padding: 15px 0;
    left: 70px;
    margin: 20px;
  
  }
  
  TextA {
    left: 50px;
    font-size: 35px;
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease, text-decoration 0.3s ease;
    /* добавляем плавный переход цвета и подчеркивания */
  }
  
  TextA:hover {
    color: #1F95A2;
    /* цвет текста при наведении */
    text-decoration: underline;
    /* подчеркивание при наведении */
  }
  
  /* Добавляем стиль для текущего пункта меню */
  TextA.active,
  TextA.active:hover {
    color: #1F95A2;
    /* цвет текста текущего пункта */
    text-decoration: underline;
    /* подчеркивание текущего пункта */
  }
}