body{
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  font-family: 'Open Sans', sans-serif;
  background: #000!important;

  /* -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;  */
}

.page-heading{
  opacity: 0;
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin: 2rem auto 1rem;
  padding: 0 1rem;
  max-width: 960px;
  top: -300px;
}

@media screen and (max-width: 576px){
  .page-heading{
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}

.stop-scrolling {
  overflow: hidden;
}

.mons{
  font-family: 'Montserrat', sans-serif!important;
}
.sb{
  font-weight: 600;
}

.preloaderBox{
  position: relative;
  width: 100%;
  max-width: 100px;
  height: 100%;
}
.preloaderBox img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fonmain{
  display: flex;
  flex-direction: column;
  /* height: calc(100vh + 500px); */
  width: 100%;
  height: 100vh;
  /* background: url('../images/fon2.jpg'), black; 
  background-size: cover;
  background-repeat: no-repeat;  */
  /* background-position: bottom; */
}
@media screen and (min-width:1000px){
  .fonmain{
    background: url('../images/fon2.jpg'), black; 
    background-size: cover;
    background-repeat: no-repeat; 
  }
}


.fonmain::after{
  position: absolute;
  content: '';
  width: 40px;
  height: 60px;
  background-image: url("../images/rightButton.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  bottom: 10vh;
  left: 0;
  right: 0;
  margin: auto;
}

.fonmain-bg-video{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.fonmain-bg-video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* height: 100%; */
}


.fonshop{
  /* margin-top: -30px; */
  display: flex;
  flex-direction: column;
  min-height: calc(100vh + 500px);
  /* height: 100vh; */
  background: url('../images/shop/galaxy-night-panoramic 1.jpg'), rgba(0,0,0,0);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width:729px){
  .fonshop .menu{
    margin-top: 46px;
    z-index: 1100;
  }
  .fonshop .cotact_us{
    z-index: 1120;
  }

  .fonmain::after{
    width: 40px;
    height: 50px;
    bottom: 20vh;
  }
}
.fondownload{
  display: flex;
  flex-direction: column;
  min-height: calc(126vh);
  background: url('../images/download/fon-min.jpg'), rgba(0,0,0,0);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.fonlogin{
  display: flex;
  flex-direction: column;
  min-height: calc(100vh);
  background: url('../images/login/fon2.jpg'), rgba(0,0,0,0);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}



@media screen and (max-width:1000px){
  .fonmain{
    /* background: url('../images/spaceMobile2.png') no-repeat; */
    background-size: cover;
    height: calc(max(100vh,700px) + 100px);
  }
}

.tblue{
  /* color: #0087DF; */
  color: white;
}

.twhite{
  color: white;
}
.tred{
  color: #FF0000;
}
.twhite70{
  color: rgba(255, 255, 255, 0.7);
}
a:hover{
  color: #fff!important;
}
.tblue:hover{
  color: #fafafaa4!important;
}
a{
  text-decoration: none!important;
}
.regular{
  font-weight: 400;
}
.p20{
  padding: 20px;
}
.pad3070{
  padding-right: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.pad15{
  padding: 15px 0px;
}
.me40{
  margin-right: 40px;
}
.me10{
  margin-right: 10px;
}
.bb{
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.border1{
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.border1-right{
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
/* fonts */
.t16{
  font-size: 16px;
}
.t14{
  font-size: 14px;
}
.t20{
  font-size: 20px;
}
.t24{
  font-size: 20px;
}
.t32{
  font-size: 32px;
}
.t36{
  font-size: 36px;
}
/* fonts */
.pt80{
  padding-top: 80px;
}
.mt50{
  margin-top: 50px;
}
.mt30{
  margin-top: 30px;
}
.mt40{
  margin-top: 40px;
}
.mt20{
  margin-top: 20px!important;
}
.ps110{
  padding-left: 110px;
}
.pe20{
  padding-right: 20px!important;
}
.ps20{
  padding-left: 20px!important;
}
.menu{
  position: relative;
  z-index: 50;
}
.header__right-content{
  display: flex;
  align-items: center;
}
.header__user-profile{
  font-family: 'Montserrat';
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: #0087DF;
  font-weight: 500;
  font-size: 16px;
}
.header__user-profile .gold_user{
  /* color: #0087DF; */
  color: gold;
  font-weight: 500;
  font-size: 16px;
}
.header__user-profile .mobile-user-gold{
  margin: 2px 0px 0px 10px;
  color: gold;
  font-weight: 500;
  font-size: 12px;
}
@media screen and (max-width:340px){
  .header__user-profile .mobile-user-gold{
    margin: 2px 0px 0px 3px;
    font-size: 10px;
  }
}

.header__user-profile a{
  align-items: center;
  color: white;
  margin-left: 10px;
  font-weight: 400;
  font-size: 16px;
}

.header__user-img{
  margin-right: 10px;
  width: 40px;
  height: 40px;
  /* border: 1px solid rgba(0, 135, 223, 0.5); */
  background-color: #0086df00;
  border-radius: 50%;
  overflow: hidden;

  /* transition: all 0.5s; */
}
.header__user-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header__user-img_not{
  width: 100%;
  height: 100%;
  background: linear-gradient(267.68deg, rgba(0, 135, 223, 1) 0%, rgba(0, 95, 186, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% 50% 0px 0px;
  color:white;
}
.header__user-img_not span{
  font-size: 20px;
}


.header-user{
  width: max-content;
  position: relative;
  height:max-content;
  overflow: hidden;
  margin-left: 10px;
}

.header-user--open{
  overflow:visible;
  background: linear-gradient(267.68deg, rgba(0, 135, 223, 1) 0%, rgba(0, 95, 186, 1) 100%);

}

.header-user__preview{
  display: flex;
  align-items: center;
  color: white;
  padding: 0px 5px;
  cursor: pointer;
}

.drop-down__icon{
  margin-top: 5px;
  margin-left: 5px;
	border: 6px solid transparent; 
	border-top: 8px solid rgb(255, 255, 255);
}

/* .header-user--open .drop-down__icon{
  transform: rotate(180deg);
  margin-top: -15px;
} */

.header-user__drop-down{
  width: 100%;
  height: max-content;
  text-align: center;
  position: absolute;
  z-index: 10;


  padding-top: 5px;
  background: linear-gradient(267.68deg, rgba(0, 135, 223, 1) 0%, rgba(0, 95, 186, 1) 100%);
}
.header-user__drop-down-box{
  position: relative;
  width: 100%;
  height: 100%;
}
.header-user__drop-down a{
  display: block;
  width: 100%;
  height: max-content;
  margin: 0;
  padding: 6px 0px;
  transition: all 0.2s;
}
.header-user__drop-down-box a{
  font-size: 14px;
}
.header-user__drop-down a:hover{
  background: linear-gradient(267.68deg, rgb(1, 117, 194) 0%, rgb(1, 79, 151) 100%);
}
/* .header__user-img:hover{
  background: linear-gradient(267.68deg, rgba(0, 135, 223, 1) 0%, rgba(0, 95, 186, 1) 100%);
  border-radius: 50% 50% 0px 0px;
  overflow:inherit;
}
.header__user-exit{
  margin-top: -10px;

  width: 40px;
  height: 60px;
  position: relative;
  background: linear-gradient(267.68deg, rgba(0, 135, 223, 1) 0%, rgba(0, 95, 186, 1) 100%);
}

.header__user-exit a{
  width: 20px;
  height: max-content;
  top: 20px;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}
.header__user-exit a img{
  width: 100%;
  height: 100%;
  object-fit: contain;
} */

@media screen and (max-width:1400px){
  .me40{
    margin-right: 30px;
  }
}
@media screen and (max-width:1300px){
  header .me40{
    margin-right: 14px;
  }
  .header__user-profile{
    margin-right: 10px;
    font-size: 14px;
  }
  .menu .container{
    max-width: 100%;
  }

  .header__user-profile .gold_user{
    font-size: 14px;
  }
  .header__user-img{
    width: 30px;
    height: 30px;
    margin-right: 7px;
  }
  .header__user-img span{
    font-size: 16px;
  }
  .header__user-profile a{
    font-size: 14px;
  }
  .header-user__drop-down-box a{
    font-size: 12px;
  }
}
@media screen and (max-width:1100px){
  .header__user-profile{
    margin-right: 5px;
    font-size: 14px;
  }
  .header__user-profile a{
    margin-left: 5px;
    font-size: 14px;
  }
  .header-user__drop-down-box a{
    margin-left: 0;
  }
  .header__user-profile .gold_user {
    font-size: 14px;
  }
  .menu__desktop a{
    font-size: 14px;
  }

  .header-user__drop-down-box a{
    font-size: 12px;
  }
}
@media screen and (max-width:1000px){
    header{
      max-width: 100vw;
    }
    .header__logo-img{
      display: none;
    }
    header .me40{
      margin-right: 10px;
    }
    header .pad3070{
      padding-right: 0px;
    }
    .t36{
      font-size: 30px;
    }

}

@media screen and (max-width:820px){
  .menu__desktop .col-5{
    width: 44%;
  }
  .menu__desktop .col-7{
    width: 56%;
  }
}

.menu-mobile{
  position: fixed;
  width: 100vw;
  height: max-content;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

@media screen and (max-width:730px){
  .menu-mobile{
    display: block;
  }
  .menu__desktop{
    display: none;
  }
}

.menu-mobile__container{
  width: 100vw;
  height: max-content;
  z-index: 1001;
  /* background: rgba(0, 0, 0, 0.1); */
  backdrop-filter: blur(10px);
}
.menu-mobile .pad3070{
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.background__menu-mobile{
  position: fixed;
  z-index: 1003;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.363);
  opacity: 0;
  top: 0;
  right: 0;
  display: none;
  transition: all 0.5s;
}
.menu-mobile__content{
  /* position: absolute;

  left: 0;
  top: 0;
  z-index: 1004;
  width: 100vw;
  height: 100vh; */
  /* background-color: rgba(0, 0, 0, 0.363); */
}
.open-menu{
  opacity: 1;
}
.menu-mobile__list{
  position: absolute;
  width: 70vw;
  height: 100vh;
  right: -100vw;
  z-index: 1005;
  top: 0;
  margin: 0;
  background-color: #1c1c1e;
  transition: right 0.4s;
  /* overflow: auto; */
}

.menu-mobile__list ul {
  width: 100%;
  height: max-content;
  position: relative;
  margin-top: 0;
  padding: 0;
  left: 0;
}
.menu-mobile__list ul li{
  width: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 1px 0px;
  text-align: end;
}

.menu-mobile__list ul li a{
  width: 100%;
  padding: 18px 18px 18px 0px;
  display: block;
  background-color: #27272b;
  color: #7a7a7c;
  font-size: 20px;
  position: relative;
  z-index: 1005;
}
/* .menu-mobile__list li a::before{
  content:'';
  position: absolute;
  width: 20px;
  height: 15px;
  top: 40%;
  left: 5%;
  background: url('../images/925922_arrow_bottom_direction_down_icon.svg') no-repeat;
  background-size: contain;
} */

@media screen and (max-height:940px){
  .background__menu-mobile{
    overflow: auto;
  }

  .menu-mobile__list{
    width: 75vw;
    height: 100vh;
    overflow: auto;
  }
  
  .menu-mobile__list ul li a{
    width: 100%;
    padding: 12px 18px 12px 0px;
    display: block;
    background-color: #27272b;
    color: #7a7a7c;
    font-size: 16px;
    position: relative;
    z-index: 1005;
  }
  .menu-mobile__list .mt-5{
    margin-top: 15px!important;
  }
}
@media (max-width:730px) and (max-height:720px){
  .menu-mobile__list ul li a{
    width: 100%;
    padding: 10px 18px 10px 0px;
    display: block;
    background-color: #27272b;
    color: #7a7a7c;
    font-size: 14px;
    position: relative;
    z-index: 1005;
  }

  .menu-mobile__footer .blue-button{
    padding: 8px 13px!important;
    font-size: 14px;
  }

  .menu-mobile__footer  .eader__user-profile{
    font-size: 14px;
  }
}

@media screen and (min-width:730px){
  /* .menu-mobile{
    display: none;
  } */

}
@media screen and (max-width:730px){
  /* .menu__desktop{
    display: none;
  } */
  .menu-mobile__footer .blue-button{
    font-weight: 500;
  }

}
@media screen and (max-width:700px){
  .t36{
    font-size: 16px;
  }
}
.blue-button{
  background: linear-gradient(267.68deg, rgba(0, 135, 223, 0.5) 0%, rgba(0, 95, 186, 0.5) 100%);
  color: #FFFFFF;
  padding: 10px 20px;
}

.button-absolute{
  position: absolute;
  top: calc(180px);
  left: calc(0);
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:1300px){
  .blue-button{
    padding: 10px 13px;
  }
}
@media screen and (max-width:1000px){
  .logo{
    max-width: 90%;
  }
  .logo img{
    object-fit: contain;
  }
  .logo img:last-child{
    width: 100%;
  }
  .logo img:first-child{
    width: 20%;
  }
}
.button-absolute>a{
  background: linear-gradient(267.68deg, rgba(0, 135, 223, 0.8) 0%, rgba(0, 95, 186, 0.8) 100%);
  box-shadow: -4px -4px 20px rgba(8, 79, 147, 0.3), 4px 4px 20px rgba(8, 79, 147, 0.3);
  padding: 20px 40px;
  z-index: 20;
}
@media screen and (max-width:900px){
  .button-absolute .mt50{
    margin-top: 10vh;
    /* margin-top: 15vh; */
  }
  
}
@media screen and (max-width:700px){
  .button-absolute>a{
    padding: 12.5px 20px;
  }
  .button-absolute .mt50{
    margin-top:25vh;
    /* margin-top: 15vh; */
  }
  
}
@media screen and (max-width:375px){
  .button-absolute .mt50{
    margin-top:18vh;
    /* margin-top: 15vh; */
  }
}
.main__content{
  position: relative;
  margin-top:-250px;
  height: max-content;

  /* background: rgb(255,0,0);
  background: linear-gradient(0deg, rgba(255,0,0,1) 0%, rgba(255,0,0,1) 64%, rgba(255,0,39,0.8155637254901961) 86%, rgba(255,255,255,0) 100%); */

  /* background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 64%, rgba(0,0,0,0.8155637254901961) 86%, rgba(255,255,255,0) 100%); */

  /* background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 75%, rgba(0,0,0,0.8155637254901961) 82%, rgba(255,255,255,0) 100%); */
  
}
.boxmain-1{
  position: relative;
  /* min-height: 500px; */
  padding-top: 300px;
  height: max-content;
  background: rgb(0,0,0); 
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0,0,0,1) 65%, rgba(0,0,0,0.7175245098039216) 76%, rgba(0,0,0,0.5970763305322129) 81%, rgba(255,255,255,0) 100%);
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); */
  /* position: absolute; */
  /* left: 0px; */
  /* bottom: 10px; */
  color: #FFFFFF;
}
.swiper-slide{
  width: max-content;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.swiper-wrapper__video .swiper-slide video{
  width: 400px;
  height: 400px;
  object-fit: cover;
  padding-bottom: 30px;
}
.swiper-slide__img{
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-slide__img img{
  top: 0;
  /* position: absolute; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide__text{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  padding-top: 105%;
  transition: all 1s;
  cursor: pointer;
}
.swiper-slide__text:hover{
 padding-top: 20px;
 background-color: rgba(0, 0, 0, 0.418);
}
.swiper-slide__text-container{
  width: 80%;
  margin:0 auto;
}
.swiper-slide__text-container small{
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #32B9FF;
}
.swiper-slide__text-container h5{
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: white;
}
.swiper-slide__text-container span{
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}

@media screen and (max-width:1000px){
  .swiper-slide__text{
    padding-top: 108%;
  }
}
@media screen and (max-width:800px){
  .swiper-slide__text{
    padding-top: 70%;
  }
  .swiper-slide__text-container{
    width: 60%;
  }
}
@media screen and (max-width:600px){
  .swiper-slide{
    margin: 0;
    padding-right:0!important;
  }
  .swiper-wrapper__video .swiper-slide video{
    width: 300px;
    height: 300px;
    padding-bottom: 30px;
  }
  .swiper-slide__img{
    width: 300px;
    height: 400px;
    position: relative;
    margin: 0 auto;
  }
  .swiper-slide__img img{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
  }
  .swiper-slide__text{
    width: 300px;
    height: 400px;
    left: 0;
    right: 0;
    margin: auto;

    padding-top: 355px;
  }
  .swiper-slide__text-container{
    width: 90%;
  }
 
}

@media screen and (max-width:600px){
  .swiper-slide{
    margin-left: 0!important;
    padding-right:0!important;
  }
  .swiper-slide__img{
    width: 300px;
    height: 400px;
    position: relative;
    margin: 0 auto;
  }
  .swiper-slide__img img{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
  }
  .swiper-slide__text{
    width: 300px;
    height: 400px;
    left: 0;
    right: 0;
    margin: auto;

    padding-top: 355px;
  }
  .swiper-slide__text-container{
    width: 90%;
  }
 
}

/* .boxmain-1 .swiper-slide img{
  height: 500px;
  object-fit: contain;
} */
.boxmain-2{
  position: relative;
  top: 0;
  margin-top: 10px;
  color: white;
  background: #000;
}

.up{
  text-transform: uppercase;
}
.boxmain-2__first .arrow_news{
  display: flex;
}
@media screen and (max-width:1000px){
  .main__content{
    /* margin-top: -100px; */
    margin-top: -350px;
  }
  .boxmain-1{
    /* top: 40vh;  */
    /* top:450px ; */
    height:max-content;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); */
    
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.507) 10%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 100%); */
  }

  .boxmain-2__first{
    height: max-content;
  }
  .boxmain-1 .swiper-wrapper{
    position:relative;
    top: 46px;
    left: 110px;
  }
  .boxmain-2__p-top{
    padding-top: 40px;
  }
/* 
  .boxmain-2__first .swiper-slide img{
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-fit: contain; 
    
  } */
  .boxmain-2__first .arrow_news{
    display: none;
  }
}
@media screen and (max-width:700px){
  
  .boxmain-1 .swiper-wrapper{
    position:relative;
    top: 46px;
    left: 0px;
  }
  .boxmain-1 .swiper-slide{
    max-width: 100%;
    height: max-content;
  }
  .boxmain-1{
    /* background : linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.807) 40%, rgba(0,0,0,1) 85%, rgba(0,0,0,.0) 100%); */
  }
  /* .boxmain-1 .swiper-slide img{
    width: 80%;
    height: 100%;
    object-fit:cover;
  } */
  .ps110{
    padding-left: 40px;
  }
  .boxmain-1__text{
    margin-bottom: -40px;
  }
  .boxmain-2__first {
    padding-top: 40px;
  }
  .boxmain-2__first .swiper-slide{
    margin-top: -10px;
  }
}
@media screen and (max-width:400px) {
  .boxmain-1 .ps110{
    font-size: 14px;
    padding-left: 20px;
  }
  .swiper-slide-active{
    margin-left: 12px;
  }
}
@media screen and (max-width:500px){
  .boxmain-2__first {
    padding-top: 50px;
  }
}
@media screen and (max-width:600px){
  .boxmain-1 .arrow_slider{
    margin-top: 50px;
    width: 15px;
    height: 30px;
    /* margin: 0; */
    /* padding: 0;
    position: relative; */
  }
}
.content-shop{
  width: 100%;
  min-height: 50vh;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.loading-shop{
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.loading-shop img{
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: contain;
}
hr.trap {
    border-top: 2px solid rgba(0, 135, 223, 1);
    margin: 30px 0;
}
hr.trap::after {
    content: '';
    width: 240px;
    height: 40px;
    background: #6890E7;
    transform: perspective(120px) rotateX(-45deg);
}
.trap2{
  margin: 15px 0;
  height: 2px;
  width: 100%;
  background: rgba(0, 135, 223, 0.2);
}
.trap2>div{
  /* width: 40px; */
  height: 4px;

  background: rgba(0, 135, 223, 1);
  /* margin: auto; */
  transform: perspective(120px) rotateX(298deg);
}


.lig{
  font-weight: 300;
}
.b{
  font-weight: 600!important;
}
.slider{
  height: 460px;
}
.imgshatle{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s;
}
/*  test -------------------------- */
/* .vessel-description__img video{
  position: absolute;
  width: 280px;
  height: 280px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
} */
/* ---------------------- */
.tab_name{
  cursor: pointer;
}

.rightButtonVessel{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.lineB1{
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  transform-origin: left center;
  transform: translate(0px, 0) rotate(0deg);
  transition: all 2s; 


}
.activs{
  transform: translate(-50%, -50%);
  /* transform-origin: left center; */
  transform: rotate(360deg);
  
}
/* .activs{
  transform: translate(-50%, -50%);
  transform-origin: left center;
  transform: translate(20px, -130px) rotate(25deg);
  
} */
.lineB2{}
.vesselAnimate{

}

.bg-container__vessel{
  width: 90%;
  height:100%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;

  
   -ms-user-select: none; 
  -moz-user-select: none; 
  -webkit-user-select: none; 
  user-select: none;  
}
.p-abs{
  width: 100%;
  position: absolute;
  transition: all 0.5s;
  top: 0;
}
.vesselBg{
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right:0;
  margin: auto;
  height: max-content;
  object-fit: cover;
  transform: rotate(0deg);
}
.vesselBg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vesselBg1{
  width: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right:0;
  margin: auto;
  height: max-content;
  object-fit: cover;
  transition: all 1s;
  transform: rotate(0deg);
}
.vesselBg1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vesselBg2{
  width: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right:0;
  margin: auto;
  height: max-content;
  object-fit: cover;
  transform: rotate(0deg);
}
.vesselBg2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vesselBg3{
  width: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right:0;
  margin: auto;
  height: max-content;
  object-fit: cover;
  transform: rotate(0deg);
}
.vesselBg3 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vesselBg4{
  width: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right:0;
  margin: auto;
  height: max-content;
  object-fit: cover;
  transform: rotate(30deg);
}
.vesselBg4 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vessel-container__button{
  position: absolute;
  width: 90%;
  
  height: max-content;
  display: flex;
  justify-content: space-between;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.5;
}
.vessel-container__button div{
  cursor: pointer;
}

.vesselAnimate .imgshatle{
  opacity: 0;
}
.preText{
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
}
.vesselAnimate .preText{
  opacity: 1;
}
.t32{
  opacity: 1;
  transition: all 0.5s;
}
.vesselAnimate .t32{
  /* opacity: 0; */
}

/* .vesselAnimate .vesselBg1{
  animation : torsion 4s linear infinite;
}
@keyframes torsion {   
  0% {     
    transform: rotate(0deg);   
  }   
  100% {     
    transform: rotate(1500deg);  
  } 
} */
@media screen and (max-width: 1400px){
  .imgshatle {
    max-width: 70%;
  }
}
@media screen and (max-width:1200px){
  .vessel-description__img{
    width: 100%; 
  }
  .bg-container__vessel{
    width: 100%;
  }
}
@media screen and (max-width:1000px){
  .vessel-description__img{
   height: 400px;
   padding-top: 50px;
  }

  .bg-container__vessel{
    width: 80%;
  }
  .trap2{
    margin: 5px 0 5px 0px;
    height: 2px;
    width: 100%;
    background: rgba(0, 135, 223, 0.2);
  }
  .vessel-description .t32{
    font-size: 20px;
  }
  .vessel-description .col-4{
    text-align: center;
  }
}
@media screen and (max-width:800px){
  .vessel-description__img{
    width: 100%;
    height: 300px;
    padding-top: 50px;
  }
  .bg-container__vessel{
    width: 70%;
  }
  .vessel-container__button{
    min-width: 100%;
 
  }
}
@media screen and (max-width:550px){

  .vessel-description__img{
    width: 100%;
    height: 200px;
    padding-top: 50px;
  }
  .bg-container__vessel{
    width: 90%;
  }
  .imgshatle{
    margin-top: 20px;
    width: 50%;
    object-fit: contain;
  }

  .video_slider{
    padding-left: 0px!important;
    padding-right: 25px!important;
  }

}
.footer-fon{
  /* background:linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 24.06%), url(images/footer-image.jpg); */
  background:linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 24.06%), url(../images/footer-image-mini.jpg);
  background-size: cover;
  background-position: bottom;
  /* background: url('images/footer-image.jpg'); */
}
.footer-fon2{
  background:linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 24.06%), url('../images/shop/galaxy-night-panoramic 2.jpg');
  background-size: cover;
  background-position: bottom;
  /* background: url('images/footer-image.jpg'); */
}
.footer__icons img{
  height: 50px;
}

.footer_logo_link {
  width: 52px;
  height: 52px;
  margin-left: 20px;
  display: inline-block;
}

.footer_logo_link img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width:700px){
  .footer__menu-list{
    display: none;
  }
}
@media screen and (max-width: 520px){
  .footer__icons img{
    height: 30px;
  }
  .footer__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer__logo img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    padding: 0px;
  }
  .xsolla {
    margin-top: 15px;
  }
  .footer__logo a {
    width: 50px;
    height: 50px;
  }
  .footer__logo img:first-child{
    width: 90%;
    object-fit: contain;
  }
  .footer_logo_link {
    margin-left: 20px;
    margin-top: 15px;
  }
  .footer__logo .footer_logo_link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  footer .mx20{
    margin: 0 10px;
  }
}
.mx20{
  margin-left: 20px;
  margin-right: 20px;
}
.mx10{
  margin-left: 10px;
  margin-right: 10px;
}
.my20{
  margin-top: 20px;
  margin-bottom: 20px;
}
.mt0{
  margin-top: 0px;
}
.mt010{
  margin-top: -10px;
}
.mt018{
  margin-top: -18px;
}
.mt020{
  margin-top: -22px;
}
.mt10{
  margin-top: 10px;
}
.mt75{
  margin-top: 75px;
}
.mt110{
  margin-top: 110px;
}
.pb25{
  padding-bottom: 20px;
}
.hrgrey{
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.tgrey{
  color: rgba(255, 255, 255, 0.8);
}
.tgrey2{
  color: rgba(255, 255, 255, 0.6);
}
.tgrey3{
  color: rgba(255, 255, 255, 0.2);
}

/* ----------------- */
.popup_message{
  position: fixed;
  width: 370px;
  height: max-content;
  padding: 10px 15px;
  right: 0;
  top: 20%;
  z-index: 70;
  color: white;
  display: none;
}
.popup_message button{
  display: block;
  width: 100px;
  height: 40px;
  border: none;
  background: white;
  color: black;
  margin-top: 10px;
}
.popup_message--open{
  display: block;
}

@media screen and (max-width:500px){
  .popup_message{
    width: 80%;
  }
}
/* popup 2 */
.popup-v2{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
  opacity: 0;
}
.popup-v2__open{
  opacity: 1;
}
.popup-v2::after{
  content: '';
  width: 100%;
  height: 100%;
  z-index: 601;
  position: absolute;
  background-color: #000;
  opacity: 0.4;
}
.popup-v2__window{
  width: 600px;
  height: max-content;
  background-color: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 602;
}
.popup-v2__box{
  width: 90%;
  position: relative;
  margin: 30px auto;
  text-align: center;
}
.popup-v2__window h3{
  font-size: 25px;
  text-align: center;
}
.popup-v2__window span{
  display: block;
  margin: 20px 0px;
}
.popup-v2__window button{
  width: 150px;
  height: 40px;
  display: block;
  margin: 0 auto;
  border: 0;
  color: white;
  background: linear-gradient(267.68deg, rgba(0, 135, 223, 0.9) 0%, rgba(0, 95, 186, 0.8) 100%);
  box-shadow: -4px -4px 20px rgb(8 79 147 / 30%), 4px 4px 20px rgb(8 79 147 / 30%);
}

@media screen and (max-width:620px){
  .popup-v2__window{
    width: 95%;
  }
  .popup-v2__box{
    width: 95%;
    margin: 15px auto;
  }
  .popup-v2__window h3{
    font-size: 18px;
  }
  .popup-v2__window span{
    font-size: 14px;
  }
}

/*  */



.buybtn{
  position: relative;
  padding: 10px 20px;
  border: none;
  color: white;
  background: linear-gradient(267.68deg, rgba(0, 135, 223, 0.5) 0%, rgba(0, 95, 186, 0.5) 100%);
  box-shadow: -4px -4px 20px rgba(8, 79, 147, 0.3), 4px 4px 20px rgba(8, 79, 147, 0.3);
  z-index: 20;
}

.bs1:before{
  content: '';
  position: absolute;
  margin-left: -15px;
  margin-top: -2px; 
  height:105%;
  border-left: 2px solid #9A9A9A;
} 

@media screen and (min-width:1000px) {
  /* .mt-lg-2:before{
    content: '';
    position: absolute;
    margin-left: -15px;
    margin-top: -3px; 
    height:105%;
    border-left: 2px solid #9A9A9A;
  }  */
  .bs2:before{
    content: '';
    position: absolute;
    margin-left: -15px;
    margin-top: -3px; 
    height:102.5%;
    border-left: 2px solid #9A9A9A;
  } 
  .bs2:first-child:before{
    height:103%;
    border-left: 2px solid #9A9A9A;
  } 
  .shop-cart__img{
    position: relative;
    z-index: 9;
    margin-bottom: -40px;
  }
}
@media screen and (max-width:1000px){
  .bs1:before{
    margin-top: 6px; 
  } 
  .bs2:before{
    margin-top: -30px; 
    height:108.5%;
  } 

  .shop-cart__img{
    margin-bottom: 0px;
  }
}
@media screen and (max-width:660px){
  .bs2:before{
    margin-top: -30px; 
    height:108.5%;
  } 
}
@media screen and (max-width:620px){
  .bs2:before{
    margin-top: -30px; 
    height:108.5%;
  } 
}


.shop-card--open::after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 98%;
  z-index: 10;
  height: 100%;
  background: rgb(0,0,0); 
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 10%, rgba(0, 0, 0, 0.164) 83%, rgba(0,0,0,0) 100%);
  transition: all 1s;
  animation-duration: 0.5s;
  animation-name: fadeInTop;
  animation-delay: 0s;
} 
@keyframes fadeInTop {
  from {  opacity: 0; }
  to {  opacity: 1; }
 }

.shop-card--open div{
  z-index: 11;
}
.shop-card--open .mt20{
  position: relative;
  z-index: 11;
}
.shop-cart{
  width: 100%;
  position: relative;
}


/* .shop-cart__img{
  position: relative;
  z-index: 9;
  margin-bottom: -40px;
} */
.shop-card--open .shop-cart__img{
  /* width: 100%; */
  max-width: 100%;
  z-index: 10;
}
.shop-cart__img{
  width: 100%;
  max-width: 100%;
}
.shop-cart__img img{
  width: 100%;
  max-height: 250px;
  object-fit: contain;
}


.shop-card__first {
  width: 100%;
}
.shop-card__first img{
  /* width: 100%;
  height: 200px; */
}
.shop-card__first .mt110{ /*                    21.12.22 edit first-img  */
  width: 100%;
}

.shop-cart .me-2 {
  position: relative;
  z-index: 20;
}
/*          временное решение */
.card__info{
  margin-top:-30px;
  height: max-content;
  width: 90%;
  min-height: 10%;
  position: absolute;
  /* display: none; */
  z-index: 10;
  transition: all 0.5s;
  /* display: none; */
}
.card__title{
  
}
.card__description{
  padding-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  transition: all 0.5s;
  opacity: 0;
}


.card__button{
  position: relative;
  z-index: 20;
}
.card__button img{
  position: relative;
  transform: rotate(0deg);
  transition: all 0.5s;
}
.shop-card--open .card__button img{
  transform: rotate(-90deg);
}
.card__description ul{
  list-style: none;
  padding-left: 0;
}
.card__description ul li{
  padding-left: 10px;
}
.card__description ul li:first-child{
  list-style: none;
  margin: 20px 0px 10px;
  padding-left: 0;
}
@media screen and (min-width:1200px){
  .shop-card__first{
    width: 100%;
    position: relative;
  }
  .shop-cart__img{
    margin: 0;
  }
  .shop-card__first .mt110{
    margin: 15% 0 -40px;
  }
  .shop-card__first::after{
    width: 99.5%;
  }

  .shop-card__first .card__info{
    position: absolute;
    bottom: -20%;
  }
  .shop-card__first--open .card__info{
    position: absolute;
    bottom: 30%;
  }
}
@media screen and (max-width:1400px){
  .shop-card__first .mt110{
    margin: 22% 0 -40px;
  }
}
@media screen and (max-width:1300px){
  .card__info{
    width: 97%;
  }
  .card__description{
    font-size: 12.5px;
  }
}
@media screen and (max-width:1200px){
  .shop-card__first .mt110{
    margin: 28% 0 30px 0;
  }
  .shop-card__first .card__button{
    position: absolute;
    bottom: 18%;
  }
  .shop-card__first .mt20{
    position: absolute;
    bottom: 5%;
  }
  .shop-card__first .card__info{
    position: absolute;
    bottom: -25%;
    margin-top:0;
  }
  .shop-card__first--open .card__info{
    position: absolute;
    bottom: 30%;
  }

}
@media screen and (max-width:1000px){
  .shop-card__first{
    width: 100%;
    height: max-content;
    position: relative;
  }
  .shop-card__first .mt110{
    margin: 50px 0 30px 0;
  }
  .shop-card__first .card__info{
    position: absolute;
    bottom: -20%;
  }
  .shop-card__first--open .card__info{
    position: absolute;
    bottom: 30%;
  }
  /* .shop-card--open .card__info{
    position: absolute;
    bottom: 40%;
  } */
  .shop-card__first .card__button{
    position: relative;
    bottom: 5%;
  }
  .shop-card__first .mt20{
    position: relative;
    bottom: 5%;
  }
}

@media screen and (max-width:770px){
  .shop-card__first{
    width: 100%;
    height: max-content;
    position: relative;
  }
  .shop-card__first .mt110{
    margin: 50px 0 30px 0;
  }
  .shop-card__first .card__info{
    position: absolute;
    bottom: -16%;
  }
  .shop-card__first--open .card__info{
    position: absolute;
    bottom: 40%;
  }

  .card__description ul{
    list-style: none;
    padding-left: 20px;
  }
  .card__description ul li{
    padding-left: 10px;
  }
  .card__description ul li:first-child{
    list-style: none;
    margin: 0px 0px 5px;
    padding-left: 0;
  }
}
@media screen and (max-width:550px){
  .shop-card__first .mt110{
    margin: 80px 0 50px 0;
  }
}
.line-img {
    height: max-content;
    /* width: 300vw; */
    object-fit: cover;
    position: absolute;
    z-index: 20;
}
/* --------------- временное решение */
.card__info--open{
  height: 50%;
  margin-left: -10px;
  padding-left: 10px;
  /* display: inline; */
  /* background-color: rgba(0, 0, 0, 0.418); */
}

.card__info--open .card__description{
  opacity: 1;
}

.card__last-blocks img{
  margin: -35px 0 35px 0;
}
@media screen and (max-width:576px) {
  .shop-cart__img{
    width: 80%;
    margin: 0 auto;
    height: max-content;
    /* margin-bottom: -60px; */
    /* margin-bottom: -30px; */
  }
  .shop-cart__img-2{
    width: 80%;
    margin: 0 auto;
    height: max-content;
  }
  .shop-cart__img img{
    width: 100%;
    object-fit: contain;
  }
  .shop-cart__img-2 img{
    width: 100%;
    object-fit: contain;
  }
  .line-img{
    width: 100%;
    /* height: 10px; */
    /* width: 100vw; */
    /* object-fit: cover; */
    /* position: absolute; */
  }
  footer .pb25{
    font-size: 3.6vw;
  }
  .footer__last-element{
    display: flex;
    flex-direction: inherit;
  }
}



.select-white{
  height: 24px;
  width: 24px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
}
.select-out{
  height: 24px;
  width: 24px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
}
.pointer{
  cursor: pointer;
}

.centerposition{
  max-width: 850px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.download__container{
  width: 100%;
  max-width: 894px;
  margin: 3vh auto 0vh;
}

@media (max-width:750px) and (max-height:700px){
  .download__container{
    margin: 65px auto 0vh;
  }
}

/*  */


.btn_download {
  width: 168px;
  height: 53px;
  display: flex;

  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  /* Note: backdrop-filter has minimal browser support */

  border-radius: 5px;
}



.btn_download__img-box {
  width: 48px;
  height: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_download__img-box img{
  /* width: 43px; */
  height: 43px;
  object-fit: contain;
}
.btn_download__text-box {
  text-align: left;
  width: max-content;
  height: max-content;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.btn_download__text-box p {
  margin: 0px;
  padding: 0px;
  color: white;
  font-size: 16px;
  line-height: 18px;
  margin-right: 10px;
}
.btn_download__text-box p b{
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}



.download_btn_box{
  display: flex;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

.btn_download__last{
  width: 230px;
  max-width: 100%;
}


.downlaod_new_version {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.downlaod_new_version .downlaod_new_version_logo {
  width: 100%;
  /* max-width: 394px; */
  max-width: 512px;
}
.downlaod_new_version h3 {
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  margin-top: 17.82px;
  max-width: 95%;
}
.downlaod_new_version h3 b {
  color: #46FFA2;
}
.downlaod_new_version .downlaod_new_version_fon {
  width: 95%;
  /* max-width: 444px; */
  max-width: 512px;
  /* margin-top: 22.82px; */
}
.downlaod_new_version a {
  width: 287.5px;
  height: 60px;
  background-color: #3E7BFA;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 25px;
  color: #FFFFFF;
  border-radius:20px;
  margin-top: 24px;
  text-decoration: none;
}
.downlaod_new_version a span {
  padding-bottom: 3px;
}

.download_list_box {
  /* border: 1px solid #D9D9D9;
  border-radius: 9.95px;
  text-align: center;
  color: #FFFFFF;
  padding: 28px 10px;
  max-width: 95%;
  margin: 36px auto 0px; */

  border-radius: 9.95px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 10px;
  max-width: 95%;
  margin: 12px auto 0px;
}

.download_list_box h4 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}

.download_list_box span {
}

@media screen and (max-width: 730px) {
  .download__container {
    margin-top: 65px;
    padding-bottom: 20px;
  }
  .downlaod_new_version .downlaod_new_version_logo {
    width: 90%;
    max-width: 250px;
  }
  .downlaod_new_version h3 {
    font-size: 18px;
    margin-top: 15px;
  }
  .downlaod_new_version .downlaod_new_version_fon {
    /* margin-top: 18px; */
  }
  .downlaod_new_version  a {
    width: 240px;
    height: 45px;
    font-size: 20px;
    margin-top: 18px;
  }
  
  .download_list_box {
    padding: 20px 8px;
    margin: 35px auto 0px;
  }
  
  .download_list_box h4 {
    font-size: 20px;
  }
}

/* ------- */
/* Login */

.login{
  max-width: 100vw;
  max-height: 100%;
  position: relative; 
  /* overflow: hidden; */
}
.register{
  width: 100vw;
  min-height: 100%;
  position: relative;
}
.login main{
  position: relative;
  width: 100%;
  overflow: hidden;
  height: max-content; 
}
.register main{
  position: relative;
  margin-top: 5px;
  /* margin-top: 20px; */
  min-height: 86vh;
  /* min-height: 100vh; */
  width: 100%;
  max-width: 100;
  overflow: hidden;
  padding-bottom: 50px;
}

.logincenter::before{
  content: '';
  z-index: -1; /* Фон ниже текста */
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 20px 20px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(30px);
  width: 100%;
  height: 100%;
  position: absolute; /* Фиксируем на одном месте */
   left: 0; right: 0; /* Вся ширин */
   top: 0; bottom: 0; /* Вся высота */
   border-radius: 20px;
}
.logincenter{
  border-radius: 20px;
  min-height: 700px;
  width: 465px;
  position: relative;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, -0%);
  margin: 4vh 0vh;
  padding-bottom: 10px;
}

.logincenter .mt40{
  margin-top: 20px;
}

.unset{
  opacity: 0;
  position: absolute;
}

.registercenter::before{
  content: '';
  z-index: -1; /* Фон ниже текста */
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 20px 20px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(30px);
  width: 100%;
  height: 100%;
  position: fixed; /* Фиксируем на одном месте */
   left: 0; right: 0; /* Вся ширин */
   top: 0; bottom: 0; /* Вся высота */
   border-radius: 20px;
}
.registercenter{
  padding-bottom: 40px; 
  border-radius: 20px;
  height: max-content;
  max-width: 650px;
  position: relative;
  left: 50%; 
  top:50px; 
  transform: translate(-50%, -0%);
}

.registercenter p{
  font-size: 14px;
  color: white;
  text-align: center;
}

@media screen and (min-width:900px) and (max-height:920px){
  .registercenter{
    margin-bottom: 100px;
  }
}
.login__logo{
  padding: 30px 0px 7px;
}
.register__logo{
    height: 120px;
     top: -45px;
  /*  bottom: -45px; */
    position: relative;
    margin: 0 auto -45px; 
}
.register__logo img{
    height: 100%;
    object-fit: contain;
}
@media screen and (max-width:768px){
  .logincenter{
    margin: 10vh 0vh;
  }
  .register main{
    margin-top: 0px;
    position: relative;
    height: 100%;
    overflow:visible;
    padding-bottom: 150px;
  }
  .registercenter{
    width: 90%;
    top:120px;
 }
 .register__logo{
  height: 83.73px;
  }
  .registercenter .register-container-form{
    margin-top: 10px!important;
  }
  .registercenter .register-container-form .mt20:first-child{
    margin-top: 0px!important;
  }
}
@media screen and (max-width:600px){
  .logincenter{
    width: 90vw;
    min-height: 600px;
    
    padding-bottom: 5px;
  }
  .logincenter .px40{
    padding: 0px 20px;
  }  
  .px30{
    padding: 0px;
  }
}
@media screen and (max-width:540px){
  .login__logo{
    width: 70px;
    padding: 0;
    position: absolute;
    top:-5vh;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .logincenter{
    left: 45%;
    margin: 100px auto;
  }
  .login__logo img{
    width: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width:400px){
  /* .login__logo{
    height: 80px;
    padding: 0;
    position: absolute;
    top:-5vh;
    left: 0;
    right: 0;
    margin: 0 auto;
  } */
  .logincenter{
    width: 90vw;
    min-height: 520px;
  }
  .login__logo img{
    height: 100%;
    object-fit: contain;
  }
  .logincenter .mt40{
    margin-top: 10px;
  }
  .login main{
    min-height: 100vh;
  }
  .tgrey2{
    font-size: 13px;
  }
  .registercenter{
    width: 97vw;
  }
}
@media screen and (max-width:360px){
  .logincenter .px40{
    padding: 0px 20px;
  } 
  .logincenter{
    width: 90vw;
    /* min-height: 100px; */
    left: 45%;
    padding-bottom: 5px;
    margin: 15vh auto;
  }
}
.carabl1{
  position: absolute;
  /* margin-top: 20px; */
  top: calc(20% - 200px);
  left: calc(50% - 350px); 
  /* top: 80px;
  left: calc(20% + 258px); */
  transform: translate(-50%, -0%);
}
/* .carabl2{
  width: 418px;
  height: 264px; 
  position: absolute;
  z-index: 12;
  top: calc(39% - 200px);
  left: calc(50% - 305px);
  transform: translate(-50%, -0%);
} */
.carabl2{
  width: 418px;
  /* height: 264px;  */
  position: absolute;
  z-index: 10;
  top: calc(39% - 200px);
  left: calc(50% - 273px);
  transform: translate(-50%, -0%);
}
.carabl3{
  width: 380px;
  height: max-content;
  position: absolute;
  z-index: 10;
  /* top: calc(50% + 80px); */
  /* left: calc(50% + 280px); */
  /* left: calc(50% + 240px); */
  margin-left: calc(55% + 240px);
  /* right: 0;*/
  /* padding-top: 48vh;  */
  bottom: 0;
  transform: translate(-50%, -0%);
}
.carabl3 img{
  width: 100%;
  object-fit: cover;
}
/* .carabl4{
  position: absolute;
  top: calc(50% - 400px);
  left: calc(50% - 400px);
  transform: translate(-50%, -0%);
}
.carabl5{
  z-index: 999;
  position: absolute;
  top: calc(50% + 200px);
  left: calc(50% + 350px);
  transform: translate(-50%, -0%);
} */

.carabl4{
  position: absolute;
  /* top: calc(50% - 400px); */
  top: -30px;
  left: calc(50% - 400px);
  transform: translate(-50%, -0%);
}
.carabl5{
  z-index: 40;
  top: 460px;
  position: absolute;
  /* top: calc(40% + 100px);  */
  left: calc(50% + 160px);
}
.glawMessage{
  width: 95%;
  margin: 0 auto;
  font-size: 18px;
}
@media screen and (min-height:1120px){
  .carabl1{
    top: calc(40% - 400px);
    left: calc(50% - 350px); 
  }
  .carabl2{
    top: calc(40% - 247px);
    left: calc(50% - 305px);
  }
}
@media screen and (min-height:1300px){
  .carabl1{
    top: calc(36% - 400px);
    left: calc(50% - 350px); 
  }
  .carabl2{
    top: calc(36% - 247px);
    left: calc(50% - 305px);
  }
}
/* @media screen and (max-width:1000px){
  .carabl4{
    position: absolute;
    top: calc(50% - 400px);
    left: calc(50% - 400px);
    transform: translate(-50%, -0%);
  }
  .carabl5{
    z-index: 999;
    position: absolute;
    top: calc(30% + 100px);
    left: calc(50% + 370px);
    transform: translate(-50%, -0%);
  }
} */
@media screen and (max-width:600px){
  .glawMessage{
    font-size: 12px;
  }
  .carabl1{
    display: none;
  }
  .carabl2{
    display: none;
  }
  .carabl3{
    display: none;
  }
  .carabl4{
    display: none;
  }
  .carabl5{
    display: none;
  }
}
@media screen and (max-width:768px){

  .carabl4{
    display: none;
  }
  .carabl5{
    display: none;
  }
}
.px40{
  padding: 0 40px;
}
.px30{
  padding: 0 30px;
}
@media screen and (max-width:600px){
  .px30{
    padding: 0px 10px;
  }
}
@media screen and (max-width:410px){
  .px30{
    padding: 0px 0px;
  }
  .px40{
    padding: 0px 10px;
  }
}
.input{
  position: relative;
  z-index: 20;
}
.input>input{
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  padding: 12px 16px;
  z-index: 40;
}
.input>input:focus{
  outline: none;
}
.inputselect{
  padding: 0 40px;
}
.inputselect>input{
  height: 24px;
  width: 24px;
  border-radius: 8px;
}
.showPassword{
  position: absolute;
  width: 20px;
  height: max-content;
  z-index: 20;
  top:0;
  bottom: 0;
  right: 20px;
  margin: auto;
  cursor: pointer;
}
.showPassword img{
  position: relative;
  width: 100%;
  object-fit: contain;
}

#register .row .mt20{
  padding-top: 7px;
}

.inputErrorMessage{
  position: absolute; 
  padding-left:5px;
  /* position: relative; */
  height: max-content;
  color: #ff5b5b;
}

.errMessageRef{
  padding-left: 40px;
}

.inputErrorMessage__login{
  left: 45px;
  width: 100%;
  bottom: -20px;
}
#recaptcha{
  width: max-content;
  margin: 20px 0px 0px 40px;
}

#login .showPassword{
  right: 60px;
}

@media screen and (max-width:600px){
  .inputErrorMessage__login{
    width: 90%;
    left: 20px;
  }
  #login .showPassword{
    right: 30px;
  }
  .errMessageRef{
    padding-left: 20px;
  }
}
@media screen and (max-width:430px){
   /* transform:scale(0.8); transform-origin:0; */
   #recaptcha {
      width: max-content;
      transform:scale(0.97); transform-origin:0;
   }
}


@media screen and (max-width:400px) {
  .input>input{
    padding: 10px 16px;
  }
  .inputselect{
    padding: 0 20px;
  }

  #recaptcha{
    width: 100%;
    margin: 20px 0px 0px 10px;
  }

  .inputErrorMessage__login{
    width: 100%;
    left: 10px;
  }
}
@media screen and (max-width:360px){
  .inputErrorMessage__login{
    width: 100%;
    left: 15px;
  }
  #login small{
    font-size: 12px;
  }
}
@media screen and (max-width:324px){
  #recaptcha {
    transform:scale(0.8); transform-origin:0;
 }
 .inputErrorMessage__login{
    left:0px;
  }
}

.btnlogin{
  position: relative;
  padding: 12px 16px;
  background: linear-gradient(0deg, #676F70, #676F70), #686868;
  border: none;
  border-radius: 8px;
}
.btnlogin img{
  margin: 0px 5px;
}
.hrwhite{
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.tab_name{
  color: white;
}
.tab_name.select{
  color: #0087DF;
}
.tap_hr>div{
  position: absolute;
}
.arrow_slider{
  position: absolute;
  z-index: 111111;
  right: 0;
}
.news_slider{
  width: 100%;
  overflow-x: hidden;
}
.arrow_news{
  position: absolute;
  right: 0;
  top: 0;
  height: 460px;
  width: 100px;
  background: linear-gradient(270deg, #000000 34.41%, rgba(0, 0, 0, 0) 100%);
  z-index: 999;
}
.login_btn_box .btnlogin:last-child{
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-container-form .d-flex .btnlogin:last-child{
 
}
.register-container-form .d-flex .btnlogin .warning_icon{
  position: absolute;
  top: 20px;
  right: 10px;
}

.btnlogin .warning_icon{
  right: 0;
  top: -18px;
  position: relative;
}
.btnlogin .warning_icon::after{
  text-shadow: none;
  top: 0px;
  right: 0px;
}

/* profile  */
.profile .t24{
  margin-top: 40px;
}
.profile .register__logo{
  width: 50px;
  position: relative;
  z-index: 10;
  top: 20px;
}
.profile .register__logo img{
  width: 100%;
}
.user-img{
  position: absolute;
  z-index: 9;
  width: 120px;
  height: 120px;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  /* border: 3px solid #0087DF80; */
  border: 3px solid #676F70;

}
.profile__user-img {

}
.user-img__image{
  width: 100%;
  height: 100%;
  position: relative;
}

.user-img__not{
  width: 100%;
  height: 100%;
  background: linear-gradient(267.68deg, rgba(0, 135, 223, 1) 0%, rgba(0, 95, 186, 1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-img__not span{
  color: white;
  font-size: 50px;
}

.user-img__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile__user-img_edit{
  width: 30%;
  height: 30%;
  background-color: #676F70;
  position: absolute;
  border-radius: 50%;
  bottom: 10%;
  right: 5%;
  margin: auto;
}
.profile__user-img_edit img{
  width: 70%;
  height: 70%;
  position: relative;
  left: 10%;
  top: 10%;
  object-fit: contain;
}
.user-img__edit{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0px;
  opacity: 0;
}
.user-img__edit input{
  width: 100%;
  height: 100%;
  font-size: 70px;
}

/* Download */


@media screen and (min-width:1000px) {
  .download__logo{
    width: 382px;
    height: 80px;
    object-fit: contain;
  }
}
@media screen and (max-width:500px) {
  .download__logo{
    width: 80vw;
    object-fit: contain;
  }
  .download__text{
    width: 90vw;
    margin: 0 auto;
  }
  .download__list{
    width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width:400px) {
  .download__list{
    width: 90%;
    margin: 0 auto;
  }
}



.checkBoxPuyS{
  width: 100%;
  height: max-content;
  /* border: 1px solid #686868; */
  align-items: center;
  display: flex;
  padding: 10px 2px;
  background-color: #686868;
  margin: 10px 0px;
}
.checkBoxPuyS input{
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.checkBoxPuyS label{
  width: 90%;
  padding-left: 10px;
  /* color: #686868; */
  color: white;
}
.checkBoxPuyS label h6{
  font-size: 22px;
  margin: 0px 0px 5px;
}


/* -----------Cotact us---------- */

.cotact_us{
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  z-index: 21110;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  transition: all 1s;
}
.cotact_us--open{
  opacity: 1;
  display: block;
}

.contact_us__shadow{
  position: absolute;
  background-color: rgba(0, 0, 0, 0.432);
  z-index: 1111;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.contact_us__content{
  position: absolute;
  width: 540px;
  height: max-content;
  z-index: 1112;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: white;
  border-radius: 12px;
}

.contact_us__header{
  width: 100%;
  display: flex;
  padding: 24px;
  height: max-content;
  justify-content: space-between;
  border-bottom: 1px solid #EFEFEF;
  align-items: center;
}
.contact_us__header h5{
  font-weight: 600;
  font-size: 20px;
  color: #3C3C3B;
  max-width: 85%;
}

.contact_us__header button{
  border: none;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F2F2;
  border-radius: 50%;
}

.contact_us__form{
  padding: 20px 24px;
}
.contact_us__form input{
  width: 100%;
  height: 48px;
  margin: 0px 0px 16px;
  padding: 0px 16px;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  font-size: 14px;
}

.contact_us__form textarea{
  width: 100%;
  padding:16px;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  font-size: 14px;
}
.contact_us__form hr{
  margin: 16px 0px;
}
.contact_us__form #recaptcha{
  margin-left: 0px;
}

.contact_us__form button{
  width: 100%;
  width: 169px;
  height: 42px;
  margin-top: 16px;
  background: #676F70;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border:none;
  color: white;
}

.contact_us__content small{
  padding: 0px 25px 20px;
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width:550px){
  .contact_us__content{
    width: 95%;
    height: max-content;
  }
  .contact_us__form{
    padding: 12px 14px;
  }
  .contact_us__header{
    padding: 12px 14px;
  }
  .contact_us__content small{
    padding: 0px 0px 15px 14px;
  }
}
@media screen and (max-height:750px){
  .contact_us__header{
    padding: 12px 14px;
  }
  .contact_us__form{
    padding: 15px 14px;
  }
  .contact_us__form input{
    height: 38px;
    margin: 0px 0px 10px;
    padding: 0px 10px;
  }
  .contact_us__form hr{
    margin: 10px 0px;
  }
  .contact_us__form button{
    width: 139px;
    height: 32px;
    margin-top: 10px;
    background: #676F70;
    font-size: 14px;
  }
  .contact_us__form textarea{
    width: 100%;
    max-height: 100px;
    padding:10px;
    font-size: 14px;
  }
}

/* ---------recovery----------- */

.recovery{
  height: max-content;
  position: absolute;
  width: 100%;
  /* left: 0; */
  top:0;
  /* right: 0; */
  bottom: 0;
  margin: auto;
  z-index: 40;
}


/* select language */
.header__select_language {
  margin-left: 10px;
}
.select_language {
  width: 50px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.select_language--open{
  overflow: visible;
}
.select_language__preview{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(267.68deg, rgba(0, 135, 223, 0.5) 0%, rgba(0, 95, 186, 0.5) 100%);
  /* background: linear-gradient(267.68deg, rgba(0, 135, 223, 1) 0%, rgba(0, 95, 186, 1) 100%); */
  padding: 0px 7px;
  cursor: pointer;
  text-transform: uppercase;
}

.select_language__selected{
  color: white;
  font-size: 16px;
}

.select_language__drop-down{
  position: absolute;
  width: 100%;
  height: max-content;
  /* background-color: rebeccapurple; */
}

.select_language__drop-down-box{
  width: 100%;
  height: max-content;
  position: relative;
  z-index: 10;
}

.select_language__drop-down-box a{
  display: block;
  width: 100%;
  height: 30px;
  /* background-color: rgb(226, 197, 255); */
  border-top: 1px solid rgba(0, 0, 0, 0.747);
  background: linear-gradient(267.68deg, rgba(0, 135, 223, 0.5) 0%, rgba(0, 95, 186, 0.5) 100%);
  color: white;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select_language__drop-down-box a:hover{
  background: linear-gradient(267.68deg, rgba(0, 135, 223, 0.9) 0%, rgba(0, 95, 186, 0.9) 100%);
}

@media screen and (max-width:1400px){
  header{
    max-width: 98%!important;
  }
}
@media screen and (max-width:1300px){
  .header__user-profile{
    margin-right: 10px;
  }
  .select_language__selected{
    font-size: 14px;
  }
  .select_language__preview{
    padding: 0px 5px;
  }
  .select_language {
    width: 45px;
    height: 100%;
  }
  .select_language__drop-down-box a{
    font-size: 14px;
    align-items: center;
    height: 40px;
  }
  header{
    padding: 0!important;
  }
}



@media screen and (max-width:730px){
  .header__select_language {
    /* margin-left: 0px; */
  }
  /* .select_language__mobail{
    height: 30px;
  } */
  .select_language__mobail-container{
    height: max-content;
    padding-bottom: 10px;
  }
  .select_language__mobail-container .select_language__drop-down{
    padding-bottom: 30px;
  }
  .select_language {
    width: 75%;
    height: 40px;
    margin: 20px auto;
    /* height: 100%; */
    position: relative;
    overflow: hidden;
  }

  .select_language--open{
    overflow: visible;
  }

  .select_language__drop-down-box a{
    justify-content: left;
    align-items: center;
    padding-left: 5px;
  }

}


/* --------preloader_form_container------------------ */

.preloader_form_container{
  width: 50px;
  height: 50px;
}

.preloader_form_container__login{
  /* position: absolute;
  left: 0;
  right: 0;
  top: 190px;
  margin: auto; */
  margin: -10px auto;
}

.preloader_form_container__contactUs{
  width: 40px;
  height: 40px;
  margin-bottom:-12px ;
}

/* ------------------------ POPUP V3 ----------------------- */

.popup_message-2{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1200;
    display: none;
}
.popup_message-2__open{
  display: block;
}
.popup_message-2__bg{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.473);
  z-index: 1201;
}

.popup_message-2__content-card{
  background-color: white;
  position: absolute;
  height: max-content;
  width: 90%;
  width: max-content;
  /* max-width: 550px; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1202;
  padding: 0px 30px;
}

.popup_massage-2__title{
  font-size: 25px;
  text-align: center;
  margin: 20px 0px 10px;
}
#public_profile{
  opacity: 0;
}
#public_profile .popup_massage-2__title{
  font-size: 20px;
}

.popup_message-2__description{
  font-size: 16px;
  width: 90%;
  margin: 0px auto;
}

.popup_message-2__btn{
  width: 150px;
  height: 40px;
  display: block;
  margin: 0 auto;
  border: 0;
  color: white;
  background: linear-gradient(267.68deg, rgba(0, 135, 223, 0.9) 0%, rgba(0, 95, 186, 0.8) 100%);
  box-shadow: -4px -4px 20px rgb(8 79 147 / 30%), 4px 4px 20px rgb(8 79 147 / 30%);
  margin: 30px auto;
}

@media screen and (max-width:700px){
  .popup_message-2__content-card{
    width: 95%;
  }
  .popup_massage-2__title{
    font-size: 20px;
  }
  .popup_message-2__description{
    font-size: 14px;
  }
}



/*-------------------public profile------------- */


.fon-ship-blue{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100vh;
  background-image: url('../images/public_profile/fon_public_profile.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.fon-ship-blue::before{
  content:'';
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100vh;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(90deg, rgba(0,0,0,0.4206057422969187) 0%, rgba(7,7,7,0.5998774509803921) 15%, rgba(14,14,14,1) 30%, rgba(43,43,43,1) 70%, rgba(0,0,0,0.5522584033613445) 85%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.4206057422969187) 0%, rgba(7,7,7,0.5998774509803921) 15%, rgba(14,14,14,1) 30%, rgba(43,43,43,1) 70%, rgba(0,0,0,0.5522584033613445) 85%, rgba(255,255,255,0) 100%);
  background: linear-gradient(90deg, rgba(0,0,0,0.4206057422969187) 0%, rgba(7,7,7,0.5998774509803921) 15%, rgba(14,14,14,1) 30%, rgba(43,43,43,1) 70%, rgba(0,0,0,0.5522584033613445) 85%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  opacity: 0.5;
}

.public_profile__view  .menu{
}

.public_profile__content{
  width: 700px;
  height: max-content;
  min-height: 70vh;
  position: absolute;

  left: 0;
  right: 0;
  top: 160px;
  margin: 0 auto;
  /* background-color: #979b9e1e; */
  /* background-color: #2d4d62; */
  backdrop-filter: blur(10px);  

  /* opacity: 0.95; */
  z-index: 3;
}
.public_profile__content::after{
  content: '';
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;

  /* -webkit-filter: blur(10px);
  filter: blur(10px); */
  z-index: 2;
}

.public_profile__content::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;

  background-color: #192D3F;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='100%25' height='100%25'%3E%3Cdefs%3E%3Cpattern id='p' width='100' height='100' patternUnits='userSpaceOnUse' patternTransform='scale(0.12)'%3E%3Ccircle id='a' data-color='outline' fill='none' stroke='%231D3742' stroke-width='40.57' r='.5'%3E%3C/circle%3E%3Cuse xlink:href='%23a' y='100'%3E%3C/use%3E%3Cuse xlink:href='%23a' x='100'%3E%3C/use%3E%3Cuse xlink:href='%23a' x='100' y='100'%3E%3C/use%3E%3Cuse xlink:href='%23a' x='50' y='50'%3E%3C/use%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23p)' width='100%25' height='100%25'%3E%3C/rect%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  

  opacity: 0.8;
}




.public_profile__first-block {
  width: 90%;
  /* position: absolute; */
  position: relative;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
.public_profile__first-content {
  width: 100%;
  height: max-content;
  display: flex;
  /* justify-content: space-between; */
}
.public_profile__first-left {
  width: max-content;
  height: max-content;
}
.public_profile__p_user-photo {
  width: 120px;
  height: 120px;
  display: block;
  position: relative;
  background-color: white;
  border-radius: 10px;
  box-shadow:0 0 5px rgb(255, 255, 255);
}
.p_user-photo__bg{
  position: absolute;
  width: 120%;
  height: 85%;
  top: 0;
  left: -10%;
  bottom: 0;
  margin: auto;
  /* background-color:#2d4d62; */

  background-color: #192D3F;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='100%25' height='100%25'%3E%3Cdefs%3E%3Cpattern id='p' width='100' height='100' patternUnits='userSpaceOnUse' patternTransform='scale(0.12)'%3E%3Ccircle id='a' data-color='outline' fill='none' stroke='%231D3742' stroke-width='40.57' r='.5'%3E%3C/circle%3E%3Cuse xlink:href='%23a' y='100'%3E%3C/use%3E%3Cuse xlink:href='%23a' x='100'%3E%3C/use%3E%3Cuse xlink:href='%23a' x='100' y='100'%3E%3C/use%3E%3Cuse xlink:href='%23a' x='50' y='50'%3E%3C/use%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23p)' width='100%25' height='100%25'%3E%3C/rect%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p_user-photo__img {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto;
  background-color: #0087DF;

  display: flex;
  justify-content: center;
  align-items: center;
}
.p_user-photo__img-text {
  font-size: 60px;
  color: white;
  margin-top: -10px;
  font-weight: 600;
}


.public_profile__first-right {
  margin-left: 20px;
}
.public_profile__list-userInfo {
  list-style:none;
}
.public_profile__list-item {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
}

.public_profile__first-icon {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;

  margin-top: 15px;
  /* margin-left: 20px;
  margin-top: -40px; */
}

.public_profile__first-name {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;

  margin-top: 10px;
}


.public_profile__user-info{
  width: 90%;
  position: relative;
  height: max-content;
  min-height: 500px;
  background-image: url('../images/public_profile/border-info.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 100px auto 0px;
  z-index: 5;
}
.public_profile__user-info h6{
  position: absolute;
  width: max-content;
  height: max-content;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}

.profile_user-info__container{
  width: 95%;
  padding-top: 10px;
  margin: 0px auto 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.profile_user-info__item {
  width: 31%;
  height: 150px;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  border: 1px solid #587488;
  margin: 20px 0px;
}
.user-info__item-num {
  position: absolute;
  left: 10px;
  top: 5px;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
.user-info__item-img {
  height: 50%;
  width: max-content;
  margin-bottom: 10px;
}

.user-info__item-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.user-info__item-text {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;

  color: white;
  font-size: 16px;
  text-transform: uppercase;
}

/* 
.public_p__header-p {
  width: 90%;
  height: max-content;
  margin: 20px auto;
  padding-top: 30px;
  display: flex;
  position: relative;
}
.header-p__left {
  width: 30%;
}
.header-p__img-profile {
  width: 100%;
  height: 170px;
  background-color: #0087DF;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.header-p__img-profile h2{
  font-size: 75px;
}


.header-p__img-profile{

}

.header-p__right {
  width: 60%;
  margin-left: 30px;
  margin-top: 20px;
}

.header-p__info{
  margin-bottom: 10px;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}

.public_p__achievements-p {
  width: 100%;
}
.achievements-p {
  display: flex;
  height: max-content;
  align-items: center;
}
.achievements-p__text {
  height: max-content;
  width: max-content;
  margin-right: 30px;
  color: white;
  text-transform: uppercase;
}
.achievements-p__text h5{
  font-size: 16px;
}
.achievements-p__img-card {
  width: 30px;
  height: 30px;
  overflow: hidden;
  background-color: #0087DF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
}

.img-card__red{
background-color:rgb(197, 14, 14);
}

.img-card__blue{
  background-color:#0087DF;
}
.img-card__yellow{
  background-color:rgb(255, 238, 0);
}
.img-card__dark{
  background-color: #2c2b2b;
}

.achievements-p__img-card img{
  width: 70%;
  height: 70%;
  object-fit: contain;
}


.name-profile{
  width: 90%;
  margin: 0 auto;
  font-size: 25px;
  color: white;
  margin-top: 15px;
}


.public_p__container {
  width: 90%;
  height: max-content;
  margin: 10px auto 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.public_p__card-p {
  margin: 7px 0px;
}
.card-p {
  width: 31.3333%;
  height: max-content;
  background : linear-gradient(267.68deg, rgba(0, 135, 223, 0.5) 0%, rgba(0, 95, 186, 0.5) 100%);
}
.card-p__img {
  width: 90%;
    height: 100px;
  margin: 10px auto;
  background-color: #2c2b2b;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-p__img img{
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.card-p:first-child .card-p__img img{
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.card-p__text {
  text-align: center;
  width: 90%;
  margin: 0 auto 10px;
  color: white;
}

.card-p__text h5{
  font-size: 15px;
}

.card-p__text small{
  font-size: 18px;
  font-weight: 700;
  text-shadow: rgb(0, 0, 0) 0.5px 0 3px;
} */




/*  info message */

.info_message {
  position: absolute;
  top: 105px;
  left: 0;
  width: 100%;
  height: 30px;
}
.info_message__bg {
  width: 100%;
  height: 100%;
  /* height: max-content; */
  /* align-items: center; */
  /* display: flex; */
  background-color: rgb(233, 14, 14);
  position: relative;
}

.info_message__bg .container{
  position: relative;
  height: 100%;
}

.info_message__close-btn {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.info_message__text {
  height: 100%;
  width: max-content;
  display: flex;
  align-items: center;
  /* margin-left: 0px; */
  margin: 0 auto;
}

.info_message__text h4{
  height: max-content;
  font-size: 16px;
  margin:0px;
  color: white;
}


@media screen and (max-width:760px){
  .info_message {
    top: 50px;
  }
  .info_message__text h4{
    font-size: 12px;
  }
  
}

.login_btn_box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.login_btn_box .btnlogin{
  width: 48%;
}

.login_btn_box .btnlogin:last-child{
  width: 100%;
  margin-top: 15px;
}

/*     WARNING      */

.warning_icon{
  width: 20px;
  height: 20px;
  position: absolute;
  /* right: 14px; */
  right: 0;
  top: -15px;
}
.warning_icon::after{
  position: absolute;
  content: '*';
  font-size: 35px;
  color: white;

}
.footnote{
  width: max-content;
  max-width: 90%;
  text-align: center;
  position: relative;
  font-size: 12px;
  margin: 20px auto -10px;
  display: flex;
  align-self: center;
}
.footnote b{
  font-weight: 500;
  font-size: 25px;
}

.login_footnote{
  width: 100%;
  height: max-content;
  padding: 0px 0px;
  position: absolute;
  /* background-color: #00000057; */
  z-index: 100;
  color: white;
  padding-bottom: 10px;
}

.login_footnote b{
  margin-top: -5px;
  margin-right: 5px;
}
.register_footnote{
  width: 100%;
  height: max-content;
  padding: 0px 0px;
  position: absolute;
  /* background-color: #00000057; */
  z-index: 100;
  color: white;
  padding-top: 40px;
  padding-bottom: 10px;
}
.register_footnote b{
  margin-top: -5px;
  margin-right: 5px;
}
@media screen and (min-width:700px){
  .login_footnote{
    bottom: -10px;
  }
}
@media screen and (max-height:900px){
  .register_footnote{
    position: relative;
    margin-top: 90px;
    padding-top: 0;
    padding-bottom: 25px;
  }
}
@media screen and (max-width:770px){
  .login_footnote{
    position: relative;
    margin-top: -70px;
    padding-bottom: 25px;
  }
  .register_footnote{
    position: relative;
    margin-top: 135px;
    padding-top: 0;
    padding-bottom: 25px;
  }
}
@media screen and (max-width:440px){
  .warning_icon{
    width: 15px;
    height: 15px;
    font-size: 20px;
    right: -5px;
    top: -8px;
  }
  .warning_icon::after{
    /* font-size: 25px; */
    text-shadow: rgb(0, 0, 0) 0px 0 10px;
    /* top: 10px; */
    font-size: 20px;
  }

  .footnote  .warning_icon{
    top: 10px;
  }
}


.successful_message{
  max-width: 83%;
  height: max-content;
  padding: 10px 10px;
  margin: -10px auto -10px;
  background: linear-gradient(0deg, #026e47, #035537), #014f32;
}

.noSuccessfull_message{
  max-width: 90%;
  height: max-content;
  padding: 10px 10px;
  margin: 0 auto 0px;
  background: linear-gradient(0deg, #e90e3244, #e90e3244), #e90e3244;
}
.registercenter .successful_message{
  font-size: 14px;
}

/* .logincenter .noSuccessfull_message{
  font-size: 14px;
  line-height: 16px;
} */



.registercenter  .title_container{
  font-size: 18px;
}

.mobil_bind_email .noSuccessfull_message,
.mobil_bind_email .successful_message{
  margin-bottom: 8px;
}

.mobil_bind_email .registercenter {
  padding-bottom: 0px;
}

.mboile_bind_emil__content_container{
  padding-bottom: 40px;
}

.registercenter p{
   font-size: 14px;
   color: white;
   /* padding: 0px 25px; */
   text-align: center;
}

.mobil_bind_email a{
  font-size: 14px;
  color: white;
  border-bottom: 1px solid white;
}


@media screen and (min-width:770px){
  .registercenter .successful_message{
    max-width: 90%;
    margin-bottom: -30px;

    font-size: 18px;
  }

  .noSuccessfull_message{
    margin: 0 auto -25px;
  }

  .logincenter .noSuccessfull_message{
    margin-bottom: -10px;
    font-size: 16px;
    line-height: 18px;
    max-width: 83%;
  }

}

.xsolla {
  margin-left: 25px;
  padding-bottom: 2px;
  height: 54px;
}

@media screen and (max-width: 445px) {
  .xsolla {
    margin-left: 0;
    margin-top: 15px;
  }
  .footer_logo_link {
    margin-top: 15px;
    display: inline-block;
  }
}

.blog-page-body,
.blog-article-body {
  background: #04091d;
  color: #ffffff;
}

.blog-page__background,
.blog-article__background {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(7, 13, 37, 0.92) 0%, rgba(3, 5, 18, 0.95) 100%);
}

.blog-page,
.blog-article {
  flex: 1 1 auto;
  padding: 60px 0 80px;
}

.blog-page__header {
  margin-bottom: 36px;
}

.blog-page__title {
  font-size: 42px;
  font-weight: 700;
  margin: 0;
}

.blog-page__subtitle {
  margin: 12px 0 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.65);
}

.blog-page__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px;
  align-items: start;
}

.blog-page__articles {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.blog-page__sidebar,
.blog-article__sidebar {
  background: rgba(11, 18, 43, 0.86);
  border-radius: 20px;
  padding: 28px;
  position: sticky;
  width: 100%;
  max-width: 320px;
  top: 120px;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  overflow: hidden;
}

.blog-search {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.blog-search__label {
  font-size: 16px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.blog-search__controls {
  position: relative;
  width: 100%;
  display: flex;
  gap: 12px;
  align-items: stretch;
  flex-wrap: wrap;
}

.blog-search__input {
  flex: 1 1 auto;
  min-width: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 12px 16px;
  color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.blog-search__input:focus {
  outline: none;
  border-color: #2fb0ff;
  box-shadow: 0 0 0 2px rgba(47, 176, 255, 0.25);
}

.blog-search__button {
  white-space: nowrap;
  flex: 0 0 auto;
  border: none;
  border-radius: 14px;
  padding: 12px 22px;
  background: linear-gradient(135deg, #2fb0ff 0%, #5b5bff 100%);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-search__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(47, 176, 255, 0.35);
}

.blog-card {
  background: rgba(11, 18, 43, 0.86);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  min-height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}

.blog-card__image {
  display: block;
  flex: 0 0 360px;
  max-width: 100%;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.blog-card__body {
  padding: 26px 28px 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1 1 auto;
}

.blog-card__meta {
  font-size: 14px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.55);
}

.blog-card__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
}

.blog-card__title-link {
  color: #fff;
  text-decoration: none;
}

.blog-card__title-link:hover {
  color: #2fb0ff;
}

.blog-card__excerpt {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  flex: 1 1 auto;
}

.blog-card__more {
  margin-top: auto;
  align-self: flex-start;
  font-size: 15px;
  font-weight: 600;
  color: #2fb0ff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.blog-card__more:hover {
  color: #5b5bff;
}

.blog-popular__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}

.blog-popular__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.blog-popular__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 14px 16px;
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s ease, background 0.2s ease;
}

.blog-popular__item:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
}

.blog-popular__image {
  flex: 0 0 auto;
}

.blog-popular__image img {
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.blog-popular__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.blog-popular__meta {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.blog-popular__title {
  font-size: 16px;
  line-height: 1.4;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.blog-page__empty,
.blog-article__error {
  margin: 32px 0;
  padding: 18px 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

.blog-page__loader,
.blog-article__loader {
  width: 68px;
  height: 68px;
  margin: 40px auto;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.12);
  border-top-color: #2fb0ff;
  animation: blog-spinner 0.9s linear infinite;
}

.blog-page__footer-actions {
  margin-top: 42px;
  text-align: center;
}

.blog-page__scroll-sentinel {
  width: 100%;
  height: 1px;
  margin: 0 auto;
  pointer-events: none;
}

.blog-page__load-more {
  padding: 14px 42px;
  font-size: 16px;
}

.blog-pagination {
  margin-top: 40px;
}

.blog-pagination__list {
  display: flex;
  gap: 14px;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}

.blog-pagination__item {
  flex: 0 0 auto;
}

.blog-pagination__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.blog-pagination__link:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.28);
}

.blog-breadcrumbs {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 28px;
}

.blog-breadcrumbs__list {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}

.blog-breadcrumbs__item a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.blog-breadcrumbs__item a:hover {
  color: #2fb0ff;
}

.blog-breadcrumbs__item::after {
  content: '/';
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.4);
}

.blog-breadcrumbs__item:last-child::after {
  display: none;
}

.blog-breadcrumbs__item--current {
  color: #fff;
}

.blog-article__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 44px;
  align-items: start;
}

.blog-article__content {
  background: rgba(11, 18, 43, 0.86);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.38);
}

.blog-article__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}

.blog-article__title {
  margin: 0;
  font-size: 38px;
  line-height: 1.25;
  font-weight: 700;
}

.blog-article__meta {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
}

.blog-article__cover img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 20px;
}

.blog-article__body {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.85;
  font-size: 17px;
}

.blog-article__body h2,
.blog-article__body h3,
.blog-article__body h4 {
  color: #fff;
  margin-top: 32px;
}

.blog-article__body p {
  margin-bottom: 18px;
}

.blog-article__body a {
  color: #2fb0ff;
  text-decoration: underline;
}

.blog-article__body ul,
.blog-article__body ol {
  padding-left: 20px;
  margin-bottom: 18px;
}

.blog-article__back {
  display: inline-block;
  margin-bottom: 24px;
  color: #2fb0ff;
  text-decoration: none;
  font-weight: 600;
}

.blog-article__back:hover {
  color: #5b5bff;
}

.blog-popular__list--empty::before {
  content: attr(data-empty-text);
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
}

@keyframes blog-spinner {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1200px) {
  .blog-page__content,
  .blog-article__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .blog-page__sidebar,
  .blog-article__sidebar {
    position: static;
    max-width: none;
  }

  .blog-page__sidebar,
  .blog-article__sidebar {
    margin-top: 32px;
  }
}

@media screen and (max-width: 992px) {
  .blog-card {
    flex-direction: column;
  }

  .blog-card__image {
    flex: 0 0 auto;
    width: 100%;
  }

  .blog-card__image img {
    height: 220px;
  }
}

@media screen and (max-width: 768px) {
  .blog-page,
  .blog-article {
    padding: 40px 0 60px;
  }

  .blog-page__title {
    font-size: 32px;
  }

  .blog-card__image img {
    height: 200px;
  }

  .blog-card__title {
    font-size: 20px;
  }

  .blog-article__title {
    font-size: 30px;
  }

  .blog-article__content {
    padding: 28px;
  }
}

@media screen and (max-width: 576px) {
  .blog-search__controls {
    flex-direction: column;
  }

  .blog-search__button {
    width: 100%;
  }

  .blog-card__body {
    padding: 22px 20px 26px;
  }

  .blog-popular__item {
    flex-direction: row;
  }

  .blog-popular__image img {
    width: 54px;
    height: 54px;
  }
}




@media screen and (max-width: 550px){
  .mboile_bind_emil__content_container{
    margin-top: 8px!important;
  }

  .registercenter  .title_container{
    font-size: 16px;
    padding: 0px 12px;
  }

}

.best-features__card,
.download__seo-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
}

.best-features__card p,
.download__seo-card p,
.download__seo-card li,
.about-us__content p,
.about-us__list li {
  line-height: 1.6;
}

.about-us__list li {
  position: relative;
  padding-left: 18px;
}

.about-us__list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #1ec0ff;
}
