* {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

h1 {
    text-decoration: none;
}
h2 {
    text-decoration: none;
}
p {
    text-decoration: none;
}
a {
    text-decoration: none;
}
li {
    text-decoration: none;
    list-style: none;
}
body {

   /* font-family: 'PT Sans Narrow', sans-serif;
    font-family: 'Roboto', sans-serif; */
    background-color: #f3f4f5;
}
.scrollBlock {
    height: 80px;
    width: 100%;
}
.topnav {
    width: 100%;
    height: 80px;
    font-family: 'Roboto', sans-serif;
    background-color: #12222e;
    background: url(img/backgroundheader.png) center no-repeat;
    background-size: cover;
    display: flex;
    position: fixed;
    z-index: 50;
    padding: 0 auto;
    align-items: center;
    justify-content: center;
}
.theLi {
    display: flex;
}
.theLi a {
    margin: 0px calc(10px + 10 * (100vw / 1680)) 0px calc(10px + 10 * (100vw / 1680)) ;
    color: #f3f4f5;
    font-size: calc(12px + 6 * (100vw / 1680));
    font-weight: 400;
}
.theLi a:hover {
    color: #25ecba;
    transition: 1s;
}
/*---adaptationMenu---*/

#icon {
    display: none;
}
.burger {
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease 0s;
}
.line {
    width: 35px;
    height: 3px;
    margin: 7px;
    background-color: #fff;
    transition: all 0.3s ease 0s;
}
.nonel {
    display: none;
}

.line1t {
    transform: rotate(-45deg) ;
    background-color: #e0370c;
}
.line3t {
    transform: rotate(45deg) translate(-7px, -7px);
    
    background-color: #e0370c;
}
.menuTarget {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f3f4f5;
    top: 0;
    left: 0;
    z-index: 30;
    opacity: 0;
    visibility: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: all 0.6s ease 0s;
}
.navDisplay {
    margin-top: 90px;
}
.widtchBlok {
    width: 100%;
    height: 100%;
}
.navDisplay a{
    font-family: 'Roboto', sans-serif;
    color: #001931;
    font-size: 18px;
    font-weight: 600;
}
.navDisplay a:hover{
    color: #e0370c;
    transition: 0.1s;
}
.menuTargetTrue {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f3f4f5;
    top: 0;
    left: 0;
    z-index: 30;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.4s ease;
    opacity: 1;
    visibility: visible;

}


.navDisplay li {
    width: 100%;
    padding: 20px;
    border-bottom: rgb(0, 0, 0, 0.2) 2px solid;
}
.navCordLogo {
    height: 100%;
}
.wheadertext {
    text-align: center;
    font-weight: 700;
    margin: 20px 0px 20px 0px;
}
.wvheadertext {
    text-align: center;
    font-weight: 700;
    margin: 20px 0px 20px 0px;
}
@media screen and (max-width: 1197px) {

    #icon {
        display: inline;
    }
    
    .theLi {
    display: none;
    }
    .heder_log {
        display: none;
        position: absolute;
        left: 2%;
    }
    .cord_img {
        position: absolute;
       
    }
    .burger {
        position: absolute;
        left: 4%;
    }
    
    .scrollBlock {
    height: 50px;
    width: 100%;
}
.topnav {
    height: 50px;
}
.navCordLogo {
    height: 60px;
}
}

/*---top---*/
.preTop {
    height: 600px;
    background: url(img/back_img.png) no-repeat;
    background-size: cover;
    
   
}
.h1_text {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 23px;
    font-weight: 400;
}
.p_text {
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: calc(12px + 6 * (100vw / 1680));
    font-weight: 400;
}
.h2_text {
    margin-top: -5px;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 26px;
    font-weight: 400;
}

.topBackgroundContener {
    height: 100%;
    margin: auto;
    width:  calc(100vh - 480px * (1680 / 100vh));
    display: flex;
    flex-direction: column;
   align-items: flex-start;
   justify-content: center;
}
.infoTopContent {
    margin-bottom: 20px;
}

/*-------cord-------*/
.backgraundInfoCord {
    padding-bottom: 20px;
    background-color: #fff;
}
.contener {
    width:  calc(100px + 1100 * (100vw / 1680));
    margin: auto;
    height: 100%;
}

.h3_text {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: calc(28px + 8 * (100vw / 1680));
    font-weight: bold;
}
.info_text {
    padding-top: calc(20px + 50 * (100vw / 1680));
    text-align: center;
    
}
.pTextCord {
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: calc(13px + 5 * (100vw / 1680));
    font-weight: 400;
    color: rgb(0, 0, 0);
}

.flexDisplayInfo {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: calc(16px + 7 * (100vw / 1680));
    font-weight: 400;
    color: #fff;
    
}
.imgCordComapny {
    height: calc(0px + 140 * (100vw / 1680));
}

.cordInfo {
    width: calc(0px + 560 * (100vw / 1680));
    background-color: #0f3451;
    border: #0f3451 50px solid;
    border-radius: 20px;
    
}




/*------adv--------*/
.advantages {
    height: 900px;
    background: url(img/sea2.png) no-repeat;
    background-size: cover;
}
.h3Text {
    padding-top: calc(20px + 50 * (100vw / 1680));;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size:  calc(28px + 8 * (100vw / 1680));
    font-weight: bold;
    color: #fff;
}
.pText {
    text-align: center;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: calc(13px + 5 * (100vw / 1680));
    font-weight: 400;
    color: #fff;  
}
.pTextInfo {
    width: 500px;
    margin-left: 10%;
    font-family: 'Roboto', sans-serif;
    font-size: calc(11px + 5 * (100vw / 1680));
    font-weight: 400;
    color: rgb(255, 255, 255);  
    /*background-color: #05243b;
    border: #05243b 50px solid; */
   
    
}
.pTextInfo p{
    margin-top: calc(0px + 40 * (100vw / 1680));
}
.pTextInfo a{
    color: #25ecba;
}
.pTextInfo a:hover {
    color: #209ed8;
    transition: 1s;
}

.FlexContaner {
    display: flex;
    flex-direction: row;
}

.ulAdvantages {
    

    font-family: 'Roboto', sans-serif;
    font-size: calc(13px + 5 * (100vw / 1680));
    font-weight: 400;
    color: rgb(211, 229, 236);  
}
.ulAdvantages li{
 height: 40px;   
 margin-top: 62px;
padding-left: 50px;
padding-top: 10px;

}
/*#colorLi {
    background-color: #0f3451;
    border: #0f3451 11px solid;
} */
#n1 {
    background: url(img/li_icon.png) no-repeat;
}
#n2 {
    background: url(img/li_icon2.png) no-repeat;
}
#n3 {
    background: url(img/li_icon3.png) no-repeat;
}
#n4 {
    background: url(img/li_icon4.png) no-repeat;
}
#n5 {
    background: url(img/li_icon5.png) no-repeat;
}
#n6 {
    background: url(img/li_icon6.png) no-repeat;
}



/*---keiki----*/
.keikiContent {
    background-color: #f3f4f5;
   /* background: url(img/keikiphon2.png) center no-repeat; */
}

.textKeiki {
    margin-top: calc(0px + 17 * (100vw / 1680));
    margin-left: calc(0px + 20 * (100vw / 1680));
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: calc(0px + 26 * (100vw / 1680));
    font-weight: 400;
    color: black; 
}
.imgKeikiLogo {
    height: calc(0px + 200 * (100vw / 1680));
}
.flexBoxKeiki {
    display: flex;
    margin-top: calc(0px + 70 * (100vw / 1680));
}
.pTextKeiki {
    margin-left: 20px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: calc(0px + 18 * (100vw / 1680));
    font-weight: 400;
    color: rgb(0, 0, 0);
}



/*-----grid------*/
.card {
    background: #fff;
}
.gridKeiki {
    margin-top: calc(0px + 30 * (100vw / 1680));
    display: grid;
    gap: calc(0px + 20 * (100vw / 1680));
    grid-template-columns: repeat(3, calc(0px + 375 * (100vw / 1680)));
    grid-template-rows: repeat(2, calc(0px + 280 * (100vw / 1680)));
    grid-template-areas: 
    "wide1 wide2 wide3"
    "wide1 wide4 wide4";
}

.card1 {
    grid-area: wide1;
    background: url(img/card1_3.png) center no-repeat;
    background-size: cover;
    transition: 10s;
}
.card2 {
    grid-area: wide2;
    background: url(img/card2_3.png) center no-repeat;
    background-size: cover;
}
.card3 {
    grid-area: wide3;
    background: url(img/card3_3.png) center no-repeat;
    background-size: cover;
}
.card4 {
    grid-area: wide4;
    background: url(img/card4.png) center no-repeat;
    background-size: cover;
}
/*
.card1:hover{
    animation: color 1s linear;
    animation-fill-mode: forwards;
}
.card1:not(:hover){
    animation: nocolor 1s linear;
    animation-fill-mode: forwards;
}
@keyframes color {
    0% {
       box-shadow: inset 0px 0px 0px orange;
    }
    100% {
        box-shadow: inset 0px 700px 0px orange;
    }
  }
  @keyframes nocolor {
    0% {
        box-shadow: inset 0px 700px 0px orange;
    }
    100% {
        box-shadow: inset 0px 0px 0px orange;
    }
  }
*/


.h2Card {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: calc(0px + 23 * (100vw / 1680));
    font-weight: 400;
    color: rgb(255, 255, 255);  
}

.card1Text {
    margin-top: calc(0px + 300 * (100vw / 1680));;
    margin-left: calc(0px + 20 * (100vw / 1680));
}

.card2Text {
    margin-top: calc(0px + 100 * (100vw / 1680));
    margin-left: calc(0px + 20 * (100vw / 1680));
}
.pCard {
    font-family: 'Roboto', sans-serif;
    font-size: calc(0px + 18 * (100vw / 1680));
    font-weight: 400;
    color: rgb(255, 255, 255);
}

.h2card4 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: calc(0px + 26 * (100vw / 1680));
    font-weight: 400;
    color: rgb(0, 0, 0);  
    margin-left: calc(0px + 20 * (100vw / 1680));
    margin-top: calc(0px + 30 * (100vw / 1680));
}
.pCard4 {
    font-family: 'Roboto', sans-serif;
    font-size: calc(0px + 23 * (100vw / 1680));
    font-weight: 700;
    color: rgb(0, 0, 0);
    margin-left: calc(0px + 20 * (100vw / 1680));
}
.pCard4Bot {
    font-family: 'Roboto', sans-serif;
    font-size: calc(0px + 18 * (100vw / 1680));
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-left: calc(0px + 20 * (100vw / 1680));
    margin-top: calc(0px + 20 * (100vw / 1680));
}


/*----tg----
.h2Tg8000 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: rgb(0, 0, 0);  
    margin-top: 80px;
    text-align: center;
}

.pTg8000 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    text-align: center; 
}
.pInfoTg {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-top: 50px; 
}
.pInfoTg p{
margin-top: 10px;
}
*/

/*-----tgnew-----*/
.flexTg {
    margin-top: calc(0px + 100 * (100vw / 1680));
    padding-top: calc(0px + 50 * (100vw / 1680));
    display: flex;
}


.textTgColor {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: -webkit-calc(0px + 100 * (100vw / 1680));
    font-weight: 900;
    background: url(img/1.jpg) no-repeat;
    background-size: cover;
    background-position: -300px;
    line-height: -webkit-calc(0px + 150 * (100vw / 1680));
    background-attachment: fixed;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.h2TgText {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: calc(0px + 26 * (100vw / 1680));
    font-weight: 400;
    color: rgb(0, 0, 0);  
    margin-top: calc(0px + 20 * (100vw / 1680));
}
.textTgInfo {
    margin-left: calc(0px + 20 * (100vw / 1680));
}
.pTgText {
    font-family: 'Roboto', sans-serif;
    font-size: calc(0px + 18 * (100vw / 1680));
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-top: calc(0px + 30 * (100vw / 1680)); 
}
.pTgText  p{
    margin-top: calc(0px + 10 * (100vw / 1680));
}

.pIfoTextTg {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-top: 50px;
}
.pIfoTextTg p{
    margin-top: 10px;
}

.tg8500 {
    height: calc(0px + 500 * (100vw / 1680));
    background: url(img/back_tg.png) center no-repeat;
}

/*----table---*/
.table_tg8000 {
    margin: 35px 0px 35px 0px;
    width: 100%;
    border-collapse: collapse;
    border: rgb(0, 0, 0) 2px solid;
}
.table_tg8000 td, th {
    border: rgb(0, 0, 0) 2px solid;
}
.table_tg8000 td {
    width: 50%;
    padding-left: 10px;
}

.contentImg {
    width: 50%;
}
.contentImgUn {
    width: 100%;
}
.containerContentImg {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.ContentSlaiderBox {
    animation: slaiderL 20s infinite;
    display: flex;
    width: 400%;
}
.ContentSlaider {
    margin-top: 10px;
    overflow: hidden;
    width: 50%;
}
.slaidL {
    width: 100%;
}
.ContentSlaidImg {
    width: 100%;
}
@keyframes slaiderL {
    0% {
        margin-left: 0;
    }
    10% {
        margin-left: 0;
    }
    33% {
        margin-left: -100%;
    }
    43% {
        margin-left: -100%;
    }
    66% {
        margin-left: -200%;
    }
    76% {
        margin-left: -200%;
    }
    100% {
        margin-left: -300%;
    }
}
/*--footer--*/

.footerIndex {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 200px;
    width: 100%;
    height: 500px;
    background-color: #12222e;
}
.copyrightBox {
    width: 100%;
    height: 80px;
    background-color: #0c161f;
}
.gridBoxFooter {
    padding-bottom: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: calc(0px + 1200 * (100vw / 1680));
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgb(255, 255, 255, 0.8);
}
.gridBoxFooter p{
    margin-top: 20px;
}
.office {
    display: flex;
    justify-content: space-between;
    width: calc(0px + 300 * (100vw / 1680)); /*300px*/
    padding-bottom: 50px;
    border-bottom: rgb(255, 255, 255, 0.5) 2px solid;
}
.contOutFlex {
    text-align: right;
}


/*---accessories---*/


.accessMain {
    background: #fff;
}
.accessories_content {
    width: 1200px;
    margin: 50px auto;

}

.accessories_about {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.accessories_description {
    width: 500px;
}
.accessories_description li{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-top: 15px;
    background: url(img/li_iconan.png) 0px 3px no-repeat;
    padding-left: 30px;
    margin-left: 50px;
}

.accessories_description p{
    padding-top: 20px;
}
.name_accessories {
    margin-top: 20px;
    color: rgb(20, 85, 138);
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 35px;
    font-weight: 700;
}

.accessories_img {
    
    height: 219px;
    width: 216px;
}

.accessories_plan {
    margin-left: auto;
}

/*---gyrocompass---*/
.tg8000Gyro {
    height: calc(100px + 300 * (100vw / 1680));
}
.bordEr {
    border-bottom: rgb(20, 85, 138) 1px solid;
    padding-bottom: 10px;
}


.colorA {
    color: rgb(20, 85, 138); 
    font-weight: 600;
}
 .positionHeight{
    position: relative;

} 
.gyroTop {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    background: url(img/gyronewphon2.png) center no-repeat;
    background-size: cover;
}
.gyroFlexBox {
    margin: auto;
    width: calc(100px + 1100 * (100vw / 1680));
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.gyroText {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: calc(26px + 10* (100vw / 1680));
    font-weight: 400; 
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 0 0 20px rgb(6, 155, 255, 0.6);
}
.pGyroText {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: calc(23px + 3 * (100vw / 1680));
    font-weight: 400; 
    color: #fff;
    margin-top: 40px;
  
}
.gyroInfo {
    width: calc(100px + 1100 * (100vw / 1680));
    margin: 0 auto;
    
}
.positionBox {
    /* position: absolute;
    top: 700px; */
    width:100%;
}
.infoTextFyro {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-top: 30px; 
}

.infoTextFyro li{
    margin-top: 10px;
}
.infoTextFyro ul{
    margin-left: 20px;
}
.infoTextFyro p{
    margin-top: 15px;
}


.flexBoxContacts {
    margin-top: 20px;
    display: flex;
}
.boxSecond {
    margin-left: 100px;
}
.boxFirst p{
    margin-top: 15px;
}
.boxSecond p{
    margin-top: 15px;
    color: #c51212;
}
.positionDrawTg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 20px 0px;
}
.drawingsTG {
    height: calc(50px + 352 * (100vw / 1680));
}
/*---animation---*/
.background {
    position: absolute;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    padding:0;
    margin:0px;
  }
  .cube {
    position: absolute;
    top: 80vh;
    left: 15vw;
    width: 10px;
    height: 10px;
    border: solid 1px rgb(0, 174, 255, 0.6);
    border-radius: 100px;
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    animation: cube 12s ease-in forwards infinite;
  }
  .cube:nth-child(2n) {
    border-color: rgb(0, 174, 255, 0.6); ;
  }
  .cube:nth-child(2) {
    animation-delay: 2s;
    left: 5vw;
    top: 40vh;
  }
  .cube:nth-child(3) {
    animation-delay: 4s;
    left: 75vw;
    top: 50vh;
  }
  .cube:nth-child(4) {
    animation-delay: 6s;
    left: 90vw;
    top: 10vh;
  }
  .cube:nth-child(5) {
    animation-delay: 8s;
    left: 90vw;
    top: 85vh;
  }
  .cube:nth-child(6) {
    animation-delay: 10s;
    left: 90vw;
    top: 10vh;
  }


/*---animatedIndex---*/

.bottomP {
    background: linear-gradient(132deg, rgba(59, 29, 194, 0.2), rgba(28, 67, 196, 0.2), rgba(0, 242, 250, 0.2));
    margin: 0 auto;
    width: 200px;
    border: rgb(255, 255, 255) 2px solid;
    border-radius: 20px;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: 400;
    color: rgb(255, 255, 255,);
    cursor: pointer;
}

.bottomP:hover{
   border: #ffffff 2px solid;
    border-radius: 0px;
    transition: 1s;
}
.bottomP:not(:hover){
    transition: 1s;
}
.topBackBackground {
    height: 600px;
    width: 100%;
    background: url(img/stdptd.jpg) center no-repeat;
    background-size: cover;
    position: absolute;
}


.backgroundAnimated {
    /*
    background: linear-gradient(132deg, rgba(65, 252, 143, 0.7), rgba(28, 67, 196, 0.7), rgba(182, 11, 111, 0.7)); */
    background: rgb(0, 0, 0, 0.3);
    background-size: 400% 400%;
    animation: Gradient 15s ease infinite;
    position: relative;
    height: 600px;
    width: 100%;
    overflow: hidden;
    padding:0;
    margin:0px;
  }

.textTopContent {
    height: 600px;
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}



.textTopContent a{
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: 400;
    color: #fff;
}


.h1TextContent {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: calc(20px + 3 * (100vw / 1680));
    font-weight: 400;
    color: #fff;
}

.h2TextContent {
    margin-top: -5px;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: calc(23px + 3 * (100vw / 1680));
    font-weight: 400;
    color: #fff;
}

.pTextContent {
    font-family: 'Roboto', sans-serif;
    font-size: calc(20px + 3 * (100vw / 1680));
    font-weight: 400;
    color: #fff;
}
  .cubeRound {
    position: absolute;
    top: 80vh;
    left: 45vw;
    width: 10px;
    height: 10px;
    border: solid 1px #00eeff;
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    animation: cubeRound 12s ease-in forwards infinite;
  }
  .cubeRound:nth-child(2n) {
    border-color: rgb(0, 183, 255) ;
  }
  .cubeRound:nth-child(2) {
    animation-delay: 2s;
    left: 25vw;
    top: 40vh;
  }
  .cubeRound:nth-child(3) {
    animation-delay: 4s;
    left: 75vw;
    top: 50vh;
  }
  .cubeRound:nth-child(4) {
    animation-delay: 6s;
    left: 90vw;
    top: 10vh;
  }
  .cubeRound:nth-child(5) {
    animation-delay: 8s;
    left: 10vw;
    top: 85vh;
  }
  .cubeRound:nth-child(6) {
    animation-delay: 10s;
    left: 50vw;
    top: 10vh;
  }


  @keyframes Gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes cubeRound {
    from {
      transform: scale(0) rotate(0deg) translate(-50%, -50%);
      opacity: 1;
    }
    to {
      transform: scale(20) rotate(960deg) translate(-50%, -50%);
      opacity: 0;
    }
  }




  .circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

/*----certificates----*/
.containerCertificates {

    width: 1200px;
    margin: auto;
}
.hth {
    height: calc(500px + 400 * (100vw / 1680));
}

.h2Cert {
    margin-top: 50px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: calc(23px + 3 * (100vw / 1680));
    font-weight: 400;
    color: rgb(0, 0, 0); 
    text-align: center;
}

.pContainerCert a{
    font-family: 'Roboto', sans-serif;
    font-size: calc(18px + 5 * (100vw / 1680));
    font-weight: 700;
    color: rgb(6, 99, 175); 
}

.pContainerCert {
   margin-top: 20px;
}
.pContainerCert p{
    margin-top: 30px;
    margin-bottom: 15px;
}

.pContainerCert a:hover {
    color: rgb(0, 138, 138); 
    transition: 1s;
}
.pContainerCert a:not(:hover){
    transition: 1s;
}


/*---service---*/
.serviceContent {
    width: 1200px;
    margin: auto;

}


.h2Service {
     margin-top: 50px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: rgb(0, 0, 0); 
    text-align: center;
}

.pService {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-top: 50px; 
}
.pService h3 {
    font-weight: 700;
    text-align: center;
    padding: 10px 0px 10px 0px;
}
.containerFlexService {
    
    width: 380px;
    height: 300px;
    background-color: #12222e;;
}

.flexBoxService {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.flexBoxPService {
    margin: auto;
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-between;
    width: 350px;
}

.flexBoxPService p{
    margin-top: 10px;
}

.h3Service {
    letter-spacing: 5px;
    margin-top: 10px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 23px;
    font-weight: 400;
    color: rgb(255, 255, 255); 
    text-align: center; 
}
.iconService {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

/*---ЗИП---*/
.zipContent {
    width: 1200px;
    margin: auto;
}
.flexBoxZip {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    width: 400px;
}

.pZip {
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-top: 50px; 
}
.pZip h3 {
    text-align: center;
    font-weight: 700;
    padding-bottom: 20px;
}
.pZip p{
    margin-top: 10px;
}

.tableBoxZip {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgb(0, 0, 0);
}

.tableZip {
    margin: 35px 0px 35px 0px;
    width: 100%;
    border-collapse: collapse;
    border: rgb(58, 103, 161) 2px solid;
}
.tableZip td, th {
    border: rgb(58, 103, 161) 2px solid;
}
.tableZip td {
    text-align: center;
}

.table2 {
    margin-top: 35px;
    width: 100%;
    border-collapse: collapse;
    border: rgb(58, 103, 161) 2px solid;
}
.table2 th{
    
    width: 33.333%;
    text-align: center;
    border: rgb(58, 103, 161) 2px solid;
}

.table2 td{
    padding-left: 10px;
    width: 33.333%;
    text-align: left;
    border: rgb(58, 103, 161) 2px solid;
}

.zipImg {
    padding: 10px 0px 10px 10px;
    height: 150px;
}

.window_size {
    height: 600px;
}

.window_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 70;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.6s ease 0s;
}
.window_body {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.window_img {
    position: relative;
    transition: all 0.6s ease 0s;
    opacity: 0;
    transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
}
.window_close {
    
    text-decoration: none;
    padding: 0px 6px;
    color: rgb(255, 255, 255);
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    top: -25px;
    right: -25px;

}
.window_popup:target .window_img {
    transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
    opacity: 1;
}
.window_popup:target {
    opacity: 1;
    visibility: visible;
}
.popup_area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}

/*--slaider--*/



input[name="r"]{
    display: none;
    position: absolute;
}
.slaiderBox {
    width: 400%;
    display: flex;
}
.slaiderIndex {
    
    width: calc(0px + 417 * (100vw / 1680));
    overflow: hidden;
}
.slaidImg {
    width: calc(0px + 417 * (100vw / 1680));
}

.pointerIndex {
    height: 2px;
    color: #000;
    width: 15px;
    border: #c9c9c9 3px solid;
    border-radius: 100px;
    background-color: #c9c9c9;
    cursor: pointer;
    margin-left: 10px;
}

.navigation {
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    display: flex;
}



.pointerIndex:hover {
    border: #2fd4be 3px solid;
    background-color: #2fd4be;
    opacity: 0.4;
}



#on1:checked ~ .slaiderBox div:nth-child(1) {
    margin-left: 0;
    transition: all .6s ease;
}


#on2:checked ~ .slaiderBox div:nth-child(1) {
    margin-left: -25%;
    transition: all .6s ease;
}

#on3:checked ~ .slaiderBox div:nth-child(1) {
    margin-left: -50%;
    transition: all .6s ease;
}

#on4:checked ~ .slaiderBox div:nth-child(1) {
    margin-left: -75%;
    transition: all .6s ease;
}


#on1:checked ~ .navigation label:nth-child(1) {
    border: #2fd4be 3px solid;
    background-color: #2fd4be;
}

#on2:checked ~ .navigation label:nth-child(2) {
    border: #2fd4be 3px solid;
    background-color: #2fd4be;
}

#on3:checked ~ .navigation label:nth-child(3) {
    border: #2fd4be 3px solid;
    background-color: #2fd4be;
}

#on4:checked ~ .navigation label:nth-child(4) {
    border: #2fd4be 3px solid;
    background-color: #2fd4be;
}

.ContentSlaiderG {
    margin-top: 10px;
    overflow: hidden;
    width: 40%;
}
.flex__container {

    width: 100%;
    display: flex;
    justify-content: space-between;
}
.width__container {
 width: 56%;
}


/*---map---*/
.mapService {
    margin-left: 35px;
    margin-top: 50px;
    width: 100%;
    display: flex;
    align-items: center;
}


.mediaInfop {
    display: none;
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: calc(16px + 5 * (100vw / 1680));
    font-weight: 500;
    color: rgb(0, 0, 0);  
}
.mediaInfop p {
    margin-top: 10px;
}
.displayBlockm {
    display: none;
}
@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}




  @keyframes cube {
    from {
      transform: scale(0) rotate(0deg) translate(-50%, -50%);
      opacity: 1;
    }
    to {
      transform: scale(10) rotate(960deg) translate(-50%, -50%);
      opacity: 0;
    }
  }

/* 
@media screen and (max-height: 900px) {
    .positionHeight {
        margin-bottom: 2200px;
    }
}

@media screen and (max-height: 700px) {
    .positionHeight {
        margin-bottom: 2300px;
    }
} */



@media screen and (max-width: 1400px) {
  
    .preTop {
        background-position: -50px;
    }
}
@media screen and (max-width: 1300px) {
    .preTop {
        background-position: -100px;
    }
    .topBackgroundContener {
        width: 1000px;
    }
    #contacts {
        display: none;
    }
}
@media screen and (min-width: 1300px) {
    #contact {
        display: none;
    }
}




.work {
    width: 100%;
    display: none;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: rgb(0, 0, 0);
}

@media screen and (max-width: 1199px) {
    .displayMain  {
        display: none;
    }
    .work {
        padding-top: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        align-content: center;

        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-size: 48px;
        font-weight: 400;
        color: rgb(0, 0, 0);
    }
    .ContentSlaiderG {
        margin: 10px auto;
        overflow: hidden;
        width: 60%;
    }
    .flex__container {
    
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .width__container {
     width: 100%;
    }
}
.displayNone {
    display: none;
}
@media screen and (max-width: 1060px) {
   
    .flexDisplayInfo {
        flex-direction: column;
        font-size: calc(14px + 9 * (100vw / 1680));
     
        
    } 
    
    .slaiderIndex {
        
        width: calc(300px + 117 * (100vw / 1680));
        overflow: hidden;
    }
    .slaidImg {
        width: calc(300px + 117 * (100vw / 1680));
    }
    
    .imgCordComapny {
    height: calc(50px + 90 * (100vw / 1680));
}

    .cordInfo {
    margin: 20px 0px;
    width: calc(155px + 475 * (100vw / 1680));
    background-color: #0f3451;
    border: #0f3451 50px solid;
    border-radius: 20px;
    }  
      
.advantages {
    height: calc(600px + 300 * (100vw / 1680));
    background: url(img/sea2.png) no-repeat;
    background-size: cover;
}

.ulAdvantages li{
    height: 40px;   
    margin-top: calc(30px + 32 * (100vw / 1680));
   padding-left: 50px;
   padding-top: 10px;
   
   }
   .pTextInfo {
    display: none;
   }
   .mediaInfop {
    display: block;
   }
   

.textKeiki {
    margin-left: 0px;
    margin-top: calc(0px + 17 * (100vw / 1680));
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: calc(14px + 2 * (100vw / 1680));;
    font-weight: 400;
    color: black; 
}
.logoKeiki {

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgKeikiLogo {
    height: calc(150px + 50 * (100vw / 1680));
}
.flexBoxKeiki {
    text-align: center;
    display: block;
    margin-top: calc(0px + 70 * (100vw / 1680));
}
.pTextKeiki {
    margin-left: 0px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: calc(16px + 5 * (100vw / 1680));
    font-weight: 500;
    color: rgb(0, 0, 0);
}
.gridKeiki {
    margin-top: calc(0px + 30 * (100vw / 1680));
    display: flex;
    flex-direction: column;
    align-items: center;
   
}

.card1 {
    margin-top: 20px;
    width: calc(270px + 300 * (100vw / 1680));
    height: calc(350px + 412 * (100vw / 1680));
    background: url(img/card1_3.png) center no-repeat;
    background-size: cover;
    transition: 10s;
    order: 0;
}
.card2 {
    margin-top: 20px;
    width: calc(270px + 300 * (100vw / 1680));
    height: calc(125px + 412 * (100vw / 1680));
    background: url(img/card2_3.png) center no-repeat;
    background-size: cover;
    order: 2;
}
.card3 {
    margin-top: 20px;
    width: calc(270px + 300 * (100vw / 1680));
    height: calc(125px + 412 * (100vw / 1680));
    background: url(img/card3_3.png) center no-repeat;
    background-size: cover;
    order: 3;
}
.card4 {
    margin-top: 20px;
    width: calc(270px + 300 * (100vw / 1680));
    height: calc(125px + 412 * (100vw / 1680));
    background: url(img/card4_1.png) center no-repeat;
    background-size: cover;
    order: 1;
}


.h2Card {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: calc(16px + 5 * (100vw / 1680));
    font-weight: 400;
    color: rgb(255, 255, 255);  
}

.card1Text {
    margin-top: 50%;
    text-align: center;
}

.card2Text {
    margin-top: 25%;
    text-align: center;
}
.pCard {
    font-family: 'Roboto', sans-serif;
    font-size: calc(13px + 5 * (100vw / 1680));
    font-weight: 400;
    color: rgb(255, 255, 255);
}

.h2card4 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: calc(16px + 5 * (100vw / 1680));
    font-weight: 400;
    color: rgb(0, 0, 0);  
    margin-left: calc(0px + 20 * (100vw / 1680));
    margin-top: calc(0px + 30 * (100vw / 1680));
}
.pCard4 {
    font-family: 'Roboto', sans-serif;
    font-size: calc(13px + 5 * (100vw / 1680));
    font-weight: 700;
    color: rgb(0, 0, 0);
    margin-left: calc(0px + 20 * (100vw / 1680));
}
.pCard4Bot {
    width: calc(90px + 170 * (100vw / 1680));
    font-family: 'Roboto', sans-serif;
    font-size: calc(13px + 5 * (100vw / 1680));
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-left: calc(0px + 20 * (100vw / 1680));
    margin-top: calc(0px + 20 * (100vw / 1680));
}
.pIfoTextTg {
    
font-size: calc(16px + 5 * (100vw / 1680));
}

.flexTg {
    margin-top: calc(0px + 100 * (100vw / 1680));
    padding-top: calc(0px + 50 * (100vw / 1680));
    display: flex;
    flex-direction: column;
    align-items: center;
}


.textTgColor {
    padding-top: 50px; 
    font-size: -webkit-calc(50px + 50 * (100vw / 1680));
    line-height: -webkit-calc(50px + 100 * (100vw / 1680));
    background-size: cover;
    background-position: center;
 
}

.h2TgText {
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: calc(16px + 5 * (100vw / 1680));
    font-weight: 400;
    color: rgb(0, 0, 0);  
    margin-top: calc(20px + 20 * (100vw / 1680));
}
.textTgInfo {
    margin-left: calc(0px + 20 * (100vw / 1680));
}
.pTgText {
    font-family: 'Roboto', sans-serif;
    font-size: calc(16px + 5 * (100vw / 1680));
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-top: calc(0px + 30 * (100vw / 1680)); 
    padding-bottom: 30px;
}
.pTgText  p{
    margin-top: calc(0px + 10 * (100vw / 1680));
}

.pIfoTextTg {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-top: 50px;
}
.pIfoTextTg p{
    margin-top: 10px;
}

.tg8500 {
    height: auto;
    background: url(img/back_tg.png) center no-repeat;
    background-size: cover
}

.footerIndex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
    width: 100%;
    height: auto;
    background-color: #12222e;
}
.copyrightBox {
    width: 100%;
    height: 80px;
    background-color: #0c161f;
}
.gridBoxFooter {
    padding-top: 70px;
    padding-bottom: 100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:  calc(100px + 1100 * (100vw / 1680));
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: rgb(255, 255, 255, 0.8);
}
.gridBoxFooter p{
    margin-top: 20px;
}
.office {
    display: flex;
    justify-content: space-between;
    width:  calc(100px + 1100 * (100vw / 1680)); /*300px*/
    padding-bottom: 20px;
    margin: 10px 0px;
    border-bottom: rgb(255, 255, 255, 0.5) 2px solid;
}
.contOutFlex {
    text-align: right;
}
.displayNone {
    display: block;
}
.displayBlock {
    display: none;
}

.zipImg {
    padding: 10px 0px 10px 10px;
    height: calc(40px + 110 * (100vw / 1680));
}
}
@media screen and (max-width: 924px){
    
.gyroFlexBox {
    margin: auto;
    width: calc(100px + 1100 * (100vw / 1680));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}
.textBox {
    order: 0;
}
.displayNonem {
    display: none
}
.displayBlockm {
    display: block;
    order: 2;
}
.gyroTgImg {
   order: 1;
}

.boxSecond {
    margin-left: 0px;
}
.flexBoxContacts {
    flex-direction: column
}

.tablewrap {
    overflow-x: scroll;
    overflow-y: scroll;
}


}
@media screen and (max-width: 1240px) {
    
.containerCertificates {

    width: calc(100px + 1100 * (100vw / 1680));
    margin: auto;
}
.accessories_content {
    width: calc(100px + 1100 * (100vw / 1680));

}

.accessories_about {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.accessories_plan {
    margin-left: 0px;
}
.accessories_type {
   width: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-content: center;
}
.positionAccsess {
    margin: 0px auto;
    width: 500px
}

.accessories_description {
    width: 500px;
}
.accessories_description li{
    margin-left: 0px;
}

.accessories_img {
    margin: 0px auto;
    height: 219px;
    width: 216px;
}

.zipContent {
    width: calc(100px + 1100 * (100vw / 1680));
}

.flexBoxZip {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    width: auto;
}

.tableBoxZip {
    font-size: calc(11px + 7 * (100vw / 1680));
}

.window_size {
    height: calc(50px + 550 * (100vw / 1680));
}

.serviceContent {
    width: calc(100px + 1100 * (100vw / 1680));

}

.mapService {
    margin-left: 0px;
    margin-top: 50px;
    width: 100%;
    display: flex;
    align-items: center;
}
.h2Service {
 
   font-size: calc(23px + 5 * (100vw / 1680));
 
}

.pService {
 
   font-size: calc(16px + 2 * (100vw / 1680));
 
}

.containerFlexService {
   
   width: 100%;
   height: 300px;
   margin-bottom: 50px;
}

.flexBoxPService {
   width: calc(150px + 600 * (100vw / 1680));
}
.mapS {
    width: calc(100px + 1100 * (100vw / 1680));
}
.flexBoxPService p{
   margin-top: 10px;
}

.h3Service {
   letter-spacing: 5px;
   margin-top: 10px;
   font-family: 'PT Sans Narrow', sans-serif;
   font-size: calc(18px + 5 * (100vw / 1680));
   font-weight: 400;
   color: rgb(255, 255, 255); 
   text-align: center; 
}
.iconService {
   margin-top: 20px;
   display: flex;
   justify-content: center;
}

.flexBoxService {
   flex-direction: column;
}
}
@media screen and (max-width: 560px) {
    
.accessories_description {
    width: calc(300px + 200 * (100vw / 1680));
}

.positionAccsess {
    width: calc(300px + 200 * (100vw / 1680));
}
.accessories_plan img{
    width: calc(300px + 200 * (100vw / 1680));
}
}

@media screen and (max-width: 924px) {
    
.mapS {
    width: calc(500px + 1100 * (100vw / 1680));
}
.mapService {
    overflow-x: scroll
}
}

.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    font-family: 'Roboto', sans-serif; 
    color: #FFF;
    background: #1d262e;
    padding: 10px 20px; 
    animation: hidenAnimation 1s ease;
}
@keyframes hidenAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* Оформление кнопок */
.cookie_btn {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 12px;
    padding: 5px 15px;
    color: #FFF; 
    background-color:/*#00adee*/ #3366ff;
    border-radius: 2px;
}
.cookie_btn:hover {
    transition: 1s;
    background-color: #004bee;
}
.cookie_btn:not(hover) {
    transition: 1s;
}
.personalDataText {
    font-family: 'Roboto', sans-serif;
    color: #002a4d;
    font-size: 14px;
    font-weight: 500;
}
.personalDataText a {
    font-family: 'Roboto', sans-serif;
    color: #005297;
    font-size: 14px;
    font-weight: 500;
}

@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap');