*{

    font-family: sans-serif;
}


body{
background: #E1EBEE;
    width: 1330px;
    margin: 0 auto;
    margin-top: 3em;
}


.main{


    background: white;

    box-shadow: 0 10px 18px 14px rgb(210, 210, 210);


}



header{
    width: 100%;

    background: #333333;

    display: flex;
}


.logo{
display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em;
   
}


.logo p:hover{
    cursor: pointer;
}

.window{

    color: #fff;
}

@font-face{
    font-family: light;
    src: url(antipasto/AntipastoPro-Extralight_trial.ttf)
}


.torent{
    color: rgb(77, 76, 76);
    font-size: 50px;
    font-family: light;
    
}

.net{
    color: rgb(166, 165, 165);
    font-size: 25px;
    font-family: light;
    position: absolute;
    top: 97px;
}

.listli {display: list-item;line-height: 0px;}

.search{
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .2rem;
}


.search input{
    width: 80%;
    height: 30px;
    border-radius: 15px;
    padding: 20px;
    font-size: 13px;
    outline: none;
    border: none;
    background: white;
    box-shadow: 0px 2px 10px 4px 	#F0F0F0
}

.search input::placeholder{
    color:rgb(166, 165, 165) ;
}

.search i{
    transform: translateX(-50px);
}


.search button{
    width: 13%;
    height: 40px;
    background: #13274F;
    font-size: 15px;
    color: goldenrod;
    border-radius: 10px;
    transition: .5s;
    border: none;
    cursor: pointer;
}

.search button:hover{
    background: rgba(19, 39, 79, 0.7);
    color: white;
}


.container{
    width: 100%;
    height: 97%;
    display: flex;
    padding-top: 70px;
}


.container_1{
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 40px;
    flex-direction: column;
}


.cont-wind{
width: 100%;
    text-align: center;
}


.cont-windbox {
display: block;
    text-align: center;
}

.cont-windbox a{
    text-decoration: none;
    color:  rgb(166, 165, 165);
}

.cont-windbox a:hover{
    text-decoration: underline;
}

.cont-windbox p{
    font-size: 20px;
}


.collection{
    width: 100%;
    height: 17.5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
}


.menu{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.menu a {
    text-decoration: none;
    color:  rgb(166, 165, 165);
}

.menu a:hover{
    text-decoration: underline;
}


.programs{
    width: 100%;
    height: 2%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: .5rem;
   
}


.programs p{
    font-size: 20px;
}

.comments{
    width: 100%;
    height: 1%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 20px;
}


.cont-comments{
    width: 100%;
    height: 15%;
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    
}


.comment{
    display: flex;
    gap: 1rem;
    flex-direction: column;
    
}


.name {
    width: 100%;
    height: 20%;
    display: flex;
    gap: 1rem;
    padding: 10px;
}

.user{
    width: 20px;
    height: 20px;
    background: #662d91;
    color: white;
    font-size: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.name p{
    color: rgb(166, 165, 165);
    font-size: 15px;
}


.name span{
    color: rgb(210, 210, 210);
    font-size: 15px;
}


.com-write{
    width: 100%;
    height: 55%;
    background: #F0F8FF;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.com-write p{
    font-size: 16px;
}

.undercom img{
    width: 15px;
    height: 15px;
    object-fit: contain;
    object-position: center;
}

.undercom span{
    font-size: 13px;
    color: rgb(210, 210, 210);
    padding: 5px;
}



.container-2{

padding: 3em;
}


.headline{
width: 100%;
    margin-bottom: 2em;
    height: 50px;
    border-bottom: 1px dotted rgb(210, 210, 210);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px dotted rgb(210, 210, 210);
    

}


.ichome{
    width: 17px;
    height: 17px;

}

.headline a{
    text-decoration: none;
    font-size: 14px;
    text-indent: 15px;
    color: gray;
    cursor: pointer;

}


.arrow{
    width: 8px;
    height: 8px;
    margin-left: 3px;
}

.headline a:nth-of-type(2){
    text-indent: 2px;
}

.headline p{
    font-size: 14px;
    text-indent: 2px;
    color: rgb(210, 210, 210);
}

.wind-cont{
    width: 100%;

    /* border: 1px solid; */
    display: flex;
    flex-direction: column;
    grid-area: 1rem;
}


.wind-title{
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 22px;
    transform: translateY(-10px);

}


.type-cont{
    width: 100%;
    display: flex;
    margin-bottom: 3em;
}

.type-img{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-right: 3em;
background: #f1f1f1;border-radius: 25px;
}


.type-img img{
    object-fit: cover;
    object-position: center;
    border-radius: 25px;
    background: #f1f1f1;
    padding: 9em;
}


.sb{
background: rgb(255 255 255 / 44%);
    position: absolute;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 20px;
    padding: 8px;
}
}

.type-info{
    width: 74%;
    height: 104%;
    display: flex;
    flex-direction: column;
}


.type-text{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: rgb(130, 128, 128);
        font-size: 18px;text-align: justify;
}


.version-type{
width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.version-table{
width: 100%;
    display: grid;
    grid-template-columns: 41% 70%;
    grid-template-rows: repeat(7, 1fr);
    margin-top: 30px;
}


.version{
    font-size: 18px;
    color: rgb(130, 128, 128);
    line-height: 22px;
}


.vers{
    font-size: 17px;
    font-weight: 600;
    color: #333;
}


.download{
    width: 100%;

    
    
}

.down-title0{
background: #2758a1;
    margin-top: 1em;
    padding: 40px;
    border-radius: 12px;
    font-size: 18px;
}

.down-title{
background: #07ad71;
    padding: 40px;
    border-radius: 12px;
    font-size: 18px;
}

.down-title:hover{background: #079964;}
.down-title0:hover{background: #20447a;}

.down-title a{
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    color: black;
   
}

.link {color:#fff;text-decoration: none;}


.down-title a:visited{
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    color: black;
   
}

.down-title a:hover{
    text-decoration: underline;
    color: #063490;
}


.down-btn{
    height: 45px;
    color: white;
    font-size: 18px;
    float: right;
    vertical-align: middle;
    
}

.down-btn img{
    width: 50px;
    height: 50px;
    margin-top: -8px;
   

}

.skach {    line-height: 8px;
    display: inline-block;
    vertical-align: middle;
    height: 50px;margin-left: 2px}


.sysdem{
    width: 100%;
margin-top: 2em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
    flex-direction: column;
}

.sysdem p{
    font-size: 17px;
    color: rgb(125, 122, 122);
   
}


.screen{
    text-align: center;
    width: 100%;
    margin-top: 2em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
    flex-direction: column;
}


.screen-title{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.screenbox{
    width: 100%;

    display: block;
    justify-content: center;
    align-items: center;
    gap: .2rem;
}


.screenbox img{
width: 22%;
    object-fit: cover;
    object-position: center;
    box-shadow: 8px 8px 21px 0px rgb(109 109 109);
    margin: 1%;
}


.cut{
    width: 100%;

    display: flex;
    flex-direction: column;

}


.cut p{
    font-size: 17px;
    color: rgb(125, 122, 122);
margin: 0;
}

.cut2{
    
}


.icons-box{
    width: 100%;
    height: 50px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid rgb(211, 211, 211);
    border-top:1px solid rgb(210, 210, 210);

}


.icon-box{
    width: 110px;
    height: 100%;
    display: flex;
    gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    
}

.icon-box p{
    color: rgb(130, 128, 128);
    font-size: 14px;
    transform: translateY(1px);
}

.icon-box img{
    width: 15px;
    height: 15px;
}

.icon-box:nth-of-type(2) img{
    width: 20px;
    height: 20px;
}



.socicons{

    height: 100%;
    display: flex;
    gap: .2rem;
    /* justify-content: flex-start; */
    align-items: center;
  
    
}


.ic{
    width: 55px;
    height: 73%;
    border: 1px solid;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: white;
    cursor: pointer;
}

.ic:nth-of-type(3) img{
    width: 16px;
    height: 16px;
}

.telegram{
    width: 17px;
    height: 17px;
}


.materials{
    width: 100%;
    height: 350px;
    border-bottom: 1px solid rgb(210, 210, 210);
}


.material-title{
    width: 100%;
    height: 60px;

    
    }


    .material-title p{
        font-size: 25px;
        transform: translateY(10px);
    }


    .material-box{
        width: 100%;
        height: 290px;
        display: flex;
        gap: 1.3rem;
        align-items: flex-start;
      

    }




    .img-box{
        width: 20%;
        height: 100%;
        position: relative;
    }


    .img-box img{
        width: 102%;
        height: 80%;
        object-fit: cover;
        object-position: center;
        border-radius: 15px;
        cursor: pointer;
        
    }

    .img-box img:hover  ~ .img-title{
        opacity: 0;
    }

    .img-title:hover{
        opacity: 0;
    }

    .img-title{
        position: absolute;
        width: 100%;
        height: 35%;
        bottom: 60px;
        background: linear-gradient(transparent, rgba(6, 52, 144, 0.4), rgba(6, 52, 144, 0.5), rgba(6, 52, 144, 0.6), rgba(6, 52, 144, 0.8),  #063490);
        transform: translateX(3px);
        border-radius:15px ;
        display: flex;
        justify-content: flex-start;
        padding-left: 10px;
        padding-bottom: 10px;
        transition: .5s;
        cursor: pointer;
    }


    .img-title p{
        color: white;
        font-size: 17px;
        
    }

    .icon-box2:checked{
        color: #66b2e5;
    }


    .recall{
        width: 94%;
        height: 540px;
        background: #F0F8FF;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: .5rem;
        padding-left: 20px;
        padding-right: 20px;
    }

    .recall-info{
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
       
    }

    .your{
        width: 430px;
        height: 40px;
        padding: 10px;
        border: rgb(166, 165, 165);
        border-top: 3px solid rgba(223, 221, 221, 0.7);
        outline: #66b2e5;
        box-shadow: 0 0 2px 1px rgb(201, 200, 200);
        
    }

    .your::placeholder{
        color: rgb(166, 165, 165);
    }


    .recall-icons{
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: flex-start;
        background:#F0F0F0;
        box-shadow: 0 1px 2px 1px rgb(206, 204, 204);
    }


    .icon-box2{
        width: 40px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
       transition: .5s;
       font-size: 15px;
       z-index: 2;
    }

    .icon-box2 img{
        width: 17px;
        height: 17px;
    }

    .icon-box2:hover{
        background: rgb(218, 216, 216);
        
    }


    .sortd{
    font-size: 10px;
    transform: translateX(3px);
  }

  .alig{
    position: relative;
  }

  .align-menu{
     width: 50px;
     height: 100px;
     background:#F0F0F0;
     position: absolute;
      transform: translateY(70px); 
     box-shadow: 0 1px 2px 1px grey;
     border-bottom:2px solid rgb(214, 212, 212);
     display: flex;
     flex-direction: column;
     gap: .5rem;
     justify-content: center;
     align-items: center;
     clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
     transition: .2s;
     
}


.addcom{
    width: 100%;
    height: 270px;
    border: 1px solid rgb(201, 200, 200);
    box-shadow: 0px 1px 2px 1px rgb(193, 192, 192);
    position: relative;
}

.addcom input{
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    text-align: start;
    padding: 5px 10px 250px 5px;
    
}

.zero{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 25px;
    color: rgb(130, 128, 128);
    border: 1px solid rgb(166, 165, 165);
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(166, 165, 165);
}

.write{
    width: 100%;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: .2rem;
}

.write span{
    color: rgb(130, 128, 128);
}


.btn-box{
    width: 80%;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #F0F8FF;
    transform: translateY(-150px);
    padding-left: 20px;
    z-index: 1;
    transition: .5s;
}
 
.btn-box button{
    width: 250px;
    height: 45px;
    background: #13274F;
    color: goldenrod;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: .5s;
    border: none ;
}

.btn-box button:hover{
    
    background: rgba(19, 39, 79, 0.7);
      color: white;
    
}


.tor_col{
    width: 100%;
    height: 580px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    border-bottom: 5px solid rgb(239, 232, 232);
    
}

.tor_col p{
    font-size: 22px;
}

.tor_col span{
    font-size: 17px;
    color: rgb(166, 165, 165);
    line-height: 23px;
}

.footer{
background: #02205b;
    padding: 2em;
}


.footer p{
    font-size: 17px;
    color: #ffffff57;
}

.footer a{
    cursor: pointer;
    color: goldenrod;
}


@media screen and (max-width: 2500px) and (min-width: 1330px){
    .type-img{

    }

    .img-box{
        width: 200px;
        height: 300px;
    }

    .tor_col{
        width: 1000px;
        height: 700px;
        transform: translateY(-100px);
        
    }

    .programs{
       transform: translateY(150px);
    }

    .comments{
        transform: translateY(200px);
    }

    .cont-comments{
        transform: translateY(200px);
    }
}

.wins {margin: 3em;}
.wins img{width: 200px;
    margin: 1em;}
    
.howto {margin-top: 1em;color: #7e7e7e;}   
.howtoscr {margin-bottom: 1em;
    text-align: center;
    border: 1px solid #ccc;
    background: #f1f1f1;
    padding: 1em;}
    
    
.winostextl {font-size: 40px;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;}