@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Montserrat';
  src: url('Montserrat-Light.eot');
  src: local('../fonts/Montserrat Light'), local('Montserrat-Light'),
    url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Light.woff') format('woff'),
    url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.eot');
  src: local('Montserrat Thin'), local('Montserrat-Thin'),
    url('../fonts/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Thin.woff') format('woff'),
    url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff'),
    url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.eot');
  src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'),
    url('../fonts/Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-ExtraLight.woff') format('woff'),
    url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: local('Montserrat Medium'), local('Montserrat-Medium'),
    url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Medium.woff') format('woff'),
    url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.eot');
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
    url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
    url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.eot');
  src: local('Montserrat Black'), local('Montserrat-Black'),
    url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Black.woff') format('woff'),
    url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* GENERAL STYLES///////////////////////////////////////////////////////////// */
* {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::selection {
  color: white;
  background: #8d6ce9;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(27deg, #8d6ce9 10%, #183448);
  border: 1px solid rgb(226, 221, 248);
  border-radius: 6px;
}

::-webkit-scrollbar-track {
  background-color: rgb(226, 221, 248);
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1rem;
  scroll-behavior: smooth;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: auto;
}

ul {
  list-style: none;
}

.p-mini{
font-size: 1rem;
}

@media (max-width:400px) {
.p-mini{
font-size: 0.825rem;
}}


@media (max-width:500px){
.mini-icon {
  width: 70%;
}
}

/* HEADER//////////////////////////////////////////////////////////// */


.block_menu {
  position: absolute;
  width: 100%;
  height: max-content;
  background-color: #dfeaf3;
  z-index: 4;
  margin: 0 auto;
  transform: translateY(-100%);
  transition: 1s;
  display: none;
}


.block_menu>ul {
  display: flex;
  flex-direction: column;
  margin: 6vh auto 0;
  padding: 0;
}

.block_menu>ul>li {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 15px;
  transform: translateX(-0.2rem);
  color: #1b4585;
  font-weight: 600;
  font-size: 1.2rem;
  cursor: pointer;
}

.block_menu>ul>li>a {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 15px;
  color: #1b4585;
  font-weight: 600;
  font-size: 1.2rem;
  cursor: pointer;
}

.goBottom {
  transform: translateY(0%);
  transition: 1s;

}

.button {
  position: absolute;
  z-index: 5;
  width: auto;
  height: 33px;
  margin: 5% 5% 0 0;
  right: 0;
  display: none;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.bar {
  display: block;
  height: 3px;
  width: 30px;
  background-color: #ffffff;
  margin: 6px auto;
}

.middle {
  margin: 0 auto;
}

.bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.bar.top.active {
  -webkit-transform: translateY(9px) rotateZ(45deg);
  -moz-transform: translateY(9px) rotateZ(45deg);
  -ms-transform: translateY(9px) rotateZ(45deg);
  -o-transform: translateY(9px) rotateZ(45deg);
  transform: translateY(9px) rotateZ(45deg);
  background-color: #275677;
}

.bar.bottom.active {
  -webkit-transform: translateY(-9px) rotateZ(-45deg);
  -moz-transform: translateY(-9px) rotateZ(-45deg);
  -ms-transform: translateY(-9px) rotateZ(-45deg);
  -o-transform: translateY(-9px) rotateZ(-45deg);
  transform: translateY(-9px) rotateZ(-45deg);
  background-color: #275677;
}

.bar.middle.active {
  width: 0;
  background-color: #275677;
}

/* BURGER MENU///////////////////////////////////////// */
@media (max-width: 1250px) {
  .navigation {
    display: none;
  }

  .block_menu {
    display: inline-block;
  }

  .button {
    display: inline-block;
    cursor: pointer;

  }
}

/* BURGER MENU///////////////////////////////////////// */


.navigation>ul {
  display: flex;
}

.navigation>ul>li {
  position: relative;
  color: white;
  font-size: 1.1rem;
  font-weight: 400;
  animation: 0.8s ease-in;
  animation-name: navigation_animation;
  cursor: pointer;
}

.navigation>ul>li>a {
  position: relative;
  color: white;
  font-size: 1.1rem;
  font-weight: 400;
  animation: 0.8s ease-in;
  cursor: pointer;
  text-decoration: none;
}

.navigation>ul>li.nolink {
  position: relative;
  color: rgb(134, 152, 252);
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  cursor: default;
  animation: 0.8s ease-in;
  animation-name: navigation_animation_none;

}

@keyframes navigation_animation {
  from {
    animation-delay: 500ms;
    opacity: 0%;
    transform: translateY(-2rem);
  }

  to {
    opacity: 100%;
    color: white;
  }
}

@keyframes navigation_animation_none {
  from {
    animation-delay: 500ms;
    opacity: 0%;
    transform: translateY(-2rem);
  }

  to {
    opacity: 100%;
    color: rgb(134, 152, 252);
    ;
  }
}

.navigation {
  margin-left: 70px;
}

.second-block-background {
  background: linear-gradient(127deg, rgb(249, 245, 253) 0%, rgb(225, 231, 235) 100%);
  /* width: 100vw; */
  height: auto;
}

/* section .second-block-background {
  clip-path: polygon(0 15vw,
      100% 0%,
      100% 100%,
      0 100%
    );
  padding: 15rem 0 10rem 0;
}

@media (max-width:768px) {
section .second-block-background {
  clip-path: polygon(0 8vw,
      100% 0%,
      100% 100%,
      0 100%
    );
  padding: 4rem 0 2rem 0;
}} */


.nav-gals {
  padding-top: 40px;
}

.navigation>ul>li.nolink::after {
  content: '';
  height: 0px;
  width: 0;
}

.navigation>ul>li::after {
  content: '';
  height: 1px;
  width: 0;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: -20%;
  transition: 0.5s;
}

.navigation>ul>li:hover::after {
  transition: 0.5s;
  width: 100%;
}

.navigation>ul>li:not(:last-child) {
  margin-right: 20px;
}


.btn-15 {
  font-family: 'Montserrat';
  background: rgb(23, 87, 178);
  background: -moz-linear-gradient(282deg, rgba(23, 87, 178, 1) 0%, rgba(44, 119, 235, 1) 100%);
  background: -webkit-linear-gradient(282deg, rgba(23, 87, 178, 1) 0%, rgba(44, 119, 235, 1) 100%);
  background: linear-gradient(282deg, rgba(23, 87, 178, 1) 0%, rgba(44, 119, 235, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1757b2", endColorstr="#2c77eb", GradientType=1);
  border: none;
  z-index: 1;
  position: relative;
  width: auto;
  padding: 0 20px;
  height: 38px;
  border-radius: 5px;
  color: white;
  font-size: 0.9rem;
  margin: 1rem 1.2rem 1.5rem 0;
}

.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(270deg, rgb(33 132 254) 0%, rgba(180, 90, 231, 1) 100%);
  border-radius: 5px;
  transition: all 0.6s ease;
}

.btn-15:hover {
  color: #fff;
}

.btn-15:hover:after {
  left: 0;
  width: 100%;
}

.btn-15:active {
  top: 2px;
}


.btn-16 {
  font-family: 'Montserrat';
  background: linear-gradient(270deg, #4D1A99 0%, rgba(180, 90, 231, 1) 100%);
  border: none;
  z-index: 1;
  position: relative;
  width: auto;
  padding: 0 20px;
  height: 38px;
  border-radius: 5px;
  color: white;
  font-size: 0.9rem;
  margin: 1rem 1.2rem 1.5rem 0;
}

.btn-16:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(282deg, rgba(23, 87, 178, 1) 0%, #4D1A9970 100%);
  border-radius: 5px;
  transition: all 0.6s ease;
}

.btn-16:hover {
  color: #fff;
}

.btn-16:hover:after {
  left: 0;
  width: 100%;
}

.btn-16:active {
  top: 2px;
}

.btn-17 {
  font-family: 'Montserrat';
  background: white;
  border: none;
  z-index: 1;
  position: relative;
  width: auto;
  padding: 0 20px;
  height: 38px;
  border-radius: 5px;
  color: rgb(71, 64, 170);
  font-size: 0.9rem;
  font-weight: 500;
  margin: 1rem 1.2rem 1.5rem 0;
}

.btn-17:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(282deg, rgb(250, 250, 250) 0%, rgb(196, 219, 250) 100%);
  border-radius: 5px;
  transition: all 0.6s ease;
}

.btn-17:hover {
  color: rgb(71, 64, 170);
}

.btn-17:hover:after {
  left: 0;
  width: 100%;
}

.btn-17:active {
  top: 2px;
}


#button-on-main {
  display: inline-block;
  background-color: #79A8CF;
  width: auto;
  padding: 6px 12px;
  color: white;
  font-size: .825rem;
  text-align: center;
  border-radius: 4px;
  margin: 30px;
  position: fixed;
  bottom: 25px;
  right: 20px;
  transition: background-color .3s;
  z-index: 1000;
  border: 1px;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
 
#button-on-main:hover {
  cursor: pointer;
  background: #276EA8;
  transform: translateY(-0.3rem);
}


@media (max-width: 768px) {
  #button-on-main {
    font-size: .825rem;
  }
}

/*------------- gals-elements------------- */
.gals-carousel {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: o auto;
  background: linear-gradient(340deg, rgba(36, 59, 99, 1) 0%, rgba(33, 52, 114, 1) 41%, rgba(23, 32, 156, 1) 100%);
  clip-path: polygon(0 0,
      /* лево верх */
      100% 0,
      /* право верх */
      100% 70vh,
      /* право низ */
      0 100%
      /* лево низ */
    );
}



@media (max-width: 500px) {
  .gals-carousel {
    height: auto;
  clip-path: polygon(0 0,
      /* лево верх */
      100% 0,
      /* право верх */
      100% 80vh,
      /* право низ */
      0 100%
      /* лево низ */
    );
}}

.gals-carousel-2 {
  position: relative;
  width: 100%;
  height: 35vh;
  margin: o auto;
  background: linear-gradient(340deg, rgba(36, 59, 99, 1) 0%, rgba(33, 52, 114, 1) 41%, rgba(23, 32, 156, 1) 100%);
}

.main-h1 {
  color: white;
  padding-top: 4%;
  font-size: 4rem;
  font-weight: 500;
}

@media (max-width:768px) {
  .main-h1 {
    font-size: 2.2rem;
    padding-top: 35%;
  }}

.asd {
  /* position: absolute; */
  padding-top: 5%;
  padding: 2rem;
}

.structure-background {
  background: rgb(226, 230, 233);
  background: -moz-linear-gradient(307deg, rgba(226, 230, 233, 1) 0%, rgba(199, 212, 232, 1) 77%);
  background: -webkit-linear-gradient(307deg, rgba(226, 230, 233, 1) 0%, rgba(199, 212, 232, 1) 77%);
  background: linear-gradient(307deg, rgba(226, 230, 233, 1) 0%, rgba(199, 212, 232, 1) 77%);
  height: auto;
}

section .structure-background {
  clip-path: polygon(0 15vw,
      100% 0%,
      100% 100%,
      0 100%
    );
  padding: 16rem 0 3rem 0;
}

@media (max-width:768px) {
section .structure-background {
  clip-path: polygon(0 8vw,
      100% 0%,
      100% 100%,
      0 100%
    );
  padding: 4rem 0 2rem 0;
}}

@media (max-width:1400px) {
  .structure-background {
    height: auto;
  }
}

@media(max-width:900px) {
  #structure1{
display: none;
  }
}

#structure2 {
  padding: 0 1rem;
}

@media(min-width:900px) {
  #structure2{
display: none;
  }
}

.reds {
  width: 100%;
  height: 90vh;
  background: rgb(116, 84, 84);

}

.ocean {
  z-index: 0;
  width: 50%;
  position: relative;
  left: 0;
  /* overflow-x: hidden; */
}

.rect-block {
  background-color: #183448;
  height: 50px;
  width: 100vw;
  top: 1;
}

.wave {
  background: url(../images/gals/wave_animation1.svg) repeat-x;
  position: absolute;
  left: -500px;
  top: 0px;
  width: 6800px;
  height: 250px;
  animation: wave 9s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: 25px;
  animation: wave 9s cubic-bezier(0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 0.75;
}

.wave:nth-of-type(3) {
  left: -530px;
  top: 50px;
  animation: wave 9s cubic-bezier(0.36, 0.45, 0.63, 0.53) -.250s infinite, swell 7.5s ease -1.25s infinite;
  opacity: 0.45;
}

@keyframes wave {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: -1700px;
  }
}

@keyframes swell {

  0%,
  100% {
    transform: translate3d(0, -25px, 0);
  }

  50% {
    transform: translate3d(0, 5px, 0);
  }
}

ul.dm-marker-vacancy>li {
  list-style-type: square;
  margin-top: 6px;
  font-size: 1.15rem;
  font-weight: 500;
}

@media (max-width:768px) {
  ul.dm-marker-vacancy>li {

    margin-top: 4px;
    font-size: 1rem;
  }
}

ul.dm-marker-vacancy>li>.description {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 400;
}

/***************************************************
 --------------------animations---------------------
 **************************************************/

.text_sapr_one {
  font-weight: 400;
  font-size: 2.5rem;
  color: rgb(220, 247, 255);
  text-align: left;
  line-height: 1.2;
}

.text_sapr_two {
  font-weight: 400;
  font-size: 1.5rem;
  color: rgb(220, 247, 255);
  text-align: left;
  line-height: auto;
}

#sapr1_up {
  animation-duration: 2.5s;
  animation-name: textsaprup;
}

@keyframes textsaprup {
  from {
    margin-top: 12%;
    height: 150%;
    opacity: 0%;
  }

  to {
    margin-top: 0%;
    height: 100%;
    opacity: 100%;
    animation-delay: 450ms;
  }
}

#ship-anim {
  animation: 2s infinite alternate slidein;
  animation-name: ship;
}

@keyframes ship {
  from {
    /* opacity: 0%; */
    /* filter: blur(10px); */
    transform: translate(-10px, 3px);
  }

  to {
    transform: translate(2px, -6px);
  }
}


.typing-1 {
  width: 24ch;
  animation-delay: 850ms;
  animation: typing 2s steps(27), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  color: rgb(93, 201, 252);
  border-right: 3px solid;
  font-size: 2.5rem;
  transform: translateY(-1.4rem);
}

@keyframes typing {
  from {
    width: 0;
    /* animation-delay: 850ms; */

  }
}

@keyframes blink {
  50% {
    border-color: transparent
  }
}

@media (max-width: 733px) { 
  .text_sapr_one, .typing-1 {
    display: none;
  }
  }

@media (min-width: 733px) { 
  .text_sapr_two {
    display: none;
  }
  }

/***************************************************
 --------------------logo-gals----------------------
 **************************************************/

#logo-gals-anim {
  width: 235px;
  height: auto;
}

@media (max-width:460px) {
  #logo-gals-anim {
    width: 160px;
    height: auto;
  }
}

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 45900.9375px;
    stroke-dasharray: 45900.9375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 45900.9375px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 45900.9375px;
    stroke-dasharray: 45900.9375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 45900.9375px;
  }
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(226, 234, 240);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(226, 234, 240);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
    animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
  animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
    animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 55218.04296875px;
    stroke-dasharray: 55218.04296875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 55218.04296875px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 55218.04296875px;
    stroke-dasharray: 55218.04296875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 55218.04296875px;
  }
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(226, 234, 240);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(226, 234, 240);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
    animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
  animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
    animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 56251.05859375px;
    stroke-dasharray: 56251.05859375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 56251.05859375px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 56251.05859375px;
    stroke-dasharray: 56251.05859375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 56251.05859375px;
  }
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(226, 234, 240);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(226, 234, 240);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
    animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
    animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 32012.748046875px;
    stroke-dasharray: 32012.748046875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 32012.748046875px;
  }
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 32012.748046875px;
    stroke-dasharray: 32012.748046875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 32012.748046875px;
  }
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(226, 234, 240);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(226, 234, 240);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
    animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
  animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
    animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 85140.7421875px;
    stroke-dasharray: 85140.7421875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 85140.7421875px;
  }
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 85140.7421875px;
    stroke-dasharray: 85140.7421875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 85140.7421875px;
  }
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(226, 234, 240);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(226, 234, 240);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
    animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
  animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
    animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 30698.85546875px;
    stroke-dasharray: 30698.85546875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 30698.85546875px;
  }
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 30698.85546875px;
    stroke-dasharray: 30698.85546875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 30698.85546875px;
  }
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(91, 91, 91);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(91, 91, 91);
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
    animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
  animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
    animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 36268.4140625px;
    stroke-dasharray: 36268.4140625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 36268.4140625px;
  }
}

@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 36268.4140625px;
    stroke-dasharray: 36268.4140625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 36268.4140625px;
  }
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(91, 91, 91);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(91, 91, 91);
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
    animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
  animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
    animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 43092.05078125px;
    stroke-dasharray: 43092.05078125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 43092.05078125px;
  }
}

@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 43092.05078125px;
    stroke-dasharray: 43092.05078125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 43092.05078125px;
  }
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 254, 254);
  }
}

.svg-elem-8 {
  -webkit-animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
    animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
  animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
    animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 30338.5703125px;
    stroke-dasharray: 30338.5703125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 30338.5703125px;
  }
}

@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 30338.5703125px;
    stroke-dasharray: 30338.5703125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 30338.5703125px;
  }
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(227, 30, 36);
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(227, 30, 36);
  }
}

.svg-elem-9 {
  -webkit-animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
    animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
  animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
    animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 37513.94140625px;
    stroke-dasharray: 37513.94140625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 37513.94140625px;
  }
}

@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 37513.94140625px;
    stroke-dasharray: 37513.94140625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 37513.94140625px;
  }
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(40, 115, 185);
  }
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(40, 115, 185);
  }
}

.svg-elem-10 {
  -webkit-animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
    animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
  animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
    animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
}


/* ---------------animation---------------- */

.element-animation {
  margin: 4rem 0;
  /* Скроем элемент в начальном состоянии */
  opacity: 0;
  transform: translateY(5rem);
}

.element-animation.element-show {
  opacity: 1;
  transition: all 0.8s;
  transition-delay: 0.1s;
  transform: translateY(0%);
}

.icon-up {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.icon-up:hover {
  transform: translateY(-0.8rem);
}

.properties_function {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); /* see notes below */
  /* grid-auto-rows: minmax(200px, auto); */
  grid-gap: 2rem;
}

/* @media (max-width: 1400px) {
  .properties_function {
    grid-template-columns: 1fr 1fr;
  } 
}

@media (max-width: 978px) {
  .properties_function {
    grid-template-columns: 1fr;
    padding: auto;
  } 
} */

.box {
  position: relative;
  max-height: 400px; 
  display: flex;
  flex-direction: column;
  clip-path: inset(0px);
  background-color: #fff;
  border: 1px solid #4D1A99;
  margin: 1rem;
}



.box:hover {
  border: 1px solid #650ee7;
  clip-path: inset(-1px);
  background-color: rgb(217, 226, 250);  
}
 .box-text {
  text-align: center;
  align-self: center;
  font-size: 1.2rem;
  line-height: normal;
  padding: 1rem 1rem 0 1rem;
  color: none;
}

.box img {
  /* position: absolute; */
  z-index: -2;
  text-align: center;
  opacity: 60%;
  border-bottom: 1px solid #650ee7;
}

.box:hover img {
  /* position: absolute; */
  z-index: -2;
  text-align: center;
  opacity: 100%;
}

/* ---------------container-gals---------------- */
.container-gals {
  background-color: #192e69;
  padding: 2rem 0 2rem 2rem;
  width: 100vw;
  background-image: url(../images/gals/window.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 30%;
}

@media (max-width: 978px) {
  .container-gals {
    background-color: #192e69;
    padding: 2rem 0 2rem 2rem;
    background-image: none;
    width: 100vw;
  
  } 
}


.text-white {
  color: white;
}

/* .gals-grid {
  display: grid;
  grid-template-columns: 35% 62%;
  column-gap: 4%;
  row-gap: 1em; 
} */

.gals-grid {
  display: grid;
  grid-template-columns: 40vw 60vw;
  grid-auto-rows: minmax(200px, auto);
  grid-gap: 4rem;
  row-gap: 1em;
}

@media (max-width: 985px) {
.gals-grid {
  grid-template-columns: 80vw;
} }

.img-mask {
  max-width: 1110px;
  clip-path: inset(0px);
  display: flex;
  flex-direction: column;
}

.img-mask-2 {
  max-height: 500px;
  clip-path: inset(0px);
  

}

/* .gals-grid-item {
  justify-self: start;
} */

 .keys {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -33px;
  z-index: 1090;
  pointer-events: none;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 600;
  color: #051724;
}

.keys span {
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  line-height: 16px;
  border: 1px solid #051724;
  opacity: 0.2;
  margin: 1px;
  border-radius: 4px;
}
.keys span:nth-child(1) {
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -10px;
  /* display_: none; */
}

/* .keys span:nth-child(3) {
  transform: translateY(0);
  animation: jump 1.4s ease-in-out infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: jump;
  animation-direction: alternate;
} */

#arup {
  transform: translateY(0);
  animation: jump 1.4s ease-in-out infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: jump;
  animation-direction: alternate;
}

@keyframes jump {
  from {
    opacity: 80%;
    transform: translateY(1rem);
  }

  to {
    opacity: 20%;
  }
}

/* .copyright-footer {
  width: 100%;
  height: 100%;
  height: max-content;
  z-index: 2;
  background-color: #040c31;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0 0.625rem 0;
} */

.text-copyright {
  color: #0a0a0a;
  font-size: 12px;
}

a {
  text-decoration: none !important;
}

.minpromtorg {
  width: 150px;
  margin: 1rem 1rem 1rem 0;
}

.lead-2 {
  /* padding: 0 0 0 0.5rem; */
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  /* margin: 0.5rem; */
}

.lead-2-line {
  border-left: 2px solid #21619C;
  padding: 0 0 0 1rem;
  margin: 0.5rem 0;
}

@media (max-width: 500px) {
  .lead-2 {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
  }
}

.copyright-footer {
  width: 100%;
  height: 100%;
  height: max-content;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0 0.625rem 0;
}

.text-copyright {
  font-size: 12px;
}

.arrow-link {
  display: flex;
  color: #091d2b;
  background-color: transparent;
  text-transform: uppercase;
  transition: all .3s ease;
  font-weight: bold;
  cursor: pointer;
  align-items: center;
  letter-spacing: 1px;
  font-size: 18px;
  margin: 1rem 0;
}

.arrow-link>.arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #091d2b;
  border-bottom: 2px solid #091d2b;
  position: relative;
  transform: rotate(-45deg);
  margin-left: 3px;
  transition: all .3s ease;
}

.arrow-link>.arrow::before {
  display: block;
  background-color: #2769ac;
  width: 3px;
  transform-origin: bottom right;
  height: 2px;
  position: absolute;
  opacity: 0;
  bottom: calc(-2px / 2);
  transform: rotate(45deg);
  transition: all .3s ease;
  content: "";
  right: 0;
}

.arrow-link:hover>.arrow {
  transform: rotate(-45deg) translate(4px, 4px);
  border-color: #2769ac;
}

.arrow-link:hover>.arrow::before {
  opacity: 1;
  width: 8px;
}

.arrow-link:hover {
  color: #2769ac;
}
@media (max-width: 758px) {
  .arrow-link {
  display: flex;
  color: #091d2b;
  background-color: transparent;
  text-transform: uppercase;
  transition: all .3s ease;
  font-weight: bold;
  cursor: pointer;
  align-items: center;
  letter-spacing: 1px;
  font-size: 12px;
  margin: 1rem 0;
}}